From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/i2pd-tools/
Date: Mon, 8 May 2023 04:09:43 +0000 (UTC) [thread overview]
Message-ID: <1683518979.c37e2d6e364c035fa11c6dd77be1813b8f12abdc.cybertailor@gentoo> (raw)
commit: c37e2d6e364c035fa11c6dd77be1813b8f12abdc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat May 6 18:52:24 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 8 04:09:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c37e2d6e
app-admin/i2pd-tools: drop 0.2022.11.26
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-admin/i2pd-tools/Manifest | 2 -
.../i2pd-tools/i2pd-tools-0.2022.11.26.ebuild | 56 ----------------------
2 files changed, 58 deletions(-)
diff --git a/app-admin/i2pd-tools/Manifest b/app-admin/i2pd-tools/Manifest
index f66d52119..f0ca2783d 100644
--- a/app-admin/i2pd-tools/Manifest
+++ b/app-admin/i2pd-tools/Manifest
@@ -1,4 +1,2 @@
DIST i2pd-a6bd827.tar.gz 650322 BLAKE2B 74a9c686f0468c10b09d54d02445ced9df79bf152b7953cf999b2914fcf61ea38b189524692af7318a1c064a31ab3a888d4cf8a0c01734f6225c4705717cd280 SHA512 008d59c5b7edae2664dcd0bef712572f51f7520de5f5f25da69cba2b81278d3b9ee8a323cabd1c96bc73d28234085e12247f5d2e796e00bb7a4a322b42278367
-DIST i2pd-aead9db9712f8b07828a264a40898643385d7553.tar.gz 623605 BLAKE2B a73d89dd2c8b55e58e558fb1fe4b5b2a78d25c87c8fc9255c18a04433f9df7efc1519714bf855420498535d37ef38c71d58833ed401b48c28527b1db289cdb62 SHA512 28790c8926b1430d8ae75b96db4386f2753e3a708e989d5abcdbb6025eed55f00036339ab8c7dd36cda565f5c850f0dada92dcfbbed0077bda661cf141a79fae
-DIST i2pd-tools-0.2022.11.26.tar.gz 19673 BLAKE2B b7551fae39436ff7a06c7ae8f8338b22c1cddc7bf05ffebc031760ab3ac9e3968f65ca706f99668f0d31515887490a83fd1ece1f0f5d7301d31e9b7b424214f2 SHA512 78e56edc3a98be9b2c65c60acba501de9dc63542d927ddc0968feda82a8e3fb7cc20a07cbc742693afd57ff043340a85b49b80a3dfe43f07a73df423a426512a
DIST i2pd-tools-0.2023.03.12.tar.gz 19754 BLAKE2B 7c11d178f16fcded064fc2a2f66023fb7739f2ce27a9f41f4d5f7b9f7ccc47cc4570be90f93274a71fb93e4fb8c950d162dc7d2c5022a1b37dbc3234fbfc119b SHA512 163692691b44b8cee314c8103436b0038ec6c91f114d891a2c3c8c8a9bf700de9547ad65f8ce6b206af0566b09df1e399ab5f017e1f6ae757790a8fc57a46909
diff --git a/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild b/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild
deleted file mode 100644
index 720db3172..000000000
--- a/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-COMMIT="aadc780b44135d4b13f80b843d4c43810c2d7a7d"
-I2PD_COMMIT="aead9db9712f8b07828a264a40898643385d7553" # keep in sync with bundled version
-DESCRIPTION="Some useful tools for I2P"
-HOMEPAGE="https://github.com/PurpleI2P/i2pd-tools"
-SRC_URI="
- https://github.com/PurpleI2P/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
- https://github.com/PurpleI2P/i2pd/archive/${I2PD_COMMIT}.tar.gz -> i2pd-${I2PD_COMMIT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/boost:=
- dev-libs/openssl:=
- sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/0001-${PN}-nodebug.patch
- "${FILESDIR}"/0002-${PN}-flags.patch
-)
-
-src_unpack() {
- default
-
- rmdir "${S}/i2pd" || die
- mv "${WORKDIR}"/i2pd-${I2PD_COMMIT} "${S}"/i2pd || die
-}
-
-src_configure() {
- tc-export CXX
-}
-
-src_install() {
- local -a binaries
-
- # extracted from Makefile
- binaries=(
- keygen keyinfo famtool routerinfo regaddr regaddr_3ld vain
- i2pbase64 offlinekeys b33address regaddralias x25519 verifyhost
- )
- dobin "${binaries[@]}"
-
- einstalldocs
-}
next reply other threads:[~2023-05-08 4:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 4:09 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 7:14 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/i2pd-tools/ Anna Vyalkova
2025-03-05 13:42 Anna Vyalkova
2024-11-20 6:16 Anna Vyalkova
2024-06-30 4:10 Anna Vyalkova
2023-11-25 18:15 Anna Vyalkova
2023-03-21 1:31 Anna Vyalkova
2023-03-20 6:00 Anna Vyalkova
2022-11-26 13:51 Anna Vyalkova
2022-11-03 3:09 Anna Vyalkova
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=1683518979.c37e2d6e364c035fa11c6dd77be1813b8f12abdc.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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