summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-17 20:59:57 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-17 20:59:57 -0500
commitc835ba68044ede9ffacaaf666a0aef28acb5fb0e (patch)
treedc10cc2edf8f0cfeb7f4c325b4c27a11d75ce90c /lxde-base
parentdev-util/source-highlight: drop old EAPI (diff)
downloadgentoo-c835ba68044ede9ffacaaf666a0aef28acb5fb0e.tar.gz
gentoo-c835ba68044ede9ffacaaf666a0aef28acb5fb0e.tar.bz2
gentoo-c835ba68044ede9ffacaaf666a0aef28acb5fb0e.zip
lxde-base/lxlauncher: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxlauncher/Manifest1
-rw-r--r--lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/lxde-base/lxlauncher/Manifest b/lxde-base/lxlauncher/Manifest
index 98bf40c9f9be..8e779c007147 100644
--- a/lxde-base/lxlauncher/Manifest
+++ b/lxde-base/lxlauncher/Manifest
@@ -1,2 +1 @@
-DIST lxlauncher-0.2.2.tar.gz 236484 BLAKE2B cdb6e8413bbf38adfe1bcdb466fef32b95ac8fa4eec733a200237dbc9358427db563236864452dda1d296d5801fbb9570b0e2d2b46e1f17d34d3ac74b2f5f770 SHA512 f7249216b1b474945ee370f76433480d9e275c8b3375328183681083af10dc5a53d48606c00b948dc19f4c0b7d84573b65d52e122b472c69ff34becf953232a6
DIST lxlauncher-0.2.5.tar.xz 131428 BLAKE2B fa12b7d49d0a95b6aa782c2bb338dc26677edf585b2b532e6d457771e450a8fba458c8c5638fd101edf079a3872a322418c44f01b4ccf6118c8a1377c6dd7a8a SHA512 3f57755ad6feeeb1daa61c29f142b997f8175ff0863d1749b3e28b83744d03e06a7f0bb373fdcd48364e307840dd05cd23b92109c75523e32d3eae8e183ed6cf
diff --git a/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild b/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild
deleted file mode 100644
index 19ffce00e9b3..000000000000
--- a/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-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="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- gnome-base/gnome-menus
- x11-libs/startup-notification"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- lxde-base/menu-cache
- !lxde-base/lxlauncher-gmenu"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}