diff options
author | 2011-01-24 17:12:57 +0000 | |
---|---|---|
committer | 2011-01-24 17:12:57 +0000 | |
commit | 6164667559e3e61b7ddabf6bad8e790e840a2e95 (patch) | |
tree | 632bfba0670ae184233296ad2d67e8b3548f69e0 /dev-cpp/gconfmm | |
parent | Clean up old revision. (diff) | |
download | historical-6164667559e3e61b7ddabf6bad8e790e840a2e95.tar.gz historical-6164667559e3e61b7ddabf6bad8e790e840a2e95.tar.bz2 historical-6164667559e3e61b7ddabf6bad8e790e840a2e95.zip |
Clean up old revisions.
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/gconfmm')
-rw-r--r-- | dev-cpp/gconfmm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.18.0.ebuild | 54 | ||||
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.22.0.ebuild | 54 |
3 files changed, 5 insertions, 109 deletions
diff --git a/dev-cpp/gconfmm/ChangeLog b/dev-cpp/gconfmm/ChangeLog index 9347fcf5ef64..12c607610f87 100644 --- a/dev-cpp/gconfmm/ChangeLog +++ b/dev-cpp/gconfmm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/gconfmm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.79 2011/01/04 18:15:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.80 2011/01/24 17:01:39 eva Exp $ + + 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -gconfmm-2.18.0.ebuild, + -gconfmm-2.22.0.ebuild: + Clean up old revisions. 04 Jan 2011; Raúl Porcel <armin76@gentoo.org> gconfmm-2.28.2.ebuild: alpha/arm/ia64/sh/sparc stable wrt #324077 diff --git a/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild b/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild deleted file mode 100644 index 53eed8614b0f..000000000000 --- a/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild +++ /dev/null @@ -1,54 +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/gconfmm/gconfmm-2.18.0.ebuild,v 1.13 2009/10/12 20:31:30 eva Exp $ - -inherit gnome2 eutils - -DESCRIPTION="C++ bindings for GConf" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="arm ppc64 sh" -IUSE="doc examples" - -RDEPEND=">=gnome-base/gconf-2.4 - >=dev-cpp/glibmm-2.12 - >=dev-cpp/gtkmm-2.4" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS COPYING* 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/gconfmm/gconfmm-2.22.0.ebuild b/dev-cpp/gconfmm/gconfmm-2.22.0.ebuild deleted file mode 100644 index 74bedecaf9a8..000000000000 --- a/dev-cpp/gconfmm/gconfmm-2.22.0.ebuild +++ /dev/null @@ -1,54 +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/gconfmm/gconfmm-2.22.0.ebuild,v 1.8 2010/07/20 16:34:42 jer Exp $ - -inherit gnome2 eutils - -DESCRIPTION="C++ bindings for GConf" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -RDEPEND=">=gnome-base/gconf-2.4 - >=dev-cpp/glibmm-2.12 - >=dev-cpp/gtkmm-2.4" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS COPYING* 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 -} |