gentoo.git
9 years agox11-libs/gtk+: Mark ~hppa (bug #600994).
Jeroen Roovers [Mon, 16 Jan 2017 23:32:08 +0000 (00:32 +0100)]
x11-libs/gtk+: Mark ~hppa (bug #600994).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agox11-themes/gtk-engines-adwaita: Mark ~hppa (bug #600994).
Jeroen Roovers [Mon, 16 Jan 2017 23:30:32 +0000 (00:30 +0100)]
x11-themes/gtk-engines-adwaita: Mark ~hppa (bug #600994).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agox11-themes/gnome-themes-standard: Mark ~hppa (bug #600994).
Jeroen Roovers [Mon, 16 Jan 2017 23:29:23 +0000 (00:29 +0100)]
x11-themes/gnome-themes-standard: Mark ~hppa (bug #600994).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agognome2.eclass: simplify inheritting on autotools.eclass and not inherit it unconditio...
Pacho Ramos [Mon, 16 Jan 2017 22:57:51 +0000 (23:57 +0100)]
gnome2.eclass: simplify inheritting on autotools.eclass and not inherit it unconditionally (#591584, thanks to leio for the help)

9 years agox11-libs/gtk+: Remove unnecessary gdk-pixbuf[X] USE depend
Mart Raudsepp [Mon, 16 Jan 2017 22:26:32 +0000 (00:26 +0200)]
x11-libs/gtk+: Remove unnecessary gdk-pixbuf[X] USE depend

gtk+ does not use the gdk_pixbuf_xlib family of functions and separate
library. Verified that nothing in the tree depending on gtk+[X] actually
does any gdk_pixbuf_xlib_ calls, so isn't having the USE dep from old
times for gdk_pixbuf_xlib back when gdk-pixbuf was part of gtk+ itself.

Gentoo-bug: 534330
Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-python/PyContracts: Version bump to 1.7.15
Manuel Rüger [Mon, 16 Jan 2017 22:36:22 +0000 (23:36 +0100)]
dev-python/PyContracts: Version bump to 1.7.15

Package-Manager: portage-2.3.3

9 years agoapp-text/dvisvgm: Fix compilation (bug #605404)
Sebastian Pipping [Mon, 16 Jan 2017 22:33:41 +0000 (23:33 +0100)]
app-text/dvisvgm: Fix compilation (bug #605404)

Patch is taken from upstream:
https://github.com/mgieseki/dvisvgm/commit/4aaf49080cfc84c2aa4a271b8dd12e9e9fa8b7bd

Homepage is updated as well.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agomedia-gfx/freewrl-1.22.x: fix missing slot specifier on media-gfx/glew
Ian Stakenvicius [Mon, 16 Jan 2017 22:30:44 +0000 (17:30 -0500)]
media-gfx/freewrl-1.22.x: fix missing slot specifier on media-gfx/glew

Package-Manager: portage-2.3.0

9 years agomedia-gfx/freewrl-9999: changed upstream code branch, added deps and config for RBP
Ian Stakenvicius [Mon, 16 Jan 2017 22:28:37 +0000 (17:28 -0500)]
media-gfx/freewrl-9999: changed upstream code branch, added deps and config for RBP

Package-Manager: portage-2.3.0

9 years agodev-games/ode: revbump to change SLOT="0/6" for slot-operator rebuilds
Ian Stakenvicius [Mon, 16 Jan 2017 22:14:36 +0000 (17:14 -0500)]
dev-games/ode: revbump to change SLOT="0/6" for slot-operator rebuilds

Package-Manager: portage-2.3.0

9 years agoapp-portage/hackport: new package
Sergei Trofimovich [Mon, 16 Jan 2017 22:14:20 +0000 (22:14 +0000)]
app-portage/hackport: new package

An ebuild generator from hackage index or even .cabal files

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-haskell/ed25519: new package, a depend of hackport
Sergei Trofimovich [Mon, 16 Jan 2017 22:13:37 +0000 (22:13 +0000)]
dev-haskell/ed25519: new package, a depend of hackport

Ed25519 cryptographic signatures

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-misc/networkmanager: Fix kernel .config checks (#605826 by Anton Bolshakov)
Pacho Ramos [Mon, 16 Jan 2017 21:34:35 +0000 (22:34 +0100)]
net-misc/networkmanager: Fix kernel .config checks (#605826 by Anton Bolshakov)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-kernel/hardened-sources: version bump to 4.8.17-r2
Anthony G. Basile [Mon, 16 Jan 2017 21:43:50 +0000 (16:43 -0500)]
sys-kernel/hardened-sources: version bump to 4.8.17-r2

vanilla-4.8 + genpatches-4.8-18 + grsecurity-3.1-4.8.17-201701151620

Package-Manager: portage-2.3.0

9 years agodev-perl/mime-construct: add "Date" field to generated messages
Maciej S. Szmigiero [Sun, 15 Jan 2017 17:43:08 +0000 (18:43 +0100)]
dev-perl/mime-construct: add "Date" field to generated messages

Currently, mime-construct does not include the "Date" field in generated
messages.

The "Date" field is required according to the RFC 5322 and not every MTA or
SMTP client adds it when it is missing (for example mail-mta/msmtp does not
do it).

Mail clients often timestamp messages lacking this field as either
01.01.1970 or a date the message was first seen by a particular client
rather than as an actual posting date.

This issue was reported upstream a year ago but there was no response - the
software had last release in 2010 so it is probably no longer maintained.

That's why we have to add the missing field ourselves.

Gentoo-Bug: https://bugs.gentoo.org/583882
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3408

9 years agox11-misc/xdg-utils-1.1.1-r1: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:22 +0000 (20:56 +0100)]
x11-misc/xdg-utils-1.1.1-r1: stable on alpha

Gentoo-Bug: 605682

9 years agosys-fs/udisks-2.1.8-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:21 +0000 (20:56 +0100)]
sys-fs/udisks-2.1.8-r0: stable on alpha

Gentoo-Bug: 605394

9 years agonet-libs/libpcap-1.8.1-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:21 +0000 (20:56 +0100)]
net-libs/libpcap-1.8.1-r0: stable on alpha

Gentoo-Bug: 605224

9 years agonet-analyzer/tcpdump-4.8.1-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:20 +0000 (20:56 +0100)]
net-analyzer/tcpdump-4.8.1-r0: stable on alpha

Gentoo-Bug: 605224

9 years agonet-proxy/privoxy-3.0.24-r2: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:20 +0000 (20:56 +0100)]
net-proxy/privoxy-3.0.24-r2: stable on alpha

Gentoo-Bug: 605198

9 years agosys-libs/libcap-ng-0.7.8-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:19 +0000 (20:56 +0100)]
sys-libs/libcap-ng-0.7.8-r0: stable on alpha

Gentoo-Bug: 605166

9 years agox11-plugins/wmifs-1.8-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:18 +0000 (20:56 +0100)]
x11-plugins/wmifs-1.8-r0: stable on alpha

Gentoo-Bug: 605156

9 years agomedia-sound/toolame-02l-r4: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:18 +0000 (20:56 +0100)]
media-sound/toolame-02l-r4: stable on alpha

Gentoo-Bug: 605154

9 years agoapp-admin/logrotate-3.11.0-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:17 +0000 (20:56 +0100)]
app-admin/logrotate-3.11.0-r0: stable on alpha

