public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/zcock/
Date: Mon,  7 Oct 2024 09:59:42 +0000 (UTC)	[thread overview]
Message-ID: <1728294126.d570fe29c365d1eb5e9ccffa9ba2dace41c6d062.davidroman@gentoo> (raw)

commit:     d570fe29c365d1eb5e9ccffa9ba2dace41c6d062
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  7 09:42:06 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  7 09:42:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d570fe29

app-misc/zcock: drop 0.2.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/zcock/Manifest           |  2 --
 app-misc/zcock/zcock-0.2.0.ebuild | 29 -----------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest
index da05f0bb0..5266b151e 100644
--- a/app-misc/zcock/Manifest
+++ b/app-misc/zcock/Manifest
@@ -1,6 +1,4 @@
 DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce
-DIST zcock-0.2.0-vendor.tar.xz 217732 BLAKE2B 477fc89b12f183a499084ed11b674d94a7a9c9bcee5bf4d66d21ea1266d438c98279f2ca254d254d0b0ff9898c4bf7b5296d94165981752732470a7304a504ab SHA512 fb243484635739964d8620922d5099e48b82f3573aac9fbeeeaab2cba181e3eeca2508c824e8c46fb2b82b30bdb1658eb4e3d390aa87168efb6445e09d6c37d9
-DIST zcock-0.2.0.tar.gz 5522 BLAKE2B a20b584746368cfbc95566234058015a28139f759c0f922b6b5b2db20708b79fa290dd3f7bff1993ab765ae35c003909728da68948f29c35a64370fc78d2ecb5 SHA512 acb433263259e3df2f6e13e9caa57a87f1d0d4f2e167d75a7530e75f70d5dc53f9e3ca6ca5a523e4c1ea2feb77819b70c4dca2ea46711f5135d116333f9ed22c
 DIST zcock-0.2.1-vendor.tar.xz 217552 BLAKE2B 261e8d3aebc6e5834fda3386d622a6f7dd2f3a40b5af85ccc0bd600903eb10d7bf6a510ac86d3149674046ef7762717b7b4bf19b81b292a7cf71cbbc964ac07b SHA512 ab2be640d56b7c35cb45f8963884a8fbcb3fbc0cbd90da8aa79e726fb1e848d48004243dfa382357e9ee2d090b49ad0d3bb3bc743b76b560e7092df4589d6c25
 DIST zcock-0.2.1.tar.gz 5480 BLAKE2B c23ebbe6f9c5b092d162da33abfffcb2d783fd32c397b045e491e1787bf8e5da4ed9567d754ae8ae45e225a8d66bd474c1235f3c8a5031d6016498f66fb1ee66 SHA512 7472d285feebaaec21a743d387805367ca752e99aad00f6296edc767eb6cef32c6c8e53341b6634e27c20ecb2684c19b0042841b8e77ae5a5621e64dcd8eb714
 DIST zcock-0.2.2-vendor.tar.xz 217636 BLAKE2B 31235b4ddfdaddce3e93aecaab5f8fa70b3ab9ba07fb052a843bc8b1b950a2456f37b69666ba22ee8ded3cc7d9ce0e4ee712345278a64e1f3444799bd16f0083 SHA512 045262be31aff91c7ce83b6ef008fa3d364eeb1479735f292d8889167f61cb14aa759c4b29c47b6655cfbe811a5016a8d26986e658e3651dad9edb64a2157c2e

diff --git a/app-misc/zcock/zcock-0.2.0.ebuild b/app-misc/zcock/zcock-0.2.0.ebuild
deleted file mode 100644
index 947fb19c2..000000000
--- a/app-misc/zcock/zcock-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Print an emoji according to traditional chinese calendar and more"
-HOMEPAGE="https://github.com/stkw0/zcock"
-SRC_URI="https://github.com/stkw0/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/xz-utils"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin zcock
-
-	insinto /usr/share
-	doins "${WORKDIR}/IP2LOCATION-LITE-DB5.BIN"
-}


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/zcock/
Date: Mon,  7 Oct 2024 10:03:16 +0000 (UTC)	[thread overview]
Message-ID: <1728294126.d570fe29c365d1eb5e9ccffa9ba2dace41c6d062.davidroman@gentoo> (raw)
Message-ID: <20241007100316.qlu6GIMDv2m1THRga-lAH8H7rJpgCJin8Vu8etvUouY@z> (raw)

