gentoo.git
10 years agoprofiles: media-libs/csfml and dev-python/pysfml are gone
Michael Sterrett [Mon, 9 May 2016 00:15:23 +0000 (20:15 -0400)]
profiles: media-libs/csfml and dev-python/pysfml are gone

10 years agodev-python/pysfml: dev-python/pysfml is gone
Michael Sterrett [Mon, 9 May 2016 00:14:01 +0000 (20:14 -0400)]
dev-python/pysfml: dev-python/pysfml is gone

10 years agomedia-libs/csfml: media-libs/csfml is gone
Michael Sterrett [Mon, 9 May 2016 00:13:15 +0000 (20:13 -0400)]
media-libs/csfml: media-libs/csfml is gone

10 years agodev-vcs/git: shorten DESCRIPTION
Mike Gilbert [Sun, 8 May 2016 23:42:14 +0000 (19:42 -0400)]
dev-vcs/git: shorten DESCRIPTION

Package-Manager: portage-2.2.28_p97

10 years agodev-vcs/git: reapply systemd unit changes in ~arch only
Mike Gilbert [Sun, 8 May 2016 22:56:31 +0000 (18:56 -0400)]
dev-vcs/git: reapply systemd unit changes in ~arch only

Package-Manager: portage-2.2.28_p97

10 years agoRevert "dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon"
Mike Gilbert [Sun, 8 May 2016 22:47:28 +0000 (18:47 -0400)]
Revert "dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon"

This reverts commit 843954e66426a8e87c42a2c3d3d99ca6fa7d4744.

10 years agosys-kernel/git-sources: Linux patch 4.6_rc7
Mike Pagano [Sun, 8 May 2016 22:36:00 +0000 (18:36 -0400)]
sys-kernel/git-sources: Linux patch 4.6_rc7

Package-Manager: portage-2.2.28

10 years agol10n.eclass: Bump copyright year
James Le Cuirot [Sat, 7 May 2016 21:42:45 +0000 (22:42 +0100)]
l10n.eclass: Bump copyright year

10 years agol10n.eclass: Sort and normalize PLOCALES in l10n_find_plocales_change
James Le Cuirot [Sat, 7 May 2016 19:51:47 +0000 (20:51 +0100)]
l10n.eclass: Sort and normalize PLOCALES in l10n_find_plocales_change

l10n_find_plocales_change assumes that PLOCALES is sorted
alphanumerically with a single space between each entry and no
surrounding whitespace. This is not a bad assumption but it isn't
documented and it's inconvenient in at least one particular case.

MakeMKV uses non-standard locale names and I intend to map these using
an associative array, which is possible as of EAPI 6. This allows me
to do the following, though only with the above change as associative
arrays are not ordered.

declare -A MY_LOCALES
MY_LOCALES=( [zh]=chi [da]=dan … )
PLOCALES="${!MY_LOCALES[@]}"
inherit l10n

src_prepare() {
PLOCALES="${MY_LOCALES[@]}" l10n_find_plocales_changes …
}

src_install() {
for locale in $(l10n_get_locales); do
doins makemkv_${MY_LOCALES[${locale}]}.mo.gz
done
}

Fixes bug #513242.