Gentoo-Bug: 605076

9 years agosys-apps/ed-1.13-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:17 +0000 (20:56 +0100)]
sys-apps/ed-1.13-r0: stable on alpha

Gentoo-Bug: 605012

9 years agodev-libs/quazip-0.7.2-r1: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:16 +0000 (20:56 +0100)]
dev-libs/quazip-0.7.2-r1: stable on alpha

Gentoo-Bug: 604996

9 years agoapp-shells/bash-completion-2.4-r1: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:16 +0000 (20:56 +0100)]
app-shells/bash-completion-2.4-r1: stable on alpha

Gentoo-Bug: 604680

9 years agoapp-admin/sudo-1.8.18_p1-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:15 +0000 (20:56 +0100)]
app-admin/sudo-1.8.18_p1-r0: stable on alpha

Gentoo-Bug: 603170

9 years agosys-apps/shadow-4.2.1-r2: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:14 +0000 (20:56 +0100)]
sys-apps/shadow-4.2.1-r2: stable on alpha

Gentoo-Bug: 601734

9 years agodev-python/rfc3986-0.4.1-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:14 +0000 (20:56 +0100)]
dev-python/rfc3986-0.4.1-r0: stable on alpha

Gentoo-Bug: 586940

9 years agodev-python/pbr-1.10.0-r0: stable on alpha
Tobias Klausmann [Mon, 16 Jan 2017 19:56:07 +0000 (20:56 +0100)]
dev-python/pbr-1.10.0-r0: stable on alpha

