Skip to content

Commit

Permalink
dev-util/abootimg: import
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
zx2c4 committed Feb 24, 2017
1 parent 82df04c commit f432a40
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/abootimg/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST abootimg-20150323.tar.gz 19311 SHA256 36efff208101a8d04cc84085849cda3300cea71f062c8d425c534e5f85f6cc3f SHA512 38e633c5c32bae472cd1ade9f4a3fa9a5e8ecd17da947aeaf976f639966007ba776a3ac877a607c9f3a416c67682afc9f7789e1560625b75aeaf78a88dfce558 WHIRLPOOL eb94ba4307508dea8d3a63a5981173c2f234111eb6c10aa6b57c56547c9c938397b57d5e758391bc9457826a7e39d877ddb5765829359e93ac2b56780a9370c0
24 changes: 24 additions & 0 deletions dev-util/abootimg/abootimg-20150323.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
8 changes: 8 additions & 0 deletions dev-util/abootimg/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Jason A. Donenfeld</name>
</maintainer>
</pkgmetadata>

0 comments on commit f432a40

Please sign in to comment.