diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:05:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:05:33 +0000 |
commit | 6777cd4f3ca416d6c3474cb66b581d09c5759984 (patch) | |
tree | a537cea75ddffc3bd5b230586dbc22bf56c48c84 /lxde-base/lxtask | |
parent | Remove old LXDE packages (diff) | |
download | gentoo-2-6777cd4f3ca416d6c3474cb66b581d09c5759984.tar.gz gentoo-2-6777cd4f3ca416d6c3474cb66b581d09c5759984.tar.bz2 gentoo-2-6777cd4f3ca416d6c3474cb66b581d09c5759984.zip |
Remove old LXDE packages
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base/lxtask')
-rw-r--r-- | lxde-base/lxtask/ChangeLog | 5 | ||||
-rw-r--r-- | lxde-base/lxtask/lxtask-0.1.3.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog index 78b67993c062..1705e9d84564 100644 --- a/lxde-base/lxtask/ChangeLog +++ b/lxde-base/lxtask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxtask # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.25 2012/08/11 21:28:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.26 2012/08/25 00:05:33 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxtask-0.1.3.ebuild: + Remove old LXDE packages 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lxtask-0.1.4.ebuild: Stable for amd64, wrt bug #430494 diff --git a/lxde-base/lxtask/lxtask-0.1.3.ebuild b/lxde-base/lxtask/lxtask-0.1.3.ebuild deleted file mode 100644 index 1dd2335a6e3e..000000000000 --- a/lxde-base/lxtask/lxtask-0.1.3.ebuild +++ /dev/null @@ -1,26 +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/lxtask/lxtask-0.1.3.ebuild,v 1.8 2012/05/04 05:50:40 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="LXDE Task manager" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README || die "dodoc failed" -} |