Gentoo-Bug: 586940

9 years agomedia-video/subtitlecomposer: Remove 0.5.6
Johannes Huber [Mon, 16 Jan 2017 19:50:22 +0000 (20:50 +0100)]
media-video/subtitlecomposer: Remove 0.5.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-perl/Test-Regexp: New ebuild
Anthony Ryan [Sun, 15 Jan 2017 21:15:14 +0000 (16:15 -0500)]
dev-perl/Test-Regexp: New ebuild

This package contains the testing harness used by
dev-perl/Regexp-Common, without this package many of it's
tests are skipped even when building with FEATURES="test"

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3495

9 years agoapp-emulation/diskimage-builder: cleanup
Matthew Thode [Mon, 16 Jan 2017 19:37:27 +0000 (13:37 -0600)]
app-emulation/diskimage-builder: cleanup

Package-Manager: portage-2.3.0

9 years agoapp-emulation/diskimage-builder: 1.26.1 stable x86 and amd64
Matthew Thode [Mon, 16 Jan 2017 19:37:04 +0000 (13:37 -0600)]
app-emulation/diskimage-builder: 1.26.1 stable x86 and amd64

Package-Manager: portage-2.3.0

9 years agosys-cluster/nova: cleanup 14.0.2
Matthew Thode [Mon, 16 Jan 2017 19:36:17 +0000 (13:36 -0600)]
sys-cluster/nova: cleanup 14.0.2

Package-Manager: portage-2.3.0

9 years agosys-cluster/nova: 14.0.3 stable amd64 and x86
Matthew Thode [Mon, 16 Jan 2017 19:35:20 +0000 (13:35 -0600)]
sys-cluster/nova: 14.0.3 stable amd64 and x86

Package-Manager: portage-2.3.0

9 years agosys-cluster/cinder: cleanup 9.1.0
Matthew Thode [Mon, 16 Jan 2017 19:34:10 +0000 (13:34 -0600)]
sys-cluster/cinder: cleanup 9.1.0

Package-Manager: portage-2.3.0

9 years agosys-cluster/cinder: 9.1.1 stable amd64 and x86
Matthew Thode [Mon, 16 Jan 2017 19:33:35 +0000 (13:33 -0600)]
sys-cluster/cinder: 9.1.1 stable amd64 and x86

Package-Manager: portage-2.3.0

9 years agosys-kernel/mips-sources: bump to 4.4.43 & 4.8.17, update copyright date.
Joshua Kinard [Mon, 16 Jan 2017 19:27:40 +0000 (14:27 -0500)]
sys-kernel/mips-sources: bump to 4.4.43 & 4.8.17, update copyright date.

Bump 4.4.39 -> 4.4.43 and 4.8.15 -> 4.8.17 (EOL).  Updated the copyright
dates to reflect the new year, and removed the unused Cobalt eblit.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-portage/eix: Version bump
Brian Evans [Mon, 16 Jan 2017 18:59:43 +0000 (13:59 -0500)]
app-portage/eix: Version bump

Non-maintainer commit.  Ack by axs in IRC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-shells/push: Version bump
Brian Evans [Mon, 16 Jan 2017 18:56:57 +0000 (13:56 -0500)]
app-shells/push: Version bump

