diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-12-02 10:42:29 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-12-02 10:42:29 +0000 |
commit | d91f1996cbb4efff04769fdcf0f4332db46c6993 (patch) | |
tree | faf2365efed4200d2287509d3c4e67e46f0c243d /dev-python/pyro/files | |
parent | remove unneeded patch (diff) | |
download | gentoo-2-d91f1996cbb4efff04769fdcf0f4332db46c6993.tar.gz gentoo-2-d91f1996cbb4efff04769fdcf0f4332db46c6993.tar.bz2 gentoo-2-d91f1996cbb4efff04769fdcf0f4332db46c6993.zip |
version bump (#113442)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/pyro/files')
-rw-r--r-- | dev-python/pyro/files/digest-pyro-3.3 | 1 | ||||
-rw-r--r-- | dev-python/pyro/files/digest-pyro-3.3-r1 | 1 | ||||
-rw-r--r-- | dev-python/pyro/files/digest-pyro-3.5 | 1 | ||||
-rw-r--r-- | dev-python/pyro/files/pyro-3.3-unattend.patch | 15 |
4 files changed, 1 insertions, 17 deletions
diff --git a/dev-python/pyro/files/digest-pyro-3.3 b/dev-python/pyro/files/digest-pyro-3.3 deleted file mode 100644 index 117f50467f1a..000000000000 --- a/dev-python/pyro/files/digest-pyro-3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 09faeec7aa07e88187902f42d74a4514 Pyro-3.3.tar.gz 199251 diff --git a/dev-python/pyro/files/digest-pyro-3.3-r1 b/dev-python/pyro/files/digest-pyro-3.3-r1 deleted file mode 100644 index 117f50467f1a..000000000000 --- a/dev-python/pyro/files/digest-pyro-3.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 09faeec7aa07e88187902f42d74a4514 Pyro-3.3.tar.gz 199251 diff --git a/dev-python/pyro/files/digest-pyro-3.5 b/dev-python/pyro/files/digest-pyro-3.5 new file mode 100644 index 000000000000..36e158ae049e --- /dev/null +++ b/dev-python/pyro/files/digest-pyro-3.5 @@ -0,0 +1 @@ +MD5 6d62a88521617041775057de9e8c6b93 Pyro-3.5.tar.gz 232191 diff --git a/dev-python/pyro/files/pyro-3.3-unattend.patch b/dev-python/pyro/files/pyro-3.3-unattend.patch deleted file mode 100644 index e9f1f007e3c6..000000000000 --- a/dev-python/pyro/files/pyro-3.3-unattend.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- Pyro-3.3/setup.cfg 2003-03-07 02:39:00.000000000 +0100 -+++ Pyro-3.3/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 |