summaryrefslogtreecommitdiff
path: root/dev-util/abootimg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-13 12:04:20 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-13 12:04:20 +0100
commitd993571e2ee444d08f4e9e90d493ee37338657e3 (patch)
tree5a49a1d4ceffe800051e363f64571c3b6735d2f7 /dev-util/abootimg
parent266d65d0cceeb55ab2cc3bf4e465d7f35502a900 (diff)
gentoo auto-resync : 13:04:2024 - 12:04:19
Diffstat (limited to 'dev-util/abootimg')
-rw-r--r--dev-util/abootimg/Manifest6
-rw-r--r--dev-util/abootimg/abootimg-20150323-r1.ebuild (renamed from dev-util/abootimg/abootimg-20150323.ebuild)16
-rw-r--r--dev-util/abootimg/metadata.xml3
3 files changed, 16 insertions, 9 deletions
diff --git a/dev-util/abootimg/Manifest b/dev-util/abootimg/Manifest
index 5bc6eda31aeb..4d0dda9736ca 100644
--- a/dev-util/abootimg/Manifest
+++ b/dev-util/abootimg/Manifest
@@ -1,3 +1,3 @@
-DIST abootimg-20150323.tar.gz 19311 BLAKE2B d9e9d1de33be581dcca2940000300b433675c4bf98c19dd29a622767d914cc71bf8900120fc4150c542506af5a3faa7a3e03dbfab3f92bfd975a6bde51eac5ed SHA512 38e633c5c32bae472cd1ade9f4a3fa9a5e8ecd17da947aeaf976f639966007ba776a3ac877a607c9f3a416c67682afc9f7789e1560625b75aeaf78a88dfce558
-EBUILD abootimg-20150323.ebuild 543 BLAKE2B 66eccd5bcc5d00243b3a3a39652e4f2e71251f91b79406584721c3ca8c828c2661ccb1468a96acde2c05b8eb14d94fd4f94117bac9759a8a69005e29b94daf1b SHA512 7441666494b80ed339884624024740abc038225e018aec4a54b0d45290a73b186d4b61ac35b176e5bc456aaae1467220e919b73cef0cced60f843ba75dfa2eda
-MISC metadata.xml 251 BLAKE2B b1977a04e8904e65636648bd24804893bc0a317a7a20a8b4bac3874f0529dd15b2c058b0002b13febafcdfd93cbef59ef7bc1c646f3996c381b994d384b73ba3 SHA512 25f6fc31ee9e87d78b143500e706ac3417896e67a183470867130b23a42ec8ddd4cdd9a1da40f32903085ee4add969b4b07466b90fb0275308a2518d2d73a270
+DIST abootimg-20150323.tar.bz2 17906 BLAKE2B bdb87579d1117935cd8c6cc1abe9bd006dceacb400be6988bb2efd4b734e2e859ebc93fdb5841419bb25cb74d05aa753692ff8ad9816470d46b4f928cac652b2 SHA512 682c38ac64011ed5bd8742d8cdebb8090dd1bb0a2d60958545a2f518f09622e5fbe67598c7e32bfdb4228ff23b6e56f81330d69eea02a680c3a72df01f99e6b7
+EBUILD abootimg-20150323-r1.ebuild 622 BLAKE2B 04331599272379978dbb3aca75f8cb03fe7a15dadcdbc17d886cd3e1f67f964e1c8301300d8cde69c4fd9ef7fe87ac6292b96cdae11a3459bc8cc3102a267fa4 SHA512 4032d95ea5412d6b4b6a3800e3b6f11e23d5b5442e6e00727a3a111b294e466ea5bf757d3e86c422c4957dad20d969d3fae0a23ea7048b2c3b8e34454f951650
+MISC metadata.xml 331 BLAKE2B 85aa41873b349874d65445b419519e708d5acf07064475debdfd30bb7e7ab4ee00f7ae7761416c1abe66b87848536df3e53a03ea17875fe5bc02232999b85e7d SHA512 e01954d3fb829b106371bc6a1731c6858cc4a14cb5e87841cc5ad8e7ccd98615ac1f00f05a456a3772a677adf6dd9132edf1e27c83ce2a399caf8c22ffd7cab8
diff --git a/dev-util/abootimg/abootimg-20150323.ebuild b/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
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 @@
<email>zx2c4@gentoo.org</email>
<name>Jason A. Donenfeld</name>
</maintainer>
+ <upstream>
+ <remote-id type="gitlab">ajs124/abootimg</remote-id>
+ </upstream>
</pkgmetadata>