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
commitc24059e2be7ad4ea3ca82741f3664069016c5fe2 (patch)
tree1ed465d03c88f0877383522d7a74dfcbea602d1d /net-p2p/torrentinfo
parentUpdate plugdev message to be more explicit (diff)
downloadhistorical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.tar.gz
historical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.tar.bz2
historical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.zip
Initial commit. Fixes bug Fixes bug 253799
Package-Manager: portage-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/Manifest4
-rw-r--r--net-p2p/torrentinfo/metadata.xml10
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild14
4 files changed, 40 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/Manifest b/net-p2p/torrentinfo/Manifest
new file mode 100644
index 000000000000..8c5820ad3659
--- /dev/null
+++ b/net-p2p/torrentinfo/Manifest
@@ -0,0 +1,4 @@
+DIST torrentinfo-1.0.2.tar.bz2 5017 RMD160 f9db5c35519822afa8585eb6166caa959c3db579 SHA1 e4097c59f4971a7b8199d39e7b81b2cf0f63d5e0 SHA256 923f5d2e169fc143e2cdc2d799f5c8ac855e70a619d0f306746359f286ccc50e
+EBUILD torrentinfo-1.0.2.ebuild 469 RMD160 ff728191fa7bda74d6e9a15cac0dcec2f6a3df85 SHA1 bc70556d3277554dbd5db5837b5ec60d00cb17e2 SHA256 bb3ba44fb43281d3689f0c40b8a349595e825170a9b41943453bb83f0c74a3b1
+MISC ChangeLog 467 RMD160 a57224a76db6c8be05ea0f641b7d67f760dc529f SHA1 60c5e2526e66545043e1b4777c5ad4eaf3af91da SHA256 1ad75ccedeea32f9cf457545a3dd372199e6590c4e78f37b320204ef56a43bfd
+MISC metadata.xml 252 RMD160 44b8a6a712932d7f41ef0a0d48c426ca24d510a7 SHA1 f7c44926598fd9279285daeb2f9cbefa3dc248b7 SHA256 443c35514c1fafc76c882a1273ab6fb81937d5025caa73c8765e6db7179207af
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=""