summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 00:43:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 00:43:15 +0000
commit27cf3846ea4ceb68b5b0ebd2152b6095bc2ac169 (patch)
tree4bbb4c7d455341d30a1eaf96eca7bcc3f63ee319 /x11-terms
parentrepoman'd (diff)
downloadgentoo-2-27cf3846ea4ceb68b5b0ebd2152b6095bc2ac169.tar.gz
gentoo-2-27cf3846ea4ceb68b5b0ebd2152b6095bc2ac169.tar.bz2
gentoo-2-27cf3846ea4ceb68b5b0ebd2152b6095bc2ac169.zip
repoman'd
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/hanterm/files/digest-hanterm-3.1.62
-rw-r--r--x11-terms/hanterm/hanterm-3.1.6-r1.ebuild8
-rw-r--r--x11-terms/hanterm/hanterm-3.1.6.ebuild47
-rw-r--r--x11-terms/root-tail/root-tail-0.0.10.ebuild8
4 files changed, 8 insertions, 57 deletions
diff --git a/x11-terms/hanterm/files/digest-hanterm-3.1.6 b/x11-terms/hanterm/files/digest-hanterm-3.1.6
deleted file mode 100644
index 3b0c69acbe90..000000000000
--- a/x11-terms/hanterm/files/digest-hanterm-3.1.6
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 243081bee614b0e1d9fea1e0c46b2ce9 hanterm-3.1.6.tar.gz 323736
-MD5 a0cc24d6d7369dc8d8f74d6d7619d9da hanterm-3.1.6.patch 1423
diff --git a/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild b/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild
index 2c60e931b94a..379bee2edc12 100644
--- a/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild
+++ b/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild,v 1.2 2002/07/11 06:30:58 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/hanterm/hanterm-3.1.6-r1.ebuild,v 1.3 2002/07/17 00:41:10 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Hanterm -- Korean terminal"
-#SRC_URI="http://www.kr.freebsd.org/~hwang/hanterm/${P}.tar.gz"
+HOMEPAGE="http://www.hanterm.org"
SRC_URI="http://hanterm.org/download/${P}.tar.gz"
SLOT="0"
KEYWORDS="x86"
+LICENSE="X11"
-HOMEPAGE="http://www.hanterm.org"
DEPEND="virtual/glibc
>=x11-libs/Xaw3d-1.5
@@ -37,5 +37,5 @@ src_install() {
install -m ${FILESDIR}/Hanterm.gentoo ${D}/usr/X11R6/lib/X11/app-defaults/Hanterm
cd ${S}/doc
- dodoc TODO COPYING THANKS
+ dodoc README ChangeLog
}
diff --git a/x11-terms/hanterm/hanterm-3.1.6.ebuild b/x11-terms/hanterm/hanterm-3.1.6.ebuild
deleted file mode 100644
index e5a63ae79f0b..000000000000
--- a/x11-terms/hanterm/hanterm-3.1.6.ebuild
+++ /dev/null
@@ -1,47 +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/x11-terms/hanterm/hanterm-3.1.6.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Hanterm -- Korean terminal"
-#SRC_URI="http://www.kr.freebsd.org/~hwang/hanterm/${P}.tar.gz"
-SRC_URI="http://hanterm.org/download/${P}.tar.gz
- ftp://ftp.nnongae.com/pub/gentoo/${P}.patch"
-SLOT="0"
-KEYWORDS="x86"
-
-HOMEPAGE="http://www.hanterm.org"
-
-DEPEND="virtual/glibc
- >=x11-libs/Xaw3d-1.5
- virtual/x11
- x11-misc/baekmuk-fonts"
-
-src_unpack () {
- unpack ${P}.tar.gz
-
- patch -p0 < ${DISTDIR}/${P}.patch || die
-}
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --with-Xaw3d \
- --with-utempter
-
- emake || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- install || die
- install -d ${D}/usr/X11R6/lib/X11/app-defaults/
- install -m 644 Hanterm.ad ${D}/usr/X11R6/lib/X11/app-defaults/Hanterm
-
- cd ${S}/doc
- dodoc TODO COPYING THANKS
-}
diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild
index 5fcfa7705e9d..d620c0d11664 100644
--- a/x11-terms/root-tail/root-tail-0.0.10.ebuild
+++ b/x11-terms/root-tail/root-tail-0.0.10.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# /home/cvsroot/gentoo-x86/x11-terms/aterm/,v 1.2 2001/02/15 18:17:31 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.6 2002/07/11 06:30:58 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.7 2002/07/17 00:41:10 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Terminal to display (multiple) log files on the root window"
SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz"
-HOMEPAGE="http://www.goof.com/pcg/marc/root-taIl.html"
+HOMEPAGE="http://www.var.cx/root-tail/"
SLOT="0"
KEYWORDS="x86"
+LICENSE="GPL"
-DEPEND="virtual/glibc
- virtual/x11"
+DEPEND="virtual/x11"
src_compile() {
xmkmf -a || die