commit: e36347c45012ac99f4d428c397a29901d548d59d Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri May 30 06:52:37 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri May 30 06:52:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e36347c4
[dev-util/kdevelop-python] Drop vars handled by eclass Package-Manager: portage-2.2.10 --- dev-util/kdevelop-python/kdevelop-python-4.9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-4.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-4.9999.ebuild index dc7be9c..e86ec63 100644 --- a/dev-util/kdevelop-python/kdevelop-python-4.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-4.9999.ebuild @@ -18,22 +18,15 @@ if [[ $PV != *9999* ]]; then KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${MY_P} else - EGIT_REPO_URI="git://anongit.kde.org/kdev-python.git" KEYWORDS="" fi DESCRIPTION="Python plugin for KDevelop 4" -HOMEPAGE="http://www.kdevelop.org" - -LICENSE="GPL-2" IUSE="debug" -DEPEND=" - >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} -" RDEPEND=" ${DEPEND} - dev-util/kdevelop + dev-util/kdevelop:4 " RESTRICT="test"