summaryrefslogtreecommitdiff
path: root/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild')
-rw-r--r--net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}