public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-fastcgi: metadata.xml ChangeLog Manifest python-fastcgi-1.1.ebuild
@ 2008-05-25 16:32 Luca Longinotti (chtekk)
  0 siblings, 0 replies; only message in thread
From: Luca Longinotti (chtekk) @ 2008-05-25 16:32 UTC (permalink / raw
  To: gentoo-commits

chtekk      08/05/25 16:32:09

  Added:                metadata.xml ChangeLog Manifest
                        python-fastcgi-1.1.ebuild
  Log:
  Initial release.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.1                  dev-python/python-fastcgi/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
	<email>chtekk@gentoo.org</email>
	<name>Luca Longinotti</name>
</maintainer>
</pkgmetadata>



1.1                  dev-python/python-fastcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/python-fastcgi
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/ChangeLog,v 1.1 2008/05/25 16:32:09 chtekk Exp $

*python-fastcgi-1.1 (25 May 2008)

  25 May 2008; Luca Longinotti <chtekk@gentoo.org>
  +files/python-fastcgi-1.1-setup.patch, +metadata.xml,
  +python-fastcgi-1.1.ebuild:
  Initial release.




1.1                  dev-python/python-fastcgi/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
AUX python-fastcgi-1.1-setup.patch 1660 RMD160 bb6d52bd9967e48e7a53d8c703e9c887bfe69d9e SHA1 33f4d00f133c0e98dcd222df7540e236cfdcdeb2 SHA256 6803b6ca66cc4a68bc3ef554ff7df32928ef63a0248073d0d3743a1eaad80bb7
DIST python-fastcgi-1.1.tar.gz 11180 RMD160 609d71d65e52978eec94aca7b790f4d343092826 SHA1 6e206587f7ec85de9a0eaa06c9646d13b8585fe8 SHA256 3dff515aecbda371fe5bcb4e449109ce72120ce7bb1edd0e7c2138e75528fd12
EBUILD python-fastcgi-1.1.ebuild 572 RMD160 51541a8b01ebd667377aa9bd91410143f24288ee SHA1 f80ec0044696fdc5caa366b5bbf4f2ead1acbab5 SHA256 fc57efa57870a2426841eade08efbc9cb514d994913ca64bf0c2de0d711a969f
MISC ChangeLog 318 RMD160 0dec1a44186e284e4be7fd37a6cf8fddd70d3049 SHA1 fec2846e596901bf116b1ea752b95813b5c85ec1 SHA256 49afc0efeb30aca4f13cad1ff59eee7aa880d148bee1410bda289a4457e96e66
MISC metadata.xml 250 RMD160 f92c7f884884f2b3b69da1a22a78143e2f8a3036 SHA1 3370464dbb63928007eaaacd244d8ebbe86b9f7b SHA256 c9fa4d069458afe15eef8fc56abc7a739ba006da363c72aaeaa5dfddf92ffd94



1.1                  dev-python/python-fastcgi/python-fastcgi-1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild?rev=1.1&content-type=text/plain

Index: python-fastcgi-1.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild,v 1.1 2008/05/25 16:32:09 chtekk Exp $

NEED_PYTHON=2.3

inherit distutils eutils

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Interface to OpenMarket's FastCGI C Library/SDK."
HOMEPAGE="http://pypi.python.org/pypi/${PN}/"
SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
IUSE=""

RDEPEND=">=dev-libs/fcgi-2.4.0-r2"
DEPEND="${RDEPEND}
		dev-python/setuptools"

src_unpack() {
	distutils_src_unpack

	epatch "${FILESDIR}"/${P}-setup.patch
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-25 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 16:32 [gentoo-commits] gentoo-x86 commit in dev-python/python-fastcgi: metadata.xml ChangeLog Manifest python-fastcgi-1.1.ebuild Luca Longinotti (chtekk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox