dev-util/abootimg: import
authorJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 24 Feb 2017 16:03:25 +0000 (17:03 +0100)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 24 Feb 2017 16:04:12 +0000 (17:04 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-util/abootimg/Manifest [new file with mode: 0644]
dev-util/abootimg/abootimg-20150323.ebuild [new file with mode: 0644]
dev-util/abootimg/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/abootimg/Manifest b/dev-util/abootimg/Manifest
new file mode 100644 (file)
index 0000000..e59f881
--- /dev/null
@@ -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 (file)
index 0000000..97a6c82
--- /dev/null
@@ -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 (file)
index 0000000..915f002
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zx2c4@gentoo.org</email>
+               <name>Jason A. Donenfeld</name>
+       </maintainer>
+</pkgmetadata>