summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-12-17 10:00:35 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-12-17 10:00:35 +0000
commit1599537c166be520a8000115a99c82db0851f0d7 (patch)
tree86410ae67f2e7712240acd41455686d76a33e6e8 /dev-util/osc
parentversion bump (bug #444056) (diff)
downloadgentoo-2-1599537c166be520a8000115a99c82db0851f0d7.tar.gz
gentoo-2-1599537c166be520a8000115a99c82db0851f0d7.tar.bz2
gentoo-2-1599537c166be520a8000115a99c82db0851f0d7.zip
Stabilise on amd64 and x86, remove older.
(Portage version: 2.2.0_alpha149/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.136.0.ebuild58
-rw-r--r--dev-util/osc/osc-0.137.0.ebuild4
3 files changed, 7 insertions, 61 deletions
diff --git a/dev-util/osc/ChangeLog b/dev-util/osc/ChangeLog
index 2ab535e662cc..b0529b6704da 100644
--- a/dev-util/osc/ChangeLog
+++ b/dev-util/osc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/osc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.11 2012/12/05 10:55:24 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.12 2012/12/17 10:00:35 scarabeus Exp $
+
+ 17 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> -osc-0.136.0.ebuild,
+ osc-0.137.0.ebuild:
+ Stabilise on amd64 and x86, remove older.
*osc-0.137.0 (05 Dec 2012)
diff --git a/dev-util/osc/osc-0.136.0.ebuild b/dev-util/osc/osc-0.136.0.ebuild
deleted file mode 100644
index 6776fd26bc5c..000000000000
--- a/dev-util/osc/osc-0.136.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.136.0.ebuild,v 1.6 2012/11/19 13:33:26 scarabeus 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
- dev-python/elementtree
- app-arch/rpm[python]
- dev-python/m2crypto
-"
-RDEPEND="${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/share/suse-build|g' {} +
- rm -f "${ED}"/usr/share/doc/${PN}*/TODO*
-}
diff --git a/dev-util/osc/osc-0.137.0.ebuild b/dev-util/osc/osc-0.137.0.ebuild
index 8e20b476a2fe..e7cdbbe64af7 100644
--- a/dev-util/osc/osc-0.137.0.ebuild
+++ b/dev-util/osc/osc-0.137.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.137.0.ebuild,v 1.1 2012/12/05 10:55:24 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.137.0.ebuild,v 1.2 2012/12/17 10:00:35 scarabeus Exp $
EAPI=5
@@ -28,7 +28,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