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-libs/cenonlibrary: ChangeLog cenonlibrary-3.82.ebuild cenonlibrary-3.80.1.ebuild
Date: Mon, 10 Sep 2007 20:52:02
Message-Id: E1IUq7t-0001Lb-BF@stork.gentoo.org
1 voyageur 07/09/10 20:44:57
2
3 Modified: ChangeLog
4 Added: cenonlibrary-3.82.ebuild
5 Removed: cenonlibrary-3.80.1.ebuild
6 Log:
7 Version bump from the GNUstep overlay
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.3 gnustep-libs/cenonlibrary/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 22 Feb 2007 00:27:57 -0000 1.2
24 +++ ChangeLog 10 Sep 2007 20:44:56 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnustep-libs/cenonlibrary
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.2 2007/02/22 00:27:57 peper Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.3 2007/09/10 20:44:56 voyageur Exp $
30 +
31 +*cenonlibrary-3.82 (10 Sep 2007)
32 +
33 + 10 Sep 2007; Bernard Cafarelli <voyageur@g.o>
34 + -cenonlibrary-3.80.1.ebuild, +cenonlibrary-3.82.ebuild:
35 + Version bump from the GNUstep overlay
36
37 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
38 Transition to Manifest2.
39
40
41
42 1.1 gnustep-libs/cenonlibrary/cenonlibrary-3.82.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.82.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.82.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cenonlibrary-3.82.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.82.ebuild,v 1.1 2007/09/10 20:44:56 voyageur Exp $
52
53 inherit gnustep-2
54
55 S=${WORKDIR}/Cenon
56
57 DESCRIPTION="Default library required to run Cenon"
58 HOMEPAGE="http://www.cenon.info/"
59 SRC_URI="http://www.vhf-group.com/vhfInterservice/download/source/CenonLibrary-${PV}-1.tar.bz2"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 SLOT="0"
62 LICENSE="Cenon"
63
64 src_compile() {
65 echo "nothing to compile"
66 }
67
68 src_install() {
69 egnustep_env
70 dodir ${GNUSTEP_SYSTEM_LIBRARY}
71 cp -pPR ${S} ${D}${GNUSTEP_SYSTEM_LIBRARY}
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list