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/objcunit: ChangeLog objcunit-1.2-r1.ebuild objcunit-1.2.ebuild
Date: Tue, 11 Sep 2007 20:27:49
Message-Id: E1IVCDy-0005tz-2j@stork.gentoo.org
1 voyageur 07/09/11 20:20:42
2
3 Modified: ChangeLog
4 Added: objcunit-1.2-r1.ebuild
5 Removed: objcunit-1.2.ebuild
6 Log:
7 Fixed installation for gnustep-make-2
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.6 gnustep-libs/objcunit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/objcunit/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/objcunit/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/objcunit/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 18 Aug 2007 15:28:07 -0000 1.5
24 +++ ChangeLog 11 Sep 2007 20:20:41 -0000 1.6
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnustep-libs/objcunit
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/ChangeLog,v 1.5 2007/08/18 15:28:07 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/ChangeLog,v 1.6 2007/09/11 20:20:41 voyageur Exp $
30 +
31 +*objcunit-1.2-r1 (11 Sep 2007)
32 +
33 + 11 Sep 2007; Bernard Cafarelli <voyageur@g.o> -objcunit-1.2.ebuild,
34 + +objcunit-1.2-r1.ebuild:
35 + Port to new GNUstep eclasses
36 + Fixed installation for gnustep-make-2
37
38 18 Aug 2007; Christoph Mende <angelos@g.o> objcunit-1.2.ebuild:
39 Added ~amd64 wrt bug #170433
40
41
42
43 1.1 gnustep-libs/objcunit/objcunit-1.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: objcunit-1.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2-r1.ebuild,v 1.1 2007/09/11 20:20:41 voyageur Exp $
53
54 S=${WORKDIR}/ObjcUnit-1.2/ObjcUnit
55
56 inherit gnustep-2
57
58 DESCRIPTION="ObjcUnit: a unit testing framework for Obj-C on MacOSX and GNUstep"
59 HOMEPAGE="http://oops.se/objcunit/"
60 #SRC_URI="ftp://ftp.oops.se/pub/software/ObjcUnit/ObjcUnit-${PV}.tar.gz"
61 # note: we cannot take original upstream sources, as they need GNUstep
62 # patches, which are included in below URL
63 SRC_URI="http://xanthippe.dyndns.org/Zipper/ObjcUnit-${PV}-GNUstep.tar.gz"
64
65 KEYWORDS="~amd64 ~ppc ~x86"
66 LICENSE="IBM"
67 SLOT="0"
68
69 src_install() {
70 gnustep-base_src_install
71 dosym ${GNUSTEP_SYSTEM_LIBRARY}/Frameworks/ObjcUnit.framework/Headers ${GNUSTEP_SYSTEM_LIBRARY}/Headers/ObjcUnit
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list