diff options
author | 2014-01-06 15:27:03 +0000 | |
---|---|---|
committer | 2014-01-06 15:27:03 +0000 | |
commit | 4e51ae739f7253d77fb3b3fc42ed18371378ef36 (patch) | |
tree | 4460dd704949161391c50deaa3e64b32ff94c699 /sci-chemistry | |
parent | sci-chemistry/refmac: Punt base.eclass (diff) | |
download | gentoo-2-4e51ae739f7253d77fb3b3fc42ed18371378ef36.tar.gz gentoo-2-4e51ae739f7253d77fb3b3fc42ed18371378ef36.tar.bz2 gentoo-2-4e51ae739f7253d77fb3b3fc42ed18371378ef36.zip |
sci-chemistry/aria: 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/aria/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/aria/aria-2.3.2-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/aria/ChangeLog b/sci-chemistry/aria/ChangeLog index 525718cb9554..69e256d1ac41 100644 --- a/sci-chemistry/aria/ChangeLog +++ b/sci-chemistry/aria/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/aria # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/ChangeLog,v 1.22 2014/01/06 12:00:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/ChangeLog,v 1.23 2014/01/06 15:27:03 jlec Exp $ + + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> aria-2.3.2-r3.ebuild: + Punt base.eclass 06 Jan 2014; Justin Lecher <jlec@gentoo.org> -aria-2.3.2-r4.ebuild, -aria-2.3.2-r5.ebuild, aria-2.3.2_p20130826.ebuild: diff --git a/sci-chemistry/aria/aria-2.3.2-r3.ebuild b/sci-chemistry/aria/aria-2.3.2-r3.ebuild index 1b2c7185864b..c7abe0539f92 100644 --- a/sci-chemistry/aria/aria-2.3.2-r3.ebuild +++ b/sci-chemistry/aria/aria-2.3.2-r3.ebuild @@ -1,13 +1,13 @@ -# 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/aria/aria-2.3.2-r3.ebuild,v 1.3 2012/07/10 06:58:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.3.2-r3.ebuild,v 1.4 2014/01/06 15:27:03 jlec Exp $ EAPI=3 PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" -inherit base eutils python versionator +inherit eutils python versionator MY_P="${PN}$(get_version_component_range 1-2 ${PV})" |