* [gentoo-commits] repo/proj/guru:master commit in: dev-util/tinyxxd/
2025-07-18 9:31 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-07-18 9:35 ` David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-07-18 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 1942ce6b16fc6fdfdd7d54a3d814db367ac6defa
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Jul 18 09:31:30 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul 18 09:31:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1942ce6b
dev-util/tinyxxd: unkeyword 1.3.7 for ~amd64
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-util/tinyxxd/tinyxxd-1.3.7.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-util/tinyxxd/tinyxxd-1.3.7.ebuild b/dev-util/tinyxxd/tinyxxd-1.3.7.ebuild
index 806720ca79..ca38354a6d 100644
--- a/dev-util/tinyxxd/tinyxxd-1.3.7.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-1.3.7.ebuild
@@ -14,7 +14,6 @@ fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
src_install(){
default
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tinyxxd/
@ 2025-07-28 10:51 Lucio Sauer
2025-07-28 11:50 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
0 siblings, 1 reply; 4+ messages in thread
From: Lucio Sauer @ 2025-07-28 10:51 UTC (permalink / raw
To: gentoo-commits
commit: d07b67243ed59f81814cc27220d2b3035a921917
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 28 10:26:21 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 28 10:50:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d07b6724
dev-util/tinyxxd: fix LICENSE
No revbump as -r2 hasn't been merged to master yet.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild | 2 +-
dev-util/tinyxxd/tinyxxd-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
index f4b74e9117..6161c99c59 100644
--- a/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~amd64"
fi
-LICENSE="GPL-2"
+LICENSE="|| ( GPL-2 MIT )"
SLOT="0"
diff --git a/dev-util/tinyxxd/tinyxxd-9999.ebuild b/dev-util/tinyxxd/tinyxxd-9999.ebuild
index f4b74e9117..6161c99c59 100644
--- a/dev-util/tinyxxd/tinyxxd-9999.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-9999.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~amd64"
fi
-LICENSE="GPL-2"
+LICENSE="|| ( GPL-2 MIT )"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/tinyxxd/
@ 2025-07-28 11:50 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-07-28 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 48b3bc60df67790512970ba239c2684d829e9bc6
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Mon Jul 28 00:18:56 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 28 00:20:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48b3bc60
dev-util/tinyxxd: properly setup xxd replacement
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
dev-util/tinyxxd/metadata.xml | 21 ++++++++++++---------
...yxxd-1.3.7-r1.ebuild => tinyxxd-1.3.7-r2.ebuild} | 11 ++++++++---
dev-util/tinyxxd/tinyxxd-9999.ebuild | 11 ++++++++---
3 files changed, 28 insertions(+), 15 deletions(-)
diff --git a/dev-util/tinyxxd/metadata.xml b/dev-util/tinyxxd/metadata.xml
index 97d65d2440..f5d22b49ec 100644
--- a/dev-util/tinyxxd/metadata.xml
+++ b/dev-util/tinyxxd/metadata.xml
@@ -5,13 +5,16 @@
<email>ingenarelitems@gmail.com</email>
<name>ingenarel</name>
</maintainer>
-<longdescription lang="en">
-tinyxxd is a standalone fork of xxd, a slight modernization of the C code, a slight performance increase and a drop-in
-replacement for xxd. It contains the same logic and supports the exact same flags. tinyxxd can be useful in connection
-with building and packaging software, since it's a smaller dependency than ViM, only requires a C11 compiler and is
-slightly faster.
-</longdescription>
-<upstream>
- <remote-id type="github">xyproto/tinyxxd</remote-id>
-</upstream>
+ <longdescription lang="en">
+ tinyxxd is a standalone fork of xxd, a slight modernization of the C code, a slight performance increase and a drop-in
+ replacement for xxd. It contains the same logic and supports the exact same flags. tinyxxd can be useful in connection
+ with building and packaging software, since it's a smaller dependency than ViM, only requires a C11 compiler and is
+ slightly faster.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">xyproto/tinyxxd</remote-id>
+ </upstream>
+ <use>
+ <flag name="xxd">use it as a replacement for xxd</flag>
+ </use>
</pkgmetadata>
diff --git a/dev-util/tinyxxd/tinyxxd-1.3.7-r1.ebuild b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
similarity index 79%
rename from dev-util/tinyxxd/tinyxxd-1.3.7-r1.ebuild
rename to dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
index fc9f027847..f4b74e9117 100644
--- a/dev-util/tinyxxd/tinyxxd-1.3.7-r1.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
@@ -13,12 +13,17 @@ else
KEYWORDS="~amd64"
fi
-RDEPEND="!dev-util/xxd"
-
LICENSE="GPL-2"
+
SLOT="0"
+IUSE="xxd"
+
+RDEPEND="xxd? ( !dev-util/xxd !app-editors/vim-core )"
+
src_install(){
default
- dosym /usr/bin/tinyxxd /usr/bin/xxd
+ if use xxd; then
+ dosym -r /usr/bin/tinyxxd /usr/bin/xxd
+ fi
}
diff --git a/dev-util/tinyxxd/tinyxxd-9999.ebuild b/dev-util/tinyxxd/tinyxxd-9999.ebuild
index fc9f027847..f4b74e9117 100644
--- a/dev-util/tinyxxd/tinyxxd-9999.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-9999.ebuild
@@ -13,12 +13,17 @@ else
KEYWORDS="~amd64"
fi
-RDEPEND="!dev-util/xxd"
-
LICENSE="GPL-2"
+
SLOT="0"
+IUSE="xxd"
+
+RDEPEND="xxd? ( !dev-util/xxd !app-editors/vim-core )"
+
src_install(){
default
- dosym /usr/bin/tinyxxd /usr/bin/xxd
+ if use xxd; then
+ dosym -r /usr/bin/tinyxxd /usr/bin/xxd
+ fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/tinyxxd/
2025-07-28 10:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tinyxxd/ Lucio Sauer
@ 2025-07-28 11:50 ` Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-07-28 11:50 UTC (permalink / raw
To: gentoo-commits
commit: d07b67243ed59f81814cc27220d2b3035a921917
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 28 10:26:21 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 28 10:50:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d07b6724
dev-util/tinyxxd: fix LICENSE
No revbump as -r2 hasn't been merged to master yet.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild | 2 +-
dev-util/tinyxxd/tinyxxd-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
index f4b74e9117..6161c99c59 100644
--- a/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-1.3.7-r2.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~amd64"
fi
-LICENSE="GPL-2"
+LICENSE="|| ( GPL-2 MIT )"
SLOT="0"
diff --git a/dev-util/tinyxxd/tinyxxd-9999.ebuild b/dev-util/tinyxxd/tinyxxd-9999.ebuild
index f4b74e9117..6161c99c59 100644
--- a/dev-util/tinyxxd/tinyxxd-9999.ebuild
+++ b/dev-util/tinyxxd/tinyxxd-9999.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~amd64"
fi
-LICENSE="GPL-2"
+LICENSE="|| ( GPL-2 MIT )"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-28 11:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 10:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tinyxxd/ Lucio Sauer
2025-07-28 11:50 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
-- strict thread matches above, loose matches on Subject: below --
2025-07-28 11:50 Lucio Sauer
2025-07-18 9:31 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-07-18 9:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox