summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-26 16:01:47 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-26 16:01:47 +0000
commit13eb3084ae4f89345852ea3e0c69227c184ae598 (patch)
tree8ee084e3064cd964baeb8b5c3947e5baf3aceb57 /net-misc/sitecopy/files
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.tar.gz
gentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.tar.bz2
gentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/sitecopy/files')
-rw-r--r--net-misc/sitecopy/files/digest-sitecopy-0.15.13
-rw-r--r--net-misc/sitecopy/files/digest-sitecopy-0.16.03
-rw-r--r--net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch13
-rw-r--r--net-misc/sitecopy/files/sitecopy-gcc3.4.patch20
4 files changed, 0 insertions, 39 deletions
diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.15.1 b/net-misc/sitecopy/files/digest-sitecopy-0.15.1
deleted file mode 100644
index ddbec967630c..000000000000
--- a/net-misc/sitecopy/files/digest-sitecopy-0.15.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 95411223ae53303771804f14bb4c8efe sitecopy-0.15.1.tar.gz 942287
-RMD160 37b73a8af256493f7a85aa2dee940193c1adb7dc sitecopy-0.15.1.tar.gz 942287
-SHA256 eb029957e98e65c3eff39afe973792df058b4a19cdfd47334dd04f51f1d12e14 sitecopy-0.15.1.tar.gz 942287
diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.16.0 b/net-misc/sitecopy/files/digest-sitecopy-0.16.0
deleted file mode 100644
index c9b6e7c1012b..000000000000
--- a/net-misc/sitecopy/files/digest-sitecopy-0.16.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 aa036a542d0865bbdb4cb7859e66cc55 sitecopy-0.16.0.tar.gz 946201
-RMD160 304364ea6bb4a1f304f1e67bb5699639815aca75 sitecopy-0.16.0.tar.gz 946201
-SHA256 bfcb6358aa8e026dd5b63f6620ad6288247baba13dc3bc8432ba49cfb3403584 sitecopy-0.16.0.tar.gz 946201
diff --git a/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch b/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch
deleted file mode 100644
index 1714ebecad92..000000000000
--- a/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- po/Makefile.old 2004-09-16 21:24:45.929163920 +0900
-+++ po/Makefile 2004-09-16 21:32:01.790902864 +0900
-@@ -26,8 +26,8 @@
-
- INSTALL = /bin/install -c
- INSTALL_DATA = ${INSTALL} -m 644
--MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
--mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
-+MKINSTALLDIRS = $(top_builddir)/mkinstalldirs
-+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
-
- GMSGFMT = /usr/bin/msgfmt
- MSGFMT = /usr/bin/msgfmt
diff --git a/net-misc/sitecopy/files/sitecopy-gcc3.4.patch b/net-misc/sitecopy/files/sitecopy-gcc3.4.patch
deleted file mode 100644
index 7b48a0602824..000000000000
--- a/net-misc/sitecopy/files/sitecopy-gcc3.4.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- gnome/minilist.c.old 2005-01-05 04:25:24.283691792 +0900
-+++ gnome/minilist.c 2005-01-05 04:25:36.940767624 +0900
-@@ -191,6 +191,7 @@
- NE_DEBUG(DEBUG_GNOME, "Removing an item from the ignores list.\n");
- break;
- default:
-+ ;;
- }
- if (the_gui->data)
- the_gui->data->prev = NULL;
---- gnome/misc.old 2005-01-05 05:00:55.528693304 +0900
-+++ gnome/misc.c 2005-01-05 05:01:07.183921440 +0900
-@@ -310,6 +310,7 @@
- return;
- break;
- default:
-+ ;;
- }
- }
- }