diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-05 17:28:54 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-05 17:28:54 +0000 |
commit | f58b601e01f98819103d470856c46db6ca8342ff (patch) | |
tree | e8f4e393d84b04cafc62d1a128e61a9f57a49b3f /lxde-base/lxlauncher | |
parent | Cleaning out old ebuilds (diff) | |
download | gentoo-2-f58b601e01f98819103d470856c46db6ca8342ff.tar.gz gentoo-2-f58b601e01f98819103d470856c46db6ca8342ff.tar.bz2 gentoo-2-f58b601e01f98819103d470856c46db6ca8342ff.zip |
Cleaning out old ebuild
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxlauncher')
-rw-r--r-- | lxde-base/lxlauncher/ChangeLog | 5 | ||||
-rw-r--r-- | lxde-base/lxlauncher/lxlauncher-0.2.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/lxde-base/lxlauncher/ChangeLog b/lxde-base/lxlauncher/ChangeLog index 5c2054187e8b..636ef8dfb41c 100644 --- a/lxde-base/lxlauncher/ChangeLog +++ b/lxde-base/lxlauncher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxlauncher # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.3 2009/08/27 14:53:20 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.4 2009/11/05 17:28:54 vostorga Exp $ + + 05 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -lxlauncher-0.2.ebuild: + Cleaning out old ebuild 27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> lxlauncher-0.2.1.ebuild: diff --git a/lxde-base/lxlauncher/lxlauncher-0.2.ebuild b/lxde-base/lxlauncher/lxlauncher-0.2.ebuild deleted file mode 100644 index 736fb8292637..000000000000 --- a/lxde-base/lxlauncher/lxlauncher-0.2.ebuild +++ /dev/null @@ -1,28 +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/lxlauncher/lxlauncher-0.2.ebuild,v 1.1 2008/11/07 14:59:32 yngwin Exp $ - -EAPI="1" - -DESCRIPTION="An open source clone of the Asus launcher for EeePC" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - gnome-base/gnome-menus - x11-libs/startup-notification" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext - !lxde-base/lxlauncher-gmenu" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README -} |