Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/cl-cgi-utils: cl-cgi-utils-0.9.ebuild ChangeLog cl-cgi-utils-0.7.ebuild
Date: Wed, 03 Sep 2008 20:54:19
Message-Id: E1KazMm-0005xm-PB@stork.gentoo.org
1 opfer 08/09/03 20:54:16
2
3 Modified: cl-cgi-utils-0.9.ebuild ChangeLog
4 cl-cgi-utils-0.7.ebuild
5 Log:
6 replace virtual/tetex with virtual/latex-base and quote variables
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: cl-cgi-utils-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cl-cgi-utils-0.9.ebuild 7 Feb 2006 16:08:32 -0000 1.1
23 +++ cl-cgi-utils-0.9.ebuild 3 Sep 2008 20:54:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild,v 1.1 2006/02/07 16:08:32 mkennedy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.9.ebuild,v 1.2 2008/09/03 20:54:16 opfer Exp $
30
31 inherit common-lisp eutils
32
33 @@ -14,13 +14,13 @@
34
35 CLPACKAGE=lisp-cgi-utils
36
37 -DEPEND="doc? ( virtual/tetex dev-tex/hevea )"
38 +DEPEND="doc? ( virtual/latex-base dev-tex/hevea )"
39
40 S=${WORKDIR}/lisp-cgi-utils-${PV}
41
42 src_unpack() {
43 unpack ${A}
44 - epatch ${FILESDIR}/${PV}-defconstant-gentoo.patch || die
45 + epatch "${FILESDIR}/${PV}-defconstant-gentoo.patch"
46 }
47
48 src_compile() {
49
50
51
52 1.5 dev-lisp/cl-cgi-utils/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog?rev=1.5&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog?rev=1.5&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog?r1=1.4&r2=1.5
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog,v
61 retrieving revision 1.4
62 retrieving revision 1.5
63 diff -u -r1.4 -r1.5
64 --- ChangeLog 22 Feb 2007 01:21:11 -0000 1.4
65 +++ ChangeLog 3 Sep 2008 20:54:16 -0000 1.5
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-lisp/cl-cgi-utils
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog,v 1.4 2007/02/22 01:21:11 peper Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/ChangeLog,v 1.5 2008/09/03 20:54:16 opfer Exp $
72 +
73 + 03 Sep 2008; Christian Faulhammer <opfer@g.o>
74 + cl-cgi-utils-0.7.ebuild, cl-cgi-utils-0.9.ebuild:
75 + replace virtual/tetex with virtual/latex-base and quote variables
76
77 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
78 Transition to Manifest2.
79
80
81
82 1.2 dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild?r1=1.1&r2=1.2
87
88 Index: cl-cgi-utils-0.7.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- cl-cgi-utils-0.7.ebuild 5 Aug 2005 16:29:25 -0000 1.1
95 +++ cl-cgi-utils-0.7.ebuild 3 Sep 2008 20:54:16 -0000 1.2
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2005 Gentoo Foundation
98 +# Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild,v 1.1 2005/08/05 16:29:25 mkennedy Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cgi-utils/cl-cgi-utils-0.7.ebuild,v 1.2 2008/09/03 20:54:16 opfer Exp $
102
103 inherit common-lisp eutils
104
105 @@ -14,14 +14,14 @@
106
107 CLPACKAGE=lisp-cgi-utils
108
109 -DEPEND="doc? ( virtual/tetex dev-tex/hevea )"
110 +DEPEND="doc? ( virtual/latex-base dev-tex/hevea )"
111
112 S=${WORKDIR}/lisp-cgi-utils-${PV}
113
114 src_unpack() {
115 unpack ${A}
116 - epatch ${FILESDIR}/${PV}-dont-print-during-make-gentoo.patch || die
117 - epatch ${FILESDIR}/${PV}-defconstant-gentoo.patch || die
118 + epatch "${FILESDIR}/${PV}-dont-print-during-make-gentoo.patch"
119 + epatch "${FILESDIR}/${PV}-defconstant-gentoo.patch"
120 }
121
122 src_compile() {