summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-09 19:32:24 +0000
committerMike Frysinger <vapier@gentoo.org>2009-04-09 19:32:24 +0000
commit6516b7892c265a102fe55436f81b923646c79f65 (patch)
tree8fed509b8dfc233062e4410429f4ce131f325925 /sys-apps/unscd
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-6516b7892c265a102fe55436f81b923646c79f65.tar.gz
gentoo-2-6516b7892c265a102fe55436f81b923646c79f65.tar.bz2
gentoo-2-6516b7892c265a102fe55436f81b923646c79f65.zip
Version bump.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/unscd')
-rw-r--r--sys-apps/unscd/ChangeLog9
-rw-r--r--sys-apps/unscd/unscd-0.37.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/sys-apps/unscd/ChangeLog b/sys-apps/unscd/ChangeLog
index 20498f2077f1..5176ee969052 100644
--- a/sys-apps/unscd/ChangeLog
+++ b/sys-apps/unscd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/unscd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.1 2008/11/22 22:09:11 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.2 2009/04/09 19:32:24 vapier Exp $
+
+*unscd-0.37 (09 Apr 2009)
+
+ 09 Apr 2009; Mike Frysinger <vapier@gentoo.org> +unscd-0.37.ebuild:
+ Version bump.
*unscd-0.35 (22 Nov 2008)
diff --git a/sys-apps/unscd/unscd-0.37.ebuild b/sys-apps/unscd/unscd-0.37.ebuild
new file mode 100644
index 000000000000..be8a3eb7bb2b
--- /dev/null
+++ b/sys-apps/unscd/unscd-0.37.ebuild
@@ -0,0 +1,29 @@
+# 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.37.ebuild,v 1.1 2009/04/09 19:32:24 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=""
+
+DEPEND=""
+
+S=${WORKDIR}
+
+src_unpack() {
+ cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die
+}
+
+src_compile() {
+ emake unscd || die
+}
+
+src_install() {
+ into /
+ dosbin unscd || die
+}