From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog
Date: Tue, 21 May 2013 18:16:28 +0000 (UTC) [thread overview]
Message-ID: <20130521181628.606E32171D@flycatcher.gentoo.org> (raw)
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.
next reply other threads:[~2013-05-21 18:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-21 18:16 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-10 15:26 [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog Mike Frysinger (vapier)
2012-07-06 14:58 Mike Frysinger (vapier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130521181628.606E32171D@flycatcher.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox