summaryrefslogtreecommitdiff
path: root/net-p2p/mktorrent
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /net-p2p/mktorrent
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'net-p2p/mktorrent')
-rw-r--r--net-p2p/mktorrent/Manifest4
-rw-r--r--net-p2p/mktorrent/mktorrent-1.0-r1.ebuild33
-rw-r--r--net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild3
3 files changed, 2 insertions, 38 deletions
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 55bac48d76d0..c909547b046a 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,5 +1,3 @@
-DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
-EBUILD mktorrent-1.0-r1.ebuild 771 BLAKE2B 57060402de8e6986f469b69efa29d7983c656acd06fe2dd689b355f80f99070d4fb81d8c736701bd258b673f15e42fe40466c5abbacc79142138216e2e7dbdb8 SHA512 cff3ed23f2c2e6495de9b92434d0cbaf9509fefa9ac0e258af44ee549824e3c4be9865148ca7d9c011a36fc0f2b9c7e2eae9930b4893f2e5dc678ac188998656
-EBUILD mktorrent-1.1_p20180912.ebuild 1050 BLAKE2B f81e21c7f1674674e51648abd57d70f735c8109fd6a551e5829053ee2d13dc1155fe45cd1b60e2e1a5bcbe4a0351d623bfdb8be4f0454fb13aae71f1306ab80a SHA512 dd83d9552476bf81c64df1cbffcf44cd02ce6b54f3f6262f8c376af139afe5f70970c5d0cf220d5227c2d6459c8944f89460110d09d285a636d619532f360fbf
+EBUILD mktorrent-1.1_p20180912.ebuild 1020 BLAKE2B f048a0eba3eaa397d3012c11691a82247e7f1f4163faa573e1c43e0780ce9dc8fb44592c79eeb8ff45f99ae12f016815ca78553341247c3fec476d9d878c0a3a SHA512 e65d8072575db0bab10bbc34903877f5d4d5906dcb3bb035c045a6762390cc6baa6f8af585d9eccb7c8dacd3908fe3da8688ab0facd11d31db20c747a2762382
MISC metadata.xml 446 BLAKE2B f5298ced2a3c59bc990eebd8d183815e8449191b11e48e31aea3948944cf67e79ab649922c104a0a644d8f4de6bab044175a2bb64fe3124f4a317fb98be7deb9 SHA512 6dc7c65acabf5e556235a4c5e95d77301d8aa92acf2d82d6c50afe761095637c8f08616d40b6a34270894ba9baf9bfef33f060e3c8fe67e3ee92a9bfad1f68b7
diff --git a/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild b/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild
deleted file mode 100644
index d132d68b2e1d..000000000000
--- a/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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:0 )"
-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}
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
index 455a6b3c4791..bc2ff912f7c7 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
@@ -13,13 +13,12 @@ if [[ ${PV} == *9999 ]]; then
else
COMMIT_ID="4c221a05d949a3767a2671de139c6014909daf6b"
SRC_URI="https://github.com/Rudde/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
IUSE="threads +ssl libressl debug"
RDEPEND="