polynomial-c 15/03/08 16:28:48 Modified: ChangeLog Added: patch-2.7.5.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.81 sys-devel/patch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 24 Feb 2015 10:56:36 -0000 1.80 +++ ChangeLog 8 Mar 2015 16:28:48 -0000 1.81 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/patch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.80 2015/02/24 10:56:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.81 2015/03/08 16:28:48 polynomial-c Exp $ + +*patch-2.7.5 (08 Mar 2015) + + 08 Mar 2015; Lars Wendler <[email protected]> +patch-2.7.5.ebuild: + Version bump. 24 Feb 2015; Agostino Sarubbo <[email protected]> patch-2.7.3.ebuild: Stable for alpha, wrt bug #536614 1.1 sys-devel/patch/patch-2.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.5.ebuild?rev=1.1&content-type=text/plain Index: patch-2.7.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.5.ebuild,v 1.1 2015/03/08 16:28:48 polynomial-c Exp $ EAPI=4 inherit flag-o-matic eutils DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" SRC_URI="mirror://gnu/patch/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~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="static test xattr" RDEPEND="xattr? ( sys-apps/attr )" DEPEND="${RDEPEND} test? ( sys-apps/ed )" src_configure() { use static && append-ldflags -static # Do not let $ED mess up the search for `ed` 470210. ac_cv_path_ED=$(type -P ed) \ econf \ $(use_enable xattr) \ --program-prefix="$(use userland_BSD && echo g)" }
