From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B327B158094 for ; Wed, 28 Sep 2022 16:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C87E08F2; Wed, 28 Sep 2022 16:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86E1BE08F3 for ; Wed, 28 Sep 2022 16:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18D1340F90 for ; Wed, 28 Sep 2022 16:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 592C05F9 for ; Wed, 28 Sep 2022 16:05:01 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1664324841.c8dd634f37b462cba0b748d1c7855af9229a79e4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/deblob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/deblob/Manifest dev-util/deblob/deblob-0.1.ebuild dev-util/deblob/deblob-9999.ebuild X-VCS-Directories: dev-util/deblob/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c8dd634f37b462cba0b748d1c7855af9229a79e4 X-VCS-Branch: master Date: Wed, 28 Sep 2022 16:05:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09d7d1df-9ac7-4433-94cb-1a5a6c093720 X-Archives-Hash: 4f1c9830e5af3e03e84d94b4b943016b commit: c8dd634f37b462cba0b748d1c7855af9229a79e4 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Wed Sep 28 00:27:21 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Sep 28 00:27:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8dd634f dev-util/deblob: add 0.1 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-util/deblob/Manifest | 1 + dev-util/deblob/{deblob-9999.ebuild => deblob-0.1.ebuild} | 12 +++++++----- dev-util/deblob/deblob-9999.ebuild | 12 +++++++----- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/dev-util/deblob/Manifest b/dev-util/deblob/Manifest new file mode 100644 index 000000000..d534dd726 --- /dev/null +++ b/dev-util/deblob/Manifest @@ -0,0 +1 @@ +DIST deblob-0.1.tar.gz 10553 BLAKE2B 42253d68d2f424a5a40615b439d126a85ab66e1983e27b2e707ec8914452b2b1d263ee073a62ab5e96a3f3def59271a7301dbb85859c7f61851f7e67a88006ce SHA512 2979e676ebcc41c18a3fbcc041427b1e3515203c070da88bef63946c9449e2e3e7f7b26d563b9b8e11979673436fb05a355b5014496fc708eeffade1cea1ac3a diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-0.1.ebuild similarity index 67% copy from dev-util/deblob/deblob-9999.ebuild copy to dev-util/deblob/deblob-0.1.ebuild index 3c186d3a6..c7aef7e2e 100644 --- a/dev-util/deblob/deblob-9999.ebuild +++ b/dev-util/deblob/deblob-0.1.ebuild @@ -3,17 +3,19 @@ EAPI=8 -inherit git-r3 +if [[ "$PV" == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" +else + SRC_URI="https://hacktivis.me/releases/${P}.tar.gz" +fi DESCRIPTION="remove binary executables from a directory" HOMEPAGE="https://git.sr.ht/~lanodan/deblob" -EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" LICENSE="BSD" SLOT="0" -DEPEND=" - dev-lang/hare:= -" +DEPEND="dev-lang/hare:=" RDEPEND="" # built by hare diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-9999.ebuild index 3c186d3a6..c7aef7e2e 100644 --- a/dev-util/deblob/deblob-9999.ebuild +++ b/dev-util/deblob/deblob-9999.ebuild @@ -3,17 +3,19 @@ EAPI=8 -inherit git-r3 +if [[ "$PV" == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" +else + SRC_URI="https://hacktivis.me/releases/${P}.tar.gz" +fi DESCRIPTION="remove binary executables from a directory" HOMEPAGE="https://git.sr.ht/~lanodan/deblob" -EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" LICENSE="BSD" SLOT="0" -DEPEND=" - dev-lang/hare:= -" +DEPEND="dev-lang/hare:=" RDEPEND="" # built by hare