Non-maintainer commit.  Ack by axs in IRC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-shells/quoter: Version bump
Brian Evans [Mon, 16 Jan 2017 18:54:35 +0000 (13:54 -0500)]
app-shells/quoter: Version bump

Non-maintainer commit.  Ack by axs in IRC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-crypt/mhash: fix html docs
Alon Bar-Lev [Mon, 16 Jan 2017 18:58:30 +0000 (20:58 +0200)]
app-crypt/mhash: fix html docs

Package-Manager: portage-2.3.0

9 years agodev-libs/libtasn1: version bump
Alon Bar-Lev [Mon, 16 Jan 2017 18:54:16 +0000 (20:54 +0200)]
dev-libs/libtasn1: version bump

Package-Manager: portage-2.3.0

9 years agonet-misc/tinc: version bump to 1.0.31
Anthony G. Basile [Mon, 16 Jan 2017 18:47:41 +0000 (13:47 -0500)]
net-misc/tinc: version bump to 1.0.31

Package-Manager: portage-2.3.0

9 years agowww-client/qutebrowser: version bump to 0.9.1
Tim Harder [Mon, 16 Jan 2017 18:36:49 +0000 (13:36 -0500)]
www-client/qutebrowser: version bump to 0.9.1

Also, add dep on dev-python/PyQt5[declarative] for bug #604392.

9 years agox11-themes/gtk-engines-adwaita: Bump to 3.22.2 to keep in sync with gnome-themes...
Mart Raudsepp [Mon, 16 Jan 2017 18:28:31 +0000 (20:28 +0200)]
x11-themes/gtk-engines-adwaita: Bump to 3.22.2 to keep in sync with gnome-themes-standard

No changes to the compiled code that this split uses, but it's a fast compile and
better to keep in sync with gnome-themes-standard to use the same tarball at the
same visibility level.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agox11-libs/gdk-pixbuf: Clarify what USE=X does in local description
Mart Raudsepp [Mon, 16 Jan 2017 18:23:11 +0000 (20:23 +0200)]
x11-libs/gdk-pixbuf: Clarify what USE=X does in local description

gdk_pixbuf_xlib is only useful for pure X11 applications, GTK+ does
not use this.
The goal is to get rid of the unnecessary USE deps on consumers, where
it is indeed unnecessary, and then perhaps rename the USE flag from
IUSE=X to IUSE=xlib or some such, so that it's not built by default
on desktop profiles. Though w3m is a consumer and might be in default
deptrees via xdg-utils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-voip/vidyodesktop: bup
Matthew Thode [Mon, 16 Jan 2017 18:37:40 +0000 (12:37 -0600)]
net-voip/vidyodesktop: bup

Package-Manager: portage-2.3.0

9 years agodev-python/incremental: Drop python-3.3
Brian Dolbec [Mon, 16 Jan 2017 18:29:36 +0000 (10:29 -0800)]
dev-python/incremental: Drop python-3.3

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

9 years agoapp-admin/ansible: Fix jinja dep in 2.2.1.0
Brian Dolbec [Mon, 16 Jan 2017 18:17:39 +0000 (10:17 -0800)]
app-admin/ansible: Fix jinja dep in 2.2.1.0

Fixes bug 605860.

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

9 years agonet-analyzer/goaccess: Add missing subslot operator
David Seifert [Mon, 16 Jan 2017 18:07:21 +0000 (19:07 +0100)]
net-analyzer/goaccess: Add missing subslot operator

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-analyzer/goaccess: bump to 1.1.1
Vladimir Pavljuchenkov (SpiderX) [Sun, 15 Jan 2017 18:20:00 +0000 (20:20 +0200)]
net-analyzer/goaccess: bump to 1.1.1

1. Added bzip2, getline, libressl, ssl, zlib USE-flags with corresponding support in ebuild.
2. Fixed RDEPEND for ncurses, openssl, tokyocabinet.
3. Updated REQUIRED_USE.
4. Modified src_configure section.
5. Use ${ED%/} instead of ${D}.

Gentoo-Bug: https://bugs.gentoo.org/559200

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3435

