Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxlauncher/
Date: Sun, 18 Apr 2021 07:12:51
Message-Id: 1618729924.b5acfca9c44d08dbe281cf97188f0f92dfe675e8.asturm@gentoo
1 commit: b5acfca9c44d08dbe281cf97188f0f92dfe675e8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 07:11:57 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 07:12:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5acfca9
7
8 lxde-base/lxlauncher: Cleanup LXDE-gtk2 artifact
9
10 Drop package to ~arch.
11
12 Closes: https://bugs.gentoo.org/783540
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 lxde-base/lxlauncher/lxlauncher-0.2.5.ebuild | 29 ----------------------------
17 1 file changed, 29 deletions(-)
18
19 diff --git a/lxde-base/lxlauncher/lxlauncher-0.2.5.ebuild b/lxde-base/lxlauncher/lxlauncher-0.2.5.ebuild
20 deleted file mode 100644
21 index 7a110e3350c..00000000000
22 --- a/lxde-base/lxlauncher/lxlauncher-0.2.5.ebuild
23 +++ /dev/null
24 @@ -1,29 +0,0 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI="6"
29 -
30 -DESCRIPTION="An open source clone of the Asus launcher for EeePC"
31 -HOMEPAGE="https://wiki.lxde.org/en/LXLauncher"
32 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux"
37 -IUSE=""
38 -
39 -RDEPEND="dev-libs/glib:2
40 - x11-libs/gtk+:2
41 - gnome-base/gnome-menus
42 - x11-libs/startup-notification"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 - dev-util/intltool
46 - sys-devel/gettext
47 - lxde-base/menu-cache
48 - !lxde-base/lxlauncher-gmenu"
49 -
50 -src_install() {
51 - emake DESTDIR="${D}" install
52 - dodoc AUTHORS ChangeLog README
53 -}