radhermit    14/09/04 21:54:03

  Modified:             ChangeLog
  Added:                unscd-0.52.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.17                 sys-apps/unscd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   4 Mar 2014 19:56:05 -0000       1.16
+++ ChangeLog   4 Sep 2014 21:54:03 -0000       1.17
@@ -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.16 2014/03/04 
19:56:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.17 2014/09/04 
21:54:03 radhermit Exp $
+
+*unscd-0.52 (04 Sep 2014)
+
+  04 Sep 2014; Tim Harder <[email protected]> +unscd-0.52.ebuild:
+  Version bump.
 
   04 Mar 2014; Agostino Sarubbo <[email protected]> unscd-0.51.ebuild:
   Stable for x86, wrt bug #502922



1.1                  sys-apps/unscd/unscd-0.52.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.52.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.52.ebuild?rev=1.1&content-type=text/plain

Index: unscd-0.52.ebuild
===================================================================
# 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
}




Reply via email to