diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:13:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:13:03 +0000 |
commit | 578832d6287cfa55a86e04b4c2e8377ff260c0d8 (patch) | |
tree | 173b9cea83b7cab8866b081db05c4e3aa517de7a /dev-libs/libcxml | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.tar.gz gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.tar.bz2 gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-libs/libcxml')
-rw-r--r-- | dev-libs/libcxml/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libcxml/libcxml-5.2.0.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest index e413fe554877..f9325ac0368e 100644 --- a/dev-libs/libcxml/Manifest +++ b/dev-libs/libcxml/Manifest @@ -1,4 +1,4 @@ -MD5 6a31011ba72d372440c705a0272ae28b libcxml-5.2.0.ebuild 1771 +MD5 6220cf41fd12dc9485f6451cfe040b7d libcxml-5.2.0.ebuild 1767 MD5 a19c4b101f70fa6ec9196656e344b6eb ChangeLog 397 MD5 473df1bc370e79c52bea1fbd0803ef24 metadata.xml 598 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcxml-5.2.0 0 diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index f66b72a2cda2..642a78f90a9b 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.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/libcxml/libcxml-5.2.0.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.6 2003/09/11 01:10:01 msterret Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -52,7 +52,7 @@ src_compile () { local EV; use ev6 && EV=ev6 || EV=ev5 cd ${WORKDIR}/usr/lib/compaq/cxml-${RELEASE%*-2} - # http://h18000.www1.hp.com/math/faq/cxml.html#EmptySharedLib + # http://h18000.www1.hp.com/math/faq/cxml.html#EmptySharedLib ld -shared -o libcxml_${EV}.so -soname libcxml.so \ -whole-archive libcxml_${EV}.a -no-whole-archive -lots -lcpml } @@ -63,4 +63,3 @@ src_install () { einfo "Please wait while portage strips the libraries..." einfo "This may take a minute..." } - |