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:master commit in: app-misc/zcock/
Date: Fri, 10 Nov 2023 20:18:17 +0000 (UTC)	[thread overview]
Message-ID: <1699646918.8c1d9eec779cbf6a7f60700458ed645a455ae758.davidroman@gentoo> (raw)

commit:     8c1d9eec779cbf6a7f60700458ed645a455ae758
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Nov 10 20:08:38 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 10 20:08:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1d9eec

app-misc/zcock: new package, add 0.0.2

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

 app-misc/zcock/Manifest           |  3 +++
 app-misc/zcock/metadata.xml       | 11 +++++++++++
 app-misc/zcock/zcock-0.0.2.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest
new file mode 100644
index 0000000000..ea0c941a4b
--- /dev/null
+++ b/app-misc/zcock/Manifest
@@ -0,0 +1,3 @@
+DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce
+DIST zcock-0.0.2-vendor.tar.xz 179152 BLAKE2B 7fd40c6565f455a52911e18ce8b0b03c565fa2e79f39a52d3d11a9546d7d9f4e7ecd6667782026227992ac90319f14849745ccd8f1cd3d64e0b1b7933f44b1b6 SHA512 73c29cfcc62d9448a9a7edf75d4186b3928f70b26270c5da848c222ca5179f7c9e2efee2b7c08e8ae50cd1db33311a240528d9dd9a8daabd92e964ee6eccc4a1
+DIST zcock-0.0.2.tar.gz 4643 BLAKE2B a22e57129f330633b13278a5ce9161bd680a952276703283ac6ef0918f5331f84400f8cf3941e9e9e836a3f643e3db4ba68be34d37af21472c3b169cd02b2a06 SHA512 8d7d52784057ccb91261354f6e8fb978d6c20c24955d0c388d2f9232e6922c60a414e93e5c9efc022be2863d3f83a098cf0c9d94953d7f90cc148e556f458b6d

diff --git a/app-misc/zcock/metadata.xml b/app-misc/zcock/metadata.xml
new file mode 100644
index 0000000000..8c34e8f0fe
--- /dev/null
+++ b/app-misc/zcock/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">stkw0/zcock</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/zcock/zcock-0.0.2.ebuild b/app-misc/zcock/zcock-0.0.2.ebuild
new file mode 100644
index 0000000000..cf04060a00
--- /dev/null
+++ b/app-misc/zcock/zcock-0.0.2.ebuild
@@ -0,0 +1,29 @@
+# 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 chinese calendar"
+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:dev commit in: app-misc/zcock/
Date: Fri, 10 Nov 2023 20:09:14 +0000 (UTC)	[thread overview]
Message-ID: <1699646918.8c1d9eec779cbf6a7f60700458ed645a455ae758.davidroman@gentoo> (raw)
Message-ID: <20231110200914.-Ta6nHnSJBVQdr4M9zG3Z7lR0XW5cDGuvsrOPmsEQlc@z> (raw)

commit:     8c1d9eec779cbf6a7f60700458ed645a455ae758
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Nov 10 20:08:38 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 10 20:08:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1d9eec

app-misc/zcock: new package, add 0.0.2

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

 app-misc/zcock/Manifest           |  3 +++
 app-misc/zcock/metadata.xml       | 11 +++++++++++
 app-misc/zcock/zcock-0.0.2.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest
new file mode 100644
index 0000000000..ea0c941a4b
--- /dev/null
+++ b/app-misc/zcock/Manifest
@@ -0,0 +1,3 @@
+DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce
+DIST zcock-0.0.2-vendor.tar.xz 179152 BLAKE2B 7fd40c6565f455a52911e18ce8b0b03c565fa2e79f39a52d3d11a9546d7d9f4e7ecd6667782026227992ac90319f14849745ccd8f1cd3d64e0b1b7933f44b1b6 SHA512 73c29cfcc62d9448a9a7edf75d4186b3928f70b26270c5da848c222ca5179f7c9e2efee2b7c08e8ae50cd1db33311a240528d9dd9a8daabd92e964ee6eccc4a1
+DIST zcock-0.0.2.tar.gz 4643 BLAKE2B a22e57129f330633b13278a5ce9161bd680a952276703283ac6ef0918f5331f84400f8cf3941e9e9e836a3f643e3db4ba68be34d37af21472c3b169cd02b2a06 SHA512 8d7d52784057ccb91261354f6e8fb978d6c20c24955d0c388d2f9232e6922c60a414e93e5c9efc022be2863d3f83a098cf0c9d94953d7f90cc148e556f458b6d

diff --git a/app-misc/zcock/metadata.xml b/app-misc/zcock/metadata.xml
new file mode 100644
index 0000000000..8c34e8f0fe
--- /dev/null
+++ b/app-misc/zcock/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">stkw0/zcock</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/zcock/zcock-0.0.2.ebuild b/app-misc/zcock/zcock-0.0.2.ebuild
new file mode 100644
index 0000000000..cf04060a00
--- /dev/null
+++ b/app-misc/zcock/zcock-0.0.2.ebuild
@@ -0,0 +1,29 @@
+# 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 chinese calendar"
+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:[~2023-11-10 20:18 UTC|newest]

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