3178 Commits

Author SHA1 Message Date
Alex Crawford
c42218e8c3 bump(sys-kernel/dracut): sync with upstream 2015-04-21 14:03:20 -07:00
Michael Marineau
e0fc307650 Merge pull request #186 from marineam/updates
Update eclasses and profiles
2015-04-19 00:04:27 -07:00
Michael Marineau
a461fc8749 chore(metadata): Regenerate cache 2015-04-18 12:47:55 -07:00
Michael Marineau
4d5dbe15d6 app-text/rarian: remove unused and broken package 2015-04-18 12:47:55 -07:00
Michael Marineau
b99cea442e common: sync with upstream
Refreshing eclasses and profiles can potentially introduce surprises but
the only notable change I see are fixing the sse2 flag for OpenSSL and
changing SLOTs for cross compilers.

Until recently Gentoo used stand-alone USE flags like `sse2` to toggle
optional CPU features. This has changed to USE_EXPAND style flags like
`cpu_flags_x86_sse2`. Our OpenSSL ebuild pulled in this change in commit
a9285ef530f88a1373c1459c4e20ca1065b24a91 but at the time the profiles
weren't updated to match, resulting in turning off sse2 for our OpenSSL
build.

Cross compiler ebuilds now always act as if the `multislot` USE flag was
on, allowing minor versions to be installed in parallel. e.g.:

  - cross-*/gcc-4.8.3: SLOT changes from `4.8` to `4.8.3`
  - cross-*/binutils-2.24-r3: SLOT changes from `0` to `2.24`

The new slot for binutils change may require adding a call to
`binutils-config`, similar to `gcc-config`, the next time we upgrade
binutils but for now nothing needs to change.

Packages updated:
  eclass
  licenses
  profiles
  scripts
