public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-03-26 16:38 Mathieu Tortuyaux
  0 siblings, 0 replies; 8+ messages in thread
From: Mathieu Tortuyaux @ 2021-03-26 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7377c8c7e3cd3537eece01b31c617e0c151e24ab
Author:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Fri Mar 26 15:26:44 2021 +0000
Commit:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Fri Mar 26 15:26:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7377c8c7

app-misc/afetch: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>

 app-misc/afetch/Manifest            |  1 +
 app-misc/afetch/afetch-2.0.1.ebuild | 25 +++++++++++++++++++++++++
 app-misc/afetch/metadata.xml        | 15 +++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/app-misc/afetch/Manifest b/app-misc/afetch/Manifest
new file mode 100644
index 000000000..7d5cbe56d
--- /dev/null
+++ b/app-misc/afetch/Manifest
@@ -0,0 +1 @@
+DIST afetch-2.0.1.tar.gz 80707 BLAKE2B ef3f0331e276b3a4451e704beb90e31f5540581bc262033016d292a85091cbdbda5624658f40a0be3bb0374caae2e54c6301c10f062840a9bc55e04efe259439 SHA512 82b04591189abcc2b4587b0f119c5832a829539d12a099c712ace533cc2612ec6f135b62c72e9515e43235790c087f765f6ba470ee99b1ed71ac1a5f158796cc

diff --git a/app-misc/afetch/afetch-2.0.1.ebuild b/app-misc/afetch/afetch-2.0.1.ebuild
new file mode 100644
index 000000000..166978dbf
--- /dev/null
+++ b/app-misc/afetch/afetch-2.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig
+
+DESCRIPTION="Simple system info written in C"
+HOMEPAGE="https://github.com/13-CF/afetch/"
+SRC_URI="https://github.com/13-CF/afetch/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="savedconfig"
+
+src_prepare() {
+	default
+	restore_config src/config.h
+}
+
+src_install() {
+	emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
+	save_config src/config.h
+}

diff --git a/app-misc/afetch/metadata.xml b/app-misc/afetch/metadata.xml
new file mode 100644
index 000000000..54be64b95
--- /dev/null
+++ b/app-misc/afetch/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+        <maintainer type="person">
+                <email>mathieu.tortuyaux@gmail.com</email>
+                <name>Mathieu Tortuyaux</name>
+        </maintainer>
+	<longdescription lang="en">
+Simple system info written in C
+        </longdescription>
+        <upstream>
+                <bugs-to>https://github.com/13-CF/afetch/issues</bugs-to>
+        </upstream>
+</pkgmetadata>
+


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-03-26 18:11 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-26 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     19ef4c6ea1a80e81632c1e0c73c453d1aa88a54a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 26 18:11:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 26 18:11:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ef4c6e

app-misc/afetch: fix metadata.warning, make indentation consistent

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-misc/afetch/metadata.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-misc/afetch/metadata.xml b/app-misc/afetch/metadata.xml
index 54be64b95..1fd45982a 100644
--- a/app-misc/afetch/metadata.xml
+++ b/app-misc/afetch/metadata.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <maintainer type="person">
-                <email>mathieu.tortuyaux@gmail.com</email>
-                <name>Mathieu Tortuyaux</name>
-        </maintainer>
+	<maintainer type="person">
+		<email>mathieu.tortuyaux@gmail.com</email>
+		<name>Mathieu Tortuyaux</name>
+	</maintainer>
 	<longdescription lang="en">
-Simple system info written in C
-        </longdescription>
-        <upstream>
-                <bugs-to>https://github.com/13-CF/afetch/issues</bugs-to>
-        </upstream>
+		Simple system info written in C
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/13-CF/afetch/issues</bugs-to>
+	</upstream>
 </pkgmetadata>
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-03-27 18:36 Mathieu Tortuyaux
  0 siblings, 0 replies; 8+ messages in thread
From: Mathieu Tortuyaux @ 2021-03-27 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     658a6b335406706e888062c376fb22a31c1fb800
Author:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Sat Mar 27 18:34:55 2021 +0000
Commit:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Sat Mar 27 18:36:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=658a6b33

