diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-21 19:35:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-21 19:35:30 +0000 |
commit | 41b740f199aa2c4ebd2f5aef9684e5f69e18b8f4 (patch) | |
tree | 7749391bb6168ab3d35ac1ff8df07ca1da6b7ee9 /x11-terms | |
parent | patch to eliminate dependancy on yacc, thanks to sindian (diff) | |
download | historical-41b740f199aa2c4ebd2f5aef9684e5f69e18b8f4.tar.gz historical-41b740f199aa2c4ebd2f5aef9684e5f69e18b8f4.tar.bz2 historical-41b740f199aa2c4ebd2f5aef9684e5f69e18b8f4.zip |
removed crusty ebuilds
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt/files/digest-rxvt-2.7.8-r2 | 1 | ||||
-rw-r--r-- | x11-terms/rxvt/files/digest-rxvt-2.7.8-r3 | 1 | ||||
-rw-r--r-- | x11-terms/rxvt/files/digest-rxvt-2.7.8-r4 | 1 | ||||
-rw-r--r-- | x11-terms/rxvt/files/digest-rxvt-2.7.8-r5 | 1 | ||||
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.8-r2.ebuild | 47 | ||||
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.8-r3.ebuild | 57 | ||||
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.8-r4.ebuild | 62 | ||||
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.8-r5.ebuild | 62 |
8 files changed, 0 insertions, 232 deletions
diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r2 b/x11-terms/rxvt/files/digest-rxvt-2.7.8-r2 deleted file mode 100644 index d71a447c4606..000000000000 --- a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e91b733b4f480f218db4b3b331ea42f6 rxvt-2.7.8.tar.gz 488213 diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r3 b/x11-terms/rxvt/files/digest-rxvt-2.7.8-r3 deleted file mode 100644 index d71a447c4606..000000000000 --- a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e91b733b4f480f218db4b3b331ea42f6 rxvt-2.7.8.tar.gz 488213 diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r4 b/x11-terms/rxvt/files/digest-rxvt-2.7.8-r4 deleted file mode 100644 index d71a447c4606..000000000000 --- a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e91b733b4f480f218db4b3b331ea42f6 rxvt-2.7.8.tar.gz 488213 diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r5 b/x11-terms/rxvt/files/digest-rxvt-2.7.8-r5 deleted file mode 100644 index d71a447c4606..000000000000 --- a/x11-terms/rxvt/files/digest-rxvt-2.7.8-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 e91b733b4f480f218db4b3b331ea42f6 rxvt-2.7.8.tar.gz 488213 diff --git a/x11-terms/rxvt/rxvt-2.7.8-r2.ebuild b/x11-terms/rxvt/rxvt-2.7.8-r2.ebuild deleted file mode 100644 index 4f9746fec91e..000000000000 --- a/x11-terms/rxvt/rxvt-2.7.8-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r2.ebuild,v 1.7 2003/02/13 17:36:12 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="rxvt -- nice small x11 terminal" -SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -HOMEPAGE="http://www.rxvt.org" - -DEPEND="virtual/glibc - virtual/x11" - - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-rxvt-scroll \ - --enable-transparency \ - --enable-xpm-background \ - --enable-utmp \ - --enable-wtmp \ - --enable-mousewheel \ - --enable-slipwheeling \ - --enable-smart-resize \ - --enable-menubar \ - --enable-shared \ - --enable-keepscrolling || die - - emake || die -} - -src_install() { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man/man1 \ - install || die - - cd ${S}/doc - dodoc README* *.txt BUGS FAQ - dohtml *.html -} diff --git a/x11-terms/rxvt/rxvt-2.7.8-r3.ebuild b/x11-terms/rxvt/rxvt-2.7.8-r3.ebuild deleted file mode 100644 index 938e6eaafa3c..000000000000 --- a/x11-terms/rxvt/rxvt-2.7.8-r3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r3.ebuild,v 1.8 2003/02/13 17:36:16 vapier Exp $ - -IUSE="motif" - -S=${WORKDIR}/${P} -DESCRIPTION="rxvt -- nice small x11 terminal" -SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -HOMEPAGE="http://www.rxvt.org" - -DEPEND="virtual/glibc - virtual/x11 - motif? ( x11-libs/openmotif )" - - -src_unpack() { - - unpack ${A} - cd ${S} - - - [ "`use motif`" ] && patch -p1 < ${FILESDIR}/rxvt-2.7.8-azz4.diff -} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-rxvt-scroll \ - --enable-transparency \ - --enable-xpm-background \ - --enable-utmp \ - --enable-wtmp \ - --enable-mousewheel \ - --enable-slipwheeling \ - --enable-smart-resize \ - --enable-menubar \ - --enable-shared \ - --enable-keepscrolling || die - - emake || die -} - -src_install() { - - einstall - - cd ${S}/doc - dodoc README* *.txt BUGS FAQ - dohtml *.html -} diff --git a/x11-terms/rxvt/rxvt-2.7.8-r4.ebuild b/x11-terms/rxvt/rxvt-2.7.8-r4.ebuild deleted file mode 100644 index 66c4b7edf22e..000000000000 --- a/x11-terms/rxvt/rxvt-2.7.8-r4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r4.ebuild,v 1.9 2003/02/13 17:36:20 vapier Exp $ - -IUSE="motif" - -S=${WORKDIR}/${P} -DESCRIPTION="rxvt -- nice small x11 terminal" -SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -HOMEPAGE="http://www.rxvt.org" - -DEPEND="virtual/glibc - virtual/x11 - motif? ( x11-libs/openmotif )" - - -src_unpack() { - - unpack ${A} - cd ${S} - - - [ "`use motif`" ] && patch -p1 < ${FILESDIR}/rxvt-2.7.8-azz4.diff -} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-rxvt-scroll \ - --enable-transparency \ - --enable-xpm-background \ - --enable-utmp \ - --enable-wtmp \ - --enable-mousewheel \ - --enable-slipwheeling \ - --enable-smart-resize \ - --enable-menubar \ - --enable-languages \ - --enable-xim \ - --enable-shared \ - --enable-keepscrolling || die - - emake || die -} - -src_install() { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man/man1 \ - install || die - - cd ${S}/doc - dodoc README* *.txt BUGS FAQ - dohtml *.html -} diff --git a/x11-terms/rxvt/rxvt-2.7.8-r5.ebuild b/x11-terms/rxvt/rxvt-2.7.8-r5.ebuild deleted file mode 100644 index 4384c26a20aa..000000000000 --- a/x11-terms/rxvt/rxvt-2.7.8-r5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r5.ebuild,v 1.9 2003/02/13 17:36:27 vapier Exp $ - -IUSE="motif" - -S=${WORKDIR}/${P} -DESCRIPTION="rxvt -- nice small x11 terminal" -SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc alpha sparc" - -HOMEPAGE="http://www.rxvt.org" - -DEPEND="virtual/glibc - virtual/x11 - motif? ( x11-libs/openmotif )" - - -src_unpack() { - - unpack ${A} - cd ${S} - - - [ "`use motif`" ] && patch -p1 < ${FILESDIR}/rxvt-2.7.8-azz4.diff -} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-rxvt-scroll \ - --enable-transparency \ - --enable-xpm-background \ - --enable-utmp \ - --enable-wtmp \ - --enable-mousewheel \ - --enable-slipwheeling \ - --enable-smart-resize \ - --enable-menubar \ - --enable-languages \ - --enable-xim \ - --enable-shared \ - --enable-keepscrolling || die - - emake || die -} - -src_install() { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man/man1 \ - install || die - - cd ${S}/doc - dodoc README* *.txt BUGS FAQ - dohtml *.html -} |