summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-12-04 09:25:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-12-04 09:25:36 +0000
commitc9ab5c0778baf5193f2953db49bcc78f7a9c518e (patch)
tree78d99d3777e5a1d913c00596667b1cb88b2bb009 /dev-util
parentVersion bump to 0.142.2. (diff)
downloadgentoo-2-c9ab5c0778baf5193f2953db49bcc78f7a9c518e.tar.gz
gentoo-2-c9ab5c0778baf5193f2953db49bcc78f7a9c518e.tar.bz2
gentoo-2-c9ab5c0778baf5193f2953db49bcc78f7a9c518e.zip
Stabilise latest on amd64 and x86 and drop older. Needed to fix api incompatibilities.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/osc/ChangeLog7
-rw-r--r--dev-util/osc/osc-0.141.0.ebuild63
-rw-r--r--dev-util/osc/osc-0.142.0.ebuild63
-rw-r--r--dev-util/osc/osc-0.142.2.ebuild4
4 files changed, 8 insertions, 129 deletions
diff --git a/dev-util/osc/ChangeLog b/dev-util/osc/ChangeLog
index 4a03f4b18897..811b82d8c2c9 100644
--- a/dev-util/osc/ChangeLog
+++ b/dev-util/osc/ChangeLog
@@ -1,6 +1,11 @@
# 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.24 2013/12/04 09:02:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.25 2013/12/04 09:25:36 scarabeus Exp $
+
+ 04 Dec 2013; Tomáš Chvátal <scarabeus@gentoo.org> -osc-0.141.0.ebuild,
+ -osc-0.142.0.ebuild, osc-0.142.2.ebuild:
+ Stabilise latest on amd64 and x86 and drop older. Needed to fix api
+ incompatibilities.
*osc-0.142.2 (04 Dec 2013)
diff --git a/dev-util/osc/osc-0.141.0.ebuild b/dev-util/osc/osc-0.141.0.ebuild
deleted file mode 100644
index 76af93aecddc..000000000000
--- a/dev-util/osc/osc-0.141.0.ebuild
+++ /dev/null
@@ -1,63 +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.141.0.ebuild,v 1.2 2013/11/02 09:10:43 scarabeus Exp $
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-if [[ "${PV}" == "9999" ]]; then
- EXTRA_ECLASS="git-2"
-else
- OBS_PROJECT="openSUSE:Tools"
- EXTRA_ECLASS="obs-download"
-fi
-
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 ${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[${PYTHON_USEDEP}]
- dev-python/pyxml[${PYTHON_USEDEP}]
- app-arch/rpm[python,${PYTHON_USEDEP}]
- dev-python/m2crypto[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}
-"
-PDEPEND="${DEPEND}
- app-admin/sudo
- dev-util/obs-service-meta
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch
- distutils-r1_src_prepare
-}
-
-src_install() {
- distutils-r1_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.142.0.ebuild b/dev-util/osc/osc-0.142.0.ebuild
deleted file mode 100644
index cf35dbf58f5f..000000000000
--- a/dev-util/osc/osc-0.142.0.ebuild
+++ /dev/null
@@ -1,63 +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.142.0.ebuild,v 1.1 2013/11/26 16:36:45 yac Exp $
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-if [[ "${PV}" == "9999" ]]; then
- EXTRA_ECLASS="git-2"
-else
- OBS_PROJECT="openSUSE:Tools"
- EXTRA_ECLASS="obs-download"
-fi
-
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 ${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[${PYTHON_USEDEP}]
- dev-python/pyxml[${PYTHON_USEDEP}]
- app-arch/rpm[python,${PYTHON_USEDEP}]
- dev-python/m2crypto[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}
-"
-PDEPEND="${DEPEND}
- app-admin/sudo
- dev-util/obs-service-meta
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch
- distutils-r1_src_prepare
-}
-
-src_install() {
- distutils-r1_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.142.2.ebuild b/dev-util/osc/osc-0.142.2.ebuild
index 4015e31c07d6..4fb1cd1ede08 100644
--- a/dev-util/osc/osc-0.142.2.ebuild
+++ b/dev-util/osc/osc-0.142.2.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.142.2.ebuild,v 1.1 2013/12/04 09:02:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.142.2.ebuild,v 1.2 2013/12/04 09:25:36 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}]