summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-08-12 23:49:20 +0000
committerZac Medico <zmedico@gentoo.org>2013-08-12 23:49:20 +0000
commit85b92b2448272f9f4df98a557000763b93e705be (patch)
tree7f8f4a544f372af1b44d038c43b054612dc38434 /sys-apps
parentAdd bug ids to ChangeLog (diff)
downloadgentoo-2-85b92b2448272f9f4df98a557000763b93e705be.tar.gz
gentoo-2-85b92b2448272f9f4df98a557000763b93e705be.tar.bz2
gentoo-2-85b92b2448272f9f4df98a557000763b93e705be.zip
2.2.0 version bump. This fixes bug #248603 (suppress missing repo_name
warning for /usr/local/portage), bug #309941 (document make.conf source keyword), bug #388781 (clarify /etc/portage/env docs), bug #449918 (hyperlink to blocker documentation in file collision message) bug #462802 (correct ebuild.sh path in man pages), and bug #480586 (suppress warnings for desktop files with NotShowIn Pantheon). This also includes a fix for compatibility Python 3.4. Bug #472632 tracks all bugs fixed since portage-2.1.12.2. (Portage version: 2.2.0/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/ChangeLog14
-rw-r--r--sys-apps/portage/portage-2.2.0.ebuild (renamed from sys-apps/portage/portage-2.2.0_alpha196.ebuild)6
2 files changed, 16 insertions, 4 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog
index 2cdce728dc73..c7dfb1489de7 100644
--- a/sys-apps/portage/ChangeLog
+++ b/sys-apps/portage/ChangeLog
@@ -1,6 +1,18 @@
# 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.1341 2013/08/12 17:21:23 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1342 2013/08/12 23:49:20 zmedico Exp $
+
+*portage-2.2.0 (12 Aug 2013)
+
+ 12 Aug 2013; Zac Medico <zmedico@gentoo.org> +portage-2.2.0.ebuild,
+ -portage-2.2.0_alpha196.ebuild:
+ 2.2.0 version bump. This fixes bug #248603 (suppress missing repo_name warning
+ for /usr/local/portage), bug #309941 (document make.conf source keyword), bug
+ #388781 (clarify /etc/portage/env docs), bug #449918 (hyperlink to blocker
+ documentation in file collision message) bug #462802 (correct ebuild.sh path
+ in man pages), and bug #480586 (suppress warnings for desktop files with
+ NotShowIn Pantheon). This also includes a fix for compatibility Python 3.4.
+ Bug #472632 tracks all bugs fixed since portage-2.1.12.2.
12 Aug 2013; Zac Medico <zmedico@gentoo.org> portage-2.1.13.7.ebuild,
portage-2.2.0_alpha196.ebuild:
diff --git a/sys-apps/portage/portage-2.2.0_alpha196.ebuild b/sys-apps/portage/portage-2.2.0.ebuild
index ee005581164a..c0c517e499ab 100644
--- a/sys-apps/portage/portage-2.2.0_alpha196.ebuild
+++ b/sys-apps/portage/portage-2.2.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/sys-apps/portage/portage-2.2.0_alpha196.ebuild,v 1.2 2013/08/12 17:21:23 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0.ebuild,v 1.1 2013/08/12 23:49:20 zmedico Exp $
# Require EAPI 2 since we now require at least python-2.6 (for python 3
# syntax support) which also requires EAPI 2.
@@ -15,7 +15,7 @@ inherit eutils multilib
DESCRIPTION="Portage is the package management and distribution system for Gentoo"
HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml"
LICENSE="GPL-2"
-KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
SLOT="0"
IUSE="build doc epydoc +ipc linguas_ru pypy2_0 python2 python3 selinux xattr"
@@ -96,7 +96,7 @@ prefix_src_archives() {
PV_PL="2.1.2"
PATCHVER_PL=""
-TARBALL_PV=2.2.0_alpha190
+TARBALL_PV=2.2.0
SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
$(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"