diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-libs/libcxml | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing 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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest index b885d31795b3..e413fe554877 100644 --- a/dev-libs/libcxml/Manifest +++ b/dev-libs/libcxml/Manifest @@ -1,4 +1,4 @@ -MD5 d501fe9ac10cf889be28205bc7b77af9 libcxml-5.2.0.ebuild 1773 +MD5 6a31011ba72d372440c705a0272ae28b libcxml-5.2.0.ebuild 1771 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 0fb8b5661d8e..f66b72a2cda2 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.4 2003/08/19 18:01:17 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -19,7 +19,7 @@ IUSE="ev6 doc" # non portage variable RELEASE="5.2.0-2" - + src_unpack() { local EV; use ev6 && EV=ev6 || EV=ev5 At="cxml_${EV}-${RELEASE}.alpha.rpm" @@ -28,7 +28,7 @@ src_unpack() { fi # agriffis' improved method for rpm extraction - # + # i=${DISTDIR}/${At} dd ibs=`rpmoffset < ${i}` skip=1 if=$i 2>/dev/null \ | gzip -dc | cpio -idmu 2>/dev/null \ @@ -45,7 +45,7 @@ src_unpack() { mkdir usr/share mv usr/doc usr/share/ fi - + } src_compile () { @@ -59,7 +59,7 @@ src_compile () { src_install () { mv ${WORKDIR}/usr ${D} - prepalldocs + prepalldocs einfo "Please wait while portage strips the libraries..." einfo "This may take a minute..." } |