diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 22:20:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 22:20:56 +0000 |
commit | bd63f5b0908fd66af7af49bfb0a915522b4a5da3 (patch) | |
tree | f4c74c21f6a7ea8dbef54048245b495e1119e35f /dev-cpp/gnome-vfsmm | |
parent | New version for GNOME 2.26. Clean up old revisions. (diff) | |
download | gentoo-2-bd63f5b0908fd66af7af49bfb0a915522b4a5da3.tar.gz gentoo-2-bd63f5b0908fd66af7af49bfb0a915522b4a5da3.tar.bz2 gentoo-2-bd63f5b0908fd66af7af49bfb0a915522b4a5da3.zip |
New version for GNOME 2.26. Clean up old revisions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r-- | dev-cpp/gnome-vfsmm/ChangeLog | 11 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild | 52 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild (renamed from dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild) | 20 |
4 files changed, 21 insertions, 68 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog index ac5655f23ca0..669674b0125a 100644 --- a/dev-cpp/gnome-vfsmm/ChangeLog +++ b/dev-cpp/gnome-vfsmm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-cpp/gnome-vfsmm -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.62 2008/11/17 22:55:25 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.63 2009/05/10 22:20:56 eva Exp $ + +*gnome-vfsmm-2.26.0 (10 May 2009) + + 10 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-vfsmm-2.16.0.ebuild, gnome-vfsmm-2.18.0.ebuild, + -gnome-vfsmm-2.20.0.ebuild, +gnome-vfsmm-2.26.0.ebuild: + New version for GNOME 2.26. Clean up old revisions. *gnome-vfsmm-2.24.0 (17 Nov 2008) diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild deleted file mode 100644 index 00d654e28f44..000000000000 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild,v 1.10 2008/07/10 15:14:10 remi Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for gnome-vfs" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="doc examples" - -RDEPEND=">=gnome-base/gnome-vfs-2.8.1 - >=dev-cpp/glibmm-2.4" -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README INSTALL" - -src_unpack() { - gnome2_src_unpack - - if ! use examples; then - # don't waste time building the examples - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ - die "sed Makefile.in failed" - fi -} - -src_compile() { - gnome2_src_compile - - if use doc; then - cd "${S}"/docs/reference - make all - fi -} - -src_install() { - gnome2_src_install - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* - fi - - if use examples; then - find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null - cp -R examples "${D}"/usr/share/doc/${PF} - fi -} diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild index 7395c7edd682..652e6c775814 100644 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild,v 1.11 2008/07/10 15:14:10 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild,v 1.12 2009/05/10 22:20:56 eva Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gtkmm.org" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="arm ppc64 sh" IUSE="doc examples" # glibmm dep is because build fails with older versions... diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild index 2647e9423ffc..8bde8634f1dd 100644 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild,v 1.2 2008/07/10 15:14:10 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild,v 1.1 2009/05/10 22:20:56 eva Exp $ inherit gnome2 @@ -16,6 +16,7 @@ IUSE="doc examples" RDEPEND=">=gnome-base/gnome-vfs-2.8.1 >=dev-cpp/glibmm-2.12" DEPEND=">=dev-util/pkgconfig-0.12.0 + doc? ( app-doc/doxygen ) ${RDEPEND}" DOCS="AUTHORS ChangeLog NEWS README INSTALL" @@ -23,6 +24,12 @@ DOCS="AUTHORS ChangeLog NEWS README INSTALL" src_unpack() { gnome2_src_unpack + if ! use doc; then + # documentation requires Doxygen and takes time + sed -i 's/^\(SUBDIRS =.*\)docs\(.*\)$/\1\2/' Makefile.in || \ + die "sed Makefile.in failed" + fi + if ! use examples; then # don't waste time building the examples sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ @@ -30,15 +37,6 @@ src_unpack() { fi } -src_compile() { - gnome2_src_compile - - if use doc; then - cd "${S}"/docs/reference - make all - fi -} - src_install() { gnome2_src_install |