diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:49:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:51:06 +0100 |
commit | 760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch) | |
tree | e89f1b472226b0439a5a08e98af7fca11f0e892c /net-p2p | |
parent | sys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff) | |
download | gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2 gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip |
Remove masked for removal packages
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/wire/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/wire/metadata.xml | 4 | ||||
-rw-r--r-- | net-p2p/wire/wire-1.0.2.ebuild | 21 |
3 files changed, 0 insertions, 26 deletions
diff --git a/net-p2p/wire/Manifest b/net-p2p/wire/Manifest deleted file mode 100644 index 7624c108882c..000000000000 --- a/net-p2p/wire/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wire-1.0.2.tar.gz 98888 SHA256 264006a76b2696ef113e769fd466f68181aa066cde0294834eb583d18fe6d0d2 SHA512 6f768e0268be024c0ee43eb2dcc0a225d822610c71106cbf03274219b416334b12b6001b1eb4ee73969083c83a9a214364d5f25a0b25cb4ca0dd04d415352126 WHIRLPOOL 49e72f91bdf25f66d3b8a840aba411c3e2f90ac847545d107ea30a07ec87e309f7b679356036b6c3c3c4bdafc91b1668c02daebf6248141bf1e3bb164931dbd5 diff --git a/net-p2p/wire/metadata.xml b/net-p2p/wire/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/net-p2p/wire/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/net-p2p/wire/wire-1.0.2.ebuild b/net-p2p/wire/wire-1.0.2.ebuild deleted file mode 100644 index c395e26d62db..000000000000 --- a/net-p2p/wire/wire-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Wire is the Wired command line client" -HOMEPAGE="http://www.zankasoftware.com/wired/wire/" -SRC_URI="http://www.zankasoftware.com/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="( >=dev-libs/openssl-0.9.7d ) - ( >=sys-libs/readline-4.3 )" - -src_install() { - dobin run/wire || die "dobin failed" - dodoc INSTALL README - doman man/wire.1 -} |