diff options
author | 2008-08-23 15:47:50 +0000 | |
---|---|---|
committer | 2008-08-23 15:47:50 +0000 | |
commit | 3295496252c9120f3029925c8efaf4b2a0065396 (patch) | |
tree | 7d686e2248aa582f1a689ff6dfbe600018c1ff94 /net-p2p | |
parent | media-sound/crip: Added local USE flag description wrt GLEP 56 (diff) | |
download | sunrise-3295496252c9120f3029925c8efaf4b2a0065396.tar.gz sunrise-3295496252c9120f3029925c8efaf4b2a0065396.tar.bz2 sunrise-3295496252c9120f3029925c8efaf4b2a0065396.zip |
net-p2p/buildtorrent: New ebuild for software buildtorrent
svn path=/sunrise/; revision=6833
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/buildtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/buildtorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/buildtorrent/buildtorrent-0.7.ebuild | 20 | ||||
-rw-r--r-- | net-p2p/buildtorrent/metadata.xml | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net-p2p/buildtorrent/ChangeLog b/net-p2p/buildtorrent/ChangeLog new file mode 100644 index 000000000..e2fac7d34 --- /dev/null +++ b/net-p2p/buildtorrent/ChangeLog @@ -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 index 000000000..287f33af1 --- /dev/null +++ b/net-p2p/buildtorrent/Manifest @@ -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 index 000000000..3461cdd79 --- /dev/null +++ b/net-p2p/buildtorrent/buildtorrent-0.7.ebuild @@ -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 index 000000000..7e3286984 --- /dev/null +++ b/net-p2p/buildtorrent/metadata.xml @@ -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> |