public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-client/telescope/
Date: Mon, 30 May 2022 17:47:27 +0000 (UTC)	[thread overview]
Message-ID: <1653932822.dd9d8e9583e30e19d5920df6d0390d76b68b8832.cybertailor@gentoo> (raw)

commit:     dd9d8e9583e30e19d5920df6d0390d76b68b8832
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 30 17:44:39 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 30 17:47:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd9d8e95

net-client/telescope: drop 0.6.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/telescope/Manifest               |  2 --
 net-client/telescope/telescope-0.6.1.ebuild | 55 -----------------------------
 2 files changed, 57 deletions(-)

diff --git a/net-client/telescope/Manifest b/net-client/telescope/Manifest
index 6b4bf697a..e8203921c 100644
--- a/net-client/telescope/Manifest
+++ b/net-client/telescope/Manifest
@@ -1,5 +1,3 @@
-DIST telescope-0.6.1.sha.sig 437 BLAKE2B 6ebfe552772f99c4ffba71db429ecbc12b3722154137965b93d250389c91a3ef00da4578b1987e0d9867ae4e0a8af64280192fa30cb1d45f01f0791d8741d6b5 SHA512 c963c43f8e17b6bb5e964f999d041e3cf6bdee14c2123b5e5041511cdef63f5e308c8b4d31c9eee32708d9a54c75cc43cb65b32b89f2f8b13918b54f216350db
-DIST telescope-0.6.1.tar.gz 277742 BLAKE2B 3a782084dbb2f56836fcb5f68158c4b767d3ca742d6d177aca00757485ee0854b56b7f561a3f2040382584087f0a5e7936e7c2daa959b5549f1fd678b4b22ba6 SHA512 aff74406c87ed59a3adec7e5d43ac99f4e8d18e761d7590197ab86b4b8fd50882bcc783f47e1da8eab2a0a632a8b78212b45b1ab314527fc7b96fb2cb16d78f0
 DIST telescope-0.7.1.sha.sig 731 BLAKE2B f70f261e517a3eb3a6c853e7fee373d83cdd2a02c715fe1a8badad41c48d5791af968ddaf53eaaa0b7d26ee0c2b6e8d40174a344c2e9ba3c957c1a0428c89138 SHA512 233749dc11a47c4b27703bf74a434be445b5de708297e6737d4d17a076d97b04819a02ee75c53fdf2266eeaf31b5dae39b72d87839d7855adf7c23efe639ec3f
 DIST telescope-0.7.1.tar.gz 282170 BLAKE2B bf0f0ed5299ce0e2d5bc1970de13ccaeb9180f6dae30d0771f7942acbf90be6f37d8c30fb710ca89c644c1257c4f2538d6080f55f8c0e0223370120c9bc478b9 SHA512 2c56bfc2bf107dc27ac569539a2db405dafe1de9604e13544c293d81667c4172d617dbacfd1403fad68950d73d4e2f1ca08204c6ac2bef17bd8591e53c38e808
 DIST telescope-0.8.1.sha.sig 437 BLAKE2B 54c176b06012f32d3b31370baebcf3c2887eb57db64559f59b942f9527ee069c5b08a1516659743cb8b8d5f0ba4202ff49360c835af28c8fb3a693d3e0a856a6 SHA512 3952bb740f2146c157b613b90563b7b7badefb8fa99849dc1d3f124e30cccb6fdf2488e01afb96fc52ae20681fa7fe048e56d3c31c9acc74e300d9c2cce9169d

diff --git a/net-client/telescope/telescope-0.6.1.ebuild b/net-client/telescope/telescope-0.6.1.ebuild
deleted file mode 100644
index 0f77f2d8c..000000000
--- a/net-client/telescope/telescope-0.6.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_METHOD="signify"
-inherit toolchain-funcs verify-sig
-
-DESCRIPTION="w3m-like browser for Gemini"
-HOMEPAGE="https://telescope.omarpolo.com"
-SRC_URI="https://github.com/omar-polo/${PN}/releases/download/${PV}/${P}.tar.gz
-	verify-sig? ( https://github.com/omar-polo/${PN}/releases/download/${PV}/SHA256.sig -> ${P}.sha.sig )"
-
-LICENSE="!libbsd? ( BSD MIT ) ISC unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+libbsd"
-
-DEPEND="
-	dev-libs/imsg-compat
-	dev-libs/libevent:=
-	dev-libs/libretls:=
-	sys-libs/ncurses:=
-	libbsd? ( dev-libs/libbsd )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	verify-sig? ( sec-keys/signify-keys-telescope:$(ver_cut 1-2) )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/signify-keys/${PN}-$(ver_cut 1-2).pub"
-
-src_unpack() {
-	if use verify-sig; then
-		# Too many levels of symbolic links
-		cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die
-		cd "${WORKDIR}" || die
-		verify-sig_verify_signed_checksums \
-			${P}.sha.sig sha256 ${P}.tar.gz
-	fi
-	default
-}
-
-src_configure() {
-	tc-export_build_env BUILD_CC
-	local econf_args=(
-		HOSTCC="${BUILD_CC}"
-		HOSTCFLAGS="${BUILD_CFLAGS}"
-		$(use_with libbsd)
-		--with-libimsg
-	)
-
-	econf "${econf_args[@]}"
-}


             reply	other threads:[~2022-05-30 17:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30 17:47 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  0:31 [gentoo-commits] repo/proj/guru:dev commit in: net-client/telescope/ Anna Vyalkova
2024-06-30 13:50 Takuya Wakazono
2024-06-30  4:10 Anna Vyalkova
2024-04-09  1:24 Anna Vyalkova
2023-11-20  3:50 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
2022-01-16 17:58 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=1653932822.dd9d8e9583e30e19d5920df6d0390d76b68b8832.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