]> Pileus Git - ~andy/sunrise/commitdiff
net-p2p/buildtorrent: New ebuild for software buildtorrent
authorRobert Steen (Gandalf) <gandalf@vebbe.se>
Sat, 23 Aug 2008 15:47:50 +0000 (15:47 +0000)
committerRobert Steen (Gandalf) <gandalf@vebbe.se>
Sat, 23 Aug 2008 15:47:50 +0000 (15:47 +0000)
svn path=/sunrise/; revision=6833

net-p2p/buildtorrent/ChangeLog [new file with mode: 0644]
net-p2p/buildtorrent/Manifest [new file with mode: 0644]
net-p2p/buildtorrent/buildtorrent-0.7.ebuild [new file with mode: 0644]
net-p2p/buildtorrent/metadata.xml [new file with mode: 0644]

diff --git a/net-p2p/buildtorrent/ChangeLog b/net-p2p/buildtorrent/ChangeLog
new file mode 100644 (file)
index 0000000..e2fac7d
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-p2p/buildtorrent
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  23 Aug 2008; Robert Steen (Gandalf) <gandalf@vebbe.se>
+  +buildtorrent-0.7.ebuild, +metadata.xml:
+  New ebuild for software buildtorrent
+
diff --git a/net-p2p/buildtorrent/Manifest b/net-p2p/buildtorrent/Manifest
new file mode 100644 (file)
index 0000000..287f33a
--- /dev/null
@@ -0,0 +1,4 @@
+DIST buildtorrent-0.7-1.tar.gz 187393 RMD160 b227b8e821f967185a420ea3377e7bdd04d54f9d SHA1 a2cf558343130d2ce44799b2f6304ce97264308f SHA256 216605c2da702d90a8411e20e69a7763401a4009160ece3eef53f917bab3dd96
+EBUILD buildtorrent-0.7.ebuild 496 RMD160 71d173ba2f025c1d0e3b9f0fa6c24673aab8582f SHA1 7a5098e7755eee54557e5e22f16c6672223a7df0 SHA256 6cba3ecdb4669d6f8238a685693a5954f3ebb9f2b0692c891eb2f42eca5f6fce
+MISC ChangeLog 261 RMD160 aae4fece36d05d16b604921fec9ff9b40fa36735 SHA1 e29cad27579010eca7fb017ae87decdbcd1edd00 SHA256 ef0c6b88de070d006139b71480cb8763c35bdaa0194020f23e119f270920a10c
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-p2p/buildtorrent/buildtorrent-0.7.ebuild b/net-p2p/buildtorrent/buildtorrent-0.7.ebuild
new file mode 100644 (file)
index 0000000..3461cdd
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P="${P}-1"
+
+DESCRIPTION="Create BitTorrent files easily"
+HOMEPAGE="http://claudiusmaximus.goto10.org/index.php?page=coding/buildtorrent"
+SRC_URI="http://claudiusmaximus.goto10.org/files/coding/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+    emake DESTDIR="${D}" install || die "emake install failed."
+}
diff --git a/net-p2p/buildtorrent/metadata.xml b/net-p2p/buildtorrent/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>