public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "YOSHIOKA Takuma" <lo48576@hard-wi.red>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hex/
Date: Fri,  4 Dec 2020 08:20:22 +0000 (UTC)	[thread overview]
Message-ID: <1607066881.697e56a2c58213b2ad3018ac84c72cc9af8ea35f.YOSHIOKATakuma@gentoo> (raw)

commit:     697e56a2c58213b2ad3018ac84c72cc9af8ea35f
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Fri Dec  4 07:28:01 2020 +0000
Commit:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
CommitDate: Fri Dec  4 07:28:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=697e56a2

sys-apps/hex: fix 0.4.0 ebuild (make emergeable and more)

* Add hex source itself to `SRC_URI`
    + Cannot compile without this.
* Use consistent `DESCRIPTION` among older versions
    + There seems no reasons to change.
* Loosen license
    + `Apache-2.0 OR MIT` crates are already covered by accepting `MIT`.
* Install `README.md` document
    + This file contains useful CLI option examples.

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 sys-apps/hex/Manifest         |  1 +
 sys-apps/hex/hex-0.4.0.ebuild | 13 ++++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/sys-apps/hex/Manifest b/sys-apps/hex/Manifest
index 68c77ec3..6ab418de 100644
--- a/sys-apps/hex/Manifest
+++ b/sys-apps/hex/Manifest
@@ -8,6 +8,7 @@ DIST clap-2.33.3.crate 201925 BLAKE2B bec9c866481c5b3fddeb314f68af9bce38fc421e42
 DIST difference-2.0.0.crate 147616 BLAKE2B d720202ba8d73fb9b3cc6a982208e4fbe22eda4b3e296f4238a7b2d8ed0339827ca5a3d93a983396901614a9eabe36a0baf55ecc5f55075ebf7fa1e4c0699eb2 SHA512 cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482
 DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd SHA512 e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 DIST hex-0.3.2.tar.gz 164118 BLAKE2B dbc6427ae744f856acf6aeb8b204aa31e91e22c412a909cc58a32bc9035be98257d16917fbcb0a56a3c478486f54ac9dfd700c7a8d8c3a878e62d7e6bed4b603 SHA512 3a071296f84b1cea792f9ab3cd65bd91f0af4ab8b5b7834b2890f4692eaf6b32dddddaaec9c9d2c4357f9f3ecc708f6b214acebe3e7efd9b9e3887d70beacf14
+DIST hex-0.4.0.tar.gz 164314 BLAKE2B a93f20811b3b38b14c2f357d838d7425634221bfc1247bb09c18cb3577e56f8a7ba3f08a8583e7174d9993825f327078ea5a0453998feed99cf9317770c73014 SHA512 8ff334e97d7befa228ed50dffeba210338299baf49727c92d5e5c7c15899461c47750673b92635c6f6fa2635b5724a3fd2ae7feb0f9dd1f0295e2c46b51d31fb
 DIST libc-0.2.47.crate 351491 BLAKE2B 10ff90405b911c40478793cadc9a1962e14eb4d7b4ff758554a225bb87340989bbd6089441eaa2638db93782de7d0faba20f77a7e3569a52cec40ba55eb56c06 SHA512 f0eddcbe456b1ee2da22963585ff689ad44f0f8d70af33d9bec41a1ec5a1b3dee26fbeaa29786792cd44d020fc56461b44bbb2da962662377552fa562b2694f6
 DIST no_color-0.1.0.crate 2407 BLAKE2B aa605231ff789855729f8832ef37378cf2448091d8c06f903c2c7c6c532bbc753a876c66abb3aadd999eef01a947f491ae211aca263a29a3a942b61a2d5e2b3a SHA512 6b6fbb9f2a298dec7dac54410177a6e6e44cf0be148f4452e397c11cfdccc2ed1ebaf198b88b5e2081abbb31333b1d908df288c219eaa6260c6ee01cb8a80a7f
 DIST predicates-1.0.5.crate 26097 BLAKE2B 4adc79981c706796bef11e75e4a87cdfc5ff7f5066869f8d26f5ba0f3699c292edd6e5dd1be8854ff9e8b2604bf24904f1242056719e1d863951ca6f5ad042ae SHA512 696890cb9ed83b6ebd1b46e42bde95b148fe067174b0057e4ae83d9b3a4d2043dcedf0cc58b78e88b36a460402cd6359580356018986b4a136cba9e1afde55b6

diff --git a/sys-apps/hex/hex-0.4.0.ebuild b/sys-apps/hex/hex-0.4.0.ebuild
index 0bb5114b..837cde3b 100644
--- a/sys-apps/hex/hex-0.4.0.ebuild
+++ b/sys-apps/hex/hex-0.4.0.ebuild
@@ -33,11 +33,18 @@ CRATES="
 
 inherit cargo
 
-DESCRIPTION="Futuristic take on hexdump, made in Rust."
+DESCRIPTION="Futuristic take on hexdump"
 HOMEPAGE="https://github.com/sitkevij/hex"
-SRC_URI="$(cargo_crate_uris ${CRATES})"
+SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	$(cargo_crate_uris ${CRATES})"
 
-LICENSE="Apache-2.0 MIT"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RESTRICT="mirror"
+
+src_install() {
+	cargo_src_install
+
+	dodoc README.md
+}


             reply	other threads:[~2020-12-04  8:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04  8:20 YOSHIOKA Takuma [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 23:30 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hex/ Lucio Sauer
2024-05-14 23:30 Lucio Sauer
2024-01-03 16:15 YOSHIOKA Takuma
2024-01-03 16:15 YOSHIOKA Takuma
2023-12-05 19:49 YOSHIOKA Takuma
2023-12-05 19:49 YOSHIOKA Takuma
2021-08-28 22:07 YOSHIOKA Takuma
2021-04-07 18:03 YOSHIOKA Takuma
2021-02-23 19:22 YOSHIOKA Takuma
2020-12-04  5:54 Theo Anderson
2020-12-04  5:54 Theo Anderson
2020-11-09 18:23 YOSHIOKA Takuma
2020-11-06 19:25 YOSHIOKA Takuma
2020-09-13 11:26 YOSHIOKA Takuma
2020-04-10 14:46 YOSHIOKA Takuma

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=1607066881.697e56a2c58213b2ad3018ac84c72cc9af8ea35f.YOSHIOKATakuma@gentoo \
    --to=lo48576@hard-wi.red \
    --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