diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 13:53:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 13:53:09 +0000 |
commit | 59fc05dadeef596b087fe786c28853dbe0989f4f (patch) | |
tree | b7e9fc51568a1253b0ad801afaf7bda2c7132620 /net-p2p | |
parent | x86 stable, bug #540794 (diff) | |
download | gentoo-2-59fc05dadeef596b087fe786c28853dbe0989f4f.tar.gz gentoo-2-59fc05dadeef596b087fe786c28853dbe0989f4f.tar.bz2 gentoo-2-59fc05dadeef596b087fe786c28853dbe0989f4f.zip |
Drop old
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/net-p2p/mktorrent/ChangeLog b/net-p2p/mktorrent/ChangeLog index 4b527e3f5a6f..55704cc88378 100644 --- a/net-p2p/mktorrent/ChangeLog +++ b/net-p2p/mktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mktorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.15 2015/05/23 13:52:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.16 2015/05/23 13:53:09 pacho Exp $ + + 23 May 2015; Pacho Ramos <pacho@gentoo.org> -mktorrent-1.0.ebuild: + Drop old 23 May 2015; Pacho Ramos <pacho@gentoo.org> mktorrent-1.0-r1.ebuild: x86 stable, bug #540794 diff --git a/net-p2p/mktorrent/mktorrent-1.0.ebuild b/net-p2p/mktorrent/mktorrent-1.0.ebuild deleted file mode 100644 index 2e1070a2a7e7..000000000000 --- a/net-p2p/mktorrent/mktorrent-1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v 1.6 2011/05/20 12:11:37 jlec Exp $ - -EAPI=1 -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="threads +ssl debug" - -RDEPEND="ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" - -src_compile() { - tc-export CC - MAKEPARAM="USE_LONG_OPTIONS=1" - MAKEPARAM="${MAKEPARAM} USE_LARGE_FILES=1" - use debug && MAKEPARAM="${MAKEPARAM} DEBUG=1" - use ssl && MAKEPARAM="${MAKEPARAM} USE_OPENSSL=1" - use threads && MAKEPARAM="${MAKEPARAM} USE_PTHREADS=1" - - emake ${MAKEPARAM} || die "emake failed." -} - -src_install() { - dobin ${PN} || die - dodoc README -} |