gentoo.git
8 years agodev-ros/map_server: Remove old
Alexis Ballier [Fri, 30 Mar 2018 13:16:42 +0000 (15:16 +0200)]
dev-ros/map_server: Remove old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

8 years agodev-ros/rviz: add := dep on yaml-cpp
Alexis Ballier [Fri, 30 Mar 2018 13:16:19 +0000 (15:16 +0200)]
dev-ros/rviz: add := dep on yaml-cpp

Package-Manager: Portage-2.3.27, Repoman-2.3.9

8 years agodev-ros/rviz: Remove old
Alexis Ballier [Fri, 30 Mar 2018 13:15:38 +0000 (15:15 +0200)]
dev-ros/rviz: Remove old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

8 years agodev-perl/DBD-mysql: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 12:35:04 +0000 (08:35 -0400)]
dev-perl/DBD-mysql: amd64 stable

Bug: https://bugs.gentoo.org/623942
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-antivirus/clamav: stable 0.99.4-r1 for ia64, bug #649314
Sergei Trofimovich [Fri, 30 Mar 2018 12:31:51 +0000 (13:31 +0100)]
app-antivirus/clamav: stable 0.99.4-r1 for ia64, bug #649314

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ia64"

8 years agoapp-text/build-docbook-catalog: stable 1.21 for ia64, bug #651888
Sergei Trofimovich [Fri, 30 Mar 2018 12:07:52 +0000 (13:07 +0100)]
app-text/build-docbook-catalog: stable 1.21 for ia64, bug #651888

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ia64"

8 years agodev-ruby/rubygems: stable 2.7.6 for ia64, bug #647922
Sergei Trofimovich [Fri, 30 Mar 2018 12:07:47 +0000 (13:07 +0100)]
dev-ruby/rubygems: stable 2.7.6 for ia64, bug #647922

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ia64"

8 years agonet-proxy/squid: stable 3.5.27-r1 for ppc, bug #645356
Sergei Trofimovich [Fri, 30 Mar 2018 12:01:33 +0000 (13:01 +0100)]
net-proxy/squid: stable 3.5.27-r1 for ppc, bug #645356

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ppc"

8 years agodev-db/mysql: stable 5.6.39 for ppc64, bug #644986
Sergei Trofimovich [Fri, 30 Mar 2018 12:01:18 +0000 (13:01 +0100)]
dev-db/mysql: stable 5.6.39 for ppc64, bug #644986

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ppc64"

8 years agosys-libs/glibc: fix glibc-headers bootstrap on non-multilib host
Sergei Trofimovich [Fri, 30 Mar 2018 11:41:50 +0000 (12:41 +0100)]
sys-libs/glibc: fix glibc-headers bootstrap on non-multilib host

The error is found by wm_ attempting to build a cross-compiler
    CHOST=powerpc-unknown-linux-gnu CTARGET=mips64-unknown-linux-gnu
Boostrap failed on glibc-headers (./configure phase) as:

  configure:2623: powerpc-unknown-linux-gnu-gcc -mabi=n32 -c \
      -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5
  powerpc-unknown-linux-gnu-gcc: error: \
      unrecognized command line option '-mabi=n32'; did you mean '-mabi=d32'?

Note how target's ABI is mexed into host's compiler flags.

The error above happens on every host=non-multilib target=multilib combination.
I've reproduced it on:
    CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu

The fix is not to inject target's CFLAGS ABI into CC for
USE=headers-only bootstrap step as we don't have cross-compiler yet.

Tested by successfully bootstrapping cross-compiler on
    CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agotoolchain-glibc.eclass: fix glibc-headers bootstrap on non-multilib host
Sergei Trofimovich [Fri, 30 Mar 2018 11:30:09 +0000 (12:30 +0100)]
toolchain-glibc.eclass: fix glibc-headers bootstrap on non-multilib host

The error is found by wm_ attempting to build a cross-compiler
    CHOST=powerpc-unknown-linux-gnu CTARGET=mips64-unknown-linux-gnu
Boostrap failed on glibc-headers (./configure phase) as:

  configure:2623: powerpc-unknown-linux-gnu-gcc -mabi=n32 -c -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5
  powerpc-unknown-linux-gnu-gcc: error: unrecognized command line option '-mabi=n32'; did you mean '-mabi=d32'?