commit:     d570fe29c365d1eb5e9ccffa9ba2dace41c6d062
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  7 09:42:06 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  7 09:42:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d570fe29

app-misc/zcock: drop 0.2.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/zcock/Manifest           |  2 --
 app-misc/zcock/zcock-0.2.0.ebuild | 29 -----------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest
index da05f0bb0..5266b151e 100644
--- a/app-misc/zcock/Manifest
+++ b/app-misc/zcock/Manifest
@@ -1,6 +1,4 @@
 DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce
-DIST zcock-0.2.0-vendor.tar.xz 217732 BLAKE2B 477fc89b12f183a499084ed11b674d94a7a9c9bcee5bf4d66d21ea1266d438c98279f2ca254d254d0b0ff9898c4bf7b5296d94165981752732470a7304a504ab SHA512 fb243484635739964d8620922d5099e48b82f3573aac9fbeeeaab2cba181e3eeca2508c824e8c46fb2b82b30bdb1658eb4e3d390aa87168efb6445e09d6c37d9
-DIST zcock-0.2.0.tar.gz 5522 BLAKE2B a20b584746368cfbc95566234058015a28139f759c0f922b6b5b2db20708b79fa290dd3f7bff1993ab765ae35c003909728da68948f29c35a64370fc78d2ecb5 SHA512 acb433263259e3df2f6e13e9caa57a87f1d0d4f2e167d75a7530e75f70d5dc53f9e3ca6ca5a523e4c1ea2feb77819b70c4dca2ea46711f5135d116333f9ed22c
 DIST zcock-0.2.1-vendor.tar.xz 217552 BLAKE2B 261e8d3aebc6e5834fda3386d622a6f7dd2f3a40b5af85ccc0bd600903eb10d7bf6a510ac86d3149674046ef7762717b7b4bf19b81b292a7cf71cbbc964ac07b SHA512 ab2be640d56b7c35cb45f8963884a8fbcb3fbc0cbd90da8aa79e726fb1e848d48004243dfa382357e9ee2d090b49ad0d3bb3bc743b76b560e7092df4589d6c25
 DIST zcock-0.2.1.tar.gz 5480 BLAKE2B c23ebbe6f9c5b092d162da33abfffcb2d783fd32c397b045e491e1787bf8e5da4ed9567d754ae8ae45e225a8d66bd474c1235f3c8a5031d6016498f66fb1ee66 SHA512 7472d285feebaaec21a743d387805367ca752e99aad00f6296edc767eb6cef32c6c8e53341b6634e27c20ecb2684c19b0042841b8e77ae5a5621e64dcd8eb714
 DIST zcock-0.2.2-vendor.tar.xz 217636 BLAKE2B 31235b4ddfdaddce3e93aecaab5f8fa70b3ab9ba07fb052a843bc8b1b950a2456f37b69666ba22ee8ded3cc7d9ce0e4ee712345278a64e1f3444799bd16f0083 SHA512 045262be31aff91c7ce83b6ef008fa3d364eeb1479735f292d8889167f61cb14aa759c4b29c47b6655cfbe811a5016a8d26986e658e3651dad9edb64a2157c2e

diff --git a/app-misc/zcock/zcock-0.2.0.ebuild b/app-misc/zcock/zcock-0.2.0.ebuild
deleted file mode 100644
index 947fb19c2..000000000
--- a/app-misc/zcock/zcock-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Print an emoji according to traditional chinese calendar and more"
-HOMEPAGE="https://github.com/stkw0/zcock"
-SRC_URI="https://github.com/stkw0/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/xz-utils"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin zcock
-
-	insinto /usr/share
-	doins "${WORKDIR}/IP2LOCATION-LITE-DB5.BIN"
-}


             reply	other threads:[~2024-10-07  9:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07  9:59 David Roman [this message]
2024-10-07 10:03 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/zcock/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  9:59 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-25 13:49 David Roman
2024-07-25 13:49 David Roman
2024-02-24 13:44 [gentoo-commits] repo/proj/guru:master " David Roman
2024-02-24 13:38 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-11-10 23:16 David Roman
2023-11-10 20:18 [gentoo-commits] repo/proj/guru:master " David Roman
2023-11-10 20:09 ` [gentoo-commits] repo/proj/guru:dev " David Roman

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=1728294126.d570fe29c365d1eb5e9ccffa9ba2dace41c6d062.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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