diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcpml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01-r2.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01-r3.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-libs/libcpml/ChangeLog b/dev-libs/libcpml/ChangeLog index a1f5d972ed84..7a462f12bc60 100644 --- a/dev-libs/libcpml/ChangeLog +++ b/dev-libs/libcpml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libcpml # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.13 2007/02/09 13:16:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.14 2007/02/15 11:21:58 dragonheart Exp $ + + 15 Feb 2007; Daniel Black <dragonheart@gentoo.org> + libcpml-5.2.01-r2.ebuild, libcpml-5.2.01-r3.ebuild: + no more prep all as per bug #140699 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild index f700d340b9eb..165848d3138c 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 +# Copyright 1999-2007 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.7 2004/07/14 14:32:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild,v 1.8 2007/02/15 11:21:58 dragonheart Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -52,7 +52,6 @@ src_install () { dodir /usr/share mv ${D}/usr/doc ${D}/usr/share - prepalldocs 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-r3.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild index c507d515c848..e4098c1cbeef 100644 --- a/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 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-r3.ebuild,v 1.5 2004/07/02 04:44:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild,v 1.6 2007/02/15 11:21:58 dragonheart Exp $ inherit eutils rpm @@ -51,5 +51,4 @@ 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 - prepall } |