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.3.ebuild ChangeLog
Date: Mon, 31 Dec 2012 20:36:20
Message-Id: 20121231203609.CF3B92171D@flycatcher.gentoo.org
1 slyfox 12/12/31 20:36:09
2
3 Modified: ChangeLog
4 Added: cvsps-3.3.ebuild
5 Log:
6 Version bump and switch to ESRs homepage. Requested by Christoph Junghans in bug #449504.
7
8 (Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.13 dev-vcs/cvsps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 2 Oct 2012 15:58:59 -0000 1.12
24 +++ ChangeLog 31 Dec 2012 20:36:09 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-vcs/cvsps
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.12 2012/10/02 15:58:59 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.13 2012/12/31 20:36:09 slyfox Exp $
30 +
31 +*cvsps-3.3 (31 Dec 2012)
32 +
33 + 31 Dec 2012; Sergei Trofimovich <slyfox@g.o> +cvsps-3.3.ebuild:
34 + Version bump and switch to ESRs homepage. Requested by Christoph Junghans in
35 + bug #449504.
36
37 *cvsps-2.2_beta1 (02 Oct 2012)
38
39
40
41
42 1.1 dev-vcs/cvsps/cvsps-3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cvsps-3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.3.ebuild,v 1.1 2012/12/31 20:36:09 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 sed -i 's/ -lz/& $(LDFLAGS)/' Makefile || die
72
73 tc-export CC
74 export prefix=${D}
75 }
76
77 src_install() {
78 default
79 dodoc README
80 }