Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
www-misc/fcgiwrap-1.0.1.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kubacki committed Feb 10, 2011
1 parent 1778221 commit eb953ac
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
4 changes: 3 additions & 1 deletion www-misc/fcgiwrap/Manifest
@@ -1,2 +1,4 @@
AUX configure.ac-1.00 906 RMD160 cca240c6a9f77de6ad978aeb7c6ddc431f06613c SHA1 3ee90f1c9d435dffb50ab3b28b094744fe6e18d6 SHA256 d2b78b433b7697599516085dbadd38c9eb68ddead6081eb059d6155627f1c202
EBUILD fcgiwrap-9999.ebuild 711 RMD160 bc469d9552026903e2cbc7a1685bbea310b01c17 SHA1 0f14b4c6d7c376b6049228937d423928fb236fe0 SHA256 a38f9263b4e3a82488090085fc60ed933179ba38955f4eae9bd4149b48688ecf
DIST gnosek-fcgiwrap-v1.0.1-0-g9db989a.tar.gz 7516 RMD160 35b66ef75f33999c7e903a97d225e8f7c28889fb SHA1 0f5118773a81cf21c43d629ad0d588be80f9263f SHA256 cb2a5a851b5b91c3f39f1b8417abc3436010273cb4ce5396cbdd1c244c273976
EBUILD fcgiwrap-1.0.1.ebuild 674 RMD160 9177735983608f9a6b6e3852e76ded0c7eb7723a SHA1 bbed819ba0cae99fdcff94cc5100b9fb5fe5addc SHA256 9a48a6f2ee8adfe45b147074e8263fe436e55d06861d914aa7e94b2773b6e19d
EBUILD fcgiwrap-9999.ebuild 714 RMD160 2775cd012655c9398570ae5d7c7b7f7c197542de SHA1 c9a2382343dc2223e48355372fa9f03e5845adc8 SHA256 eaae5d4142327d09d12701ca85b81ddfe10d88c1c98c5673130c7379abc66f89
35 changes: 35 additions & 0 deletions www-misc/fcgiwrap/fcgiwrap-1.0.1.ebuild
@@ -0,0 +1,35 @@
# Copyright 2010 W-Mark Kubacki
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
WANT_AUTOCONF="latest"

inherit autotools eutils

DESCRIPTION="Simple FastCGI wrapper for CGI scripts"
HOMEPAGE="http://github.com/wmark/fcgiwrap/"
SRC_URI="https://download.github.com/gnosek-fcgiwrap-v1.0.1-0-g9db989a.tar.gz"
RESTRICT="primaryuri"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86 arm ~ppc ~hpa ~sparc"
IUSE=""

DEPEND="dev-libs/fcgi"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
>=sys-devel/autoconf-2.63
dev-vcs/git"

S="${WORKDIR}/gnosek-fcgiwrap-f56c85c"

src_prepare() {
eautoreconf -i
}

src_install() {
dosbin fcgiwrap
doman fcgiwrap.8
}
2 changes: 1 addition & 1 deletion www-misc/fcgiwrap/fcgiwrap-9999.ebuild
Expand Up @@ -15,7 +15,7 @@ RESTRICT="fetch"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86 arm ~ppc ~hpa ~sparc"
KEYWORDS="~amd64 ~x86 ~arm ~ppc ~hpa ~sparc"
IUSE=""

DEPEND="dev-libs/fcgi"
Expand Down

0 comments on commit eb953ac

Please sign in to comment.