diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:57:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:59:16 +0100 |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /net-dialup/itund | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'net-dialup/itund')
-rw-r--r-- | net-dialup/itund/Manifest | 1 | ||||
-rw-r--r-- | net-dialup/itund/itund-0.3.1.ebuild | 33 | ||||
-rw-r--r-- | net-dialup/itund/metadata.xml | 10 |
3 files changed, 0 insertions, 44 deletions
diff --git a/net-dialup/itund/Manifest b/net-dialup/itund/Manifest deleted file mode 100644 index 16571c41d794..000000000000 --- a/net-dialup/itund/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST itund-0.3.1.tgz 35047 SHA256 8ff83aa09346b40e1b481b8b018acb42358bd792a78c036c2d52d060c57d151f SHA512 64142ecb478f81b98ad5e986868fec53fd26d3535903b09fb23542bd990cacf6d1649d5d60278b2bdd22df3eb92a012d14dc97e3ef4237b253862e3b2982131a WHIRLPOOL d9bdef17c14340832e728fd46c1fe55037dab7e917308efe965b38d3b54feec565a91fd623489145c93535ed81ab132fa79fe929bb4931d8e98475e7acb6babb diff --git a/net-dialup/itund/itund-0.3.1.ebuild b/net-dialup/itund/itund-0.3.1.ebuild deleted file mode 100644 index ea6dbfc98756..000000000000 --- a/net-dialup/itund/itund-0.3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils toolchain-funcs - -DESCRIPTION="ItunD (ISDN tunnel Daemon) provides a network tunnel over ISDN lines using CAPI" -HOMEPAGE="http://www.melware.org/ISDN_Tunnel_Daemon" -SRC_URI="ftp://ftp.melware.net/itund/${P}.tgz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -DEPEND="sys-libs/zlib - net-dialup/capi4k-utils" - -src_unpack() { - unpack ${A} - cd "${S}" - - # patch Makefile to use our CFLAGS - sed -i -e "s:^\(CFLAGS=.*\) -O2 :\1 ${CFLAGS} :g" Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - dosbin itund - dodoc CHANGES README -} diff --git a/net-dialup/itund/metadata.xml b/net-dialup/itund/metadata.xml deleted file mode 100644 index 88030c469145..000000000000 --- a/net-dialup/itund/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - ItunD (ISDN tunnel Daemon) provides a network tunnel over ISDN lines - using the CAPI interface. The ISDN4Linux isdn-net (rawIP) devices are - supported. - </longdescription> -</pkgmetadata> |