diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-25 02:31:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-25 02:31:50 +0000 |
commit | 318ef6ce871c90b94d18ba55c02e40213a4e9283 (patch) | |
tree | 618e2de180477905caaef373c7d296087204e82e | |
parent | recreate digests (diff) | |
download | historical-318ef6ce871c90b94d18ba55c02e40213a4e9283.tar.gz historical-318ef6ce871c90b94d18ba55c02e40213a4e9283.tar.bz2 historical-318ef6ce871c90b94d18ba55c02e40213a4e9283.zip |
repoman: Trim trailing whitespace
-rw-r--r-- | dev-python/pythong/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.5.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pythong/Manifest b/dev-python/pythong/Manifest index eaa66d3bff3f..77f379661bde 100644 --- a/dev-python/pythong/Manifest +++ b/dev-python/pythong/Manifest @@ -1,8 +1,8 @@ MD5 58f3ee5b9e783fb7bbfed1dbb87e89b6 ChangeLog 1106 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 e43432f9dc40281f10acfd68f5b9816e pythong-2.1.5.ebuild 1520 MD5 8858bb4747674a6a2247c732a8210030 pythong-2.1.2.ebuild 1404 MD5 94ea6981477bb6028a6190eaccc20fc8 pythong-2.1.4.ebuild 1405 -MD5 d1a7533220a1b91d06d644e0975cc8ef pythong-2.1.5.ebuild 1520 -MD5 aecd04a659effc9a32ca3902a49188d6 files/digest-pythong-2.1.2 118 MD5 3cb7c33302175dfbabf5cf6f867a462a files/digest-pythong-2.1.4 118 MD5 b10350e00fdd2e7de21f9b1145fe96cb files/digest-pythong-2.1.5 118 +MD5 aecd04a659effc9a32ca3902a49188d6 files/digest-pythong-2.1.2 118 diff --git a/dev-python/pythong/pythong-2.1.5.ebuild b/dev-python/pythong/pythong-2.1.5.ebuild index d381d511d180..0d6d3a9a8ced 100644 --- a/dev-python/pythong/pythong-2.1.5.ebuild +++ b/dev-python/pythong/pythong-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5.ebuild,v 1.1 2004/01/24 21:38:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5.ebuild,v 1.2 2004/01/25 02:31:43 mr_bones_ Exp $ inherit python distutils @@ -42,8 +42,8 @@ src_install() { python_version sed -e "s#^fullpath = .*#fullpath = '/usr/lib/python${PYVER}/site-packages/'#" \ - -i pythong.py - + -i pythong.py + insinto /usr/lib/python${PYVER}/site-packages/ doins modulepythong.py dodir /usr/lib/python${PYVER}/site-packages/libpythong/ |