9 years agoapp-admin/ansible: Version bumps, final security fix releases
Brian Dolbec [Mon, 16 Jan 2017 18:02:36 +0000 (10:02 -0800)]
app-admin/ansible: Version bumps, final security fix releases

Remove previous rc releases.

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

9 years agodev-python/rebulk: remove old
Ilya Tumaykin [Mon, 16 Jan 2017 11:06:59 +0000 (14:06 +0300)]
dev-python/rebulk: remove old

Closes: https://github.com/gentoo/gentoo/pull/3500
Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-python/guessit: remove old
Ilya Tumaykin [Mon, 16 Jan 2017 11:04:00 +0000 (14:04 +0300)]
dev-python/guessit: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agomedia-video/subliminal: remove old
Ilya Tumaykin [Mon, 16 Jan 2017 11:01:44 +0000 (14:01 +0300)]
media-video/subliminal: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-im/skypeforlinux: Version bump to 1.16.0.1
Karol Grudziński [Mon, 16 Jan 2017 14:42:52 +0000 (15:42 +0100)]
net-im/skypeforlinux: Version bump to 1.16.0.1

* Rename obsolete ebuild to match version with upstream rpm
Closes: https://github.com/gentoo/gentoo/pull/3505

9 years agokde5.eclass: Raise RDEPEND on kde-frameworks/kf-env to 4
Johannes Huber [Mon, 16 Jan 2017 17:38:11 +0000 (18:38 +0100)]
kde5.eclass: Raise RDEPEND on kde-frameworks/kf-env to 4

9 years agokde-frameworks/kf-env: Remove 3
Johannes Huber [Mon, 16 Jan 2017 17:36:44 +0000 (18:36 +0100)]
kde-frameworks/kf-env: Remove 3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agokde-frameworks/kf-env: amd64/x86 stable 4
Johannes Huber [Mon, 16 Jan 2017 17:35:38 +0000 (18:35 +0100)]
kde-frameworks/kf-env: amd64/x86 stable 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-python/ipaddr: add py3.5, fix dependencies
Louis Sautier [Mon, 16 Jan 2017 14:19:29 +0000 (15:19 +0100)]
dev-python/ipaddr: add py3.5, fix dependencies

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3504

9 years agodev-python/python-discid: add py3.5, doc, tests, EAPI=6, fix deps
Louis Sautier [Mon, 16 Jan 2017 11:25:07 +0000 (12:25 +0100)]
dev-python/python-discid: add py3.5, doc, tests, EAPI=6, fix deps

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3501

9 years agoapp-emulation/docker-compose: Remove old
Manuel Rüger [Mon, 16 Jan 2017 17:36:12 +0000 (18:36 +0100)]
app-emulation/docker-compose: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-emulation/docker: Remove old
Manuel Rüger [Mon, 16 Jan 2017 17:35:38 +0000 (18:35 +0100)]
app-emulation/docker: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-misc/networkmanager: add myself as maintainer
Mike Gilbert [Mon, 16 Jan 2017 17:30:28 +0000 (12:30 -0500)]
net-misc/networkmanager: add myself as maintainer

Acked-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

9 years agodev-python/typing: Add x86 to KEYWORDS
David Seifert [Mon, 16 Jan 2017 17:23:08 +0000 (18:23 +0100)]
dev-python/typing: Add x86 to KEYWORDS

