Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 288367 Details for
Bug 385081
www-misc/fcgiwrap uses einstall instead of emake install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ebuild, works fine for me
fcgiwrap.patch (text/plain), 4.01 KB, created by
Nikoli
on 2011-09-30 13:12:29 UTC
(
hide
)
Description:
patch for ebuild, works fine for me
Filename:
MIME Type:
Creator:
Nikoli
Created:
2011-09-30 13:12:29 UTC
Size:
4.01 KB
patch
obsolete
>diff -Naur -x metadata.xml -x Manifest -x ChangeLog /usr/portage/www-misc/fcgiwrap/fcgiwrap-1.0.2-r1.ebuild ./fcgiwrap-1.0.2-r1.ebuild >--- /usr/portage/www-misc/fcgiwrap/fcgiwrap-1.0.2-r1.ebuild 2010-06-29 17:17:59.000000000 +0400 >+++ ./fcgiwrap-1.0.2-r1.ebuild 1970-01-01 03:00:00.000000000 +0300 >@@ -1,47 +0,0 @@ >-# Copyright 1999-2010 Gentoo Foundation >-# Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.2-r1.ebuild,v 1.1 2010/06/29 13:17:59 pva Exp $ >- >-EAPI="3" >- >-[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS="" >-inherit autotools ${VCS_ECLASS} >- >-DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" >-HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap" >- >-LICENSE="BSD" >-SLOT="0" >-IUSE="" >- >-if [[ ${PV} == *9999* ]]; then >- EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" >- >- KEYWORDS="" >-else >- MY_REV="2e301c8" >- SRC_URI="http://download.github.com/gnosek-${PN}-v${PV}-1-g${MY_REV}.tar.gz -> ${P}.tar.gz" >- S="${WORKDIR}/gnosek-${PN}-${MY_REV}" >- >- KEYWORDS="~amd64 ~x86" >-fi >- >-DEPEND="dev-libs/fcgi" >-RDEPEND="${DEPEND}" >- >-src_prepare() { >- sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \ >- -i Makefile.in || die "sed failed" >- >- eautoreconf >-} >- >-src_install() { >- einstall DESTDIR="${D}" >- >- dodoc README.rst >-} >- >-pkg_postinst() { >- einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.' >-} >diff -Naur -x metadata.xml -x Manifest -x ChangeLog /usr/portage/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild ./fcgiwrap-1.0.3.ebuild >--- /usr/portage/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild 2010-09-15 20:04:24.000000000 +0400 >+++ ./fcgiwrap-1.0.3.ebuild 2011-09-30 16:49:06.000000000 +0400 >@@ -1,8 +1,8 @@ >-# Copyright 1999-2010 Gentoo Foundation >+# Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.3 2010/09/15 16:04:24 mr_bones_ Exp $ > >-EAPI="3" >+EAPI="4" > > [[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS="" > inherit autotools ${VCS_ECLASS} >@@ -30,6 +30,8 @@ > DEPEND="dev-libs/fcgi" > RDEPEND="${DEPEND}" > >+DOCS=( README.rst ) >+ > src_prepare() { > sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \ > -i Makefile.in || die "sed failed" >@@ -37,12 +39,6 @@ > eautoreconf > } > >-src_install() { >- einstall DESTDIR="${D}" >- >- dodoc README.rst >-} >- > pkg_postinst() { > einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.' > } >diff -Naur -x metadata.xml -x Manifest -x ChangeLog /usr/portage/www-misc/fcgiwrap/fcgiwrap-9999.ebuild ./fcgiwrap-9999.ebuild >--- /usr/portage/www-misc/fcgiwrap/fcgiwrap-9999.ebuild 2011-09-21 13:01:27.000000000 +0400 >+++ ./fcgiwrap-9999.ebuild 2011-09-30 16:48:59.000000000 +0400 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.2 2011/09/21 08:55:59 mgorny Exp $ > >-EAPI="3" >+EAPI="4" > > [[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS="" > inherit autotools ${VCS_ECLASS} >@@ -15,13 +15,13 @@ > IUSE="" > > if [[ ${PV} == *9999* ]]; then >- EGIT_REPO_URI="git://github.com/gnosek/${PN}.git >- https://github.com/gnosek/${PN}.git" >+ EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" > > KEYWORDS="" > else >- MY_REV="2e301c8" >- SRC_URI="http://download.github.com/gnosek-${PN}-v${PV}-1-g${MY_REV}.tar.gz -> ${P}.tar.gz" >+ MY_REV="58ec209" >+ #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz" >+ SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" > S="${WORKDIR}/gnosek-${PN}-${MY_REV}" > > KEYWORDS="~amd64 ~x86" >@@ -30,6 +30,8 @@ > DEPEND="dev-libs/fcgi" > RDEPEND="${DEPEND}" > >+DOCS=( README.rst ) >+ > src_prepare() { > sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \ > -i Makefile.in || die "sed failed" >@@ -37,12 +39,6 @@ > eautoreconf > } > >-src_install() { >- einstall DESTDIR="${D}" >- >- dodoc README.rst >-} >- > pkg_postinst() { > einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.' > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385081
: 288367