Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547632 - [EBUILD] dev-util/android-ndk-10d version bump
Summary: [EBUILD] dev-util/android-ndk-10d version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jauhien Piatlicki (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-25 02:49 UTC by Matt Whitlock
Modified: 2015-06-16 20:21 UTC (History)
1 user (show)

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


Attachments
android-ndk-10d.ebuild (android-ndk-10d.ebuild,1.68 KB, text/plain)
2015-04-25 02:49 UTC, Matt Whitlock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Whitlock 2015-04-25 02:49:09 UTC
Created attachment 401950 [details]
android-ndk-10d.ebuild

Differences versus android-ndk-10b.ebuild:

* Upstream no longer ships separate packages for 32-bit and 64-bit targets.
* Distfile is now a 7zip SFX archive, so DEPEND="app-arch/p7zip". The distfile can be executed to extract itself, but this seems like a Bad Idea™.


Does anyone know why dev-util/android-sdk-update-manager is listed in RDEPEND? The toolchain works just fine without it.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2015-04-30 22:02:15 UTC
repoman complains about quoted ${A}, because ${A} is a list of source files,
I've added it to my overlay with following mod

src_unpack() {
    local my_a
    for my_a in ${A} ; do
        7z x "${DISTDIR}/${my_a}"
    done
}


and this one to speed up src_install

https://gitweb.gentoo.org/dev/xmw.git/commit/?id=af5b860c593eed71a15beb21b630001f72c8aa0f
Comment 2 Dennis Schridde 2015-06-16 19:18:08 UTC
*android-ndk-10d (11 May 2015)

  11 May 2015; Jason A. Donenfeld <zx2c4@gentoo.org> +android-ndk-10d.ebuild:
  Version bump
Comment 3 Jauhien Piatlicki (RETIRED) gentoo-dev 2015-06-16 20:21:40 UTC
Jason Zaman has maintainership now, closing.