commit:     01fbd6e4f77ab25de14e834af380e516dbc75b66
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:55:14 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:55:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fbd6e4

net-misc/termpkg: remove old versions

Package-Manager: portage-2.2.26

 net-misc/termpkg/termpkg-3.3.9.1-r1.ebuild | 65 ------------------------------
 net-misc/termpkg/termpkg-3.3.9.1.ebuild    | 58 --------------------------
 2 files changed, 123 deletions(-)

diff --git a/net-misc/termpkg/termpkg-3.3.9.1-r1.ebuild 
b/net-misc/termpkg/termpkg-3.3.9.1-r1.ebuild
deleted file mode 100644
index a92fbf0..0000000
--- a/net-misc/termpkg/termpkg-3.3.9.1-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit base versionator
-
-MY_PV=$(get_version_component_range 1-2)
-MY_PF=$(replace_version_separator 2 '-')
-
-DESCRIPTION="Termpkg, the Poor Man's Terminal Server"
-HOMEPAGE="http://www.linuxlots.com/~termpkg/";
-SRC_URI="mirror://debian/pool/main/t/termpkg/${PN}_${MY_PV}.orig.tar.gz
-       mirror://debian/pool/main/t/termpkg/${PN}_${MY_PF}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+uucp"
-
-DEPEND="sys-devel/flex"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=(
-       "README"
-       "CHANGES"
-       "termpkg.lsm"
-)
-
-PATCHES=(
-       # debian patches
-       "${WORKDIR}/${PN}_${MY_PF}.diff"
-
-       # gentoo patches
-       "${FILESDIR}/${P}-gcc43.diff"
-
-       # iaxmodem patches
-       "${FILESDIR}/${PN}-${MY_PV}-ttydforfax.diff"
-)
-
-src_configure() {
-       ./configure LINUX $(use uucp && echo UUCP_LOCKING)
-}
-
-src_compile() {
-       emake -C linux CC=$(tc-getCC) LIBS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       local X
-       base_src_install_docs
-       dobin linux/bin/termnet
-       dosbin linux/bin/{termnetd,ttyd}
-       newdoc debian/changelog ChangeLog.debian
-       doman doc/*.1
-       insinto /etc
-       newins debian/termnetd.conf termnetd.conf.dist
-       for X in termnetd ttyd; do
-               newinitd "${FILESDIR}/${X}.initd" "${X}"
-               newconfd "${FILESDIR}/${X}.confd" "${X}"
-       done
-}

diff --git a/net-misc/termpkg/termpkg-3.3.9.1.ebuild 
b/net-misc/termpkg/termpkg-3.3.9.1.ebuild
deleted file mode 100644
index b571c2c..0000000
--- a/net-misc/termpkg/termpkg-3.3.9.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils versionator
-
-MY_PV=$(get_version_component_range 1-2)
-MY_PF=$(replace_version_separator 2 '-')
-
-DESCRIPTION="Termpkg, the Poor Man's Terminal Server"
-HOMEPAGE="http://www.linuxlots.com/~termpkg/";
-SRC_URI="mirror://debian/pool/main/t/termpkg/${PN}_${MY_PV}.orig.tar.gz
-       mirror://debian/pool/main/t/termpkg/${PN}_${MY_PF}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="uucp"
-
-DEPEND="sys-devel/flex"
-RDEPEND="sys-process/procps"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
-       # apply debian patches
-       epatch "${WORKDIR}/${PN}_${MY_PF}.diff"
-
-       # apply gentoo patches
-       epatch "${FILESDIR}/${P}-gcc43.diff"
-
-       # apply iaxmodem patches
-       epatch "${FILESDIR}/${PN}-${MY_PV}-ttydforfax.diff"
-}
-
-src_configure() {
-       ./configure LINUX $(use uucp && echo UUCP_LOCKING)
-}
-
-src_compile() {
-       emake -C linux CC=$(tc-getCC) LIBS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       dobin linux/bin/termnet
-       dosbin linux/bin/{termnetd,ttyd}
-       dodoc CHANGES README termpkg.lsm
-       newdoc debian/changelog ChangeLog.debian
-       doman doc/*.1
-       insinto /etc
-       newins debian/termnetd.conf termnetd.conf.dist
-       for X in termnetd ttyd; do
-               newinitd "${FILESDIR}/${X}.initd" "${X}"
-               newconfd "${FILESDIR}/${X}.confd" "${X}"
-       done
-}

Reply via email to