10 years agogames-roguelike/angband: version bump (bug #582468)
Michael Sterrett [Sun, 8 May 2016 20:21:44 +0000 (16:21 -0400)]
games-roguelike/angband: version bump (bug #582468)

Package-Manager: portage-2.2.26

10 years agodev-lang/rakudo: re-add 9999, based on 2016.04-r1
Marshall Brewer (Gentoo Key) [Wed, 4 May 2016 12:22:36 +0000 (14:22 +0200)]
dev-lang/rakudo: re-add 9999, based on 2016.04-r1

Package-Manager: portage-2.2.28

10 years agodev-lang/rakudo: revbump 2016.04-r1
Marshall Brewer (Gentoo Key) [Wed, 4 May 2016 12:02:01 +0000 (14:02 +0200)]
dev-lang/rakudo: revbump 2016.04-r1

- update ebuild to reflect the build-system
  - enable choice between gcc (default) and clang (use clang)
  - enable use of either MoarVM or JavaVM or both as backend
    (use java +moar)
  - inherit java-pkg-2.eclass
  - enable testing (use test)
  - abort when rakudo is already installed and JVM backend is wanted (known bug)
- update to EAPI6
- add tomboy64 as secondary maintainer

Package-Manager: portage-2.2.28

10 years agodev-lang/nqp: re-add 9999, based on 2016.04-r1
Marshall Brewer (Gentoo Key) [Thu, 28 Apr 2016 08:31:58 +0000 (10:31 +0200)]
dev-lang/nqp: re-add 9999, based on 2016.04-r1

10 years agodev-lang/nqp: revbump nqp-2016.04-r1
Marshall Brewer (Gentoo Key) [Wed, 4 May 2016 11:33:10 +0000 (13:33 +0200)]
dev-lang/nqp: revbump nqp-2016.04-r1

- update ebuild to reflect the build-system
  - inherit java-pkg-2.eclass
  - enable choice between gcc (default) and clang (use clang)
  - make MoarVM default backend (use +moar java)
  - enable optional use of system-provided jars (use +system-libs)
  - enable testing (use test)
- update to EAPI6
- add tomboy64 as secondary maintainer

Package-Manager: portage-2.2.28

10 years agodev-lang/moarvm: mask use-flag asan
Marshall Brewer (Gentoo Key) [Wed, 4 May 2016 11:06:36 +0000 (13:06 +0200)]
dev-lang/moarvm: mask use-flag asan

10 years agodev-lang/moarvm: re-add 9999, based on 2016.04-r1
Marshall Brewer (Gentoo Key) [Thu, 28 Apr 2016 16:49:06 +0000 (18:49 +0200)]
dev-lang/moarvm: re-add 9999, based on 2016.04-r1

10 years agodev-lang/moarvm: revbump 2016.04-r1
Marshall Brewer (Gentoo Key) [Wed, 4 May 2016 10:56:10 +0000 (12:56 +0200)]
dev-lang/moarvm: revbump 2016.04-r1

- update ebuild to reflect the build-system
  - enable choice between gcc (default) and clang (use clang)
  - enable optional compilation against system-libs (use +system-libs)
    (required patch submitted upstream)
  - enable optional use of sanitizers (use asan ubsan)
  - enable optional static build (use static-libs)
  - make jit optional (was mandatory) (use +jit)
  - make stronger optimization optional (was mandatory) (use optimize)
  - disable testing (will be performed with nqp)
- update to EAPI6
- add tomboy64 as secondary maintainer

Package-Manager: portage-2.2.28

10 years agosys-process/memwatch: Version bump.
Patrice Clement [Sun, 8 May 2016 19:52:34 +0000 (19:52 +0000)]
sys-process/memwatch: Version bump.

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

Package-Manager: portage-2.2.26

10 years agoapp-crypt/efitools: version bump (1.7.0) for bug #533572
Pawel Hajdan, Jr [Sun, 8 May 2016 20:10:17 +0000 (22:10 +0200)]
app-crypt/efitools: version bump (1.7.0) for bug #533572

Credits:
  Ben Sagal - bug reporter
  Gabriel Marcano - uploaded git-based ebuild

Package-Manager: portage-2.2.26

10 years agowww-client/chromium: beta channel bump (51.0.2704.36)
Mike Gilbert [Sun, 8 May 2016 20:09:05 +0000 (16:09 -0400)]
www-client/chromium: beta channel bump (51.0.2704.36)

Package-Manager: portage-2.2.28_p97

10 years agowww-client/chromium: dev channel bump (52.0.2723.2)
Pawel Hajdan, Jr [Sun, 8 May 2016 20:05:45 +0000 (22:05 +0200)]
www-client/chromium: dev channel bump (52.0.2723.2)

Package-Manager: portage-2.2.26

10 years agodev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon
Mike Gilbert [Sun, 8 May 2016 19:59:36 +0000 (15:59 -0400)]
dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon

Package-Manager: portage-2.2.28_p97

10 years agoapp-text/qpdfview: version bump; EAPI=6; drop USE=qt4 to respect Qt team policy
Davide Pesavento [Sun, 8 May 2016 19:33:38 +0000 (21:33 +0200)]
app-text/qpdfview: version bump; EAPI=6; drop USE=qt4 to respect Qt team policy

Gentoo-Bug: 565788

Package-Manager: portage-2.2.28

10 years agosys-kernel/hardened-sources: remove 4.5.2-r1
Anthony G. Basile [Sun, 8 May 2016 19:27:40 +0000 (15:27 -0400)]
sys-kernel/hardened-sources: remove 4.5.2-r1

This had broken user.pax.flags xattr namespace on tmpfs.

Package-Manager: portage-2.2.26

10 years agosys-kernel/hardened-sources: version bump to 4.5.3
Anthony G. Basile [Sun, 8 May 2016 19:22:18 +0000 (15:22 -0400)]
sys-kernel/hardened-sources: version bump to 4.5.3

vanilla-4.5.3 + genpatches-4.5-5 + grsecurity-3.1-4.5.3-201605080858

Package-Manager: portage-2.2.26

10 years agox11-wm/enlightenment: Remove unneeded useflag descriptions from metadata.xml
Patrick Lauer [Sun, 8 May 2016 18:22:47 +0000 (20:22 +0200)]
x11-wm/enlightenment: Remove unneeded useflag descriptions from metadata.xml

Package-Manager: portage-2.2.28

10 years agoapp-misc/mc: require glib-2.26.0:2 or higher
Yury V. Zaytsev [Sun, 8 May 2016 16:37:15 +0000 (18:37 +0200)]
app-misc/mc: require glib-2.26.0:2 or higher

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
10 years agoapp-misc/mc: remove dep on cvs from mc-4.8.17.ebuild & mc-9999.ebuild
Yury V. Zaytsev [Sun, 8 May 2016 16:31:27 +0000 (18:31 +0200)]
app-misc/mc: remove dep on cvs from mc-4.8.17.ebuild & mc-9999.ebuild

Dependency on cvs should be no longer necessary, as we have upgraded to
a new enough version of gettext (0.18.1).

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
10 years agodev-libs/re2: bump to 2016-05-01
Mike Gilbert [Sun, 8 May 2016 16:18:47 +0000 (12:18 -0400)]
dev-libs/re2: bump to 2016-05-01

Closes: https://github.com/gentoo/gentoo/pull/1213
Package-Manager: portage-2.2.28_p97

10 years agodev-util/abi-compliance-checker: bump to 1.99.19
Mike Gilbert [Sun, 8 May 2016 17:15:45 +0000 (13:15 -0400)]
dev-util/abi-compliance-checker: bump to 1.99.19

Package-Manager: portage-2.2.28_p97

10 years agodev-util/abi-dumper: New package
Mike Gilbert [Sun, 8 May 2016 17:01:26 +0000 (13:01 -0400)]
dev-util/abi-dumper: New package

Package-Manager: portage-2.2.28_p97

10 years agodev-util/vtable-dumper: New package
Mike Gilbert [Sun, 8 May 2016 16:50:18 +0000 (12:50 -0400)]
dev-util/vtable-dumper: New package

Package-Manager: portage-2.2.28_p97

10 years agonet-analyzer/nmapsi: version bump
Davide Pesavento [Sun, 8 May 2016 17:30:34 +0000 (19:30 +0200)]
net-analyzer/nmapsi: version bump

Package-Manager: portage-2.2.28

10 years agoapp-editors/tea: version bump
Davide Pesavento [Sun, 8 May 2016 16:39:26 +0000 (18:39 +0200)]
app-editors/tea: version bump

Package-Manager: portage-2.2.28

10 years agomedia-video/qx11grab: sort RDEPEND
Davide Pesavento [Sun, 8 May 2016 16:29:40 +0000 (18:29 +0200)]
media-video/qx11grab: sort RDEPEND

Package-Manager: portage-2.2.28

10 years agomedia-video/makemkv: Install everything to /usr, not some to /opt
James Le Cuirot [Sun, 8 May 2016 13:21:19 +0000 (14:21 +0100)]
media-video/makemkv: Install everything to /usr, not some to /opt

makemkvcon looks for files in ../share/MakeMKV. Installing them to
/opt/share/MakeMKV is a bit weird and using /opt requires patching so
it's not exactly supported by upstream.

This means installing prebuilt binaries to /usr but we were previously
having to install a freshly-built binary to /opt so we're screwing FHS
either way. ;)

Package-Manager: portage-2.2.28

10 years agomedia-video/makemkv: Launch executables from the PATH
James Le Cuirot [Sun, 8 May 2016 13:15:29 +0000 (14:15 +0100)]
media-video/makemkv: Launch executables from the PATH

Upstream launches wget as /usr/bin/wget and uses a hardcoded set of
paths to search for other executables. All the required executables
should be in the PATH anyway and this will fix prefixed systems.

Also add missing dependency on wget. It's in @system but it's one of
the less obvious entries.

Package-Manager: portage-2.2.28

10 years agomedia-video/makemkv: Patch implicit inclusion of sysmacros.h, #580342
James Le Cuirot [Sun, 8 May 2016 12:59:37 +0000 (13:59 +0100)]
media-video/makemkv: Patch implicit inclusion of sysmacros.h, #580342

Package-Manager: portage-2.2.28

10 years agomedia-video/makemkv: Use the l10n eclass to select locales
James Le Cuirot [Sat, 7 May 2016 22:35:31 +0000 (23:35 +0100)]
media-video/makemkv: Use the l10n eclass to select locales

Upstream uses non-standard locale names so map them with an
associative array and perform some tricks.

Thanks to Jan Chren for the initial work on this.

Package-Manager: portage-2.2.28

10 years agomedia-video/makemkv: Bump to 1.9.10, EAPI 6, minor fixes
Jan Chren [Fri, 22 Apr 2016 09:45:51 +0000 (11:45 +0200)]
media-video/makemkv: Bump to 1.9.10, EAPI 6, minor fixes

10 years agodev-lang/R: bump to 3.3.0, fix bug #567488
Denis Dupeyron [Sun, 8 May 2016 16:07:11 +0000 (10:07 -0600)]
dev-lang/R: bump to 3.3.0, fix bug #567488

10 years agonet-p2p/litecoin-qt: fix .protocol file, bug #557430
Anthony G. Basile [Sun, 8 May 2016 15:41:59 +0000 (11:41 -0400)]
net-p2p/litecoin-qt: fix .protocol file, bug #557430

Package-Manager: portage-2.2.26

10 years agoprofiles: drop mask for removed net-libs/libqinfinity
Michael Palimaka [Sun, 8 May 2016 15:21:07 +0000 (01:21 +1000)]
profiles: drop mask for removed net-libs/libqinfinity

10 years agonet-libs/libqinfinity: remove last-rited package
Michael Palimaka [Fri, 6 May 2016 16:53:18 +0000 (02:53 +1000)]
net-libs/libqinfinity: remove last-rited package

10 years agoprofiles: drop mask for removed kde-misc/kte-collaborative
Michael Palimaka [Fri, 6 May 2016 16:52:45 +0000 (02:52 +1000)]
profiles: drop mask for removed kde-misc/kte-collaborative

10 years agokde-misc/kte-collaborative: remove last-rited package
Michael Palimaka [Fri, 6 May 2016 16:52:20 +0000 (02:52 +1000)]
kde-misc/kte-collaborative: remove last-rited package

10 years agodev-lang/R: remove 3.2.3 and 3.2.4
Denis Dupeyron [Sun, 8 May 2016 15:02:55 +0000 (09:02 -0600)]
dev-lang/R: remove 3.2.3 and 3.2.4

10 years agosys-kernel/spl: 0.6.5.6 is kernel 4.5 compatible
Leho Kraav [Sat, 30 Apr 2016 20:53:10 +0000 (23:53 +0300)]
sys-kernel/spl: 0.6.5.6 is kernel 4.5 compatible

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

10 years agodev-lang/epic: rename binary from 'epic' to 'epic-epivm', bug #432436
Sergei Trofimovich [Sun, 8 May 2016 12:44:46 +0000 (13:44 +0100)]
dev-lang/epic: rename binary from 'epic' to 'epic-epivm', bug #432436

Avoid collision with net-irc/epic4.

Reported-by: Diego Elio Pettenò
Package-Manager: portage-2.2.28

10 years agodev-lang/epic: drop old
Sergei Trofimovich [Sun, 8 May 2016 12:37:48 +0000 (13:37 +0100)]
dev-lang/epic: drop old

Package-Manager: portage-2.2.28

10 years agowww-client/opera: Add x86.
Jeroen Roovers [Sun, 8 May 2016 12:26:17 +0000 (14:26 +0200)]
www-client/opera: Add x86.

Package-Manager: portage-2.2.28

10 years agoapp-misc/mc: bump up to 4.8.17
Sergei Trofimovich [Sun, 8 May 2016 12:21:45 +0000 (13:21 +0100)]
app-misc/mc: bump up to 4.8.17

Package-Manager: portage-2.2.28

10 years agosci-visualization/veusz: bump to 1.24
Andrey Grozin [Sun, 8 May 2016 11:10:22 +0000 (17:10 +0600)]
sci-visualization/veusz: bump to 1.24

PyQt4 must be <4.12_pre
Bugs: 582354, 581738

Package-Manager: portage-2.2.28

10 years agodev-libs/isl: bump to 0.17.1 for upstream bug fix
Anthony G. Basile [Sun, 8 May 2016 10:24:44 +0000 (06:24 -0400)]
dev-libs/isl: bump to 0.17.1 for upstream bug fix

Package-Manager: portage-2.2.26

10 years agodev-haskell/hdbc-mysql: add missing mysql extralib
Sergei Trofimovich [Sun, 8 May 2016 10:19:34 +0000 (11:19 +0100)]
dev-haskell/hdbc-mysql: add missing mysql extralib

It's a backport of upstream
https://github.com/bos/hdbc-mysql/pull/13/commits/b69d35f7050b1d23f13586886fa73293cf8fb1ac

Reported-by: savior michael
Package-Manager: portage-2.2.28

10 years agoapp-portage/fquery: bump up to 0.2.3
Sergei Trofimovich [Sun, 8 May 2016 09:50:08 +0000 (10:50 +0100)]
app-portage/fquery: bump up to 0.2.3

Package-Manager: portage-2.2.28

10 years agodev-util/debootstrap: Old.
Jeroen Roovers [Sun, 8 May 2016 09:35:58 +0000 (11:35 +0200)]
dev-util/debootstrap: Old.

Package-Manager: portage-2.2.28

10 years agodev-util/debootstrap: Version bump.
Jeroen Roovers [Sun, 8 May 2016 09:34:11 +0000 (11:34 +0200)]
dev-util/debootstrap: Version bump.

Package-Manager: portage-2.2.28

10 years agodev-util/debhelper: Old.
Jeroen Roovers [Sun, 8 May 2016 09:33:00 +0000 (11:33 +0200)]
dev-util/debhelper: Old.

Package-Manager: portage-2.2.28

10 years agodev-util/debhelper: Remove obsolete HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:32:17 +0000 (11:32 +0200)]
dev-util/debhelper: Remove obsolete HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agoapp-arch/dpkg: Version bump.
Jeroen Roovers [Sun, 8 May 2016 09:30:21 +0000 (11:30 +0200)]
app-arch/dpkg: Version bump.

