summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-02-12 09:04:41 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-02-12 09:04:41 +0000
commite60b8be06569dd6f73704c3bf8a8dabb91b75d8c (patch)
tree8aed02cbb06b34043f5c3f47ad89ed1e3e771463 /www-apps/pyblosxom/files
parentnew upstream release, patch to remove on_ac_power script, fix modular x depen... (diff)
downloadhistorical-e60b8be06569dd6f73704c3bf8a8dabb91b75d8c.tar.gz
historical-e60b8be06569dd6f73704c3bf8a8dabb91b75d8c.tar.bz2
historical-e60b8be06569dd6f73704c3bf8a8dabb91b75d8c.zip
Added pyblosxom 1.3.1
Package-Manager: portage-2.0.54
Diffstat (limited to 'www-apps/pyblosxom/files')
-rw-r--r--www-apps/pyblosxom/files/digest-pyblosxom-1.3.11
-rw-r--r--www-apps/pyblosxom/files/pyblosxom-1.3.1-gentoo.patch19
2 files changed, 20 insertions, 0 deletions
diff --git a/www-apps/pyblosxom/files/digest-pyblosxom-1.3.1 b/www-apps/pyblosxom/files/digest-pyblosxom-1.3.1
new file mode 100644
index 000000000000..67f48ff621a2
--- /dev/null
+++ b/www-apps/pyblosxom/files/digest-pyblosxom-1.3.1
@@ -0,0 +1 @@
+MD5 d37349a38eba2898bf3b1aa9ce6a9137 pyblosxom-1.3.1.tar.gz 94583
diff --git a/www-apps/pyblosxom/files/pyblosxom-1.3.1-gentoo.patch b/www-apps/pyblosxom/files/pyblosxom-1.3.1-gentoo.patch
new file mode 100644
index 000000000000..2fa248ec9a83
--- /dev/null
+++ b/www-apps/pyblosxom/files/pyblosxom-1.3.1-gentoo.patch
@@ -0,0 +1,19 @@
+--- ../pyblosxom-1.3.orig/setup.py 2006-02-02 20:49:21.000000000 +0100
++++ setup.py 2006-02-02 20:52:50.000000000 +0100
+@@ -72,11 +72,12 @@
+
+ # we want to move the web script files as well, so we sneak them
+ # in here.
++# These are handled by the webapp class in Gentoo
++# os.path.normpath("web/pyblosxom.cgi"),
++# os.path.normpath("web/config.py")
+ pydf.append( [os.path.join('share', PVER, 'web'),
+- [os.path.normpath("web/pyblosxom.cgi"),
+- os.path.normpath("web/pyblosxom.tac"),
+- os.path.normpath("web/wsgi_app.py"),
+- os.path.normpath("web/config.py")]])
++ [os.path.normpath("web/pyblosxom.tac"),
++ os.path.normpath("web/wsgi_app.py")]])
+
+ else:
+ # we don't know what platform they have, so we print out