Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/
Date: Sun, 07 Feb 2021 09:16:03
Message-Id: 1612689342.13f1dc2329e6be2711fc3d4ea35f6aa3125beff0.asturm@gentoo
1 commit: 13f1dc2329e6be2711fc3d4ea35f6aa3125beff0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 09:13:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 09:15:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f1dc23
7
8 x11-misc/gmrun: Drop 0.9.2-r1, EAPI5--
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/gmrun/gmrun-0.9.2-r1.ebuild | 40 ------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild b/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild
17 deleted file mode 100644
18 index 4a0f55c5db3..00000000000
19 --- a/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
29 -HOMEPAGE="https://sourceforge.net/projects/gmrun/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-1"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~mips ppc x86"
35 -
36 -RDEPEND="
37 - dev-libs/glib:2
38 - dev-libs/popt
39 - x11-libs/gtk+:2
40 -"
41 -DEPEND="
42 - ${RDEPEND}
43 - elibc_glibc? ( >=sys-libs/glibc-2.10 )
44 - sys-apps/sed
45 - virtual/pkgconfig
46 -"
47 -
48 -src_prepare() {
49 - epatch \
50 - "${FILESDIR}"/${P}-gcc43.patch \
51 - "${FILESDIR}"/${P}-sysconfdir.patch \
52 - "${FILESDIR}"/${P}-glibc210.patch \
53 - "${FILESDIR}"/${P}-stlport.patch
54 -
55 - eautoreconf
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" install
60 - dodoc AUTHORS ChangeLog README NEWS
61 -}