public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
Date: Mon,  4 Dec 2017 22:08:59 +0000 (UTC)	[thread overview]
Message-ID: <1512425312.fac4da0c154b62802de249b11eabec4c9081f3d2.soap@gentoo> (raw)

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
+}


             reply	other threads:[~2017-12-04 22:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 22:08 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-22  7:50 [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/ Agostino Sarubbo
2021-10-21  4:40 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512425312.fac4da0c154b62802de249b11eabec4c9081f3d2.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox