* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2017-12-04 22:08 David Seifert
0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2017-12-04 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 874cfd6d25a13bacd4ac6ee5d32fd8291d12d82d
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Dec 4 21:08:17 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 22:08:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874cfd6d
net-p2p/mktorrent: Add myself as proxied maintainer.
Closes: https://github.com/gentoo/gentoo/pull/6444
net-p2p/mktorrent/metadata.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/net-p2p/mktorrent/metadata.xml b/net-p2p/mktorrent/metadata.xml
index 36ce80cda8c..7b6a20b87b7 100644
--- a/net-p2p/mktorrent/metadata.xml
+++ b/net-p2p/mktorrent/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>holgersson@posteo.de</email>
+ <name>Nils Freydank</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
- <remote-id type="sourceforge">mktorrent</remote-id>
+ <remote-id type="github">Rudde/mktorrent</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2017-12-04 22:08 David Seifert
0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2017-12-04 22:08 UTC (permalink / raw
To: gentoo-commits
commit: fac4da0c154b62802de249b11eabec4c9081f3d2
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Dec 4 21:55:33 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 22:08:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac4da0c
net-p2p/mktorrent: Version bump to 1.1 with new upstream.
I mailed the old upstream maintainer resp. developer
of mktorrent and he confirmed the new maintainer with
the repository on github to me.
Closes: https://bugs.gentoo.org/621590
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-p2p/mktorrent/Manifest | 3 ++-
net-p2p/mktorrent/mktorrent-1.1.ebuild | 40 ++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 733adc34b81..6c0db134f6c 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1 +1,2 @@
-DIST mktorrent-1.0.tar.gz 23089 SHA256 6f8e562af6366e0d9bde76e434f740b55722c6c3c555860dbe80083f9d1d119f SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de WHIRLPOOL 2a907fe846ae5a35dbb38fbd6707a89121d34b9658f1afa682db14da9254cc58ed376fc23c834753409769643868294b0f1354fd7d9d567ec0cff49ee713b163
+DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
+DIST mktorrent-1.1.tar.gz 23314 BLAKE2B 97893553c99f3a6f994876b4689db2536cdaef30f9a392cf3ef800d5d92323336f836a9a3f92aff807a449bcc8553582275c4b36d98e1a1e99835945a7f4b43d SHA512 2a7ce83950711cf5be098693ad79273b29bcd8a5ef345ea296c7b6b83c532dd3463b347c7137234f1890cb4ea663ee5a5b1878591bc8fb4386d94e4f65410859
diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild b/net-p2p/mktorrent/mktorrent-1.1.ebuild
new file mode 100644
index 00000000000..75ea9fc65c9
--- /dev/null
+++ b/net-p2p/mktorrent/mktorrent-1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
+HOMEPAGE="https://github.com/Rudde/mktorrent"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
+else
+ SRC_URI="https://github.com/Rudde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+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
+
+ emake \
+ USE_LONG_OPTIONS=1 \
+ USE_LARGE_FILES=1 \
+ DEBUG=$(usex debug) \
+ USE_OPENSSL=$(usex ssl) \
+ USE_PTHREADS=$(usex threads)
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2018-03-14 21:09 Markus Meier
0 siblings, 0 replies; 23+ messages in thread
From: Markus Meier @ 2018-03-14 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 8aa9e7652a9970c7135a0250f4cf014210745336
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 21:06:52 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 21:09:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa9e765
net-p2p/mktorrent: add ~arm, bug #642042
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
net-p2p/mktorrent/mktorrent-1.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild b/net-p2p/mktorrent/mktorrent-1.1.ebuild
index 75ea9fc65c9..3cb3f2a2413 100644
--- a/net-p2p/mktorrent/mktorrent-1.1.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,12 +12,12 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
else
SRC_URI="https://github.com/Rudde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="threads +ssl debug"
RDEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2018-05-11 6:50 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2018-05-11 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 2f6f9efec760abbb46002a1adffdf02a285cfb7f
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Wed May 9 12:46:07 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 11 06:48:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6f9efe
net-p2p/mktorrent: Cleanup buggy version (1.1).
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8215
net-p2p/mktorrent/Manifest | 1 -
net-p2p/mktorrent/mktorrent-1.1.ebuild | 40 ----------------------------------
2 files changed, 41 deletions(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 1ca0c17ea76..450d3c6e88a 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,3 +1,2 @@
DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
-DIST mktorrent-1.1.tar.gz 23314 BLAKE2B 97893553c99f3a6f994876b4689db2536cdaef30f9a392cf3ef800d5d92323336f836a9a3f92aff807a449bcc8553582275c4b36d98e1a1e99835945a7f4b43d SHA512 2a7ce83950711cf5be098693ad79273b29bcd8a5ef345ea296c7b6b83c532dd3463b347c7137234f1890cb4ea663ee5a5b1878591bc8fb4386d94e4f65410859
DIST mktorrent-96090fb175f3cef17ae2499e98c2868363106927.tar.gz 24575 BLAKE2B 85f4c1088a5db91ba9bfa9391c82d81c87436a5ee920441c4e05a0e22d535aa1f3c60a0f2c6918a313f911ce9a586ab0ce725212926ad703f7daeaa4ee8b3e14 SHA512 2016cf9c81c6d35f3e482bb5cf8d0083664cee7131bc57f94ba5d0482df7d9b53e49a622035e1e93b6cebb50da9a29d8d00e2a65d3b84a872d98ed51e75a3a8a
diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild b/net-p2p/mktorrent/mktorrent-1.1.ebuild
deleted file mode 100644
index 3cb3f2a2413..00000000000
--- a/net-p2p/mktorrent/mktorrent-1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
-HOMEPAGE="https://github.com/Rudde/mktorrent"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
-else
- SRC_URI="https://github.com/Rudde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="threads +ssl debug"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- tc-export CC
-
- emake \
- USE_LONG_OPTIONS=1 \
- USE_LARGE_FILES=1 \
- DEBUG=$(usex debug) \
- USE_OPENSSL=$(usex ssl) \
- USE_PTHREADS=$(usex threads)
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2018-05-11 6:50 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2018-05-11 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 98684e0684d522bba35fc0aa22bb7f9b9b5e5f65
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Wed May 9 12:43:58 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 11 06:48:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98684e06
net-p2p/mktorrent: Bump to 1.1_p20180502.
Closes: https://bugs.gentoo.org/650340
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-p2p/mktorrent/Manifest | 1 +
net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild | 44 ++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 6c0db134f6c..1ca0c17ea76 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,2 +1,3 @@
DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
DIST mktorrent-1.1.tar.gz 23314 BLAKE2B 97893553c99f3a6f994876b4689db2536cdaef30f9a392cf3ef800d5d92323336f836a9a3f92aff807a449bcc8553582275c4b36d98e1a1e99835945a7f4b43d SHA512 2a7ce83950711cf5be098693ad79273b29bcd8a5ef345ea296c7b6b83c532dd3463b347c7137234f1890cb4ea663ee5a5b1878591bc8fb4386d94e4f65410859
+DIST mktorrent-96090fb175f3cef17ae2499e98c2868363106927.tar.gz 24575 BLAKE2B 85f4c1088a5db91ba9bfa9391c82d81c87436a5ee920441c4e05a0e22d535aa1f3c60a0f2c6918a313f911ce9a586ab0ce725212926ad703f7daeaa4ee8b3e14 SHA512 2016cf9c81c6d35f3e482bb5cf8d0083664cee7131bc57f94ba5d0482df7d9b53e49a622035e1e93b6cebb50da9a29d8d00e2a65d3b84a872d98ed51e75a3a8a
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
new file mode 100644
index 00000000000..6e9c5fe03da
--- /dev/null
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
+HOMEPAGE="https://github.com/Rudde/mktorrent"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
+else
+ COMMIT_ID="96090fb175f3cef17ae2499e98c2868363106927"
+ SRC_URI="https://github.com/Rudde/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~x86"
+ S="${WORKDIR}/${PN}-${COMMIT_ID}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="threads +ssl debug"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ tc-export CC
+
+ local myemakeargs=(
+ USE_LONG_OPTIONS=1
+ USE_LARGE_FILES=1
+ DEBUG=$(usex debug)
+ USE_OPENSSL=$(usex ssl)
+ USE_PTHREADS=$(usex threads)
+ )
+ emake "${myemakeargs[@]}"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-01-06 10:39 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-01-06 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 8b6c0475a89ffbe4c2676aeac9b31308694174e7
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Dec 30 21:24:27 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 10:39:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c0475
net-p2p/mktorrent: Fix license (is: GPL-2+)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.0-r1.ebuild | 4 ++--
net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild b/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild
index fbf7e1b73e9..d132d68b2e1 100644
--- a/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ 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"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="threads +ssl debug"
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
index 27f73410ced..d7bf8f61ed2 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="threads +ssl debug"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-01-06 10:39 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-01-06 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 39d71b8868c1f0f540051b295736fc645a6c0ba7
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Dec 30 21:24:24 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 10:39:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d71b88
net-p2p/mktorrent: Bump to p20180912 and add libressl support
Closes: https://bugs.gentoo.org/704110
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/Manifest | 1 +
net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild | 2 +-
...p20180502.ebuild => mktorrent-1.1_p20180912.ebuild} | 18 ++++++++++++------
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 450d3c6e88a..dcd03786a51 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,2 +1,3 @@
DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
+DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
DIST mktorrent-96090fb175f3cef17ae2499e98c2868363106927.tar.gz 24575 BLAKE2B 85f4c1088a5db91ba9bfa9391c82d81c87436a5ee920441c4e05a0e22d535aa1f3c60a0f2c6918a313f911ce9a586ab0ce725212926ad703f7daeaa4ee8b3e14 SHA512 2016cf9c81c6d35f3e482bb5cf8d0083664cee7131bc57f94ba5d0482df7d9b53e49a622035e1e93b6cebb50da9a29d8d00e2a65d3b84a872d98ed51e75a3a8a
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
index 6e9c5fe03da..27f73410ced 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
similarity index 76%
copy from net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
copy to net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
index 6e9c5fe03da..40a3a3270d5 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
@@ -11,18 +11,24 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
else
- COMMIT_ID="96090fb175f3cef17ae2499e98c2868363106927"
+ COMMIT_ID="4c221a05d949a3767a2671de139c6014909daf6b"
SRC_URI="https://github.com/Rudde/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="threads +ssl debug"
+IUSE="threads +ssl libressl debug"
+
+RDEPEND="
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )
+"
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}"
src_compile() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-01-06 10:39 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-01-06 10:39 UTC (permalink / raw
To: gentoo-commits
commit: b7c0277d083184be7f0f09fc41c3e9054a2c9378
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Dec 30 21:24:30 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 10:39:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c0277d
net-p2p/mktorrent: Remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/14189
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/Manifest | 1 -
net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild | 44 ------------------------
2 files changed, 45 deletions(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index dcd03786a51..56cc216f115 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,3 +1,2 @@
DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
-DIST mktorrent-96090fb175f3cef17ae2499e98c2868363106927.tar.gz 24575 BLAKE2B 85f4c1088a5db91ba9bfa9391c82d81c87436a5ee920441c4e05a0e22d535aa1f3c60a0f2c6918a313f911ce9a586ab0ce725212926ad703f7daeaa4ee8b3e14 SHA512 2016cf9c81c6d35f3e482bb5cf8d0083664cee7131bc57f94ba5d0482df7d9b53e49a622035e1e93b6cebb50da9a29d8d00e2a65d3b84a872d98ed51e75a3a8a
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
deleted file mode 100644
index d7bf8f61ed2..00000000000
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180502.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
-HOMEPAGE="https://github.com/Rudde/mktorrent"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
-else
- COMMIT_ID="96090fb175f3cef17ae2499e98c2868363106927"
- SRC_URI="https://github.com/Rudde/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
- S="${WORKDIR}/${PN}-${COMMIT_ID}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="threads +ssl debug"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- tc-export CC
-
- local myemakeargs=(
- USE_LONG_OPTIONS=1
- USE_LARGE_FILES=1
- DEBUG=$(usex debug)
- USE_OPENSSL=$(usex ssl)
- USE_PTHREADS=$(usex threads)
- )
- emake "${myemakeargs[@]}"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-11-29 8:09 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-11-29 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 4738b911e7a3602f407bb82cb4c1876484d6cf6b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 08:08:28 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 08:08:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4738b911
net-p2p/mktorrent: stabilize 1.1_p20180912 on x86
Closes: https://bugs.gentoo.org/757384
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
index 1d90b66ed46..bc2ff912f7c 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
@@ -13,7 +13,7 @@ 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
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-11-29 8:09 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-11-29 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 832be042c67593cb845344ac82ac3e222a65f667
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 08:08:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 08:08:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832be042
net-p2p/mktorrent: stabilize 1.1_p20180912 on amd64
Bug: https://bugs.gentoo.org/757384
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
index 455a6b3c479..1d90b66ed46 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="
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2020-11-29 9:56 David Seifert
0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2020-11-29 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 1319284073a274c6e5614043dab5cf31b95738da
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:55:09 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:55:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13192840
net-p2p/mktorrent: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-p2p/mktorrent/Manifest | 1 -
net-p2p/mktorrent/mktorrent-1.0-r1.ebuild | 33 -------------------------------
2 files changed, 34 deletions(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 56cc216f115..6751181ee26 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,2 +1 @@
-DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de
DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
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 d132d68b2e1..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2021-04-30 16:49 Mikle Kolyada
0 siblings, 0 replies; 23+ messages in thread
From: Mikle Kolyada @ 2021-04-30 16:49 UTC (permalink / raw
To: gentoo-commits
commit: acfaf50b881992a77c09a0a113433396f60b61b1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 16:49:26 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 16:49:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfaf50b
net-p2p/mktorrent: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
index bc2ff912f7c..4dcfd16cd96 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,13 +19,10 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-IUSE="threads +ssl libressl debug"
+IUSE="threads +ssl debug"
RDEPEND="
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2021-07-08 9:49 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2021-07-08 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 3c56f061b5d7eaf320fb28a6004ea70aea017586
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Thu Jul 8 09:48:31 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 09:49:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c56f061
net-p2p/mktorrent: bump snapshot versionm, respect CC
Bug: https://bugs.gentoo.org/717032
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/mktorrent/Manifest | 1 +
net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 45 ++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index 6751181ee26..f8ab0acc15a 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1 +1,2 @@
DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
+DIST mktorrent-de7d011b35458de1472665f50b96c9cf6c303f39.tar.gz 27939 BLAKE2B 3fbf2c98829be21394b6517f2548925fdc83c9199a209aed39a6ba5f31174e34a3290b8c01eaf55e13acd2f15100cf9ecb20073d5fa9d4d1e3b2fb7641f3418d SHA512 4194d73958ba0d43e88a167c46a24e2a92e94b43682f96079a7317fb77f9e48477eddc1556a9785e5c7e5e1745efa7679d1b6b2b41c0ba2aa6df9dae4d3eb489
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
new file mode 100644
index 00000000000..5de284de918
--- /dev/null
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
+HOMEPAGE="https://github.com/pobrn/mktorrent"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/pobrn/mktorrent"
+else
+ COMMIT_ID="de7d011b35458de1472665f50b96c9cf6c303f39"
+ SRC_URI="https://github.com/pobrn/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
+ S="${WORKDIR}/${PN}-${COMMIT_ID}"
+fi
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="threads +ssl debug"
+
+RDEPEND="
+ ssl? ( dev-libs/openssl:0= )
+"
+
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ tc-export CC
+
+ local myemakeargs=(
+ USE_LARGE_FILES=1
+ DEBUG=$(usex debug)
+ USE_OPENSSL=$(usex ssl)
+ USE_PTHREADS=$(usex threads)
+ )
+ emake "${myemakeargs[@]}"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2021-10-21 4:40 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2021-10-21 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 4a1bd6f87bbfd5d41c5e3bd8ca71f59b963ab12e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 04:40:53 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 04:40:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1bd6f8
net-p2p/mktorrent: amd64 stable wrt bug #817359
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
index 5de284de918..1e7bc52c757 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
@@ -16,7 +16,7 @@ else
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
LICENSE="GPL-2+"
SLOT="0"
IUSE="threads +ssl debug"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2021-10-22 7:50 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2021-10-22 7:50 UTC (permalink / raw
To: gentoo-commits
commit: 223dbe74defb952f2ecd54c5628007c199677e7d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:50:32 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 07:50:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223dbe74
net-p2p/mktorrent: x86 stable wrt bug #817359
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
index 1e7bc52c757..f1f41c1e84b 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
@@ -16,7 +16,7 @@ else
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
LICENSE="GPL-2+"
SLOT="0"
IUSE="threads +ssl debug"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2024-11-24 19:36 Viorel Munteanu
0 siblings, 0 replies; 23+ messages in thread
From: Viorel Munteanu @ 2024-11-24 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 9fc6bfa4c018c527eda00111aa6c601ee4b519b9
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Sun Nov 24 19:33:39 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 19:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc6bfa4
net-p2p/mktorrent: Step down from maintenance
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/39450
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-p2p/mktorrent/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-p2p/mktorrent/metadata.xml b/net-p2p/mktorrent/metadata.xml
index b589e0b9225a..de14c77ecf47 100644
--- a/net-p2p/mktorrent/metadata.xml
+++ b/net-p2p/mktorrent/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>holgersson@posteo.de</email>
- <name>Nils Freydank</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">Rudde/mktorrent</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-01-11 9:36 Petr Vaněk
0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2025-01-11 9:36 UTC (permalink / raw
To: gentoo-commits
commit: ba60c82758afd9c9d011280394d866430c40613f
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 09:30:51 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:36:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba60c827
net-p2p/mktorrent: drop 1.1_p20180912
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-p2p/mktorrent/Manifest | 1 -
net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 46 ------------------------
2 files changed, 47 deletions(-)
diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest
index f8ab0acc15a9..0237d50def74 100644
--- a/net-p2p/mktorrent/Manifest
+++ b/net-p2p/mktorrent/Manifest
@@ -1,2 +1 @@
-DIST mktorrent-4c221a05d949a3767a2671de139c6014909daf6b.tar.gz 24574 BLAKE2B e7dcc17aca52c8d1f9d816ce3e89bea5c2b1d7759dba6a00578960b253652506b7e61855d769440056aaa6b0719e6856108ca5b80977152746a648862c71e97b SHA512 49ba2697373a1b40829d50d66faaaeb57fa3893e97283ec2844b447b8e4cf2713d7c0e76e49d3893475f5ce298c3215249751defe0f952d2c52df1bf68f7706c
DIST mktorrent-de7d011b35458de1472665f50b96c9cf6c303f39.tar.gz 27939 BLAKE2B 3fbf2c98829be21394b6517f2548925fdc83c9199a209aed39a6ba5f31174e34a3290b8c01eaf55e13acd2f15100cf9ecb20073d5fa9d4d1e3b2fb7641f3418d SHA512 4194d73958ba0d43e88a167c46a24e2a92e94b43682f96079a7317fb77f9e48477eddc1556a9785e5c7e5e1745efa7679d1b6b2b41c0ba2aa6df9dae4d3eb489
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
deleted file mode 100644
index 4dcfd16cd968..000000000000
--- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
-HOMEPAGE="https://github.com/Rudde/mktorrent"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
-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"
- S="${WORKDIR}/${PN}-${COMMIT_ID}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="threads +ssl debug"
-
-RDEPEND="
- ssl? ( dev-libs/openssl:0= )
-"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- tc-export CC
-
- local myemakeargs=(
- USE_LONG_OPTIONS=1
- USE_LARGE_FILES=1
- DEBUG=$(usex debug)
- USE_OPENSSL=$(usex ssl)
- USE_PTHREADS=$(usex threads)
- )
- emake "${myemakeargs[@]}"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-01-11 9:36 Petr Vaněk
0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2025-01-11 9:36 UTC (permalink / raw
To: gentoo-commits
commit: dd661f93aa2e1cc4335075d10070e05b20ef1671
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 09:34:25 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:36:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd661f93
net-p2p/mktorrent: fix variable order
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
index f1f41c1e84bf..f9d2eb03cd64 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,9 +16,9 @@ else
S="${WORKDIR}/${PN}-${COMMIT_ID}"
fi
-KEYWORDS="amd64 ~arm x86"
LICENSE="GPL-2+"
SLOT="0"
+KEYWORDS="amd64 ~arm x86"
IUSE="threads +ssl debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-01-11 9:36 Petr Vaněk
0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2025-01-11 9:36 UTC (permalink / raw
To: gentoo-commits
commit: c8a52921a9c6117b483e915529f15c47264d5c69
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 09:35:33 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:36:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a52921
net-p2p/mktorrent: update upstream metadata
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-p2p/mktorrent/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/metadata.xml b/net-p2p/mktorrent/metadata.xml
index de14c77ecf47..7537a309db7b 100644
--- a/net-p2p/mktorrent/metadata.xml
+++ b/net-p2p/mktorrent/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="github">Rudde/mktorrent</remote-id>
+ <remote-id type="github">pobrn/mktorrent</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-01-11 14:18 Petr Vaněk
0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2025-01-11 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 54f95fbce431408bb8464367f25db645b2981989
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 14:17:23 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 14:17:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f95fbc
net-p2p/mktorrent: update EAPI 7 -> 8
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../mktorrent/mktorrent-1.1_p20210130-r1.ebuild | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
new file mode 100644
index 000000000000..892c1fb58c80
--- /dev/null
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
+HOMEPAGE="https://github.com/pobrn/mktorrent"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/pobrn/mktorrent"
+else
+ COMMIT_ID="de7d011b35458de1472665f50b96c9cf6c303f39"
+ SRC_URI="
+ https://github.com/pobrn/${PN}/archive/${COMMIT_ID}.tar.gz
+ -> ${PN}-${COMMIT_ID}.tar.gz
+ "
+ S="${WORKDIR}/${PN}-${COMMIT_ID}"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="threads +ssl debug"
+
+RDEPEND="
+ ssl? ( dev-libs/openssl:0= )
+"
+
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ tc-export CC
+
+ local myemakeargs=(
+ USE_LARGE_FILES=1
+ DEBUG=$(usex debug)
+ USE_OPENSSL=$(usex ssl)
+ USE_PTHREADS=$(usex threads)
+ )
+ emake "${myemakeargs[@]}"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-02-11 11:22 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2025-02-11 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 7a8b80996bd63c28b2783a5a95150915016b3dd8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:22:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:22:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8b8099
net-p2p/mktorrent: Stabilize 1.1_p20210130-r1 amd64, #949608
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
index 892c1fb58c80..226aed65faab 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
@@ -22,7 +22,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="threads +ssl debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-02-11 11:22 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2025-02-11 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 5682926a5d73cf6de7a6e977b8894ea80651ecb5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:22:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:22:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5682926a
net-p2p/mktorrent: Stabilize 1.1_p20210130-r1 x86, #949608
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
index 226aed65faab..8f0750a36ea3 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130-r1.ebuild
@@ -22,7 +22,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="threads +ssl debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
@ 2025-02-11 15:57 Petr Vaněk
0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2025-02-11 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 2ba0b145419914cd729964512d3f557333d3ca6e
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 15:40:08 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 15:40:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba0b145
net-p2p/mktorrent: drop 1.1_p20210130
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 45 ------------------------
1 file changed, 45 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
deleted file mode 100644
index f9d2eb03cd64..000000000000
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
-HOMEPAGE="https://github.com/pobrn/mktorrent"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/pobrn/mktorrent"
-else
- COMMIT_ID="de7d011b35458de1472665f50b96c9cf6c303f39"
- SRC_URI="https://github.com/pobrn/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT_ID}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="threads +ssl debug"
-
-RDEPEND="
- ssl? ( dev-libs/openssl:0= )
-"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- tc-export CC
-
- local myemakeargs=(
- USE_LARGE_FILES=1
- DEBUG=$(usex debug)
- USE_OPENSSL=$(usex ssl)
- USE_PTHREADS=$(usex threads)
- )
- emake "${myemakeargs[@]}"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2025-02-11 15:57 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 4:40 [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 15:57 Petr Vaněk
2025-02-11 11:22 Sam James
2025-02-11 11:22 Sam James
2025-01-11 14:18 Petr Vaněk
2025-01-11 9:36 Petr Vaněk
2025-01-11 9:36 Petr Vaněk
2025-01-11 9:36 Petr Vaněk
2024-11-24 19:36 Viorel Munteanu
2021-10-22 7:50 Agostino Sarubbo
2021-07-08 9:49 Joonas Niilola
2021-04-30 16:49 Mikle Kolyada
2020-11-29 9:56 David Seifert
2020-11-29 8:09 Joonas Niilola
2020-11-29 8:09 Joonas Niilola
2020-01-06 10:39 Joonas Niilola
2020-01-06 10:39 Joonas Niilola
2020-01-06 10:39 Joonas Niilola
2018-05-11 6:50 Michał Górny
2018-05-11 6:50 Michał Górny
2018-03-14 21:09 Markus Meier
2017-12-04 22:08 David Seifert
2017-12-04 22:08 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox