public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/
@ 2025-02-12 10:31 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bd3da3616c8baf896b814f46535c5adc9780bf9e
Author:     Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com>
AuthorDate: Tue Feb 11 19:55:57 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 19:55:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd3da361

app-misc/mymefetch: Replaced some names with ebuild variables

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com>

 app-misc/mymefetch/mymefetch-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/mymefetch/mymefetch-1.1.1.ebuild b/app-misc/mymefetch/mymefetch-1.1.1.ebuild
index b7c830e9f..16dee17b1 100644
--- a/app-misc/mymefetch/mymefetch-1.1.1.ebuild
+++ b/app-misc/mymefetch/mymefetch-1.1.1.ebuild
@@ -5,8 +5,8 @@ EAPI=8
 
 DESCRIPTION="Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME"
 HOMEPAGE="https://codeberg.org/MymeType/mymefetch"
-SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> mymefetch-${PV}.tar.gz"
-S="${WORKDIR}/mymefetch"
+SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 LICENSE="Apache-2.0 FSFAP"
 SLOT="0"
 KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/
@ 2025-02-12 10:31 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     54602d0c6a6c5a14016e2e33f335cb605f7d20ec
Author:     Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com>
AuthorDate: Tue Feb 11 19:02:00 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 19:03:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54602d0c

app-misc/mymefetch: new package, add 1.1.1

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com>

 app-misc/mymefetch/Manifest               |  1 +
 app-misc/mymefetch/metadata.xml           | 11 +++++++++++
 app-misc/mymefetch/mymefetch-1.1.1.ebuild | 12 ++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/app-misc/mymefetch/Manifest b/app-misc/mymefetch/Manifest
new file mode 100644
index 000000000..4f0b6add7
--- /dev/null
+++ b/app-misc/mymefetch/Manifest
@@ -0,0 +1 @@
+DIST mymefetch-1.1.1.tar.gz 6287 BLAKE2B b59a0e21a344cfec113c49eb918334c5d5762b711a1b27921a6794153422ea980f1178289749a127399569d0308e9ee5360ac7b388029ad4f5a77107a30cf5c4 SHA512 f1b759553976dc65df76a3ee6b3a11b13e6e8b4d65c9d93f9fe5c4971612c68e22ff70916b91d77d3054d32db513cf0c1babf3d0db6d89d36fae8477caf5740c

diff --git a/app-misc/mymefetch/metadata.xml b/app-misc/mymefetch/metadata.xml
new file mode 100644
index 000000000..bfa22042d
--- /dev/null
+++ b/app-misc/mymefetch/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>lalibuzduc@gmail.com</email>
+        <name>Alexandru Mihai Buzduc</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="codeberg">MymeType/mymefetch</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/app-misc/mymefetch/mymefetch-1.1.1.ebuild b/app-misc/mymefetch/mymefetch-1.1.1.ebuild
new file mode 100644
index 000000000..b7c830e9f
--- /dev/null
+++ b/app-misc/mymefetch/mymefetch-1.1.1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME"
+HOMEPAGE="https://codeberg.org/MymeType/mymefetch"
+SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> mymefetch-${PV}.tar.gz"
+S="${WORKDIR}/mymefetch"
+LICENSE="Apache-2.0 FSFAP"
+SLOT="0"
+KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/
@ 2025-04-04  8:56 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-04-04  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e68c7191d8e6ba4c6237daa3403cab0e4b8b5ccc
Author:     Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com>
AuthorDate: Thu Apr  3 19:08:44 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Apr  3 19:11:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e68c7191

app-misc/mymefetch: add 1.3, drop 1.2

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com>

 app-misc/mymefetch/{mymefetch-1.2.ebuild => mymefetch-1.3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mymefetch/mymefetch-1.2.ebuild b/app-misc/mymefetch/mymefetch-1.3.ebuild
similarity index 92%
rename from app-misc/mymefetch/mymefetch-1.2.ebuild
rename to app-misc/mymefetch/mymefetch-1.3.ebuild
index 3e9097887..32dd80dc3 100644
--- a/app-misc/mymefetch/mymefetch-1.2.ebuild
+++ b/app-misc/mymefetch/mymefetch-1.3.ebuild
@@ -7,6 +7,6 @@ DESCRIPTION="MymeType's own neofetch-like Bash script"
 HOMEPAGE="https://codeberg.org/MymeType/mymefetch"
 SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}"
-LICENSE="Apache-2.0 FSFAP"
+LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/
@ 2025-04-04  8:56 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-04-04  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bf9583f0612fe533005b81914fb97c013f0061b4
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Apr  3 19:59:42 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Apr  3 19:59:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf9583f0

app-misc/mymefetch: update Manifest

Signed-off-by: demize <demize <AT> unstable.systems>

 app-misc/mymefetch/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mymefetch/Manifest b/app-misc/mymefetch/Manifest
index c2c2ac9b4..34b7d69ef 100644
--- a/app-misc/mymefetch/Manifest
+++ b/app-misc/mymefetch/Manifest
@@ -1 +1 @@
-DIST mymefetch-1.2.tar.gz 36570 BLAKE2B ab3c35424d0f843ef7407e1197a18e768e96350cab4e58888c4e600517e2c63a679f7cf721c8bc6df6db462996179ad9ffa8d7284f0ad86aee80bdf5be743f86 SHA512 dfbbb0da69500ee40c0106c2ba9dad237068b286f3471ff26b79041f5261ec6f58a52e75f293e270819c2f89ebc88deefc699415cf45cbd6caec79fd0745a3ea
+DIST mymefetch-1.3.tar.gz 32945 BLAKE2B df88388eccbf1f23e7f375406af5c366810da6d29ff2e139fac8eea8ddfd205632fc9b5c6bab89c17dfdb85a67918efbab052b039299e2a3c82d34cec6d684e5 SHA512 1b2d8d497f497e0ec44a727f674556f84c1867db4db27c13f234be1f09cd59168ad258f439c16838d0ad7cc2d93896bfd3468fc61c1ff67da46362b38128f521


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/
@ 2025-04-07  9:32 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-04-07  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ac24d62a6e4fdc4883675610912aa7fb7233261d
Author:     Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com>
AuthorDate: Sun Apr  6 13:11:35 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Apr  6 13:11:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac24d62a

app-misc/mymefetch: Add ~arm64 keyword

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com>

 app-misc/mymefetch/mymefetch-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mymefetch/mymefetch-1.3.ebuild b/app-misc/mymefetch/mymefetch-1.3.ebuild
index 32dd80dc3..38f52f393 100644
--- a/app-misc/mymefetch/mymefetch-1.3.ebuild
+++ b/app-misc/mymefetch/mymefetch-1.3.ebuild
@@ -9,4 +9,4 @@ SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> ${P}.t
 S="${WORKDIR}/${PN}"
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-04-07  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 10:31 [gentoo-commits] repo/proj/guru:master commit in: app-misc/mymefetch/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07  9:32 David Roman
2025-04-04  8:56 David Roman
2025-04-04  8:56 David Roman
2025-02-12 10:31 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox