From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B718138247 for ; Thu, 23 Jan 2014 14:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19122E0B89; Thu, 23 Jan 2014 14:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8593DE0B8A for ; Thu, 23 Jan 2014 14:40:09 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 339D433EE7F for ; Thu, 23 Jan 2014 14:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 529FF183B3 for ; Thu, 23 Jan 2014 14:40:06 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1390486970.1af066e4211d5198fd7429a13bf2931752a54618.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/getent/ChangeLog sys-apps/getent/getent-0.ebuild sys-apps/getent/getent-9999.ebuild sys-apps/getent/metadata.xml X-VCS-Directories: sys-apps/getent/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1af066e4211d5198fd7429a13bf2931752a54618 X-VCS-Branch: musl Date: Thu, 23 Jan 2014 14:40:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4f42d07f-e16c-4feb-9a05-6aa857c27c0d X-Archives-Hash: c1e9e5215973fcfcead5331e49c3f25b commit: 1af066e4211d5198fd7429a13bf2931752a54618 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jan 23 14:22:50 2014 +0000 Commit: Anthony G. Basile gentoo 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 +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 @@ - - - - base-system - - blueness@gentoo.org - Anthony G. Basile - -