diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:32:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:32:25 +0000 |
commit | cf4aa28dcc2a1a5dea41a718850843803e8b20df (patch) | |
tree | 0d7cc176d5075ef2e2936fec9d60ee8a69939ab3 /dev-libs/libcpml | |
parent | sync IUSE (+readline) (Manifest recommit) (diff) | |
download | gentoo-2-cf4aa28dcc2a1a5dea41a718850843803e8b20df.tar.gz gentoo-2-cf4aa28dcc2a1a5dea41a718850843803e8b20df.tar.bz2 gentoo-2-cf4aa28dcc2a1a5dea41a718850843803e8b20df.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-libs/libcpml')
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01.ebuild | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild index 7f34ec7f7ae8..bbbe57423662 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-2004 Gentoo Foundation # 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.7 2004/07/02 04:44:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.8 2004/07/14 14:32:25 agriffis Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -46,4 +46,3 @@ src_install () { ln -s libcpml_${EV}.so libcpml.so ln -s libcpml_${EV}.a libcpml.a } - diff --git a/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild index d774211fcfb9..f700d340b9eb 100644 --- a/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild,v 1.6 2004/07/02 04:44:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild,v 1.7 2004/07/14 14:32:25 agriffis Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -57,4 +57,3 @@ src_install () { dosym ./compaq/cpml-5.2.0/libcpml_${EV}.so /usr/lib/libcpml.so dosym ./compaq/cpml-5.2.0/libcpml_${EV}.a /usr/lib/libcpml.a } - diff --git a/dev-libs/libcpml/libcpml-5.2.01.ebuild b/dev-libs/libcpml/libcpml-5.2.01.ebuild index 3f8da92e9773..c0c0896256cd 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-2004 Gentoo Foundation # 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.5 2004/07/02 04:44:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01.ebuild,v 1.6 2004/07/14 14:32:25 agriffis Exp $ At="cpml_ev5-5.2.0-1.alpha.rpm" S=${WORKDIR}/usr @@ -13,6 +13,7 @@ RDEPEND="$DEPEND" LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-x86 -ppc -sparc alpha" +IUSE="" src_unpack() { if [ ! -f ${DISTDIR}/${At} ] ; then @@ -42,4 +43,3 @@ src_install () { ln -s libcpml_ev5.so libcpml.so ln -s libcpml_ev5.a libcpml.a } - |