Gentoo-bug: 597744

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-admin/sysstat: Fix metadata.xml
Thomas Deutschmann [Mon, 16 Jan 2017 17:08:13 +0000 (18:08 +0100)]
app-admin/sysstat: Fix metadata.xml

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-libs/zlib: Security cleanup (bug #601828).
Lars Wendler [Mon, 16 Jan 2017 16:50:16 +0000 (17:50 +0100)]
sys-libs/zlib: Security cleanup (bug #601828).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-fs/udev: fix build with gperf-3.1
Mike Gilbert [Mon, 16 Jan 2017 16:37:11 +0000 (11:37 -0500)]
sys-fs/udev: fix build with gperf-3.1

Bug: https://bugs.gentoo.org/605022
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

9 years agosys-libs/cygwin-crypt: Fix metadata.xml
Thomas Deutschmann [Mon, 16 Jan 2017 16:32:27 +0000 (17:32 +0100)]
sys-libs/cygwin-crypt: Fix metadata.xml

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-boot/systemd-boot: drop unused patch
Mike Gilbert [Mon, 16 Jan 2017 16:20:18 +0000 (11:20 -0500)]
sys-boot/systemd-boot: drop unused patch

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

9 years agosys-boot/systemd-boot: fix build with gperf-3.1
Mike Gilbert [Mon, 16 Jan 2017 16:18:04 +0000 (11:18 -0500)]
sys-boot/systemd-boot: fix build with gperf-3.1

Bug: https://bugs.gentoo.org/605848
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

9 years agoapp-admin/sysstat: Old.
Jeroen Roovers [Mon, 16 Jan 2017 16:13:56 +0000 (17:13 +0100)]
app-admin/sysstat: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agoapp-admin/sysstat: Version bump.
Jeroen Roovers [Mon, 16 Jan 2017 16:12:33 +0000 (17:12 +0100)]
app-admin/sysstat: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-python/python-sipsimple: maintainer-needed
Mike Gilbert [Mon, 16 Jan 2017 16:06:25 +0000 (11:06 -0500)]
dev-python/python-sipsimple: maintainer-needed

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

9 years agox11-plugins/wmpop3: respect CC, bug #605910
Bernard Cafarelli [Mon, 16 Jan 2017 15:56:50 +0000 (16:56 +0100)]
x11-plugins/wmpop3: respect CC, bug #605910

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-libs/zlib: Stable for HPPA (bug #605888).
Jeroen Roovers [Mon, 16 Jan 2017 15:54:25 +0000 (16:54 +0100)]
sys-libs/zlib: Stable for HPPA (bug #605888).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agox11-themes/light-themes: amd64 stable wrt bug #605790
Agostino Sarubbo [Mon, 16 Jan 2017 15:49:26 +0000 (16:49 +0100)]
x11-themes/light-themes: amd64 stable wrt bug #605790

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-shells/tcsh: amd64 stable wrt bug #605850
Agostino Sarubbo [Mon, 16 Jan 2017 15:49:20 +0000 (16:49 +0100)]
app-shells/tcsh: amd64 stable wrt bug #605850

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-editors/joe: amd64 stable wrt bug #605872
Agostino Sarubbo [Mon, 16 Jan 2017 15:49:13 +0000 (16:49 +0100)]
app-editors/joe: amd64 stable wrt bug #605872

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-apps/ipmitool: Stable for HPPA (bug #595458).
Jeroen Roovers [Mon, 16 Jan 2017 15:42:03 +0000 (16:42 +0100)]
sys-apps/ipmitool: Stable for HPPA (bug #595458).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agonet-misc/tor: Stable for PPC64 (bug #603174).
Jeroen Roovers [Mon, 16 Jan 2017 15:38:45 +0000 (16:38 +0100)]
net-misc/tor: Stable for PPC64 (bug #603174).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agoprofiles/arch/powerpc: Mask USE=seccomp for net-misc/tor (bug #605878).
Jeroen Roovers [Mon, 16 Jan 2017 15:37:49 +0000 (16:37 +0100)]
profiles/arch/powerpc: Mask USE=seccomp for net-misc/tor (bug #605878).

9 years agoapp-crypt/gnupg: Stable for HPPA (bug #552936).
Jeroen Roovers [Mon, 16 Jan 2017 15:29:44 +0000 (16:29 +0100)]
app-crypt/gnupg: Stable for HPPA (bug #552936).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agodev-util/cmake: Stable for HPPA (bug #602772).
Jeroen Roovers [Mon, 16 Jan 2017 15:28:27 +0000 (16:28 +0100)]
dev-util/cmake: Stable for HPPA (bug #602772).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

9 years agoStable for alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86 wrt bug #605888
Agostino Sarubbo [Mon, 16 Jan 2017 15:28:08 +0000 (16:28 +0100)]
Stable for alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86 wrt bug #605888

Package-Manager: portage-2.3.0
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/icu-layoutex: Added multilib deps.
Lars Wendler [Mon, 16 Jan 2017 14:59:55 +0000 (15:59 +0100)]
dev-libs/icu-layoutex: Added multilib deps.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-libs/icu-le-hb: Added multilib deps (bug #605900).
Lars Wendler [Mon, 16 Jan 2017 14:57:32 +0000 (15:57 +0100)]
dev-libs/icu-le-hb: Added multilib deps (bug #605900).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agowww-servers/nginx: Add test restriction
Thomas Deutschmann [Mon, 16 Jan 2017 14:25:32 +0000 (15:25 +0100)]
www-servers/nginx: Add test restriction

Package does not provide a real test suite. Building with FEATURES=test will
currently end with a failure like

  >>> Test phase: www-servers/nginx-1.10.2-r3
   * Test::Harness Jobs=5
  make --jobs 5 --load-average 7.95 test TEST_VERBOSE=0
  make: *** No rule to make target 'test'.  Stop.
   * ERROR: www-servers/nginx-1.10.2-r3::gentoo failed (test phase):
   *   emake failed

Restricting test will prevent an error like this.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agosys-libs/cygwin-crypt: initial commit, v1.4
Michael Haubenwallner [Mon, 16 Jan 2017 14:14:53 +0000 (15:14 +0100)]
sys-libs/cygwin-crypt: initial commit, v1.4

Package-Manager: portage-2.2.28

9 years agokde-apps/thumbnailers: Set KDE_BLOCK_SLOT4=false
Andreas Sturmlechner [Mon, 16 Jan 2017 14:10:32 +0000 (15:10 +0100)]
kde-apps/thumbnailers: Set KDE_BLOCK_SLOT4=false

Gentoo-bug: 605832

Package-Manager: portage-2.3.0

9 years agonet-ftp/proftpd: bump up to 1.3.5d
Sergei Trofimovich [Mon, 16 Jan 2017 14:10:57 +0000 (14:10 +0000)]
net-ftp/proftpd: bump up to 1.3.5d

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agodev-lang/crystal: update CRYSTAL_CONFIG_PATH to use local 'lib', not 'libs
Sergei Trofimovich [Mon, 16 Jan 2017 13:25:01 +0000 (13:25 +0000)]
dev-lang/crystal: update CRYSTAL_CONFIG_PATH to use local 'lib', not 'libs

Reported-by: Lord Reflex
Bug: https://github.com/crystal-lang/crystal/issues/3897

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-analyzer/suricata: updated config file
Slawomir Lis [Mon, 16 Jan 2017 12:27:54 +0000 (13:27 +0100)]
net-analyzer/suricata: updated config file

Bug report: #605754

Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agonet-analyzer/suricata: updated init script
Slawomir Lis [Mon, 16 Jan 2017 12:25:22 +0000 (13:25 +0100)]
net-analyzer/suricata: updated init script

As reported in bug #605754, updated init script stop()
function to take correct method of stopping long-running
suricata shutdown

Reported-by: Vieri <rentorbuy@yahoo.com>
Package-Manager: Portage-2.3.3, Repoman-2.3.1

9 years agomedia-video/motion: add new ebuild for version 4, mostly based upon the ebuild from...
Wolfram Schlich [Mon, 16 Jan 2017 11:47:55 +0000 (12:47 +0100)]
media-video/motion: add new ebuild for version 4, mostly based upon the ebuild from William Breathitt Gray <vilhelm.gray@gmail.com> (bug #475120)

Package-Manager: portage-2.3.0

9 years agoapp-misc/xmind: version bump
Wolfram Schlich [Fri, 30 Dec 2016 14:02:17 +0000 (15:02 +0100)]
app-misc/xmind: version bump

Package-Manager: portage-2.3.0

9 years agodev-games/cegui: Removed old.
Lars Wendler [Mon, 16 Jan 2017 10:30:35 +0000 (11:30 +0100)]
dev-games/cegui: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1