diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:04:50 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:04:50 +0000 |
commit | 04425c0c8971a329ccd1cf25a440e757cbae8b31 (patch) | |
tree | df63ecac64cfd20716c0826790d61439c6fd2bc8 /dev-cpp | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-04425c0c8971a329ccd1cf25a440e757cbae8b31.tar.gz gentoo-2-04425c0c8971a329ccd1cf25a440e757cbae8b31.tar.bz2 gentoo-2-04425c0c8971a329ccd1cf25a440e757cbae8b31.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gnome-vfsmm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild | 53 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.22.0.ebuild | 51 |
3 files changed, 5 insertions, 105 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog index 5880f4adc0aa..c85b77d602a2 100644 --- a/dev-cpp/gnome-vfsmm/ChangeLog +++ b/dev-cpp/gnome-vfsmm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/gnome-vfsmm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.71 2011/01/04 18:16:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.72 2011/01/24 17:04:49 eva Exp $ + + 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-vfsmm-2.18.0.ebuild, -gnome-vfsmm-2.22.0.ebuild: + Clean up old revisions. 04 Jan 2011; Raúl Porcel <armin76@gentoo.org> gnome-vfsmm-2.26.0.ebuild: alpha/arm/ia64/sh/sparc stable wrt #324077 diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild deleted file mode 100644 index 652e6c775814..000000000000 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.18.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.12 2009/05/10 22:20:56 eva Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for gnome-vfs" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="1.1" -KEYWORDS="arm ppc64 sh" -IUSE="doc examples" - -# glibmm dep is because build fails with older versions... -RDEPEND=">=gnome-base/gnome-vfs-2.8.1 - >=dev-cpp/glibmm-2.12" -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.22.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.22.0.ebuild deleted file mode 100644 index 3bb3a2940c9b..000000000000 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.22.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 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.22.0.ebuild,v 1.10 2010/07/20 15:15:19 jer 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 ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -# glibmm dep is because build fails with older versions... -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" - -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 || \ - die "sed Makefile.in failed" - 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 -} |