summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-23 11:38:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-23 11:38:19 +0000
commit06625f2043365c9fbe62c9561c8c28863151c627 (patch)
treee4ae6ca477a685bd18f6b78db43fb13fdccaa3d6 /net-misc
parentfix0rs (diff)
downloadhistorical-06625f2043365c9fbe62c9561c8c28863151c627.tar.gz
historical-06625f2043365c9fbe62c9561c8c28863151c627.tar.bz2
historical-06625f2043365c9fbe62c9561c8c28863151c627.zip
version bump
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/x3270/ChangeLog10
-rw-r--r--net-misc/x3270/files/digest-x3270-3.2.191
-rw-r--r--net-misc/x3270/x3270-3.2.19.ebuild30
3 files changed, 40 insertions, 1 deletions
diff --git a/net-misc/x3270/ChangeLog b/net-misc/x3270/ChangeLog
index 8700eea49e35..ec15cdca6379 100644
--- a/net-misc/x3270/ChangeLog
+++ b/net-misc/x3270/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/x3270
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/ChangeLog,v 1.3 2002/08/23 11:04:48 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/ChangeLog,v 1.4 2002/08/23 11:38:19 seemant Exp $
+
+*x3270-3.2.19 (23 Aug 2002)
+
+ 23 Aug 2002; Semant Kulleen <seemant@gentoo.org> x3270-3.2.19.ebuild
+ files/digest-x3270-3.2.19 :
+
+ Version bump, seeing as how the previous version is not even available on
+ the website any more, and is outdated by at least 6 months.
*x3270-3.2.17-r1 (23 Aug 2002)
diff --git a/net-misc/x3270/files/digest-x3270-3.2.19 b/net-misc/x3270/files/digest-x3270-3.2.19
new file mode 100644
index 000000000000..026b1a3674b9
--- /dev/null
+++ b/net-misc/x3270/files/digest-x3270-3.2.19
@@ -0,0 +1 @@
+MD5 bfb81b74eaac980b559a8700d60ee536 x3270-3219.tgz 747087
diff --git a/net-misc/x3270/x3270-3.2.19.ebuild b/net-misc/x3270/x3270-3.2.19.ebuild
new file mode 100644
index 000000000000..0ae5f62f0331
--- /dev/null
+++ b/net-misc/x3270/x3270-3.2.19.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x3270/x3270-3.2.19.ebuild,v 1.1 2002/08/23 11:38:19 seemant Exp $
+
+S="${WORKDIR}/${PN}-3.2"
+DESCRIPTION="Telnet 3270 client for X"
+SRC_URI="http://x3270.bgp.nu/download/${PN}-${PV//.}.tgz"
+HOMEPAGE="http://www.geocities.com/SiliconValley/Peaks/7814/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ econf --with-x || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ rm ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir
+}
+
+pkg_postinst() {
+ einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
+ mkfontdir /usr/lib/X11/fonts/misc
+}