Note how target's ABI is mexed into host's compiler flags.

The error above happens on every host=non-multilib target=multilib combination.
I've reproduced it on:
    CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu

The fix is not to inject target's CFLAGS ABI into CC for
USE=headers-only bootstrap step as we don't have cross-compiler yet.

Tested by successfully bootstrapping cross-compiler on
    CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
8 years agosys-libs/glibc: log when ebuild overrides CC/CFLAGS
Sergei Trofimovich [Fri, 30 Mar 2018 11:17:25 +0000 (12:17 +0100)]
sys-libs/glibc: log when ebuild overrides CC/CFLAGS

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agotoolchain-glibc.eclass: log when eclass overrides CC/CFLAGS
Sergei Trofimovich [Fri, 30 Mar 2018 11:15:40 +0000 (12:15 +0100)]
toolchain-glibc.eclass: log when eclass overrides CC/CFLAGS

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
8 years agosys-apps/sysvinit: Bump to version 2.89
Lars Wendler [Fri, 30 Mar 2018 10:58:33 +0000 (12:58 +0200)]
sys-apps/sysvinit: Bump to version 2.89

Package-Manager: Portage-2.3.27, Repoman-2.3.7

8 years agomedia-radio/gpredict: Minor maintenance release
Thomas Beierlein [Fri, 30 Mar 2018 09:35:50 +0000 (11:35 +0200)]
media-radio/gpredict: Minor maintenance release

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agonet-vpn/tor: version bump alpha branch to 0.3.3.4
Anthony G. Basile [Fri, 30 Mar 2018 09:07:37 +0000 (05:07 -0400)]
net-vpn/tor: version bump alpha branch to 0.3.3.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agodev-lang/php: Stable for HPPA too.
Jeroen Roovers [Fri, 30 Mar 2018 09:06:25 +0000 (11:06 +0200)]
dev-lang/php: Stable for HPPA too.

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --ignore-arches

8 years agometadata/repoman: remove experimental files for now
Zac Medico [Fri, 30 Mar 2018 08:51:29 +0000 (01:51 -0700)]
metadata/repoman: remove experimental files for now

This files are all bundled with repoman now.

See: https://github.com/gentoo/portage/commit/2ecf4e2b0ebdf727f2210f3b7db600e781cff1c4

8 years agodev-lang/php: Version bump for 5.6.35
Brian Evans [Fri, 30 Mar 2018 08:46:45 +0000 (04:46 -0400)]
dev-lang/php: Version bump for 5.6.35

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-lang/php: Version bump for 7.0.29
Brian Evans [Fri, 30 Mar 2018 02:28:57 +0000 (22:28 -0400)]
dev-lang/php: Version bump for 7.0.29

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-portage/repoman: version bump to 2.3.9
Zac Medico [Fri, 30 Mar 2018 06:31:07 +0000 (23:31 -0700)]
app-portage/repoman: version bump to 2.3.9

Package-Manager: Portage-2.3.27, Repoman-2.3.9

8 years agodev-ruby/rr: add ruby25
Hans de Graaff [Fri, 30 Mar 2018 06:58:57 +0000 (08:58 +0200)]
dev-ruby/rr: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agodev-ruby/concurrent-ruby: add ruby25
Hans de Graaff [Fri, 30 Mar 2018 06:11:48 +0000 (08:11 +0200)]
dev-ruby/concurrent-ruby: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agowww-apache/passenger: add 5.2.2
Hans de Graaff [Fri, 30 Mar 2018 05:52:41 +0000 (07:52 +0200)]
www-apache/passenger: add 5.2.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agowww-apache/passenger: cleanup
Hans de Graaff [Fri, 30 Mar 2018 05:40:24 +0000 (07:40 +0200)]
www-apache/passenger: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agodev-ruby/asciidoctor-diagram: add 1.5.9
Hans de Graaff [Fri, 30 Mar 2018 05:39:24 +0000 (07:39 +0200)]
dev-ruby/asciidoctor-diagram: add 1.5.9

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agokde-apps: Remove KDE Applications 17.08
Johannes Huber [Wed, 28 Mar 2018 19:32:02 +0000 (21:32 +0200)]
kde-apps: Remove KDE Applications 17.08

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-portage/repoman: make repoman-2.3.8 require portage-2.3.27
Zac Medico [Fri, 30 Mar 2018 05:24:08 +0000 (22:24 -0700)]
app-portage/repoman: make repoman-2.3.8 require portage-2.3.27

