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: Sat, 24 Feb 2024 13:44:20 +0000 (UTC) [thread overview] Message-ID: <1708781906.13f825d1b54ddc2f58d6336db88921e3a2b9782e.davidroman@gentoo> (raw) commit: 13f825d1b54ddc2f58d6336db88921e3a2b9782e Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Sat Feb 24 13:38:05 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Feb 24 13:38:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13f825d1 app-misc/zcock: add 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 insertions(+) diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest index c4ebffd045..6b34387fa0 100644 --- a/app-misc/zcock/Manifest +++ b/app-misc/zcock/Manifest @@ -1,3 +1,5 @@ DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce DIST zcock-0.1.0-vendor.tar.xz 201888 BLAKE2B 7a194b5a6d52f080e872444ecf648501fd2c4ad185a718d5810423babe89832783fbff8e9985251301319e0f7109556b21e633a6ee25ea7f94aec23a058608e9 SHA512 9bfa277f4c524cf958a00d41e000920541b607fcfe5692d6e7e4175f19c57b49ee45914ca1132df84a4d2d1137399b408d989d5da2f20145b665c2e810ec0e65 DIST zcock-0.1.0.tar.gz 5245 BLAKE2B f446c3356414ca17464ed5f5e9c0c454b8578347b03129e48dd8edddbe07727d4912e873607a341330a57d5b2a9fe6dfbf2d9991f9556e63170fe2937de47697 SHA512 d56fb1951d353e75f6ee5a1f431370643e6a4940a2f7ecbbecd4736586099792c843a876195f79edb34e5034c749079ff66c14f75161aad25c8e4875e9812ef4 +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 diff --git a/app-misc/zcock/zcock-0.2.0.ebuild b/app-misc/zcock/zcock-0.2.0.ebuild new file mode 100644 index 0000000000..947fb19c26 --- /dev/null +++ b/app-misc/zcock/zcock-0.2.0.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 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:dev commit in: app-misc/zcock/ Date: Sat, 24 Feb 2024 13:38:38 +0000 (UTC) [thread overview] Message-ID: <1708781906.13f825d1b54ddc2f58d6336db88921e3a2b9782e.davidroman@gentoo> (raw) Message-ID: <20240224133838.G2ZgFOPElDPpvGMJnP0BD4iLkhyDJStdCnYxfSjnm8c@z> (raw) commit: 13f825d1b54ddc2f58d6336db88921e3a2b9782e Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Sat Feb 24 13:38:05 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Feb 24 13:38:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13f825d1 app-misc/zcock: add 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 insertions(+) diff --git a/app-misc/zcock/Manifest b/app-misc/zcock/Manifest index c4ebffd045..6b34387fa0 100644 --- a/app-misc/zcock/Manifest +++ b/app-misc/zcock/Manifest @@ -1,3 +1,5 @@ DIST IP2LOCATION-LITE-DB5.BIN.lzma 7363264 BLAKE2B c07b5c67d563c5a92b6e8f4e452806729e4da53141470158c818860593c0f33fe1f30994619439c569bce1be32bbdafd4a04c789b291fc6a6feac94d639a972a SHA512 7b8de3d7a1d819826599d9b97c198bfe1b6847607cacfa2ad3ac3f9c53184773c441164ef72e88d5e9502688df35a03d28735c3164f6f5c7831f7d2b6e7df2ce DIST zcock-0.1.0-vendor.tar.xz 201888 BLAKE2B 7a194b5a6d52f080e872444ecf648501fd2c4ad185a718d5810423babe89832783fbff8e9985251301319e0f7109556b21e633a6ee25ea7f94aec23a058608e9 SHA512 9bfa277f4c524cf958a00d41e000920541b607fcfe5692d6e7e4175f19c57b49ee45914ca1132df84a4d2d1137399b408d989d5da2f20145b665c2e810ec0e65 DIST zcock-0.1.0.tar.gz 5245 BLAKE2B f446c3356414ca17464ed5f5e9c0c454b8578347b03129e48dd8edddbe07727d4912e873607a341330a57d5b2a9fe6dfbf2d9991f9556e63170fe2937de47697 SHA512 d56fb1951d353e75f6ee5a1f431370643e6a4940a2f7ecbbecd4736586099792c843a876195f79edb34e5034c749079ff66c14f75161aad25c8e4875e9812ef4 +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 diff --git a/app-misc/zcock/zcock-0.2.0.ebuild b/app-misc/zcock/zcock-0.2.0.ebuild new file mode 100644 index 0000000000..947fb19c26 --- /dev/null +++ b/app-misc/zcock/zcock-0.2.0.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 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" +}
next reply other threads:[~2024-02-24 13:44 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-02-24 13:44 David Roman [this message] 2024-02-24 13:38 ` [gentoo-commits] repo/proj/guru:dev commit in: app-misc/zcock/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-10-07 9:59 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 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 2023-11-10 23:16 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-11-12 0:50 ` [gentoo-commits] repo/proj/guru:master " David Roman 2023-11-10 20:18 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=1708781906.13f825d1b54ddc2f58d6336db88921e3a2b9782e.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: linkBe 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