summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-12-31 20:31:49 +0000
committerAron Griffis <agriffis@gentoo.org>2002-12-31 20:31:49 +0000
commit6e0541e6deae42f2c56bc8a2024d4d0efe917dac (patch)
treeaffea029bf9e9e9b6bcd4607f8529c9bb6107b85 /dev-libs/libcpml
parentfix build problem on latest glibc (diff)
downloadhistorical-6e0541e6deae42f2c56bc8a2024d4d0efe917dac.tar.gz
historical-6e0541e6deae42f2c56bc8a2024d4d0efe917dac.tar.bz2
historical-6e0541e6deae42f2c56bc8a2024d4d0efe917dac.zip
Fix typo
Diffstat (limited to 'dev-libs/libcpml')
-rw-r--r--dev-libs/libcpml/ChangeLog5
-rw-r--r--dev-libs/libcpml/libcpml-5.2.01-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libcpml/ChangeLog b/dev-libs/libcpml/ChangeLog
index 75ec3ee09c7e..8d57eb49a09f 100644
--- a/dev-libs/libcpml/ChangeLog
+++ b/dev-libs/libcpml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libcpml
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.3 2002/12/31 20:00:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.4 2002/12/31 20:31:49 agriffis Exp $
+
+ 31 Dec 2002; Aron Griffis <agriffis@gentoo.org> libcpml-5.2.01-r1.ebuild:
+ Fix typo in src_unpack
*libcpml-5.2.01-r1 (31 Dec 2002)
diff --git a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild
index c831039f519a..9ec9437f94d6 100644
--- a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild
+++ b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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-r1.ebuild,v 1.1 2002/12/31 20:00:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.2 2002/12/31 20:31:49 agriffis Exp $
S=${WORKDIR}/usr
SRC_URI=""
@@ -21,7 +21,7 @@ src_unpack() {
die "Please download ${At} from ${HOMEPAGE}"
fi
rpm2targz ${DISTDIR}/${At}
- tar zxf cpml_ev5-5.2.0-1.alpha.tar.gz
+ tar zxf cpml_${EV}-5.2.0-1.alpha.tar.gz
mv usr/doc/cpml-5.2.0/* usr
}