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:48
Message-Id: 1486421181.5eea748b49a2e536efeddc36700a11f0b644eb11.soap@gentoo
1 commit: 5eea748b49a2e536efeddc36700a11f0b644eb11
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 11:05:29 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:46:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eea748b
7
8 x11-misc/gtk2fontsel: EAPI bump 2 -> 6
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-r1.ebuild | 18 ++++++++++++++++++
14 1 file changed, 18 insertions(+)
15
16 diff --git a/x11-misc/gtk2fontsel/gtk2fontsel-0.1-r1.ebuild b/x11-misc/gtk2fontsel/gtk2fontsel-0.1-r1.ebuild
17 new file mode 100644
18 index 00000000..7f8e38e
19 --- /dev/null
20 +++ b/x11-misc/gtk2fontsel/gtk2fontsel-0.1-r1.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
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"