Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632382 - dev-util/android-tools-8.0.0_p12 version bump
Summary: dev-util/android-tools-8.0.0_p12 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-29 14:21 UTC by Johannes Janssen
Modified: 2018-01-26 23:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
android-tools-8.0.0_p12.ebuild (android-tools-8.0.0_p12.ebuild,3.29 KB, text/plain)
2017-09-29 14:21 UTC, Johannes Janssen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Janssen 2017-09-29 14:21:03 UTC
Created attachment 497004 [details]
android-tools-8.0.0_p12.ebuild

Provided ebuild follows the style of older versions and adapts arch linux build script. Adds a dependency to ninja for building. It now also bundles boringssl, which might make it ineligible for gentoo.

Unfortunately tars from google's git might not have stable checksums and must be mirrored.
Comment 1 Gerald Raaf 2017-11-11 16:02:53 UTC
i've tried to emerge the ebuild doesn't work because of the following error message
"CMake Error at CMakeLists.txt:30 (message):
  Could not find Go
"

Searching the WEB i found that go language should be installed.

After installing dev-lang/go emerge android-tools worked.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-26 22:40:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae818f00f38343a8dca9787c3ee7337b3654546

commit 4ae818f00f38343a8dca9787c3ee7337b3654546
Author:     Mike Frysinger <vapier@chromium.org>
AuthorDate: 2018-01-02 10:14:35 +0000
Commit:     Mike Frysinger <vapier@gentoo.org>
CommitDate: 2018-01-26 22:40:11 +0000

    dev-util/android-tools: version bump to 8.1.0_p1 #632382
    
    Closes: https://bugs.gentoo.org/632382

 dev-util/android-tools/Manifest                    |   7 ++
 .../android-tools/android-tools-8.1.0_p1.ebuild    | 124 ++++++++++++++++++++
 .../files/android-tools-8.1.0_p1-build.patch       |  30 +++++
 dev-util/android-tools/files/make-tarballs.sh      | 128 +++++++++++++++++++++
 4 files changed, 289 insertions(+)
Comment 3 Johannes Janssen 2018-01-26 23:17:00 UTC
@vapier: thank you very much for looking into this and make it as sane as possible!