diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:32:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:32:35 +0000 |
commit | 2fa6627a61066cfa2c6fbd40f553a6b5771f517a (patch) | |
tree | 6c9b98843739042611129dcbf7173f43906c269c /dev-python/orbit-python | |
parent | added hardened-gcc excludes (diff) | |
download | historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.gz historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.bz2 historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-python/orbit-python')
-rw-r--r-- | dev-python/orbit-python/Manifest | 10 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-0.3.1.ebuild | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/dev-python/orbit-python/Manifest b/dev-python/orbit-python/Manifest index dd500766fc5a..93a3e75ed7e7 100644 --- a/dev-python/orbit-python/Manifest +++ b/dev-python/orbit-python/Manifest @@ -1,8 +1,8 @@ +MD5 cf5d417d8ed3f5a4117fe062c89ed598 ChangeLog 1379 +MD5 275f6ab484291be3b1b00e19178ebbe9 orbit-python-0.3.0-r1.ebuild 892 +MD5 479c06e30131e8a4e3f337cd9a370325 orbit-python-0.3.1.ebuild 889 +MD5 492276fbf614f10f8c8af0c1c8b642e6 orbit-python-1.99.0.ebuild 655 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 ded6cd41330565f707370bd950be1a37 files/digest-orbit-python-0.3.0-r1 70 MD5 1126d3c89677d7bbee27ba9d3c6b8f7f files/digest-orbit-python-0.3.1 70 MD5 458721f9abe88a81c13acac03d246e58 files/digest-orbit-python-1.99.0 72 -MD5 7ed9feeb2d1c9509a6294bdc19c10ff5 orbit-python-0.3.0-r1.ebuild 893 -MD5 c9e331cc46b1a0803ee9d2bfe49a27fa orbit-python-0.3.1.ebuild 890 -MD5 492276fbf614f10f8c8af0c1c8b642e6 orbit-python-1.99.0.ebuild 655 -MD5 cf5d417d8ed3f5a4117fe062c89ed598 ChangeLog 1379 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 diff --git a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild index 03c4fb597a87..2c3972e2366b 100644 --- a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.15 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.16 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" @@ -17,7 +17,7 @@ LICENSE="GPL-2" src_compile() { CFLAGS="$CFLAGS `gnome-config --cflags libIDL`" - + PYTHON="/usr/bin/python" ./configure --host=${CHOST} \ --prefix=/usr \ --with-libIDL-prefix=/usr \ @@ -29,6 +29,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-python/orbit-python/orbit-python-0.3.1.ebuild b/dev-python/orbit-python/orbit-python-0.3.1.ebuild index f1ca65349f64..70120af99d39 100644 --- a/dev-python/orbit-python/orbit-python-0.3.1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.13 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.14 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" @@ -17,7 +17,7 @@ LICENSE="GPL-2" src_compile() { CFLAGS="$CFLAGS `gnome-config --cflags libIDL`" - + PYTHON="/usr/bin/python" ./configure --host=${CHOST} \ --prefix=/usr \ --with-libIDL-prefix=/usr \ @@ -29,6 +29,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |