summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-08 18:03:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-08 18:03:24 +0000
commit23222b831c40e37ea94882d9ec1a0ccd9e4c53c7 (patch)
tree42e8eed786bd33ad7ece1d348b4ff1e0a94c54f9 /dev-python/python-fastcgi
parentRespect LDFLAGS wrt bug #325947 (diff)
downloadhistorical-23222b831c40e37ea94882d9ec1a0ccd9e4c53c7.tar.gz
historical-23222b831c40e37ea94882d9ec1a0ccd9e4c53c7.tar.bz2
historical-23222b831c40e37ea94882d9ec1a0ccd9e4c53c7.zip
Clean patch.
Diffstat (limited to 'dev-python/python-fastcgi')
-rw-r--r--dev-python/python-fastcgi/Manifest16
-rw-r--r--dev-python/python-fastcgi/files/python-fastcgi-1.1-setup.patch39
2 files changed, 10 insertions, 45 deletions
diff --git a/dev-python/python-fastcgi/Manifest b/dev-python/python-fastcgi/Manifest
index 79ed42983423..2a1ebeaf2de9 100644
--- a/dev-python/python-fastcgi/Manifest
+++ b/dev-python/python-fastcgi/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX python-fastcgi-1.1-setup.patch 1660 RMD160 bb6d52bd9967e48e7a53d8c703e9c887bfe69d9e SHA1 33f4d00f133c0e98dcd222df7540e236cfdcdeb2 SHA256 6803b6ca66cc4a68bc3ef554ff7df32928ef63a0248073d0d3743a1eaad80bb7
+AUX python-fastcgi-1.1-setup.patch 452 RMD160 eee8268f94004983b78b65b276511a47ee87cad6 SHA1 e410a9b6068843447342b2b59364512e270b35c8 SHA256 8a2f8a851a407e8c8ba09a56f8be762e1c3c354dfdebca0f901f186825acea6c
DIST python-fastcgi-1.1.tar.gz 11180 RMD160 609d71d65e52978eec94aca7b790f4d343092826 SHA1 6e206587f7ec85de9a0eaa06c9646d13b8585fe8 SHA256 3dff515aecbda371fe5bcb4e449109ce72120ce7bb1edd0e7c2138e75528fd12
-EBUILD python-fastcgi-1.1.ebuild 685 RMD160 587f7596883fd90aac5cd59e9ed97c5f396983d0 SHA1 263170fa7bb23212caecf348457294e1cbf145e5 SHA256 cac0d290903996fa8e05c43264c8d83f4ce5d1f0b0202139e6a6ab4d31b70c25
-MISC ChangeLog 520 RMD160 33b9f4e8b90e6ea812b5421ed9ae13cf43a395bd SHA1 62e0868ccac1df4850c85830a801fad686efe100 SHA256 7767720694676a78ccf9fa6ba17b0bd6de69fba67bf5edd0423c8d0054c6d503
+EBUILD python-fastcgi-1.1.ebuild 822 RMD160 0cbab02a216e2fe895b6a2e7a525550db2d160d8 SHA1 ad32383f2c982657592900907e646209c927baab SHA256 8869ee8992deede66b8bdc0947cd8e2d2f6d23df0ebf4dfa3a435ad71b595473
+MISC ChangeLog 654 RMD160 129c4f5402e3494d748079f876b4ba18900621a8 SHA1 307c0a650eceb1db5449650584d23f2e781236c7 SHA256 0db9178983470b5a54071d8d49169c9ac76de488abd0c63bdff94810f3c5d38b
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkwF+hcACgkQV3J2n04EauzUFgCeO2T+QWpcHrkiEr/qX1rAytHc
-DaYAn31KFBHmVCQanQF4wb4rx2flyHCx
-=A6Ya
------END PGP SIGNATURE-----
diff --git a/dev-python/python-fastcgi/files/python-fastcgi-1.1-setup.patch b/dev-python/python-fastcgi/files/python-fastcgi-1.1-setup.patch
index d565dda17c93..6ce721a5e004 100644
--- a/dev-python/python-fastcgi/files/python-fastcgi-1.1-setup.patch
+++ b/dev-python/python-fastcgi/files/python-fastcgi-1.1-setup.patch
@@ -1,40 +1,15 @@
---- setup.py 2005-12-15 07:41:42.000000000 +0100
-+++ setup.py 2008-05-25 18:10:01.461135391 +0200
-@@ -1,18 +1,12 @@
--#from distutils.core import setup, Extension
--from ez_setup import use_setuptools
--use_setuptools()
--from setuptools import setup, Extension
-+#!/usr/bin/env python
+--- setup.py
++++ setup.py
+@@ -4,11 +4,7 @@
+ from setuptools import setup, Extension
-+from distutils import core
-+from distutils.extension import Extension
-c_ext = Extension("fcgi", ["fastcgi/pyfcgi.c"], libraries=["fcgi"],
- include_dirs=["/usr/local/include"],
- library_dirs=["/usr/local/lib"],
- #extra_link_args=["-s"],
- )
--
--setup(name="python-fastcgi",
-+core.setup(
-+ name="python-fastcgi",
++c_ext = Extension("fcgi", ["fastcgi/pyfcgi.c"], libraries=["fcgi"])
+
+ setup(name="python-fastcgi",
version="1.1",
-- description="Python wrapper for the Open Market FastCGI library",
-+ description="Python wrapper for the Open Market FastCGI library.",
- long_description="python-fastcgi is a lightweight wrapper around the Open Market FastCGI C Library/SDK. It includes threaded and forking WSGI 1.0 server implementations.",
- author="Cody Pisto",
- author_email="cody@hpcs.com",
-@@ -26,9 +20,7 @@
- "Programming Language :: C",
- "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
- "Topic :: Software Development :: Libraries :: Python Modules"],
-- packages=["fastcgi"],
-- #data_files=[("share/doc/python-fastcgi/example", ["example/test.fcgi"])],
-+ packages=['fastcgi'],
- ext_package='fastcgi',
-- ext_modules=[c_ext],
-- zip_safe=False,
-- )
-+ ext_modules=[Extension(name='fcgi', sources=['fastcgi/pyfcgi.c'], libraries=['fcgi'])],
-+)