diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-05-24 05:41:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-05-24 05:41:49 +0000 |
commit | 43c6844fe18d6c8eaba66a1530208888a9fa2339 (patch) | |
tree | 3e742557b2b6640b1653825c7788eefd8f94339f /sys-apps | |
parent | Dropping arm stable keyword until java-config-2 catches up #469266 (diff) | |
download | gentoo-2-43c6844fe18d6c8eaba66a1530208888a9fa2339.tar.gz gentoo-2-43c6844fe18d6c8eaba66a1530208888a9fa2339.tar.bz2 gentoo-2-43c6844fe18d6c8eaba66a1530208888a9fa2339.zip |
2.1.12.2 version bump. This fixes bug #470670 (repoman check for deprecated EAPIs) and
bug #470916 (handle indirect man page symlinks when compressing).
Bug #468524 tracks all bugs fixed since portage-2.1.11.62.
(Portage version: 2.2.0_alpha177/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.1.12.2.ebuild (renamed from sys-apps/portage/portage-2.1.12.ebuild) | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index a8e340cbd6b2..295819873f9f 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,14 @@ # 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.1269 2013/05/19 00:14:30 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1270 2013/05/24 05:41:49 zmedico Exp $ + +*portage-2.1.12.2 (24 May 2013) + + 24 May 2013; Zac Medico <zmedico@gentoo.org> +portage-2.1.12.2.ebuild, + -portage-2.1.12.ebuild: + 2.1.12.2 version bump. This fixes bug #470670 (repoman check for deprecated + EAPIs) and bug #470916 (handle indirect man page symlinks when compressing). + Bug #468524 tracks all bugs fixed since portage-2.1.11.62. *portage-2.2.0_alpha176 (19 May 2013) diff --git a/sys-apps/portage/portage-2.1.12.ebuild b/sys-apps/portage/portage-2.1.12.2.ebuild index 476621dc113c..45b6d9090362 100644 --- a/sys-apps/portage/portage-2.1.12.ebuild +++ b/sys-apps/portage/portage-2.1.12.2.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.1.12.ebuild,v 1.1 2013/05/16 00:25:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild,v 1.1 2013/05/24 05:41:49 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. |