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/obs-service-tar_scm: obs-service-tar_scm-0.3.1.ebuild ChangeLog obs-service-tar_scm-0.2.3.ebuild
Date: Sat, 02 Nov 2013 09:35:53
Message-Id: 20131102093548.411992004B@flycatcher.gentoo.org
1 scarabeus 13/11/02 09:35:48
2
3 Modified: ChangeLog
4 Added: obs-service-tar_scm-0.3.1.ebuild
5 Removed: obs-service-tar_scm-0.2.3.ebuild
6 Log:
7 Update the repacker to working version again.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.5 dev-util/obs-service-tar_scm/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 21 Jun 2013 12:20:06 -0000 1.4
25 +++ ChangeLog 2 Nov 2013 09:35:47 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/obs-service-tar_scm
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog,v 1.4 2013/06/21 12:20:06 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-tar_scm/ChangeLog,v 1.5 2013/11/02 09:35:47 scarabeus Exp $
31 +
32 +*obs-service-tar_scm-0.3.1 (02 Nov 2013)
33 +
34 + 02 Nov 2013; Tomáš Chvátal <scarabeus@g.o>
35 + +obs-service-tar_scm-0.3.1.ebuild, -obs-service-tar_scm-0.2.3.ebuild:
36 + Update the repacker to working version again.
37
38 21 Jun 2013; Tomáš Chvátal <scarabeus@g.o>
39 -obs-service-tar_scm-20121101.ebuild, obs-service-tar_scm-0.2.3.ebuild:
40
41
42
43 1.1 dev-util/obs-service-tar_scm/obs-service-tar_scm-0.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/obs-service-tar_scm/obs-service-tar_scm-0.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/obs-service-tar_scm/obs-service-tar_scm-0.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: obs-service-tar_scm-0.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-tar_scm/obs-service-tar_scm-0.3.1.ebuild,v 1.1 2013/11/02 09:35:47 scarabeus Exp $
53
54 EAPI=5
55
56 inherit obs-service
57
58 HASH="1383144507.58d1af8"
59 SRC_URI="${OBS_URI}/${P}.${HASH}.tar.gz"
60 IUSE=""
61 KEYWORDS="amd64 x86"
62
63 DEPEND=""
64 RDEPEND="${DEPEND}
65 dev-vcs/bzr
66 dev-vcs/git
67 dev-vcs/mercurial
68 dev-vcs/subversion
69 "
70
71 S="${WORKDIR}/${P}.${HASH}"
72
73 src_unpack() {
74 default
75 }
76
77 src_install() {
78 # different folder and files in this module
79 exeinto /usr/libexec/obs/service
80 doexe ${OBS_SERVICE_NAME}
81
82 insinto /usr/libexec/obs/service
83 doins ${OBS_SERVICE_NAME}.service
84
85 insinto /etc/obs/services
86 newins ${OBS_SERVICE_NAME}.rc ${OBS_SERVICE_NAME}
87 }