From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 45E2A1381F3 for ; Sun, 5 May 2013 23:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1511E0907; Sun, 5 May 2013 23:49:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D787E0907 for ; Sun, 5 May 2013 23:49:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 540FA33DD04 for ; Sun, 5 May 2013 23:49:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 1BB332171D; Sun, 5 May 2013 23:49:45 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: findutils-4.5.11.ebuild ChangeLog X-VCS-Directories: sys-apps/findutils X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130505234946.1BB332171D@flycatcher.gentoo.org> Date: Sun, 5 May 2013 23:49:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cddea524-1101-4633-b3f7-33b17ba8e513 X-Archives-Hash: d9514120af7a4404ddbeea29730fb36b 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 +findutils-4.5.11.ebuild: + Version bump #468654 by Agostino Sarubbo. 19 Feb 2013; Zac Medico 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 }