From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/
Date: Thu, 25 Feb 2021 19:07:42 +0000 (UTC) [thread overview]
Message-ID: <1614280052.118ae08d35247b35ab6d480db9c3b3959b685e04.sam@gentoo> (raw)
commit: 118ae08d35247b35ab6d480db9c3b3959b685e04
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 25 07:45:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 19:07:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118ae08d
net-libs/libblkmaker: Remove old
Bug: https://bugs.gentoo.org/727008
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libblkmaker/Manifest | 3 ---
net-libs/libblkmaker/libblkmaker-0.3.2.ebuild | 26 --------------------------
net-libs/libblkmaker/libblkmaker-0.4.3.ebuild | 24 ------------------------
net-libs/libblkmaker/libblkmaker-0.5.3.ebuild | 25 -------------------------
4 files changed, 78 deletions(-)
diff --git a/net-libs/libblkmaker/Manifest b/net-libs/libblkmaker/Manifest
index 471906d0f89..957e7cb44c0 100644
--- a/net-libs/libblkmaker/Manifest
+++ b/net-libs/libblkmaker/Manifest
@@ -1,4 +1 @@
-DIST libblkmaker-0.3.2.tgz 17893 BLAKE2B 390ed56c7d77b904ec52d52cfa9dfff4e5c01c1662e0f5a5f17f92eb7b3d79619bd6ee64cfa28bbff5750db7cbc31d1cd5662b11a86ef63882063ddcb72cfb6b SHA512 e45c50c11676995171f6fb27346a42843a2c035c391ab84b5e565f5fff109a4ced6cdafb6c662572eb7243b25d2014400e9516cdbbd0d65f4ea31da7d0e74bdf
-DIST libblkmaker-0.4.3-github.tgz 13712 BLAKE2B 4c93b8a74d25b5833371e2db78062f35c726b6ac89b8b22420a61d15a1d37cf0784b001e7061da4274ed34691021d5e92a27ce04260621cfdac6b4c7c49ce69f SHA512 a8686fc0cd757a214e24476c2fc8bac4511e6522ba977134150c0084dd2a3d7620f3378f4c454dcefb675840b71597f37d5b696a74ad0251b5d3921082c23285
-DIST libblkmaker-0.5.3-github.tgz 14161 BLAKE2B c8da4f7e3e2811cc88a03537ceb2e145ba3bb796520f4330d190e5935c13b73769cba73612d321f5c63b636bbd821e334b5a72ab893bd765edbcf49ce374f789 SHA512 57edcd583879d6abea716b6817a99dc345485392d149ddc6bb2ff9bac76d22f84cd960dc0746852e7c944a10b85d26c57fb107eac79680f77829c9bbc03c202d
DIST libblkmaker-0.6.0-github.tgz 28907 BLAKE2B 31b64604040a514ae844564d19e884932fbaa0640d0491cda5ec9e922b0714c89e8810f1da3d0057625633555ea486c15e20f2a32d8528a6795be52e692d4e4f SHA512 3e9028c7c4664491274c241020d507ba6d736b9e9048562434d27d92f6cdd58ec167fae060bc355ee6a7f010a6a8a6ccff1660ecfc616c705c5deb3ed95c5e69
diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
deleted file mode 100644
index 457a41a3c29..00000000000
--- a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
-HOMEPAGE="https://github.com/bitcoin/libblkmaker"
-LICENSE="MIT"
-
-SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/jansson-2.0.0
-"
-RDEPEND="${DEPEND}
- !<net-misc/bfgminer-3.0.3
-"
-
-S="${WORKDIR}/bitcoin-libblkmaker/"
-
-src_prepare() {
- ./autogen.sh || die
-}
diff --git a/net-libs/libblkmaker/libblkmaker-0.4.3.ebuild b/net-libs/libblkmaker/libblkmaker-0.4.3.ebuild
deleted file mode 100644
index 66a33ff27fe..00000000000
--- a/net-libs/libblkmaker/libblkmaker-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
-HOMEPAGE="https://github.com/bitcoin/libblkmaker"
-LICENSE="MIT"
-
-SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/jansson-2.0.0
-"
-RDEPEND="${DEPEND}
- !<net-misc/bfgminer-3.0.3
-"
-
-src_prepare() {
- ./autogen.sh || die
-}
diff --git a/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild b/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild
deleted file mode 100644
index 653b6ed32c2..00000000000
--- a/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
-HOMEPAGE="https://github.com/bitcoin/libblkmaker"
-LICENSE="MIT"
-
-SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
-SLOT="0/7"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/jansson-2.0.0
- dev-libs/libbase58
-"
-RDEPEND="${DEPEND}
- !<net-misc/bfgminer-3.0.3
-"
-
-src_prepare() {
- ./autogen.sh || die
-}
next reply other threads:[~2021-02-25 19:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-25 19:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 12:54 [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/ Joonas Niilola
2022-10-28 18:50 Sam James
2021-09-25 19:08 Sam James
2021-02-24 23:44 Sam James
2021-02-24 23:37 Sam James
2020-10-05 5:46 Joonas Niilola
2020-09-24 1:06 Aaron Bauman
2019-12-27 14:22 Anthony G. Basile
2018-03-28 19:09 Matt Turner
2018-02-11 11:32 Michael Palimaka
2016-03-28 9:36 Anthony G. Basile
2015-11-27 22:15 Anthony G. Basile
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=1614280052.118ae08d35247b35ab6d480db9c3b3959b685e04.sam@gentoo \
--to=sam@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