diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-10-07 09:37:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-10-07 09:37:25 +0000 |
commit | 92860f42e85994d450643b88a13df8006be2de79 (patch) | |
tree | 9e85628b0e239a137ac08f6b9e953d68104ccd7e /sci-chemistry/coot | |
parent | Version bump. Update to EAPI 4. (diff) | |
download | gentoo-2-92860f42e85994d450643b88a13df8006be2de79.tar.gz gentoo-2-92860f42e85994d450643b88a13df8006be2de79.tar.bz2 gentoo-2-92860f42e85994d450643b88a13df8006be2de79.zip |
Readded dropped append-ldflags.eclass, found by ssuominen
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.2.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 256d1c1d4212..607a5c8b1e41 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.44 2011/10/07 09:01:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.45 2011/10/07 09:37:25 jlec Exp $ + + 07 Oct 2011; Justin Lecher <jlec@gentoo.org> coot-0.6.2.ebuild, + coot-0.6.2-r1.ebuild: + Readded dropped append-ldflags.eclass, found by ssuominen *coot-0.6.2-r1 (07 Oct 2011) diff --git a/sci-chemistry/coot/coot-0.6.2-r1.ebuild b/sci-chemistry/coot/coot-0.6.2-r1.ebuild index 4e11b9c11ef9..077441b0e84a 100644 --- a/sci-chemistry/coot/coot-0.6.2-r1.ebuild +++ b/sci-chemistry/coot/coot-0.6.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.1 2011/10/07 09:01:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.2 2011/10/07 09:37:25 jlec Exp $ EAPI=3 PYTHON_DEPEND="2" -inherit autotools-utils python toolchain-funcs versionator +inherit autotools-utils flag-o-matic python toolchain-funcs versionator MY_S2_PV=$(replace_version_separator 2 - ${PV}) MY_S2_P=${PN}-${MY_S2_PV/pre1/pre-1} diff --git a/sci-chemistry/coot/coot-0.6.2.ebuild b/sci-chemistry/coot/coot-0.6.2.ebuild index acabb6d7ded7..542519e17e0a 100644 --- a/sci-chemistry/coot/coot-0.6.2.ebuild +++ b/sci-chemistry/coot/coot-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.6 2011/10/06 12:04:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.7 2011/10/07 09:37:25 jlec Exp $ EAPI=3 @@ -61,6 +61,7 @@ RDEPEND=" >=net-misc/curl-7.19.6 net-dns/libidn" DEPEND="${RDEPEND} + >=sys-devel/libtool-2.4-r2 dev-lang/swig sys-devel/bc test? ( dev-scheme/greg )" |