summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-11-10 16:15:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-11-10 16:15:31 +0000
commit7f52b9f840fa79817fba95fc71296055b67390bf (patch)
tree3cf2f38e20042d0a4f6599f710deef456e4120be /net-p2p/mktorrent-borg
parentCleanup (diff)
downloadgentoo-2-7f52b9f840fa79817fba95fc71296055b67390bf.tar.gz
gentoo-2-7f52b9f840fa79817fba95fc71296055b67390bf.tar.bz2
gentoo-2-7f52b9f840fa79817fba95fc71296055b67390bf.zip
Version bump wrt bug #198016
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p/mktorrent-borg')
-rw-r--r--net-p2p/mktorrent-borg/ChangeLog8
-rw-r--r--net-p2p/mktorrent-borg/files/digest-mktorrent-borg-0.9.73
-rw-r--r--net-p2p/mktorrent-borg/mktorrent-borg-0.9.7.ebuild27
3 files changed, 37 insertions, 1 deletions
diff --git a/net-p2p/mktorrent-borg/ChangeLog b/net-p2p/mktorrent-borg/ChangeLog
index a66c23ef4468..abf27986238f 100644
--- a/net-p2p/mktorrent-borg/ChangeLog
+++ b/net-p2p/mktorrent-borg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/mktorrent-borg
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.1 2007/10/16 16:22:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.2 2007/11/10 16:15:31 armin76 Exp $
+
+*mktorrent-borg-0.9.7 (10 Nov 2007)
+
+ 10 Nov 2007; Raúl Porcel <armin76@gentoo.org>
+ +mktorrent-borg-0.9.7.ebuild:
+ Version bump wrt bug #198016
*mktorrent-borg-0.9.6 (16 Oct 2007)
diff --git a/net-p2p/mktorrent-borg/files/digest-mktorrent-borg-0.9.7 b/net-p2p/mktorrent-borg/files/digest-mktorrent-borg-0.9.7
new file mode 100644
index 000000000000..204ac99548d3
--- /dev/null
+++ b/net-p2p/mktorrent-borg/files/digest-mktorrent-borg-0.9.7
@@ -0,0 +1,3 @@
+MD5 8d3f1e88accd26e84031be4972c1ba27 mktorrent-0.9.7.tgz 5579
+RMD160 034dc2f982b9ee44d6e97d5458d62e485b953fbf mktorrent-0.9.7.tgz 5579
+SHA256 4f9361d631bd3705ec61f1f813bf21305759cc2f0ec0e2909d9979d7ee94cdfb mktorrent-0.9.7.tgz 5579
diff --git a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.7.ebuild b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.7.ebuild
new file mode 100644
index 000000000000..935b19bcef0d
--- /dev/null
+++ b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.7.ebuild,v 1.1 2007/11/10 16:15:31 armin76 Exp $
+
+inherit eutils
+
+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}"
+ epatch "${FILESDIR}/${PV}-CFLAGS.patch"
+}
+
+src_install() {
+ newbin mktorrent mktorrent-borg || die "newbin failed"
+ dodoc CHANGES
+}