summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-10 18:47:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-10 18:47:17 +0000
commit324b5be17d7a0e612a22c5849768fec17434cddc (patch)
tree24594618cca6eea347971e1f57f0407afa3b642d /net-p2p/mktorrent
parentsparc stable wrt #335429 (diff)
downloadgentoo-2-324b5be17d7a0e612a22c5849768fec17434cddc.tar.gz
gentoo-2-324b5be17d7a0e612a22c5849768fec17434cddc.tar.bz2
gentoo-2-324b5be17d7a0e612a22c5849768fec17434cddc.zip
old
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/mktorrent')
-rw-r--r--net-p2p/mktorrent/Manifest12
-rw-r--r--net-p2p/mktorrent/mktorrent-0.4.ebuild32
2 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 83690080a96b..58b3a748c3d3 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST mktorrent-0.4.tar.gz 16688 RMD160 3c09fc95857e2b2c4ac741d99e3903f058b31d95 SHA1 e4ab170e04ac10c06af39d8252418e45728599c8 SHA256 d529a71ea3ce2b8caa7170eaed70d006511d25fbd0ffa90a1709da08cd76128a
DIST mktorrent-1.0.tar.gz 23089 RMD160 ad8e2fb603635356b01b9d5eb30c57a6f01b0656 SHA1 f9b1bbf9d19911b6c8994dbec6208530c7d929ad SHA256 6f8e562af6366e0d9bde76e434f740b55722c6c3c555860dbe80083f9d1d119f
-EBUILD mktorrent-0.4.ebuild 717 RMD160 c85c35a186dfe7090b7cab98131eaae89054e606 SHA1 bddcf2182e0ceaa124051db1a151af5de51748ee SHA256 5f46dab57ac12d93b6d904d49dac9e90fa1c1603a0239e25f6bb3c520d1a04f8
EBUILD mktorrent-1.0.ebuild 941 RMD160 e3814f48c3bf60a840719c7957d065b9a833546e SHA1 4253b4730c6b1138a19f13e5757e06acc38b01bd SHA256 1a05d37e9cbd24776b9e7de2475de593b49e19b5620ed448eba14f9d4f8abb57
MISC ChangeLog 1652 RMD160 443a66fb93abebcd015a6b48baa19eaad9908b75 SHA1 333ba7abbdf324abff378b7f580777efaab16efe SHA256 0b758cfb2736169489e9403daa6731393a0d0a3343c763d5fa439d7cb049c266
MISC metadata.xml 247 RMD160 b051b3e1a4ad11ac9d743fb9de3373296894280d SHA1 ec3f12769962897c7e2f9791dd5887ca7a2b6074 SHA256 3d185c104ccc94f1a1e0ea3db0a70e80e4e75dfc0d36b4c0efdafd46737c20d9
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkyyCf8ACgkQNQqtfCuFneN7pgCdG6ZkLmF65HymCuxLqOj3l42H
-aPcAnRWmQgYgyAVRqC4FhZjnaSrroPLy
-=3+kh
------END PGP SIGNATURE-----
diff --git a/net-p2p/mktorrent/mktorrent-0.4.ebuild b/net-p2p/mktorrent/mktorrent-0.4.ebuild
deleted file mode 100644
index 6114c58e847b..000000000000
--- a/net-p2p/mktorrent/mktorrent-0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-0.4.ebuild,v 1.4 2009/08/17 18:19:01 rbu Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
-HOMEPAGE="http://mktorrent.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- sed -i -e 's:-lssl:-lcrypto:' "${S}"/Makefile
-}
-
-src_compile() {
- tc-export CC
- emake DONT_STRIP=1 || die "emake failed."
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}