summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-19Base profile: globally enable USE=icuAndrew Wilcox1-1/+1
Signed-off-by: Elizabeth Myers <elizabeth@adelielinux.org> Signed-off-by: A. Wilcox <awilfox@adelielinux.org>
2016-07-19Base profile: globally disable worthless gtk2 misfeatureAndrew Wilcox1-1/+1
2016-07-19Base profile: adelie-base 'provides' baselayout-2.2Andrew Wilcox1-0/+3
2016-07-18Base profile: nice, Portage doesn't do that for usAndrew Wilcox1-0/+1
2016-07-18Initial PowerPC profileAndrew Wilcox1-1/+27
2016-07-18Base profile: more X11-related fixesAndrew Wilcox1-0/+4
2016-07-17dev-util/cmake: Add ncurses supportAndrew Wilcox1-1/+1
2016-07-17Initial work towards functional X11Andrew Wilcox3-4/+28
2016-07-10sys-devel/gcc: ensure people do not use go or vtv on muslAndrew Wilcox1-0/+6
2016-07-10Base profile: Ensure that pkgconf is always used for the pkgconfig virtualAndrew Wilcox1-0/+3
2016-07-09sys-kernel/easy-kernel: the first kernel ebuild (x86_64 only right now, help ↵Andrew Wilcox5-0/+4447
wanted)
2016-07-08Base profile: Unmask GCC 5.4.0.Andrew Wilcox1-0/+1
This requires a full rebuild of all packages. Discussed for some number of weeks on Interlinked and tracker. Signed-off-by: A. Wilcox <awilfox@adelielinux.org> Signed-off-by: Elizabeth Myers <elizabeth@adelielinux.org>
2016-06-24Add app-eselect/eselect-timezone to keyworded packages.Andrew Wilcox1-0/+1
Signed-off-by: Elizabeth Myers <elizabeth@adelielinux.org>
2016-06-22sys-apps/shimmy: update Manifest for new version... oopsAndrew Wilcox1-1/+1
2016-06-22sys-apps/adelie-base: revbump to dep on sys-apps/net-toolsAndrew Wilcox1-0/+1
2016-06-22profiles: updates for Python buildingAndrew Wilcox3-3/+7
2016-06-22sys-apps/shimmy: version bumpAndrew Wilcox1-0/+0
2016-06-06Add necessary system packages to accept_keywords for musl compatAndrew Wilcox1-0/+3
2016-04-24sys-apps/adelie-base: move from virtualAndrew Wilcox2-0/+19
2016-04-23Mask gdb server since it breaks heavily on muslAndrew Wilcox1-0/+8
2016-04-22Add more required dependencies as described:Andrew Wilcox4-0/+10
sys-devel/build-tools: awk is required for Portage to apply patches. virtual/adelie-base: add a conformant tar(1) implementation, libarchive.
2016-04-22Add mirror://foxkit/ support and use it in ebuildsAndrew Wilcox4-3/+4
2016-04-17sys-devel/compat-headers: new packageAndrew Wilcox2-0/+33
This is pretty much an exact duplicate of Alpine's bsd-compat-headers
2016-04-17Base profile: add ssl to global USEAndrew Wilcox1-1/+1
Enable TLS globally for every package. Acked-by: Elizabeth Myers <elizabeth@adelielinux.org> Acked-by: Horst Burkhardt <horst@adelielinux.org> Bug: #6 Bug-URL: http://bts.adelielinux.org/show_bug.cgi?id=6
2016-04-17virtual/adelie-base: new packageAndrew Wilcox3-0/+60
This is mainly for the benefit of APK, since sets aren't packages.
2016-04-17The Big POSIX® Conformance CommitAndrew Wilcox3-2/+235
packages: specify all packages required to conform to old 1003.2 package.use: add tty-helpers to util-linux for mesg(1) and write(1) package.accept_keywords: unkeyword packages where required
2016-04-17sys-apps/shimmy: remove 9999, add v0.2Andrew Wilcox2-3/+5
This adds the localedef(1) stub.
2016-04-16Base profile: Add NOXCUSE_APPS to USE_EXPANDAndrew Wilcox1-1/+1
2016-04-16sys-apps/shimmy: New packageAndrew Wilcox2-0/+18
2016-04-16sys-apps/noxcuse: New packageAndrew Wilcox4-0/+121
2016-03-27Add sys-apps/coreutils to @systemAndrew Wilcox1-0/+1
Acked-by: Elizabeth Myers <elizabeth@adelielinux.org>
2016-03-27Add CHOST for x86_64 and armv7aAndrew Wilcox3-0/+4
2016-03-27Base profile: mask libsanitizer because it is broken with muslAndrew Wilcox2-1/+4
2016-03-27sys-devel/build-tools: Move CMake to native-onlyAndrew Wilcox1-1/+1
It depends on libarchive, which is incredibly unsafe for cross.
2016-03-27sys-devel/build-tools: Allow cross-compilationAndrew Wilcox2-3/+13
2016-03-27Configure base profile for build-tools packageAndrew Wilcox4-2/+23
2016-03-27sys-devel/build-tools: new (meta)packageAndrew Wilcox2-0/+34
2016-03-27Base profile: Allow unstable sys-apps/shadow-4.2.1-r2 (compat)Andrew Wilcox1-0/+1
2016-03-26Remove eutils.eclassAndrew Wilcox7-733/+0
All uses of it have been replaced with EAPI=6.
2016-03-26sys-fs/mac-fdisk: EAPI=6, fix musl patchAndrew Wilcox2-2/+40
2016-03-26sys-apps/apk-tools: ver bump 2.6.6 + EAPI=6Andrew Wilcox3-0/+99
2016-03-26dev-libs/libfetch: EAPI=6, removing eutilsAndrew Wilcox3-2/+27
2016-03-26Base profile: Prefer the vastly superior pkgconfAndrew Wilcox1-0/+1
2016-03-26Adjust TIER2_ARCH to support sparc32.Andrew Wilcox1-1/+1
Acked-by: Elizabeth Myers <elizabeth@adelielinux.org>
2016-03-26Add initial x86_64 profileAndrew Wilcox1-1/+30
2016-03-26Base profile: Mask charset.alias (as done by Alpine and blueness)Andrew Wilcox1-0/+5
2016-03-26Base profile: Allow unstable sys-devel/m4-1.4.17 (req'd for musl)Andrew Wilcox1-0/+1
2016-03-26Base profile: Allow userland_BSD in IUSE (dev-libs/libffi)Andrew Wilcox1-3/+3
2016-03-26Base profile: Never install Portage utilities on clientsAndrew Wilcox2-0/+6
Also ensure PAM defaults are sane.
2016-03-26Base profile: Always demand Unicode and IPv6 supportAndrew Wilcox1-1/+1