public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
Date: Sat, 11 Jan 2025 09:36:57 +0000 (UTC)	[thread overview]
Message-ID: <1736588175.ba60c82758afd9c9d011280394d866430c40613f.arkamar@gentoo> (raw)

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


             reply	other threads:[~2025-01-11  9:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11  9:36 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11 15:57 [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/ 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
2024-11-24 19:36 Viorel Munteanu
2021-10-22  7:50 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
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=1736588175.ba60c82758afd9c9d011280394d866430c40613f.arkamar@gentoo \
    --to=arkamar@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