2015-04-18 12:39:07 -07:00
Michael Marineau
82c2c5a749 Merge pull request #185 from marineam/updates
Prepare for updating eclasses and profiles
2015-04-17 15:58:46 -07:00
Michael Marineau
69afbe7327 app-eselect/*: sync with upstream, move to new category
Packages updated:
  app-eselect/eselect-bashcomp
  app-eselect/eselect-ctags
  app-eselect/eselect-emacs
  app-eselect/eselect-lib-bin-symlink
  app-eselect/eselect-pinentry
  app-eselect/eselect-python
  app-eselect/eselect-ruby
  app-eselect/eselect-vi
2015-04-17 13:15:31 -07:00
Michael Marineau
7fce2967fa bump(app-admin/eselect): sync with upstream
Update eselect and all packages depending on eselect modules using the
old app-admin/eselect-* names for eselect modules. Upstream has moved
the eselect modules to a new category: app-eselect/*

The only impact this has on production images is upgrading
app-crypt/pinentry from 0.8.2 to 0.9.0.

Packages updated:
  app-admin/eselect
  app-crypt/pinentry
  app-editors/emacs
  app-shells/bash-completion
  dev-lang/python
  dev-lang/ruby
  dev-util/ctags
2015-04-17 13:14:15 -07:00
Michael Marineau
83ebbf5e5b eselect: prune unused eselect modules 2015-04-17 12:54:00 -07:00
Michael Marineau
0a115201ee bump(sys-apps/util-linux): sync with upstream
Pull in newer EAPI=5 ebuilds, the upstream python eclass has deprecated
EAPI=4 and reports an error if util-linux-9999 isn't using EAPI=5

The version we ship in CoreOS doesn't change.
2015-04-17 12:38:33 -07:00
Michael Marineau
7b666d05b6 bump(app-editors/vim): sync with upstream
Update from vim 7.3.762 to 7.4.273. The 7.4.x ebuilds no longer use the
vim.eclass which has been removed upstream. Updating vim in preparation
for syncing the eclasses with upstream.

Packages updated:
  app-editors/vim
  app-editors/vim-core
2015-04-17 12:34:38 -07:00
Michael Marineau
c5911e5333 Merge pull request #184 from glevand/for-merge
linux-headers: Update to linux-headers-3.18
2015-04-16 16:58:26 -07:00
Geoff Levand
082044d7e5 linux-headers: Update to linux-headers-3.18
Update linux-headers from 3.13 to 3.18 for some definitons needed by arm64
that were not in older header versions.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-04-16 14:25:49 -07:00
Nick Owens
9771bf21e5 Merge pull request #183 from mischief/curl
bump(net-misc/curl): sync with upstream
2015-04-13 16:06:23 -07:00
Nick Owens
1e7a1ae07b bump(net-misc/curl): sync with upstream 2015-04-13 15:35:52 -07:00
Nick Owens
ec6db2a5d7 Merge pull request #182 from mischief/sudo
bump(app-admin/sudo): sync with upstream
2015-04-13 12:23:12 -07:00
mischief
5481deab4a bump(app-admin/sudo): sync with upstream 2015-04-13 10:21:25 -07:00
Michael Marineau
e78f15ab78 Merge pull request #181 from marineam/qemu
bump(app-emulation/qemu): sync with upstream
2015-04-11 19:47:35 -07:00
Michael Marineau
c973f70172 bump(app-emulation/qemu): sync with upstream
Upgrades us from 2.1.2 to 2.2.0. Nothing spectacular I think but a good
project to keep up with in general.
2015-04-10 18:03:04 -07:00
Michael Marineau
9da3ff1fc1 Merge pull request #180 from marineam/arm64
Pull in stable versions of gdb and gcc-config for arm64
2015-04-08 19:13:59 -07:00
Michael Marineau
46d647c65c bump(sys-devel/gcc-config): sync with upstream
Stabilizes 1.7.3 for arm64. (same version amd64)
2015-04-08 18:52:41 -07:00
Michael Marineau
24bb5b9cdb bump(sys-devel/gdb): sync with upstream
Includes a stable version for arm64
2015-04-08 18:07:15 -07:00
Michael Marineau
ce7cb7905e Merge pull request #179 from marineam/mpc
bump(dev-libs/mpc): sync with upstream
2015-03-30 12:01:33 -07:00
Michael Marineau
10accfe2c4 bump(dev-libs/mpc): sync with upstream
Dependency of GCC that was skipped during the last GCC upgrade due to
upgrade issues in the sdk_bootstrap script at the time. Fixed since
4debbfc257
2015-03-29 15:22:35 -07:00
Nick Owens
abc6f1e9c1 Merge pull request #178 from mischief/openssl-sync-2015-03-24
bump(dev-libs/openssl): sync with upstream
2015-03-25 09:58:27 -07:00
mischief
13241b1c47 bump(dev-libs/openssl): sync with upstream 2015-03-24 17:02:54 -07:00
Alex Crawford
e811f263fa Merge pull request #173 from crawford/ssh
bump(net-misc/openssh): sync with upstream
2015-03-18 10:43:46 -07:00
Nick Owens
609f572780 Merge pull request #174 from mischief/prune-keyutils
sys-apps/keyutils: move to coreos-overlay
2015-03-17 10:49:06 -07:00
Michael Marineau
cd0f259a08 Merge pull request #177 from marineam/util-linux
bump(sys-apps/util-linux): sync with upstream
2015-03-13 15:05:39 -07:00
Michael Marineau
cb50ab00c2 Merge pull request #176 from marineam/readme
README: replace old ChromeOS README
2015-03-13 14:38:35 -07:00
Michael Marineau
2e2376ffc1 bump(sys-apps/util-linux): sync with upstream 2015-03-13 14:37:23 -07:00
Michael Marineau
e8b78e043c README: replace old ChromeOS README
Now featuring correct licensing info and useful developer information!

Requested in https://groups.google.com/forum/#!topic/coreos-dev/goLG-5r8m1s
2015-03-13 14:15:45 -07:00
Nick Owens
aa736a26fc Merge pull request #175 from mischief/prune-libnfsidmap
net-libs/libnfsidmap: move to coreos-overlay
2015-03-13 09:46:28 -07:00
mischief
e2f578d656 net-libs/libnfsidmap: move to coreos-overlay 2015-03-12 11:00:50 -07:00
mischief
3e6a4732da sys-apps/keyutils: move to coreos-overlay 2015-03-11 13:18:45 -07:00
Alex Crawford
a2e67e7588 bump(net-misc/openssh): sync with upstream 2015-03-09 09:49:57 -07:00
Nick Owens
1562f9e10f Merge pull request #172 from mischief/prune-nfs-utils
net-fs/nfs-utils: moving to coreos-overlay
2015-03-06 12:05:33 -08:00
mischief
6f09ded27d net-fs/nfs-utils: moving to coreos-overlay 2015-03-05 12:23:07 -08:00
Michael Marineau
ead99bad01 Merge pull request #171 from marineam/pkgconfig
bump(virtual/pkgconfig): sync with upstream
2015-03-03 20:12:04 -08:00
Michael Marineau
823380d2b9 bump(virtual/pkgconfig): sync with upstream
Packages updated:
  dev-util/pkgconfig
  virtual/pkgconfig
2015-03-03 18:13:28 -08:00
Nick Owens
1386f746f6 Merge pull request #170 from mischief/prune-libtirpc
net-libs/libtirpc: moving to coreos-overlay
2015-03-03 13:47:39 -08:00
mischief
cb0a0e67a3 net-libs/libtirpc: moving to coreos-overlay 2015-03-03 12:02:33 -08:00
Alex Crawford
49b0c1f7f4 Merge pull request #169 from crawford/grep
bump(sys-apps/grep): sync with upstream
2015-02-27 18:43:17 -08:00
Alex Crawford
b87faf5a91 bump(sys-apps/grep): sync with upstream 2015-02-26 19:36:43 -08:00
Alex Crawford
a64880229e Merge pull request #168 from crawford/xz-utils
bump(app-arch/xz-utils): sync with upstream
2015-02-20 10:34:09 -08:00
Alex Crawford
8bdb2ddfdf bump(app-arch/xz-utils): sync with upstream 2015-02-19 20:46:10 -08:00
Michael Marineau
6e06c06bca Merge pull request #167 from marineam/ebtables
bump(net-firewall/ebtables): sync with upstream
2015-01-21 15:53:25 -08:00
Michael Marineau
2089bfa260 bump(net-firewall/ebtables): sync with upstream 2015-01-21 12:58:18 -08:00
Michael Marineau
1104e44864 Merge pull request #166 from marineam/dnsmasq
bump(net-dns/dnsmasq): sync with upstream
2015-01-20 12:23:26 -08:00
Michael Marineau
2e7f0c40fb bump(net-dns/dnsmasq): sync with upstream
Packages updated:
  net-dns/dnsmasq
  net-dns/libidn
2015-01-15 19:11:27 -08:00