Package-Manager: portage-2.2.28

10 years agonet-libs/libproxy: Fix gmcs detection (#549734) and webkit dependencies (#574046...
Pacho Ramos [Sun, 8 May 2016 09:25:51 +0000 (11:25 +0200)]
net-libs/libproxy: Fix gmcs detection (#549734) and webkit dependencies (#574046#c10)

Package-Manager: portage-2.2.28

10 years agonet-analyzer/lft: Version bump.
Jeroen Roovers [Sun, 8 May 2016 09:19:45 +0000 (11:19 +0200)]
net-analyzer/lft: Version bump.

Package-Manager: portage-2.2.28

10 years agosci-calculators/units: Old.
Jeroen Roovers [Sun, 8 May 2016 09:13:37 +0000 (11:13 +0200)]
sci-calculators/units: Old.

Package-Manager: portage-2.2.28

10 years agox11-misc/xssstate: Update HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:08:41 +0000 (11:08 +0200)]
x11-misc/xssstate: Update HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agox11-misc/wmname: Update HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:08:02 +0000 (11:08 +0200)]
x11-misc/wmname: Update HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agox11-misc/sselp: Update HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:07:09 +0000 (11:07 +0200)]
x11-misc/sselp: Update HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agox11-misc/sprop: Update HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:05:55 +0000 (11:05 +0200)]
x11-misc/sprop: Update HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agox11-misc/lsw: Update HOMEPAGE.
Jeroen Roovers [Sun, 8 May 2016 09:05:02 +0000 (11:05 +0200)]
x11-misc/lsw: Update HOMEPAGE.

