diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-07-26 21:34:51 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-07-26 21:34:51 +0000 |
commit | b9072e72d97efc6f3da599865f080e8c20a38cbc (patch) | |
tree | 4adb60bb2c3e7754f906a8222b2d0dd244449547 /sys-apps | |
parent | 2.1.13.1 version bump. This fixes a regression in 2.1.13 and 2.2.0_alpha189 (diff) | |
download | gentoo-2-b9072e72d97efc6f3da599865f080e8c20a38cbc.tar.gz gentoo-2-b9072e72d97efc6f3da599865f080e8c20a38cbc.tar.bz2 gentoo-2-b9072e72d97efc6f3da599865f080e8c20a38cbc.zip |
2.2.0_alpha190 version bump. This includes all of the fixes in 2.1.13.1.
Bug #210077 tracks all bugs fixed since portage-2.1.x.
(Portage version: 2.2.0_alpha190/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.2.0_alpha190.ebuild (renamed from sys-apps/portage/portage-2.2.0_alpha189.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index d3d9e6370e71..9184837c3e44 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1320 2013/07/26 21:32:54 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1321 2013/07/26 21:34:51 zmedico Exp $ + +*portage-2.2.0_alpha190 (26 Jul 2013) + + 26 Jul 2013; Zac Medico <zmedico@gentoo.org> +portage-2.2.0_alpha190.ebuild, + -portage-2.2.0_alpha189.ebuild: + 2.2.0_alpha190 version bump. This includes all of the fixes in 2.1.13.1. Bug + #210077 tracks all bugs fixed since portage-2.1.x. *portage-2.1.13.1 (26 Jul 2013) diff --git a/sys-apps/portage/portage-2.2.0_alpha189.ebuild b/sys-apps/portage/portage-2.2.0_alpha190.ebuild index a1f7f9429443..f9f8d72937c6 100644 --- a/sys-apps/portage/portage-2.2.0_alpha189.ebuild +++ b/sys-apps/portage/portage-2.2.0_alpha190.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/sys-apps/portage/portage-2.2.0_alpha189.ebuild,v 1.3 2013/07/26 07:50:52 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild,v 1.1 2013/07/26 21:34:51 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -96,7 +96,7 @@ prefix_src_archives() { PV_PL="2.1.2" PATCHVER_PL="" -TARBALL_PV=2.2.0_alpha175 +TARBALL_PV=2.2.0_alpha190 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)" |