diff options
author | 2003-04-30 12:14:00 +0000 | |
---|---|---|
committer | 2003-04-30 12:14:00 +0000 | |
commit | 365e84e15de72997ac8ec0567971d2292e74f52c (patch) | |
tree | c390b17ca8f6a4dbf8fe62d4ca815dd663642244 /net-ftp/ftpcube/files | |
parent | cleanups and version bump. (diff) | |
download | historical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.gz historical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.bz2 historical-365e84e15de72997ac8ec0567971d2292e74f52c.zip |
version bump
Diffstat (limited to 'net-ftp/ftpcube/files')
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.4.3 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.4.3 b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3 new file mode 100644 index 000000000000..c42bc30b4b00 --- /dev/null +++ b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3 @@ -0,0 +1 @@ +MD5 574d207377a24caf6315866d52326672 ftpcube-0.4.3.tar.gz 89620 diff --git a/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch b/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch new file mode 100644 index 000000000000..3bc90bbdc673 --- /dev/null +++ b/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch @@ -0,0 +1,19 @@ +--- ftpcube-0.4.3/setup.py 2003-03-29 07:39:17.000000000 +0000 ++++ ftpcube-0.4.3-chuck/setup.py 2003-04-01 22:14:48.000000000 +0000 +@@ -43,7 +43,7 @@ + _packages = [ 'libftpcube', 'libftpcube/archtypes', 'libftpcube/icons' ] + try: + from libftpcube import wxPyColourChooser +- _packages.append ('libftpcube/wxPyColourChooser') ++# _packages.append ('libftpcube/wxPyColourChooser') + except: + pass + +--- ftpcube-0.4.3/setup.cfg 2002-11-16 04:51:05.000000000 +0000 ++++ ftpcube-0.4.3-chuck/setup.cfg 2003-04-01 22:10:49.000000000 +0000 +@@ -1,3 +1,3 @@ + [install] +-install_data=/usr/local/share +-install_scripts=/usr/local/bin ++install_data=/usr/share ++install_scripts=/usr/bin |