diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-12-20 15:53:54 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-12-20 15:53:54 +0000 |
commit | fd888538eafa3105efc696b77d8b09fcb47d51bd (patch) | |
tree | 57a6128905d91e0ca25e375ecfad832446a37805 /x11-libs/compizconfig-backend-gconf | |
parent | Merged keywords from Prefix (diff) | |
download | historical-fd888538eafa3105efc696b77d8b09fcb47d51bd.tar.gz historical-fd888538eafa3105efc696b77d8b09fcb47d51bd.tar.bz2 historical-fd888538eafa3105efc696b77d8b09fcb47d51bd.zip |
Clean up old versions
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/compizconfig-backend-gconf')
3 files changed, 6 insertions, 43 deletions
diff --git a/x11-libs/compizconfig-backend-gconf/ChangeLog b/x11-libs/compizconfig-backend-gconf/ChangeLog index 5a313fc87e9a..ccbd07078559 100644 --- a/x11-libs/compizconfig-backend-gconf/ChangeLog +++ b/x11-libs/compizconfig-backend-gconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/compizconfig-backend-gconf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/ChangeLog,v 1.13 2009/10/15 20:30:44 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/ChangeLog,v 1.14 2009/12/20 15:51:17 mrpouet Exp $ + + 20 Dec 2009; Romain Perier <mrpouet@gentoo.org> + -compizconfig-backend-gconf-0.6.0.ebuild, + -compizconfig-backend-gconf-0.8.2.ebuild: + Clean up old versions *compizconfig-backend-gconf-0.8.4 (15 Oct 2009) diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild deleted file mode 100644 index 3d2c0a27559e..000000000000 --- a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild,v 1.6 2009/05/05 08:17:17 ssuominen Exp $ - -DESCRIPTION="libcompizconfig gconf backend" -HOMEPAGE="http://compiz-fusion.org" -SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-wm/compiz-0.6.0 - >=x11-libs/libcompizconfig-0.6.0 - >=gnome-base/gconf-2.0" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.2.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.2.ebuild deleted file mode 100644 index 5e64f153d18c..000000000000 --- a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.2.ebuild,v 1.3 2009/04/25 16:04:19 ranger Exp $ - -DESCRIPTION="Compizconfig Gconf Backend" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=gnome-base/gconf-2.0 - ~x11-libs/libcompizconfig-${PV} - ~x11-wm/compiz-${PV}" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |