gentoo.git
10 years agodev-ruby/builder: add ruby23
Hans de Graaff [Fri, 8 Jan 2016 06:34:31 +0000 (07:34 +0100)]
dev-ruby/builder: add ruby23

Package-Manager: portage-2.2.26

10 years agodev-ruby/tilt: add 2.0.2
Hans de Graaff [Fri, 8 Jan 2016 06:33:44 +0000 (07:33 +0100)]
dev-ruby/tilt: add 2.0.2

Package-Manager: portage-2.2.26

10 years agodev-ruby/ruby-net-ldap: add 0.13.0
Hans de Graaff [Fri, 8 Jan 2016 06:29:14 +0000 (07:29 +0100)]
dev-ruby/ruby-net-ldap: add 0.13.0

Package-Manager: portage-2.2.26

10 years agodev-ruby/ruby-net-ldap: cleanup
Hans de Graaff [Fri, 8 Jan 2016 06:27:28 +0000 (07:27 +0100)]
dev-ruby/ruby-net-ldap: cleanup

Package-Manager: portage-2.2.26

10 years agodev-libs/libmaxminddb: Version bump.
Jeroen Roovers [Fri, 8 Jan 2016 05:43:19 +0000 (06:43 +0100)]
dev-libs/libmaxminddb: Version bump.

Package-Manager: portage-2.2.26

10 years agoscons-utils.eclass: Enable EAPI 6
Michał Górny [Fri, 1 Jan 2016 16:04:16 +0000 (17:04 +0100)]
scons-utils.eclass: Enable EAPI 6

10 years agoscons-utils.eclass: Use nproc when --jobs is used without an argument
Michał Górny [Fri, 1 Jan 2016 15:40:34 +0000 (16:40 +0100)]
scons-utils.eclass: Use nproc when --jobs is used without an argument

Try to guess the number of processors when --jobs is passed without
an argument. We can't use a high number equivalent to GNU make behavior
(no limit) since SCons does not have an equivalent of --load-avg option.
Still, this is better than assuming some random, fixed number.

10 years agoscons-utils.eclass: _scons_clean_makeopts, clean up and simplify
Michał Górny [Fri, 1 Jan 2016 13:03:19 +0000 (14:03 +0100)]
scons-utils.eclass: _scons_clean_makeopts, clean up and simplify

10 years agoscons-utils.eclass: _scons_clean_makeopts, stop exporting cache vars
Michał Górny [Fri, 1 Jan 2016 12:57:21 +0000 (13:57 +0100)]
scons-utils.eclass: _scons_clean_makeopts, stop exporting cache vars

Cache vars need only to be global to be preserved across calls.
Exporting them is undesired.

10 years agoscons-utils.eclass: _scons_clean_makeopts, fix result caching
Michał Górny [Fri, 1 Jan 2016 12:55:26 +0000 (13:55 +0100)]
scons-utils.eclass: _scons_clean_makeopts, fix result caching

Stop calling _scons_clean_makeopts in a subshell in order to make
it possible for the cache to be preserved. Pass the result through
SCONSOPTS variable.

10 years agoscons-utils.eclass: scons_clean_makeopts, mark internal
Michał Górny [Fri, 1 Jan 2016 12:52:26 +0000 (13:52 +0100)]
scons-utils.eclass: scons_clean_makeopts, mark internal

10 years agoscons-utils.eclass: tests, be more verbose on tests being performed
Michał Górny [Fri, 1 Jan 2016 13:09:37 +0000 (14:09 +0100)]
scons-utils.eclass: tests, be more verbose on tests being performed

10 years agoscons-utils.eclass: Deprecate use_scons, ban it in EAPI 6
Michał Górny [Fri, 1 Jan 2016 12:38:11 +0000 (13:38 +0100)]
scons-utils.eclass: Deprecate use_scons, ban it in EAPI 6

10 years agoscons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6
Michał Górny [Fri, 1 Jan 2016 12:30:18 +0000 (13:30 +0100)]
scons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6

10 years agoscons-utils.eclass: escons, respect nonfatal in EAPI 6
Michał Górny [Fri, 1 Jan 2016 12:27:10 +0000 (13:27 +0100)]
scons-utils.eclass: escons, respect nonfatal in EAPI 6

