summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-01 14:24:34 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-01 14:24:34 +0000
commite8ea1198361ecb34a675bcc9c15db73418df87da (patch)
tree4fd9d2ebe2069a347bb0dd0539f2b6490439a69b /net-misc/whois
parentVersion bump. (diff)
downloadgentoo-2-e8ea1198361ecb34a675bcc9c15db73418df87da.tar.gz
gentoo-2-e8ea1198361ecb34a675bcc9c15db73418df87da.tar.bz2
gentoo-2-e8ea1198361ecb34a675bcc9c15db73418df87da.zip
Remove old.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/whois')
-rw-r--r--net-misc/whois/ChangeLog7
-rw-r--r--net-misc/whois/whois-5.0.10.ebuild53
-rw-r--r--net-misc/whois/whois-5.0.12.ebuild53
-rw-r--r--net-misc/whois/whois-5.0.13.ebuild53
-rw-r--r--net-misc/whois/whois-5.0.14.ebuild53
-rw-r--r--net-misc/whois/whois-5.0.5.ebuild49
-rw-r--r--net-misc/whois/whois-5.0.8.ebuild56
7 files changed, 6 insertions, 318 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog
index b30c714c3d82..bb3e3f97def0 100644
--- a/net-misc/whois/ChangeLog
+++ b/net-misc/whois/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/whois
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.170 2012/05/01 14:19:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.171 2012/05/01 14:24:34 radhermit Exp $
+
+ 01 May 2012; Tim Harder <radhermit@gentoo.org> -whois-5.0.5.ebuild,
+ -whois-5.0.8.ebuild, -whois-5.0.10.ebuild, -whois-5.0.12.ebuild,
+ -whois-5.0.13.ebuild, -whois-5.0.14.ebuild:
+ Remove old.
*whois-5.0.16 (01 May 2012)
diff --git a/net-misc/whois/whois-5.0.10.ebuild b/net-misc/whois/whois-5.0.10.ebuild
deleted file mode 100644
index 851e547aa066..000000000000
--- a/net-misc/whois/whois-5.0.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.10.ebuild,v 1.1 2011/02/05 08:36:27 vapier Exp $
-
-EAPI=3
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="idn? ( net-dns/libidn )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
- fi
-}
-
-src_configure() { :;} # expected no-op
-
-src_compile() {
- unset HAVE_ICONV HAVE_LIBIDN
- use iconv && export HAVE_ICONV=1
- use idn && export HAVE_LIBIDN=1
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}" || die
-}
-
-src_install() {
- emake BASEDIR="${ED}" prefix=/usr install || die
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1
- mv "${ED}"/usr/bin/{whois,mdwhois}
- fi
-}
diff --git a/net-misc/whois/whois-5.0.12.ebuild b/net-misc/whois/whois-5.0.12.ebuild
deleted file mode 100644
index a3dfa8dcb0ed..000000000000
--- a/net-misc/whois/whois-5.0.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.12.ebuild,v 1.1 2011/10/18 21:16:12 vapier Exp $
-
-EAPI=3
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="idn? ( net-dns/libidn )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
- fi
-}
-
-src_configure() { :;} # expected no-op
-
-src_compile() {
- unset HAVE_ICONV HAVE_LIBIDN
- use iconv && export HAVE_ICONV=1
- use idn && export HAVE_LIBIDN=1
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}" || die
-}
-
-src_install() {
- emake BASEDIR="${ED}" prefix=/usr install || die
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1
- mv "${ED}"/usr/bin/{whois,mdwhois}
- fi
-}
diff --git a/net-misc/whois/whois-5.0.13.ebuild b/net-misc/whois/whois-5.0.13.ebuild
deleted file mode 100644
index 8f5b2d7e13e9..000000000000
--- a/net-misc/whois/whois-5.0.13.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.13.ebuild,v 1.1 2011/12/05 09:36:47 radhermit Exp $
-
-EAPI=3
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="idn? ( net-dns/libidn )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
- fi
-}
-
-src_configure() { :;} # expected no-op
-
-src_compile() {
- unset HAVE_ICONV HAVE_LIBIDN
- use iconv && export HAVE_ICONV=1
- use idn && export HAVE_LIBIDN=1
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}" || die
-}
-
-src_install() {
- emake BASEDIR="${ED}" prefix=/usr install || die
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1
- mv "${ED}"/usr/bin/{whois,mdwhois}
- fi
-}
diff --git a/net-misc/whois/whois-5.0.14.ebuild b/net-misc/whois/whois-5.0.14.ebuild
deleted file mode 100644
index 701d51e07004..000000000000
--- a/net-misc/whois/whois-5.0.14.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.14.ebuild,v 1.1 2011/12/26 21:59:45 radhermit Exp $
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="idn? ( net-dns/libidn )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile || die
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
- fi
-}
-
-src_configure() { :;} # expected no-op
-
-src_compile() {
- unset HAVE_ICONV HAVE_LIBIDN
- use iconv && export HAVE_ICONV=1
- use idn && export HAVE_LIBIDN=1
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
- emake BASEDIR="${ED}" prefix=/usr install
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
- mv "${ED}"/usr/bin/{whois,mdwhois} || die
- fi
-}
diff --git a/net-misc/whois/whois-5.0.5.ebuild b/net-misc/whois/whois-5.0.5.ebuild
deleted file mode 100644
index a52edac9c6ab..000000000000
--- a/net-misc/whois/whois-5.0.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.9 2010/09/25 15:13:27 jer Exp $
-
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="nls"
-RESTRICT="test" #59327
-
-RDEPEND="net-dns/libidn"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
- fi
-}
-
-src_compile() {
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}" HAVE_LIBIDN=1 || die
-}
-
-src_install() {
- emake BASEDIR="${D}" prefix=/usr install || die
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
- mv "${D}"/usr/bin/{whois,mdwhois}
- fi
-}
diff --git a/net-misc/whois/whois-5.0.8.ebuild b/net-misc/whois/whois-5.0.8.ebuild
deleted file mode 100644
index 9be05f7bff55..000000000000
--- a/net-misc/whois/whois-5.0.8.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.9 2011/12/15 20:28:35 grobian Exp $
-
-EAPI=3
-inherit eutils toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="http://www.linux.it/~md/software/"
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="idn? ( net-dns/libidn )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-
- if use nls ; then
- sed -i -e 's:#\(.*pos\):\1:' Makefile
- else
- sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
- fi
-
- echo "int main() {}" | $(tc-getCC) ${CFLAGS} ${LDFLAGS} -xc -o /dev/null - -lcrypt >& /dev/null \
- || sed -i -e 's/-lcrypt//' Makefile
-}
-
-src_configure() { :;} # expected no-op
-
-src_compile() {
- unset HAVE_ICONV HAVE_LIBIDN
- use iconv && export HAVE_ICONV=1
- use idn && export HAVE_LIBIDN=1
- tc-export CC
- emake CFLAGS="${CFLAGS} ${CPPFLAGS}" || die
-}
-
-src_install() {
- emake BASEDIR="${D}" prefix="${EPREFIX}"/usr install || die
- insinto /etc
- doins whois.conf
- dodoc README debian/changelog
-
- if [[ ${USERLAND} != "GNU" ]]; then
- mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1
- mv "${ED}"/usr/bin/{whois,mdwhois}
- fi
-}