Package-Manager: portage-2.2.28

10 years agowww-client/opera: Old.
Jeroen Roovers [Sun, 8 May 2016 07:50:34 +0000 (09:50 +0200)]
www-client/opera: Old.

Package-Manager: portage-2.2.28

10 years agowww-client/opera: Version bump.
Jeroen Roovers [Sun, 8 May 2016 07:49:57 +0000 (09:49 +0200)]
www-client/opera: Version bump.

Package-Manager: portage-2.2.28

10 years agomedia-libs/libafterimage: fix bug 582308
Andrew Savchenko [Sun, 8 May 2016 07:21:08 +0000 (10:21 +0300)]
media-libs/libafterimage: fix bug 582308

libjpeg provides some macro that were removed in >=giflib-5, so
with USE="gif -jpeg" and >=giflib-5 we had undefined TRUE and
FALSE.

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
10 years agoapp-admin/sshguard: Old.
Jeroen Roovers [Sun, 8 May 2016 07:09:03 +0000 (09:09 +0200)]
app-admin/sshguard: Old.

Package-Manager: portage-2.2.28

10 years agonet-analyzer/net-snmp: Old.
Jeroen Roovers [Sun, 8 May 2016 07:08:28 +0000 (09:08 +0200)]
net-analyzer/net-snmp: Old.

