summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 14:23:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 14:23:00 +0200
commitba2a2256583157238d37e2c4e2c0fdd23b2bfd1b (patch)
tree32fb2cf88b2d4593a592c2ddc45490500ce3d067 /net-p2p
parentnet-misc/shout: Remove last-rited pkg (diff)
downloadgentoo-ba2a2256583157238d37e2c4e2c0fdd23b2bfd1b.tar.gz
gentoo-ba2a2256583157238d37e2c4e2c0fdd23b2bfd1b.tar.bz2
gentoo-ba2a2256583157238d37e2c4e2c0fdd23b2bfd1b.zip
net-p2p/mktorrent-borg: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693880 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mktorrent-borg/Manifest1
-rw-r--r--net-p2p/mktorrent-borg/metadata.xml5
-rw-r--r--net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild30
3 files changed, 0 insertions, 36 deletions
diff --git a/net-p2p/mktorrent-borg/Manifest b/net-p2p/mktorrent-borg/Manifest
deleted file mode 100644
index 8e7021954f7b..000000000000
--- a/net-p2p/mktorrent-borg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mktorrent-0.9.9.tgz 6087 BLAKE2B f0df8e7469deb9fdeac42d28d13237786fc8ab6acac316376ea9855cccc87e83ab9019a7e4319f43143d918960626fcf11ed7e799756f2f58dff3ab88f1f2591 SHA512 ff702383c99d5c80b4433fb279968e1f19c6315216a2b74064ba57240ecd990b674195c035278c7e54801b77ab76fbb94667d8d7938d5ce2348faf015de27c5f
diff --git a/net-p2p/mktorrent-borg/metadata.xml b/net-p2p/mktorrent-borg/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/net-p2p/mktorrent-borg/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
deleted file mode 100644
index eb02e99c77d5..000000000000
--- a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Console .torrent file creator. It support Multi Trackers (tier groups)"
-HOMEPAGE="http://borg.uu3.net/~borg/"
-SRC_URI="ftp://borg.uu3.net/pub/unix/mktorrent/mktorrent-${PV}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN%-borg}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e "s/CC=gcc/CC=$(tc-getCC)/g" \
- -e "s/^CFLAGS =/CFLAGS +=/g" Makefile
-}
-
-src_install() {
- newbin mktorrent mktorrent-borg || die "newbin failed"
- dodoc CHANGES
-}