diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-10-28 20:04:53 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-10-28 20:04:53 +0000 |
commit | 35e8ff474ec774cb76010212662d2c2f76219b72 (patch) | |
tree | 7d4fa7ee0d3b48939a28d75fb5bbc80039a32719 /kde-base/superkaramba | |
parent | old (diff) | |
download | gentoo-2-35e8ff474ec774cb76010212662d2c2f76219b72.tar.gz gentoo-2-35e8ff474ec774cb76010212662d2c2f76219b72.tar.bz2 gentoo-2-35e8ff474ec774cb76010212662d2c2f76219b72.zip |
Revbump, use EAPI=4
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild (renamed from kde-base/superkaramba/superkaramba-4.7.2.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 74b0e3bf5cdf..eda01f357252 100644 --- a/kde-base/superkaramba/ChangeLog +++ b/kde-base/superkaramba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/superkaramba # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.178 2011/10/28 19:03:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.179 2011/10/28 20:04:53 abcd Exp $ + +*superkaramba-4.7.2-r1 (28 Oct 2011) + + 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> +superkaramba-4.7.2-r1.ebuild, + -superkaramba-4.7.2.ebuild: + Revbump, use EAPI=4 28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -superkaramba-4.7.1.ebuild: diff --git a/kde-base/superkaramba/superkaramba-4.7.2.ebuild b/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild index 201298712a63..2a6b1fd9c237 100644 --- a/kde-base/superkaramba/superkaramba-4.7.2.ebuild +++ b/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2.ebuild,v 1.1 2011/10/06 18:11:00 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild,v 1.1 2011/10/28 20:04:53 abcd Exp $ -EAPI=3 +EAPI=4 PYTHON_DEPEND="python? 2" KDE_SCM="git" @@ -29,8 +29,9 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" ) pkg_setup() { - ${kde_eclass}_pkg_setup python_set_active_version 2 + python_pkg_setup + ${kde_eclass}_pkg_setup } src_configure() { |