diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | 87b906aae4459b4542a8450f37209d2f6fca3e71 (patch) | |
tree | d60d8aa94fe0cf4c5964ba78c0cbe2e313a4b9af /dev-libs/STLport | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.gz historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.bz2 historical-87b906aae4459b4542a8450f37209d2f6fca3e71.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/STLport')
-rw-r--r-- | dev-libs/STLport/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-4.5.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-4.5.3-r2.ebuild | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dev-libs/STLport/Manifest b/dev-libs/STLport/Manifest index c672e4522a34..eeece82a2f27 100644 --- a/dev-libs/STLport/Manifest +++ b/dev-libs/STLport/Manifest @@ -1,6 +1,6 @@ MD5 bc0407b16f270096da93493ca82f45b8 ChangeLog 1737 -MD5 a63c0bb29869ed0bf80501495482ace7 STLport-4.5.3-r1.ebuild 893 -MD5 34e58a995369a0c6eacb2bee149f8941 STLport-4.5.3-r2.ebuild 1046 +MD5 9361f06e4ba8f5d41abfdf99e9b65561 STLport-4.5.3-r1.ebuild 892 +MD5 ec09676351be8bbb21f9f71a4eecdfa8 STLport-4.5.3-r2.ebuild 1043 MD5 a26aa0654153d685b61549c4290b540b files/50STLport-4.0 210 MD5 e498e4970e5cbcf92ec1466d70be88c1 files/STLport-4.5.3-gcc3.patch 640 MD5 7a319fa8b6dbaf6dbf5da8833f08892c files/STLport-4.5.3-gcc3.patch2 695 diff --git a/dev-libs/STLport/STLport-4.5.3-r1.ebuild b/dev-libs/STLport/STLport-4.5.3-r1.ebuild index 53fa090b1093..51d01d1029b5 100644 --- a/dev-libs/STLport/STLport-4.5.3-r1.ebuild +++ b/dev-libs/STLport/STLport-4.5.3-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-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.7 2003/02/13 10:32:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ STL library" @@ -31,11 +31,11 @@ src_install () { dodir /usr/include cp -R ${S}/stlport ${D}/usr/include rm -rf ${D}/usr/include/stlport/BC50 - + dodir /usr/lib cp -R ${S}/lib/* ${D}/usr/lib/ rm -rf ${D}/usr/lib/obj - + cd ${S}/etc/ dodoc ChangeLog* README TODO *.txt diff --git a/dev-libs/STLport/STLport-4.5.3-r2.ebuild b/dev-libs/STLport/STLport-4.5.3-r2.ebuild index 3381a30a25bb..b24fe40d63c0 100644 --- a/dev-libs/STLport/STLport-4.5.3-r2.ebuild +++ b/dev-libs/STLport/STLport-4.5.3-r2.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-libs/STLport/STLport-4.5.3-r2.ebuild,v 1.6 2003/02/13 10:32:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r2.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -20,14 +20,14 @@ LICENSE="as-is" src_unpack() { unpack ${A} - + cd ${S} # Do we use the new multi scheme gcc ? if ! /usr/sbin/gcc-config --get-current-profile &> /dev/null then epatch ${FILESDIR}/${P}-gcc3.patch2 fi - + epatch ${FILESDIR}/${P}-optimize.patch } @@ -41,11 +41,11 @@ src_install () { dodir /usr/include cp -R ${S}/stlport ${D}/usr/include rm -rf ${D}/usr/include/stlport/BC50 - + dodir /usr/lib cp -R ${S}/lib/* ${D}/usr/lib/ rm -rf ${D}/usr/lib/obj - + cd ${S}/etc/ dodoc ChangeLog* README TODO *.txt |