summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-29 21:51:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-29 21:51:39 +0000
commit9cc4aa3299178386e7932f7cc1a9c6a11e848133 (patch)
tree1685ced98a5c6006d477d25eb17d0d3bd017f75c /sys-apps/fakeroot/files
parentAdd back in symlinks for /sbin #159319 and backport fix for missing asm/unali... (diff)
downloadgentoo-2-9cc4aa3299178386e7932f7cc1a9c6a11e848133.tar.gz
gentoo-2-9cc4aa3299178386e7932f7cc1a9c6a11e848133.tar.bz2
gentoo-2-9cc4aa3299178386e7932f7cc1a9c6a11e848133.zip
old
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'sys-apps/fakeroot/files')
-rw-r--r--sys-apps/fakeroot/files/digest-fakeroot-0.4.41
-rw-r--r--sys-apps/fakeroot/files/digest-fakeroot-0.4.4-r11
-rw-r--r--sys-apps/fakeroot/files/digest-fakeroot-1.0.71
-rw-r--r--sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch11
-rw-r--r--sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch15
5 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/fakeroot/files/digest-fakeroot-0.4.4 b/sys-apps/fakeroot/files/digest-fakeroot-0.4.4
deleted file mode 100644
index 11bd88f5acdd..000000000000
--- a/sys-apps/fakeroot/files/digest-fakeroot-0.4.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 38f80f43f872b33ccefe7c1c475426f3 fakeroot_0.4.4-4.1.tar.gz 133987
diff --git a/sys-apps/fakeroot/files/digest-fakeroot-0.4.4-r1 b/sys-apps/fakeroot/files/digest-fakeroot-0.4.4-r1
deleted file mode 100644
index 11bd88f5acdd..000000000000
--- a/sys-apps/fakeroot/files/digest-fakeroot-0.4.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 38f80f43f872b33ccefe7c1c475426f3 fakeroot_0.4.4-4.1.tar.gz 133987
diff --git a/sys-apps/fakeroot/files/digest-fakeroot-1.0.7 b/sys-apps/fakeroot/files/digest-fakeroot-1.0.7
deleted file mode 100644
index 450d489c4982..000000000000
--- a/sys-apps/fakeroot/files/digest-fakeroot-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06f810e6372e6a5fec09648bdc7cf802 fakeroot_1.0.7.tar.gz 1476900
diff --git a/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch b/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch
deleted file mode 100644
index 36dbea0655d9..000000000000
--- a/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- faked.cc.orig 2004-07-05 10:37:39.000000000 +0000
-+++ faked.cc 2004-07-05 10:37:44.000000000 +0000
-@@ -130,7 +130,7 @@
- return false;
- else
- return a.dev<b.dev;
--};
-+}
-
- set <struct fakestat, less<struct fakestat> > data;
-
diff --git a/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch b/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch
deleted file mode 100644
index 75933186daf5..000000000000
--- a/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ru fakeroot-0.4.4.orig/faked.cc fakeroot-0.4.4/faked.cc
---- fakeroot-0.4.4.orig/faked.cc 1999-11-13 13:52:38.000000000 -0600
-+++ fakeroot-0.4.4/faked.cc 2002-09-29 22:44:13.000000000 -0500
-@@ -85,9 +85,10 @@
- #include <string.h>
- #include <set>
- #include <string.h>
--#include <iostream.h>
-+#include <iostream>
- #include <signal.h>
-
-+using namespace std;
-
- #if HAVE_SEMUN_DEF == 0
- union semun {