Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/osc: osc-0.147.0.ebuild osc-0.146.0.ebuild ChangeLog osc-0.144.1.ebuild
Date: Fri, 05 Sep 2014 07:13:11
Message-Id: 20140905071308.5B0744C2B@oystercatcher.gentoo.org
1 scarabeus 14/09/05 07:13:08
2
3 Modified: osc-0.146.0.ebuild ChangeLog
4 Added: osc-0.147.0.ebuild
5 Removed: osc-0.144.1.ebuild
6 Log:
7 Version bump to 0.147.0. Stabilse 0.146.0 on amd64 and x86. Drop oldest.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.2 dev-util/osc/osc-0.146.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild?r1=1.1&r2=1.2
17
18 Index: osc-0.146.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- osc-0.146.0.ebuild 23 May 2014 13:08:07 -0000 1.1
25 +++ osc-0.146.0.ebuild 5 Sep 2014 07:13:08 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild,v 1.1 2014/05/23 13:08:07 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.146.0.ebuild,v 1.2 2014/09/05 07:13:08 scarabeus Exp $
31
32 EAPI=5
33
34 @@ -31,7 +31,7 @@
35
36 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
37 [[ "${PV}" == "9999" ]] || \
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="amd64 x86"
40
41 DEPEND="
42 dev-python/urlgrabber[${PYTHON_USEDEP}]
43
44
45
46 1.34 dev-util/osc/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.34&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.34&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?r1=1.33&r2=1.34
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v
55 retrieving revision 1.33
56 retrieving revision 1.34
57 diff -u -r1.33 -r1.34
58 --- ChangeLog 23 May 2014 13:08:07 -0000 1.33
59 +++ ChangeLog 5 Sep 2014 07:13:08 -0000 1.34
60 @@ -1,6 +1,12 @@
61 # ChangeLog for dev-util/osc
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.33 2014/05/23 13:08:07 scarabeus Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.34 2014/09/05 07:13:08 scarabeus Exp $
65 +
66 +*osc-0.147.0 (05 Sep 2014)
67 +
68 + 05 Sep 2014; Tomáš Chvátal <scarabeus@g.o> +osc-0.147.0.ebuild,
69 + -osc-0.144.1.ebuild, osc-0.146.0.ebuild:
70 + Version bump to 0.147.0. Stabilse 0.146.0 on amd64 and x86. Drop oldest.
71
72 *osc-0.146.0 (23 May 2014)
73
74
75
76
77 1.1 dev-util/osc/osc-0.147.0.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.147.0.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.147.0.ebuild?rev=1.1&content-type=text/plain
81
82 Index: osc-0.147.0.ebuild
83 ===================================================================
84 # Copyright 1999-2014 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.147.0.ebuild,v 1.1 2014/09/05 07:13:08 scarabeus Exp $
87
88 EAPI=5
89
90 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
91
92 PYTHON_COMPAT=( python{2_6,2_7} )
93 PYTHON_REQ_USE="xml"
94
95 if [[ "${PV}" == "9999" ]]; then
96 EXTRA_ECLASS="git-2"
97 else
98 OBS_PROJECT="openSUSE:Tools"
99 EXTRA_ECLASS="obs-download"
100 fi
101
102 DISTUTILS_SINGLE_IMPL=1
103 inherit distutils-r1 ${EXTRA_ECLASS}
104 unset EXTRA_ECLASS
105
106 DESCRIPTION="Command line tool for Open Build Service"
107 HOMEPAGE="http://en.opensuse.org/openSUSE:OSC"
108
109 [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz"
110
111 LICENSE="GPL-2"
112 SLOT="0"
113 IUSE=""
114
115 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
116 [[ "${PV}" == "9999" ]] || \
117 KEYWORDS="~amd64 ~x86"
118
119 DEPEND="
120 dev-python/urlgrabber[${PYTHON_USEDEP}]
121 app-arch/rpm[python,${PYTHON_USEDEP}]
122 dev-python/m2crypto[${PYTHON_USEDEP}]
123 ${PYTHON_DEPS}
124 "
125 PDEPEND="${DEPEND}
126 app-admin/sudo
127 dev-util/obs-service-meta
128 "
129
130 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
131
132 src_prepare() {
133 epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch
134 distutils-r1_src_prepare
135 }
136
137 src_install() {
138 distutils-r1_src_install
139 dosym osc-wrapper.py /usr/bin/osc
140 keepdir /usr/lib/osc/source_validators
141 cd "${ED}"/usr/
142 find . -type f -exec sed -i 's|/usr/bin/build|/usr/bin/suse-build|g' {} +
143 find . -type f -exec sed -i 's|/usr/lib/build|/usr/libexec/suse-build|g' {} +
144 find . -type f -exec sed -i 's|/usr/lib/obs|/usr/libexec/obs|g' {} +
145 rm -f "${ED}"/usr/share/doc/${PN}*/TODO*
146 }