Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-fontconfig/
Date: Mon, 28 Dec 2015 22:42:43
Message-Id: 1451342545.09ae78d0fa7943cb16b28ee8cd0ec82949c4bd4a.mrueg@gentoo
1 commit: 09ae78d0fa7943cb16b28ee8cd0ec82949c4bd4a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 22:42:25 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 22:42:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ae78d0
7
8 app-eselect/eselect-fontconfig: EAPI bump
9
10 Package-Manager: portage-2.2.26
11
12 .../eselect-fontconfig-1.1-r1.ebuild | 25 ++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild
16 new file mode 100644
17 index 0000000..b83a73b
18 --- /dev/null
19 +++ b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks"
28 +HOMEPAGE="https://www.gentoo.org"
29 +SRC_URI="mirror://gentoo/fontconfig.eselect-${PV}.bz2"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +IUSE=""
35 +
36 +DEPEND=""
37 +RDEPEND=">=app-admin/eselect-1.2.3
38 + >=media-libs/fontconfig-2.4"
39 +
40 +S=${WORKDIR}
41 +
42 +src_install() {
43 + insinto /usr/share/eselect/modules
44 + newins "${S}"/fontconfig.eselect-${PV} fontconfig.eselect
45 +}