17118 Commits

Author SHA1 Message Date
Geoff Levand
89038a818f bump(dev-libs/libksba): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:27 -07:00
Geoff Levand
e8a30fd4d2 bump(dev-util/strace): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:27 -07:00
Geoff Levand
d68e0e3acc bump(net-firewall/ipset): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:27 -07:00
Geoff Levand
10bd1c3ab3 bump(sys-fs/cryptsetup): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:26 -07:00
Geoff Levand
3be6cd235a bump(sys-process/psmisc): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:26 -07:00
Geoff Levand
8d8f0ea627 bump(net-analyzer/netperf): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:26 -07:00
Geoff Levand
48ab0a36a4 bump(app-crypt/gnupg): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:26 -07:00
Geoff Levand
b217663037 bump(app-crypt/pinentry): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:25 -07:00
Geoff Levand
924bdba9f4 bump(dev-libs/dbus-glib): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:25 -07:00
Geoff Levand
ea7dd6900a bump(dev-libs/protobuf): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:25 -07:00
Geoff Levand
02bee2fbdf bump(sys-apps/texinfo): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:25 -07:00
Geoff Levand
60182e34e6 bump(net-dialup/lrzsz): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:53:25 -07:00
Geoff Levand
0e67726a39 Merge pull request #1309 from glevand/for-merge-btrfs
profile: Update to sys-fs/btrfs-progs-3.17.3
2015-06-24 14:49:19 -07:00
Geoff Levand
1a0f642ac9 Merge pull request #227 from glevand/for-merge-btrfs
bump(sys-fs/btrfs-progs): sync with upstream for arm64
2015-06-24 14:49:04 -07:00
Alex Crawford
f39dbb8732 Merge pull request #1308 from marineam/lshw
coreos: add lshw to base image
2015-06-24 14:28:11 -07:00
Geoff Levand
55677f771c profile: Update to sys-fs/btrfs-progs-3.17.3
Sync package.accept_keywords with btrfs-progs updates in portage-stable.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:20:14 -07:00
Michael Marineau
ebe93cea3f coreos: add lshw to base image
An easy tool for reporting exactly what hardware we are dealing with.
2015-06-24 14:17:09 -07:00
Geoff Levand
e5258c11a4 bump(sys-fs/btrfs-progs): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:14:13 -07:00
Michael Marineau
4545a040be bump(sys-apps/lshw): sync with upstream 2015-06-24 14:11:50 -07:00
Geoff Levand
30f4e3f018 eclass/coreos-kernel: Clear LDFLAGS for kernel
The LDFLAGS setting for package building is generally not suitable for building
the kernel, and on some architectures will even lead to kernel build errors.

Fixes errors like these on kernel architectures that do not set the LDFLAGS
variable:

  ld: unrecognized option '-Wl,-O1'

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:08:36 -07:00
Geoff Levand
94c7ed9a88 eclass/coreos-kernel: Remove architecture specifics
The bzImage format is architecture specific.  The default x86_64 make target
will generate a bzImage, so using the default make target should be sufficient
for x86_64 builds.

Fixes build errors like these:

  make: *** No rule to make target 'bzImage'.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:07:09 -07:00
Geoff Levand
c5a40440c2 app-emulation/docker: Set DOCKER_GITCOMMIT to unknown
Fixes build errors like these when building docker-9999:

  error: .git directory missing and DOCKER_GITCOMMIT not specified

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:07:08 -07:00
Geoff Levand
928c03bd09 app-emulation/docker: Fix cross compile builds
Set go environment variables needed for cross compiling.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:07:08 -07:00
Geoff Levand
2131ff539f coreos-base/coreos: Conditional xenserver-pv-version
Make the RDEPEND of app-emulation/xenserver-pv-version conditional
on amd64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:07:08 -07:00
Geoff Levand
34f66fea29 coreos-devel/board-packages: Conditional open-vm-tools
Make the DEPEND of app-emulation/open-vm-tools conditional on amd64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 14:07:06 -07:00
Geoff Levand
d03300396a sys-fs/fuse: Remove unused package
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 13:19:17 -07:00
Geoff Levand
36b9eb8a10 coreos-base: Remove sys-fs/fuse dependencies
In preparation for removing the unused sys-fs/fuse package, remove any
dependencies on sys-fs/fuse, sys-fs/sshfs-fuse and sys-fs/libfat.