Package-Manager: portage-2.2.28

10 years agoapp-admin/sshguard: Version bump (bug #581968 by needle).
Jeroen Roovers [Sun, 8 May 2016 07:03:10 +0000 (09:03 +0200)]
app-admin/sshguard: Version bump (bug #581968 by needle).

Package-Manager: portage-2.2.28

10 years agomedia-gfx/splash-themes-livedvd: Fix duplicate maintainer entry
Michał Górny [Sun, 8 May 2016 05:18:56 +0000 (07:18 +0200)]
media-gfx/splash-themes-livedvd: Fix duplicate maintainer entry

10 years agosys-boot/yaboot: Fix duplicate maintainer entry
Michał Górny [Sun, 8 May 2016 05:18:20 +0000 (07:18 +0200)]
sys-boot/yaboot: Fix duplicate maintainer entry

10 years agovirtual/mta: Fix duplicate maintainer entry
Michał Górny [Sun, 8 May 2016 05:17:26 +0000 (07:17 +0200)]
virtual/mta: Fix duplicate maintainer entry

10 years agovirtual/mda: Fix duplicate maintainer entry
Michał Górny [Sun, 8 May 2016 05:17:07 +0000 (07:17 +0200)]
virtual/mda: Fix duplicate maintainer entry

10 years agonet-libs/libproxy: add manpage for `proxy` command
Jan Chren [Thu, 28 Apr 2016 22:55:08 +0000 (00:55 +0200)]
net-libs/libproxy: add manpage for `proxy` command

Manpage fetched from Debian and updated.

10 years agonet-libs/libproxy: replace deprecated mono.eclass by mono-env.eclass
Jan Chren [Thu, 28 Apr 2016 21:37:31 +0000 (23:37 +0200)]
net-libs/libproxy: replace deprecated mono.eclass by mono-env.eclass

10 years agonet-libs/libproxy: update multilib_src_install_all()
Jan Chren [Thu, 28 Apr 2016 21:34:26 +0000 (23:34 +0200)]
net-libs/libproxy: update multilib_src_install_all()

Fit it on a single line and remove unnecessary die()

10 years agonet-libs/libproxy: remove unnecessary docs
Jan Chren [Thu, 28 Apr 2016 21:31:23 +0000 (23:31 +0200)]
net-libs/libproxy: remove unnecessary docs

These are installed automagically by default.

10 years agonet-libs/libproxy: update dependencies
Jan Chren [Thu, 28 Apr 2016 21:04:36 +0000 (23:04 +0200)]
net-libs/libproxy: update dependencies

KDE module dependency changed from linked (against Qt/KDE) to runtime, which uses kreadconfig/kreadconfig5.
This change was introduced in https://github.com/libproxy/libproxy/commit/bd9bf72e15107e6c6133b438c700dd42d79c9d60.
Thanks to Arfrever for shedding light on this in bug #574046.

Since https://github.com/libproxy/libproxy/commit/00975fa11220af11398f9d89ee2ee0cf17c655d2 libproxy supports webkit:4.

Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Gentoo-Bug: 574046

10 years agonet-libs/libproxy: EAPI6 + update mycmakeargs
Jan Chren [Thu, 28 Apr 2016 20:59:55 +0000 (22:59 +0200)]
net-libs/libproxy: EAPI6 + update mycmakeargs

- `-DWITH_KDE4` -> `-DWITH_KDE` (https://github.com/libproxy/libproxy/commit/bd9bf72e15107e6c6133b438c700dd42d79c9d60)

Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Gentoo-Bug: 574046

10 years agonet-libs/libproxy: update patches
Jan Chren [Thu, 28 Apr 2016 20:55:05 +0000 (22:55 +0200)]
net-libs/libproxy: update patches

Patches were simply ported from 0.4.11.

10 years agonet-libs/libproxy: google-code -> github
Jan Chren [Thu, 28 Apr 2016 20:46:52 +0000 (22:46 +0200)]
net-libs/libproxy: google-code -> github

10 years agonet-libs/libproxy: bump to 0.4.13
Jan Chren [Thu, 28 Apr 2016 19:59:49 +0000 (21:59 +0200)]
net-libs/libproxy: bump to 0.4.13

Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Gentoo-Bug: 574046

10 years agoapp-laptop/laptop-mode-tools: add name to maintainer
Alon Bar-Lev [Sun, 8 May 2016 04:13:16 +0000 (07:13 +0300)]
app-laptop/laptop-mode-tools: add name to maintainer

Bug: 582374

Package-Manager: portage-2.2.26

10 years agoapp-editors/vim-core: remove old
Tim Harder [Sun, 8 May 2016 02:52:15 +0000 (22:52 -0400)]
app-editors/vim-core: remove old

10 years agoapp-editors/vim: remove old
Tim Harder [Sun, 8 May 2016 02:52:00 +0000 (22:52 -0400)]
app-editors/vim: remove old

10 years agoapp-editors/gvim: remove old
Tim Harder [Sun, 8 May 2016 02:51:39 +0000 (22:51 -0400)]
app-editors/gvim: remove old

10 years agoapp-editors/gvim: version bump to 7.4.1821
Tim Harder [Sun, 8 May 2016 02:44:59 +0000 (22:44 -0400)]
app-editors/gvim: version bump to 7.4.1821

10 years agoapp-editors/vim: version bump to 7.4.1821
Tim Harder [Sun, 8 May 2016 02:44:30 +0000 (22:44 -0400)]
app-editors/vim: version bump to 7.4.1821

10 years agoapp-editors/vim-core: version bump to 7.4.1821
Tim Harder [Sun, 8 May 2016 02:43:38 +0000 (22:43 -0400)]
app-editors/vim-core: version bump to 7.4.1821

10 years agoapp-vim/command-t: version bump to 3.0.2
Tim Harder [Sun, 8 May 2016 02:40:27 +0000 (22:40 -0400)]
app-vim/command-t: version bump to 3.0.2

10 years agodev-qt/qtwebengine: add a few missing deps and several slot operators
Davide Pesavento [Sun, 8 May 2016 01:07:59 +0000 (03:07 +0200)]
dev-qt/qtwebengine: add a few missing deps and several slot operators

Package-Manager: portage-2.2.28

10 years agosci-biology/bwa: Version bump
David Seifert [Sat, 7 May 2016 23:17:41 +0000 (01:17 +0200)]
sci-biology/bwa: Version bump

Package-Manager: portage-2.2.28

10 years agowww-servers/nginx: Fix typo for using stream upstream module
everpcpc [Fri, 6 May 2016 13:15:04 +0000 (13:15 +0000)]
www-servers/nginx: Fix typo for using stream upstream module

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

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
10 years agosci-misc/boinc: Fix VSYSCALL check for boinc-7.6.31
Sven Eden [Fri, 6 May 2016 15:46:05 +0000 (17:46 +0200)]
sci-misc/boinc: Fix VSYSCALL check for boinc-7.6.31

Gentoo-Bug: 578750

The configuration options were misunderstood.

- CONFIG_X86_VSYSCALL_EMULATION only enables a dmesg message if any
  legacy application tries to use any vsyscall. If disabled, these
  applications simply segfault with no output in dmesg.
- To make the old calls available, either
  CONFIG_LEGACY_VSYSCALL_NATIVE or CONFIG_LEGACY_VSYSCALL_EMULATE
  must be used.

Therefore the ebuild was reverted to check against the
CONFIG_LEGACY_VSYSCALL_NONE option, and warns the user if this is
set.

Package-Manager: portage-2.2.28