Package-Manager: Portage-2.3.27, Repoman-2.3.8

8 years agoapp-portage/repoman: version bump to 2.3.8
Zac Medico [Fri, 30 Mar 2018 04:18:05 +0000 (21:18 -0700)]
app-portage/repoman: version bump to 2.3.8

This release adds support for plugin module systems.

See: https://wiki.gentoo.org/wiki/Project:Portage/Repoman-Module-specs
Package-Manager: Portage-2.3.27_p1, Repoman-2.3.8

8 years agosys-apps/portage: version bump to 2.3.27
Zac Medico [Fri, 30 Mar 2018 04:04:26 +0000 (21:04 -0700)]
sys-apps/portage: version bump to 2.3.27

  #651952 - INSTALL_MASK: honor install time config for binary packages

Closes: https://bugs.gentoo.org/651952
Package-Manager: Portage-2.3.27_p1, Repoman-2.3.8

8 years agodev-perl/XML-TreePP: EAPI6 + tests
Kent Fredric [Fri, 30 Mar 2018 03:40:19 +0000 (16:40 +1300)]
dev-perl/XML-TreePP: EAPI6 + tests

- EAPI6ify
- Enable tests ( don't appear to do network IO )
- Cleanup unwanted tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agoapp-shells/fish: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 03:08:54 +0000 (23:08 -0400)]
app-shells/fish: amd64 stable

Bug: https://bugs.gentoo.org/651800
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-text/calibre: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 03:04:27 +0000 (23:04 -0400)]
app-text/calibre: amd64 stable

Bug: https://bugs.gentoo.org/642796
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-python/html5-parser: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 03:03:25 +0000 (23:03 -0400)]
dev-python/html5-parser: amd64 stable

Bug: https://bugs.gentoo.org/642796
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agomedia-gfx/iscan-plugin-gt-f720: Remove old
Harri Nieminen [Tue, 27 Mar 2018 17:17:05 +0000 (20:17 +0300)]
media-gfx/iscan-plugin-gt-f720: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7649

8 years agolxde-base/lxde-icon-theme: Remove old
charIes17 [Wed, 28 Mar 2018 06:23:58 +0000 (08:23 +0200)]
lxde-base/lxde-icon-theme: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7674

8 years agoapp-misc/lockfile-progs: Use https and update license
Harri Nieminen [Thu, 29 Mar 2018 09:36:54 +0000 (12:36 +0300)]
app-misc/lockfile-progs: Use https and update license

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-misc/lockfile-progs: Remove old
Harri Nieminen [Thu, 29 Mar 2018 09:34:49 +0000 (12:34 +0300)]
app-misc/lockfile-progs: Remove old

Drops stable keywords for s390 and sh

Package-Manager: Portage-2.3.26, Repoman-2.3.7
Closes: https://github.com/gentoo/gentoo/pull/7691

8 years agolxde-base/lxde-common: remove unused patch
Michael Mair-Keimberger [Wed, 28 Mar 2018 20:33:33 +0000 (22:33 +0200)]
lxde-base/lxde-common: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7687

8 years agoapp-emulation/qemu: remove unused patch
Michael Mair-Keimberger [Wed, 28 Mar 2018 20:30:24 +0000 (22:30 +0200)]
app-emulation/qemu: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7686

8 years agodev-haskell/sendfile: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:30:57 +0000 (20:30 +0200)]
dev-haskell/sendfile: use HTTPS

8 years agodev-haskell/time-compat: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:30:28 +0000 (20:30 +0200)]
dev-haskell/time-compat: use HTTPS

8 years agodev-haskell/wai-app-static: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:29:53 +0000 (20:29 +0200)]
dev-haskell/wai-app-static: use HTTPS

8 years agodev-haskell/wai-test: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:28:24 +0000 (20:28 +0200)]
dev-haskell/wai-test: use HTTPS

