Summary: | dev-util/android-sdk-update-manager: provide use-flag to switch X-dependencies on/off | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sven <sven.koehler> |
Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED PKGREMOVED | ||
Severity: | normal | CC: | admwiggin, alex_y_xu, da_risk, kingjon3377, kripton, nelchael |
Priority: | High | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/28442 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild for android-sdk-update-manager-11 |
Description
Sven
2011-01-01 17:56:51 UTC
When installing swt, I noticed that it has several use flags (including gnome and cairo). If you take those off, does it result in a smaller build? It's not headless, but it might be more lightweight. Would be cool to not need it for a server environment, though, since you can do most things from the command line. Created attachment 276209 [details]
ebuild for android-sdk-update-manager-11
I just hack the ebuild to :
- to use the X useflag to switch the dependencies on/off
- be dependant on swt-3.5 or swt-3.6
Note : when you use the -X flag the following commands may break :
ddms, android, emulator
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e182df1ae49872cd8bc166d6cdee7f3fd423d0 commit b6e182df1ae49872cd8bc166d6cdee7f3fd423d0 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2025-01-06 19:48:01 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2025-01-06 19:49:59 +0000 dev-util/android-sdk-update-manager: treeclean Closes: https://bugs.gentoo.org/350302 (pkgremoved) Closes: https://bugs.gentoo.org/366739 (pkgremoved) Closes: https://bugs.gentoo.org/501586 (pkgremoved) Closes: https://bugs.gentoo.org/517744 (pkgremoved) Closes: https://bugs.gentoo.org/637422 (pkgremoved) Closes: https://bugs.gentoo.org/704198 (pkgremoved) Closes: https://bugs.gentoo.org/738898 (pkgremoved) Closes: https://bugs.gentoo.org/757543 (pkgremoved) Closes: https://bugs.gentoo.org/845294 (pkgremoved) Signed-off-by: Florian Schmaus <flow@gentoo.org> dev-util/android-sdk-update-manager/Manifest | 1 - .../android-sdk-update-manager-24.4.1-r2.ebuild | 97 ---------------------- .../files/80-android.rules | 4 - .../files/android-sdk-update-manager.desktop | 10 --- dev-util/android-sdk-update-manager/metadata.xml | 5 -- profiles/package.mask | 10 --- 6 files changed, 127 deletions(-) |