lxde-base/lxlauncher: drop old EAPI

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2019-11-17 20:59:57 -05:00
parent b9f80e068e
commit c835ba6804
2 changed files with 0 additions and 30 deletions

View File

@@ -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

View File

@@ -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
}