[gentoo-commits] repo/gentoo:master commit in: dev-util/abootimg/

2024-04-13 Thread Arthur Zamarin
commit: 044de25e570dcf2e2f013aab426dffe96196f4cd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Apr  7 15:01:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 09:14:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044de25e

dev-util/abootimg: add missing remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36152
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/abootimg/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/abootimg/metadata.xml b/dev-util/abootimg/metadata.xml
index 4d1e1ea205c7..4d80879003ea 100644
--- a/dev-util/abootimg/metadata.xml
+++ b/dev-util/abootimg/metadata.xml
@@ -5,4 +5,7 @@
zx...@gentoo.org
Jason A. Donenfeld

+   
+   ajs124/abootimg
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/abootimg/

2024-04-13 Thread Arthur Zamarin
commit: a057931b226a45fd46291d5013f85a543fc9ad1e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Apr  7 14:54:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 09:14:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a057931b

dev-util/abootimg: EAPI8 bump, fix bug #724060

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

Closes: https://bugs.gentoo.org/724060
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/abootimg/Manifest   |  2 +-
 ...otimg-20150323.ebuild => abootimg-20150323-r1.ebuild} | 16 ++--
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-util/abootimg/Manifest b/dev-util/abootimg/Manifest
index d39ce7b3aacc..033af003275f 100644
--- a/dev-util/abootimg/Manifest
+++ b/dev-util/abootimg/Manifest
@@ -1 +1 @@
-DIST abootimg-20150323.tar.gz 19311 BLAKE2B 
d9e9d1de33be581dcca294300b433675c4bf98c19dd29a622767d914cc71bf8900120fc4150c542506af5a3faa7a3e03dbfab3f92bfd975a6bde51eac5ed
 SHA512 
38e633c5c32bae472cd1ade9f4a3fa9a5e8ecd17da947aeaf976f639966007ba776a3ac877a607c9f3a416c67682afc9f7789e1560625b75aeaf78a88dfce558
+DIST abootimg-20150323.tar.bz2 17906 BLAKE2B 
bdb87579d1117935cd8c6cc1abe9bd006dceacb400be6988bb2efd4b734e2e859ebc93fdb5841419bb25cb74d05aa753692ff8ad9816470d46b4f928cac652b2
 SHA512 
682c38ac64011ed5bd8742d8cdebb8090dd1bb0a2d60958545a2f518f09622e5fbe67598c7e32bfdb4228ff23b6e56f81330d69eea02a680c3a72df01f99e6b7

diff --git a/dev-util/abootimg/abootimg-20150323.ebuild 
b/dev-util/abootimg/abootimg-20150323-r1.ebuild
similarity index 54%
rename from dev-util/abootimg/abootimg-20150323.ebuild
rename to dev-util/abootimg/abootimg-20150323-r1.ebuild
index 42bf4e6748cb..e2e7a47c1899 100644
--- a/dev-util/abootimg/abootimg-20150323.ebuild
+++ b/dev-util/abootimg/abootimg-20150323-r1.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
 
 COMMIT="1ebeb393252ab5aeed62e34bc439b6728444f06e"
 DESCRIPTION="Manipulate Android boot images"
 HOMEPAGE="https://gitlab.com/ajs124/abootimg;
-SRC_URI="https://gitlab.com/ajs124/abootimg/repository/archive.tar.gz?ref=$COMMIT
 -> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/ajs124/abootimg/-/archive/${COMMIT}/abootimg-${COMMIT}.tar.bz2
 -> ${P}.tar.bz2"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="sys-apps/util-linux"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
 
 src_install() {
dobin abootimg



[gentoo-commits] repo/gentoo:master commit in: dev-util/abootimg/

2020-05-04 Thread Mart Raudsepp
commit: 2891cc70de9222eaca2032b892ce2c8065a44c86
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May  3 12:14:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2891cc70

dev-util/abootimg: arm64 keyworded (bug #662256)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/abootimg/abootimg-20150323.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/abootimg/abootimg-20150323.ebuild 
b/dev-util/abootimg/abootimg-20150323.ebuild
index 8939a70bcb3..99295b45829 100644
--- a/dev-util/abootimg/abootimg-20150323.ebuild
+++ b/dev-util/abootimg/abootimg-20150323.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://gitlab.com/ajs124/abootimg/repository/archive.tar.gz?ref=$COMMI
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="sys-apps/util-linux"



[gentoo-commits] repo/gentoo:master commit in: dev-util/abootimg/

2017-02-24 Thread Jason Donenfeld
commit: f432a407563b0c856e2451dc4edb3bbf83430fbd
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Feb 24 16:03:25 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Feb 24 16:04:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f432a407

dev-util/abootimg: import

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/abootimg/Manifest |  1 +
 dev-util/abootimg/abootimg-20150323.ebuild | 24 
 dev-util/abootimg/metadata.xml |  8 
 3 files changed, 33 insertions(+)

diff --git a/dev-util/abootimg/Manifest b/dev-util/abootimg/Manifest
new file mode 100644
index 00..e59f881697
--- /dev/null
+++ b/dev-util/abootimg/Manifest
@@ -0,0 +1 @@
+DIST abootimg-20150323.tar.gz 19311 SHA256 
36efff208101a8d04cc84085849cda3300cea71f062c8d425c534e5f85f6cc3f SHA512 
38e633c5c32bae472cd1ade9f4a3fa9a5e8ecd17da947aeaf976f639966007ba776a3ac877a607c9f3a416c67682afc9f7789e1560625b75aeaf78a88dfce558
 WHIRLPOOL 
eb94ba4307508dea8d3a63a5981173c2f234111eb6c10aa6b57c56547c9c938397b57d5e758391bc9457826a7e39d877ddb5765829359e93ac2b56780a9370c0

diff --git a/dev-util/abootimg/abootimg-20150323.ebuild 
b/dev-util/abootimg/abootimg-20150323.ebuild
new file mode 100644
index 00..97a6c82130
--- /dev/null
+++ b/dev-util/abootimg/abootimg-20150323.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+COMMIT="1ebeb393252ab5aeed62e34bc439b6728444f06e"
+DESCRIPTION="Manipulate Android boot images."
+HOMEPAGE="https://gitlab.com/ajs124/abootimg;
+SRC_URI="https://gitlab.com/ajs124/abootimg/repository/archive.tar.gz?ref=$COMMIT
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/util-linux"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
+
+src_install() {
+   dobin abootimg
+}

diff --git a/dev-util/abootimg/metadata.xml b/dev-util/abootimg/metadata.xml
new file mode 100644
index 00..915f002270
--- /dev/null
+++ b/dev-util/abootimg/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+