diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-01-26 18:23:33 +0100 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-01-26 18:23:33 +0100 |
commit | 69ee19ce0dac97137d4f8652661594be56ded5d2 (patch) | |
tree | b9c4173d47d2904a7ff533e58225361eda52e709 /sys-apps | |
parent | Sync portage (diff) | |
download | multilib-portage-69ee19ce0dac97137d4f8652661594be56ded5d2.tar.gz multilib-portage-69ee19ce0dac97137d4f8652661594be56ded5d2.tar.bz2 multilib-portage-69ee19ce0dac97137d4f8652661594be56ded5d2.zip |
Sync portage
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.2.0_alpha161-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 7b54e67e6..8614d7acb 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,2 +1,2 @@ -EBUILD portage-2.2.0_alpha161-r1.ebuild 11916 SHA256 f761e55bef8365d16c8a205bdf25c4640f217206d9164e1638190bd3b1c1fcdf SHA512 ec12b73d713bb6e587dab885510f56372f433b833431503e086c7b1ad6dff07ca9432031580ebb4d907580ca63e6f58da7ce5fbfb1e7973a87d9df5bdd7013ec WHIRLPOOL 8e3fff86d0ab36e197d45f56c97952d8423a466b63d9994ebc96977fedb608fc8c21e5dbc444358f5f230c9ec1f535f900a20f07739e7cc5680a52d8b68c1ec0 +EBUILD portage-2.2.0_alpha161-r1.ebuild 11941 SHA256 aa2ff4beff698da5a1ea99d5771749da73753d85cc9d5e3bb5fd5e207c9f0539 SHA512 198a27709771b78e740140a98ade3c3b18868c30502afefaa4b6dce8c8c0a919f2d424ebfeabfc46b1cfd62011a68853eaeee1163ad68f266166ed425841dc92 WHIRLPOOL 49f67bc25a8f810cdc809849fff4ca8f6ef91fba8e7ad66c16f83080e0c1f3907afe447ebc7955c749f6f243700d38a71d74db75e85b1b7185660ad8d227a214 MISC metadata.xml 365 SHA256 475a792c24a7db2ae5fab7fb108bf39af08c272d03d87ef942883b297de95d6a SHA512 45a78cd446f546ca81c6d6623e0f7215e13ed81d58d6dfcf7a2614b2ad8250a7af4c9ed8b3d1c301a103f3f17b2f5d8eb16caa82267b7565798fb00383957fb6 WHIRLPOOL 1f744a508a6d6d9225087850a85e47b8effadeff6eb0600daca677f761f22c8ddcc08a972bf4b4c2d6545518710365b560f54dd43d283f19eebdb3b2a0972630 diff --git a/sys-apps/portage/portage-2.2.0_alpha161-r1.ebuild b/sys-apps/portage/portage-2.2.0_alpha161-r1.ebuild index ea97ca1bd..1ab154819 100644 --- a/sys-apps/portage/portage-2.2.0_alpha161-r1.ebuild +++ b/sys-apps/portage/portage-2.2.0_alpha161-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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_alpha128.ebuild,v 1.1 2012/09/14 02:54:07 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha161.ebuild,v 1.1 2013/01/24 22:13:22 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 @@ HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" SLOT="0" -IUSE="build doc epydoc +ipc linguas_pl pypy2_0 python2 python3 selinux xattr" +IUSE="build doc epydoc +ipc linguas_pl linguas_ru pypy2_0 python2 python3 selinux xattr" # Import of the io module in python-2.6 raises ImportError for the # thread module if threading is disabled. @@ -131,7 +131,7 @@ src_prepare() { die "Failed to patch portage.VERSION" sed -e "1s/VERSION/${PVR}/" -i doc/fragment/version || \ die "Failed to patch VERSION in doc/fragment/version" - sed -e "1s/VERSION/${PVR}/" -i man/* || \ + sed -e "1s/VERSION/${PVR}/" -i $(find man -type f) || \ die "Failed to patch VERSION in man page headers" if ! use ipc ; then |