polynomial-c 15/01/21 07:32:08
Modified: ChangeLog
Added: patch-2.7.2.ebuild
Removed: patch-2.5.9-r1.ebuild patch-2.7.1-r2.ebuild
patch-2.5.9.ebuild
Log:
Security bump (bug #536614). Removed old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.67 sys-devel/patch/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.67&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.67&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 18 Jan 2014 03:17:14 -0000 1.66
+++ ChangeLog 21 Jan 2015 07:32:08 -0000 1.67
@@ -1,6 +1,14 @@
# ChangeLog for sys-devel/patch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.66 2014/01/18
03:17:14 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.67 2015/01/21
07:32:08 polynomial-c Exp $
+
+*patch-2.7.2 (21 Jan 2015)
+
+ 21 Jan 2015; Lars Wendler <[email protected]> -patch-2.5.9.ebuild,
+ -patch-2.5.9-r1.ebuild, -patch-2.7.1-r2.ebuild, +patch-2.7.2.ebuild,
+ -files/patch-2.5.9-cr-stripping.patch,
+ -files/patch-2.7.1-Fix-removing-empty-directories-automake.patch:
+ Security bump (bug #536614). Removed old.
18 Jan 2014; Mike Frysinger <[email protected]> patch-2.6.1.ebuild,
patch-2.7.1-r2.ebuild, patch-2.7.1-r3.ebuild:
1.1 sys-devel/patch/patch-2.7.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.2.ebuild?rev=1.1&content-type=text/plain
Index: patch-2.7.2.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.2.ebuild,v 1.1
2015/01/21 07:32:08 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)"
}