summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-16 10:09:54 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-16 10:09:54 +0000
commit7160ee4cb7ae9219064ae0e0ac6fc8826fd15709 (patch)
tree53fd4f4cbb3ddf5ef5a1c348eae0d0ad7fea464f /app-editors/fe/files
parentamd64 stable (diff)
downloadgentoo-2-7160ee4cb7ae9219064ae0e0ac6fc8826fd15709.tar.gz
gentoo-2-7160ee4cb7ae9219064ae0e0ac6fc8826fd15709.tar.bz2
gentoo-2-7160ee4cb7ae9219064ae0e0ac6fc8826fd15709.zip
Version bump.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'app-editors/fe/files')
-rw-r--r--app-editors/fe/files/digest-fe-1.83
-rw-r--r--app-editors/fe/files/fe-1.6-nostrip.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/fe/files/digest-fe-1.8 b/app-editors/fe/files/digest-fe-1.8
new file mode 100644
index 000000000000..4d1039c8492e
--- /dev/null
+++ b/app-editors/fe/files/digest-fe-1.8
@@ -0,0 +1,3 @@
+MD5 b41379862d0019b6eb6acde682af6837 fe-1.8.tar.gz 169151
+RMD160 a3d186dbc042fe74fbfdc8e83d6237a50fea692d fe-1.8.tar.gz 169151
+SHA256 ee8473dd37662b8a8067005bc0f258389057281981c5034fcad6a7b4e4786013 fe-1.8.tar.gz 169151
diff --git a/app-editors/fe/files/fe-1.6-nostrip.patch b/app-editors/fe/files/fe-1.6-nostrip.patch
new file mode 100644
index 000000000000..a13b0a2bf5f1
--- /dev/null
+++ b/app-editors/fe/files/fe-1.6-nostrip.patch
@@ -0,0 +1,11 @@
+--- fe-1.6-orig/Makefile.in 2004-02-17 00:56:01.000000000 +0100
++++ fe-1.6/Makefile.in 2007-12-16 10:42:51.000000000 +0100
+@@ -40,7 +40,7 @@
+
+ install: all
+ $(INSTALL) -m 755 -d $(BINDIR)
+- $(INSTALL_PROGRAM) -s fe $(BINDIR)/fe
++ $(INSTALL_PROGRAM) fe $(BINDIR)/fe
+ $(INSTALL) -m 755 -d $(MANDIR)/man1
+ $(INSTALL_DATA) fe.1 $(MANDIR)/man1/fe.1
+ make install-po