Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/getent: ChangeLog getent-0.ebuild getent-9999.ebuild metadata.xml
Date: Thu, 23 Jan 2014 14:13:31
Message-Id: 20140123141326.978BB2004C@flycatcher.gentoo.org
1 blueness 14/01/23 14:13:26
2
3 Added: ChangeLog getent-0.ebuild getent-9999.ebuild
4 metadata.xml
5 Log:
6 Initial commit: script to emulated glibc's getent utility
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.1 sys-apps/getent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/ChangeLog?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/ChangeLog?rev=1.1&content-type=text/plain
15
16 Index: ChangeLog
17 ===================================================================
18 # ChangeLog for sys-apps/getent
19 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-apps/getent/ChangeLog,v 1.1 2014/01/23 14:13:26 blueness Exp $
21
22
23
24
25 1.1 sys-apps/getent/getent-0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/getent-0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/getent-0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: getent-0.ebuild
31 ===================================================================
32 # Copyright 1999-2014 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/sys-apps/getent/getent-0.ebuild,v 1.1 2014/01/23 14:13:26 blueness Exp $
35
36 EAPI="5"
37
38 DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
39 HOMEPAGE="http://www.uclibc.org/"
40
41 if [[ ${PV} == "9999" ]] ; then
42 SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
43 KEYWORDS=""
44 MY_P=${PN}
45 else
46 SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
47 KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
48 MY_P=${P}
49 fi
50
51 LICENSE="LGPL-2"
52 SLOT="0"
53
54 DEPEND="
55 !sys-libs/glibc
56 !sys-libs/uclibc
57 "
58
59 src_unpack() {
60 mkdir ${P}
61 cp "${DISTDIR}"/${MY_P} ${P}/${PN}
62 }
63
64 src_install() {
65 dobin getent
66 }
67
68
69
70 1.1 sys-apps/getent/getent-9999.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/getent-9999.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/getent-9999.ebuild?rev=1.1&content-type=text/plain
74
75 Index: getent-9999.ebuild
76 ===================================================================
77 # Copyright 1999-2014 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/sys-apps/getent/getent-9999.ebuild,v 1.1 2014/01/23 14:13:26 blueness Exp $
80
81 EAPI="5"
82
83 DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
84 HOMEPAGE="http://www.uclibc.org/"
85
86 if [[ ${PV} == "9999" ]] ; then
87 SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
88 KEYWORDS=""
89 MY_P=${PN}
90 else
91 SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
92 KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
93 MY_P=${P}
94 fi
95
96 LICENSE="LGPL-2"
97 SLOT="0"
98
99 DEPEND="
100 !sys-libs/glibc
101 !sys-libs/uclibc
102 "
103
104 src_unpack() {
105 mkdir ${P}
106 cp "${DISTDIR}"/${MY_P} ${P}/${PN}
107 }
108
109 src_install() {
110 dobin getent
111 }
112
113
114
115 1.1 sys-apps/getent/metadata.xml
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/metadata.xml?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/getent/metadata.xml?rev=1.1&content-type=text/plain
119
120 Index: metadata.xml
121 ===================================================================
122 <?xml version="1.0" encoding="UTF-8"?>
123 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 <pkgmetadata>
125 <herd>base-system</herd>
126 <maintainer>
127 <email>blueness@g.o</email>
128 <name>Anthony G. Basile</name>
129 </maintainer>
130 </pkgmetadata>