diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-02-04 20:19:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-02-04 20:19:54 +0000 |
commit | 2528bf7ef3f29fb9417a2cbf1b79ee07ee6dc50f (patch) | |
tree | 6b4e84974e26f169fbe8c610c3383d6213a4e77d /dev-libs/boost | |
parent | Version bump (diff) | |
download | gentoo-2-2528bf7ef3f29fb9417a2cbf1b79ee07ee6dc50f.tar.gz gentoo-2-2528bf7ef3f29fb9417a2cbf1b79ee07ee6dc50f.tar.bz2 gentoo-2-2528bf7ef3f29fb9417a2cbf1b79ee07ee6dc50f.zip |
Bump to final 1.53.0 version; add sub-slot.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.53.0.ebuild (renamed from dev-libs/boost/boost-1.53.0_beta1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index b0e09dfd3360..bc543281335b 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.287 2013/01/25 23:04:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.288 2013/02/04 20:19:54 flameeyes Exp $ + +*boost-1.53.0 (04 Feb 2013) + + 04 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> +boost-1.53.0.ebuild, + -boost-1.53.0_beta1.ebuild: + Bump to final 1.53.0 version; add sub-slot. *boost-1.53.0_beta1 (25 Jan 2013) diff --git a/dev-libs/boost/boost-1.53.0_beta1.ebuild b/dev-libs/boost/boost-1.53.0.ebuild index e7d6492bdbab..879dcef127f5 100644 --- a/dev-libs/boost/boost-1.53.0_beta1.ebuild +++ b/dev-libs/boost/boost-1.53.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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_beta1.ebuild,v 1.1 2013/01/25 23:04:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v 1.1 2013/02/04 20:19:54 flameeyes Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -14,8 +14,8 @@ HOMEPAGE="http://www.boost.org/" SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2" LICENSE="Boost-1.0" -SLOT=0 MAJOR_V="$(get_version_component_range 1-2)" +SLOT="0/${MAJOR_V}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc icu +nls mpi python static-libs +threads tools" |