diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-17 20:51:31 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-17 20:51:31 +0000 |
commit | 2dfa028e21fbfede0f8dfc2e250d8940d99cb210 (patch) | |
tree | d3ceb3e472d2bf295efa46b702cb381c6aac9bf5 /sys-apps/unscd | |
parent | Version bump (diff) | |
download | gentoo-2-2dfa028e21fbfede0f8dfc2e250d8940d99cb210.tar.gz gentoo-2-2dfa028e21fbfede0f8dfc2e250d8940d99cb210.tar.bz2 gentoo-2-2dfa028e21fbfede0f8dfc2e250d8940d99cb210.zip |
Remove old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'sys-apps/unscd')
-rw-r--r-- | sys-apps/unscd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.39.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.45.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.47.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.48.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.49.ebuild | 35 | ||||
-rw-r--r-- | sys-apps/unscd/unscd-0.52.ebuild | 35 |
7 files changed, 6 insertions, 188 deletions
diff --git a/sys-apps/unscd/ChangeLog b/sys-apps/unscd/ChangeLog index 7e7c8074ad38..9bddc82dd3d2 100644 --- a/sys-apps/unscd/ChangeLog +++ b/sys-apps/unscd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/unscd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.18 2014/10/09 13:43:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.19 2014/10/17 20:51:31 radhermit Exp $ + + 17 Oct 2014; Tim Harder <radhermit@gentoo.org> -unscd-0.39.ebuild, + -unscd-0.45.ebuild, -unscd-0.47.ebuild, -unscd-0.48.ebuild, + -unscd-0.49.ebuild, -unscd-0.52.ebuild: + Remove old. *unscd-0.52-r1 (09 Oct 2014) diff --git a/sys-apps/unscd/unscd-0.39.ebuild b/sys-apps/unscd/unscd-0.39.ebuild deleted file mode 100644 index a577002ffa13..000000000000 --- a/sys-apps/unscd/unscd-0.39.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.39.ebuild,v 1.2 2010/02/15 23:41:31 vapier Exp $ - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - emake unscd || die -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd || die - dosbin unscd || die -} diff --git a/sys-apps/unscd/unscd-0.45.ebuild b/sys-apps/unscd/unscd-0.45.ebuild deleted file mode 100644 index a2034f2c596d..000000000000 --- a/sys-apps/unscd/unscd-0.45.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.45.ebuild,v 1.1 2010/02/15 23:41:55 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - tc-export CC - emake unscd || die -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd || die - dosbin unscd || die -} diff --git a/sys-apps/unscd/unscd-0.47.ebuild b/sys-apps/unscd/unscd-0.47.ebuild deleted file mode 100644 index 401780722845..000000000000 --- a/sys-apps/unscd/unscd-0.47.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.47.ebuild,v 1.1 2010/08/06 20:42:13 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - tc-export CC - emake unscd || die -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd || die - dosbin unscd || die -} diff --git a/sys-apps/unscd/unscd-0.48.ebuild b/sys-apps/unscd/unscd-0.48.ebuild deleted file mode 100644 index 5db98195c64a..000000000000 --- a/sys-apps/unscd/unscd-0.48.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.48.ebuild,v 1.1 2012/01/15 00:12:53 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - tc-export CC - emake unscd || die -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd || die - dosbin unscd || die -} diff --git a/sys-apps/unscd/unscd-0.49.ebuild b/sys-apps/unscd/unscd-0.49.ebuild deleted file mode 100644 index 552eef073bcb..000000000000 --- a/sys-apps/unscd/unscd-0.49.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v 1.3 2013/05/21 18:16:28 vapier Exp $ - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="sys-libs/glibc[nscd(+)]" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - tc-export CC - emake unscd -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd - dosbin unscd -} diff --git a/sys-apps/unscd/unscd-0.52.ebuild b/sys-apps/unscd/unscd-0.52.ebuild deleted file mode 100644 index ed0de9f918ed..000000000000 --- a/sys-apps/unscd/unscd-0.52.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.52.ebuild,v 1.1 2014/09/04 21:54:03 radhermit Exp $ - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sys-libs/glibc[nscd(+)]" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die -} - -src_compile() { - tc-export CC - emake unscd -} - -src_install() { - newinitd "${FILESDIR}"/unscd.initd unscd - dosbin unscd -} |