diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-05 17:24:52 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-05 17:24:52 +0000 |
commit | c3abc575401d15da2ae2edf3c3589eed09e87d97 (patch) | |
tree | 1264af685c916c5fa93fe9a84bff5ef4bcc7da86 /lxde-base/lxde-common | |
parent | Cleaning out old ebuild (diff) | |
download | gentoo-2-c3abc575401d15da2ae2edf3c3589eed09e87d97.tar.gz gentoo-2-c3abc575401d15da2ae2edf3c3589eed09e87d97.tar.bz2 gentoo-2-c3abc575401d15da2ae2edf3c3589eed09e87d97.zip |
Cleaning out old ebuilds
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxde-common')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 6 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild | 24 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.4.1.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index fa3c74f9810b..7f0920a7d17c 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxde-common # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.5 2009/08/05 18:22:01 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.6 2009/11/05 17:24:52 vostorga Exp $ + + 05 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> + -lxde-common-0.3.2.1.ebuild, -lxde-common-0.4.1.ebuild: + Cleaning out old ebuilds 05 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> lxde-common-0.4.2.ebuild: Keywording for ppc, bug 271148 diff --git a/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild b/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild deleted file mode 100644 index ca0deafb39a4..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild,v 1.2 2008/11/11 15:16:11 yngwin Exp $ - -EAPI="1" - -DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README -} diff --git a/lxde-base/lxde-common/lxde-common-0.4.1.ebuild b/lxde-base/lxde-common/lxde-common-0.4.1.ebuild deleted file mode 100644 index de456994728d..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.4.1.ebuild,v 1.1 2009/05/24 19:32:40 yngwin Exp $ - -EAPI="1" - -DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README -} |