diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 03:56:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 03:56:13 +0000 |
commit | 2131dae8a44b202b8bc681e7b56cafc7bb48a1d8 (patch) | |
tree | 2a5bba458cc64fbae1e729837e4a3a84273a6679 /dev-python | |
parent | Stable for HPPA too. (diff) | |
download | historical-2131dae8a44b202b8bc681e7b56cafc7bb48a1d8.tar.gz historical-2131dae8a44b202b8bc681e7b56cafc7bb48a1d8.tar.bz2 historical-2131dae8a44b202b8bc681e7b56cafc7bb48a1d8.zip |
whitespace
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/virtualenv/Manifest | 12 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.0.ebuild | 3 |
2 files changed, 2 insertions, 13 deletions
diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest index 4b822885405c..0e603e8668b4 100644 --- a/dev-python/virtualenv/Manifest +++ b/dev-python/virtualenv/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST virtualenv-1.0.tar.gz 681618 RMD160 93768fe36940c41769b62516bc91c8d053ed6895 SHA1 a20331a0060834bf93c86df16de3bb65faa14653 SHA256 70bd71debfbf4941dbb3f0213a9711de8e10d092ab84b87e81a1195aa823e6c3 -EBUILD virtualenv-1.0.ebuild 608 RMD160 16430b8211f746a580f760e435dcc7c4a8f55bc7 SHA1 1c6b413b5573a1717a51dc82c71bd10a36e8f40d SHA256 b91b6c16a153122d69d71b88b95c7bdce8d63597fd1c1dd2d151c8bd888e78c7 +EBUILD virtualenv-1.0.ebuild 606 RMD160 2883dc2701bda854a9b1a84c8afd41772eccd06e SHA1 29b5862fd2a7e944f2a2912b8510186883e5ba78 SHA256 e0f0eccfa6e4eb8b467d92dd1940910a598f8b313282c43eff06075b6108e694 MISC ChangeLog 378 RMD160 59e82b996139c4c435e26862a3149e559fe341a9 SHA1 ad69c2a4b7ed4d28496c6268d02898537a71c883 SHA256 4151a6c5815c0f11128c1a3c8f004f0dc255f3950b479d2772f254b960e8fad9 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkf0I/QACgkQ3KzeMduMwTpX/gCdGMJYV+Aq4cxiE5gSZKTRprgw -FaoAnjePR3WjbwvHMFZPYrM/5GE+xbYB -=CmQ3 ------END PGP SIGNATURE----- diff --git a/dev-python/virtualenv/virtualenv-1.0.ebuild b/dev-python/virtualenv/virtualenv-1.0.ebuild index 1250515d59de..f5e9deb9ca89 100644 --- a/dev-python/virtualenv/virtualenv-1.0.ebuild +++ b/dev-python/virtualenv/virtualenv-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild,v 1.1 2008/04/03 00:24:53 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild,v 1.2 2008/04/03 03:56:13 mr_bones_ Exp $ NEED_PYTHON="2.3" @@ -21,4 +21,3 @@ src_unpack() { cd "${S}" rm ez_setup.py } - |