summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-10-20 04:27:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-10-20 04:27:02 +0000
commit67ac884db0ab65b08d08c65450c7c0071b45b092 (patch)
treefa650bd639cc6b4056ca61fe1b873d24c8d4aa9d /net-misc/suite3270
parentBug #241970: version bump - Lots of changes in CJK code. (diff)
downloadgentoo-2-67ac884db0ab65b08d08c65450c7c0071b45b092.tar.gz
gentoo-2-67ac884db0ab65b08d08c65450c7c0071b45b092.tar.bz2
gentoo-2-67ac884db0ab65b08d08c65450c7c0071b45b092.zip
Trim old versions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'net-misc/suite3270')
-rw-r--r--net-misc/suite3270/ChangeLog7
-rw-r--r--net-misc/suite3270/suite3270-3.2.20.ebuild102
-rw-r--r--net-misc/suite3270/suite3270-3.3.2_p1.ebuild127
-rw-r--r--net-misc/suite3270/suite3270-3.3.4_p6.ebuild127
4 files changed, 6 insertions, 357 deletions
diff --git a/net-misc/suite3270/ChangeLog b/net-misc/suite3270/ChangeLog
index ae1ee574fc32..5c5b8f06389f 100644
--- a/net-misc/suite3270/ChangeLog
+++ b/net-misc/suite3270/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/suite3270
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.28 2008/10/20 04:25:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.29 2008/10/20 04:27:02 robbat2 Exp $
+
+ 20 Oct 2008; Robin H. Johnson <robbat2@gentoo.org>
+ -suite3270-3.2.20.ebuild, -suite3270-3.3.2_p1.ebuild,
+ -suite3270-3.3.4_p6.ebuild:
+ Trim old versions.
*suite3270-3.3.8 (20 Oct 2008)
diff --git a/net-misc/suite3270/suite3270-3.2.20.ebuild b/net-misc/suite3270/suite3270-3.2.20.ebuild
deleted file mode 100644
index 507e372e3d2c..000000000000
--- a/net-misc/suite3270/suite3270-3.2.20.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.2.20.ebuild,v 1.11 2008/10/10 08:14:28 robbat2 Exp $
-
-IUSE="tcl X"
-
-S="${WORKDIR}"
-DESCRIPTION="Complete 3270 access package"
-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"
-
-RDEPEND="X? ( x11-libs/libXaw )
- tcl? ( dev-lang/tcl !>=dev-lang/tcl-8.3 )
- sys-libs/ncurses
- sys-libs/readline"
-DEPEND="${RDEPEND}
- X? ( app-text/rman
- x11-misc/imake
- x11-misc/xbitmaps
- x11-proto/xproto )
- sys-apps/sed
- sys-apps/grep"
-
-suite3270_src_compile() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_P="${1}"
- shift
- cd ${S}/${MY_P}-3.2
- local myconf_tmp="${*}"
- local myconf=""
- for i in ${myconf_tmp}; do
- grep -q -- "${i/=*}" configure
- [ "$?" -eq "0" ] && myconf="${myconf} ${i}"
- done
- einfo "Compiling ${MY_P} with ${myconf}"
- econf ${myconf} || die
- emake || die
- cd ${S}
-}
-
-suite3270_src_install() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_P="${1}"
- shift
- cd ${S}/${MY_P}-3.2
- local myconf="${*}"
- make DESTDIR=${D} ${myconf} install || die
- cd ${S}
-}
-
-suite3270_makelist() {
- MY_PLIST="c3270 pr3287 s3270"
- use X && MY_PLIST="${MY_PLIST} x3270"
- use tcl && MY_PLIST="${MY_PLIST} tcl3270"
-}
-
-src_compile() {
- suite3270_makelist
- local myconf_common
- myconf_common="--without-pr3287 --cache-file=${S}/config.cache"
- use X && myconf_common="${myconf_common} --with-x"
- if use tcl; then
- for j in `seq 9 1`; do
- has_version "=dev-lang/tcl-8.${j}*"
- if [ "$?" -eq "0" ]; then
- einfo "Found TCL-8.${j}"
- myconf_common="${myconf_common} --with-tcl=8.${j}"
- break
- fi
- done
- fi
- for i in ${MY_PLIST}; do
- suite3270_src_compile ${i} "${myconf_common}"
- done
-}
-
-src_install () {
- suite3270_makelist
- for i in ${MY_PLIST}; do
- suite3270_src_install ${i}
- done
-
- use X && rm ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir
-}
-
-pkg_postinst() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}
-
-pkg_postrm() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}
diff --git a/net-misc/suite3270/suite3270-3.3.2_p1.ebuild b/net-misc/suite3270/suite3270-3.3.2_p1.ebuild
deleted file mode 100644
index 5deab569d663..000000000000
--- a/net-misc/suite3270/suite3270-3.3.2_p1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.2_p1.ebuild,v 1.10 2008/10/10 08:14:28 robbat2 Exp $
-
-IUSE="tcl X cjk ssl debug"
-
-S="${WORKDIR}"
-DESCRIPTION="Complete 3270 access package"
-MY_PV_tmp="${PV//.}"
-MY_PV="${MY_PV_tmp//_}"
-SRC_URI="http://x3270.bgp.nu/download/${PN}-${MY_PV}.tgz"
-HOMEPAGE="http://www.geocities.com/SiliconValley/Peaks/7814/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~amd64 s390"
-
-RDEPEND="X? ( x11-libs/libXaw )
- tcl? ( dev-lang/tcl )
- sys-libs/ncurses
- sys-libs/readline
- ssl? ( dev-libs/openssl )
- cjk? ( dev-libs/icu )"
-DEPEND="${RDEPEND}
- X? ( app-text/rman
- x11-misc/imake
- x11-misc/xbitmaps
- x11-proto/xproto )
- sys-apps/sed
- sys-apps/grep"
-
-# for each subitem
-SUB_PV="3.3"
-
-suite3270_src_compile() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_PN="${1}"
- shift
- cd ${S}/${MY_PN}-${SUB_PV}
- local myconf_tmp="${*}"
- local myconf=""
- for i in ${myconf_tmp}; do
- tmpexpr=`echo ${i} | sed -re 's:--([[:alnum:]]+)-([-[:alnum:]]+)(=.*)?:\2:g'`
- use debug && einfo "Testing ${MY_PN}: ${i} => ${tmpexpr}"
- grep -q -- ${tmpexpr} configure
- [ "$?" -eq "0" ] && myconf="${myconf} ${i}"
- done
- echo
- einfo "Compiling ${MY_PN} with ${myconf}"
- econf ${myconf} || die
- emake || die
- cd ${S}
-}
-
-suite3270_src_install() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_PN="${1}"
- shift
- cd ${S}/${MY_PN}-${SUB_PV}
- local myconf="${*}"
- make DESTDIR=${D} ${myconf} install install.man || die
- docinto ${MY_PN}
- dohtml html/*
-}
-
-suite3270_makelist() {
- MY_PLIST="c3270 pr3287 s3270"
- use tcl && MY_PLIST="${MY_PLIST} tcl3270"
- use X && MY_PLIST="${MY_PLIST} x3270"
-}
-
-src_compile() {
- suite3270_makelist
- local myconf_common
- myconf_common="--without-pr3287 --cache-file=${S}/config.cache"
- #use X && myconf_common="${myconf_common} --with-x"
- myconf_common="${myconf_common} `use_with X x`"
- #myconf_common="${myconf_common} `use_with ssl`"
- myconf_common="${myconf_common} `use_enable ssl`"
- if use cjk; then
- myconf_common="${myconf_common} --with-icu=/usr --enable-dbcs"
- else
- myconf_common="${myconf_common} --without-icu --disable-dbcs"
- fi
- if use tcl; then
- local tclinc
- for j in `seq 1 5`; do
- if has_version "=dev-lang/tcl-8.${j}*"; then
- einfo "Found TCL-8.${j}"
- tclinc="--with-tcl=8.${j}"
- fi
- done
- if [ -z "${tclinc}" ]; then
- die "USE=tcl, but cannot find dev-lang/tcl!"
- fi
- myconf_common="${myconf_common} ${tclinc}"
- else
- myconf_common="${myconf_common} --without-tcl"
- fi
- for i in ${MY_PLIST}; do
- suite3270_src_compile ${i} "${myconf_common}"
- done
-}
-
-src_install () {
- suite3270_makelist
- for i in ${MY_PLIST}; do
- suite3270_src_install ${i}
- done
- prepalldocs
-
- use X && rm ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir
-}
-
-pkg_postinst() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}
-
-pkg_postrm() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}
diff --git a/net-misc/suite3270/suite3270-3.3.4_p6.ebuild b/net-misc/suite3270/suite3270-3.3.4_p6.ebuild
deleted file mode 100644
index 8c7f9eff1cdb..000000000000
--- a/net-misc/suite3270/suite3270-3.3.4_p6.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.4_p6.ebuild,v 1.6 2008/10/10 08:14:28 robbat2 Exp $
-
-IUSE="tcl X cjk ssl debug"
-
-S="${WORKDIR}"
-DESCRIPTION="Complete 3270 access package"
-MY_PV_tmp="${PV//.}"
-MY_PV="${MY_PV_tmp//_}"
-SRC_URI="http://x3270.bgp.nu/download/${PN}-${MY_PV}.tgz"
-HOMEPAGE="http://www.geocities.com/SiliconValley/Peaks/7814/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc s390 ~sparc x86"
-
-RDEPEND="X? ( x11-libs/libXaw )
- tcl? ( dev-lang/tcl )
- sys-libs/ncurses
- sys-libs/readline
- ssl? ( dev-libs/openssl )
- cjk? ( dev-libs/icu )"
-DEPEND="${RDEPEND}
- X? ( app-text/rman
- x11-misc/imake
- x11-misc/xbitmaps
- x11-proto/xproto )
- sys-apps/sed
- sys-apps/grep"
-
-# for each subitem
-SUB_PV="3.3"
-
-suite3270_src_compile() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_PN="${1}"
- shift
- cd ${S}/${MY_PN}-${SUB_PV}
- local myconf_tmp="${*}"
- local myconf=""
- for i in ${myconf_tmp}; do
- tmpexpr=`echo ${i} | sed -re 's:--([[:alnum:]]+)-([-[:alnum:]]+)(=.*)?:\2:g'`
- use debug && einfo "Testing ${MY_PN}: ${i} => ${tmpexpr}"
- grep -q -- ${tmpexpr} configure
- [ "$?" -eq "0" ] && myconf="${myconf} ${i}"
- done
- echo
- einfo "Compiling ${MY_PN} with ${myconf}"
- econf ${myconf} || die
- emake || die
- cd ${S}
-}
-
-suite3270_src_install() {
- [ -z "${1}" ] && die "Need a parameter of the item to build!"
- local MY_PN="${1}"
- shift
- cd ${S}/${MY_PN}-${SUB_PV}
- local myconf="${*}"
- make DESTDIR=${D} ${myconf} install install.man || die
- docinto ${MY_PN}
- dohtml html/*
-}
-
-suite3270_makelist() {
- MY_PLIST="c3270 pr3287 s3270"
- use tcl && MY_PLIST="${MY_PLIST} tcl3270"
- use X && MY_PLIST="${MY_PLIST} x3270"
-}
-
-src_compile() {
- suite3270_makelist
- local myconf_common
- myconf_common="--without-pr3287 --cache-file=${S}/config.cache"
- #use X && myconf_common="${myconf_common} --with-x"
- myconf_common="${myconf_common} `use_with X x`"
- #myconf_common="${myconf_common} `use_with ssl`"
- myconf_common="${myconf_common} `use_enable ssl`"
- if use cjk; then
- myconf_common="${myconf_common} --with-icu=/usr --enable-dbcs"
- else
- myconf_common="${myconf_common} --without-icu --disable-dbcs"
- fi
- if use tcl; then
- local tclinc
- for j in `seq 1 5`; do
- if has_version "=dev-lang/tcl-8.${j}*"; then
- einfo "Found TCL-8.${j}"
- tclinc="--with-tcl=8.${j}"
- fi
- done
- if [ -z "${tclinc}" ]; then
- die "USE=tcl, but cannot find dev-lang/tcl!"
- fi
- myconf_common="${myconf_common} ${tclinc}"
- else
- myconf_common="${myconf_common} --without-tcl"
- fi
- for i in ${MY_PLIST}; do
- suite3270_src_compile ${i} "${myconf_common}"
- done
-}
-
-src_install () {
- suite3270_makelist
- for i in ${MY_PLIST}; do
- suite3270_src_install ${i}
- done
- prepalldocs
-
- use X && rm ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir
-}
-
-pkg_postinst() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}
-
-pkg_postrm() {
- if use X; then
- einfo ">>> Running mkfontdir on /usr/X11R6/lib/X11/fonts/misc"
- mkfontdir /usr/lib/X11/fonts/misc
- fi
-}