app-misc/afetch: bump version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>

 app-misc/afetch/Manifest                                     | 2 +-
 app-misc/afetch/{afetch-2.0.1.ebuild => afetch-2.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/afetch/Manifest b/app-misc/afetch/Manifest
index 7d5cbe56d..9a902750a 100644
--- a/app-misc/afetch/Manifest
+++ b/app-misc/afetch/Manifest
@@ -1 +1 @@
-DIST afetch-2.0.1.tar.gz 80707 BLAKE2B ef3f0331e276b3a4451e704beb90e31f5540581bc262033016d292a85091cbdbda5624658f40a0be3bb0374caae2e54c6301c10f062840a9bc55e04efe259439 SHA512 82b04591189abcc2b4587b0f119c5832a829539d12a099c712ace533cc2612ec6f135b62c72e9515e43235790c087f765f6ba470ee99b1ed71ac1a5f158796cc
+DIST afetch-2.1.0.tar.gz 81152 BLAKE2B 261c6ee57de46a42c8b594b306e86503f45f1967df027a1e58212906d4ae1b429bbe5035e62cc53c5bd5ab68bbdc3fb714382a39553c6254847b82ec1d9c4466 SHA512 a5476147b24a3f98f2a0317528ce5c4d6ddf9a8b66cbcd144bf2497b370dabed8be987baf15b7e3eb49c2aeab6af378f9f276884642a55a824aeebd64699e0d1

diff --git a/app-misc/afetch/afetch-2.0.1.ebuild b/app-misc/afetch/afetch-2.1.0.ebuild
similarity index 100%
rename from app-misc/afetch/afetch-2.0.1.ebuild
rename to app-misc/afetch/afetch-2.1.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-03-28  9:39 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ec3fab259062e992f58487d4e912870664305a65
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:30:35 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:30:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec3fab25

app-misc/afetch: remove RedundantLongDescription

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-misc/afetch/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-misc/afetch/metadata.xml b/app-misc/afetch/metadata.xml
index 1fd45982a..002a9687e 100644
--- a/app-misc/afetch/metadata.xml
+++ b/app-misc/afetch/metadata.xml
@@ -5,9 +5,6 @@
 		<email>mathieu.tortuyaux@gmail.com</email>
 		<name>Mathieu Tortuyaux</name>
 	</maintainer>
-	<longdescription lang="en">
-		Simple system info written in C
-	</longdescription>
 	<upstream>
 		<bugs-to>https://github.com/13-CF/afetch/issues</bugs-to>
 	</upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-04-23  7:16 Mathieu Tortuyaux
  0 siblings, 0 replies; 8+ messages in thread
From: Mathieu Tortuyaux @ 2021-04-23  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a1a679c0290acc4c9db11d9024e8a5d5713e52e2
Author:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Fri Apr 23 07:13:53 2021 +0000
Commit:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Fri Apr 23 07:14:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1a679c0

app-misc/afetch: remove direct CC call

Closes: https://bugs.gentoo.org/784809
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>

 app-misc/afetch/afetch-2.1.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-misc/afetch/afetch-2.1.0.ebuild b/app-misc/afetch/afetch-2.1.0.ebuild
index 166978dbf..377e2194e 100644
--- a/app-misc/afetch/afetch-2.1.0.ebuild
+++ b/app-misc/afetch/afetch-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit savedconfig
+inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple system info written in C"
 HOMEPAGE="https://github.com/13-CF/afetch/"
@@ -14,12 +14,16 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="savedconfig"
 
+src_compile() {
+	emake CC="$(tc-getCC)" DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr afetch
+}
+
 src_prepare() {
 	default
 	restore_config src/config.h
 }
 
 src_install() {
-	emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
+	default
 	save_config src/config.h
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-04-28  3:15 Theo Anderson
  0 siblings, 0 replies; 8+ messages in thread
From: Theo Anderson @ 2021-04-28  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2b0956caa6c4f33cfd6641f783b3bb550fb7ef5a
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 02:50:12 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 02:50:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b0956ca

app-misc/afetch: respect CFLAGS/LDFLAGS

Closes: https://bugs.gentoo.org/780762
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 app-misc/afetch/afetch-2.1.0.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-misc/afetch/afetch-2.1.0.ebuild b/app-misc/afetch/afetch-2.1.0.ebuild
index 377e2194e..f8f6f7f09 100644
--- a/app-misc/afetch/afetch-2.1.0.ebuild
+++ b/app-misc/afetch/afetch-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit savedconfig toolchain-funcs
+inherit savedconfig
 
 DESCRIPTION="Simple system info written in C"
 HOMEPAGE="https://github.com/13-CF/afetch/"
@@ -14,16 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="savedconfig"
 
-src_compile() {
-	emake CC="$(tc-getCC)" DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr afetch
-}
-
 src_prepare() {
 	default
+	sed -e '/^CFLAGS/d' -e 's/LDFLAGS =/LDFLAGS +=/' -i Makefile || die
 	restore_config src/config.h
 }
 
 src_install() {
-	default
+	emake DESTDIR="${D}" PREFIX="/usr" install
 	save_config src/config.h
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2021-06-29 12:46 Mathieu Tortuyaux
  0 siblings, 0 replies; 8+ messages in thread
From: Mathieu Tortuyaux @ 2021-06-29 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c6cceb24932da8819a97b7432a8dc10d76f76d60
Author:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 12:40:26 2021 +0000
Commit:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Tue Jun 29 12:41:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6cceb24

app-misc/afetch: bump to 2.2.0

Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>

 app-misc/afetch/Manifest                                     | 2 +-
 app-misc/afetch/{afetch-2.1.0.ebuild => afetch-2.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/afetch/Manifest b/app-misc/afetch/Manifest
index 9a902750a..7190125a4 100644
--- a/app-misc/afetch/Manifest
+++ b/app-misc/afetch/Manifest
@@ -1 +1 @@
-DIST afetch-2.1.0.tar.gz 81152 BLAKE2B 261c6ee57de46a42c8b594b306e86503f45f1967df027a1e58212906d4ae1b429bbe5035e62cc53c5bd5ab68bbdc3fb714382a39553c6254847b82ec1d9c4466 SHA512 a5476147b24a3f98f2a0317528ce5c4d6ddf9a8b66cbcd144bf2497b370dabed8be987baf15b7e3eb49c2aeab6af378f9f276884642a55a824aeebd64699e0d1
+DIST afetch-2.2.0.tar.gz 81913 BLAKE2B 712b652af976ba4804a5f5ce5a98abcd0971fc93129a8942d6d68c4bdf2060223062eb3e753767bf557734616086b0cbaf15df6eae2259688fb3173e5411a229 SHA512 90503f197b454e2edd8d11db3246c57f975b962c639bddc73563c12c5bf63448c4de5b24c550459a3a75cbddb1812a2999363de347c9b970b8eb4d7cd305375c

diff --git a/app-misc/afetch/afetch-2.1.0.ebuild b/app-misc/afetch/afetch-2.2.0.ebuild
similarity index 100%
rename from app-misc/afetch/afetch-2.1.0.ebuild
rename to app-misc/afetch/afetch-2.2.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
@ 2024-02-12 23:35 Piotr Kubaj
  0 siblings, 0 replies; 8+ messages in thread
From: Piotr Kubaj @ 2024-02-12 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4896253f784ebf2ee68eabd2854547b43ff297d3
Author:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Mon Feb 12 23:31:51 2024 +0000
Commit:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Mon Feb 12 23:33:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4896253f

app-misc/afetch: keyword 2.2.0 for ~arm64

Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>

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

diff --git a/app-misc/afetch/afetch-2.2.0.ebuild b/app-misc/afetch/afetch-2.2.0.ebuild
index f8f6f7f095..11fcd6361f 100644
--- a/app-misc/afetch/afetch-2.2.0.ebuild
+++ b/app-misc/afetch/afetch-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/13-CF/afetch/archive/refs/tags/V${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="savedconfig"
 
 src_prepare() {


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

end of thread, other threads:[~2024-02-12 23:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 23:35 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/ Piotr Kubaj
  -- strict thread matches above, loose matches on Subject: below --
2021-06-29 12:46 Mathieu Tortuyaux
2021-04-28  3:15 Theo Anderson
2021-04-23  7:16 Mathieu Tortuyaux
2021-03-28  9:39 Andrew Ammerlaan
2021-03-27 18:36 Mathieu Tortuyaux
2021-03-26 18:11 Andrew Ammerlaan
2021-03-26 16:38 Mathieu Tortuyaux

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