Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cenon: cenon-3.91.ebuild ChangeLog
Date: Wed, 01 Sep 2010 12:01:55
Message-Id: 20100901120151.58EB420054@flycatcher.gentoo.org
1 voyageur 10/09/01 12:01:50
2
3 Modified: ChangeLog
4 Added: cenon-3.91.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 gnustep-apps/cenon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 21 Sep 2009 14:45:00 -0000 1.8
24 +++ ChangeLog 1 Sep 2010 12:01:50 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnustep-apps/cenon
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.8 2009/09/21 14:45:00 voyageur Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/ChangeLog,v 1.9 2010/09/01 12:01:50 voyageur Exp $
31 +
32 +*cenon-3.91 (01 Sep 2010)
33 +
34 + 01 Sep 2010; Bernard Cafarelli <voyageur@g.o> +cenon-3.91.ebuild,
35 + +files/cenon-3.91-install.patch:
36 + Version bump
37
38 *cenon-3.90 (21 Sep 2009)
39
40
41
42
43 1.1 gnustep-apps/cenon/cenon-3.91.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/cenon-3.91.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/cenon-3.91.ebuild?rev=1.1&content-type=text/plain
47
48 Index: cenon-3.91.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.91.ebuild,v 1.1 2010/09/01 12:01:50 voyageur Exp $
53
54 EAPI=3
55 inherit gnustep-2
56
57 S=${WORKDIR}/${PN/c/C}
58
59 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
60 HOMEPAGE="http://www.cenon.info/"
61 SRC_URI="http://www.vhf-group.com/vhf-interservice/download/source/${P/c/C}.tar.bz2"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 SLOT="0"
64 LICENSE="Cenon"
65 IUSE=""
66
67 RDEPEND=">=gnustep-libs/cenonlibrary-3.90"
68
69 src_prepare() {
70 epatch "${FILESDIR}"/${P}-install.patch
71 }