8 years agodev-haskell/xml-hamlet: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:27:07 +0000 (20:27 +0200)]
dev-haskell/xml-hamlet: use HTTPS

8 years agodev-haskell/wavy: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:26:26 +0000 (20:26 +0200)]
dev-haskell/wavy: use HTTPS

8 years agodev-haskell/yesod-core: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:25:48 +0000 (20:25 +0200)]
dev-haskell/yesod-core: use HTTPS

8 years agodev-haskell/yesod-default: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:24:17 +0000 (20:24 +0200)]
dev-haskell/yesod-default: use HTTPS

8 years agodev-haskell/yesod-test: use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:23:51 +0000 (20:23 +0200)]
dev-haskell/yesod-test: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7697

8 years agomedia-plugins/vdr-zappilot: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:18:51 +0000 (21:18 +0200)]
media-plugins/vdr-zappilot: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-sudoku: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:17:57 +0000 (21:17 +0200)]
media-plugins/vdr-sudoku: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-ttxtsubs: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:17:11 +0000 (21:17 +0200)]
media-plugins/vdr-ttxtsubs: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-text2skin: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:16:39 +0000 (21:16 +0200)]
media-plugins/vdr-text2skin: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-sndctl: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:15:37 +0000 (21:15 +0200)]
media-plugins/vdr-sndctl: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-pvrinput: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:14:46 +0000 (21:14 +0200)]
media-plugins/vdr-pvrinput: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-osdteletext: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:13:57 +0000 (21:13 +0200)]
media-plugins/vdr-osdteletext: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-infosatepg: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:13:05 +0000 (21:13 +0200)]
media-plugins/vdr-infosatepg: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-extrecmenu: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:12:34 +0000 (21:12 +0200)]
media-plugins/vdr-extrecmenu: fix HOMEPAGE, use HTTPS

8 years agomedia-plugins/vdr-burn: fix HOMEPAGE, use HTTPS
Michael Mair-Keimberger [Thu, 29 Mar 2018 19:11:34 +0000 (21:11 +0200)]
media-plugins/vdr-burn: fix HOMEPAGE, use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7701

8 years agodev-perl/Net-XMPP: remove unused patch
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:37:54 +0000 (20:37 +0200)]
dev-perl/Net-XMPP: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7700

8 years agoapp-mobilephone/gammu: remove unused patch
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:36:37 +0000 (20:36 +0200)]
app-mobilephone/gammu: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7699

8 years agoapp-emulation/libvirt: remove unused patches
Michael Mair-Keimberger [Thu, 29 Mar 2018 18:35:10 +0000 (20:35 +0200)]
app-emulation/libvirt: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/7698

8 years agodev-ruby/rubygems: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 00:30:00 +0000 (20:30 -0400)]
dev-ruby/rubygems: amd64 stable

Bug: https://bugs.gentoo.org/647922
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-python/python-openstackclient: 3.14.1 bup
Matthew Thode [Fri, 30 Mar 2018 00:25:56 +0000 (19:25 -0500)]
dev-python/python-openstackclient: 3.14.1 bup

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-antivirus/clamav: drop stable keyword due to zlib breakage
Aaron Bauman [Fri, 30 Mar 2018 00:18:08 +0000 (20:18 -0400)]
app-antivirus/clamav: drop stable keyword due to zlib breakage

8 years agoapp-antivirus/clamav: amd64 stable
Aaron Bauman [Fri, 30 Mar 2018 00:14:54 +0000 (20:14 -0400)]
app-antivirus/clamav: amd64 stable

Bug: https://bugs.gentoo.org/649314
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agomedia-gfx/gifsicle: amd64 stable wrt bug #648602
Aaron Bauman [Thu, 29 Mar 2018 23:52:04 +0000 (19:52 -0400)]
media-gfx/gifsicle: amd64 stable wrt bug #648602

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agogames-roguelike/dwarf-fortress: Version bump
Chris Reffett [Thu, 29 Mar 2018 23:48:07 +0000 (19:48 -0400)]
games-roguelike/dwarf-fortress: Version bump

Bug: https://bugs.gentoo.org/650114
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-antivirus/clamav: Make clamav work with >=zlib-1.2.9
Thomas Deutschmann [Thu, 29 Mar 2018 22:41:57 +0000 (00:41 +0200)]
app-antivirus/clamav: Make clamav work with >=zlib-1.2.9