10 years agoscons-utils.eclass: escons, invert EAPI check to cover future EAPIs
Michał Górny [Fri, 1 Jan 2016 12:23:35 +0000 (13:23 +0100)]
scons-utils.eclass: escons, invert EAPI check to cover future EAPIs

10 years agoscons-utils.eclass: escons doc, 'die' does not respect nonfatal
Michał Górny [Fri, 1 Jan 2016 12:22:55 +0000 (13:22 +0100)]
scons-utils.eclass: escons doc, 'die' does not respect nonfatal

10 years agoscons-utils.eclass: Describe common issues with scons
Michał Górny [Fri, 1 Jan 2016 12:14:42 +0000 (13:14 +0100)]
scons-utils.eclass: Describe common issues with scons

10 years agoscons-utils.eclass: Modernize the example to use usex
Michał Górny [Fri, 1 Jan 2016 09:13:59 +0000 (10:13 +0100)]
scons-utils.eclass: Modernize the example to use usex

10 years agoscons-utils.eclass: Modernize the example not to rely on myescons...
Michał Górny [Fri, 1 Jan 2016 09:11:58 +0000 (10:11 +0100)]
scons-utils.eclass: Modernize the example not to rely on myescons...

10 years agodev-util/buildbot: Fix bug 570638 missing python-dateutil dep
Brian Dolbec [Fri, 8 Jan 2016 03:05:47 +0000 (19:05 -0800)]
dev-util/buildbot: Fix bug 570638 missing python-dateutil dep

The depenency was incorrectly hidden behind the test use flag.

Package-Manager: portage-2.2.26

10 years agonet-proxy/shadowsocks-libev: systemd support added
Yixun Lan [Fri, 8 Jan 2016 02:47:00 +0000 (10:47 +0800)]
net-proxy/shadowsocks-libev: systemd support added

thanks 'Jiajun Wang' for contribution

Package-Manager: portage-2.2.26

10 years agoapp-text/liblangtag: Version bump
Manuel Rüger [Fri, 8 Jan 2016 00:03:27 +0000 (01:03 +0100)]
app-text/liblangtag: Version bump

Package-Manager: portage-2.2.26

10 years agoapp-text/libmwaw: Version bump
Manuel Rüger [Fri, 8 Jan 2016 00:00:06 +0000 (01:00 +0100)]
app-text/libmwaw: Version bump

Package-Manager: portage-2.2.26

10 years agosys-auth/ykpers: Remove old
Manuel Rüger [Thu, 7 Jan 2016 23:58:20 +0000 (00:58 +0100)]
sys-auth/ykpers: Remove old

Package-Manager: portage-2.2.26

10 years agosys-auth/ykpers: Version bump
Manuel Rüger [Thu, 7 Jan 2016 23:57:50 +0000 (00:57 +0100)]
sys-auth/ykpers: Version bump

Package-Manager: portage-2.2.26

10 years agoapp-text/libwpd: Version bump
Manuel Rüger [Thu, 7 Jan 2016 23:53:48 +0000 (00:53 +0100)]
app-text/libwpd: Version bump

Package-Manager: portage-2.2.26

10 years agodev-libs/librevenge: Version bump
Manuel Rüger [Thu, 7 Jan 2016 23:48:10 +0000 (00:48 +0100)]
dev-libs/librevenge: Version bump

Package-Manager: portage-2.2.26

10 years agodev-libs/libevdev: Version bump
Manuel Rüger [Thu, 7 Jan 2016 23:41:12 +0000 (00:41 +0100)]
dev-libs/libevdev: Version bump

Package-Manager: portage-2.2.26

10 years agomedia-video/smtube: version bump to 16.1.0
Daniel Campbell [Thu, 7 Jan 2016 23:07:27 +0000 (15:07 -0800)]
media-video/smtube: version bump to 16.1.0

Also added upstream maintainer information to metadata.xml

Package-Manager: portage-2.2.26

10 years agox11-libs/libxklavier: let dosym fail if it has to, bug #551198
Gilles Dartiguelongue [Thu, 7 Jan 2016 22:25:40 +0000 (23:25 +0100)]
x11-libs/libxklavier: let dosym fail if it has to, bug #551198

Bump to EAPI=5, set subslot value, pin slot on dependencies,
handle gtk-doc per project Gnome policies, move doc installation
to src_install since it needs to exist due to prune_libtool_files.

Package-Manager: portage-2.2.26

10 years agoremoving the kilo tags
Matthew Thode [Thu, 7 Jan 2016 22:10:17 +0000 (16:10 -0600)]
removing the kilo tags

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
10 years agosys-devel/llvm: Remove ancient 3.2 version
Michał Górny [Thu, 7 Jan 2016 15:33:00 +0000 (16:33 +0100)]
sys-devel/llvm: Remove ancient 3.2 version

10 years agosys-devel/clang: Remove ancient 3.2 version
Michał Górny [Thu, 7 Jan 2016 15:25:38 +0000 (16:25 +0100)]
sys-devel/clang: Remove ancient 3.2 version

10 years agowww-plugins/lightspark: Remove old vers requiring llvm-3.2
Michał Górny [Thu, 7 Jan 2016 16:07:37 +0000 (17:07 +0100)]
www-plugins/lightspark: Remove old vers requiring llvm-3.2

10 years agosys-devel/clang: Remove outdated live ebuild
Michał Górny [Thu, 7 Jan 2016 15:22:49 +0000 (16:22 +0100)]
sys-devel/clang: Remove outdated live ebuild

Remove the outdated live ebuild still using semi-split llvm/clang,
based off clang-3.2.

10 years agosys-devel/llvm: Remove ancient 3.1 version
Michał Górny [Thu, 7 Jan 2016 14:12:21 +0000 (15:12 +0100)]
sys-devel/llvm: Remove ancient 3.1 version

10 years agosys-devel/clang: Remove ancient 3.1 version
Michał Górny [Thu, 7 Jan 2016 14:05:42 +0000 (15:05 +0100)]
sys-devel/clang: Remove ancient 3.1 version

10 years agosys-devel/llvm: Remove ancient 3.0 version
Michał Górny [Thu, 7 Jan 2016 14:01:32 +0000 (15:01 +0100)]
sys-devel/llvm: Remove ancient 3.0 version

10 years agosys-devel/clang: Remove ancient 3.0 version
Michał Górny [Thu, 7 Jan 2016 13:57:07 +0000 (14:57 +0100)]
sys-devel/clang: Remove ancient 3.0 version

10 years agosys-devel/llvm: Drop ancient 2.9 version
Michał Górny [Thu, 7 Jan 2016 09:44:41 +0000 (10:44 +0100)]
sys-devel/llvm: Drop ancient 2.9 version

10 years agosys-devel/clang: Remove ancient 2.9 verrsion
Michał Górny [Thu, 7 Jan 2016 09:43:44 +0000 (10:43 +0100)]
sys-devel/clang: Remove ancient 2.9 verrsion

10 years agosys-devel/llvm: Remove ancient 2.8 version
Michał Górny [Thu, 7 Jan 2016 09:16:57 +0000 (10:16 +0100)]
sys-devel/llvm: Remove ancient 2.8 version

10 years agosys-devel/clang: Remove ancient 2.8 version
Michał Górny [Thu, 7 Jan 2016 09:16:26 +0000 (10:16 +0100)]
sys-devel/clang: Remove ancient 2.8 version

10 years agodev-lang/rubinius: Restrict to llvm < 3.6
Michał Górny [Thu, 7 Jan 2016 21:29:19 +0000 (22:29 +0100)]
dev-lang/rubinius: Restrict to llvm < 3.6

10 years agowww-plugins/lightspark: Restrict to llvm < 3.7, #563780
Michał Górny [Thu, 7 Jan 2016 20:01:17 +0000 (21:01 +0100)]
www-plugins/lightspark: Restrict to llvm < 3.7, #563780

10 years agomedia-fonts/cantarell: version bump to 0.0.20.1
Gilles Dartiguelongue [Thu, 7 Jan 2016 21:50:23 +0000 (22:50 +0100)]
media-fonts/cantarell: version bump to 0.0.20.1

Package-Manager: portage-2.2.26

10 years agomedia-gfx/darktable: update Manifest
Markus Meier [Thu, 7 Jan 2016 21:16:07 +0000 (22:16 +0100)]
media-gfx/darktable: update Manifest

Package-Manager: portage-2.2.26

10 years agomedia-gfx/darktable: version bump to 2.0.0
Markus Meier [Thu, 7 Jan 2016 21:13:43 +0000 (22:13 +0100)]
media-gfx/darktable: version bump to 2.0.0

