diff options
author | 2005-01-28 17:15:59 +0000 | |
---|---|---|
committer | 2005-01-28 17:15:59 +0000 | |
commit | 323a608563b666726451f0a5636577d65a65cfc8 (patch) | |
tree | d9f4b35f86eb0ac2d8ef529121dd2ef12b998e81 /dev-python/pyro/files | |
parent | Added icons and sample cgis. Fixed bug #79722 (diff) | |
download | historical-323a608563b666726451f0a5636577d65a65cfc8.tar.gz historical-323a608563b666726451f0a5636577d65a65cfc8.tar.bz2 historical-323a608563b666726451f0a5636577d65a65cfc8.zip |
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/pyro/files')
-rw-r--r-- | dev-python/pyro/files/digest-pyro-3.4 | 1 | ||||
-rw-r--r-- | dev-python/pyro/files/pyro-3.4-unattend.patch | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pyro/files/digest-pyro-3.4 b/dev-python/pyro/files/digest-pyro-3.4 new file mode 100644 index 000000000000..da0075a49aae --- /dev/null +++ b/dev-python/pyro/files/digest-pyro-3.4 @@ -0,0 +1 @@ +MD5 ff6c19d8b75ed74bcad5a7bd7abf6eb2 Pyro-3.4.tar.gz 217795 diff --git a/dev-python/pyro/files/pyro-3.4-unattend.patch b/dev-python/pyro/files/pyro-3.4-unattend.patch new file mode 100644 index 000000000000..4f8762a250fa --- /dev/null +++ b/dev-python/pyro/files/pyro-3.4-unattend.patch @@ -0,0 +1,15 @@ +--- Pyro-3.4/setup.cfg 2003-03-07 02:39:00.000000000 +0100 ++++ Pyro-3.4/setup.cfg.new 2003-05-22 12:41:04.000000000 +0200 +@@ -4,9 +4,9 @@ + ### Enable the following two items for unattended install. + ### The scripts location is mandatory. Change it so something sensible. + +-#[install-options] +-#unattended=1 ++[install-options] ++unattended=1 + + [install] + optimize=1 +-#install-scripts=/foo/bar ++install-scripts=/usr/bin |