Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtk2fontsel/
Date: Mon, 06 Feb 2017 22:48:59
Message-Id: 1486421187.edbc142f47c3a57a5c782f92ea3d1362461a75e8.soap@gentoo
1 commit: edbc142f47c3a57a5c782f92ea3d1362461a75e8
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 11:08:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:46:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbc142f
7
8 x11-misc/gtk2fontsel: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3842
12
13 x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild
17 deleted file mode 100644
18 index 40b8f3a..00000000
19 --- a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=2
27 -
28 -DESCRIPTION="A font selection tool similar to xfontsel"
29 -HOMEPAGE="http://gtk2fontsel.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig"
40 -
41 -src_install() {
42 - emake DESTDIR="${D}" install || die
43 - dodoc AUTHORS NEWS README
44 -}