diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:00:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:00:44 +0000 |
commit | 50a4f66a412221531e5e795b30facce51badb6b2 (patch) | |
tree | c2af6da89ff751809dd223797bae00ba0b1f6980 /lxde-base/lxappearance | |
parent | Remove old LXDE packages (diff) | |
download | gentoo-2-50a4f66a412221531e5e795b30facce51badb6b2.tar.gz gentoo-2-50a4f66a412221531e5e795b30facce51badb6b2.tar.bz2 gentoo-2-50a4f66a412221531e5e795b30facce51badb6b2.zip |
Remove old LXDE packages
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base/lxappearance')
-rw-r--r-- | lxde-base/lxappearance/ChangeLog | 8 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.2.1.ebuild | 44 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.4.0.ebuild | 38 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.5.0.ebuild | 32 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.5.1.ebuild | 29 |
5 files changed, 6 insertions, 145 deletions
diff --git a/lxde-base/lxappearance/ChangeLog b/lxde-base/lxappearance/ChangeLog index ef6da506cf2d..a18985dde4c1 100644 --- a/lxde-base/lxappearance/ChangeLog +++ b/lxde-base/lxappearance/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxappearance # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.32 2012/08/14 22:08:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.33 2012/08/25 00:00:44 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxappearance-0.2.1.ebuild, + -lxappearance-0.4.0.ebuild, -lxappearance-0.5.0.ebuild, + -lxappearance-0.5.1.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxappearance-0.5.2.ebuild: Stable for x86, wrt bug #430494 @@ -144,4 +149,3 @@ 17 May 2008; Samuli Suominen <drac@gentoo.org> +lxappearance-0.2.ebuild: Initial commit wrt #157989, thanks to Ryoichiro Suzuki and Jonathan Dehan. - diff --git a/lxde-base/lxappearance/lxappearance-0.2.1.ebuild b/lxde-base/lxappearance/lxappearance-0.2.1.ebuild deleted file mode 100644 index ea88d565dbd5..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.2.1.ebuild,v 1.7 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit autotools eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - - #bug 277651 - epatch "${FILESDIR}"/${P}-intltool.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.4.0.ebuild b/lxde-base/lxappearance/lxappearance-0.4.0.ebuild deleted file mode 100644 index 7fd6cd4cfaeb..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.4.0.ebuild,v 1.8 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-linguas.patch -} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.5.0.ebuild b/lxde-base/lxappearance/lxappearance-0.5.0.ebuild deleted file mode 100644 index c3cc46b5b57a..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.0.ebuild,v 1.7 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.5.1.ebuild b/lxde-base/lxappearance/lxappearance-0.5.1.ebuild deleted file mode 100644 index 937760bd6ed2..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.1.ebuild,v 1.6 2012/06/05 00:30:29 xmw Exp $ - -EAPI="4" - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_configure() { - econf --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -} |