drop USE=geo for now, since it requires >=sci-geosciences/osm-gps-map-1.0.0 which is not yet in tree
Bug: 569872

10 years agosys-apps/dhcpcd: version bump
William Hubbs [Thu, 7 Jan 2016 20:36:41 +0000 (14:36 -0600)]
sys-apps/dhcpcd: version bump

10 years agowww-client/chromium: dev channel bump (49.0.2612.0); use bundled re2 (bug #571156)
Pawel Hajdan, Jr [Thu, 7 Jan 2016 20:39:08 +0000 (21:39 +0100)]
www-client/chromium: dev channel bump (49.0.2612.0); use bundled re2 (bug #571156)

Package-Manager: portage-2.2.20.1

10 years agoapp-text/docbook-xsl-stylesheets: arm stable, bug #568160
Markus Meier [Thu, 7 Jan 2016 20:38:10 +0000 (21:38 +0100)]
app-text/docbook-xsl-stylesheets: arm stable, bug #568160

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agomail-client/roundcube: add ~arm, bug #567996
Markus Meier [Thu, 7 Jan 2016 20:33:52 +0000 (21:33 +0100)]
mail-client/roundcube: add ~arm, bug #567996

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agodev-php/PEAR-Net_LDAP2: add ~arm, bug #567996
Markus Meier [Thu, 7 Jan 2016 20:33:05 +0000 (21:33 +0100)]
dev-php/PEAR-Net_LDAP2: add ~arm, bug #567996

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-libs/ldb: arm stable, bug #568432
Markus Meier [Thu, 7 Jan 2016 20:32:06 +0000 (21:32 +0100)]
sys-libs/ldb: arm stable, bug #568432

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-libs/talloc: arm stable, bug #568432
Markus Meier [Thu, 7 Jan 2016 20:31:28 +0000 (21:31 +0100)]
sys-libs/talloc: arm stable, bug #568432

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-libs/tdb: arm stable, bug #568432
Markus Meier [Thu, 7 Jan 2016 20:30:03 +0000 (21:30 +0100)]
sys-libs/tdb: arm stable, bug #568432

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-libs/tevent: arm stable, bug #568432
Markus Meier [Thu, 7 Jan 2016 20:28:01 +0000 (21:28 +0100)]
sys-libs/tevent: arm stable, bug #568432

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agonet-im/gajim: arm stable, bug #569936
Markus Meier [Thu, 7 Jan 2016 20:24:43 +0000 (21:24 +0100)]
net-im/gajim: arm stable, bug #569936

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-cluster/nova: fixing bug 571184 and bug 571198
Matthew Thode [Thu, 7 Jan 2016 20:23:21 +0000 (14:23 -0600)]
sys-cluster/nova: fixing bug 571184 and bug 571198

Package-Manager: portage-2.2.26

10 years agonet-dns/bind-tools: arm stable, bug #568982
Markus Meier [Thu, 7 Jan 2016 20:23:20 +0000 (21:23 +0100)]
net-dns/bind-tools: arm stable, bug #568982

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agonet-dns/bind: arm stable, bug #568982
Markus Meier [Thu, 7 Jan 2016 20:22:36 +0000 (21:22 +0100)]
net-dns/bind: arm stable, bug #568982

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agonet-misc/rsync: arm stable, bug #569140
Markus Meier [Thu, 7 Jan 2016 20:21:22 +0000 (21:21 +0100)]
net-misc/rsync: arm stable, bug #569140

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agomedia-libs/gd: arm stable, bug #538686
Markus Meier [Thu, 7 Jan 2016 20:20:08 +0000 (21:20 +0100)]
media-libs/gd: arm stable, bug #538686

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agomedia-libs/libjpeg-turbo: arm stable, bug #531418
Markus Meier [Thu, 7 Jan 2016 20:19:12 +0000 (21:19 +0100)]
media-libs/libjpeg-turbo: arm stable, bug #531418

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agonet-fs/cifs-utils: arm stable, bug #552634
Markus Meier [Thu, 7 Jan 2016 20:18:14 +0000 (21:18 +0100)]
net-fs/cifs-utils: arm stable, bug #552634

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-apps/systemd: arm stable, bug #568082
Markus Meier [Thu, 7 Jan 2016 20:17:11 +0000 (21:17 +0100)]
sys-apps/systemd: arm stable, bug #568082

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-fs/udev: arm stable, bug #568082
Markus Meier [Thu, 7 Jan 2016 20:15:02 +0000 (21:15 +0100)]
sys-fs/udev: arm stable, bug #568082

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agovirtual/libgudev: arm stable, bug #568082
Markus Meier [Thu, 7 Jan 2016 20:13:52 +0000 (21:13 +0100)]
virtual/libgudev: arm stable, bug #568082

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agodev-libs/libgudev: arm stable, bug #568082
Markus Meier [Thu, 7 Jan 2016 20:13:04 +0000 (21:13 +0100)]
dev-libs/libgudev: arm stable, bug #568082

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agosys-apps/hwids: arm stable, bug #568082
Markus Meier [Thu, 7 Jan 2016 20:12:08 +0000 (21:12 +0100)]
sys-apps/hwids: arm stable, bug #568082

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

10 years agodev-python/odo: Bump
Patrick Lauer [Thu, 7 Jan 2016 19:50:50 +0000 (20:50 +0100)]
dev-python/odo: Bump

Package-Manager: portage-2.2.26

10 years agodev-python/flask-login: Bump
Patrick Lauer [Thu, 7 Jan 2016 18:58:38 +0000 (19:58 +0100)]
dev-python/flask-login: Bump

Package-Manager: portage-2.2.26

10 years agodev-util/osc: 0.152.0 stable on x86 see Bug 553606
Andreas Schuerch [Thu, 7 Jan 2016 19:46:55 +0000 (20:46 +0100)]
dev-util/osc: 0.152.0 stable on x86 see Bug 553606

Package-Manager: portage-2.2.24

10 years agodev-util/suse-build: 2015.11.05 stable on x86 see Bug 553606
Andreas Schuerch [Thu, 7 Jan 2016 19:46:09 +0000 (20:46 +0100)]
dev-util/suse-build: 2015.11.05 stable on x86 see Bug 553606

Package-Manager: portage-2.2.24

10 years agosci-libs/flann: Chop DESCRIPTION to 80 chars
Justin Lecher [Thu, 7 Jan 2016 19:25:13 +0000 (20:25 +0100)]
sci-libs/flann: Chop DESCRIPTION to 80 chars

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
10 years agosci-libs/flann: Drop unnecesarry patches
Justin Lecher [Thu, 7 Jan 2016 19:23:46 +0000 (20:23 +0100)]
sci-libs/flann: Drop unnecesarry patches

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
10 years agodev-python/flexx: New package, ebuild written by me
Justin Lecher [Thu, 7 Jan 2016 19:07:40 +0000 (20:07 +0100)]
dev-python/flexx: New package, ebuild written by me

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
10 years agodev-python/bokeh: Move to pytest
Justin Lecher [Thu, 7 Jan 2016 16:47:17 +0000 (17:47 +0100)]
dev-python/bokeh: Move to pytest

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
10 years agodev-python/libcloud: Bump
Patrick Lauer [Thu, 7 Jan 2016 18:42:10 +0000 (19:42 +0100)]
dev-python/libcloud: Bump

Package-Manager: portage-2.2.26

10 years agodev-python/backports-ssl-match-hostname: Add py3 support
Patrick Lauer [Thu, 7 Jan 2016 18:40:22 +0000 (19:40 +0100)]
dev-python/backports-ssl-match-hostname: Add py3 support

Package-Manager: portage-2.2.26

10 years agosys-cluster/nova: fixing CVE-2015-7548
Matthew Thode [Thu, 7 Jan 2016 17:55:40 +0000 (11:55 -0600)]
sys-cluster/nova: fixing CVE-2015-7548

Package-Manager: portage-2.2.26

10 years agomedia-radio/svxlink: Version bump (bug #569512)
Thomas Beierlein [Thu, 7 Jan 2016 17:39:42 +0000 (18:39 +0100)]
media-radio/svxlink: Version bump (bug #569512)

Package-Manager: portage-2.2.26

10 years agonet-misc/dhcpcd: version bump
William Hubbs [Thu, 7 Jan 2016 17:36:42 +0000 (11:36 -0600)]
net-misc/dhcpcd: version bump

10 years agomedia-radio/svxlink: Drop old
Thomas Beierlein [Thu, 7 Jan 2016 17:36:46 +0000 (18:36 +0100)]
media-radio/svxlink: Drop old

Package-Manager: portage-2.2.26

10 years agomedia-libs/libsfml: Add some missing deps
Michał Górny [Thu, 7 Jan 2016 17:29:26 +0000 (18:29 +0100)]
media-libs/libsfml: Add some missing deps

10 years agodev-lang/php: version bump 7.0.1 -> 7.0.2.
Michael Orlitzky [Thu, 7 Jan 2016 14:59:55 +0000 (09:59 -0500)]
dev-lang/php: version bump 7.0.1 -> 7.0.2.

Package-Manager: portage-2.2.24

10 years agonet-dns/bind-tools: 9.10.3_p2 stable on x86 see Bug 568982
Andreas Schuerch [Thu, 7 Jan 2016 17:14:25 +0000 (18:14 +0100)]
net-dns/bind-tools: 9.10.3_p2 stable on x86 see Bug 568982

Package-Manager: portage-2.2.24

10 years agonet-dns/bind: 9.10.3_p2 stable on x86 see Bug 568982
Andreas Schuerch [Thu, 7 Jan 2016 17:13:13 +0000 (18:13 +0100)]
net-dns/bind: 9.10.3_p2 stable on x86 see Bug 568982

Package-Manager: portage-2.2.24

10 years agoapp-i18n/enca: Bump to version 1.18
Lars Wendler [Thu, 7 Jan 2016 17:05:00 +0000 (18:05 +0100)]
app-i18n/enca: Bump to version 1.18

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
10 years agochanging maintainer to myself from jlec
Matthew Thode [Thu, 7 Jan 2016 16:51:21 +0000 (10:51 -0600)]
changing maintainer to myself from jlec

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
10 years agomedia-libs/hamlib: Bump
Thomas Beierlein [Thu, 7 Jan 2016 16:35:40 +0000 (17:35 +0100)]
media-libs/hamlib: Bump

Package-Manager: portage-2.2.26

10 years agodev-lang/swi-prolog: bump 7.3 development version
Keri Harris [Thu, 7 Jan 2016 16:33:53 +0000 (17:33 +0100)]
dev-lang/swi-prolog: bump 7.3 development version

Package-Manager: portage-2.2.20.1

10 years agosys-kernel/linux-firmware: remove some older ebuilds
Chí-Thanh Christopher Nguyễn [Thu, 7 Jan 2016 16:31:33 +0000 (17:31 +0100)]
sys-kernel/linux-firmware: remove some older ebuilds

Package-Manager: portage-2.2.26

10 years agosys-kernel/linux-firmware: new snapshot
Chí-Thanh Christopher Nguyễn [Thu, 7 Jan 2016 16:28:00 +0000 (17:28 +0100)]
sys-kernel/linux-firmware: new snapshot

Package-Manager: portage-2.2.26

10 years agonet-misc/kea: Clear down IUSE.
Tony Vroon [Thu, 7 Jan 2016 15:56:26 +0000 (15:56 +0000)]
net-misc/kea: Clear down IUSE.

Package-Manager: portage-2.2.26

10 years agonet-misc/kea: Adding 1.0.0 to tree.
Tony Vroon [Thu, 7 Jan 2016 15:52:55 +0000 (15:52 +0000)]
net-misc/kea: Adding 1.0.0 to tree.

Package-Manager: portage-2.2.26

10 years agodev-java/icedtea: Patch against icedtea bug #2781
James Le Cuirot [Thu, 7 Jan 2016 15:36:14 +0000 (15:36 +0000)]
dev-java/icedtea: Patch against icedtea bug #2781

CACAO have now fixed this upstream and it will hopefully make it into
the next icedtea release.

Package-Manager: portage-2.2.26

10 years agodev-java/icedtea: Disable webstart by default as well
James Le Cuirot [Thu, 7 Jan 2016 15:34:04 +0000 (15:34 +0000)]
dev-java/icedtea: Disable webstart by default as well

It's not as dead as nsplugin but I imagine most people would rather
avoid the extra dependency on icedtea-web.

Package-Manager: portage-2.2.26

10 years agodev-db/postgresql: Bump to 9.5
Patrick Lauer [Thu, 7 Jan 2016 15:15:38 +0000 (16:15 +0100)]
dev-db/postgresql: Bump to 9.5

Package-Manager: portage-2.2.26