summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-09-10 13:03:34 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-09-10 13:03:34 +0000
commitb086baebf4977e401bcd13b1bc00c411b890406a (patch)
treeb48d56b6692ecca4b3581b746a4a5050caa89c2f /dev-util/osc
parentrevbump -> EAPI 5 (diff)
downloadgentoo-2-b086baebf4977e401bcd13b1bc00c411b890406a.tar.gz
gentoo-2-b086baebf4977e401bcd13b1bc00c411b890406a.tar.bz2
gentoo-2-b086baebf4977e401bcd13b1bc00c411b890406a.zip
Stabilise 0.140 on all archs remove older.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util/osc')
-rw-r--r--dev-util/osc/ChangeLog6
-rw-r--r--dev-util/osc/osc-0.139.1.ebuild58
-rw-r--r--dev-util/osc/osc-0.140.1.ebuild4
3 files changed, 7 insertions, 61 deletions
diff --git a/dev-util/osc/ChangeLog b/dev-util/osc/ChangeLog
index 721f444b9b94..6cc65afa2db6 100644
--- a/dev-util/osc/ChangeLog
+++ b/dev-util/osc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/osc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.19 2013/07/24 17:40:50 miska Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.20 2013/09/10 13:03:34 scarabeus Exp $
+
+ 10 Sep 2013; Tomáš Chvátal <scarabeus@gentoo.org> -osc-0.139.1.ebuild,
+ osc-0.140.1.ebuild:
+ Stabilise 0.140 on all archs remove older.
*osc-0.140.1 (24 Jul 2013)
diff --git a/dev-util/osc/osc-0.139.1.ebuild b/dev-util/osc/osc-0.139.1.ebuild
deleted file mode 100644
index d79f3dd5f0ef..000000000000
--- a/dev-util/osc/osc-0.139.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.1.ebuild,v 1.4 2013/05/27 16:23:57 miska Exp $
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
-PYTHON_DEPEND="2:2.6"
-
-if [[ "${PV}" == "9999" ]]; then
- EXTRA_ECLASS="git-2"
-else
- OBS_PROJECT="openSUSE:Tools"
- EXTRA_ECLASS="obs-download"
-fi
-
-inherit distutils ${EXTRA_ECLASS}
-unset EXTRA_ECLASS
-
-DESCRIPTION="Command line tool for Open Build Service"
-HOMEPAGE="http://en.opensuse.org/openSUSE:OSC"
-
-[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ "${PV}" == "9999" ]] || \
-KEYWORDS="amd64 x86"
-
-DEPEND="
- dev-python/urlgrabber
- dev-python/pyxml
- app-arch/rpm[python]
- dev-python/m2crypto
-"
-PDEPEND="${DEPEND}
- app-admin/sudo
- dev-util/obs-service-meta
-"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- dosym osc-wrapper.py /usr/bin/osc
- keepdir /usr/lib/osc/source_validators
- cd "${ED}"/usr/
- find . -type f -exec sed -i 's|/usr/bin/build|/usr/bin/suse-build|g' {} +
- find . -type f -exec sed -i 's|/usr/lib/build|/usr/libexec/suse-build|g' {} +
- find . -type f -exec sed -i 's|/usr/lib/obs|/usr/libexec/obs|g' {} +
- rm -f "${ED}"/usr/share/doc/${PN}*/TODO*
-}
diff --git a/dev-util/osc/osc-0.140.1.ebuild b/dev-util/osc/osc-0.140.1.ebuild
index 0fb86f6e0476..53484eb8606e 100644
--- a/dev-util/osc/osc-0.140.1.ebuild
+++ b/dev-util/osc/osc-0.140.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.140.1.ebuild,v 1.1 2013/07/24 17:40:50 miska Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.140.1.ebuild,v 1.2 2013/09/10 13:03:34 scarabeus Exp $
EAPI=5
@@ -30,7 +30,7 @@ IUSE=""
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ "${PV}" == "9999" ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="
dev-python/urlgrabber[${PYTHON_USEDEP}]