diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-31 02:12:48 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-31 02:12:48 +0000 |
commit | fcf1af24c81b1c946be0dc512d73604b8de0416b (patch) | |
tree | ff2a410f8385924488da51e4662fec8d7345070e /net-ftp/ftpcube/files | |
parent | marking stable on x86 and ppc again (diff) | |
download | gentoo-2-fcf1af24c81b1c946be0dc512d73604b8de0416b.tar.gz gentoo-2-fcf1af24c81b1c946be0dc512d73604b8de0416b.tar.bz2 gentoo-2-fcf1af24c81b1c946be0dc512d73604b8de0416b.zip |
version bump, cleanups and changelog cleanup
Diffstat (limited to 'net-ftp/ftpcube/files')
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r2 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.3 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.4.1 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/ftpcube-0.4.1-gentoo.patch | 24 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/setup.cfg.patch | 8 |
5 files changed, 25 insertions, 10 deletions
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r2 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r2 deleted file mode 100644 index dfbbf655c9ba..000000000000 --- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407 diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.3 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.3 deleted file mode 100644 index 9db8133236b3..000000000000 --- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ef95c4c94e964c0b80863b7b36048ea0 ftpcube-0.3.3.tar.gz 94478 diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.4.1 b/net-ftp/ftpcube/files/digest-ftpcube-0.4.1 new file mode 100644 index 000000000000..c7b09dc84854 --- /dev/null +++ b/net-ftp/ftpcube/files/digest-ftpcube-0.4.1 @@ -0,0 +1 @@ +MD5 b80bd0f0ae182837b53a9e3c1c82a1a7 ftpcube-0.4.1.tar.gz 83868 diff --git a/net-ftp/ftpcube/files/ftpcube-0.4.1-gentoo.patch b/net-ftp/ftpcube/files/ftpcube-0.4.1-gentoo.patch new file mode 100644 index 000000000000..84af6380d9cd --- /dev/null +++ b/net-ftp/ftpcube/files/ftpcube-0.4.1-gentoo.patch @@ -0,0 +1,24 @@ +diff -u -r ftpcube-0.4.1/setup.cfg ftpcube-0.4.1-new/setup.cfg +--- ftpcube-0.4.1/setup.cfg 2002-11-16 04:51:05.000000000 +0000 ++++ ftpcube-0.4.1-new/setup.cfg 2003-03-31 02:49:22.000000000 +0100 +@@ -1,3 +1,3 @@ + [install] +-install_data=/usr/local/share +-install_scripts=/usr/local/bin ++install_data=/usr/share ++install_scripts=/usr/bin +Only in ftpcube-0.4.1-new: setup.cfg~ +diff -u -r ftpcube-0.4.1/setup.py ftpcube-0.4.1-new/setup.py +--- ftpcube-0.4.1/setup.py 2002-12-30 06:32:48.000000000 +0000 ++++ ftpcube-0.4.1-new/setup.py 2003-03-31 02:49:33.000000000 +0100 +@@ -58,8 +58,7 @@ + url = "http://ftpcube.sourceforge.net", + license = "Artistic", + packages = [ 'libftpcube', +- 'libftpcube/archtypes', +- 'libftpcube/wxPyColourChooser' ], ++ 'libftpcube/archtypes' ], + data_files = _data_files, + scripts = [ _ftpcube_script ], + ) +Only in ftpcube-0.4.1-new: setup.py~ diff --git a/net-ftp/ftpcube/files/setup.cfg.patch b/net-ftp/ftpcube/files/setup.cfg.patch deleted file mode 100644 index 69eedf41dd2c..000000000000 --- a/net-ftp/ftpcube/files/setup.cfg.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- setup.cfg 2001-11-29 19:49:30.000000000 +0100 -+++ patch 2002-06-12 19:30:03.000000000 +0200 -@@ -1,3 +1,3 @@ - [install] --install_data=/usr/local/share/ftpcube --install_scripts=/usr/local/bin -+install_data=${D}/usr/share/ftpcube -+install_scripts=${D}/usr/bin |