diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 15:05:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 15:05:37 +0000 |
commit | 3984d18f2ceb9426292128969e81f161522f0c21 (patch) | |
tree | 9b1471532ccfdf85c793b58675246941cd4e24c9 /sci-chemistry | |
parent | sci-chemistry/gamessq: Punt base.eclass (diff) | |
download | gentoo-2-3984d18f2ceb9426292128969e81f161522f0c21.tar.gz gentoo-2-3984d18f2ceb9426292128969e81f161522f0c21.tar.bz2 gentoo-2-3984d18f2ceb9426292128969e81f161522f0c21.zip |
sci-chemistry/ccp4i: Punt base.eclass
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ccp4i/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-chemistry/ccp4i/ChangeLog b/sci-chemistry/ccp4i/ChangeLog index adf3105a49b3..947bb656666a 100644 --- a/sci-chemistry/ccp4i/ChangeLog +++ b/sci-chemistry/ccp4i/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/ccp4i -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.12 2012/12/13 16:00:17 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.13 2014/01/06 15:05:37 jlec Exp $ + + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r3.ebuild: + Punt base.eclass 13 Dec 2012; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r3.ebuild, metadata.xml: diff --git a/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild b/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild index ae6d33b256b7..4c0ba1143f90 100644 --- a/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild +++ b/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild,v 1.7 2012/12/13 16:00:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild,v 1.8 2014/01/06 15:05:37 jlec Exp $ EAPI=3 PYTHON_DEPEND="2" -inherit base multilib python virtualx +inherit eutils multilib python virtualx MY_PN="${PN%i}" MY_P="${MY_PN}-${PV}" @@ -50,7 +50,7 @@ pkg_setup() { } src_prepare() { - base_src_prepare + epatch ${PATCHES[@]} [[ ! -z ${PATCHDATE} ]] && epatch "${WORKDIR}"/${PV}-${PATCHDATE}-updates.patch |