Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cook: ChangeLog cook-2.26.ebuild cook-2.31.ebuild cook-2.24.ebuild cook-2.20.ebuild
Date: Tue, 24 Jun 2008 04:00:08
Message-Id: E1KAzhK-000177-M8@stork.gentoo.org
1 darkside 08/06/24 04:00:02
2
3 Modified: ChangeLog cook-2.26.ebuild
4 Added: cook-2.31.ebuild
5 Removed: cook-2.24.ebuild cook-2.20.ebuild
6 Log:
7 Remove old versions. Version bump for bug #214538 (drop existing kws to ~ARCH). Also, add RDEPEND= to fix bug #221595
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.21 dev-util/cook/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 26 Jan 2008 19:15:29 -0000 1.20
24 +++ ChangeLog 24 Jun 2008 04:00:02 -0000 1.21
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-util/cook
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.20 2008/01/26 19:15:29 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.21 2008/06/24 04:00:02 darkside Exp $
30 +
31 +*cook-2.31 (24 Jun 2008)
32 +
33 + 24 Jun 2008; Jeremy Olexa <darkside@g.o>
34 + -files/cook-2.24-bugfix.patch, -cook-2.20.ebuild, -cook-2.24.ebuild,
35 + cook-2.26.ebuild, +cook-2.31.ebuild:
36 + Remove old versions. Version bump for bug #214538 (drop existing kws to
37 + ~ARCH). Also, add RDEPEND= to fix bug #221595
38
39 26 Jan 2008; Fabian Groffen <grobian@g.o> cook-2.24.ebuild,
40 cook-2.26.ebuild:
41
42
43
44 1.7 dev-util/cook/cook-2.26.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/cook-2.26.ebuild?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/cook-2.26.ebuild?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/cook-2.26.ebuild?r1=1.6&r2=1.7
49
50 Index: cook-2.26.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- cook-2.26.ebuild 26 Jan 2008 19:15:29 -0000 1.6
57 +++ cook-2.26.ebuild 24 Jun 2008 04:00:02 -0000 1.7
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.6 2008/01/26 19:15:29 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.7 2008/06/24 04:00:02 darkside Exp $
63
64 inherit eutils
65
66 @@ -14,11 +14,11 @@
67 IUSE=""
68
69 DEPEND="sys-devel/bison"
70 +RDEPEND=""
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 -# epatch "${FILESDIR}"/${P}-gcc4.patch
76 }
77
78 src_compile() {
79
80
81
82 1.1 dev-util/cook/cook-2.31.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/cook-2.31.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cook/cook-2.31.ebuild?rev=1.1&content-type=text/plain
86
87 Index: cook-2.31.ebuild
88 ===================================================================
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.31.ebuild,v 1.1 2008/06/24 04:00:02 darkside Exp $
92
93 inherit eutils
94
95 DESCRIPTION="tool for constructing files; a drop in replacement for make"
96 HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html"
97 SRC_URI="http://miller.emu.id.au/pmiller/software/cook/${P}.tar.gz"
98
99 LICENSE="GPL-2"
100 SLOT="0"
101 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
102 IUSE=""
103
104 DEPEND="sys-devel/bison"
105 RDEPEND=""
106
107 src_compile() {
108 econf || die "./configure failed"
109 # doesn't seem to like parallel
110 emake -j1 || die
111 }
112
113 src_install() {
114 # we'll hijack the RPM_BUILD_ROOT variable which is intended for a
115 # similiar purpose anyway
116 make RPM_BUILD_ROOT="${D}" install || die
117 }
118
119
120
121 --
122 gentoo-commits@l.g.o mailing list