* [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/
@ 2014-01-22 22:57 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2014-01-22 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 6f5d70dade2523da3aeeb3ec8e4d4f53d6a8b8e9
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 22:57:39 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 22:57:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=6f5d70da
sys-apps/getent: breakout getent from uclibc, bug #498394
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 0xF52D4BBA
---
sys-apps/getent/ChangeLog | 10 ++++++++++
sys-apps/getent/getent-0.ebuild | 35 +++++++++++++++++++++++++++++++++++
sys-apps/getent/getent-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
sys-apps/getent/metadata.xml | 9 +++++++++
4 files changed, 89 insertions(+)
diff --git a/sys-apps/getent/ChangeLog b/sys-apps/getent/ChangeLog
new file mode 100644
index 0000000..a0c3ee5
--- /dev/null
+++ b/sys-apps/getent/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-apps/getent
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/getent/ChangeLog,v 1.80 2014/01/19 11:34:07 pacho Exp $
+
+*getent-9999 (20 Jan 2014)
+
+ 20 Jan 2014; Anthony G. Basile <blueness@gentoo.org> +getent-9999.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/sys-apps/getent/getent-0.ebuild b/sys-apps/getent/getent-0.ebuild
new file mode 100644
index 0000000..98e8844
--- /dev/null
+++ b/sys-apps/getent/getent-0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
+HOMEPAGE="http://www.uclibc.org/"
+
+if [[ ${PV} == "9999" ]] ; then
+ SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
+ KEYWORDS=""
+ MY_P=${PN}
+else
+ SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
+ KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
+ MY_P=${P}
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+DEPEND="
+ !sys-libs/glibc
+ !<=sys-libs/uclibc-0.9.33.2-r9
+"
+
+src_unpack() {
+ mkdir ${P}
+ cp "${DISTDIR}"/${MY_P} ${P}/${PN}
+}
+
+src_install() {
+ dobin getent
+}
diff --git a/sys-apps/getent/getent-9999.ebuild b/sys-apps/getent/getent-9999.ebuild
new file mode 100644
index 0000000..98e8844
--- /dev/null
+++ b/sys-apps/getent/getent-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
+HOMEPAGE="http://www.uclibc.org/"
+
+if [[ ${PV} == "9999" ]] ; then
+ SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
+ KEYWORDS=""
+ MY_P=${PN}
+else
+ SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
+ KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
+ MY_P=${P}
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+DEPEND="
+ !sys-libs/glibc
+ !<=sys-libs/uclibc-0.9.33.2-r9
+"
+
+src_unpack() {
+ mkdir ${P}
+ cp "${DISTDIR}"/${MY_P} ${P}/${PN}
+}
+
+src_install() {
+ dobin getent
+}
diff --git a/sys-apps/getent/metadata.xml b/sys-apps/getent/metadata.xml
new file mode 100644
index 0000000..b3560e8
--- /dev/null
+++ b/sys-apps/getent/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>base-system</herd>
+ <maintainer>
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/
@ 2014-01-22 23:03 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2014-01-22 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 0aeb938559243f0d73fb5a4447bcea799e997808
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 23:03:24 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 23:03:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0aeb9385
sys-apps/getent: stable for amd64
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 0xF52D4BBA
---
sys-apps/getent/getent-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/getent/getent-0.ebuild b/sys-apps/getent/getent-0.ebuild
index 98e8844..196a05c 100644
--- a/sys-apps/getent/getent-0.ebuild
+++ b/sys-apps/getent/getent-0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
MY_P=${PN}
else
SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
- KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
MY_P=${P}
fi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/
@ 2014-01-23 14:40 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2014-01-23 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 1af066e4211d5198fd7429a13bf2931752a54618
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 14:22:50 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 14:22:50 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=1af066e4
sys-apps/getent: moved to tree
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 0xF52D4BBA
---
sys-apps/getent/ChangeLog | 10 ----------
sys-apps/getent/getent-0.ebuild | 35 -----------------------------------
sys-apps/getent/getent-9999.ebuild | 35 -----------------------------------
sys-apps/getent/metadata.xml | 9 ---------
4 files changed, 89 deletions(-)
diff --git a/sys-apps/getent/ChangeLog b/sys-apps/getent/ChangeLog
deleted file mode 100644
index a0c3ee5..0000000
--- a/sys-apps/getent/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sys-apps/getent
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/getent/ChangeLog,v 1.80 2014/01/19 11:34:07 pacho Exp $
-
-*getent-9999 (20 Jan 2014)
-
- 20 Jan 2014; Anthony G. Basile <blueness@gentoo.org> +getent-9999.ebuild,
- +metadata.xml:
- Initial commit
-
diff --git a/sys-apps/getent/getent-0.ebuild b/sys-apps/getent/getent-0.ebuild
deleted file mode 100644
index 196a05c..0000000
--- a/sys-apps/getent/getent-0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
-HOMEPAGE="http://www.uclibc.org/"
-
-if [[ ${PV} == "9999" ]] ; then
- SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
- KEYWORDS=""
- MY_P=${PN}
-else
- SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
- KEYWORDS="amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
- MY_P=${P}
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-DEPEND="
- !sys-libs/glibc
- !<=sys-libs/uclibc-0.9.33.2-r9
-"
-
-src_unpack() {
- mkdir ${P}
- cp "${DISTDIR}"/${MY_P} ${P}/${PN}
-}
-
-src_install() {
- dobin getent
-}
diff --git a/sys-apps/getent/getent-9999.ebuild b/sys-apps/getent/getent-9999.ebuild
deleted file mode 100644
index 98e8844..0000000
--- a/sys-apps/getent/getent-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Script to emulate the behavior of glibc's getent utility"
-HOMEPAGE="http://www.uclibc.org/"
-
-if [[ ${PV} == "9999" ]] ; then
- SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}"
- KEYWORDS=""
- MY_P=${PN}
-else
- SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}"
- KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
- MY_P=${P}
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-DEPEND="
- !sys-libs/glibc
- !<=sys-libs/uclibc-0.9.33.2-r9
-"
-
-src_unpack() {
- mkdir ${P}
- cp "${DISTDIR}"/${MY_P} ${P}/${PN}
-}
-
-src_install() {
- dobin getent
-}
diff --git a/sys-apps/getent/metadata.xml b/sys-apps/getent/metadata.xml
deleted file mode 100644
index b3560e8..0000000
--- a/sys-apps/getent/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>base-system</herd>
- <maintainer>
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-23 14:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 23:03 [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2014-01-23 14:40 Anthony G. Basile
2014-01-22 22:57 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox