diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-07 10:17:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-07 10:17:50 +0000 |
commit | 595eae7da3bc8f7a9fc76ef2279859a419fd2369 (patch) | |
tree | 73da345e8f553efeaae9311b2336d81295ce8dee /dev-libs/boost | |
parent | Fix building with USE='tools', wrt bug #506064, patch by Ed Catmur <ed AT cat... (diff) | |
download | gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.tar.gz gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.tar.bz2 gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.zip |
Add support for user patches via epatch_user
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.52.0-r6.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.53.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.54.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.55.0-r1.ebuild | 4 |
5 files changed, 20 insertions, 8 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 33a71d37b40e..4503d96516cd 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.312 2014/04/07 10:05:49 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.313 2014/04/07 10:17:50 pinkbyte Exp $ + + 07 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> boost-1.52.0-r6.ebuild, + boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild: + Add support for user patches via epatch_user 07 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> boost-1.55.0-r1.ebuild, +files/boost-1.55.0-tools-c98-compat.patch: diff --git a/dev-libs/boost/boost-1.52.0-r6.ebuild b/dev-libs/boost/boost-1.52.0-r6.ebuild index 2fb57980f7be..8bf175f9294f 100644 --- a/dev-libs/boost/boost-1.52.0-r6.ebuild +++ b/dev-libs/boost/boost-1.52.0-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.13 2013/12/14 19:45:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.14 2014/04/07 10:17:50 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -82,6 +82,8 @@ src_prepare() { #endif EOF done + + epatch_user } ejam() { diff --git a/dev-libs/boost/boost-1.53.0-r1.ebuild b/dev-libs/boost/boost-1.53.0-r1.ebuild index 0ea6abd85532..c1d858a8e3c2 100644 --- a/dev-libs/boost/boost-1.53.0-r1.ebuild +++ b/dev-libs/boost/boost-1.53.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.1 2013/12/27 16:59:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.2 2014/04/07 10:17:50 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -82,6 +82,8 @@ src_prepare() { #endif EOF done + + epatch_user } ejam() { diff --git a/dev-libs/boost/boost-1.54.0-r1.ebuild b/dev-libs/boost/boost-1.54.0-r1.ebuild index 79b629f3e227..2c5c970f7894 100644 --- a/dev-libs/boost/boost-1.54.0-r1.ebuild +++ b/dev-libs/boost/boost-1.54.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.1 2013/12/27 16:59:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.2 2014/04/07 10:17:50 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -82,6 +82,8 @@ src_prepare() { #endif EOF done + + epatch_user } ejam() { diff --git a/dev-libs/boost/boost-1.55.0-r1.ebuild b/dev-libs/boost/boost-1.55.0-r1.ebuild index 58c75d3dddbc..c5c1a7a89a9d 100644 --- a/dev-libs/boost/boost-1.55.0-r1.ebuild +++ b/dev-libs/boost/boost-1.55.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.2 2014/04/07 10:05:49 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.3 2014/04/07 10:17:50 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -79,6 +79,8 @@ src_prepare() { "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch" \ "${FILESDIR}/${PN}-1.55.0-context-x32.patch" \ "${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" + + epatch_user } ejam() { |