Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-infinality: metadata.xml ChangeLog eselect-infinality-1.ebuild
Date: Tue, 31 Mar 2015 16:49:29
Message-Id: 20150331164924.E1CE114EDE@oystercatcher.gentoo.org
1 ulm 15/03/31 16:49:24
2
3 Added: metadata.xml ChangeLog eselect-infinality-1.ebuild
4 Log:
5 Move package from app-admin to app-eselect category.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 app-eselect/eselect-infinality/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>yngwin@g.o</email>
22 </maintainer>
23 <herd>fonts</herd>
24 </pkgmetadata>
25
26
27
28 1.1 app-eselect/eselect-infinality/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for app-eselect/eselect-infinality
36 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-infinality/ChangeLog,v 1.1 2015/03/31 16:49:24 ulm Exp $
38
39 31 Mar 2015; Ulrich Müller <ulm@g.o> +eselect-infinality-1.ebuild,
40 +metadata.xml:
41 Move package from app-admin to app-eselect category.
42
43 05 Apr 2013; Ben de Groot <yngwin@g.o> eselect-infinality-1.ebuild:
44 Future-proof src_uri. Implement readme.gentoo eclass to cut down on elog spam.
45
46 25 Jan 2013; Agostino Sarubbo <ago@g.o> eselect-infinality-1.ebuild:
47 Stable for amd64, wrt bug #488550
48
49 25 Jan 2013; Agostino Sarubbo <ago@g.o> eselect-infinality-1.ebuild:
50 Stable for x86, wrt bug #488550
51
52 *eselect-infinality-1 (29 Jul 2012)
53
54 29 Jul 2012; Ben de Groot <yngwin@g.o> +eselect-infinality-1.ebuild,
55 +metadata.xml:
56 Initial commit, to go with fontconfig-infinality
57
58
59
60 1.1 app-eselect/eselect-infinality/eselect-infinality-1.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/eselect-infinality-1.ebuild?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-infinality/eselect-infinality-1.ebuild?rev=1.1&content-type=text/plain
64
65 Index: eselect-infinality-1.ebuild
66 ===================================================================
67 # Copyright 1999-2015 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-infinality/eselect-infinality-1.ebuild,v 1.1 2015/03/31 16:49:24 ulm Exp $
70
71 EAPI=4
72 inherit vcs-snapshot readme.gentoo
73
74 DESCRIPTION="Eselect module to choose an infinality font configuration style"
75 HOMEPAGE="https://github.com/yngwin/eselect-infinality"
76 SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
77
78 LICENSE="GPL-2"
79 SLOT="0"
80 KEYWORDS="amd64 x86"
81 IUSE=""
82
83 RDEPEND="app-admin/eselect"
84 DEPEND=""
85
86 DOC_CONTENTS="Use eselect infinality to select a font configuration style.
87 This is supposed to be used in pair with eselect lcdfilter."
88
89 src_install() {
90 dodoc README.rst
91 readme.gentoo_create_doc
92 insinto "/usr/share/eselect/modules"
93 doins infinality.eselect
94 }