summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-07 23:20:06 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-07 23:20:06 +0000
commit76c78921ec56795fb19a6c71df4e89c6dc1e4d55 (patch)
tree521ab99483141a80777a5791d47072cae829ebdd /net-p2p/torrentinfo
parentUpdate plugdev message to be more explicit (diff)
downloadgentoo-2-76c78921ec56795fb19a6c71df4e89c6dc1e4d55.tar.gz
gentoo-2-76c78921ec56795fb19a6c71df4e89c6dc1e4d55.tar.bz2
gentoo-2-76c78921ec56795fb19a6c71df4e89c6dc1e4d55.zip
Initial commit. Fixes bug Fixes bug 253799
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r--net-p2p/torrentinfo/ChangeLog12
-rw-r--r--net-p2p/torrentinfo/metadata.xml10
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild14
3 files changed, 36 insertions, 0 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog
new file mode 100644
index 000000000000..e862f82b2274
--- /dev/null
+++ b/net-p2p/torrentinfo/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for net-p2p/torrentinfo
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.1 2009/06/07 23:20:06 hwoarang Exp $
+
+*torrentinfo-1.0.2 (07 Jun 2009)
+
+ 07 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
+ +torrentinfo-1.0.2.ebuild, +metadata.xml:
+ Initial commit for torrentinfo. Thanks to Avuton Olrich <avuton@gmail.com>
+ for
+ the initial ebuild. Fixes bug 253799
+
diff --git a/net-p2p/torrentinfo/metadata.xml b/net-p2p/torrentinfo/metadata.xml
new file mode 100644
index 000000000000..50045fe14246
--- /dev/null
+++ b/net-p2p/torrentinfo/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>hwoarang@gentoo.org</email>
+<name>Markos Chandras</name>
+</maintainer>
+</pkgmetadata>
+
diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
new file mode 100644
index 000000000000..ffa17658d49d
--- /dev/null
+++ b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.1 2009/06/07 23:20:06 hwoarang Exp $
+
+inherit distutils
+
+DESCRIPTION="A torrent file parser"
+HOMEPAGE="http://vrai.net/project.php?project=torrentinfo"
+SRC_URI="http://vrai.net/files/software_projects/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""