From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog
Date: Sun, 5 May 2013 23:49:46 +0000 (UTC) [thread overview]
Message-ID: <20130505234946.1BB332171D@flycatcher.gentoo.org> (raw)
vapier 13/05/05 23:49:45
Modified: ChangeLog
Added: findutils-4.5.11.ebuild
Log:
Version bump #468654 by Agostino Sarubbo.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.212 sys-apps/findutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 19 Feb 2013 02:58:40 -0000 1.211
+++ ChangeLog 5 May 2013 23:49:45 -0000 1.212
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/findutils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.211 2013/02/19 02:58:40 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.212 2013/05/05 23:49:45 vapier Exp $
+
+*findutils-4.5.11 (05 May 2013)
+
+ 05 May 2013; Mike Frysinger <vapier@gentoo.org> +findutils-4.5.11.ebuild:
+ Version bump #468654 by Agostino Sarubbo.
19 Feb 2013; Zac Medico <zmedico@gentoo.org> findutils-4.5.10-r1.ebuild:
Add ~arm-linux keyword.
1.1 sys-apps/findutils/findutils-4.5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.1&content-type=text/plain
Index: findutils-4.5.11.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v 1.1 2013/05/05 23:49:45 vapier Exp $
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs multilib
DESCRIPTION="GNU utilities for finding files"
HOMEPAGE="http://www.gnu.org/software/findutils/"
SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz"
# mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
# Don't build or install locate because it conflicts with slocate,
# which is a secure version of locate. See bug 18729
sed -i '/^SUBDIRS/s/locate//' Makefile.in
}
src_configure() {
use static && append-ldflags -static
local myconf
use userland_GNU || myconf=" --program-prefix=g"
econf \
--with-packager="Gentoo" \
--with-packager-version="${PVR}" \
--with-packager-bug-reports="http://bugs.gentoo.org/" \
$(use_enable nls) \
--libexecdir='$(libdir)'/find \
${myconf}
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc NEWS README TODO ChangeLog
# We don't need this, so punt it.
rm "${D}"/usr/bin/oldfind "${D}"/usr/share/man/man1/oldfind.1 || die
}
next reply other threads:[~2013-05-05 23:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-05 23:49 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-07 5:22 [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog Fabian Groffen (grobian)
2013-05-09 17:28 Mike Frysinger (vapier)
2013-05-12 18:05 Mike Frysinger (vapier)
2013-06-19 4:59 Christoph Junghans (ottxor)
2013-06-27 5:50 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=20130505234946.1BB332171D@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