summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-12-15 22:50:28 +0000
committerPacho Ramos <pacho@gentoo.org>2011-12-15 22:50:28 +0000
commit509b0030f5581546dbe677792a5c09635e8f914d (patch)
tree9046f1b162e787857be4e4a7cceda3b12e8d4707 /dev-util/biew
parentDrop maintainer due retirement, bug #353461; drop old. (diff)
downloadgentoo-2-509b0030f5581546dbe677792a5c09635e8f914d.tar.gz
gentoo-2-509b0030f5581546dbe677792a5c09635e8f914d.tar.bz2
gentoo-2-509b0030f5581546dbe677792a5c09635e8f914d.zip
Drop orphan files.
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/biew')
-rw-r--r--dev-util/biew/ChangeLog6
-rw-r--r--dev-util/biew/files/biew-570-configure.patch31
-rw-r--r--dev-util/biew/files/biew-570-makefile.patch34
3 files changed, 5 insertions, 66 deletions
diff --git a/dev-util/biew/ChangeLog b/dev-util/biew/ChangeLog
index a55bfe666850..5315c5d1fd3f 100644
--- a/dev-util/biew/ChangeLog
+++ b/dev-util/biew/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/biew
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.30 2011/12/15 22:49:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.31 2011/12/15 22:50:28 pacho Exp $
+
+ 15 Dec 2011; Pacho Ramos <pacho@gentoo.org> -files/biew-570-configure.patch,
+ -files/biew-570-makefile.patch:
+ Drop orphan files.
15 Dec 2011; Pacho Ramos <pacho@gentoo.org> -biew-5.6.2-r1.ebuild,
-biew-5.7.0.ebuild, -biew-6.1.0.ebuild, metadata.xml:
diff --git a/dev-util/biew/files/biew-570-configure.patch b/dev-util/biew/files/biew-570-configure.patch
deleted file mode 100644
index 428e7d31e7aa..000000000000
--- a/dev-util/biew/files/biew-570-configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -NrU5 biew-570.original/configure biew-570/configure
---- biew-570.original/configure 2009-08-25 16:18:03.000000000 -0600
-+++ biew-570/configure 2009-08-25 16:54:17.000000000 -0600
-@@ -467,21 +467,24 @@
- qnxnto)
- _cdefos="-D__QNX6__ -D__UNIX__ -D__OS_NAME__='\"QNX6\"' -D__OS__=\"qnxnto\" -U__QNX__ -U__NTO__ -D_VT100_ -DHAVE_TERMINAL_OUT=1 -D__DISABLE_MMF -DPREFIX=\"$_prefix\" $_cdefos"
- _oslibs="-lncurses $_oslibs"
- ;;
- linux)
-- if test $_ld=gcc ; then
-+ if test $_ld = gcc -o $_ld = x86_64-pc-linux-gnu-gcc -o $_ld = i686-pc-linux-gnu-gcc; then
- _osldef="-m32 $_osldef"
- fi
- _cdefos="-D__LINUX__ -D__UNIX__ -D__OS_NAME__='\"Linux\"' -D__OS__=\"linux\" -Ulinux -D_VT100_ -DHAVE_TERMINAL_OUT=1 -DPREFIX=\"$_prefix\" $_cdefos"
- echocheck "gpm.h"
- cat > $TMPC << EOF
- #include <gpm.h>
- int main(void) {return 0;}
- EOF
-- _gpm=no
-- cc_check -lgpm && _gpm=yes
-+ # _gpm may be forced from command line
-+ if test -z "$_gpm" ; then
-+ _gpm=no
-+ cc_check -lgpm && _gpm=yes
-+ fi
- if test "$_gpm" = yes ; then
- _cdefos="-DHAVE_MOUSE $_cdefos"
- _oslibs="-lgpm $_oslibs"
- fi
- echores "$_gpm"
diff --git a/dev-util/biew/files/biew-570-makefile.patch b/dev-util/biew/files/biew-570-makefile.patch
deleted file mode 100644
index 8943da94744d..000000000000
--- a/dev-util/biew/files/biew-570-makefile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -NrU5 biew-570.original/makefile biew-570/makefile
---- biew-570.original/makefile 2009-08-25 18:45:37.000000000 -0600
-+++ biew-570/makefile 2009-08-25 18:47:01.000000000 -0600
-@@ -269,20 +269,20 @@
- @echo "*** installation. Please download 'fileutils' from ftp://ftp.gnu.org and"
- @echo "*** install them to have possibility perform autiomatic installation"
- @echo "*** of this project"
- @exit 1
- endif
-- $(INSTALL) -D -m 755 $(TARGET) $(PREFIX)/bin/$(TARGET)
-- $(INSTALL) -D -c -m 644 doc/biew.1 $(PREFIX)/man/man1/biew.1
-- $(INSTALL) -D -c -m 644 bin_rc/biew.hlp $(DATADIR)/biew.hlp
-- mkdir --parents $(DATADIR)/skn
-- $(INSTALL) -D -c -m 644 bin_rc/skn/*.skn $(DATADIR)/skn
-- mkdir --parents $(DATADIR)/syntax
-- $(INSTALL) -D -c -m 644 bin_rc/syntax/*.stx $(DATADIR)/syntax
-- mkdir --parents $(DATADIR)/xlt/russian
-- $(INSTALL) -D -c -m 644 bin_rc/xlt/russian/*.xlt $(DATADIR)/xlt/russian
-- $(INSTALL) -D -c -m 644 bin_rc/xlt/*.xlt bin_rc/xlt/readme $(DATADIR)/xlt
-+ $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
-+ $(INSTALL) -D -c -m 644 doc/biew.1 $(DESTDIR)$(DATADIR)/man/man1/biew.1
-+ $(INSTALL) -D -c -m 644 bin_rc/biew.hlp $(DESTDIR)$(DATADIR)/biew.hlp
-+ mkdir --parents $(DESTDIR)$(DATADIR)/skn
-+ $(INSTALL) -D -c -m 644 bin_rc/skn/*.skn $(DESTDIR)$(DATADIR)/skn
-+ mkdir --parents $(DESTDIR)$(DATADIR)/syntax
-+ $(INSTALL) -D -c -m 644 bin_rc/syntax/*.stx $(DESTDIR)$(DATADIR)/syntax
-+ mkdir --parents $(DESTDIR)$(DATADIR)/xlt/russian
-+ $(INSTALL) -D -c -m 644 bin_rc/xlt/russian/*.xlt $(DESTDIR)$(DATADIR)/xlt/russian
-+ $(INSTALL) -D -c -m 644 bin_rc/xlt/*.xlt bin_rc/xlt/readme $(DESTDIR)$(DATADIR)/xlt
- uninstall:
- $(RM) $(PREFIX)/bin/$(TARGET)
- $(RM) $(DATADIR)/skn/*
- rmdir -p --ignore-fail-on-non-empty $(DATADIR)/skn
- $(RM) $(DATADIR)/syntax/*