Also bump the version of coreos-dev-0.1.0-r73 to coreos-dev-0.1.0-r74 and
hard-host-depends-0.0.1-r172 to hard-host-depends-0.0.1-r173.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 13:19:17 -07:00
Geoff Levand
7b6d32361c app-emulation/open-vm-tools: Add back --with-fuse
Commit 1adfcba3b7e075151d4ca5f43c891532f6a2d98c (app-emulation/open-vm-tools:
bump to 9.10.0) removed the local patch that added--with-fuse and --with-hgfs
configure options.  These local options are needed to avoid any dependency on
these packages.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-24 13:19:17 -07:00
Michael Marineau
8f5a0f89f1 chore(metadata): Regenerate cache 2015-06-24 10:56:44 -07:00
Michael Marineau
344b7287a7 chore(metadata): Regenerate cache 2015-06-23 19:29:02 -07:00
Michael Marineau
e7be4fbe3d bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
2015-06-23 19:28:16 -07:00
Michael Marineau
badc8e77ca Merge pull request #1306 from marineam/freetype
media-libs/freetype: remove old ebuild
2015-06-23 16:29:57 -07:00
Michael Marineau
b1adabcef5 media-libs/freetype: remove old ebuild
This ebuild breaks with the latest upstream eclasses but we don't need
it. Drop it and the one python library that depended on it.
2015-06-23 16:18:03 -07:00
Michael Marineau
c5137ff7f2 profiles: replace efunctions with gentoo-functions in @system 2015-06-23 18:56:28 -04:00
Michael Marineau
fd91ed98a8 baselayout: migrate from efunctions to gentoo-functions 2015-06-23 18:43:18 -04:00
Michael Marineau
b94ba3a8cc bump(sys-apps/gentoo-functions): sync with upstream 2015-06-23 17:59:04 -04:00
Michael Marineau
58d9e69737 profiles: update to gentoo-functions 0.10
gentoo-functions replaces the old /etc/init.d/functions.sh (provided by
sys-apps/efunctions in CoreOS or OpenRC in Gentoo). Version 0.10 fixes
eerror to log to stderr, matching the behavior of OpenRC. This bug is
also present in efunctions and will be resolved by switching to
gentoo-functions instead.
2015-06-23 17:45:52 -04:00
Michael Marineau
67ab52f9c3 Merge pull request #1303 from marineam/docker
docker: re-add kernel dependency
2015-06-23 13:09:13 -07:00
Michael Marineau
5c30f8d233 bump(sys-devel/automake): sync with upstream 2015-06-23 12:24:20 -07:00
Michael Marineau
8f99148288 Merge pull request #222 from marineam/atk
dev-libs/atk: remove outdated ebuild and its dependencies
2015-06-23 11:51:54 -07:00
Michael Marineau
c560071714 dev-libs/atk: remove outdated ebuild and its dependencies
The atk (the GNOME Accessibility Toolkit) ebuild does not work with the
latest upstream eclasses. Instead of updating it just drop it and the
two remaining packages that depend on it:

 - dev-python/pygobject
 - dev-python/pyudev
2015-06-23 09:36:58 -07:00
Michael Marineau
2209fcce6d Merge pull request #220 from marineam/cleanup
Cleanup portage-stable
2015-06-23 09:34:59 -07:00
Michael Marineau
32dc4c139d docker: re-add kernel dependency 2015-06-23 09:33:08 -07:00
Michael Marineau
eb5d0f97ef dev-java: remove unused java ebuilds
No need for Java on the CoreOS SDK. Removing packages:

 - dev-java/java-config-wrapper
 - dev-java/java-config
 - dev-java/icedtea-bin
 - virtual/jdk
 - virtual/jre
2015-06-22 19:09:49 -07:00
Michael Marineau
1fd4ffcc23 coreos-base: remove dependencies on a few unused python libraries
As far as I can tell we do not need pydbus, pygobject, or dbus-python in
the SDK or the dev image.
2015-06-22 18:46:21 -07:00
Michael Marineau
4e11ed004b chore(metadata): Regenerate cache 2015-06-22 18:27:26 -07:00
Michael Marineau
c22f6638c2 dev-python/python-xlib: remove unused ebuild, uses deprecated eclass 2015-06-22 18:26:51 -07:00
Michael Marineau
8569c92585 cleanup: remove unused packages that break with latest gnome2 eclass
The following are unused and block updating our eclasses:

 - app-office/dia
 - gnome-base/libglade
 - media-libs/libart_lgpl
 - net-libs/libsoup
2015-06-22 18:21:36 -07:00
Michael Marineau
5a5c4ce0ae cleanup: prune unused packages that don't exist upstream
These are assorted packages that have been moved or renamed to something
new over time. Nothing in our tree needs these older ones any more.
2015-06-22 18:10:32 -07:00
Michael Marineau
38e5e1f0e1 sys-libs: remove bogus files directory 2015-06-22 18:10:32 -07:00