Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/fcgiwrap: fcgiwrap-1.0.3-r1.ebuild ChangeLog fcgiwrap-9999.ebuild fcgiwrap-1.0.2-r1.ebuild
Date: Sat, 01 Oct 2011 07:54:11
Message-Id: 20111001075400.AB68A2004B@flycatcher.gentoo.org
1 pva 11/10/01 07:54:00
2
3 Modified: ChangeLog fcgiwrap-9999.ebuild
4 Added: fcgiwrap-1.0.3-r1.ebuild
5 Removed: fcgiwrap-1.0.2-r1.ebuild
6 Log:
7 Bump EAPI, use emake in src_install, bug #385081 thank Nikoli for this job.
8
9 (Portage version: 2.1.10.19/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 www-misc/fcgiwrap/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 30 Sep 2011 20:42:23 -0000 1.6
25 +++ ChangeLog 1 Oct 2011 07:54:00 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for www-misc/fcgiwrap
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.6 2011/09/30 20:42:23 beandog Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.7 2011/10/01 07:54:00 pva Exp $
31 +
32 +*fcgiwrap-1.0.3-r1 (01 Oct 2011)
33 +
34 + 01 Oct 2011; Peter Volkov <pva@g.o> -fcgiwrap-1.0.2-r1.ebuild,
35 + +fcgiwrap-1.0.3-r1.ebuild, fcgiwrap-9999.ebuild:
36 + Bump EAPI, use emake in src_install, bug #385081 thank Nikoli for this job.
37
38 30 Sep 2011; Steve Dibb <beandog@g.o> fcgiwrap-1.0.3.ebuild:
39 amd64 stable, bug 384475
40
41
42
43 1.3 www-misc/fcgiwrap/fcgiwrap-9999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?r1=1.2&r2=1.3
48
49 Index: fcgiwrap-9999.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- fcgiwrap-9999.ebuild 21 Sep 2011 08:55:59 -0000 1.2
56 +++ fcgiwrap-9999.ebuild 1 Oct 2011 07:54:00 -0000 1.3
57 @@ -1,8 +1,8 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.2 2011/09/21 08:55:59 mgorny Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.3 2011/10/01 07:54:00 pva Exp $
62
63 -EAPI="3"
64 +EAPI="4"
65
66 [[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS=""
67 inherit autotools ${VCS_ECLASS}
68 @@ -15,13 +15,13 @@
69 IUSE=""
70
71 if [[ ${PV} == *9999* ]]; then
72 - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git
73 - https://github.com/gnosek/${PN}.git"
74 + EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
75
76 KEYWORDS=""
77 else
78 - MY_REV="2e301c8"
79 - SRC_URI="http://download.github.com/gnosek-${PN}-v${PV}-1-g${MY_REV}.tar.gz -> ${P}.tar.gz"
80 + MY_REV="58ec209"
81 + #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
82 + SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz"
83 S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
84
85 KEYWORDS="~amd64 ~x86"
86 @@ -30,6 +30,8 @@
87 DEPEND="dev-libs/fcgi"
88 RDEPEND="${DEPEND}"
89
90 +DOCS=( README.rst )
91 +
92 src_prepare() {
93 sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
94 -i Makefile.in || die "sed failed"
95 @@ -37,12 +39,6 @@
96 eautoreconf
97 }
98
99 -src_install() {
100 - einstall DESTDIR="${D}"
101 -
102 - dodoc README.rst
103 -}
104 -
105 pkg_postinst() {
106 einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.'
107 }
108
109
110
111 1.1 www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain
115
116 Index: fcgiwrap-1.0.3-r1.ebuild
117 ===================================================================
118 # Copyright 1999-2011 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.1 2011/10/01 07:54:00 pva Exp $
121
122 EAPI="4"
123
124 [[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS=""
125 inherit autotools ${VCS_ECLASS}
126
127 DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"
128 HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap"
129
130 LICENSE="BSD"
131 SLOT="0"
132 IUSE=""
133
134 if [[ ${PV} == *9999* ]]; then
135 EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
136
137 KEYWORDS=""
138 else
139 MY_REV="58ec209"
140 #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
141 SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz"
142 S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
143
144 KEYWORDS="~amd64 ~x86"
145 fi
146
147 DEPEND="dev-libs/fcgi"
148 RDEPEND="${DEPEND}"
149
150 DOCS=( README.rst )
151
152 src_prepare() {
153 sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
154 -i Makefile.in || die "sed failed"
155
156 eautoreconf
157 }
158
159 pkg_postinst() {
160 einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.'
161 }