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.ebuild ChangeLog
Date: Sat, 28 Dec 2013 22:14:34
Message-Id: 20131228221429.A648E2004C@flycatcher.gentoo.org
1 slyfox 13/12/28 22:14:29
2
3 Modified: ChangeLog
4 Added: cvsps-3.13.ebuild
5 Log:
6 Version bump (and deprecated by upstream in favour of cvs-fast-export http://esr.ibiblio.org/?p=5167).
7
8 (Portage version: 2.2.7_p53/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.20 dev-vcs/cvsps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 26 Jul 2013 15:56:19 -0000 1.19
24 +++ ChangeLog 28 Dec 2013 22:14:29 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-vcs/cvsps
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.19 2013/07/26 15:56:19 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.20 2013/12/28 22:14:29 slyfox Exp $
30 +
31 +*cvsps-3.13 (28 Dec 2013)
32 +
33 + 28 Dec 2013; Sergei Trofimovich <slyfox@g.o> +cvsps-3.13.ebuild:
34 + Version bump (and deprecated by upstream in favour of cvs-fast-export
35 + http://esr.ibiblio.org/?p=5167).
36
37 26 Jul 2013; Sergei Trofimovich <slyfox@g.o> -cvsps-3.7.ebuild:
38 Removed old.
39
40
41
42 1.1 dev-vcs/cvsps/cvsps-3.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cvsps-3.13.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13.ebuild,v 1.1 2013/12/28 22:14:29 slyfox Exp $
52
53 EAPI="4"
54
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="Generates patchset information from a CVS repository"
58 HOMEPAGE="http://www.catb.org/~esr/cvsps/"
59 SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~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 ~x86-macos ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="sys-libs/zlib"
67 DEPEND="${RDEPEND}
68 app-text/asciidoc"
69
70 src_prepare() {
71 tc-export CC
72 export prefix=/usr
73 }
74
75 src_install() {
76 default
77 dodoc README
78 }