diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-10 12:36:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-10 12:36:18 +0000 |
commit | 50821588c9ac97a0923b2d1c9f2a3f4b26113a80 (patch) | |
tree | 277c47135c45bb680c16dc1233e6e6a37513a231 /app-misc | |
parent | version bump, long needed (diff) | |
download | gentoo-2-50821588c9ac97a0923b2d1c9f2a3f4b26113a80.tar.gz gentoo-2-50821588c9ac97a0923b2d1c9f2a3f4b26113a80.tar.bz2 gentoo-2-50821588c9ac97a0923b2d1c9f2a3f4b26113a80.zip |
removed crusty ebuilds
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/twin/files/digest-twin-0.2.8 | 1 | ||||
-rw-r--r-- | app-misc/twin/files/twin-0.2.8-gentoo.diff | 24 | ||||
-rw-r--r-- | app-misc/twin/twin-0.2.8.ebuild | 61 |
3 files changed, 0 insertions, 86 deletions
diff --git a/app-misc/twin/files/digest-twin-0.2.8 b/app-misc/twin/files/digest-twin-0.2.8 deleted file mode 100644 index ddadd0b4298f..000000000000 --- a/app-misc/twin/files/digest-twin-0.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 74468e2fe7c363f79af5d7cf7017288a twin-0.2.8.tar.gz 206074 diff --git a/app-misc/twin/files/twin-0.2.8-gentoo.diff b/app-misc/twin/files/twin-0.2.8-gentoo.diff deleted file mode 100644 index 47523464e873..000000000000 --- a/app-misc/twin/files/twin-0.2.8-gentoo.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur twin-0.2.8.old/Rules twin-0.2.8/Rules ---- twin-0.2.8.old/Rules Tue Apr 24 16:30:44 2001 -+++ twin-0.2.8/Rules Wed Apr 26 05:55:53 2000 -@@ -3,7 +3,7 @@ - # - - # set install directory --DESTDIR=/usr/local -+DESTDIR=/usr - - # choose your favorite compiler - CC=gcc -diff -Naur twin-0.2.8/server/Makefile twin-0.2.8/server/Makefile ---- twin-0.2.8/server/Makefile Thu Apr 27 11:53:50 2000 -+++ twin-0.2.8/server/Makefile Mon Apr 23 22:51:26 2001 -@@ -99,7 +99,7 @@ - endif - endif - ifeq ($(CONF_HW_X11),y) -- LDFLAGS_twin_real+=-L/usr/X11/lib -lX11 -+ LDFLAGS_twin_real+=-L/usr/X11R6/lib -lX11 - endif - ifeq ($(CONF_HW_GGI),y) - LDFLAGS_twin_real+=-lggi diff --git a/app-misc/twin/twin-0.2.8.ebuild b/app-misc/twin/twin-0.2.8.ebuild deleted file mode 100644 index 4de2090a53ca..000000000000 --- a/app-misc/twin/twin-0.2.8.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/twin/twin-0.2.8.ebuild,v 1.6 2002/07/25 19:18:35 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A text-mode window environment" -SRC_URI="http://ftp1.sourceforge.net/twin/${P}.tar.gz - http://linuz.sns.it/~max/twin/${P}.tar.gz" -HOMEPAGE="http://linuz.sns.it/~max/twin/" - -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86" - -DEPEND="X? ( virtual/x11 ) - >=sys-libs/ncurses-5.2" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die -} - -src_compile() { - local conf - - conf="\n\n\n\n\n\n\n\n" - use X \ - && conf=${conf}"y\n" \ - || conf=${conf}"n\n" - - conf=${conf}"\n\n\n\n\n" - echo -e ${conf} > .temp - cat .temp | make config - rm .temp - make clean || die - make || die -} - -src_install() { - - dodir /usr/lib /usr/bin /usr/lib/ /usr/include - - dobin server/twin_real server/twin_wrapper - dobin clients/twsetroot clients/twevent clients/twmapscrn \ - clients/twedit clients/twterm clients/twattach clients/twsysmon - - dolib lib/libTw.so.1.0.0 - - insinto /usr/include - doins include/libTwkeys.h include/libTw.h include/libTwerrno.h - - dosym /usr/bin/twin_wrapper /usr/bin/twin - dosym /usr/bin/twattach /usr/bin/twdetach - dosym /usr/lib/libTw.so.1.0.0 /usr/lib/libTw.so.1 - dosym /usr/lib/libTw.so.1 /usr/lib/libTw.so - - dodoc BUGS COPYING COPYING.LIB INSTALL README TODO Changelog.txt ${P}.lsm - docinto clients - dodoc clients/README.twsetroot clients/twsetroot.sample -} |