..in addition, an automagic on dev-libs/check was fixed.

Closes: https://bugs.gentoo.org/649516
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agomedia-libs/giflib-5.1.4: arm64 stable (bug #626024)
Mart Raudsepp [Thu, 29 Mar 2018 22:31:44 +0000 (01:31 +0300)]
media-libs/giflib-5.1.4: arm64 stable (bug #626024)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agosys-libs/glibc-2.25-r11: arm64 stable (bug #646492)
Mart Raudsepp [Thu, 29 Mar 2018 22:30:06 +0000 (01:30 +0300)]
sys-libs/glibc-2.25-r11: arm64 stable (bug #646492)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-libs/libhackrf: Version bump
Chris Reffett [Thu, 29 Mar 2018 22:17:08 +0000 (18:17 -0400)]
net-libs/libhackrf: Version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agonet-wireless/hackrf-tools: Version bump
Chris Reffett [Thu, 29 Mar 2018 22:16:31 +0000 (18:16 -0400)]
net-wireless/hackrf-tools: Version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agowww-client/seamonkey: Removed old.
Lars Wendler [Thu, 29 Mar 2018 21:38:01 +0000 (23:38 +0200)]
www-client/seamonkey: Removed old.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agowww-client/seamonkey: Version 2.49.7.0_p0 stable for amd64 and x86.
Lars Wendler [Thu, 29 Mar 2018 21:37:23 +0000 (23:37 +0200)]
www-client/seamonkey: Version 2.49.7.0_p0 stable for amd64 and x86.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agomail-client/thunderbird: amd64 stable
Aaron Bauman [Thu, 29 Mar 2018 21:31:16 +0000 (17:31 -0400)]
mail-client/thunderbird: amd64 stable

Bug: https://bugs.gentoo.org/651862
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-util/yuicompressor: drop maintainership
Tomas Mozes [Wed, 28 Mar 2018 08:19:58 +0000 (10:19 +0200)]
dev-util/yuicompressor: drop maintainership

Closes: https://github.com/gentoo/gentoo/pull/7679
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agoapp-cdr/cue2toc: EAPI bump
Marty E. Plummer [Wed, 28 Mar 2018 09:52:55 +0000 (04:52 -0500)]
app-cdr/cue2toc: EAPI bump

Closes: https://github.com/gentoo/gentoo/pull/7680
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agomedia-gfx/videorbits: Fix for glibc-2.27
Harri Nieminen [Tue, 27 Mar 2018 16:52:32 +0000 (19:52 +0300)]
media-gfx/videorbits: Fix for glibc-2.27

Closes: https://bugs.gentoo.org/648770
Closes: https://github.com/gentoo/gentoo/pull/7648
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agosys-cluster/neutron: 12.0.1 bup
Matthew Thode [Thu, 29 Mar 2018 20:36:22 +0000 (15:36 -0500)]
sys-cluster/neutron: 12.0.1 bup

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-lang/mono-basic: add (R)DEPEND on dev-lang/mono
Conrad Kostecki [Thu, 29 Mar 2018 19:28:43 +0000 (21:28 +0200)]
dev-lang/mono-basic: add (R)DEPEND on dev-lang/mono

Closes: https://bugs.gentoo.org/651632
Closes: https://github.com/gentoo/gentoo/pull/7631

8 years agonet-print/cups: Removed unrecognized configure options.
Lars Wendler [Thu, 29 Mar 2018 20:10:58 +0000 (22:10 +0200)]
net-print/cups: Removed unrecognized configure options.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-vcs/git: Bump to version 2.17.0_rc2. Removed old.
Lars Wendler [Thu, 29 Mar 2018 20:04:33 +0000 (22:04 +0200)]
dev-vcs/git: Bump to version 2.17.0_rc2. Removed old.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agowww-client/opera: Old.
Jeroen Roovers [Thu, 29 Mar 2018 19:59:08 +0000 (21:59 +0200)]
www-client/opera: Old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agowww-client/opera: Version 52.0.2871.40.
Jeroen Roovers [Thu, 29 Mar 2018 19:58:17 +0000 (21:58 +0200)]
www-client/opera: Version 52.0.2871.40.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agodev-vcs/git: Added dev-perl/MailTools to RDEPEND.
Lars Wendler [Thu, 29 Mar 2018 19:55:25 +0000 (21:55 +0200)]
dev-vcs/git: Added dev-perl/MailTools to RDEPEND.

Closes: https://bugs.gentoo.org/651942
Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-editors/nano: Removed old.
Lars Wendler [Thu, 29 Mar 2018 19:51:49 +0000 (21:51 +0200)]
app-editors/nano: Removed old.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-editors/nano: Bump to version 2.9.5
Lars Wendler [Thu, 29 Mar 2018 19:51:09 +0000 (21:51 +0200)]
app-editors/nano: Bump to version 2.9.5

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agosys-libs/glibc: stable 2.25-r11 for ia64, bug #646492
Sergei Trofimovich [Thu, 29 Mar 2018 19:39:25 +0000 (20:39 +0100)]
sys-libs/glibc: stable 2.25-r11 for ia64, bug #646492

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="ia64"

8 years agox11-themes/ubuntu-wallpapers: Version bump
Pacho Ramos [Thu, 29 Mar 2018 19:34:46 +0000 (21:34 +0200)]
x11-themes/ubuntu-wallpapers: Version bump

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agoapp-admin/calamares: Add missing cmake-utils_src_prepare call
Johannes Huber [Thu, 29 Mar 2018 19:25:20 +0000 (21:25 +0200)]
app-admin/calamares: Add missing cmake-utils_src_prepare call

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agosys-auth/bioapi: Remove old
Harri Nieminen [Tue, 27 Mar 2018 14:11:53 +0000 (17:11 +0300)]
sys-auth/bioapi: Remove old

Closes: https://github.com/gentoo/gentoo/pull/7644
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agomedia-plugins/gimp-lqr: Remove old
Harri Nieminen [Tue, 27 Mar 2018 16:06:21 +0000 (19:06 +0300)]
media-plugins/gimp-lqr: Remove old

Closes: https://github.com/gentoo/gentoo/pull/7647
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agosci-mathematics/spin: Remove old
Harri Nieminen [Tue, 27 Mar 2018 15:17:04 +0000 (18:17 +0300)]
sci-mathematics/spin: Remove old

Closes: https://github.com/gentoo/gentoo/pull/7646
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agowww-apache/modsecurity-crs: Remove old
Harri Nieminen [Tue, 27 Mar 2018 13:39:57 +0000 (16:39 +0300)]
www-apache/modsecurity-crs: Remove old

Closes: https://github.com/gentoo/gentoo/pull/7643
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agomedia-tv/v4l-dvb-saa716x: remove old
Martin Dummer [Sun, 25 Mar 2018 11:12:08 +0000 (13:12 +0200)]
media-tv/v4l-dvb-saa716x: remove old

Closes: https://bugs.gentoo.org/631440
Closes: https://github.com/gentoo/gentoo/pull/7608
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agomedia-tv/v4l-dvb-saa716x: fix compile issue, #631854
Martin Dummer [Sun, 25 Mar 2018 10:51:28 +0000 (12:51 +0200)]
media-tv/v4l-dvb-saa716x: fix compile issue, #631854

fix compile issue with kernel >=4.14
Closes: https://bugs.gentoo.org/631854
Package-Manager: Portage-2.3.24, Repoman-2.3.6

8 years agodev-lang/php: Drop old 7.2.x
Brian Evans [Thu, 29 Mar 2018 19:01:29 +0000 (15:01 -0400)]
dev-lang/php: Drop old 7.2.x

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agodev-lang/php: Version bump for 7.2.4
Brian Evans [Thu, 29 Mar 2018 18:54:24 +0000 (14:54 -0400)]
dev-lang/php: Version bump for 7.2.4

Package-Manager: Portage-2.3.26, Repoman-2.3.7

8 years agox11-libs/rep-gtk: stable 0.90.8.3 for sparc
Rolf Eike Beer [Thu, 29 Mar 2018 15:30:19 +0000 (17:30 +0200)]
x11-libs/rep-gtk: stable 0.90.8.3 for sparc

Bug: https://bugs.gentoo.org/651710
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"