Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/cvsps: cvsps-3.13-r1.ebuild ChangeLog cvsps-3.13.ebuild cvsps-3.10.ebuild cvsps-2.1.ebuild
Date: Sun, 24 Aug 2014 13:49:12
Message-Id: 20140824134908.564473CD2@oystercatcher.gentoo.org
1 slyfox 14/08/24 13:49:08
2
3 Modified: ChangeLog
4 Added: cvsps-3.13-r1.ebuild
5 Removed: cvsps-3.13.ebuild cvsps-3.10.ebuild
6 cvsps-2.1.ebuild
7 Log:
8 Slot cvsps-3 to SLOT=3 to let git-cvsimport work with cvsps-2 (bug #450424).
9
10 (Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
11
12 Revision Changes Path
13 1.23 dev-vcs/cvsps/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.23&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.23&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.22&r2=1.23
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v
22 retrieving revision 1.22
23 retrieving revision 1.23
24 diff -u -r1.22 -r1.23
25 --- ChangeLog 13 Mar 2014 20:09:09 -0000 1.22
26 +++ ChangeLog 24 Aug 2014 13:49:08 -0000 1.23
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-vcs/cvsps
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.22 2014/03/13 20:09:09 ottxor Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.23 2014/08/24 13:49:08 slyfox Exp $
32 +
33 +*cvsps-3.13-r1 (24 Aug 2014)
34 +
35 + 24 Aug 2014; Sergei Trofimovich <slyfox@g.o> +cvsps-3.13-r1.ebuild,
36 + +files/cvsps-3.13-make.patch, -cvsps-2.1.ebuild, -cvsps-3.10.ebuild,
37 + -cvsps-3.13.ebuild:
38 + Slot cvsps-3 to SLOT=3 to let git-cvsimport work with cvsps-2 (bug #450424).
39
40 13 Mar 2014; Christoph Junghans <ottxor@g.o> cvsps-3.13.ebuild:
41 added ~x64-macos (tested by me)
42
43
44
45 1.1 dev-vcs/cvsps/cvsps-3.13-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: cvsps-3.13-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.1 2014/08/24 13:49:08 slyfox Exp $
55
56 EAPI=5
57
58 inherit eutils toolchain-funcs
59
60 DESCRIPTION="Generates patchset information from a CVS repository (supports fast-import)"
61 HOMEPAGE="http://www.catb.org/~esr/cvsps/"
62 SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="3"
66 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RDEPEND="sys-libs/zlib"
70 DEPEND="${RDEPEND}
71 app-text/asciidoc"
72
73 RESTRICT=test # upstream does not ship tests
74
75 src_prepare() {
76 local gentoo_name=${PN}-3
77
78 epatch "${FILESDIR}"/${P}-make.patch
79 mv ${PN}.asc ${gentoo_name}.asc || die
80 sed -i "s/${PN}/${gentoo_name}/g" ${gentoo_name}.asc || die
81 MAKEOPTS+=" PROG=${gentoo_name}"
82
83 tc-export CC
84 export prefix=/usr
85 }
86
87 src_install() {
88 default
89 dodoc README
90 }