diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 11:38:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 11:38:19 +0000 |
commit | 2da697e0365418f574f2d030cedca886c46b9f0c (patch) | |
tree | f53856e75114bf718aa5e33f20fa17632182a484 /net-misc/x3270 | |
parent | fix0rs (diff) | |
download | gentoo-2-2da697e0365418f574f2d030cedca886c46b9f0c.tar.gz gentoo-2-2da697e0365418f574f2d030cedca886c46b9f0c.tar.bz2 gentoo-2-2da697e0365418f574f2d030cedca886c46b9f0c.zip |
version bump
Diffstat (limited to 'net-misc/x3270')
-rw-r--r-- | net-misc/x3270/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/x3270/files/digest-x3270-3.2.19 | 1 | ||||
-rw-r--r-- | net-misc/x3270/x3270-3.2.19.ebuild | 30 |
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 +} |