summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Alexandratos <jerrya@gentoo.org>2001-12-07 05:13:14 +0000
committerJerry Alexandratos <jerrya@gentoo.org>2001-12-07 05:13:14 +0000
commit625d0a8025ea220c224410ad8d99779379387315 (patch)
tree2593064bcfcab10ee2f6523fcdf08c9a04af9e03 /x11-terms/rxvt
parentAdded yet another Gkrellm plugin. (diff)
downloadgentoo-2-625d0a8025ea220c224410ad8d99779379387315.tar.gz
gentoo-2-625d0a8025ea220c224410ad8d99779379387315.tar.bz2
gentoo-2-625d0a8025ea220c224410ad8d99779379387315.zip
Update to latest version.
Clean up syntax to new standards. Move old versions into the Attic.
Diffstat (limited to 'x11-terms/rxvt')
-rw-r--r--x11-terms/rxvt/files/digest-rxvt-2.6.3-r11
-rw-r--r--x11-terms/rxvt/files/digest-rxvt-2.7.7-r11
-rw-r--r--x11-terms/rxvt/files/digest-rxvt-2.7.81
-rw-r--r--x11-terms/rxvt/rxvt-2.6.3-r1.ebuild30
-rw-r--r--x11-terms/rxvt/rxvt-2.7.7-r1.ebuild34
-rw-r--r--x11-terms/rxvt/rxvt-2.7.8.ebuild38
6 files changed, 39 insertions, 66 deletions
diff --git a/x11-terms/rxvt/files/digest-rxvt-2.6.3-r1 b/x11-terms/rxvt/files/digest-rxvt-2.6.3-r1
deleted file mode 100644
index a1008c4e1aa1..000000000000
--- a/x11-terms/rxvt/files/digest-rxvt-2.6.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4aae8a7e478cd09d3701faf35c6300c9 rxvt-2.6.3.tar.bz2 249856
diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.7-r1 b/x11-terms/rxvt/files/digest-rxvt-2.7.7-r1
deleted file mode 100644
index 2fa10874deba..000000000000
--- a/x11-terms/rxvt/files/digest-rxvt-2.7.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aa3ad9d27d6e2d848cbdd6215b613323 rxvt-2.7.7.tar.gz 483328
diff --git a/x11-terms/rxvt/files/digest-rxvt-2.7.8 b/x11-terms/rxvt/files/digest-rxvt-2.7.8
new file mode 100644
index 000000000000..628198694201
--- /dev/null
+++ b/x11-terms/rxvt/files/digest-rxvt-2.7.8
@@ -0,0 +1 @@
+MD5 e91b733b4f480f218db4b3b331ea42f6 rxvt-2.7.8.tar.gz 495616
diff --git a/x11-terms/rxvt/rxvt-2.6.3-r1.ebuild b/x11-terms/rxvt/rxvt-2.6.3-r1.ebuild
deleted file mode 100644
index 876e940a8935..000000000000
--- a/x11-terms/rxvt/rxvt-2.6.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.6.3-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="rxvt -- nice small x11 terminal"
-SRC_URI=ftp://ftp.rxvt.org/pub/rxvt/${A}
-HOMEPAGE=http://www.rxvt.org
-
-DEPEND="virtual/glibc virtual/x11"
-
-src_compile() {
-
- try ./configure --host=${CHOST} --prefix=/usr --enable-next-scroll \
- --enable-transparency --enable-xpm-background --enable-utmp --enable-wtmp
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/usr install
- dodoc doc/README* doc/*.html doc/*.txt doc/BUGS doc/FAQ
-
-}
-
-
-
-
diff --git a/x11-terms/rxvt/rxvt-2.7.7-r1.ebuild b/x11-terms/rxvt/rxvt-2.7.7-r1.ebuild
deleted file mode 100644
index 364eed050c55..000000000000
--- a/x11-terms/rxvt/rxvt-2.7.7-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.7-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="rxvt -- nice small x11 terminal"
-SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${A}"
-#SRC_URI="http://prdownloads.sourceforge.net/rxvt/${A}"
-HOMEPAGE=http://www.rxvt.org
-
-DEPEND="virtual/glibc virtual/x11"
-
-src_compile() {
-
- try ./configure --host=${CHOST} --prefix=/usr --enable-next-scroll \
- --enable-transparency --enable-xpm-background --enable-utmp --enable-wtmp \
- --enable-mousewheel --enable-slipwheeling --enable-smart-resize \
- --enable-menubar --enable-shared --enable-keepscrolling
-
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/usr install
- dodoc doc/README* doc/*.html doc/*.txt doc/BUGS doc/FAQ
-
-}
-
-
-
-
diff --git a/x11-terms/rxvt/rxvt-2.7.8.ebuild b/x11-terms/rxvt/rxvt-2.7.8.ebuild
new file mode 100644
index 000000000000..502f35660c0b
--- /dev/null
+++ b/x11-terms/rxvt/rxvt-2.7.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Daniel Robbins <drobbins@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8.ebuild,v 1.1 2001/12/07 05:13:14 jerrya Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="rxvt -- nice small x11 terminal"
+SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz"
+
+HOMEPAGE=http://www.rxvt.org
+
+DEPEND="virtual/glibc
+ virtual/x11"
+
+
+src_compile() {
+ ./configure --host=${CHOST} --prefix=/usr \
+ --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
+
+ emake || die
+}
+
+src_install() {
+ make prefix=${D}/usr install || die
+
+ cd ${S}/doc
+ dodoc README* *.html *.txt BUGS FAQ
+}