diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-12-28 18:30:10 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-12-28 18:30:10 +0000 |
commit | 37eca614b3e8083b3da2970b898ac7c1a69e4b18 (patch) | |
tree | ae01eb4bc7f39f66b34598f69b4e7779401594d8 /dev-util/buildbot-slave | |
parent | Backport fixes for paxmark.sh and revdep-pax. (diff) | |
download | gentoo-2-37eca614b3e8083b3da2970b898ac7c1a69e4b18.tar.gz gentoo-2-37eca614b3e8083b3da2970b898ac7c1a69e4b18.tar.bz2 gentoo-2-37eca614b3e8083b3da2970b898ac7c1a69e4b18.zip |
Drop PYTHON_MODNAME, bug 533838.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-util/buildbot-slave')
4 files changed, 8 insertions, 10 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index ace723860935..9b3d292fa3d8 100644 --- a/dev-util/buildbot-slave/ChangeLog +++ b/dev-util/buildbot-slave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.66 2014/12/18 19:35:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.67 2014/12/28 18:30:10 floppym Exp $ + + 28 Dec 2014; Mike Gilbert <floppym@gentoo.org> buildbot-slave-0.8.10.ebuild, + buildbot-slave-0.8.9-r1.ebuild, buildbot-slave-9999.ebuild: + Drop PYTHON_MODNAME, bug 533838. 18 Dec 2014; Markos Chandras <hwoarang@gentoo.org> -buildbot-slave-0.8.8-r1.ebuild, -buildbot-slave-0.8.8.ebuild: diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild index f567176dd8a0..3458a04ec417 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild,v 1.1 2014/12/18 19:33:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild,v 1.2 2014/12/28 18:30:10 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -23,8 +23,6 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] )" -PYTHON_MODNAME="buildslave" - S="${WORKDIR}/${MY_P}" pkg_setup() { diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild index eee1b963f318..e5956c515c2a 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild,v 1.1 2014/10/18 15:19:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.9-r1.ebuild,v 1.2 2014/12/28 18:30:10 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -23,8 +23,6 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] )" -PYTHON_MODNAME="buildslave" - S="${WORKDIR}/${MY_P}" pkg_setup() { diff --git a/dev-util/buildbot-slave/buildbot-slave-9999.ebuild b/dev-util/buildbot-slave/buildbot-slave-9999.ebuild index ebb7885ab3b3..0aef7bc42de8 100644 --- a/dev-util/buildbot-slave/buildbot-slave-9999.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-9999.ebuild,v 1.2 2014/10/18 15:19:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-9999.ebuild,v 1.3 2014/12/28 18:30:10 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -30,8 +30,6 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] )" -PYTHON_MODNAME="buildslave" - S="${WORKDIR}/${MY_P}" pkg_setup() { |