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/libcpml/libcpml-5.2.01.ebuild | |
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/libcpml/libcpml-5.2.01.ebuild')
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libcpml/libcpml-5.2.01.ebuild b/dev-libs/libcpml/libcpml-5.2.01.ebuild index 3693ba0c672d..7273dc2265fc 100644 --- a/dev-libs/libcpml/libcpml-5.2.01.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01.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/libcpml/libcpml-5.2.01.ebuild,v 1.2 2003/02/13 10:40:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ At="cpml_ev5-5.2.0-1.alpha.rpm" S=${WORKDIR}/usr @@ -13,13 +13,13 @@ RDEPEND="$DEPEND" LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-x86 -ppc -sparc alpha" - + src_unpack() { if [ ! -f ${DISTDIR}/${At} ] ; then die "Please download ${At} from ${HOMEPAGE}" fi rpm2targz ${DISTDIR}/${At} - tar zxf cpml_ev5-5.2.0-1.alpha.tar.gz + tar zxf cpml_ev5-5.2.0-1.alpha.tar.gz mv usr/doc/cpml-5.2.0/* usr } |