public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog
@ 2012-07-06 14:58 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2012-07-06 14:58 UTC (permalink / raw
  To: gentoo-commits

vapier      12/07/06 14:58:07

  Modified:             ChangeLog
  Added:                unscd-0.49.ebuild
  Log:
  Version bump #425012 by teidakankan.
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-apps/unscd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	15 Jan 2012 00:12:53 -0000	1.10
+++ ChangeLog	6 Jul 2012 14:58:07 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/unscd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.10 2012/01/15 00:12:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.11 2012/07/06 14:58:07 vapier Exp $
+
+*unscd-0.49 (06 Jul 2012)
+
+  06 Jul 2012; Mike Frysinger <vapier@gentoo.org> +unscd-0.49.ebuild:
+  Version bump #425012 by teidakankan.
 
 *unscd-0.48 (15 Jan 2012)
 



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

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

Index: unscd-0.49.ebuild
===================================================================
# 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.49.ebuild,v 1.1 2012/07/06 14:58:07 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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog
@ 2012-08-10 15:26 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2012-08-10 15:26 UTC (permalink / raw
  To: gentoo-commits

vapier      12/08/10 15:26:34

  Modified:             unscd-0.49.ebuild ChangeLog
  Log:
  Stabilize for all #430750 by Plopmaster.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-apps/unscd/unscd-0.49.ebuild

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

Index: unscd-0.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unscd-0.49.ebuild	6 Jul 2012 14:58:07 -0000	1.1
+++ unscd-0.49.ebuild	10 Aug 2012 15:26:34 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.49.ebuild,v 1.1 2012/07/06 14:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v 1.2 2012/08/10 15:26:34 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S=${WORKDIR}



1.12                 sys-apps/unscd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Jul 2012 14:58:07 -0000	1.11
+++ ChangeLog	10 Aug 2012 15:26:34 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/unscd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.11 2012/07/06 14:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.12 2012/08/10 15:26:34 vapier Exp $
+
+  10 Aug 2012; Mike Frysinger <vapier@gentoo.org> unscd-0.49.ebuild:
+  Stabilize for all #430750 by Plopmaster.
 
 *unscd-0.49 (06 Jul 2012)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog
@ 2013-05-21 18:16 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2013-05-21 18:16 UTC (permalink / raw
  To: gentoo-commits

vapier      13/05/21 18:16:28

  Modified:             unscd-0.49.ebuild ChangeLog
  Log:
  Require glibc be built with USE=nscd #469624 by Volker Hemmann.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.3                  sys-apps/unscd/unscd-0.49.ebuild

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

Index: unscd-0.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unscd-0.49.ebuild	10 Aug 2012 15:26:34 -0000	1.2
+++ unscd-0.49.ebuild	21 May 2013 18:16:28 -0000	1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.2 2012/08/10 15:26:34 vapier Exp $
+# $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
 
@@ -13,6 +15,9 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
+RDEPEND="sys-libs/glibc[nscd(+)]"
+DEPEND="${RDEPEND}"
+
 S=${WORKDIR}
 
 src_unpack() {
@@ -21,10 +26,10 @@
 
 src_compile() {
 	tc-export CC
-	emake unscd || die
+	emake unscd
 }
 
 src_install() {
-	newinitd "${FILESDIR}"/unscd.initd unscd || die
-	dosbin unscd || die
+	newinitd "${FILESDIR}"/unscd.initd unscd
+	dosbin unscd
 }



1.13                 sys-apps/unscd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Aug 2012 15:26:34 -0000	1.12
+++ ChangeLog	21 May 2013 18:16:28 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/unscd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.12 2012/08/10 15:26:34 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.13 2013/05/21 18:16:28 vapier Exp $
+
+  21 May 2013; Mike Frysinger <vapier@gentoo.org> unscd-0.49.ebuild:
+  Require glibc be built with USE=nscd #469624 by Volker Hemmann.
 
   10 Aug 2012; Mike Frysinger <vapier@gentoo.org> unscd-0.49.ebuild:
   Stabilize for all #430750 by Plopmaster.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-21 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 15:26 [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-21 18:16 Mike Frysinger (vapier)
2012-07-06 14:58 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox