[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2016-03-22 Thread Christoph Mende
commit: f1a45e988e6226d00840e37d41afa480d8214331
Author: Christoph Mende  gentoo  org>
AuthorDate: Tue Mar 22 15:28:27 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Tue Mar 22 15:34:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a45e98

media-sound/mpd: version bump

Package-Manager: portage-2.2.28

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/mpd-0.19.14.ebuild | 254 +
 2 files changed, 255 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index f1b6c79..475e2c3 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,3 +1,4 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
 DIST mpd-0.19.11.tar.xz 703064 SHA256 
7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 SHA512 
3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
 WHIRLPOOL 
da4a05fce7276e8f98acfe2a0eceb71e747049d9c64b7eed226b5e8e3b2c5fd197098b20509e5cb2ad2f280a4f3872439a893ad58677be5b79b251d57b04c90d
 DIST mpd-0.19.12.tar.xz 703340 SHA256 
7b6fe6c7ce72f5f80a276d680072b524ecb395e546e252b8f3a0756377e1e875 SHA512 
a608c99096d0ec9158cba5615be344a47d76c5be830ba34445e330f141aaa828784772d772df20d71d4c65e78ea5dfe9fb59ea4f4f823fa112a00517963a6e7e
 WHIRLPOOL 
ab1c0ba6a92f5582c774b36f10d2433ccd4b796cb38d35ff0accdf0d29b95268f13f462446b72df52f2b8fb4a7b5e297fb37d1303b38412c4e73f0769dbbf7bd
+DIST mpd-0.19.14.tar.xz 703388 SHA256 
2fd23805132e5002a4d24930001a7c7d3aaf55e3bd0cd71af5385895160e99e7 SHA512 
378c31033fd846c4a025c3e45ea61fd79378421371e1b4aa2ac3cf9f10d5c47d930bc6b052055f8f2c70fa98c6d471be73e3e6d6ede568057f7279753b017f40
 WHIRLPOOL 
2c095e75031daa86c9d4a52ca41eb4233e2c4f1c3dc2e97cba734b083b28d91450d812a3b61e71ca3b350588332efb122451d1dfbb980d2c93458fb59e5e

diff --git a/media-sound/mpd/mpd-0.19.14.ebuild 
b/media-sound/mpd/mpd-0.19.14.ebuild
new file mode 100644
index 000..bd945c1
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.14.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+   +fifo +ffmpeg flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack
+   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
+   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
+   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
+   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-lib

[gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/

2016-03-22 Thread Christoph Mende
commit: 438475c8954d532b8392245cc630d9f3a76093f2
Author: Christoph Mende  gentoo  org>
AuthorDate: Tue Mar 22 15:33:11 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Tue Mar 22 15:34:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438475c8

app-text/pastebinit: version bump, shorten description

Package-Manager: portage-2.2.28

 app-text/pastebinit/Manifest   | 1 +
 app-text/pastebinit/pastebinit-1.4.1.ebuild| 5 ++---
 .../pastebinit/{pastebinit-1.4.1.ebuild => pastebinit-1.5.ebuild}  | 7 +++
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index c00fdc0..0bacd6c 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1 +1,2 @@
 DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 
c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 
40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065
 WHIRLPOOL 
49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056
+DIST pastebinit-1.5.tar.bz2 42941 SHA256 
42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 SHA512 
cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099
 WHIRLPOOL 
0d20dd1ab5cb10436fc23fae27f090195400cfcfca1b24b860e27f1e5d38d7341c08ae1c8d7cc747e4127e3c8ae634355f796a6308a5a61671210c9581b22481

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild 
b/app-text/pastebinit/pastebinit-1.4.1.ebuild
index 8abca4f..c7db867 100644
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,7 @@ PYTHON_REQ_USE="xml"
 
 inherit python-single-r1
 
-DESCRIPTION="A software that lets you send anything you want directly to a
-pastebin from the command line."
+DESCRIPTION="A software that lets you send anything you want directly to a 
pastebin"
 HOMEPAGE="https://launchpad.net/pastebinit";
 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
 

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild 
b/app-text/pastebinit/pastebinit-1.5.ebuild
similarity index 92%
copy from app-text/pastebinit/pastebinit-1.4.1.ebuild
copy to app-text/pastebinit/pastebinit-1.5.ebuild
index 8abca4f..f2f191d 100644
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,14 +8,13 @@ PYTHON_REQ_USE="xml"
 
 inherit python-single-r1
 
-DESCRIPTION="A software that lets you send anything you want directly to a
-pastebin from the command line."
+DESCRIPTION="A software that lets you send anything you want directly to a 
pastebin"
 HOMEPAGE="https://launchpad.net/pastebinit";
 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/

2016-02-20 Thread Christoph Mende
commit: 3209e44860235c3bed748a0bff6ca755cc57135e
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Feb 20 19:37:09 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Feb 20 19:38:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3209e448

dev-python/python-mpd: version bump to 0.5.5

Package-Manager: portage-2.2.27

 dev-python/python-mpd/Manifest|  1 +
 dev-python/python-mpd/python-mpd-0.5.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest
index cde27c3..fb0487b 100644
--- a/dev-python/python-mpd/Manifest
+++ b/dev-python/python-mpd/Manifest
@@ -1 +1,2 @@
 DIST python-mpd-0.5.4.tar.gz 45542 SHA256 
04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 SHA512 
6303d0eb1ef8120777b2c6a020e30bcc70bbe969b63790391c79ff0baf22c5050fce6a6e4cb80a86351cd76c93c92efb06b4fc2dd2087955d979210c511940ee
 WHIRLPOOL 
4044cb6c368a8e7796775fcca6fb5f1b7df3faf8042b40e6d9baa2129dc6c2a2e500aa523a9ecfed28b561532090939cc87e82a0451085cd73b369c714c83f18
+DIST python-mpd-0.5.5.tar.gz 46334 SHA256 
b9b9d3a477359f53b62b2ebc26fda29d96da66f86eac83c5e2277e85894d2ce2 SHA512 
d5eec60045561a8a0e29eda2ec2fc341c9b81d61363260c884f0863e931077c31c32534e3c98a488ef31aa61cd3d21bdcfa625b7b062ef24bf3e8024dc1e7c5a
 WHIRLPOOL 
b09c2875d06b4d828c71a26c9a2ed6fe9f4373d4158f4cbf31956c5c590424993af4d43d1e24a3d94a81c946f800e73806362e1d077ced8444fe2da675a592b9

diff --git a/dev-python/python-mpd/python-mpd-0.5.5.ebuild 
b/dev-python/python-mpd/python-mpd-0.5.5.ebuild
new file mode 100644
index 000..343c4ad
--- /dev/null
+++ b/dev-python/python-mpd/python-mpd-0.5.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python MPD client library"
+HOMEPAGE="https://github.com/Mic92/python-mpd2";
+SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE="test"
+
+DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( doc/changes.rst 
doc/topics/{advanced,commands,getting-started,logging}.rst README.rst )
+
+python_test() {
+   "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2016-01-31 Thread Christoph Mende
commit: 223e8f045534fefd2474667dc8f4e6d9c9755895
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Jan 31 12:15:39 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Jan 31 12:15:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223e8f04

media-sound/mpdas: version bump to 0.4.1

Package-Manager: portage-2.2.27

 media-sound/mpdas/Manifest   |  1 +
 media-sound/mpdas/mpdas-0.4.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 6074f71..11831e8 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,2 +1,3 @@
 DIST mpdas-0.3.2.tar.gz 14143 SHA256 
145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 SHA512 
b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd1
 WHIRLPOOL 
c3e7de844bc0ed06a9ef89bbe5b02f076cfb13883196811640f9d346fe31c4dc86567c032ce738df155858ae6254b37044abab703373eb5daa510939d86c8abf
 DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae
+DIST mpdas-0.4.1.tar.gz 15117 SHA256 
f790be8e85c0d1324d7346b5b0fa3713db8db7fd4ea304c5c8d2921bf3855014 SHA512 
746ca106f76cbd24fc8460b9c2a7debcb5faf49e65e5307adb1bdf530dab8f99b2e0118ce1324e5bf2af1d08465c3a6f015675dcfb7d1b6d799e228e8ecffd64
 WHIRLPOOL 
c7323f061e976d4a4cc9989f3d643fa1e60fa41cf576723a28d8d7e0f3d5745f97f3da982b8a97ccde7aa64c08c047276b37a2630adf91429178a4f3ff65e418

diff --git a/media-sound/mpdas/mpdas-0.4.1.ebuild 
b/media-sound/mpdas/mpdas-0.4.1.ebuild
new file mode 100644
index 000..916a3c6
--- /dev/null
+++ b/media-sound/mpdas/mpdas-0.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="An AudioScrobbler client for MPD written in C++"
+HOMEPAGE="http://50hz.ws/mpdas/";
+SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libmpdclient
+   net-misc/curl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_compile() {
+   tc-export CXX
+   emake CONFIG="/etc"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   newinitd "${FILESDIR}/${PN}.init" ${PN}
+   dodoc mpdasrc.example README
+}
+
+pkg_postinst() {
+   elog "For further configuration help consult the README in"
+   elog "${EPREFIX}/usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2016-01-31 Thread Christoph Mende
commit: fe8345dcc619aeb4e95eb68ed30896ccfaef076f
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Jan 31 12:15:51 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Jan 31 12:15:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8345dc

media-sound/mpdas: remove old

Package-Manager: portage-2.2.27

 media-sound/mpdas/Manifest   |  1 -
 media-sound/mpdas/mpdas-0.3.2.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 11831e8..2b8fd7e 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,3 +1,2 @@
-DIST mpdas-0.3.2.tar.gz 14143 SHA256 
145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 SHA512 
b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd1
 WHIRLPOOL 
c3e7de844bc0ed06a9ef89bbe5b02f076cfb13883196811640f9d346fe31c4dc86567c032ce738df155858ae6254b37044abab703373eb5daa510939d86c8abf
 DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae
 DIST mpdas-0.4.1.tar.gz 15117 SHA256 
f790be8e85c0d1324d7346b5b0fa3713db8db7fd4ea304c5c8d2921bf3855014 SHA512 
746ca106f76cbd24fc8460b9c2a7debcb5faf49e65e5307adb1bdf530dab8f99b2e0118ce1324e5bf2af1d08465c3a6f015675dcfb7d1b6d799e228e8ecffd64
 WHIRLPOOL 
c7323f061e976d4a4cc9989f3d643fa1e60fa41cf576723a28d8d7e0f3d5745f97f3da982b8a97ccde7aa64c08c047276b37a2630adf91429178a4f3ff65e418

diff --git a/media-sound/mpdas/mpdas-0.3.2.ebuild 
b/media-sound/mpdas/mpdas-0.3.2.ebuild
deleted file mode 100644
index e146896..000
--- a/media-sound/mpdas/mpdas-0.3.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/";
-SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpd
-   net-misc/curl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   tc-export CXX
-   emake CONFIG="/etc"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   newinitd "${FILESDIR}/${PN}.init" ${PN}
-   dodoc mpdasrc.example README
-}
-
-pkg_postinst() {
-   elog "For further configuration help consult the README in"
-   elog "${EPREFIX}/usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2016-01-31 Thread Christoph Mende
commit: 61204d20f1532eb8cd872ae7fc37cf44f6704526
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Jan 31 12:08:00 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Jan 31 12:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61204d20

media-sound/mpd: version bump to 0.19.12

Package-Manager: portage-2.2.27

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/mpd-0.19.12.ebuild | 252 +
 2 files changed, 253 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 1071f76..f760c42 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,3 +1,4 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
 DIST mpd-0.19.11.tar.xz 703064 SHA256 
7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 SHA512 
3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
 WHIRLPOOL 
da4a05fce7276e8f98acfe2a0eceb71e747049d9c64b7eed226b5e8e3b2c5fd197098b20509e5cb2ad2f280a4f3872439a893ad58677be5b79b251d57b04c90d
+DIST mpd-0.19.12.tar.xz 703340 SHA256 
7b6fe6c7ce72f5f80a276d680072b524ecb395e546e252b8f3a0756377e1e875 SHA512 
a608c99096d0ec9158cba5615be344a47d76c5be830ba34445e330f141aaa828784772d772df20d71d4c65e78ea5dfe9fb59ea4f4f823fa112a00517963a6e7e
 WHIRLPOOL 
ab1c0ba6a92f5582c774b36f10d2433ccd4b796cb38d35ff0accdf0d29b95268f13f462446b72df52f2b8fb4a7b5e297fb37d1303b38412c4e73f0769dbbf7bd
 DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.12.ebuild 
b/media-sound/mpd/mpd-0.19.12.ebuild
new file mode 100644
index 000..777cd2d
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.12.ebuild
@@ -0,0 +1,252 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+   +fifo +ffmpeg flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack
+   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
+   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
+   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
+   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( med

[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2016-01-31 Thread Christoph Mende
commit: ececcadf8d811175a6d8125ea9a074e397b69f5c
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Jan 31 12:08:43 2016 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Jan 31 12:08:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ececcadf

media-sound/mpd: remove old

Package-Manager: portage-2.2.27

 media-sound/mpd/Manifest |   1 -
 media-sound/mpd/mpd-0.19.9-r1.ebuild | 236 ---
 2 files changed, 237 deletions(-)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index f760c42..f1b6c79 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,4 +1,3 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
 DIST mpd-0.19.11.tar.xz 703064 SHA256 
7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 SHA512 
3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
 WHIRLPOOL 
da4a05fce7276e8f98acfe2a0eceb71e747049d9c64b7eed226b5e8e3b2c5fd197098b20509e5cb2ad2f280a4f3872439a893ad58677be5b79b251d57b04c90d
 DIST mpd-0.19.12.tar.xz 703340 SHA256 
7b6fe6c7ce72f5f80a276d680072b524ecb395e546e252b8f3a0756377e1e875 SHA512 
a608c99096d0ec9158cba5615be344a47d76c5be830ba34445e330f141aaa828784772d772df20d71d4c65e78ea5dfe9fb59ea4f4f823fa112a00517963a6e7e
 WHIRLPOOL 
ab1c0ba6a92f5582c774b36f10d2433ccd4b796cb38d35ff0accdf0d29b95268f13f462446b72df52f2b8fb4a7b5e297fb37d1303b38412c4e73f0769dbbf7bd
-DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.9-r1.ebuild 
b/media-sound/mpd/mpd-0.19.9-r1.ebuild
deleted file mode 100644
index 9c438b6..000
--- a/media-sound/mpd/mpd-0.19.9-r1.ebuild
+++ /dev/null
@@ -1,236 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
-
-DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 ~sh x86 ~x86-fbsd ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug expat faad +fifo +ffmpeg
-   flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack lame mms
-   libav libmpdclient libsamplerate libsoxr +mad mikmod modplug mpg123 
musepack
-   +network nfs ogg openal opus oss pipe pulseaudio recorder samba selinux 
sid
-   sndfile soundcloud sqlite systemd tcpd twolame unicode upnp vorbis 
wavpack
-   wildmidi zeroconf zip"
-
-OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
-   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
-ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
-
-REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
-   || ( ${DECODER_PLUGINS} )
-   ao? ( glib )
-   gme? ( glib )
-   jack? ( glib )
-   network? ( || ( ${ENCODER_PLUGINS} )
-   glib )
-   recorder? ( || ( ${ENCODER_PLUGINS} ) )
-   sid? ( glib )
-   soundcloud? ( glib )
-   sqlite? ( glib )
-   opus? ( ogg )
-   upnp? ( expat )
-   vorbis? ( glib )
-   wavpack? ( glib )"
-
-CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
-   icu? ( dev-libs/icu:= )
-   id3tag? ( media-libs/libid3tag )
-   jack? ( media-sound/jack-audio-connection-kit )
-   lame? ( network? ( media-sound/lame ) )
-   libmpdclient? ( media-libs/libmpdclient )
-   libsamplerate? ( media-libs/libsamplerate )
-   mad? ( media-libs/libmad )
-   mikmod? ( media-libs/libmikmod:0 )
-   mms? ( media-libs/libmms )
-   modplug? ( media-libs/libmodplug )
-   mpg123? ( >=media-sound/mpg123-1.12.2 )
-   musepack? ( media-sound/musepack-tools )
-   network? ( >=media-libs/libshout-2
-   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
-   nfs? ( net-fs/libnfs )
-   ogg? ( media-libs/libogg )
-   openal? ( media-libs/openal )
-   opus

[gentoo-commits] repo/gentoo:master commit in: net-misc/oidentd/files/, net-misc/oidentd/

2015-12-19 Thread Christoph Mende
commit: 55108e5462e1acf9adf6c67531b901e37648a2fa
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Dec 19 12:25:18 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Dec 19 12:25:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55108e54

net-misc/oidentd: fix compilation with gcc5 (bug #568586)

Package-Manager: portage-2.2.26

 net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch | 25 +
 net-misc/oidentd/oidentd-2.0.8-r5.ebuild|  5 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch 
b/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch
new file mode 100644
index 000..a401a65
--- /dev/null
+++ b/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch
@@ -0,0 +1,25 @@
+Description: Fix a failure to build with gcc5.
+Bug: http://bugs.debian.org/778035
+
+--- a/src/oidentd_util.c   2015-07-03 05:56:24.0 -0400
 b/src/oidentd_util.c   2015-07-03 05:56:47.671378000 -0400
+@@ -75,7 +75,7 @@
+ ** PRNG functions on systems whose libraries provide them.)
+ */
+ 
+-inline int randval(int i) {
++extern __attribute__ ((gnu_inline)) int randval(int i) {
+   /* Per _Numerical Recipes in C_: */
+   return ((double) i * rand() / (RAND_MAX+1.0));
+ }
+--- a/src/oidentd_util.h   2015-07-03 05:56:32.0 -0400
 b/src/oidentd_util.h   2015-07-03 05:56:53.835378000 -0400
+@@ -58,7 +58,7 @@
+ int find_group(const char *temp_group, gid_t *gid);
+ 
+ int random_seed(void);
+-inline int randval(int i);
++extern __attribute__ ((gnu_inline)) int randval(int i);
+ 
+ #ifndef HAVE_SNPRINTF
+   int snprintf(char *str, size_t n, char const *fmt, ...);

diff --git a/net-misc/oidentd/oidentd-2.0.8-r5.ebuild 
b/net-misc/oidentd/oidentd-2.0.8-r5.ebuild
index 0193766..b93ad92 100644
--- a/net-misc/oidentd/oidentd-2.0.8-r5.ebuild
+++ b/net-misc/oidentd/oidentd-2.0.8-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,8 @@ IUSE="debug ipv6 masquerade"
 
 src_prepare() {
epatch "${FILESDIR}/${P}-masquerading.patch" \
-   "${FILESDIR}/${P}-bind-to-ipv6-too.patch"
+   "${FILESDIR}/${P}-bind-to-ipv6-too.patch" \
+   "${FILESDIR}/${P}-gcc5.patch"
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2015-10-29 Thread Christoph Mende
commit: f9ab2cf126cf6cfe0443c77bde6d4dcb2c56c3c3
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 29 16:35:08 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 29 16:35:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ab2cf1

media-sound/mpd: version bump to 0.19.11

Package-Manager: portage-2.2.23

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/mpd-0.19.11.ebuild | 250 +
 2 files changed, 251 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index f0f893d..1071f76 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,2 +1,3 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
+DIST mpd-0.19.11.tar.xz 703064 SHA256 
7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 SHA512 
3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
 WHIRLPOOL 
da4a05fce7276e8f98acfe2a0eceb71e747049d9c64b7eed226b5e8e3b2c5fd197098b20509e5cb2ad2f280a4f3872439a893ad58677be5b79b251d57b04c90d
 DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.11.ebuild 
b/media-sound/mpd/mpd-0.19.11.ebuild
new file mode 100644
index 000..da43a94
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.11.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+   +fifo +ffmpeg flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack
+   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
+   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
+   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
+   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( || ( =net-fs/samba-4.0.25 ) )
+   sid? ( media-libs/libsidplay:2 )
+   sndfile? ( media-libs/libsndfile )
+   soundcloud? ( >=dev-libs/yajl-2 )
+   libsoxr? ( media-libs/soxr )
+   sqlite? ( dev-db/sqlite:3 )
+   systemd? ( sy

[gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/files/, media-sound/quimup/

2015-10-25 Thread Christoph Mende
commit: b4d6a3664b9213f802539604db0c77fde4625b31
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Oct 25 18:36:09 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Oct 25 18:36:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d6a366

media-sound/quimup: fix compilation against qt-5.5 (bug #563852)

Package-Manager: portage-2.2.23

 media-sound/quimup/files/quimup-1.4.0-qdatastream.patch | 12 
 media-sound/quimup/quimup-1.4.0.ebuild  |  6 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/media-sound/quimup/files/quimup-1.4.0-qdatastream.patch 
b/media-sound/quimup/files/quimup-1.4.0-qdatastream.patch
new file mode 100644
index 000..3f1396f
--- /dev/null
+++ b/media-sound/quimup/files/quimup-1.4.0-qdatastream.patch
@@ -0,0 +1,12 @@
+diff --git a/src/qtlocalpeer.cpp b/src/qtlocalpeer.cpp
+index ddd2c74..52d6e6c 100644
+--- a/src/qtlocalpeer.cpp
 b/src/qtlocalpeer.cpp
+@@ -41,6 +41,7 @@
+ #include "qtlocalpeer.h"
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 

diff --git a/media-sound/quimup/quimup-1.4.0.ebuild 
b/media-sound/quimup/quimup-1.4.0.ebuild
index b750bf5..f39bc02 100644
--- a/media-sound/quimup/quimup-1.4.0.ebuild
+++ b/media-sound/quimup/quimup-1.4.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit qmake-utils
+inherit eutils qmake-utils
 
 MY_P=${PN}_${PV}
 
@@ -29,6 +29,10 @@ S="${WORKDIR}/${PN} ${PV}"
 
 DOCS=( changelog FAQ.txt README )
 
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-qdatastream.patch
+}
+
 src_configure() {
eqmake5
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-10-22 Thread Christoph Mende
commit: c7704979123d5ab3c2f248edf7bd5828b7ab2dd1
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 14:26:35 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 14:26:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7704979

media-sound/mpdas: revbump to reliably propagate dep changes

Package-Manager: portage-2.2.23

 media-sound/mpdas/{mpdas-0.4.0.ebuild => mpdas-0.4.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0-r1.ebuild
similarity index 100%
rename from media-sound/mpdas/mpdas-0.4.0.ebuild
rename to media-sound/mpdas/mpdas-0.4.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-10-22 Thread Christoph Mende
commit: d39a50eb9f97de148256fecd2e50afe3bac553f4
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 14:00:27 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 14:00:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39a50eb

media-sound/mpdas: mpdas-0.4.0 depends on libmpdclient instead of libmpd

Package-Manager: portage-2.2.23

 media-sound/mpdas/mpdas-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0.ebuild
index 1e124dd..9e4ffc4 100644
--- a/media-sound/mpdas/mpdas-0.4.0.ebuild
+++ b/media-sound/mpdas/mpdas-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libmpd
+RDEPEND="media-libs/libmpdclient
net-misc/curl"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] dev/angelos:master commit in: dev-util/valadoc/

2015-10-22 Thread Christoph Mende
commit: 61216188cee5ad21156de979ed1e01a98f44d816
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:37:27 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:37:27 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=61216188

dev-util/valadoc: bump to EAPI5, migrate to vala.eclass

 dev-util/valadoc/valadoc-.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/valadoc/valadoc-.ebuild 
b/dev-util/valadoc/valadoc-.ebuild
index 3e50c2b..3cd0d2b 100644
--- a/dev-util/valadoc/valadoc-.ebuild
+++ b/dev-util/valadoc/valadoc-.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools git-2
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="a documentation generator for Vala source code"
 HOMEPAGE="https://live.gnome.org/Valadoc";
@@ -15,7 +16,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-lang/vala:0.14
+RDEPEND="$(vala_depend)
>=dev-libs/glib-2.12:2
>=dev-libs/libgee-0.5:0
>=media-gfx/graphviz-2.16
@@ -27,7 +28,7 @@ DEPEND="${RDEPEND}
 DOCS=( AUTHORS MAINTAINERS THANKS )
 
 src_configure() {
-   VALAC="$(type -p valac-0.14)" econf --disable-static
+   econf --disable-static
 }
 
 src_install() {



[gentoo-commits] dev/angelos:master commit in: scripts/

2015-10-22 Thread Christoph Mende
commit: 0a142e904dfad15121b64c90aafc67e7e9ee375a
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:07:48 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:07:48 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=0a142e90

Update sync-xfce-overlay.sh

 scripts/sync-xfce-overlay.sh | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh
index 968e51e..f83fa7d 100755
--- a/scripts/sync-xfce-overlay.sh
+++ b/scripts/sync-xfce-overlay.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 
 repo_name="xfce-dev"
-[ $# -gt 0 ] && repo_name=$1
+[[ $# -gt 0 ]] && repo_name=$1
 OVERLAY="$(portageq get_repo_path / ${repo_name})"
-[ $? -eq 0 ] || exit 1
-PORTDIR="$(portageq portdir)"
+[[ $? -eq 0 ]] || exit 1
+PORTDIR="$(portageq get_repo_path / gentoo)"
 
 # collect ebuilds
 pushd "${OVERLAY}" >/dev/null
@@ -27,9 +27,10 @@ for i in ${pkgs}; do
 
# get destination ebuild's header
dst=${OVERLAY}/${i}
+   [[ -e ${dst} ]] || continue
dstheader=$(grep "^# \$Header: " ${dst})
 
-   if [ "${srcheader}" != "${dstheader}" ]; then
+   if [[ "${srcheader}" != "${dstheader}" ]]; then
# copy new ebuild
cp -f ${src} ${dst}
 
@@ -43,7 +44,7 @@ for i in ${pkgs}; do
fi
 done
 
-if [ ${changes} -gt 0 ]; then
+if [[ ${changes} -gt 0 ]]; then
echo ${changes} ebuilds synced, please review the changes
 else
echo Everything up to date



[gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/, net-misc/miraclecast/, x11-themes/elegance-colors/, ...

2015-10-22 Thread Christoph Mende
commit: 94b146168e81b9190260afb4f04855b86c2e94b8
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:07:16 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:07:16 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=94b14616

Replace CVS header with $

 app-arch/abgx360/abgx360-1.0.6.ebuild | 4 ++--
 dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild   | 4 ++--
 dev-libs/sqlheavy/sqlheavy-.ebuild| 4 ++--
 dev-util/valadoc/valadoc-.ebuild  | 4 ++--
 .../gmpc-dynamic-playlist/gmpc-dynamic-playlist-0.19.0.ebuild | 4 ++--
 media-plugins/gmpc-lirc/gmpc-lirc-0.20.0.ebuild   | 4 ++--
 media-plugins/gst-plugins-oss4/gst-plugins-oss4-0.10.31.ebuild| 4 ++--
 media-sound/indicator-sound/indicator-sound-12.10.0.ebuild| 4 ++--
 media-sound/oss-driver/oss-driver-4.2.2007.ebuild | 4 ++--
 media-sound/oss/oss-4.2.2007.ebuild   | 4 ++--
 media-sound/scmpc/scmpc-.ebuild   | 4 ++--
 media-tv/otrdecoder/otrdecoder-0.4.ebuild | 4 ++--
 media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild   | 4 ++--
 net-irc/foobot/foobot-.ebuild | 4 ++--
 net-libs/libwfd/libwfd-.ebuild| 4 ++--
 net-misc/chaosvpn/chaosvpn-2.12.ebuild| 4 ++--
 net-misc/chaosvpn/chaosvpn-2.15.ebuild| 4 ++--
 net-misc/chaosvpn/chaosvpn-.ebuild| 4 ++--
 net-misc/gtkvncviewer/gtkvncviewer-.ebuild| 4 ++--
 net-misc/miraclecast/miraclecast-.ebuild  | 4 ++--
 x11-libs/bamf/bamf-0.3.6-r200.ebuild  | 4 ++--
 x11-libs/bamf/bamf-0.3.6-r300.ebuild  | 4 ++--
 x11-libs/libido/libido-0.3.4.ebuild   | 4 ++--
 x11-misc/abgx360gui/abgx360gui-1.0.2.ebuild   | 4 ++--
 .../lightdm-pantheon-greeter/lightdm-pantheon-greeter-.ebuild | 4 ++--
 x11-misc/plank/plank-.ebuild  | 4 ++--
 x11-themes/elegance-colors/elegance-colors-.ebuild| 4 ++--
 x11-themes/flattr-icons/flattr-icons-.ebuild  | 4 ++--
 x11-themes/iris-light/iris-light-.ebuild  | 4 ++--
 x11-themes/iris/iris-.ebuild  | 4 ++--
 xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild | 4 ++--
 31 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/app-arch/abgx360/abgx360-1.0.6.ebuild 
b/app-arch/abgx360/abgx360-1.0.6.ebuild
index 8a08031..d27eb60 100644
--- a/app-arch/abgx360/abgx360-1.0.6.ebuild
+++ b/app-arch/abgx360/abgx360-1.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=4
 

diff --git a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild 
b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
index 0c6ce0b..6cd9ea8 100644
--- a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=4
 inherit autotools

diff --git a/dev-libs/sqlheavy/sqlheavy-.ebuild 
b/dev-libs/sqlheavy/sqlheavy-.ebuild
index a4775f4..e1351da 100644
--- a/dev-libs/sqlheavy/sqlheavy-.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=4
 inherit autotools git-2

diff --git a/dev-util/valadoc/valadoc-.ebuild 
b/dev-util/valadoc/valadoc-.ebuild
index 8955e7f..3e50c2b 100644
--- a/dev-util/valadoc/valadoc-.ebuild
+++ b/dev-util/valadoc/valadoc-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=4
 inherit autotools git-2

diff --git 
a/media-plugins/gmpc-dynamic-playlist/gmpc-dynamic-playlist-0.19.0.ebuild 
b/media-plugins/gmpc-dynamic-playlist/gmpc-dynamic-playlist-0.19.0.ebuild
index 626c3c3..43b7344 100644
--- a/media-plugins/gmpc-dynamic-playlist/gmpc-dynamic-playlist-0.19.0.ebuild
+++ b/media-plugins/gmpc-dynamic-playlist/gmpc-dynamic-playlist-0.19.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyrigh

[gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/

2015-10-22 Thread Christoph Mende
commit: 54cbddc6fd846cd96c53b183759f9ba2833dfce9
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:11:56 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:11:56 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=54cbddc6

xfce-extra/thunar-dropbox: version bump to 0.2.1, migrate to python-r1

Package-Manager: portage-2.2.23

 xfce-extra/thunar-dropbox/Manifest |   2 +-
 xfce-extra/thunar-dropbox/core | Bin 0 -> 348160 bytes
 ...ropbox-0.2.0.ebuild => thunar-dropbox-0.2.1.ebuild} |   9 ++---
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/xfce-extra/thunar-dropbox/Manifest 
b/xfce-extra/thunar-dropbox/Manifest
index 6cfd1bb..5f9483e 100644
--- a/xfce-extra/thunar-dropbox/Manifest
+++ b/xfce-extra/thunar-dropbox/Manifest
@@ -1 +1 @@
-DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 
1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 
774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e
 WHIRLPOOL 
277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38
+DIST thunar-dropbox-0.2.1.tar.bz2 109878 SHA256 
6eda9b3794696ca2761bb4cea2c786906d58a977df1deac319df43cd7023 SHA512 
38bcb28a31439d1fad4b8515dd5719b3475652d9586186a056757c66e70d59acad994a5d6f7ab4adf1c11291415bd128f5a633de187e86dc7b552be9f4950dbe
 WHIRLPOOL 
3005ebe52a2ae454bf23839419fe6866b93bdcdc32597d2f18c65d96bd4a7048bae930ac76700f9529d17f0ee2b7a25b4e4d34546705b81a5da004e3559dafdd

diff --git a/xfce-extra/thunar-dropbox/core b/xfce-extra/thunar-dropbox/core
new file mode 100644
index 000..b1e31e7
Binary files /dev/null and b/xfce-extra/thunar-dropbox/core differ

diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild 
b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
similarity index 86%
rename from xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
rename to xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
index b2c4cc4..be81c98 100644
--- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
+++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
@@ -3,9 +3,9 @@
 # $Id$
 
 EAPI=4
-PYTHON_DEPEND="2:2.6"
+PYTHON_COMPAT=( python2_7 )
 
-inherit gnome2-utils multilib python waf-utils
+inherit gnome2-utils multilib python-any-r1 waf-utils
 
 DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox."
 HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html";
@@ -23,11 +23,6 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog )
 
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
 src_prepare() {
sed -e "s:gtk-update-icon-cache.*:/bin/true':" \
-e "s:/lib/:/$(get_libdir)/:" -i wscript || die "sed failed"



[gentoo-commits] dev/angelos:master commit in: media-sound/indicator-sound/

2015-10-22 Thread Christoph Mende
commit: 2271f66d98dc4ff3f594746eb6b993a3b07cd3e9
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:34:57 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:34:57 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=2271f66d

media-sound/indicator-sound: version bump to 12.10.1, migrate to vala.eclass

 media-sound/indicator-sound/Manifest   |  2 +-
 ...tor-sound-12.10.0.ebuild => indicator-sound-12.10.1.ebuild} | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/indicator-sound/Manifest 
b/media-sound/indicator-sound/Manifest
index f20e3ba..bcab6db 100644
--- a/media-sound/indicator-sound/Manifest
+++ b/media-sound/indicator-sound/Manifest
@@ -1 +1 @@
-DIST indicator-sound-12.10.0.tar.gz 532856 SHA256 
ecac33b74396f955db0a0998d7b5d2a2a496882c5ef2077ce67be4361a624dd1 SHA512 
4a344139af92324858539dd5e3189bf6d212f3d940d1e53555c6ac181856a92bfa1584b625d23e25928f32a730c5588d45668c84836ccebb3137d86a4967a5e9
 WHIRLPOOL 
b719f5dfbf5949bf393ca61fdbc9623d1366a630e1881dfaaf400dbeef2c07e882145f4e8acba5233b1a5f69bf5307b8cbdc02ed7f930b0e49021d1d8ad75f60
+DIST indicator-sound-12.10.1.tar.gz 531957 SHA256 
d3ae4e8a9e2bac6f9098e617364aba1ddca15ee118d5aa89ae85d0a1f3371af6 SHA512 
58563f2b269a6b6e236a5e1dca0c406a0ee35686a3e66980c4611e6f864b6855b6d13016cc9ec10f6fc38896e0d65cb9a946d799f01517d0612a8422572f1b78
 WHIRLPOOL 
48ecb3b61f4994ee7fdd3afeb311a5c92348fdac382ff261761c940f5ead65b7d47caeb7ff805adfb64a1257d18ede56b857405c4aa51a43b55263d3c32124c8

diff --git a/media-sound/indicator-sound/indicator-sound-12.10.0.ebuild 
b/media-sound/indicator-sound/indicator-sound-12.10.1.ebuild
similarity index 87%
rename from media-sound/indicator-sound/indicator-sound-12.10.0.ebuild
rename to media-sound/indicator-sound/indicator-sound-12.10.1.ebuild
index ee6c904..1d6b85b 100644
--- a/media-sound/indicator-sound/indicator-sound-12.10.0.ebuild
+++ b/media-sound/indicator-sound/indicator-sound-12.10.1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=4
-inherit gnome2-utils
+VALA_MIN_API_VERSION=0.14
+inherit gnome2-utils vala
 
 DESCRIPTION="A unified sound menu"
 HOMEPAGE="https://launchpad.net/indicator-sound";
@@ -15,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26:2
-   >=dev-libs/libdbusmenu-0.5.90:3[gtk]
+   >=dev-libs/libdbusmenu-0.5.90[gtk]
dev-libs/libgee
dev-libs/libindicator:3
dev-libs/libxml2:2
@@ -24,14 +25,13 @@ RDEPEND=">=dev-libs/glib-2.26:2
x11-libs/libido
>=x11-libs/libnotify-0.7"
 DEPEND="${RDEPEND}
-   dev-lang/vala:0.14
+   $(vala_depend)
virtual/pkgconfig"
 
 DOCS=( AUTHORS NEWS )
 
 src_configure() {
-   VALAC=$(type -p valac-0.14) \
-   econf \
+   econf \
--disable-static \
--disable-schemas-compile
 }



[gentoo-commits] dev/angelos:master commit in: net-irc/foobot/

2015-10-22 Thread Christoph Mende
commit: 8c79de5fcd30f1ccf9acf846d582b88a1356d1f4
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:39:53 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:39:53 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=8c79de5f

net-irc/foobot: bump to EAPI5, migrate to vala.eclass

 net-irc/foobot/foobot-.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-irc/foobot/foobot-.ebuild 
b/net-irc/foobot/foobot-.ebuild
index 167016f..748a9c7 100644
--- a/net-irc/foobot/foobot-.ebuild
+++ b/net-irc/foobot/foobot-.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools git-2
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="an IRC bot written in Vala with support for dynamic plugins and a 
sqlite3-based database"
 HOMEPAGE="https://github.com/cmende/foobot-vala";
@@ -19,13 +20,9 @@ RDEPEND="dev-libs/glib:2
dev-libs/libpeas
dev-libs/sqlheavy"
 DEPEND="${RDEPEND}
-   dev-lang/vala:0.16
+   $(vala_depend)
virtual/pkgconfig"
 
-src_configure() {
-   VALAC="$(type -p valac-0.16)" econf
-}
-
 src_install() {
default
find "${ED}" -name "*.la" -delete || die



[gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/

2015-10-22 Thread Christoph Mende
commit: 21d795a031d27e91609608ce597adcce83bdd2dd
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:21:18 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:21:18 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=21d795a0

dev-libs/sqlheavy: remove 0.1.1

 dev-libs/sqlheavy/Manifest  |  1 -
 dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-libs/sqlheavy/Manifest b/dev-libs/sqlheavy/Manifest
deleted file mode 100644
index 8064f17..000
--- a/dev-libs/sqlheavy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sqlheavy-0.1.1.tar.xz 372776 SHA256 
e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031 SHA512 
be455450360589c2efcf60a34829c925d7f98a569a34913e572baabc5601c86dca3b734bcd2369fe7f0819a166364bcdc893896462a8048bd02668402d63485c
 WHIRLPOOL 
e08fa0b648f9dd94e80847533477090502f538121d555d6682ec58f8fcefd4659269092b204e9634e9c1787d8ee6d618b18c6d1d8ce8b3cb24b2e1f3cef8ef22

diff --git a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild 
b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
deleted file mode 100644
index 6cd9ea8..000
--- a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="GObject SQLite wrapper"
-HOMEPAGE="http://code.google.com/p/sqlheavy/";
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND=">=dev-db/sqlite-3.6.20:3
-   dev-lang/vala:0.16
-   >=dev-libs/glib-2.22:2
-   >=x11-libs/gtk+-2.24:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-   sed -i -e "/examples/d" Makefile.am # don't compile examples
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-   docinto examples
-   use examples && dodoc examples/*.vala
-}



[gentoo-commits] dev/angelos:master commit in: media-tv/otrdecoder/, x11-themes/flattr-icons/, dev-libs/sqlheavy/, ...

2015-10-22 Thread Christoph Mende
commit: 237888c2bdc2a72bc713ae2e77b7b4e53a2e43f5
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 10:55:38 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 10:55:38 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=237888c2

Migrate to thin manifests

 app-arch/abgx360/Manifest| 12 
 dev-libs/sqlheavy/Manifest   | 13 -
 dev-util/valadoc/Manifest| 12 
 media-plugins/gmpc-dynamic-playlist/Manifest | 13 -
 media-plugins/gmpc-lirc/Manifest | 12 
 media-plugins/gst-plugins-oss4/Manifest  | 12 
 media-sound/indicator-sound/Manifest | 12 
 media-sound/oss-driver/Manifest  | 12 
 media-sound/oss/Manifest | 17 -
 media-sound/scmpc/Manifest   | 13 -
 media-tv/otrdecoder/Manifest |  6 ++
 media-tv/qotrdecoder/Manifest|  4 +---
 metadata/layout.conf |  7 +++
 net-irc/foobot/Manifest  | 12 
 net-libs/libwfd/Manifest |  2 --
 net-misc/chaosvpn/Manifest   | 15 ---
 net-misc/gtkvncviewer/Manifest   | 12 
 net-misc/miraclecast/Manifest|  2 --
 x11-libs/bamf/Manifest   | 13 -
 x11-libs/libido/Manifest | 12 
 x11-misc/abgx360gui/Manifest | 12 
 x11-misc/lightdm-pantheon-greeter/Manifest   | 12 
 x11-misc/plank/Manifest  | 12 
 x11-themes/elegance-colors/Manifest  | 12 
 x11-themes/flattr-icons/Manifest | 12 
 x11-themes/iris-light/Manifest   | 12 
 x11-themes/iris/Manifest | 12 
 xfce-extra/thunar-dropbox/Manifest   | 12 
 28 files changed, 10 insertions(+), 299 deletions(-)

diff --git a/app-arch/abgx360/Manifest b/app-arch/abgx360/Manifest
index 4686285..04d74ab 100644
--- a/app-arch/abgx360/Manifest
+++ b/app-arch/abgx360/Manifest
@@ -1,13 +1 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
 DIST abgx360-1.0.6.tar.gz 308959 SHA256 
d73e0270383ff9c150224e1f687d1d5643b4c23752cfaec2dcfde8a12db5a8f7 SHA512 
cc214a96ce9be9deedcf3c70d7b47680d7e43a237df3f5d08801a5828255eb75e0079258e3dfafd2f0d8838ab85530a638562a86aad270e3bf3a8ec2565e4fff
 WHIRLPOOL 
3c83c704e18c0da178bc19ede4fd70b7ba374d49732100ffce67482cc55c9a5943c58b3841713774200e065ebb11b7b5805bb79b4abe9ef889e7e3bdd6ddbef2
-EBUILD abgx360-1.0.6.ebuild 363 SHA256 
516966c1260f7b73aa9060fd00946c2883b5b7b2fe5edfaa293bf61dc6f72ea7 SHA512 
c9fd39c5e05d29ce925142b5de334632fd9aded0ee25afcccee72bdbbb337218ea07275aba10c57279eec7d1e9c267808676005a8e935cf372c041ab280a0c56
 WHIRLPOOL 
2cc39f7c5f1865d901fc1e9244a8e3bde76e3995d29393e7e0e0564cf75a519f6d4046dc383323c8e8d00f029f58de7409c4e8e18f59e958c16200a26bed3e86
-MISC metadata.xml 236 SHA256 
3d0f545d018f4339358833ccd9c96f191d49a0ec57538a6555b1e8309950ffc4 SHA512 
1b0218005e78814a9faddb69385f8c52c70735859380dd678148021c65ae7010fd045e14ce87945a01e6ec3a5114f060a6be64cde6ecc5d6e142179bcfffbd7b
 WHIRLPOOL 
17efdd67f82ebefdaef81327ecff218d23085003b7c1eea0eef873ade2c2ea2a3de078e44a46290cb359212a1b62b48cc795c84219bb8fb05d71039996e3eeef
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAk/9P18ACgkQmWq1bYTyC0OTrwD+La9bgEcuVKLgrZv9YesGH84A
-u9Cas49SAVBWFzs5xjIA/ikUx5AZhVw0ZYqk0WnOC0HBTtInm3CxV0kPf/w/unzc
-=tMIK
--END PGP SIGNATURE-

diff --git a/dev-libs/sqlheavy/Manifest b/dev-libs/sqlheavy/Manifest
index 792f73a..8064f17 100644
--- a/dev-libs/sqlheavy/Manifest
+++ b/dev-libs/sqlheavy/Manifest
@@ -1,14 +1 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
 DIST sqlheavy-0.1.1.tar.xz 372776 SHA256 
e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031 SHA512 
be455450360589c2efcf60a34829c925d7f98a569a34913e572baabc5601c86dca3b734bcd2369fe7f0819a166364bcdc893896462a8048bd02668402d63485c
 WHIRLPOOL 
e08fa0b648f9dd94e80847533477090502f538121d555d6682ec58f8fcefd4659269092b204e9634e9c1787d8ee6d618b18c6d1d8ce8b3cb24b2e1f3cef8ef22
-EBUILD sqlheavy-0.1.1.ebuild 797 SHA256 
a2ef5d30c926992c1c3fc8f0573b36c9650af33dc2632231a254f73012f8a4bd SHA512 
b1da620e6b29a53e4575b186b5a587ddbb57e5534599be27a3499c6e2fb9e542c2f92d6537e83e6b4b3f94fb5df137f91a1cf81abca6dbe2feb3e9993a709f2f
 WHIRLPOOL 
b968b0b5951a06a97f2b76ae6367e898563f24f7542f98475cbbac9db15432389bd36459a4a9f840029790cf6db6a8be5509d5f6fd7e956b6d19d3f0fa330409
-EBUILD sqlheavy-.ebuild 880 SHA256 
9c2d6df947f23d6beb91e8641b72da1996d7a7e0f2ff477934ace4201d4c8b43 

[gentoo-commits] dev/angelos:master commit in: media-tv/qotrdecoder/

2015-10-22 Thread Christoph Mende
commit: 7e302274e7ba066c2853dfa1937ac9399a77d1d3
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:30:32 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:30:32 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=7e302274

media-tv/qotrdecoder: migrate to EAPI5, multilib

 media-tv/qotrdecoder/Manifest   |  2 +-
 media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild | 11 +--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-tv/qotrdecoder/Manifest b/media-tv/qotrdecoder/Manifest
index abf68dc..5730655 100644
--- a/media-tv/qotrdecoder/Manifest
+++ b/media-tv/qotrdecoder/Manifest
@@ -1 +1 @@
-DIST qotrdecoder-linux-Ubuntu_8.04-i686-0.0.247-r1132.tar.bz2 1354967 SHA256 
c2e6d0f73da8a36ad9e58a4305da22cec890ad9c9bde1838ace2e51740d92882
+DIST qotrdecoder-linux-Ubuntu_8.04-i686-0.0.247-r1132.tar.bz2 1354967 SHA256 
c2e6d0f73da8a36ad9e58a4305da22cec890ad9c9bde1838ace2e51740d92882 SHA512 
e03322b6b906aac4eab47bb5c8c2c5661a76104c548c53f1ea34e072d21ad6dee763300499f90234ff8e0c81eb33e72a66222714e48fc4e4e17b33a05bc59699
 WHIRLPOOL 
1b893d669fd3bdef31c0150a897b4793610196a513aada4a967e3a86d74291d2525ff8e6f9194b751b199f751e652c38ab87309037fab56774e297a03422e1fc

diff --git a/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild 
b/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
index 03bb0f7..1245d51 100644
--- a/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
+++ b/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=5
 
 DESCRIPTION="OnlineTVRecorder decoder (QT)"
 HOMEPAGE="http://www.onlinetvrecorder.com";
@@ -13,10 +13,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="x86? ( media-video/ffmpeg
-   x11-libs/qt-gui
-   x11-libs/qt-core )
-   amd64? ( app-emulation/emul-linux-x86-qtlibs )"
+RDEPEND="virtual/ffmpeg
+   dev-qt/qtgui:4[abi_x86_32(-)]
+   dev-qt/qtcore:4[abi_x86_32(-)]"
 DEPEND=""
 
 S=${WORKDIR}/${PN}-linux-Ubuntu_8.04-i686-${PV}-r1132
@@ -26,5 +25,5 @@ QA_DT_HASH="usr/bin/qotr"
 
 src_install() {
# TODO locales
-   dobin qotr || die "dobin failed"
+   dobin qotr
 }



[gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/

2015-10-22 Thread Christoph Mende
commit: 0f90ba9cb6bdee40fb96144ee69076844752c236
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:35:31 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:35:31 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=0f90ba9c

xfce-extra/thunar-dropbox: remove core file

 xfce-extra/thunar-dropbox/core | Bin 348160 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/xfce-extra/thunar-dropbox/core b/xfce-extra/thunar-dropbox/core
deleted file mode 100644
index b1e31e7..000
Binary files a/xfce-extra/thunar-dropbox/core and /dev/null differ



[gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/

2015-10-22 Thread Christoph Mende
commit: c1c6c2b501eb78ababab2761a0308eff8f52888d
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 11:21:42 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 11:21:42 2015 +
URL:https://gitweb.gentoo.org/dev/angelos.git/commit/?id=c1c6c2b5

dev-libs/sqlheavy: update REPO_URI/HOMEPAGE and migrate to vala.eclass

 dev-libs/sqlheavy/sqlheavy-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-libs/sqlheavy/sqlheavy-.ebuild 
b/dev-libs/sqlheavy/sqlheavy-.ebuild
index e1351da..0db62e9 100644
--- a/dev-libs/sqlheavy/sqlheavy-.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-.ebuild
@@ -3,11 +3,12 @@
 # $Id$
 
 EAPI=4
-inherit autotools git-2
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="GObject SQLite wrapper"
-HOMEPAGE="http://code.google.com/p/sqlheavy/";
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+HOMEPAGE="https://github.com/nemequ/sqlheavy";
+EGIT_REPO_URI="https://github.com/nemequ/${PN}.git";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -15,7 +16,7 @@ KEYWORDS=""
 IUSE="doc examples"
 
 RDEPEND=">=dev-db/sqlite-3.6.20:3
-   dev-lang/vala:0.16
+   $(vala_depend)
>=dev-libs/glib-2.22:2
>=x11-libs/gtk+-2.24:2"
 DEPEND="${RDEPEND}
@@ -27,10 +28,10 @@ DOCS=( AUTHORS NEWS README )
 src_prepare() {
sed -i -e "/examples/d" Makefile.am # don't compile examples
eautoreconf
+   vala_src_prepare
 }
 
 src_configure() {
-   VALAC=$(type -p valac-0.16) \
econf \
--disable-static \
$(use_enable doc valadoc)



[gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/, media-sound/ncmpc/files/

2015-10-18 Thread Christoph Mende
commit: 58f05ae177a527756922e9e3cf3ebbdb64a6c9a3
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Oct 18 15:10:07 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Oct 18 15:10:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f05ae1

media-sound/ncmpc: link against ncursesw instead of ncurses (bug #554256)

 media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch   | 16 +---
 .../ncmpc/{ncmpc-0.24-r1.ebuild => ncmpc-0.24-r2.ebuild} |  9 +
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch 
b/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
index 40ee006..5c11e76 100644
--- a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
+++ b/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
@@ -1,6 +1,8 @@
+diff --git a/configure.ac b/configure.ac
+index 2d79f35..b82dd49 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -17,11 +17,8 @@
+@@ -17,11 +17,8 @@ AC_CONFIG_MACRO_DIR([m4])
  dnl Check for programs
  AC_PROG_CC_C99
  AC_PROG_INSTALL
@@ -13,19 +15,19 @@
  
  dnl ===
  dnl initialize variables
-@@ -83,6 +80,19 @@
+@@ -83,6 +80,19 @@ mingw32* | windows*)
  esac
  AM_CONDITIONAL([HAVE_WINDOWS], [test $HAVE_WINDOWS -eq 1])
  
-+dnl ncurses
++dnl ncursesw
 +
-+PKG_CHECK_MODULES([ncurses], [ncurses],[
-+  LIBS="$LIBS $ncurses_LIBS"
++PKG_CHECK_MODULES([ncursesw], [ncursesw],[
++  LIBS="$LIBS $ncursesw_LIBS"
 +  ax_cv_curses_color=yes
 +  ax_cv_curses_mouse=yes
 +  ax_cv_curses_enhanced=yes
 +  AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if the Ncurses library is 
present])
-+  AC_SUBST([CURSES_LIB],[$ncurses_LIBS])
++  AC_SUBST([CURSES_LIB],[$ncursesw_LIBS])
 +  ],
 +  [AC_MSG_ERROR([No curses support detected.])])
 +
@@ -33,7 +35,7 @@
  dnl multi-byte character support
  
  AC_ARG_ENABLE([multibyte],
-@@ -207,12 +217,6 @@
+@@ -207,12 +217,6 @@ AM_CONDITIONAL(ENABLE_HELP_SCREEN, test 
x$enable_help_screen = xyes)
  
  dnl Optional - curses getmouse support
  

diff --git a/media-sound/ncmpc/ncmpc-0.24-r1.ebuild 
b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
similarity index 86%
rename from media-sound/ncmpc/ncmpc-0.24-r1.ebuild
rename to media-sound/ncmpc/ncmpc-0.24-r2.ebuild
index 1e6e9f9..533e1df 100644
--- a/media-sound/ncmpc/ncmpc-0.24-r1.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
@@ -16,9 +16,8 @@ IUSE="artist-screen chat-screen colors debug +help-screen 
key-screen lirc lyrics
 
 RDEPEND=">=dev-libs/glib-2.12:2
>=media-libs/libmpdclient-2.3
-   sys-libs/ncurses
-   lirc? ( app-misc/lirc )
-   nls? ( sys-libs/ncurses[unicode] )"
+   sys-libs/ncurses[unicode]
+   lirc? ( app-misc/lirc )"
 DEPEND="${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig"
@@ -26,7 +25,9 @@ DEPEND="${RDEPEND}
 DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.24-tinfo.patch
+   # default ax_with_curses.m4 produces automagic dependency on ncursesw
+   # also, ncursesw is required for colors (bug #554245), so we force it 
here
+   epatch "${FILESDIR}"/${PN}-0.24-tinfo2.patch
 
cp "${FILESDIR}"/ax_require_defined.m4 m4/ || die
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/granule/

2015-10-17 Thread Christoph Mende
commit: cef7fde43494115c087062526a3572a27f61c0ec
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Oct 17 17:21:19 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Oct 17 17:21:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef7fde4

app-misc/granule: bump to EAPI5, fix desktop file warnings

Package-Manager: portage-2.2.23

 app-misc/granule/granule-1.4.0-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/app-misc/granule/granule-1.4.0-r1.ebuild 
b/app-misc/granule/granule-1.4.0-r1.ebuild
new file mode 100644
index 000..2f6e878
--- /dev/null
+++ b/app-misc/granule/granule-1.4.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="A flashcard program that implements Leitner cardfile methodology"
+HOMEPAGE="http://granule.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}-7.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-cpp/gtkmm-2.4.1:2.4
+   >=dev-cpp/libassa-3.5.0
+   x11-libs/gtk+:2
+   dev-cpp/glibmm:2
+   >=dev-libs/libsigc++-2.0
+   x11-libs/pango
+   dev-libs/glib:2
+   dev-libs/libxml2"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${P}-7"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-fix-template-with-permissive.patch
+   sed -i -e "s:Application;::" \
+   -i -e "/^Icon/s:\.png::" granule.desktop.in || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/tdfsb/, app-misc/tdfsb/files/

2015-10-17 Thread Christoph Mende
commit: 8aa72efe8b1a1194e5b0c55acf206f86210bc0e3
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Oct 17 16:53:57 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Oct 17 16:54:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa72efe

app-misc/tdfsb: bump to EAPI4, add missing dependencies (bug #514836), fix 
format-security warnings

Package-Manager: portage-2.2.23

 .../tdfsb/files/tdfsb-0.0.10-format-security.patch | 26 ++
 ...{tdfsb-0.0.10.ebuild => tdfsb-0.0.10-r1.ebuild} | 18 ++-
 app-misc/tdfsb/tdfsb-0.0.10.ebuild |  9 ++--
 3 files changed, 45 insertions(+), 8 deletions(-)

diff --git a/app-misc/tdfsb/files/tdfsb-0.0.10-format-security.patch 
b/app-misc/tdfsb/files/tdfsb-0.0.10-format-security.patch
new file mode 100644
index 000..55fcc1b
--- /dev/null
+++ b/app-misc/tdfsb/files/tdfsb-0.0.10-format-security.patch
@@ -0,0 +1,26 @@
+diff --git a/tdfsb.c b/tdfsb.c
+index 5f6b233..a1af5a1 100644
+--- a/tdfsb.c
 b/tdfsb.c
+@@ -2436,7 +2436,7 @@ int speckey(int key)
+   if(TDFSB_CSE_FLAG)
+   
snprintf(TDFSB_CES_TEMP,4096,TDFSB_CUSTOM_EXECUTE_STRING,fullpath);
+   else
+-  
snprintf(TDFSB_CES_TEMP,4096,TDFSB_CUSTOM_EXECUTE_STRING);
++  snprintf(TDFSB_CES_TEMP,4096,"%s", 
TDFSB_CUSTOM_EXECUTE_STRING);
+   }
+   system(TDFSB_CES_TEMP);
+   printf("EXECUTE COMMAND: %s\n",TDFSB_CES_TEMP);
+@@ -2732,9 +2732,9 @@ int keyboard (unsigned char key)
+ 
+ else if (key==TDFSB_KC_HELP)
+ {   TDFSB_SHOW_HELP = 1-TDFSB_SHOW_HELP;
+-if (TDFSB_SHOW_HELP){   
printf("\n===\n");
+-
printf(help_str);
+-
printf("===\n\n");
++if (TDFSB_SHOW_HELP){   printf("%s", 
"\n===\n");
++printf("%s", 
help_str);
++printf("%s", 
"===\n\n");
+ }
+ }
+ 

diff --git a/app-misc/tdfsb/tdfsb-0.0.10.ebuild 
b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
similarity index 67%
copy from app-misc/tdfsb/tdfsb-0.0.10.ebuild
copy to app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
index 4b6c765..c91db45 100644
--- a/app-misc/tdfsb/tdfsb-0.0.10.ebuild
+++ b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -12,17 +12,23 @@ 
SRC_URI="http://www.determinate.net/webdata/data/${P}.tar.gz";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc -sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-DEPEND="media-libs/smpeg
+DEPEND="media-libs/freeglut
media-libs/sdl-image
-   media-libs/freeglut"
+   media-libs/smpeg
+   virtual/glu
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-asneeded.patch \
-   "${FILESDIR}"/${P}-debugging.patch
+   "${FILESDIR}"/${P}-debugging.patch \
+   "${FILESDIR}"/${P}-format-security.patch
 
sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:" \
-e "s:gcc:$(tc-getCC):" "${S}"/compile.sh || die

diff --git a/app-misc/tdfsb/tdfsb-0.0.10.ebuild 
b/app-misc/tdfsb/tdfsb-0.0.10.ebuild
index 4b6c765..5131747 100644
--- a/app-misc/tdfsb/tdfsb-0.0.10.ebuild
+++ b/app-misc/tdfsb/tdfsb-0.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,12 @@ IUSE=""
 
 DEPEND="media-libs/smpeg
media-libs/sdl-image
-   media-libs/freeglut"
+   media-libs/freeglut
+   virtual/glu
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/ario/, media-sound/ario/files/

2015-10-17 Thread Christoph Mende
commit: 565856420364ae0d6698c07f97d76efe050c7412
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Oct 17 10:24:12 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Oct 17 10:24:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56585642

media-sound/ario: convert to python-any-r1, import upstream fix for bug 562226

Package-Manager: portage-2.2.23

 media-sound/ario/ario-1.5.1-r1.ebuild  |  68 +++
 .../ario/files/ario-1.5.1-single-includes2.patch   | 557 +
 2 files changed, 625 insertions(+)

diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild 
b/media-sound/ario/ario-1.5.1-r1.ebuild
new file mode 100644
index 000..f4d2a83
--- /dev/null
+++ b/media-sound/ario/ario-1.5.1-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools gnome2 python-any-r1
+
+DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
+HOMEPAGE="http://ario-player.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
+
+RDEPEND=">=dev-libs/glib-2.14:2
+   dev-libs/libgcrypt:0=
+   dev-libs/libunique:1
+   dev-libs/libxml2:2
+   media-libs/libmpdclient
+   net-misc/curl
+   net-libs/gnutls
+   >=x11-libs/gtk+-2.16:2
+   audioscrobbler? ( net-libs/libsoup:2.4 )
+   dbus? ( dev-libs/dbus-glib )
+   libnotify? ( x11-libs/libnotify )
+   python? ( dev-python/pygtk:2
+   dev-python/pygobject:2 )
+   taglib? ( media-libs/taglib )
+   zeroconf? ( net-dns/avahi )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+DOCS=( AUTHORS )
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-single-includes2.patch
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-static \
+   --disable-xmms2 \
+   --enable-libmpdclient2 \
+   --enable-search \
+   --enable-playlists \
+   --disable-deprecations \
+   $(use_enable audioscrobbler) \
+   $(use_enable dbus) \
+   $(use_enable debug) \
+   $(use_enable idle mpdidle) \
+   $(use_enable libnotify notify) \
+   $(use_enable nls) \
+   $(use_enable python) \
+   $(use_enable taglib) \
+   $(use_enable zeroconf avahi)
+}

diff --git a/media-sound/ario/files/ario-1.5.1-single-includes2.patch 
b/media-sound/ario/files/ario-1.5.1-single-includes2.patch
new file mode 100644
index 000..e5936cf
--- /dev/null
+++ b/media-sound/ario/files/ario-1.5.1-single-includes2.patch
@@ -0,0 +1,557 @@
+Index: plugins/radios/ario-radio.h
+===
+--- plugins/radios/ario-radio.h(revision 772)
 plugins/radios/ario-radio.h(revision 774)
+@@ -20,7 +20,7 @@
+ #ifndef __ARIO_RADIO_H
+ #define __ARIO_RADIO_H
+ 
+-#include 
++#include 
+ #include 
+ #include "widgets/ario-playlist.h"
+ #include "sources/ario-source.h"
+Index: plugins/filesystem/ario-filesystem.h
+===
+--- plugins/filesystem/ario-filesystem.h   (revision 772)
 plugins/filesystem/ario-filesystem.h   (revision 774)
+@@ -20,7 +20,7 @@
+ #ifndef __ARIO_FILESYSTEM_H
+ #define __ARIO_FILESYSTEM_H
+ 
+-#include 
++#include 
+ #include 
+ #include "widgets/ario-playlist.h"
+ #include "sources/ario-source.h"
+Index: plugins/information/ario-information.h
+===
+--- plugins/information/ario-information.h (revision 772)
 plugins/information/ario-information.h (revision 774)
+@@ -20,7 +20,7 @@
+ #ifndef __ARIO_INFORMATION_H
+ #define __ARIO_INFORMATION_H
+ 
+-#include 
++#include 
+ #include 
+ #include "sources/ario-source.h"
+ 
+Index: src/plugins/ario-plugin-info.c
+===
+--- src/plugins/ario-plugin-info.c (revision 772)
 src/plugins/ario-plugin-info.c (revision 774)
+@@ -27,7 +27,7 @@
+ 
+ #include 
+ #include 
+-#include 
++#include 
+ 
+ #include "plugins/ario-plugin-info-priv.h"
+ #include "ario-debug.h"
+Index: src/sources/ario-search.h
+===
+--- src/sources/ario-search.h  (revision 772)
 src/sources/ario-search.h  (revision 774)
+@@ -20,

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/

2015-10-17 Thread Christoph Mende
commit: 3746b8649ec38e66b8a119a665980b288aab3fc0
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Oct 17 09:50:25 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Oct 17 10:24:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3746b864

dev-python/python-mpd: remove old

Package-Manager: portage-2.2.23

 dev-python/python-mpd/Manifest|  1 -
 dev-python/python-mpd/python-mpd-0.5.3.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest
index 835b81c..cde27c3 100644
--- a/dev-python/python-mpd/Manifest
+++ b/dev-python/python-mpd/Manifest
@@ -1,2 +1 @@
-DIST python-mpd-0.5.3.tar.gz 40504 SHA256 
2809edf6549596609cd11243d2d847e5981d6e7142a6d5639327a56c72541c94 SHA512 
9a3ec0787800e08a34c3d21f3fab5c9e7e90d5afa382afa5ddfe98cb42fbdcadaa4dc5a2df951dbd42aacd7081a2542847509b7350de232ade3e05fbd638
 WHIRLPOOL 
d434170a44e80180048e13c3486f37eb6e7f98164378b1134cfd30713c0a8cbf201b6cad978dbcc7b3de408c1652ae3adb8b4fd5b4b74c2226b1d63afd92bad9
 DIST python-mpd-0.5.4.tar.gz 45542 SHA256 
04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 SHA512 
6303d0eb1ef8120777b2c6a020e30bcc70bbe969b63790391c79ff0baf22c5050fce6a6e4cb80a86351cd76c93c92efb06b4fc2dd2087955d979210c511940ee
 WHIRLPOOL 
4044cb6c368a8e7796775fcca6fb5f1b7df3faf8042b40e6d9baa2129dc6c2a2e500aa523a9ecfed28b561532090939cc87e82a0451085cd73b369c714c83f18

diff --git a/dev-python/python-mpd/python-mpd-0.5.3.ebuild 
b/dev-python/python-mpd/python-mpd-0.5.3.ebuild
deleted file mode 100644
index 3130e1d..000
--- a/dev-python/python-mpd/python-mpd-0.5.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Python MPD client library"
-HOMEPAGE="https://github.com/Mic92/python-mpd2";
-SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( doc/changes.rst 
doc/topics/{advanced,commands,getting-started,logging}.rst README.rst )
-
-python_test() {
-   "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce-theme-manager/files/, xfce-extra/xfce-theme-manager/

2015-10-16 Thread Christoph Mende
commit: e11aa4e2f19b541ae84afe293daf0ef3d6acb3bb
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct 16 14:15:30 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct 16 14:15:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11aa4e2

xfce-extra/xfce-theme-manager: version bump to 0.3.6

Package-Manager: portage-2.2.23

 xfce-extra/xfce-theme-manager/Manifest |  1 +
 .../xfce-theme-manager-0.3.6-format-security.patch | 13 +
 .../xfce-theme-manager-0.3.6.ebuild| 58 ++
 3 files changed, 72 insertions(+)

diff --git a/xfce-extra/xfce-theme-manager/Manifest 
b/xfce-extra/xfce-theme-manager/Manifest
index 812cf6a..796b6fc 100644
--- a/xfce-extra/xfce-theme-manager/Manifest
+++ b/xfce-extra/xfce-theme-manager/Manifest
@@ -1 +1,2 @@
 DIST Xfce-Theme-Manager-0.3.5.tar.gz 209269 SHA256 
948ce9f26d3cece7eb839499a83e696efbd2376ba6c03628a5d548e9e4415b8b SHA512 
41029dc93c464c8b0d47dc36fdf8417811e59aae5cd41dd55fcf4a47199ba114bc17d74f6d4a2c7a6f999cf2afc6c6f1c0d53a0c6f4166537e8c9090acfc1a80
 WHIRLPOOL 
85bdd10f4a4e6753c1c81821f6c81a0bc0e371cd567f8f5d74c79ada9cd56d2b0998641b0a49d4304fb8342e088c7764fe8c6cdb14829e24a1a844c4e9248cd6
+DIST Xfce-Theme-Manager-0.3.6.tar.gz 339444 SHA256 
fb9782c30bde3db988f98895ab5600d4d55b03dcc0fe4f2fd16216d4c95dfb11 SHA512 
4590f454675d9303ad9de3a3d7dc99e40c923bf7fe66195731ba7b4d42bbfba56e005e9d6c5629b4fa536fb05f221e10ade5098a171d179b9224cc4bb7fd28ca
 WHIRLPOOL 
45bbca1069ceb9d628e712bf690921b77d71d40db8e8e46161c882ffe46aebf4f1dd3fbb6956542e1b8f0894cac367c4e18831af2d4f86b5e874bf5de08fca47

diff --git 
a/xfce-extra/xfce-theme-manager/files/xfce-theme-manager-0.3.6-format-security.patch
 
b/xfce-extra/xfce-theme-manager/files/xfce-theme-manager-0.3.6-format-security.patch
new file mode 100644
index 000..1c40baf
--- /dev/null
+++ 
b/xfce-extra/xfce-theme-manager/files/xfce-theme-manager-0.3.6-format-security.patch
@@ -0,0 +1,13 @@
+diff --git a/Xfce-Theme-Manager/src/database.cpp 
b/Xfce-Theme-Manager/src/database.cpp
+index f333dee..3de189b 100644
+--- a/Xfce-Theme-Manager/src/database.cpp
 b/Xfce-Theme-Manager/src/database.cpp
+@@ -516,7 +516,7 @@ gpointer rebuildDB(gpointer data)
+   
if(g_key_file_load_from_file(keyfile,indexfile,G_KEY_FILE_NONE,NULL))
+   
displayname=g_key_file_get_string(keyfile,"Icon 
Theme","Name",NULL);
+   
else
+-  
asprintf(&displayname,entry);
++  
asprintf(&displayname,"%s",entry);
+ 
+   
asprintf(&thumbfile,"%s/%s.png",cursorsFolder,entry);
+   
makecursor((char*)entry,thumbfile);

diff --git a/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.6.ebuild 
b/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.6.ebuild
new file mode 100644
index 000..204c393
--- /dev/null
+++ b/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+MY_PN=Xfce-Theme-Manager
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="An alternative theme manager for The Xfce Desktop Environment"
+HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#themeed";
+SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/${MY_P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/libXcursor
+   >=xfce-base/libxfce4ui-4.10
+   >=xfce-base/xfconf-4.10
+   >=xfce-base/xfdesktop-4.10"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   DOCS=( ChangeLog )
+   PATCHES=( "${FILESDIR}"/${P}-format-security.patch )
+}
+
+src_prepare() {
+   sed -i \
+   -e '/^Cat/s:;;Settings::' \
+   -e '/^Cat/s:Gnome:GNOME:' \
+   ${MY_PN}/resources/pixmaps/${MY_PN}.desktop || die
+
+   local configext desktopversion=10
+   has_version '>=xfce-base/xfdesktop-4.11' && desktopversion=11
+   [[ -x configure ]] || configext=.ac
+
+   sed -i \
+   -e '/^CFLAGS/s

[gentoo-commits] data/api:master commit in: files/packages/

2015-10-15 Thread Christoph Mende
commit: f0cc5844fedeae82d88e4235c5d37cfb8fdf78f4
Author: Christoph Mende  gmail  com>
AuthorDate: Thu Oct 15 18:22:54 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 15 18:22:54 2015 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=f0cc5844

herds.xml: remove inactive members from amd64

 files/packages/herds.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/files/packages/herds.xml b/files/packages/herds.xml
index b71674a..257e505 100644
--- a/files/packages/herds.xml
+++ b/files/packages/herds.xml
@@ -2315,9 +2315,6 @@
   am...@gentoo.org
   x86_64-specific packages
   
-kingt...@gentoo.org
-  
-  
 ange...@gentoo.org
   
   
@@ -2327,9 +2324,6 @@
 chain...@gentoo.org
   
   
-ken69...@gentoo.org
-  
-  
 hpar...@gentoo.org
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/lockfile/

2015-10-15 Thread Christoph Mende
commit: b65e51d1471a2166435195bbe6f39cf252d8f457
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 15 15:54:13 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct 15 15:57:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65e51d1

dev-python/lockfile: README was renamed to README.rst

Package-Manager: portage-2.2.23

 dev-python/lockfile/lockfile-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild 
b/dev-python/lockfile/lockfile-0.11.0.ebuild
index fadc0ab..370f3c6 100644
--- a/dev-python/lockfile/lockfile-0.11.0.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0.ebuild
@@ -24,7 +24,7 @@ DEPEND="
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
-DOCS=( ACKS README RELEASE-NOTES )
+DOCS=( ACKS README.rst RELEASE-NOTES )
 
 python_compile_all() {
if use doc; then



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-settings/

2015-10-09 Thread Christoph Mende
commit: 4cd25b30941e93c26a6b7ccd34d3fe38c7a548d0
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:38 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:38 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=4cd25b30

xfce4-settings: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfce4-settings/metadata.xml   | 5 -
 xfce-base/xfce4-settings/xfce4-settings-.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-settings/metadata.xml 
b/xfce-base/xfce4-settings/metadata.xml
index 9c387c2..3583954 100644
--- a/xfce-base/xfce4-settings/metadata.xml
+++ b/xfce-base/xfce4-settings/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
   
 Enable libinput Xorg driver 
(x11-drivers/xf86-input-libinput) support
 Enable sound event support using 
media-libs/libcanberra

diff --git a/xfce-base/xfce4-settings/xfce4-settings-.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-.ebuild
index df44497..e5137e5 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild,v 
1.1 2015/03/08 15:06:38 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-appfinder/

2015-10-09 Thread Christoph Mende
commit: 741723f54b8e05a33368104dd903a8c928a926a8
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:36 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:36 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=741723f5

xfce4-appfinder: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfce4-appfinder/metadata.xml|  5 -
 xfce-base/xfce4-appfinder/xfce4-appfinder-.ebuild | 15 +++
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/xfce-base/xfce4-appfinder/metadata.xml 
b/xfce-base/xfce4-appfinder/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/xfce4-appfinder/metadata.xml
+++ b/xfce-base/xfce4-appfinder/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-.ebuild 
b/xfce-base/xfce4-appfinder/xfce4-appfinder-.ebuild
index 926168a..3b35c3a 100644
--- a/xfce-base/xfce4-appfinder/xfce4-appfinder-.ebuild
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0.ebuild,v
 1.1 2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -13,13 +13,12 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.30
-   >=x11-libs/gtk+-3.2:3
-   >=xfce-base/garcon-0.3
-   >=xfce-base/libxfce4util-4.11
-   >=xfce-base/libxfce4ui-4.11
-   >=xfce-base/xfconf-4.10
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=x11-libs/gtk+-3.2:3=
+   >=xfce-base/garcon-0.3:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
+   >=xfce-base/xfconf-4.10:=
!xfce-base/xfce-utils"
 DEPEND="${RDEPEND}
dev-util/intltool



[gentoo-commits] proj/xfce:master commit in: xfce-base/exo/

2015-10-09 Thread Christoph Mende
commit: 0ab429eb0208410a49b9004ec2e74e5a6e05d1f5
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:33 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:33 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=0ab429eb

exo: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/exo/exo-.ebuild | 4 ++--
 xfce-base/exo/metadata.xml| 5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce-base/exo/exo-.ebuild b/xfce-base/exo/exo-.ebuild
index 08161a9..ab8cfc6 100644
--- a/xfce-base/exo/exo-.ebuild
+++ b/xfce-base/exo/exo-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.4.ebuild,v 1.1 
2015/03/25 09:49:38 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -20,6 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:="
 DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
@@ -28,7 +29,6 @@ pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

diff --git a/xfce-base/exo/metadata.xml b/xfce-base/exo/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/exo/metadata.xml
+++ b/xfce-base/exo/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 



[gentoo-commits] proj/xfce:master commit in: xfce-base/libxfce4ui/

2015-10-09 Thread Christoph Mende
commit: 322a779f5a5bbe3ee7cd4b3d6c5534b485ca23ee
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:34 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:34 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=322a779f

libxfce4ui: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/libxfce4ui/libxfce4ui-.ebuild | 13 ++---
 xfce-base/libxfce4ui/metadata.xml   |  7 +--
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/xfce-base/libxfce4ui/libxfce4ui-.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-.ebuild
index 21fcc9b..f32a7d2 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1.ebuild,v 1.1 
2015/03/15 18:44:14 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -11,17 +11,16 @@ HOMEPAGE="http://www.xfce.org/projects/libxfce4";
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug glade startup-notification"
+IUSE="debug +gtk3 startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.30:2=
>=x11-libs/gtk+-2.24:2=
-   >=x11-libs/gtk+-3.2:3=
x11-libs/libX11:=
x11-libs/libICE:=
x11-libs/libSM:=
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfconf-4.12:=
-   glade? ( dev-util/glade:3= )
+   gtk3? ( >=x11-libs/gtk+-3.2:3= )
startup-notification? ( x11-libs/startup-notification:= )
!xfce-base/xfce-utils"
 DEPEND="${RDEPEND}
@@ -32,12 +31,12 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
XFCONF=(
-   --enable-gtk3
$(use_enable startup-notification)
-   $(use_enable glade gladeui)
+   $(use_enable gtk3)
$(xfconf_use_debug)
+   # requires deprecated glade:3 (gladeui-1.0), bug #551296
+   --disable-gladeui
--with-vendor-info=Gentoo
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

diff --git a/xfce-base/libxfce4ui/metadata.xml 
b/xfce-base/libxfce4ui/metadata.xml
index 2391a70..c1ee9d4 100644
--- a/xfce-base/libxfce4ui/metadata.xml
+++ b/xfce-base/libxfce4ui/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
   
-Build support for Glade 3's GtkBuilder 
implementation
+Enable gtk3 support
   
 



[gentoo-commits] proj/xfce:master commit in: xfce-base/garcon/

2015-10-09 Thread Christoph Mende
commit: 3e42b488453b6175c3fa0fec87e7367133798659
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:34 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:34 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=3e42b488

garcon: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/garcon/garcon-.ebuild | 6 +++---
 xfce-base/garcon/metadata.xml   | 5 -
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/xfce-base/garcon/garcon-.ebuild 
b/xfce-base/garcon/garcon-.ebuild
index 8fa2d7b..01122ba 100644
--- a/xfce-base/garcon/garcon-.ebuild
+++ b/xfce-base/garcon/garcon-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0.ebuild,v 1.1 
2015/04/05 12:57:21 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -16,9 +16,10 @@ IUSE="debug"
 RDEPEND=">=dev-libs/glib-2.30:=
>=x11-libs/gtk+-2.24:2=
>=x11-libs/gtk+-3.14:3=
-   >=xfce-base/libxfce4ui-4.11.1:=
+   >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
 DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
@@ -26,7 +27,6 @@ DEPEND="${RDEPEND}
 pkg_setup() {
XFCONF=(
$(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )

diff --git a/xfce-base/garcon/metadata.xml b/xfce-base/garcon/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/garcon/metadata.xml
+++ b/xfce-base/garcon/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 



[gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/

2015-10-09 Thread Christoph Mende
commit: cc2caccd2593061201d2c4d5b5e2aede6f4a29b6
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:35 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:35 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=cc2caccd

thunar: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/thunar/metadata.xml   | 5 -
 xfce-base/thunar/thunar-.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xfce-base/thunar/metadata.xml b/xfce-base/thunar/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/thunar/metadata.xml
+++ b/xfce-base/thunar/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/thunar/thunar-.ebuild 
b/xfce-base/thunar/thunar-.ebuild
index 61786d3..5f44faa 100644
--- a/xfce-base/thunar/thunar-.ebuild
+++ b/xfce-base/thunar/thunar-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.6.ebuild,v 1.1 
2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit virtualx xfconf



[gentoo-commits] proj/xfce:master commit in: dev-util/xfce4-dev-tools/

2015-10-09 Thread Christoph Mende
commit: 862a4411e50da9bf3fed4bbf77849ac333a33a19
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:33 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:33 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=862a4411

xfce4-dev-tools: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 dev-util/xfce4-dev-tools/metadata.xml| 5 -
 dev-util/xfce4-dev-tools/xfce4-dev-tools-.ebuild | 6 --
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/metadata.xml 
b/dev-util/xfce4-dev-tools/metadata.xml
index d56729e..008cf47 100644
--- a/dev-util/xfce4-dev-tools/metadata.xml
+++ b/dev-util/xfce4-dev-tools/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-.ebuild
index 7ff69d9..9d8f667 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild,v
 1.1 2015/03/08 15:06:40 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -17,7 +17,9 @@ RDEPEND=">=dev-libs/glib-2.30"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+pkg_setup() {
+   DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+}
 
 # Avoid running elibtoolize (bug #450452)
 src_prepare() { :; }



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfwm4/

2015-10-09 Thread Christoph Mende
commit: dd4442f0c58780c1b432e8ab12b19f64abd7ec2d
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:39 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:39 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=dd4442f0

xfwm4: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfwm4/metadata.xml  |  5 -
 xfce-base/xfwm4/xfwm4-.ebuild | 42 ---
 2 files changed, 26 insertions(+), 21 deletions(-)

diff --git a/xfce-base/xfwm4/metadata.xml b/xfce-base/xfwm4/metadata.xml
index 826e2ca..008cf47 100644
--- a/xfce-base/xfwm4/metadata.xml
+++ b/xfce-base/xfwm4/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfwm4/xfwm4-.ebuild 
b/xfce-base/xfwm4/xfwm4-.ebuild
index 127a7fb..fb1e87e 100644
--- a/xfce-base/xfwm4/xfwm4-.ebuild
+++ b/xfce-base/xfwm4/xfwm4-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.2.ebuild,v 1.1 
2015/03/15 21:43:33 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -13,35 +13,37 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug dri startup-notification +xcomposite"
 
-RDEPEND=">=dev-libs/glib-2.20
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/pango
-   >=x11-libs/libwnck-2.30:1
-   >=xfce-base/libxfce4util-4.10
-   >=xfce-base/libxfce4ui-4.10
-   >=xfce-base/xfconf-4.10
-   dri? ( >=x11-libs/libdrm-2.4 )
-   startup-notification? ( x11-libs/startup-notification )
+RDEPEND="dev-libs/dbus-glib:=
+   >=dev-libs/glib-2.20:=
+   >=x11-libs/gtk+-2.24:2=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/pango:=
+   >=x11-libs/libwnck-2.30:1=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/libxfce4ui-4.11:=
+   >=xfce-base/xfconf-4.10:=
+   startup-notification? ( x11-libs/startup-notification:= )
xcomposite? (
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXfixes
+   x11-libs/libXcomposite:=
+   x11-libs/libXdamage:=
+   x11-libs/libXfixes:=
)"
+# libICE/liBSM: not really used anywhere but checked by configure
+#   https://bugzilla.xfce.org/show_bug.cgi?id=11914
 DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
+   x11-libs/libICE
+   x11-libs/libSM
+   xfce-base/exo
virtual/pkgconfig"
 
 pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable dri libdrm)
$(use_enable startup-notification)
--enable-xsync
--enable-render



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-session/

2015-10-09 Thread Christoph Mende
commit: e2258b9cf517b0290d890555253988d4b44e9c60
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:37 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:37 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=e2258b9c

xfce4-session: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfce4-session/metadata.xml  | 5 -
 xfce-base/xfce4-session/xfce4-session-.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-session/metadata.xml 
b/xfce-base/xfce4-session/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/xfce4-session/metadata.xml
+++ b/xfce-base/xfce4-session/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfce4-session/xfce4-session-.ebuild 
b/xfce-base/xfce4-session/xfce4-session-.ebuild
index 3bda8cb..2747534 100644
--- a/xfce-base/xfce4-session/xfce4-session-.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild,v 
1.1 2015/03/16 16:02:47 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-panel/

2015-10-09 Thread Christoph Mende
commit: 4e79b702657ea2c54a5d7546ca9e40ab178eae71
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:37 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:37 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=4e79b702

xfce4-panel: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfce4-panel/metadata.xml| 5 -
 xfce-base/xfce4-panel/xfce4-panel-.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfce4-panel/metadata.xml 
b/xfce-base/xfce4-panel/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/xfce4-panel/metadata.xml
+++ b/xfce-base/xfce4-panel/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfce4-panel/xfce4-panel-.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-.ebuild
index 897f44d..4fb4cf7 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild,v 1.1 
2015/03/08 15:06:38 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.100
>=xfce-base/xfconf-4.10"
 DEPEND="${RDEPEND}
dev-lang/perl
+   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
@@ -36,7 +37,6 @@ pkg_setup() {
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--enable-gtk3
$(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
DOCS=( AUTHORS ChangeLog NEWS THANKS )



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/

2015-10-09 Thread Christoph Mende
commit: 112d54fa1f75c68b0e9f2447717725154ea6a3a9
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:39 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:39 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=112d54fa

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfdesktop/metadata.xml  | 5 -
 xfce-base/xfdesktop/xfdesktop-.ebuild | 3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/metadata.xml b/xfce-base/xfdesktop/metadata.xml
index d6cf275..41d0864 100644
--- a/xfce-base/xfdesktop/metadata.xml
+++ b/xfce-base/xfdesktop/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
   
 Build support for desktop icons (for example, 
launchers and folders)
   

diff --git a/xfce-base/xfdesktop/xfdesktop-.ebuild 
b/xfce-base/xfdesktop/xfdesktop-.ebuild
index f3ae05b..dff32dd 100644
--- a/xfce-base/xfdesktop/xfdesktop-.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild,v 1.2 
2015/04/01 16:22:15 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -18,7 +18,6 @@ RDEPEND=">=x11-libs/cairo-1.6:=
>=dev-libs/dbus-glib-0.100:=
>=dev-libs/glib-2.20:=
>=x11-libs/gtk+-2.24:2=
-   x11-libs/libSM
>=x11-libs/libwnck-2.30:1=
x11-libs/libX11:=
>=xfce-base/exo-0.8:=



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-meta/

2015-10-09 Thread Christoph Mende
commit: 5ef30c52f732ea33eac1d749050d901eddc4f15f
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:36 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:36 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=5ef30c52

xfce4-meta: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfce4-meta/metadata.xml   | 5 -
 xfce-base/xfce4-meta/xfce4-meta-.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-meta/metadata.xml 
b/xfce-base/xfce4-meta/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/xfce4-meta/metadata.xml
+++ b/xfce-base/xfce4-meta/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfce4-meta/xfce4-meta-.ebuild 
b/xfce-base/xfce4-meta/xfce4-meta-.ebuild
index b615d3b..b3f887e 100644
--- a/xfce-base/xfce4-meta/xfce4-meta-.ebuild
+++ b/xfce-base/xfce4-meta/xfce4-meta-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild,v 1.1 
2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 



[gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-power-manager/

2015-10-09 Thread Christoph Mende
commit: 795ee32f5bb7302fd005347250a211eb3c9f5a44
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:40 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:40 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=795ee32f

xfce4-power-manager: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-extra/xfce4-power-manager/metadata.xml|  8 ++---
 .../xfce4-power-manager-.ebuild| 34 +++---
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/xfce-extra/xfce4-power-manager/metadata.xml 
b/xfce-extra/xfce4-power-manager/metadata.xml
index db7b902..008cf47 100644
--- a/xfce-extra/xfce4-power-manager/metadata.xml
+++ b/xfce-extra/xfce4-power-manager/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  xfce
-  
-Build the applet for lxde-base/lxpanel, 
you can set XFCE_PLUGINS="" if you don't want the Xfce dependencies.
-  
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-.ebuild
index 4d7468b..7838bef 100644
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-.ebuild
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.4.ebuild,v
 1.1 2015/03/22 14:31:22 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit linux-info xfconf
@@ -11,27 +11,28 @@ 
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug kernel_linux lxpanel networkmanager policykit systemd 
+xfce_plugins_power"
+IUSE="debug kernel_linux networkmanager policykit systemd +xfce_plugins_power"
 
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100.2:=
-   >=dev-libs/glib-2.30:=
-   >=sys-apps/dbus-1.6.18:=
-   || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23-r2 )
-   >=x11-libs/gtk+-2.24:2=
+COMMON_DEPEND=">=dev-libs/glib-2.42:=
+   >=sys-power/upower-0.99.0
+   sys-power/pm-utils
+   >=x11-libs/gtk+-3.14:3=
>=x11-libs/libnotify-0.7
x11-libs/libX11:=
+   x11-libs/libXScrnSaver:=
>=x11-libs/libXrandr-1.2:=
x11-libs/libXext:=
-   >=xfce-base/xfconf-4.10:=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10:=
-   lxpanel? ( lxde-base/lxpanel:= )
-   policykit? ( >=sys-auth/polkit-0.112 )
-   xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.10:= )"
-# USE="systemd" is for ensuring hibernate/suspend works by enforcing correct 
runtime -only dependencies
+   x11-libs/libXtst:=
+   >=xfce-base/xfconf-4.12:=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   policykit? (
+   >=sys-auth/polkit-0.112
+   !systemd? ( sys-auth/consolekit )
+   )
+   xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.12:= )"
 RDEPEND="${COMMON_DEPEND}
-   networkmanager? ( net-misc/networkmanager )
-   !systemd? ( || ( sys-power/pm-utils sys-power/upower-pm-utils ) )"
+   networkmanager? ( net-misc/networkmanager )"
 DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
@@ -48,7 +49,6 @@ pkg_setup() {
$(use_enable policykit polkit)
$(use_enable networkmanager network-manager)
$(use_enable xfce_plugins_power xfce4panel)
-   $(use_enable lxpanel lxdepanel)
$(xfconf_use_debug)
)
 



[gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/

2015-10-09 Thread Christoph Mende
commit: 89362598ddebb06cffd41686f73b640fa29d7ed9
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Oct 10 06:25:24 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Oct 10 06:25:24 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=89362598

xfce-base/thunar: Remove obsolete configure parameters

Package-Manager: portage-2.2.23

 xfce-base/thunar/thunar-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xfce-base/thunar/thunar-.ebuild 
b/xfce-base/thunar/thunar-.ebuild
index 5f44faa..1b5279c 100644
--- a/xfce-base/thunar/thunar-.ebuild
+++ b/xfce-base/thunar/thunar-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.xfce.org/projects/ 
http://thunar.xfce.org/";
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+dbus debug exif libnotify pcre startup-notification test udisks 
+xfce_plugins_trash"
+IUSE="+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash"
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
 COMMON_DEPEND=">=dev-lang/perl-5.6
@@ -28,7 +28,6 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
exif? ( >=media-libs/libexif-0.6.19 )
libnotify? ( >=x11-libs/libnotify-0.7 )
pcre? ( >=dev-libs/libpcre-6 )
-   startup-notification? ( x11-libs/startup-notification )
udisks? ( virtual/libgudev:= )
xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
@@ -52,13 +51,11 @@ pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(use_enable dbus)
-   $(use_enable startup-notification)
$(use_enable udisks gudev)
$(use_enable libnotify notifications)
$(xfconf_use_debug)
$(use_enable exif)
$(use_enable pcre)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )



[gentoo-commits] proj/xfce:master commit in: xfce-base/libxfce4util/

2015-10-09 Thread Christoph Mende
commit: b4c97c6ca92509f5b23761b0a3d6b17c839a2e09
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:35 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:35 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=b4c97c6c

libxfce4util: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/libxfce4util/libxfce4util-.ebuild | 4 ++--
 xfce-base/libxfce4util/metadata.xml | 5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-.ebuild 
b/xfce-base/libxfce4util/libxfce4util-.ebuild
index fcac885..03b86d6 100644
--- a/xfce-base/libxfce4util/libxfce4util-.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild,v 1.1 
2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -16,13 +16,13 @@ IUSE="debug"
 RDEPEND=">=dev-libs/glib-2.24"
 DEPEND="${RDEPEND}
dev-util/intltool
+   dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig"
 
 pkg_setup() {
XFCONF=(
$(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

diff --git a/xfce-base/libxfce4util/metadata.xml 
b/xfce-base/libxfce4util/metadata.xml
index 826e2ca..008cf47 100644
--- a/xfce-base/libxfce4util/metadata.xml
+++ b/xfce-base/libxfce4util/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 



[gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/

2015-10-09 Thread Christoph Mende
commit: d4f5e322a9917233c1bb3fb25e479d68d3aff7fe
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Oct  9 19:41:38 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Oct  9 19:41:38 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=d4f5e322

xfconf: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfconf/metadata.xml   |  5 -
 xfce-base/xfconf/xfconf-.ebuild | 14 --
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/xfce-base/xfconf/metadata.xml b/xfce-base/xfconf/metadata.xml
index 826e2ca..008cf47 100644
--- a/xfce-base/xfconf/metadata.xml
+++ b/xfce-base/xfconf/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-xfce
+  
+x...@gentoo.org
+XFCE Team
+  
 

diff --git a/xfce-base/xfconf/xfconf-.ebuild 
b/xfce-base/xfconf/xfconf-.ebuild
index 7b50f7b..b2d0bdb 100644
--- a/xfce-base/xfconf/xfconf-.ebuild
+++ b/xfce-base/xfconf/xfconf-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.12.0.ebuild,v 1.1 
2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -16,15 +16,18 @@ IUSE="debug perl"
 RDEPEND=">=dev-libs/dbus-glib-0.98
>=dev-libs/glib-2.30
>=xfce-base/libxfce4util-4.10
-   perl? ( dev-perl/glib-perl )"
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
perl? (
-   dev-perl/extutils-depends
+   dev-perl/ExtUtils-Depends
dev-perl/extutils-pkgconfig
-   )"
+   )"
 
 pkg_setup() {
XFCONF=(
@@ -32,7 +35,6 @@ pkg_setup() {
$(xfconf_use_debug)
$(use_enable debug checks)
--with-perl-options=INSTALLDIRS=vendor
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
 
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
@@ -41,7 +43,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   # http://bugzilla.xfce.org/show_bug.cgi?id=9556
+   # https://bugzilla.xfce.org/show_bug.cgi?id=9556
cat <<-EOF >> po/POTFILES.skip
xfconf-perl/xs/Xfconf.c
xfconf-perl/xs/XfconfBinding.c



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/

2015-10-07 Thread Christoph Mende
commit: ce8e88bf55b38ef4e1b3cb8d0e15439fa90c1d3b
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct  8 03:55:55 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Oct  8 03:56:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8e88bf

x11-misc/rodent: die when pushd/popd fails

Package-Manager: portage-2.2.22

 x11-misc/rodent/rodent-5.3.16.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rodent/rodent-5.3.16.3.ebuild 
b/x11-misc/rodent/rodent-5.3.16.3.ebuild
index 02849b5..4204844 100644
--- a/x11-misc/rodent/rodent-5.3.16.3.ebuild
+++ b/x11-misc/rodent/rodent-5.3.16.3.ebuild
@@ -24,9 +24,9 @@ pkg_setup() {
 }
 
 src_prepare() {
-   pushd apps/rodent-pkg >/dev/null
+   pushd apps/rodent-pkg >/dev/null || die
sed -i -e "/^install-data-hook/d" \
-e "/rm -f/d" Build/Makefile.am || die
eautoreconf
-   popd >/dev/null
+   popd >/dev/null || die
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/

2015-10-07 Thread Christoph Mende
commit: f3d1c7f3c1258523d14e0dbadcd6361f4181b3f7
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Oct  7 17:49:43 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Oct  7 17:49:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d1c7f3

x11-misc/rodent: Version bump to 5.3.16.3

Package-Manager: portage-2.2.22

 x11-misc/rodent/Manifest   |  1 +
 x11-misc/rodent/rodent-5.3.16.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest
index 4d7cce9..1c1603c 100644
--- a/x11-misc/rodent/Manifest
+++ b/x11-misc/rodent/Manifest
@@ -1 +1,2 @@
 DIST rodent-4.9.2.tar.gz 12061909 SHA256 
d1e892ed22ad5eac65d915b0ac81d1c01b72699667429e7bc8847cc8c5ddc001 SHA512 
776975bfff4e9e7b51e4f4b6f2d3e78c2fdeb949ed144dce66faa32b5a20f085201050500f26eb4af74ec63a354bb71ab39b8dd5eb9f95bffe289bb71bdd33a6
 WHIRLPOOL 
698facf1ff82b1c1a668437d7f0af253084e259f69459e00206ee4630809549187be89cc576534713376a2ab848a35b77c00881e2c5021cbeccc4e9e1fd3b40a
+DIST rodent-5.3.16.3.tar.bz2 10873231 SHA256 
456ffaa4ef3b60af1a94dad0a35f1e3986235d81f00b257a3204074a2275f3d6 SHA512 
83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5
 WHIRLPOOL 
2e8707d48b879209e225c8101f2919bb5cb327794da5d872ae5fa422bf2af39c2a828f0b81d359b9e7e06c18a5d8ff77d4249980293f62ea9833711c308360e5

diff --git a/x11-misc/rodent/rodent-5.3.16.3.ebuild 
b/x11-misc/rodent/rodent-5.3.16.3.ebuild
new file mode 100644
index 000..02849b5
--- /dev/null
+++ b/x11-misc/rodent/rodent-5.3.16.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools
+
+DESCRIPTION="A fast, small and powerful file manager and graphical shell"
+HOMEPAGE="http://xffm.org/";
+SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/librfm-5.3.16.3"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS=( AUTHORS ChangeLog TODO )
+}
+
+src_prepare() {
+   pushd apps/rodent-pkg >/dev/null
+   sed -i -e "/^install-data-hook/d" \
+   -e "/rm -f/d" Build/Makefile.am || die
+   eautoreconf
+   popd >/dev/null
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/

2015-10-07 Thread Christoph Mende
commit: 6c309e7cabe353233376205d8625532c4737dc30
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Oct  7 16:34:36 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Oct  7 17:49:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c309e7c

x11-libs/librfm: Initial import

Package-Manager: portage-2.2.22

 x11-libs/librfm/Manifest   |  1 +
 x11-libs/librfm/librfm-5.3.16.3.ebuild | 46 ++
 x11-libs/librfm/metadata.xml   |  8 ++
 3 files changed, 55 insertions(+)

diff --git a/x11-libs/librfm/Manifest b/x11-libs/librfm/Manifest
new file mode 100644
index 000..3f34e25
--- /dev/null
+++ b/x11-libs/librfm/Manifest
@@ -0,0 +1 @@
+DIST librfm5-5.3.16.3.tar.bz2 3304424 SHA256 
326d6be04a39a25246800987299bc224385511c95190490f5bdf813242ec3753 SHA512 
e3d00b0337c9368bbe939bcb2d7f6b1c3f3b6b5a810074c5d6bc7afccd938c5284075231a0326b5be2b93436bee346871fb47ee30c130e6ce00756148d214000
 WHIRLPOOL 
3b24c6d50232f291cb84db379cddbd489a31099a019f4d2c7159e3477ec4459ab0cc7d390b90aebb2a06a7a405d497ce569cdfb02cc43d06b0e210051120ef3d

diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild 
b/x11-libs/librfm/librfm-5.3.16.3.ebuild
new file mode 100644
index 000..ea0262c
--- /dev/null
+++ b/x11-libs/librfm/librfm-5.3.16.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+MY_P=${PN}5-${PV}
+
+DESCRIPTION="the basic library used by some rfm applications, such as Rodent 
filemanager"
+HOMEPAGE="http://xffm.org/libxffm.html";
+SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.22.5:2
+   >=dev-libs/libdbh-5.0.13
+   >=dev-libs/libtubo-5.0.13
+   >=dev-libs/libxml2-2.4.0:2
+   >=dev-libs/libzip-0.9
+   >=gnome-base/librsvg-2.26:2
+   >=x11-libs/cairo-1.12.6
+   >=x11-libs/gtk+-3.12:3
+   >=x11-libs/pango-1.28.0
+   !
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ange...@gentoo.org
+   Christoph Mende
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtubo/

2015-10-07 Thread Christoph Mende
commit: 4193577fccd53e3a5614c678759ab954783e89b1
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Oct  7 16:33:14 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Oct  7 17:49:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4193577f

dev-libs/libtubo: Initial import

Package-Manager: portage-2.2.22

 dev-libs/libtubo/Manifest  |  1 +
 dev-libs/libtubo/libtubo-5.0.15.ebuild | 32 
 dev-libs/libtubo/metadata.xml  |  8 
 3 files changed, 41 insertions(+)

diff --git a/dev-libs/libtubo/Manifest b/dev-libs/libtubo/Manifest
new file mode 100644
index 000..99f5e1d
--- /dev/null
+++ b/dev-libs/libtubo/Manifest
@@ -0,0 +1 @@
+DIST libtubo0-5.0.15.tar.bz2 389945 SHA256 
98f6d14f6a2688bd2435c73b254f23f4b4f3e5f3a4be56d843f7a3cdf0ec31db SHA512 
148147ef30b4f803ed3e45d07b85ce9fe68750938fd6a1f5e87f08e1da41d633b99934f0766ba0f62c793bd664ab43335e273068bbae1d2fe06f0cc9825d1d98
 WHIRLPOOL 
d792fa428afe2593ad84e5293834e95b828203ca80b0aa685feddce467a5f07939e6483799905e5a365619c27857f4e60b410d4d58e74c9013b6f673878212ba

diff --git a/dev-libs/libtubo/libtubo-5.0.15.ebuild 
b/dev-libs/libtubo/libtubo-5.0.15.ebuild
new file mode 100644
index 000..081a357
--- /dev/null
+++ b/dev-libs/libtubo/libtubo-5.0.15.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+MY_P=${PN}0-${PV}
+
+DESCRIPTION="small and simple interprocess communication library"
+HOMEPAGE="http://xffm.org/libtubo";
+SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+   DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-libs/libtubo/metadata.xml b/dev-libs/libtubo/metadata.xml
new file mode 100644
index 000..fcc6fe9
--- /dev/null
+++ b/dev-libs/libtubo/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ange...@gentoo.org
+   Christoph Mende
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/

2015-10-07 Thread Christoph Mende
commit: 0f76084ea41b71792fa5a49a190aed9b7172ba1e
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Oct  7 16:33:34 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Oct  7 17:49:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f76084e

dev-libs/libdbh: Initial import

Package-Manager: portage-2.2.22

 dev-libs/libdbh/Manifest |  1 +
 dev-libs/libdbh/libdbh-5.0.19.ebuild | 38 
 dev-libs/libdbh/metadata.xml |  8 
 3 files changed, 47 insertions(+)

diff --git a/dev-libs/libdbh/Manifest b/dev-libs/libdbh/Manifest
new file mode 100644
index 000..9f816f5
--- /dev/null
+++ b/dev-libs/libdbh/Manifest
@@ -0,0 +1 @@
+DIST libdbh2-5.0.19.tar.gz 1608949 SHA256 
2e534f24c4df99f6e2ba726e3982d7361b56361ed5eb16e7dfdc07fac26ceba2 SHA512 
35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9
 WHIRLPOOL 
33c68c83e55f90bfa19ee10e9ba37b1dba95d1506b40bb9b992df151e96f35dc87d0969bfc3c2c8a0d5d95862a5d36e9a37199a7e94af26128870a9f3ff5939b

diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild 
b/dev-libs/libdbh/libdbh-5.0.19.ebuild
new file mode 100644
index 000..633df46
--- /dev/null
+++ b/dev-libs/libdbh/libdbh-5.0.19.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+MY_P=${PN}2-${PV}
+
+DESCRIPTION="a small library to create and manage 64-bit disk based hash 
tables"
+HOMEPAGE="https://www.gnu.org/software/libdbh/";
+SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+   DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
+
+src_prepare() {
+   sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-libs/libdbh/metadata.xml b/dev-libs/libdbh/metadata.xml
new file mode 100644
index 000..fcc6fe9
--- /dev/null
+++ b/dev-libs/libdbh/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ange...@gentoo.org
+   Christoph Mende
+   
+



[gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/

2015-09-20 Thread Christoph Mende
commit: 3c1a6db69581cefb35bca372584667727626946c
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:25:46 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1a6db6

media-sound/ncmpc: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/ncmpc/Manifest  |  2 --
 media-sound/ncmpc/ncmpc-0.20.ebuild | 51 
 media-sound/ncmpc/ncmpc-0.21.ebuild | 52 -
 3 files changed, 105 deletions(-)

diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
index 2d1c147..a797735 100644
--- a/media-sound/ncmpc/Manifest
+++ b/media-sound/ncmpc/Manifest
@@ -1,3 +1 @@
-DIST ncmpc-0.20.tar.bz2 356991 SHA256 
f19b15be4cb94f402bc488463e8159958d1a395b2fea97c02522b848061348e2 SHA512 
4072f11d6956313cd63ef22eddedc6eb1919900038af1acf4b9483ac8515d5e112be5180b2a265ca08f2f9c1705d4e2e39282a4bfb543e4015ea923498fe1063
 WHIRLPOOL 
47f061ea32a91a3493842b51281c8fea1f9c344818bdd86e795e1c242048c0bc37906fca77218857f63980497b316e860a7ad27af0835d7c8a8388e2ef19383a
-DIST ncmpc-0.21.tar.bz2 337229 SHA256 
648e846e305c867cb937dcb467393c2f5a30bf460bdf77b63de7af69fba1fd07 SHA512 
e6ae3d741e239f48b833b15bd9805fd7bb1d491eb5154a37da2363b9d57ac87fb4744e12bd9bdcd5d3e011190afb8980c20d044a2eaf54e082fc202a192b0ecf
 WHIRLPOOL 
748c3a61eb9bd3817aab42988df484b2862c77673dbdb0fadba7006dc195138085ec48d81284771eeedc98c1362cffe7592ce845528f4d72487c4a142d407bdf
 DIST ncmpc-0.24.tar.xz 298012 SHA256 
0e6f76b2b11449cfa479d2830ac681f4e3bff54a95a9134b069dd5a173b4c3e9 SHA512 
852bedec9d1e0f13748d00ded8a57b7824a3907fa4aef441cd016c13b3a4229e630957ee965d9f5cf7c1a0c47bfa3bb040058d32c6fcf6b4474acc57f834d929
 WHIRLPOOL 
56aca88f833e06793113c283272ccfb1170f8cd2c094218863d91a5735a2028ebc9c3e870b416e6a260242b61714fedc3eee2f1e6d4f696e0cfd2402bdb4ab68

diff --git a/media-sound/ncmpc/ncmpc-0.20.ebuild 
b/media-sound/ncmpc/ncmpc-0.20.ebuild
deleted file mode 100644
index 49064d7..000
--- a/media-sound/ncmpc/ncmpc-0.20.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit multilib
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="http://mpd.wikia.com/wiki/Client:Ncmpc";
-SRC_URI="http://downloads.sourceforge.net/musicpd/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="artist-screen colors debug +help-screen key-screen lirc lyrics-screen 
mouse nls search-screen song-screen"
-
-RDEPEND=">=dev-libs/glib-2.12:2
-   >=media-libs/libmpdclient-2.2
-   sys-libs/ncurses
-   lirc? ( app-misc/lirc )
-   nls? ( sys-libs/ncurses[unicode] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
-
-src_configure() {
-   # upstream lirc doesn't have pkg-config file wrt #250015
-   if use lirc; then
-   export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
-   export LIBLIRCCLIENT_LIBS="-llirc_client"
-   fi
-
-   # use_with lyrics-screen is for multilib
-   econf \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_enable nls multibyte) \
-   $(use_enable nls locale) \
-   $(use_enable nls) \
-   $(use_enable colors) \
-   $(use_enable lirc) \
-   $(use_enable help-screen) \
-   $(use_enable mouse) \
-   $(use_enable artist-screen) \
-   $(use_enable search-screen) \
-   $(use_enable song-screen) \
-   $(use_enable key-screen) \
-   $(use_enable lyrics-screen) \
-   $(use_enable debug) \
-   $(use_with lyrics-screen lyrics-plugin-dir 
/usr/$(get_libdir)/ncmpc/lyrics)
-}

diff --git a/media-sound/ncmpc/ncmpc-0.21.ebuild 
b/media-sound/ncmpc/ncmpc-0.21.ebuild
deleted file mode 100644
index 4f10c15..000
--- a/media-sound/ncmpc/ncmpc-0.21.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit multilib
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="http://mpd.wikia.com/wiki/Client:Ncmpc";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc 
lyrics-screen mouse nls search-screen song-screen"
-
-RDEPEND=">=dev-libs/glib-2.12:2
-   >=media-libs/libmpdclient-2.2
-  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/

2015-09-20 Thread Christoph Mende
commit: 4cd79c13823c9ee192e56bd2a59cb454b841c3aa
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:31:49 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd79c13

sys-apps/audio-entropyd: remove old version

Package-Manager: portage-2.2.20.1

 .../audio-entropyd/audio-entropyd-2.0.3.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild 
b/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
deleted file mode 100644
index 1dfc100..000
--- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device"
-HOMEPAGE="http://www.vanheusden.com/aed/";
-SRC_URI="http://www.vanheusden.com/aed/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-entropyd )
-   media-sound/alsa-utils
-   media-libs/alsa-lib"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
-   "${FILESDIR}/${PN}-2.0.1-ldflags.patch"
-   sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
-   -e "/^WARNFLAGS/s: -g::" Makefile || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   dosbin audio-entropyd
-   dodoc README TODO
-   newinitd "${FILESDIR}/${PN}.init-2" ${PN}
-   newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-09-20 Thread Christoph Mende
commit: c7703ed86ecb5978ada529cd4f4f581d32169600
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:24:42 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7703ed8

media-sound/mpdas: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/mpdas/Manifest  |  2 --
 media-sound/mpdas/mpdas-0.3.0-r1.ebuild | 38 -
 media-sound/mpdas/mpdas-0.3.1.ebuild| 37 
 3 files changed, 77 deletions(-)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 156c32f..6074f71 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,4 +1,2 @@
-DIST mpdas-0.3.0.tar.bz2 19219 SHA256 
f6542196fa8dfba7cdcc07a95b8df71d03b40a436ea76bcc999f13185d262573 SHA512 
782cae5d8a0707656397edd15a299b250129bc2e5e788a5788d06c7d034e56edc105e5ee6669b7bbecb00bd840fd426cf84c0f41502afd50d645cf7b4504784c
 WHIRLPOOL 
083328bff77e935d30f1c97ca55d4081147707a4051ccf6649eb8166dc7a2db291dd36a5f5f0df6a583e542cec54a01a28dfedc04215cf825568960007d76cdb
-DIST mpdas-0.3.1.tar.bz2 13472 SHA256 
eaf01afbeac02e6a2023fd05be81042eee94b30abd82667f2220b06955f52ab9 SHA512 
26f1e91f6787cd937550e48c04f97a326145ef5b5ac017da86089cc18150f6123e4e233f1936e67240f0125dab0526a86855f2d990b07131c7c52649e2cfe939
 WHIRLPOOL 
7ff0cce030e5dbb8b792d2a2481051aa5ff376cd8f6b3cd3e75eae82181d1a8c0cd53f17ce5207f74ae9abf324d4e0a989603e5f4c2055783f985bfcd160924d
 DIST mpdas-0.3.2.tar.gz 14143 SHA256 
145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 SHA512 
b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd1
 WHIRLPOOL 
c3e7de844bc0ed06a9ef89bbe5b02f076cfb13883196811640f9d346fe31c4dc86567c032ce738df155858ae6254b37044abab703373eb5daa510939d86c8abf
 DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae

diff --git a/media-sound/mpdas/mpdas-0.3.0-r1.ebuild 
b/media-sound/mpdas/mpdas-0.3.0-r1.ebuild
deleted file mode 100644
index 4d2c873..000
--- a/media-sound/mpdas/mpdas-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/";
-SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpd
-   net-misc/curl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   tc-export CXX
-   emake CONFIG="/etc"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   newinitd "${FILESDIR}/${PN}.init" ${PN}
-   dodoc ChangeLog mpdasrc.example README
-}
-
-pkg_postinst() {
-   elog "For further configuration help consult the README in"
-   elog "${EPREFIX}/usr/share/doc/${PF}"
-}

diff --git a/media-sound/mpdas/mpdas-0.3.1.ebuild 
b/media-sound/mpdas/mpdas-0.3.1.ebuild
deleted file mode 100644
index 4092d25..000
--- a/media-sound/mpdas/mpdas-0.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/";
-SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpd
-   net-misc/curl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   tc-export CXX
-   emake CONFIG="/etc"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   newinitd "${FILESDIR}/${PN}.init" ${PN}
-   dodoc mpdasrc.example README
-}
-
-pkg_postinst() {
-   elog "For further configuration help consult the README in"
-   elog "${EPREFIX}/usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/

2015-09-20 Thread Christoph Mende
commit: 4c051133cc9082fee328520aab89ee09bdf28957
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:23:43 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c051133

media-sound/gmpc: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/gmpc/gmpc-11.8.16.ebuild | 59 
 1 file changed, 59 deletions(-)

diff --git a/media-sound/gmpc/gmpc-11.8.16.ebuild 
b/media-sound/gmpc/gmpc-11.8.16.ebuild
deleted file mode 100644
index 79fd773..000
--- a/media-sound/gmpc/gmpc-11.8.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VALA_MIN_API_VERSION=0.12
-
-inherit autotools eutils gnome2-utils vala
-
-DESCRIPTION="A GTK+2 client for the Music Player Daemon"
-HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client";
-SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls xspf +unique"
-
-RDEPEND="dev-db/sqlite:3
-   >=dev-libs/glib-2.16:2
-   dev-libs/libxml2:2
-   >=media-libs/libmpd-11.8
-   net-libs/libsoup:2.4
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/libX11
-   x11-themes/hicolor-icon-theme
-   unique? ( dev-libs/libunique:1 )
-   xspf? ( >=media-libs/libxspf-1.2 )"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/gnome-doc-utils
-   >=dev-util/gob-2.0.17
-   virtual/pkgconfig
-   nls? ( dev-util/intltool
-   sys-devel/gettext )"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-underlinking.patch
-   sed -i -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac || die
-   eautoreconf
-   vala_src_prepare
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-libspiff \
-   --disable-appindicator \
-   --enable-mmkeys \
-   $(use_enable nls) \
-   $(use_enable unique) \
-   $(use_enable xspf libxspf)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/

2015-09-20 Thread Christoph Mende
commit: 164cfeda05a18df0d75c24e687ac418ec28103c4
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:12:40 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164cfeda

app-text/pastebinit: remove old version

Package-Manager: portage-2.2.20.1

 app-text/pastebinit/Manifest   |  1 -
 app-text/pastebinit/pastebinit-1.3.1-r2.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index 2504a00..c00fdc0 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1 @@
-DIST pastebinit-1.3.1.tar.bz2 35582 SHA256 
0dcb6c4820f49cc7f97a7804254df1ae848cfc4fc63e08ca89a525b909709e29 SHA512 
f9c4eafbe194dc7fe85ae37005846c38fe9863ed18406953fa6974d979592d74a01eba4dfde3e91da121d36355d87fd2464b565d0eb6aa0091b2b338989567bf
 WHIRLPOOL 
42c58f5cad96361c7f254a17db5a14304ec523b1a50548f27c0a77336e9384f971267a753c1fbc538301dee6cd1d228333976d96618dec8d33539a3e85771525
 DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 
c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 
40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065
 WHIRLPOOL 
49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056

diff --git a/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild 
b/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild
deleted file mode 100644
index 30eee6f..000
--- a/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1
-
-DESCRIPTION="A software that lets you send anything you want directly to a
-pastebin from the command line."
-HOMEPAGE="https://launchpad.net/pastebinit";
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="crypt"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/configobj[${PYTHON_USEDEP}]
-   crypt? ( app-crypt/gnupg )"
-DEPEND="app-text/docbook-xsl-stylesheets"
-
-src_prepare() {
-   local mo=""
-
-   for lang in ${LINGUAS}; do
-   if [ -f po/${lang}.po ]; then
-   mo="${mo} ${lang}.mo"
-   fi
-   done
-
-   sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile
-}
-
-src_compile() {
-   emake -C po
-   xsltproc --nonet \
-   
"${EROOT}"usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
-   pastebinit.xml || die
-}
-
-src_install() {
-   dobin pastebinit utils/pbput
-   python_replicate_script "${ED}usr/bin/${PN}"
-   dosym pbput /usr/bin/pbget
-   use crypt && dosym pbput /usr/bin/pbputs
-   dodoc README
-   doman pastebinit.1 utils/*.1
-   insinto /usr/share/locale
-   [[ -d po/mo ]] && doins -r po/mo/*
-   insinto /usr/share
-   doins -r pastebin.d
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/ndiswrapper/

2015-09-20 Thread Christoph Mende
commit: cfecfa5e06d9d912ef3edd38a84cea407895
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:31:21 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfec

net-wireless/ndiswrapper: remove old version

Package-Manager: portage-2.2.20.1

 net-wireless/ndiswrapper/Manifest|   1 -
 net-wireless/ndiswrapper/ndiswrapper-1.58.ebuild | 106 ---
 2 files changed, 107 deletions(-)

diff --git a/net-wireless/ndiswrapper/Manifest 
b/net-wireless/ndiswrapper/Manifest
index b226aa1..d74f905 100644
--- a/net-wireless/ndiswrapper/Manifest
+++ b/net-wireless/ndiswrapper/Manifest
@@ -1,2 +1 @@
-DIST ndiswrapper-1.58.tar.gz 199065 SHA256 
cbd225ecb0b835be7d05012483f61518fe97a52c67f20b35846412c692be24aa SHA512 
161e87df13143841ff29f424e979cd9648a0022f0ad74c1189e398c832f5c4a77834fc9dde941c8202773064f2b312968c21b39c5023167fb67ae67ebd86795a
 WHIRLPOOL 
ffa5d625ddac2b58b45415eea0713666e77ec1806830921bf605c1f28a16239f367c78abe9af8d895647b577868e2f57581eb37d94e498d8a11c53afce586031
 DIST ndiswrapper-1.59.tar.gz 201257 SHA256 
66a5d3ffb3fc8a63d87e381bbc627511597dfd25c4c37dda3b953ccf98f5d4bc SHA512 
dd1d486b6178185e813217e4fff38f6ea6b21f8a3544c5cc25be9edbca60f34b21656e5d46b9d02cb1e43c8cc82856283aaa428964b8f85cb07146a41e40e44d
 WHIRLPOOL 
ae4dca59911625146de4e2da02b72bcf1b695e63c8d0d900a91ec9b0c5b7452c9ba0de37ad95129d330d96be16d9c4b488b5d40936f51af14dca2597281b7b84

diff --git a/net-wireless/ndiswrapper/ndiswrapper-1.58.ebuild 
b/net-wireless/ndiswrapper/ndiswrapper-1.58.ebuild
deleted file mode 100644
index 3e7397a..000
--- a/net-wireless/ndiswrapper/ndiswrapper-1.58.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit base linux-mod toolchain-funcs
-
-DESCRIPTION="Wrapper for using Windows drivers for some wireless cards"
-HOMEPAGE="http://ndiswrapper.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/stable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="debug usb"
-
-DEPEND="sys-apps/pciutils"
-RDEPEND="${DEPEND}
-   net-wireless/wireless-tools"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.56-cflags.patch "${FILESDIR}"/${P}-3.9.patch )
-MODULE_NAMES="ndiswrapper(misc:${S}/driver)"
-BUILD_TARGETS="all"
-MODULESD_NDISWRAPPER_ALIASES=("wlan0 ndiswrapper")
-
-pkg_pretend() {
-   CONFIG_CHECK="~WEXT_PRIV"
-   use usb && CONFIG_CHECK="${CONFIG_CHECK} ~USB"
-   ERROR_USB="You need to enable USB support in your kernel to use usb 
support in ndiswrapper."
-   ERROR_WEXT_PRIV="Your kernel does not support WEXT_PRIV. To enable it 
you need to enable a wireless driver that enables it, for example PRISM54 or 
IPW2200"
-   linux-mod_pkg_setup
-}
-
-src_compile() {
-   local params
-
-   # Enable verbose debugging information
-   if use debug; then
-   params="DEBUG=3"
-   use usb && params="${params} USB_DEBUG=1"
-   fi
-
-   cd utils
-   emake CC=$(tc-getCC)
-
-   use usb || params="${params} DISABLE_USB=1"
-
-   BUILD_PARAMS="KSRC=${KV_DIR} KVERS=${KV_FULL} KBUILD='${KV_OUT_DIR}' 
${params}"
-   linux-mod_src_compile
-}
-
-src_install() {
-   dodoc AUTHORS ChangeLog INSTALL README
-   doman ndiswrapper.8
-
-   keepdir /etc/ndiswrapper
-
-   linux-mod_src_install
-
-   cd utils
-   emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   echo
-   elog "NDISwrapper requires .inf and .sys files from a Windows(tm) 
driver"
-   elog "to function. Download these to /root for example, then"
-   elog "run 'ndiswrapper -i /root/foo.inf'. After that you can delete 
them."
-   elog "They will be copied to /etc/ndiswrapper/."
-   elog "Once done, please run 'update-modules'."
-   echo
-
-   elog "Please look at ${HOMEPAGE}"
-   elog "for the FAQ, HowTos, tips, configuration, and installation"
-   elog "information."
-   echo
-
-   for i in $(lspci -n | egrep '(0280|0200):' |  cut -d' ' -f1)
-   do
-   i_desc=$(lspci -nn | grep "$i" | awk -F': ' '{print $2}' | awk 
-F'[' '{print $1}')
-   if [[ -n "${i_desc}" ]] ; then
-   elog "Possible hardware: ${i_desc}"
-   fi
-   done
-
-   echo
-   elog "NDISwrapper devs need support (_hardwa

[gentoo-commits] repo/gentoo:master commit in: media-sound/gimmix/

2015-09-20 Thread Christoph Mende
commit: ba39b53707df529cab5b63cec5a1e3f5e3599f44
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:29:12 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba39b537

media-sound/gimmix: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/gimmix/Manifest  |  1 -
 media-sound/gimmix/gimmix-0.5.7.1.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/media-sound/gimmix/Manifest b/media-sound/gimmix/Manifest
index daed10d..6395c95 100644
--- a/media-sound/gimmix/Manifest
+++ b/media-sound/gimmix/Manifest
@@ -1,2 +1 @@
-DIST gimmix-0.5.7.1.tar.bz2 330368 SHA256 
f504e19615fe2032b958d14a88504fbf9c2684ccad3cbe0b177068173e538cba SHA512 
03187d423afc97e9eec014603518a35795ac3d240e68c888a39c97a790be1cf5a838cd70d71df2ee455e5f437bc74689e5fd2cf3695e0e1d805fde60d9b0e26b
 WHIRLPOOL 
ace795cf2b588011e7c7a5b3bdcf4043de2f00e101245866a3990550eaa4ed0877c8b7344df1995b5e8e67515278e064b47da0a46dedfbf8ba47755bcdeaf2cb
 DIST gimmix-0.5.7.2.tar.bz2 497249 SHA256 
860588d13d66631e52ee57e6b31dfbf5f1493e2be3a4649231a7cf3c8d56ee27 SHA512 
1e2df9bb4ad8286d6a03d6ab41a231f1a994df5eb4e0190ace83bc5683c69c9a6ff8fae1da473be2c0c050461c9a24e2fc1e111027ea7ce21a7c12472a761b21
 WHIRLPOOL 
ceb0f8b250189333dca10cbc4fcc86918e6924b697d37986e765fb25264127718c2a8e76b784b928b45a1d1543010ff01fd5cd242b253d021d8cbd2ad6c1291b

diff --git a/media-sound/gimmix/gimmix-0.5.7.1.ebuild 
b/media-sound/gimmix/gimmix-0.5.7.1.ebuild
deleted file mode 100644
index 20ef5e7..000
--- a/media-sound/gimmix/gimmix-0.5.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2"
-HOMEPAGE="https://launchpad.net/gimmix";
-SRC_URI="mirror://gentoo/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="cover lyrics taglib"
-
-RDEPEND=">=media-libs/libmpd-0.17
-   gnome-base/libglade
-   x11-libs/gtk+:2
-   cover? ( net-libs/libnxml net-misc/curl )
-   lyrics? ( net-libs/libnxml net-misc/curl )
-   taglib? ( >=media-libs/taglib-1.5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-curl-headers.patch \
-   "${FILESDIR}"/${P}-symbol-collision.patch
-}
-
-src_configure() {
-   econf \
-   $(use_enable cover) \
-   $(use_enable lyrics) \
-   $(use_enable taglib tageditor)
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/

2015-09-20 Thread Christoph Mende
commit: 05454ef5c9cebfab45aecbe3d8932f25609400cd
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:28:26 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05454ef5

media-sound/quimup: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/quimup/Manifest|  1 -
 media-sound/quimup/quimup-1.3.1.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/media-sound/quimup/Manifest b/media-sound/quimup/Manifest
index faadde9..8e5d7b9 100644
--- a/media-sound/quimup/Manifest
+++ b/media-sound/quimup/Manifest
@@ -1,3 +1,2 @@
-DIST quimup_1.3.1_src.tar.gz 239578 SHA256 
4f125a2bc913b2946c98ecc94929e2a30c12dd201d55772b06473cb4a941bf8a SHA512 
8f32e43fe72f7c95d79bf035edeb7e6d59ef8b867c348937ad5f1e0c5dae295120b803418e7bf19f7b556fdb0eae87f0425da6ada3db6baf319ec0c2a65322ae
 WHIRLPOOL 
82220789000a451103080820837e6d3ded1ec3e5370591053854ecd429c1d5e866eb6f57265e863d86901d2044d315fc379b614185675732618718cc92dbf73e
 DIST quimup_1.3.2_src.tar.gz 228123 SHA256 
a47f9e1e5debcca573acb08ef20e0f41ff74affb3c5857883de8365d741580be SHA512 
6a38235f82e0e559bdf0c18503b3def77abd9cda4ae79febaea7dab354f6bc262e7f2c55c4195c5ea890a5c2f72a4e34bdffb3411d03c2c21accc427f9446263
 WHIRLPOOL 
909e06f9428b0008333dcf075f7e66f1bf7a2d5eb26838997efef91e358076eccdd7a7838bac7823e8c62660ef5c06d33ad6f7e4a95a28f954e6a2d359a70976
 DIST quimup_1.4.0_src.tar.gz 225621 SHA256 
b46f8ff651b9154a43cf90b005c160cbbddcc2fb8c6b17dfdee9b6c4a2e131ea SHA512 
e5351d33a8082371fa50914381fcb7d0b15fe2d8d65feab64774c2d85476b6135d199a17bf125d2e39fa64916bc3d31da1ba5eec6b274ff6298e0b93237f8b61
 WHIRLPOOL 
c51e3ebe1a686415358f92aa7485f9bb03334f54fa53deaf8fabfcf8ea637f5e0dbd0ee9f10cba7fe2513e0d87586ff053d2f837adee7447fed3f8e7bceed3ce

diff --git a/media-sound/quimup/quimup-1.3.1.ebuild 
b/media-sound/quimup/quimup-1.3.1.ebuild
deleted file mode 100644
index 84e6514..000
--- a/media-sound/quimup/quimup-1.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils qt4-r2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A Qt4 client for the music player daemon (MPD) written in C++"
-HOMEPAGE="http://mpd.wikia.com/wiki/Client:Quimup";
-SRC_URI="mirror://sourceforge/musicpd/${MY_P}_src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtgui:4
-   >=media-libs/libmpdclient-2.3"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( changelog FAQ.txt README )
-
-src_prepare() {
-   sed -i -e "/FLAGS/d" ${PN}.pro || die
-   epatch "${FILESDIR}"/${PN}-1.2.0-gcc47.patch
-}
-
-src_install() {
-   default
-   dobin ${PN}
-
-   newicon src/resources/mn_icon.png ${PN}.png
-   make_desktop_entry ${PN} Quimup
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/

2015-09-20 Thread Christoph Mende
commit: 8350eb0d6fbe4994b61ad3e70e875503f89ce72f
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:30:30 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8350eb0d

media-sound/xnoise: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/xnoise/Manifest |  1 -
 media-sound/xnoise/xnoise-0.2.20.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/media-sound/xnoise/Manifest b/media-sound/xnoise/Manifest
index da0b58e..aa101e9 100644
--- a/media-sound/xnoise/Manifest
+++ b/media-sound/xnoise/Manifest
@@ -1,2 +1 @@
-DIST xnoise-0.2.20.tar.gz 3216408 SHA256 
59f30d27ed3a7b62c4cc6257c3bddee628c9e430d3b8d26aa592f7dd6b334a8d SHA512 
d2bcf7c8fa542ef9703a831583ab90e1a03f00a0740b068966cb8bf5c76475832cf04eb55b9f14ac1c5aa50536d8e3965ac3e0d22503af44e1af8e7f908d2390
 WHIRLPOOL 
3f89a9ec3bd411e53d0298f314038010c9bdeff9a3f5caca1bca061c66c0ad9c244ae1a362846edd254e237660d35be1635ce0a1b8321c7560b3003295dfe96e
 DIST xnoise-0.2.21.tar.gz 3222030 SHA256 
6c501091ac5a59aa0596978aa8d4750cc12d6bc9a823fd57542d9ab8e3366681 SHA512 
e25f42795638a5b93f1922f1c761b0bdaf754414dfa0f7172407e0d10514c52844d0dc3146a32f93e6107a0b5bb0f8e9e5d098954e9659f28177c56f607d9851
 WHIRLPOOL 
c2773da98b387b783dcc423a78bae6d5f6310e76f8a88eab4bc92b6de056741578a0c7dbffb455c768f412463dc14133f933d42d3215318a55f1addd0df9fee3

diff --git a/media-sound/xnoise/xnoise-0.2.20.ebuild 
b/media-sound/xnoise/xnoise-0.2.20.ebuild
deleted file mode 100644
index c466816..000
--- a/media-sound/xnoise/xnoise-0.2.20.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit fdo-mime gnome2-utils
-
-DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
-features"
-HOMEPAGE="http://www.xnoise-media-player.com/";
-SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ayatana +lastfm +lyrics"
-
-RDEPEND="x11-libs/gtk+:3
-   >=dev-libs/glib-2.34:2
-   gnome-base/librsvg:2
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-plugins/gst-plugins-meta:1.0
-   dev-db/sqlite:3
-   >=media-libs/libtaginfo-0.2.0
-   x11-libs/cairo
-   x11-libs/libX11
-   ayatana? ( dev-libs/libappindicator:3 )
-   lastfm? ( net-libs/libsoup:2.4 )
-   lyrics? ( net-libs/libsoup:2.4
-   dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
-
-DOCS=( AUTHORS README )
-
-src_configure() {
-   econf \
-   $(use_enable ayatana appindicator) \
-   $(use_enable lyrics lyricwiki) \
-   $(use_enable lastfm) \
-   --enable-mpris \
-   --enable-soundmenu2 \
-   --enable-mediakeys \
-   $(use_enable lyrics chartlyrics) \
-   $(use_enable lyrics azlyrics) \
-   --enable-magnatune
-}
-
-src_install() {
-   default
-   find "${ED}" -type f -name "*.la" -delete || die
-   rm -rf "${ED}"/usr/share/${PN}/license || die
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/

2015-09-20 Thread Christoph Mende
commit: 986d1a348bfa886c03e52ec735c457ecfe657480
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:30:03 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d1a34

media-sound/vimpc: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/vimpc/Manifest|  1 -
 media-sound/vimpc/vimpc-0.09.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index e4c4441..f5eb1c5 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -1,2 +1 @@
-DIST vimpc-0.09.0.tar.gz 597784 SHA256 
d406163a8e3e2ffe1e58ff6e49f1249e9d705bcfdd8604ba3e315f1925b16cab SHA512 
340609402e459697f56fee323f6667bbe4c5ceccf0461117b021a81423924e87ea9871fa1b68d9b6ea87c452a10843d42290d8c454bfb537d8b0f6b86dc90a02
 WHIRLPOOL 
1b73bab70c005a0833bfc3ddaf42228f2cbcf761d5e4ff6bf517747d2e80b1d3f3cafacb08c367e6c3a4fd9b9c4e7ef687ba09cd6b963bd63f778c4672f2edc4
 DIST vimpc-0.09.1.tar.gz 583073 SHA256 
082fa9974e01bf563335ebf950b2f9bc129c0d05c0c15499f7827e8418306031 SHA512 
cf40ae43ac21af80e1b5897f1fa83b4d730fb7dfa4c21b80c296a8e6f2c40e643325fd2aa96bd4dda1abca0ccd2d12545cf91ffcdb8017e5b9cd88917ca96222
 WHIRLPOOL 
5c1a4213275ae0df06a8e18274df12079f53f8042ee465d19ec776a4d181121f884dfd914dff27cb65ec88751a224bb8a5e4440fa34163b47bd5a3e1f9e93c25

diff --git a/media-sound/vimpc/vimpc-0.09.0.ebuild 
b/media-sound/vimpc/vimpc-0.09.0.ebuild
deleted file mode 100644
index 1d2d9f0..000
--- a/media-sound/vimpc/vimpc-0.09.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="An ncurses based mpd client with vi like key bindings"
-HOMEPAGE="http://vimpc.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/${PN}/Release%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost taglib"
-
-RDEPEND="dev-libs/libpcre
-   media-libs/libmpdclient
-   boost? ( dev-libs/boost )
-   taglib? ( media-libs/taglib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS README.md doc/vimpcrc.example )
-
-src_configure() {
-   econf \
-   $(use_enable boost) \
-   $(use_enable taglib) \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   # vimpc will look for help.txt
-   docompress -x /usr/share/doc/${PF}/help.txt
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmpd/

2015-09-20 Thread Christoph Mende
commit: 6c704a577c170197fccae45c784b938611961d18
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:15:59 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c704a57

media-libs/libmpd: remove old version

Package-Manager: portage-2.2.20.1

 media-libs/libmpd/libmpd-11.8.17.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/media-libs/libmpd/libmpd-11.8.17.ebuild 
b/media-libs/libmpd/libmpd-11.8.17.ebuild
deleted file mode 100644
index 8dba3c0f5..000
--- a/media-libs/libmpd/libmpd-11.8.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="A library handling connections to a MPD server"
-HOMEPAGE="http://gmpc.wikia.com/wiki/Libmpd";
-SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/glib-2.16:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake
-   use doc && emake -C doc doc
-}
-
-src_install() {
-   default
-   use doc && dohtml -r doc/html/*
-   find "${ED}" -name "*.la" -exec rm -rf {} + || die
-   rm "${ED}"/usr/share/doc/${PF}/{README,ChangeLog} || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdesktop-agnostic/

2015-09-20 Thread Christoph Mende
commit: 0cf2c8728fda91672f0b53dda76f7c7879a0a5ed
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:32:50 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:33:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf2c872

x11-libs/libdesktop-agnostic: remove old version

Package-Manager: portage-2.2.20.1

 .../libdesktop-agnostic-0.3.92.ebuild  | 52 --
 1 file changed, 52 deletions(-)

diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild 
b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
deleted file mode 100644
index c1d2d6e..000
--- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2:2.7"
-VALA_USE_DEPEND="vapigen"
-
-inherit python waf-utils vala
-
-DESCRIPTION="A desktop-agnostic library for GLib-based projects"
-HOMEPAGE="https://launchpad.net/libdesktop-agnostic";
-SRC_URI="https://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +gconf glade gnome +introspection"
-
-RDEPEND=">=dev-libs/glib-2
-   dev-python/pygobject:2
-   dev-python/pygtk:2
-   x11-libs/gtk+:2
-   gconf? ( gnome-base/gconf:2 )
-   glade? ( gnome-base/libglade:2.0 )
-   gnome? ( gnome-base/gnome-desktop:2 )"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-libs/gobject-introspection
-   introspection? ( x11-libs/gtk+:2[introspection] )"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_configure() {
-   local cfg="keyfile" fdo="glib" myconf=""
-
-   use gconf && cfg="gconf,${cfg}"
-   use gnome && fdo="${fdo},gnome"
-   use debug && myconf="${myconf} --enable-debug"
-   use glade && myconf="${myconf} --with-glade"
-   use introspection || myconf="${myconf} --disable-gi"
-
-   waf-utils_src_configure \
-   --sysconfdir="${EPREFIX}"/etc \
-   --config-backends=${cfg} \
-   --desktop-entry-backends=${fdo} \
-   --vfs-backends=gio \
-   ${myconf}
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/

2015-09-20 Thread Christoph Mende
commit: d83d1cf958ae4bb4bb139e12ee1adf9c0e03b0dc
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:09:49 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:11:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83d1cf9

xfce-base/exo: version bump to 0.10.7

Package-Manager: portage-2.2.20.1

 xfce-base/exo/Manifest  |  1 +
 xfce-base/exo/exo-0.10.7.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index 10a905f..a658872 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,2 +1,3 @@
 DIST exo-0.10.2.tar.bz2 1209633 SHA256 
b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce SHA512 
91a5a7f7b893c427ef10ee6ce248a6b6f8e2aba4281e406a60bc8fe7fa50196eb79d8b0ad6609ab48371acf77425df8cb67124ab11b7c4ff08d1dc83bb180eae
 WHIRLPOOL 
65007fd57a585da8a4ae05af7560e3bcf2a35e08f4e652fd0a9d56ffa5d8505df6de383bf1c648453f14f686f9d455c3d893ec6b01de4adc86e79e75489fc999
 DIST exo-0.10.6.tar.bz2 1276178 SHA256 
1cc0e5a432e050a5e5aa64d126b988f4440da4f27474aaf42a4d8e13651d0752 SHA512 
be537145ea0f0ea87566908f3ed4850ee3b20caf292d27dd752a9eaba7047598b585b398c2a6e4c925d832b5b2f76e0b9cc763ee3c955f08d47c6ac8bf3a2805
 WHIRLPOOL 
8daa7a8021faea4b87a5204d2a6604fde732efd183aa3d7404b6b0b52444edbceab28ac636a254f145c705689baa3996a4ccd39256edd4a3ae148b7b40dc9034
+DIST exo-0.10.7.tar.bz2 1262301 SHA256 
521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c SHA512 
5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
 WHIRLPOOL 
4c8a71b70e67f0db0bfaa752b0b1f01a80a83cbe84d754b44b3d45811743cf4276abe5d9cde40cef13f87f6013666255ccc5a1cc64afe129a55fe813b4dbcb1e

diff --git a/xfce-base/exo/exo-0.10.7.ebuild b/xfce-base/exo/exo-0.10.7.ebuild
new file mode 100644
index 000..533f6b6
--- /dev/null
+++ b/xfce-base/exo/exo-0.10.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Extensions, widgets and framework library with session support 
for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+IUSE="debug"
+
+RDEPEND=">=dev-lang/perl-5.6
+   >=dev-libs/glib-2.30:=
+   dev-perl/URI
+   >=x11-libs/gtk+-2.24:2=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(xfconf_use_debug)
+   )
+
+   [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
+
+   DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/

2015-09-20 Thread Christoph Mende
commit: 303fcc51f1a33e20f88468235270d81045a59d2b
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 11:10:44 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 11:11:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303fcc51

xfce-extra/xfce4-equake-plugin: version bump to 1.3.8

Package-Manager: portage-2.2.20.1

 xfce-extra/xfce4-equake-plugin/Manifest|  1 +
 .../xfce4-equake-plugin-1.3.8.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/xfce-extra/xfce4-equake-plugin/Manifest 
b/xfce-extra/xfce4-equake-plugin/Manifest
index e882e04..6258e26 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-equake-plugin-1.3.4.tar.bz2 385454 SHA256 
192afa855786f4ee1e24e9ab7f9
 DIST xfce4-equake-plugin-1.3.5.tar.bz2 394749 SHA256 
43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416 SHA512 
c164f5fe60c7a4ba2082983180c74f692ff1ed20aa2a32e14537b1d2a45a5d105cad572740a2f47f0e0e94f074fab9b3662898d6afb473051ffcdfffb1cbd8c1
 WHIRLPOOL 
d37865aebff5e3775a07928ccdb4129e02a12bfc3c3bfb1b1c5706c68f28fee89be69852625498ed33821f67f687cc49d2fcd3f80c9f6758487f758d4596954c
 DIST xfce4-equake-plugin-1.3.6.tar.bz2 394987 SHA256 
8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67 SHA512 
f3efc99a9f8d63cfe4aa2b39471cd94efe5904c0135fc8f82f068a90c239cabfa4d7c9c95cf10ceb6809f58369ab5495b7fd2e77088ffd101ee50fa0a5d902da
 WHIRLPOOL 
5a0d45687639a242c08aef9660b41201cf7eaa60593a0cfbc573357578cee69f19c0fdfe5a9993e74d83f909450e0214a0694aadf0969ce87737452297ae1806
 DIST xfce4-equake-plugin-1.3.7.tar.bz2 386421 SHA256 
6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf SHA512 
d09ab27ab942cbab8b4cc28712134cf677582772df8f76cfa86c2c19d86de258562516cef49e2a4d5e6b6d982fa8d8883de21ec9fdaf3d3561c709adeefa97e0
 WHIRLPOOL 
204f52f95b359c08590082947c789819f3b447fdcd053ad03da37484e8df75c051e3f58535cbd9de1a6b4be013e344e5823e496f7956d76b79266926ef443c86
+DIST xfce4-equake-plugin-1.3.8.tar.bz2 395095 SHA256 
431575da3d49fea3afa60f02e83c8d74e20e9a229c9c4ec82c21d45e2c986925 SHA512 
0c4446530493f0e6d1bcfe938ce473f367d000a2fbcf4fb0101687c0bf354458e083e2d7a6ad544037d28da1e6f07f9df05699664ec331a1d476da18f988e124
 WHIRLPOOL 
ba3d5a48360c664f36e0081fd109c70744e56a0517bb75e2c81f17868686e2f7aa63bd49a249e4d52c317ac9c8e9cc1315145111461f4bd4a88e078569c42e6d

diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild 
b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
new file mode 100644
index 000..0f1fc87
--- /dev/null
+++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Panel plug-in that displays information about earthquakes at 
regular intervals"
+HOMEPAGE="http://www.e-quake.org/";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2:=
+   x11-libs/gtk+:2=
+   x11-libs/libX11:=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README )
+}



[gentoo-commits] proj/xfce:master commit in: metadata/

2015-09-20 Thread Christoph Mende
commit: d4b93627611eaa728d231c675e0249840c0570cf
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 09:34:51 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 09:34:51 2015 +
URL:https://gitweb.gentoo.org/proj/xfce.git/commit/?id=d4b93627

Copy repo settings from gentoo

 metadata/layout.conf | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..3979f38 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,8 @@
+cache-formats = md5-dict
+eapis-deprecated = 0 1 2 3
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
 masters = gentoo
+sign-commits = true
+sign-manifests = false
+thin-manifests = true
+update-changelog = false



[gentoo-commits] repo/gentoo:master commit in: media-sound/gimmix/files/, media-sound/gimmix/

2015-09-20 Thread Christoph Mende
commit: c6c38433767eaf66728809f6aca591073fda7c6f
Author: Christoph Mende  gentoo  org>
AuthorDate: Sun Sep 20 07:16:52 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sun Sep 20 07:16:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c38433

media-sound/gimmix: Fix format-security warning (bug #542140)

Package-Manager: portage-2.2.20.1

 .../files/gimmix-0.5.7.2-format-security.patch | 13 +++
 media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild| 44 ++
 2 files changed, 57 insertions(+)

diff --git a/media-sound/gimmix/files/gimmix-0.5.7.2-format-security.patch 
b/media-sound/gimmix/files/gimmix-0.5.7.2-format-security.patch
new file mode 100644
index 000..ee00e64
--- /dev/null
+++ b/media-sound/gimmix/files/gimmix-0.5.7.2-format-security.patch
@@ -0,0 +1,13 @@
+diff --git a/src/gimmix-config.c b/src/gimmix-config.c
+index 3ef4e48..821a427 100644
+--- a/src/gimmix-config.c
 b/src/gimmix-config.c
+@@ -146,7 +146,7 @@ gimmix_config_get_proxy_string (void)
+   }
+   else
+   {
+-  ret = g_strdup_printf (host);
++  ret = g_strdup (host);
+   }
+   }
+ 

diff --git a/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild 
b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild
new file mode 100644
index 000..dc9f230
--- /dev/null
+++ b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools eutils
+
+DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2"
+HOMEPAGE="https://launchpad.net/gimmix";
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="cover lyrics taglib"
+
+RDEPEND=">=media-libs/libmpd-0.17
+   gnome-base/libglade
+   x11-libs/gtk+:2
+   cover? ( net-libs/libnxml net-misc/curl )
+   lyrics? ( net-libs/libnxml net-misc/curl )
+   taglib? ( >=media-libs/taglib-1.5 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool"
+
+DOCS=( AUTHORS ChangeLog README TODO )
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.5.7.1-curl-headers.patch \
+   "${FILESDIR}"/${P}-format-security.patch
+   sed -i -e "/^Icon/s/\.png$//" \
+   -e "/^Categories/s/Application;//" data/gimmix.desktop
+
+   # broken build system in tarball
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable cover) \
+   $(use_enable lyrics) \
+   $(use_enable taglib tageditor)
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/ndiswrapper/files/, net-wireless/ndiswrapper/

2015-09-19 Thread Christoph Mende
commit: 79959bdd0b115e4f2d8bec1450505a8365ec0d8a
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Sep 19 17:59:35 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Sep 19 17:59:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79959bdd

net-wireless/ndiswrapper: add patches for linux 4.0 and 4.2 from debian

Package-Manager: portage-2.2.20.1

 .../ndiswrapper/files/ndiswrapper-1.59-4.0.patch   | 41 ++
 .../ndiswrapper/files/ndiswrapper-1.59-4.2.patch   | 22 
 net-wireless/ndiswrapper/ndiswrapper-1.59.ebuild   |  4 ++-
 3 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.0.patch 
b/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.0.patch
new file mode 100644
index 000..97ef75d
--- /dev/null
+++ b/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.0.patch
@@ -0,0 +1,41 @@
+From: Julian Andres Klode 
+Date: Tue, 12 May 2015 17:11:11 +0200
+Subject: Support kernel 4.0
+
+---
+ driver/ndis.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/driver/ndis.c b/driver/ndis.c
+index 9ace34b..fafd2e7 100644
+--- a/driver/ndis.c
 b/driver/ndis.c
+@@ -25,6 +25,10 @@
+ #define MAX_ALLOCATED_NDIS_PACKETS TX_RING_SIZE
+ #define MAX_ALLOCATED_NDIS_BUFFERS TX_RING_SIZE
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,0,0)
++#define strncasecmp strnicmp
++#endif
++
+ static struct work_struct ndis_work;
+ static struct nt_list ndis_work_list;
+ static spinlock_t ndis_work_list_lock;
+@@ -438,7 +442,7 @@ static int read_setting(struct nt_list *setting_list, char 
*keyname, int length,
+   struct wrap_device_setting *setting;
+   mutex_lock(&loader_mutex);
+   nt_list_for_each_entry(setting, setting_list, list) {
+-  if (strnicmp(keyname, setting->name, length) == 0) {
++  if (strncasecmp(keyname, setting->name, length) == 0) {
+   TRACE2("setting %s='%s'", keyname, setting->value);
+   mutex_unlock(&loader_mutex);
+   *param = ndis_encode_setting(setting, type);
+@@ -502,7 +506,7 @@ wstdcall void WIN_FUNC(NdisWriteConfiguration,4)
+ 
+   mutex_lock(&loader_mutex);
+   nt_list_for_each_entry(setting, &nmb->wnd->wd->settings, list) {
+-  if (strnicmp(keyname, setting->name, ansi.length) == 0) {
++  if (strncasecmp(keyname, setting->name, ansi.length) == 0) {
+   mutex_unlock(&loader_mutex);
+   if (ndis_decode_setting(setting, param))
+   *status = NDIS_STATUS_FAILURE;

diff --git a/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.2.patch 
b/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.2.patch
new file mode 100644
index 000..f29f9de
--- /dev/null
+++ b/net-wireless/ndiswrapper/files/ndiswrapper-1.59-4.2.patch
@@ -0,0 +1,22 @@
+From: Tim Gardner 
+Date: Thu, 6 Aug 2015 09:13:30 -0600
+Subject: Support kernel 4.2
+
+---
+ driver/ntoskernel.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/driver/ntoskernel.h b/driver/ntoskernel.h
+index 4b8166c..6b49594 100644
+--- a/driver/ntoskernel.h
 b/driver/ntoskernel.h
+@@ -46,6 +46,9 @@
+ #include 
+ #include 
+ #include 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0)
++#include 
++#endif
+ 
+ #if !defined(CONFIG_X86) && !defined(CONFIG_X86_64)
+ #error "this module is for x86 or x86_64 architectures only"

diff --git a/net-wireless/ndiswrapper/ndiswrapper-1.59.ebuild 
b/net-wireless/ndiswrapper/ndiswrapper-1.59.ebuild
index 955d76b..51c47f0 100644
--- a/net-wireless/ndiswrapper/ndiswrapper-1.59.ebuild
+++ b/net-wireless/ndiswrapper/ndiswrapper-1.59.ebuild
@@ -18,7 +18,9 @@ RDEPEND="${DEPEND}
net-wireless/wireless-tools"
 
 PATCHES=( "${FILESDIR}"/${P}-cflags.patch
-   "${FILESDIR}"/${P}-3.14.patch )
+   "${FILESDIR}"/${P}-3.14.patch
+   "${FILESDIR}"/${P}-4.0.patch
+   "${FILESDIR}"/${P}-4.2.patch )
 MODULE_NAMES="ndiswrapper(misc:${S}/driver)"
 BUILD_TARGETS="all"
 MODULESD_NDISWRAPPER_ALIASES=("wlan0 ndiswrapper")



[gentoo-commits] repo/gentoo:master commit in: media-sound/gimmix/

2015-09-19 Thread Christoph Mende
commit: 2f13a9ef95a6968cfd69d17e9935c789c7aa60a8
Author: Christoph Mende  gentoo  org>
AuthorDate: Sat Sep 19 17:38:06 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Sat Sep 19 17:38:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f13a9ef

media-sound/gimmix: change homepage to launchpad

Package-Manager: portage-2.2.20.1

 media-sound/gimmix/gimmix-0.5.7.1.ebuild | 2 +-
 media-sound/gimmix/gimmix-0.5.7.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gimmix/gimmix-0.5.7.1.ebuild 
b/media-sound/gimmix/gimmix-0.5.7.1.ebuild
index ec9f234..20ef5e7 100644
--- a/media-sound/gimmix/gimmix-0.5.7.1.ebuild
+++ b/media-sound/gimmix/gimmix-0.5.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2"
-HOMEPAGE="https://code.google.com/p/gimmix/";
+HOMEPAGE="https://launchpad.net/gimmix";
 SRC_URI="mirror://gentoo/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"

diff --git a/media-sound/gimmix/gimmix-0.5.7.2.ebuild 
b/media-sound/gimmix/gimmix-0.5.7.2.ebuild
index fd403f9..c2fde0e 100644
--- a/media-sound/gimmix/gimmix-0.5.7.2.ebuild
+++ b/media-sound/gimmix/gimmix-0.5.7.2.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 inherit autotools eutils
 
 DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2"
-HOMEPAGE="https://code.google.com/p/gimmix/";
+HOMEPAGE="https://launchpad.net/gimmix";
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/zeitgeist-sharp/

2015-09-17 Thread Christoph Mende
commit: 3d9803de6571383d0e22b704c2e4b77ed1bbee23
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:14:32 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9803de

dev-dotnet/zeitgeist-sharp: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild | 6 +++---
 dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild 
b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild
index 002c50b..85c84dd 100644
--- a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild
+++ b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,8 +23,8 @@ LICENSE="GPL-3"
 IUSE="doc"
 
 RDEPEND="
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/glib-sharp
dev-lang/mono
gnome-extra/zeitgeist"

diff --git a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild 
b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild
index 2a195e3..1818a17 100644
--- a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild
+++ b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild
@@ -23,8 +23,8 @@ LICENSE="GPL-3"
 IUSE="doc"
 
 RDEPEND="
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/glib-sharp
dev-lang/mono
gnome-extra/zeitgeist"



[gentoo-commits] repo/gentoo:master commit in: app-misc/tasque/

2015-09-17 Thread Christoph Mende
commit: b696ce1b9b9e9ef8380ee4c48558609f47759761
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:13:16 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b696ce1b

app-misc/tasque: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 app-misc/tasque/tasque-0.1.12.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/tasque/tasque-0.1.12.ebuild 
b/app-misc/tasque/tasque-0.1.12.ebuild
index b431d99..f6b1418 100644
--- a/app-misc/tasque/tasque-0.1.12.ebuild
+++ b/app-misc/tasque/tasque-0.1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,8 +24,8 @@ REQUIRED_USE="|| ( rememberthemilk sqlite hiveminder )"
 
 RDEPEND=">=dev-dotnet/gtk-sharp-2.12.7-r5
>=dev-dotnet/notify-sharp-0.4.0_pre20080912
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
sqlite? ( dev-db/sqlite:3 )"
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/

2015-09-17 Thread Christoph Mende
commit: f22a507d63ee00f4d243df04289495d12576bdce
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:15:59 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22a507d

media-sound/banshee: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 media-sound/banshee/banshee-2.6.1.ebuild | 6 +++---
 media-sound/banshee/banshee-2.6.2.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-sound/banshee/banshee-2.6.1.ebuild 
b/media-sound/banshee/banshee-2.6.1.ebuild
index fff896b..d3efa14 100644
--- a/media-sound/banshee/banshee-2.6.1.ebuild
+++ b/media-sound/banshee/banshee-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,8 +35,8 @@ RDEPEND="
)
)
media-libs/musicbrainz:3
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
>=dev-dotnet/mono-addins-0.6.2[gtk]
>=dev-dotnet/taglib-sharp-2.0.3.7
>=dev-db/sqlite-3.4:3

diff --git a/media-sound/banshee/banshee-2.6.2.ebuild 
b/media-sound/banshee/banshee-2.6.2.ebuild
index 2b900bf..c56ae35 100644
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -37,8 +37,8 @@ RDEPEND="
)
)
media-libs/musicbrainz:3
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
>=dev-dotnet/mono-addins-0.6.2[gtk]
>=dev-dotnet/taglib-sharp-2.0.3.7
>=dev-db/sqlite-3.4:3



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-09-17 Thread Christoph Mende
commit: ee1df7c912f72e0ed4f9dcbdb10e9cb2f40514de
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:07:49 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1df7c9

dev-dotnet/dbus-sharp-glib: bump EAPI to 5, migrate to mono-env, add support 
for mono-4

Package-Manager: portage-2.2.20.1

 .../dbus-sharp-glib-0.5.0-r1.ebuild| 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
new file mode 100644
index 000..bcc9c7e
--- /dev/null
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="D-Bus for .NET: GLib integration module"
+HOMEPAGE="https://github.com/mono/dbus-sharp";
+SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+   >=dev-dotnet/dbus-sharp-0.7:1.0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS README"
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/smuxi/

2015-09-17 Thread Christoph Mende
commit: b2d0e12f3d2616d1a13a2863e864a48c86817d43
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:16:58 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d0e12f

net-irc/smuxi: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 net-irc/smuxi/smuxi-0.11.1.ebuild   | 4 ++--
 net-irc/smuxi/smuxi-0.8.10.1.ebuild | 6 +++---
 net-irc/smuxi/smuxi-0.8.11.ebuild   | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-irc/smuxi/smuxi-0.11.1.ebuild 
b/net-irc/smuxi/smuxi-0.11.1.ebuild
index 28e4b3f..9d3954f 100644
--- a/net-irc/smuxi/smuxi-0.11.1.ebuild
+++ b/net-irc/smuxi/smuxi-0.11.1.ebuild
@@ -19,8 +19,8 @@ RDEPEND="
>=dev-dotnet/smartirc4net-0.4.5.1
>=dev-dotnet/nini-1.1.0-r2
>=dev-dotnet/log4net-1.2.10-r2
-   dbus? ( dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dbus? ( dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
gtk? ( >=dev-dotnet/gtk-sharp-2.12

diff --git a/net-irc/smuxi/smuxi-0.8.10.1.ebuild 
b/net-irc/smuxi/smuxi-0.8.10.1.ebuild
index f3777a5..886d9b0 100644
--- a/net-irc/smuxi/smuxi-0.8.10.1.ebuild
+++ b/net-irc/smuxi/smuxi-0.8.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,8 +18,8 @@ RDEPEND=">=dev-lang/mono-2.0
>=dev-dotnet/smartirc4net-0.4.5.1
>=dev-dotnet/nini-1.1.0-r2
>=dev-dotnet/log4net-1.2.10-r2
-   dbus? ( dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dbus? ( dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
gnome? ( >=dev-dotnet/gtk-sharp-2.12

diff --git a/net-irc/smuxi/smuxi-0.8.11.ebuild 
b/net-irc/smuxi/smuxi-0.8.11.ebuild
index 03b8193..def82e6 100644
--- a/net-irc/smuxi/smuxi-0.8.11.ebuild
+++ b/net-irc/smuxi/smuxi-0.8.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,8 +19,8 @@ RDEPEND="
>=dev-dotnet/smartirc4net-0.4.5.1
>=dev-dotnet/nini-1.1.0-r2
>=dev-dotnet/log4net-1.2.10-r2
-   dbus? ( dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dbus? ( dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
gtk? ( >=dev-dotnet/gtk-sharp-2.12



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/docky/

2015-09-17 Thread Christoph Mende
commit: e0cfb7b6ec28871c1ee4900c153a46a9e050dbe8
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:15:05 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cfb7b6

gnome-extra/docky: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 gnome-extra/docky/docky-2.2.0.ebuild   | 6 +++---
 gnome-extra/docky/docky-2.2.1.1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnome-extra/docky/docky-2.2.0.ebuild 
b/gnome-extra/docky/docky-2.2.0.ebuild
index 024d9d7..08d2133 100644
--- a/gnome-extra/docky/docky-2.2.0.ebuild
+++ b/gnome-extra/docky/docky-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug nls"
 
-RDEPEND="dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+RDEPEND="dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/gconf-sharp
>=dev-dotnet/gio-sharp-0.2-r1
dev-dotnet/glib-sharp

diff --git a/gnome-extra/docky/docky-2.2.1.1.ebuild 
b/gnome-extra/docky/docky-2.2.1.1.ebuild
index 1037b06..a4fb334 100644
--- a/gnome-extra/docky/docky-2.2.1.1.ebuild
+++ b/gnome-extra/docky/docky-2.2.1.1.ebuild
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug nls"
 
-RDEPEND=">=dev-dotnet/dbus-sharp-0.8.0
-   >=dev-dotnet/dbus-sharp-glib-0.6.0
+RDEPEND=">=dev-dotnet/dbus-sharp-0.8.0:2.0
+   >=dev-dotnet/dbus-sharp-glib-0.6.0:2.0
|| ( >=dev-dotnet/gnome-sharp-2.24.2-r1:2 dev-dotnet/gconf-sharp:2 )
>=dev-dotnet/gio-sharp-0.2-r1
|| ( >=dev-dotnet/gtk-sharp-2.12.21:2 dev-dotnet/glib-sharp:2 )



[gentoo-commits] repo/gentoo:master commit in: net-news/blam/

2015-09-17 Thread Christoph Mende
commit: c59ca70186e3191b3c8fc50d49eea88a639d487a
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:17:45 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59ca701

net-news/blam: fix dependency on dbus-sharp-glib

Package-Manager: portage-2.2.20.1

 net-news/blam/blam-1.8.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/blam/blam-1.8.12.ebuild b/net-news/blam/blam-1.8.12.ebuild
index 491c1ab..88a3109 100644
--- a/net-news/blam/blam-1.8.12.ebuild
+++ b/net-news/blam/blam-1.8.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE=""
 
 RDEPEND="
>=dev-lang/mono-2.6.0
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp-glib:1.0
>=dev-dotnet/gtk-sharp-2.12.6
>=dev-dotnet/glade-sharp-2.12.6
>=dev-dotnet/gconf-sharp-2.8.2



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/

2015-09-17 Thread Christoph Mende
commit: aaeee711a6a26139d9b3322a9927f7f72fd61fb5
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:10:37 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaeee711

dev-dotnet/notify-sharp: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild 
b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
index ae33c3b..ef270d3 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,8 +18,8 @@ IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13
>=dev-dotnet/gtk-sharp-2.10.1
-   >=dev-dotnet/dbus-sharp-0.6
-   >=dev-dotnet/dbus-sharp-glib-0.4
+   >=dev-dotnet/dbus-sharp-0.6:1.0
+   >=dev-dotnet/dbus-sharp-glib-0.4:1.0
>=x11-libs/libnotify-0.4.5"
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/tomboy/

2015-09-17 Thread Christoph Mende
commit: 92fad7c625d7b4fd96dfb18534bd0ecb9b28351d
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:13:49 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fad7c6

app-misc/tomboy: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 app-misc/tomboy/tomboy-1.14.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/tomboy/tomboy-1.14.1.ebuild 
b/app-misc/tomboy/tomboy-1.14.1.ebuild
index 6b74bff..7db189e 100644
--- a/app-misc/tomboy/tomboy-1.14.1.ebuild
+++ b/app-misc/tomboy/tomboy-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,8 +21,8 @@ RDEPEND="
dev-dotnet/gconf-sharp:2
dev-dotnet/gtk-sharp:2
dev-dotnet/mono-addins[gtk]
-   dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+   dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-lang/mono
dev-libs/atk:=
gnome-base/gconf:2



[gentoo-commits] repo/gentoo:master commit in: app-misc/basenji/

2015-09-17 Thread Christoph Mende
commit: 609d7da022dafac08e9dc88fec62fec683cdb87b
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:12:33 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609d7da0

app-misc/basenji: fix dependency on dbus-sharp{,-glib}

Package-Manager: portage-2.2.20.1

 app-misc/basenji/basenji-1.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/basenji/basenji-1.0.0.ebuild 
b/app-misc/basenji/basenji-1.0.0.ebuild
index 7fe60eb..a182fb6 100644
--- a/app-misc/basenji/basenji-1.0.0.ebuild
+++ b/app-misc/basenji/basenji-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,8 +15,8 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-CDEPEND="dev-dotnet/dbus-sharp
-   dev-dotnet/dbus-sharp-glib
+CDEPEND="dev-dotnet/dbus-sharp:1.0
+   dev-dotnet/dbus-sharp-glib:1.0
dev-dotnet/gio-sharp
dev-dotnet/gtk-sharp
dev-dotnet/gnome-sharp



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-09-17 Thread Christoph Mende
commit: 9a7570fc914d3101d5b0be7e97ca57509612c36b
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:05:28 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7570fc

dev-dotnet/dbus-sharp-glib: split package in two slots

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
index bca6c8a..8dbaba4 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp";
 SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="1.0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 20b83d3..321cc18 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp";
 SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz";
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="2.0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/

2015-09-17 Thread Christoph Mende
commit: 75e76551db74d759ba8eea406261af7082b63add
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:11:24 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e76551

dev-dotnet/notify-sharp: bump EAPI to 5, migrate to mono-env, add support for 
mono-4

Package-Manager: portage-2.2.20.1

 .../notify-sharp-0.4.0_pre20090305-r1.ebuild   | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild 
b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
new file mode 100644
index 000..113d89a
--- /dev/null
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils mono-env
+
+MY_P=${PN}-${PV#*_pre}
+
+DESCRIPTION="a C# client implementation for Desktop Notifications"
+HOMEPAGE="http://www.ndesk.org/NotifySharp";
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-lang/mono-1.1.13
+   >=dev-dotnet/gtk-sharp-2.10.1
+   >=dev-dotnet/dbus-sharp-0.6:1.0
+   >=dev-dotnet/dbus-sharp-glib-0.4:1.0
+   >=x11-libs/libnotify-0.4.5"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-0.4.0_pre20080912-control-docs.patch" \
+   "${FILESDIR}/${P}-dbus-sharp.patch"
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable doc docs)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp/

2015-09-17 Thread Christoph Mende
commit: 7d20dca1465539efe9611b4e739e9de1187ed490
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 04:59:58 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d20dca1

dev-dotnet/dbus-sharp: split package in two slots

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r1.ebuild | 2 +-
 dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r1.ebuild
index 77a76cd..11ce34c 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp";
 SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="1.0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
index 9baa04c..3532386 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp";
 SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="2.0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp/

2015-09-17 Thread Christoph Mende
commit: 0d0579b19ad6b97c544d4ba45c0b744e7e41d85f
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:01:15 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0579b1

dev-dotnet/dbus-sharp: bump EAPI to 5, migrate to mono-env, add support for 
mono-4

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
new file mode 100644
index 000..e43724d
--- /dev/null
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env eutils
+
+DESCRIPTION="D-Bus for .NET"
+HOMEPAGE="https://github.com/mono/dbus-sharp";
+SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+   sys-apps/dbus"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS README"
+}
+
+src_prepare() {
+   # Fix signals, bug #387097
+   epatch "${FILESDIR}/${P}-fix-signals.patch"
+   epatch "${FILESDIR}/${P}-fix-signals2.patch"
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/

2015-09-17 Thread Christoph Mende
commit: bc28810ec51202613a5614ec2541bf60d456d4f4
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:07:58 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc28810e

profiles: Split dbus-sharp{,-glib} into two slots

 profiles/updates/3Q-2015 | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/updates/3Q-2015 b/profiles/updates/3Q-2015
index 7030bb5..6b8ab32 100644
--- a/profiles/updates/3Q-2015
+++ b/profiles/updates/3Q-2015
@@ -20,3 +20,7 @@ slotmove =dev-ruby/packetfu-1.1.10* 0 1.1.10
 slotmove =dev-ruby/packetfu-1.1.11* 0 1.1.11
 move dev-perl/text-autoformat dev-perl/Text-Autoformat
 move dev-perl/text-reform dev-perl/Text-Reform
+slotmove =dev-dotnet/dbus-sharp-0.7* 0 1.0
+slotmove =dev-dotnet/dbus-sharp-0.8* 0 2.0
+slotmove =dev-dotnet/dbus-sharp-glib-0.5* 0 1.0
+slotmove =dev-dotnet/dbus-sharp-glib-0.6* 0 2.0



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-09-17 Thread Christoph Mende
commit: 99039a610da474afb9d188c8950b8a212ecf7691
Author: Christoph Mende  gentoo  org>
AuthorDate: Fri Sep 18 05:07:16 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Fri Sep 18 05:18:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99039a61

dev-dotnet/dbus-sharp-glib: fix dependency on dbus-sharp

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 4 ++--
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
index 8dbaba4..97e98be 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono
-   >=dev-dotnet/dbus-sharp-0.7"
+   >=dev-dotnet/dbus-sharp-0.7:1.0"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 321cc18..319bd4e 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono
-   >=dev-dotnet/dbus-sharp-0.8"
+   >=dev-dotnet/dbus-sharp-0.8:2.0"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-09-17 Thread Christoph Mende
commit: 616c3fbad930a07f238ac5db8af1ec65fc8e6a72
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 17:44:02 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616c3fba

dev-dotnet/dbus-sharp-glib: version bump to 0.6.0

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/Manifest|  1 +
 .../dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-dotnet/dbus-sharp-glib/Manifest 
b/dev-dotnet/dbus-sharp-glib/Manifest
index 37a07db..77de76f 100644
--- a/dev-dotnet/dbus-sharp-glib/Manifest
+++ b/dev-dotnet/dbus-sharp-glib/Manifest
@@ -1 +1,2 @@
 DIST dbus-sharp-glib-0.5.0.tar.gz 95405 SHA256 
f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e SHA512 
651a8d9b42342d6aca6b7963a089e8da609f0d2e9d6421f40fb9589204af63e790f1bc5dd7735bb751f84d3f0d888e2e2f174c23f79206f8858e0502cba95065
 WHIRLPOOL 
2d5776e367757e4a06b34e0b114b95e61b4a8dea54b60029d59c73802bf58e58c198cea5cd6094371a584ee54317f9fd9fb60e63a9b483311014498084155d8e
+DIST dbus-sharp-glib-0.6.0.tar.gz 73675 SHA256 
d5b44d3ffa419730df0a6a6fff1e6912c80bc364e4176444e48264853989ce3b SHA512 
271edf10d149e152290cd0ac8ebaf6ed7a6f5d0f280d5514dbfbdb84f77d8339ba0e2c5fd53242cf00e13c7d2bfa3fbf426ca9038467b26b9a8396c6c9c1ed67
 WHIRLPOOL 
18d976f9aaf53d992195ddcdae3f7a37224119a34ad7ed2a5c66cc302aac111d928461432244950ffee8527082010826bb7cdbf0ad66b263dc600243997054cb

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
new file mode 100644
index 000..20b83d3
--- /dev/null
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="D-Bus for .NET: GLib integration module"
+HOMEPAGE="https://github.com/mono/dbus-sharp";
+SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+   >=dev-dotnet/dbus-sharp-0.8"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS README"
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/

2015-09-17 Thread Christoph Mende
commit: e4d7d730559127fe4eed2a7ab7936940712309c2
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 12:29:14 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d7d730

dev-dotnet/gnome-keyring-sharp: Add support for gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 .../gnome-keyring-sharp-1.0.2-r2.ebuild| 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild 
b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
new file mode 100644
index 000..ed50c22
--- /dev/null
+++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils mono-env
+
+DESCRIPTION="C# implementation of gnome-keyring"
+HOMEPAGE="http://www.mono-project.com/ 
https://github.com/mono/gnome-keyring-sharp";
+SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-lang/mono-2.0
+   >=gnome-base/libgnome-keyring-2.30.0
+   || ( >=dev-dotnet/gtk-sharp-2.12.21 dev-dotnet/glib-sharp )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Disable building samples.
+   sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
+
+   # Apply Fedora patches
+   epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
+   eautoreconf
+}
+
+src_compile() {
+   # This dies without telling in docs with anything not -j1
+   # CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
+   # Changed to CSC=mcs for mono-4 compatibility
+   emake -j1 CSC=mcs
+}
+
+src_install() {
+   default
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/docky/

2015-09-17 Thread Christoph Mende
commit: e0e068b9d68ec716ed42e81ea85171504de0edbc
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 19:00:35 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e068b9

gnome-extra/docky: version bump to 2.2.1.1

Package-Manager: portage-2.2.20.1

 gnome-extra/docky/Manifest |  1 +
 gnome-extra/docky/docky-2.2.1.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gnome-extra/docky/Manifest b/gnome-extra/docky/Manifest
index b4cdf24..3f3e222 100644
--- a/gnome-extra/docky/Manifest
+++ b/gnome-extra/docky/Manifest
@@ -1 +1,2 @@
 DIST docky-2.2.0.tar.xz 570248 SHA256 
28710b2deb998992184c96f1bfebdf43a8db1a074f716e309f955596be8f8af5 SHA512 
054c3f8b10ccdc85b8defd108178ebcd880e46ec3d7d558cd2de8cc56f311dafe2efdb552ac8ff9a92cbe9279fdc44a66cad2395791e4a6de59a1cee1d2c6919
 WHIRLPOOL 
db72c05e9e587eb0be661c2d0e6598064bfa4ea7456d16d08f4e533659c5e2cc76cfd6f1a4f669d67e8aa0275005ad0851b0c530715179f5d039e2edb200dde6
+DIST docky-2.2.1.1.tar.xz 587780 SHA256 
3759c052a375dea4ab462669896d92acc6eb497197dd5a73ff30527d668dfbc6 SHA512 
614117a0523e3d5b0cab069cb8b2dd0d69a80d318a7d4c583716a5690da6e99f5c376bf85472a6dd36b3578ba1711c036c2712892494f5115c9270d79c2d996f
 WHIRLPOOL 
438fea2b3aeedce51b09b452a29495f3e4dce6bca97f2a4b88eb82503a7c6127d9b0cf31c511ab1d3340f6ae7dffe7a8e5e424cf694a3b4d1beb7ab933e0328d

diff --git a/gnome-extra/docky/docky-2.2.1.1.ebuild 
b/gnome-extra/docky/docky-2.2.1.1.ebuild
new file mode 100644
index 000..1037b06
--- /dev/null
+++ b/gnome-extra/docky/docky-2.2.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools eutils gnome2 mono-env
+
+DESCRIPTION="Elegant, powerful, clean dock"
+HOMEPAGE="https://wiki.go-docky.com";
+SRC_URI="https://launchpad.net/${PN}/2.2/${PV}/+download/${P}.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug nls"
+
+RDEPEND=">=dev-dotnet/dbus-sharp-0.8.0
+   >=dev-dotnet/dbus-sharp-glib-0.6.0
+   || ( >=dev-dotnet/gnome-sharp-2.24.2-r1:2 dev-dotnet/gconf-sharp:2 )
+   >=dev-dotnet/gio-sharp-0.2-r1
+   || ( >=dev-dotnet/gtk-sharp-2.12.21:2 dev-dotnet/glib-sharp:2 )
+   dev-dotnet/gkeyfile-sharp
+   dev-dotnet/gnome-desktop-sharp:2
+   dev-dotnet/gnome-keyring-sharp
+   dev-dotnet/gtk-sharp:2
+   dev-dotnet/mono-addins[gtk]
+   dev-dotnet/notify-sharp
+   dev-dotnet/rsvg-sharp:2
+   dev-dotnet/wnck-sharp:2"
+DEPEND="${RDEPEND}
+   || ( >=dev-dotnet/gtk-sharp-2.12.21:2 dev-dotnet/gtk-sharp-gapi:2 )
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   G2CONF="${G2CONF}
+   --enable-release
+   $(use_enable nls)"
+
+   DOCS="AUTHORS NEWS"
+
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e "/warnaserror/d" configure.ac || die
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: eclass/

2015-09-17 Thread Christoph Mende
commit: 86cec2922af8e267dbcccde278327e6ad40b6c3e
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 17:20:39 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cec292

gtk-sharp-module.eclass: Add support for gtk-sharp-2.12.21

 eclass/gtk-sharp-module.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass
index 262c2c1..772cbe5 100644
--- a/eclass/gtk-sharp-module.eclass
+++ b/eclass/gtk-sharp-module.eclass
@@ -136,7 +136,7 @@ case ${GTK_SHARP_MODULE} in
add_depend 
"=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*"
add_depend "=dev-dotnet/gnome-sharp-2.24*"
add_depend "gnome-base/gnome-desktop:2"
-   add_bdepend 
"=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*"
+   add_bdepend "|| ( >=dev-dotnet/gtk-sharp-2.12.21 
=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}* )"
;;
*)
eerror "Huh? Sonny boy, looks like your GTK_SHARP_MODULE is not 
on the approved list. BAILING!"



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp/

2015-09-17 Thread Christoph Mende
commit: f1b8f00c590e6bcc97c26b7faec54042fb5c292a
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 17:43:27 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b8f00c

dev-dotnet/dbus-sharp: version bump to 0.8.1

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp/Manifest|  1 +
 dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-dotnet/dbus-sharp/Manifest b/dev-dotnet/dbus-sharp/Manifest
index 678d8ce..8518a24 100644
--- a/dev-dotnet/dbus-sharp/Manifest
+++ b/dev-dotnet/dbus-sharp/Manifest
@@ -1 +1,2 @@
 DIST dbus-sharp-0.7.0.tar.gz 127651 SHA256 
92529aef9063f477d1975947c6388c63d03234018f45d007c07716dd3e21dd41 SHA512 
76d9c83aae227476e40efee1e987a03a8b1da29def79657365906a8220d2cceabe433f4b4679a87dd74e77431382b6c2857ca5498b0671b679d5ddd566d0229d
 WHIRLPOOL 
275c0149c40cf65a7967eb86936f077aa0d526c70ce315dbf43057a2c962be0b7e07f5b9d3a69ac30ed88c785e9f0f1f7f105002b1709e202dee52433627158b
+DIST dbus-sharp-0.8.1.tar.gz 148177 SHA256 
0866c001f2d6e01a6f1b4d080db08d25ba1422e34c7d03020e0e70f3de3a9859 SHA512 
da5f6cb9fb653a2303eb99865100cc959b0b27d463dee744459666c3a5851f87e30fcb229da08505be45fcc28f4a44629e707073944b321556478f9c7b5c20d3
 WHIRLPOOL 
2bebf89950cd8f611775a3115669694db559be75b3b4d2cafcf77b409b26df97e5e685701354dd3b35e4050dcf8be7906c745bd333dfbb196980b157b7535ca3

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
new file mode 100644
index 000..9baa04c
--- /dev/null
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env eutils
+
+DESCRIPTION="D-Bus for .NET"
+HOMEPAGE="https://github.com/mono/dbus-sharp";
+SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+   sys-apps/dbus"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS README"
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/

2015-09-17 Thread Christoph Mende
commit: 39144973758f50f4f882092df8d6610f302a4296
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 12:00:14 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39144973

dev-dotnet/gio-sharp: Migrate to mono-env, support gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild 
b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
new file mode 100644
index 000..2bc3816
--- /dev/null
+++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools mono-env
+
+DESCRIPTION="GIO API C# binding"
+HOMEPAGE="https://github.com/mono/gio-sharp";
+SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
+   || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-2.12 )
+   >=dev-libs/glib-2.22:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS NEWS README"
+   mono-env_pkg_setup
+}
+
+src_unpack() {
+   unpack ${A}
+   mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+   sed -i -e 's/gmcs/mcs/' configure.ac.in || die
+   sed -i -e '/autoreconf/d' autogen-generic.sh || die
+   NOCONFIGURE=1 ./autogen-2.22.sh || die
+
+   eautoreconf
+}
+
+src_compile() {
+   emake -j1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gkeyfile-sharp/

2015-09-17 Thread Christoph Mende
commit: 17e332a44965fc8e898bbeed0b564b0090f80881
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 17:17:46 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e332a4

dev-dotnet/gkeyfile-sharp: Bump EAPI to 5, migrate to mono-env, support 
gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 .../gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild| 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild 
b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
new file mode 100644
index 000..b6cce4e
--- /dev/null
+++ b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="C# binding for gkeyfile"
+HOMEPAGE="https://launchpad.net/gkeyfile-sharp 
https://github.com/mono/gkeyfile-sharp";
+SRC_URI="https://github.com/mono/${PN}/tarball/GKEYFILE_SHARP_0_1 -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12.9 )
+   || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-1.9 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_unpack() {
+   unpack ${A}
+   mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+   mv configure.in configure.ac
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog NEWS
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2015-09-16 Thread Christoph Mende
commit: ff691347e20730e7cf3d5d30f4b0a2c2f052b0e3
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:43:55 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:43:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff691347

media-sound/mpd: Restore 0.19.9-r1 as last stable

Package-Manager: portage-2.2.20.1
RepoMan-Options: --force

 media-sound/mpd/Manifest |   1 +
 media-sound/mpd/mpd-0.19.9-r1.ebuild | 236 +++
 2 files changed, 237 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 2879f09..f0f893d 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1 +1,2 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
+DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.9-r1.ebuild 
b/media-sound/mpd/mpd-0.19.9-r1.ebuild
new file mode 100644
index 000..9c438b6
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.9-r1.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 ~sh x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug expat faad +fifo +ffmpeg
+   flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack lame mms
+   libav libmpdclient libsamplerate libsoxr +mad mikmod modplug mpg123 
musepack
+   +network nfs ogg openal opus oss pipe pulseaudio recorder samba selinux 
sid
+   sndfile soundcloud sqlite systemd tcpd twolame unicode upnp vorbis 
wavpack
+   wildmidi zeroconf zip"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( || ( =net-fs/samba-4.0.25 ) )
+   sid? ( media-libs/libsidplay:2 )
+   sndfile? ( media-libs/libsndfile )
+   soundcloud? ( >=dev-libs/yajl-2 )
+   libsoxr? ( media-libs/soxr )
+   sqlite? ( dev-db/sqlite:3 )
+   systemd? ( sys-apps/systemd )
+   tcpd? ( sys-apps/tcp-wrappers )
+   twolame? ( media-sound/twolame )
+   upnp? ( net-libs/libupnp )
+   vorbis? ( media-libs/libvorbis )
+   wavpack? ( media-sound/wavpack )
+   wildmidi? ( media-sound/wildmidi )
+   zeroconf? ( net-dns/avahi[dbus] )
+   zip? ( dev-libs/zziplib )"
+DEPEND="${CDEPEND}
+   dev-li

[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-09-16 Thread Christoph Mende
commit: 979aac01574e1e9a9b554ebef7a8631b6c4c7239
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:39:22 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:39:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979aac01

media-sound/mpdas: version bump to 0.4.0

Package-Manager: portage-2.2.20.1

 media-sound/mpdas/Manifest   |  1 +
 media-sound/mpdas/mpdas-0.4.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 2830db0..156c32f 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,3 +1,4 @@
 DIST mpdas-0.3.0.tar.bz2 19219 SHA256 
f6542196fa8dfba7cdcc07a95b8df71d03b40a436ea76bcc999f13185d262573 SHA512 
782cae5d8a0707656397edd15a299b250129bc2e5e788a5788d06c7d034e56edc105e5ee6669b7bbecb00bd840fd426cf84c0f41502afd50d645cf7b4504784c
 WHIRLPOOL 
083328bff77e935d30f1c97ca55d4081147707a4051ccf6649eb8166dc7a2db291dd36a5f5f0df6a583e542cec54a01a28dfedc04215cf825568960007d76cdb
 DIST mpdas-0.3.1.tar.bz2 13472 SHA256 
eaf01afbeac02e6a2023fd05be81042eee94b30abd82667f2220b06955f52ab9 SHA512 
26f1e91f6787cd937550e48c04f97a326145ef5b5ac017da86089cc18150f6123e4e233f1936e67240f0125dab0526a86855f2d990b07131c7c52649e2cfe939
 WHIRLPOOL 
7ff0cce030e5dbb8b792d2a2481051aa5ff376cd8f6b3cd3e75eae82181d1a8c0cd53f17ce5207f74ae9abf324d4e0a989603e5f4c2055783f985bfcd160924d
 DIST mpdas-0.3.2.tar.gz 14143 SHA256 
145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 SHA512 
b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd1
 WHIRLPOOL 
c3e7de844bc0ed06a9ef89bbe5b02f076cfb13883196811640f9d346fe31c4dc86567c032ce738df155858ae6254b37044abab703373eb5daa510939d86c8abf
+DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0.ebuild
new file mode 100644
index 000..cc68699
--- /dev/null
+++ b/media-sound/mpdas/mpdas-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="An AudioScrobbler client for MPD written in C++"
+HOMEPAGE="http://50hz.ws/mpdas/";
+SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libmpd
+   net-misc/curl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_compile() {
+   tc-export CXX
+   emake CONFIG="/etc"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   newinitd "${FILESDIR}/${PN}.init" ${PN}
+   dodoc mpdasrc.example README
+}
+
+pkg_postinst() {
+   elog "For further configuration help consult the README in"
+   elog "${EPREFIX}/usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/

2015-09-16 Thread Christoph Mende
commit: 93595e17e0fa770f01ad44f9c4ffb44cdfeb7aa0
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:36:07 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:36:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93595e17

media-sound/mpc: version bump to 0.27

Package-Manager: portage-2.2.20.1

 media-sound/mpc/Manifest|  1 +
 media-sound/mpc/mpc-0.27.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest
index 2e85306..eabb5bf 100644
--- a/media-sound/mpc/Manifest
+++ b/media-sound/mpc/Manifest
@@ -1,2 +1,3 @@
 DIST mpc-0.25.tar.xz 100880 SHA256 
70cfa4f734a275a3c76df481ec5222872362ed8f58a4175459cae65d66acaf24 SHA512 
7752dd35027b6075d96a27808556af8b2b6e1ac5bb8069515f5baadf25ff31d46409749163634c668da132428b9686ba01a04051f4d41d4cd5e782e57a07b2cb
 WHIRLPOOL 
c73eefd8481a1c7cc43840b514c5b571fe204c8e51096562d3a797416f602ce5352491736a8f477b1924483165e90064bbdcb352e5c6476749fb20ea957d1073
 DIST mpc-0.26.tar.xz 105432 SHA256 
20735f7173cce56bec50c1d8b4633751052dc68365b29a6113206dc1cdc6e242 SHA512 
099d4970418fa848290864ff475801cc9e0aada3f8c11809a0254b9645229d1564e58b746e7e6a327860df72e4d645de06eb7aa9b3cc5f3b7a42331c4aa7192e
 WHIRLPOOL 
53d9e9d9546727b4b8dacd716e95ed77c199aa6b99104d67a0d3ee8e98d4e3a6aa2544552c9e17da6183d4fe50e8baa1c0d2800b946338d86f7d69be6fc3ca21
+DIST mpc-0.27.tar.xz 113596 SHA256 
45a2be0a6dea65ed43f631294c24e74b83c8ee66d1ba6ab47d0744ddb1e62064 SHA512 
f73550004697c6d4ae44f25c82a9e4477fa878accb8725f58b74b2785c02b175a35e675c5484c58766e9032fe19beabd35a64c57cd1afd81478619d2f51916d4
 WHIRLPOOL 
c1b881b812f88656aa2e865f31acd90f654e099db4e63ec65feb6976baeb17825251e827eb22589cd1efe26d265e725f7f2b0bad918cffe0d001f81d0880c792

diff --git a/media-sound/mpc/mpc-0.27.ebuild b/media-sound/mpc/mpc-0.27.ebuild
new file mode 100644
index 000..b742f1e
--- /dev/null
+++ b/media-sound/mpc/mpc-0.27.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit bash-completion-r1
+
+DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="iconv"
+
+RDEPEND=">=media-libs/libmpdclient-2.2
+   iconv? ( virtual/libiconv )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README doc/mpd-m3u-handler.sh doc/mppledit
+   doc/mpd-pls-handler.sh )
+
+src_configure() {
+   econf $(use_enable iconv) \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+src_install() {
+   default
+   newbashcomp doc/mpc-completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/, media-sound/mpd/files/

2015-09-16 Thread Christoph Mende
commit: aaa4bac1496c4beb7e05d5a970ae1e6439959bf5
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:28:50 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:29:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa4bac1

media-sound/mpd: remove old versions

Package-Manager: portage-2.2.20.1

 media-sound/mpd/Manifest   |   6 -
 media-sound/mpd/files/mpd-0.16.conf.patch  |  70 --
 media-sound/mpd/files/mpd-0.17.4-ffmpeg2.patch |  19 --
 .../mpd/files/mpd-0.17.6-opus-linking.patch|  15 --
 media-sound/mpd/files/mpd.init |  32 ---
 media-sound/mpd/metadata.xml   |   2 -
 media-sound/mpd/mpd-0.17.6.ebuild  | 208 --
 media-sound/mpd/mpd-0.18.16.ebuild | 211 --
 media-sound/mpd/mpd-0.18.20.ebuild | 211 --
 media-sound/mpd/mpd-0.18.23.ebuild | 210 --
 media-sound/mpd/mpd-0.19.6-r1.ebuild   | 237 -
 media-sound/mpd/mpd-0.19.6.ebuild  | 237 -
 media-sound/mpd/mpd-0.19.9-r1.ebuild   | 236 
 media-sound/mpd/mpd-0.19.9.ebuild  | 236 
 14 files changed, 1930 deletions(-)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index eafcad9..2879f09 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,7 +1 @@
-DIST mpd-0.17.6.tar.bz2 585951 SHA256 
9788948175157dc1c4da4a7d36e04a4b4812cb3a79f6b935e4fc9f93cb60c332 SHA512 
014629b913e7bd537f38303ffee295648b55fe18dc0ea669b463b82c3d60334792eeedb624f96849c834cf32e0bb5107f804e59d62be293ff78d3d940dbbb9e2
 WHIRLPOOL 
dee52fe02174b3818ce4483385b7b91e0667fddfd4912023551032b29a67b80a9d3aba2f2d49781266eceb25d5af2c3fe1285f46ad1513cafcd0f5d3766d2705
-DIST mpd-0.18.16.tar.xz 587724 SHA256 
7524c7a7695acfc6a5ce4117b30c74b172cef681a4bb9032db20c3671ad5765a SHA512 
bddd0236066bae97ef690b24a0eac46d892fe10ce7c5455634cb8b84210bf2ceb1b5ee8c7754fcf581de7fbd165c9b805f179e243b88bc87e6254e72fa6c8f45
 WHIRLPOOL 
cdf7488fee33b18880b24686bcc86b8d4696023e72011d1310d81f067a8ae99590441c61214e5e371b3cd4da6fb99575963343765c9defa4fb3b41582193c407
-DIST mpd-0.18.20.tar.xz 587320 SHA256 
0de4f79fb4f0788ec7e7db7d5abc18bd54d32b7bdaf6fbd244c44e5d56b69f2b SHA512 
743761c9ab9bf3c856e2355f417f90a9dfb8d8df5d75d3fc904d874516743ffee969f6ae225f88ed128588e508d82e558a7a279f3b1c29f7f9d592ce9a29
 WHIRLPOOL 
21ab9870a42be68d8073d84422ea368ab58c1435e41f81daf9e151230b5b64022f8b91b2856d2c01c585a219e5082d97eb8bde0c16b99b7ddaef585c19da4f2b
-DIST mpd-0.18.23.tar.xz 584160 SHA256 
647cf5a27ca68307ab4b28b0c58a3f7461d1f8dad1ab4d3e2ac9a2c380d92e70 SHA512 
99641514b4c7dac8d814f891072e0131efa54bc03d9abd54165cbbea3398fb21b01236ab43374a763184c4aad06b3b27cc9455c6f78168e2bf49d7c8c945b975
 WHIRLPOOL 
9416e88e0071966fc06bd9cfb6ec4a536cf2eeb5c66f3646fb3425a9ffd7edd268858d0ef1b23fbff374306b2c4d4b61610862fd60aa06d5502de313754c1f1c
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
-DIST mpd-0.19.6.tar.xz 703328 SHA256 
fac25376ee46b89249ee28a1ae13b2d5d1df7ff62464340c33c077015364d1e0 SHA512 
b679c42169ad0815c69de817b7d59531e6afb9a88ed15ddbe4648f103815b513605081ffddb12a92c9e52e402fcb80c9df984c05c70491a4f3cc4f7efc5e3d86
 WHIRLPOOL 
7c02eaf842a89417e2a97ee0d6bae4ab22e3233c015496b8bb93bcff2eca40104ae5bdbe50a91d27a1130e531be515e2ff551424f0466cc5525953eb29ab044c
-DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/files/mpd-0.16.conf.patch 
b/media-sound/mpd/files/mpd-0.16.conf.patch
deleted file mode 100644
index 8f193c8..000
--- a/media-sound/mpd/files/mpd-0.16.conf.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-Index: mpd-0.16/doc/mpdconf.dist
-===
 mpd-0.16.orig/doc/mpdconf.dist
-+++ mpd-0.16/doc/mpdconf.dist
-@@ -10,14 +10,14 @@
- # be disabled and audio files will only be accepted over ipc socket (using
- # file:// protocol) or streaming files over an accepted protocol.
- #
--#music_directory  "~/music"
-+music_directory   "/var/lib/mpd/music"
- #
- # This setting sets the MPD intern

[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2015-09-16 Thread Christoph Mende
commit: 6dbc012ebf1c8a12b0ca094fc7366384ce3e4b9a
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:25:41 2015 +
Commit:     Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:29:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbc012e

media-sound/mpd: Version bump to 0.19.10

Also adds USE flags to disable eventfd/signalfd support for old/non-linux 
systems (bug #554152)

Reported-by: Jeroen Roovers  gentoo.org>
Reported-by: xpue  gmail.com>

Package-Manager: portage-2.2.20.1

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/metadata.xml   |   2 +
 media-sound/mpd/mpd-0.19.10.ebuild | 250 +
 3 files changed, 253 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index ccef47d..eafcad9 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -2,5 +2,6 @@ DIST mpd-0.17.6.tar.bz2 585951 SHA256 
9788948175157dc1c4da4a7d36e04a4b4812cb3a79
 DIST mpd-0.18.16.tar.xz 587724 SHA256 
7524c7a7695acfc6a5ce4117b30c74b172cef681a4bb9032db20c3671ad5765a SHA512 
bddd0236066bae97ef690b24a0eac46d892fe10ce7c5455634cb8b84210bf2ceb1b5ee8c7754fcf581de7fbd165c9b805f179e243b88bc87e6254e72fa6c8f45
 WHIRLPOOL 
cdf7488fee33b18880b24686bcc86b8d4696023e72011d1310d81f067a8ae99590441c61214e5e371b3cd4da6fb99575963343765c9defa4fb3b41582193c407
 DIST mpd-0.18.20.tar.xz 587320 SHA256 
0de4f79fb4f0788ec7e7db7d5abc18bd54d32b7bdaf6fbd244c44e5d56b69f2b SHA512 
743761c9ab9bf3c856e2355f417f90a9dfb8d8df5d75d3fc904d874516743ffee969f6ae225f88ed128588e508d82e558a7a279f3b1c29f7f9d592ce9a29
 WHIRLPOOL 
21ab9870a42be68d8073d84422ea368ab58c1435e41f81daf9e151230b5b64022f8b91b2856d2c01c585a219e5082d97eb8bde0c16b99b7ddaef585c19da4f2b
 DIST mpd-0.18.23.tar.xz 584160 SHA256 
647cf5a27ca68307ab4b28b0c58a3f7461d1f8dad1ab4d3e2ac9a2c380d92e70 SHA512 
99641514b4c7dac8d814f891072e0131efa54bc03d9abd54165cbbea3398fb21b01236ab43374a763184c4aad06b3b27cc9455c6f78168e2bf49d7c8c945b975
 WHIRLPOOL 
9416e88e0071966fc06bd9cfb6ec4a536cf2eeb5c66f3646fb3425a9ffd7edd268858d0ef1b23fbff374306b2c4d4b61610862fd60aa06d5502de313754c1f1c
+DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
 DIST mpd-0.19.6.tar.xz 703328 SHA256 
fac25376ee46b89249ee28a1ae13b2d5d1df7ff62464340c33c077015364d1e0 SHA512 
b679c42169ad0815c69de817b7d59531e6afb9a88ed15ddbe4648f103815b513605081ffddb12a92c9e52e402fcb80c9df984c05c70491a4f3cc4f7efc5e3d86
 WHIRLPOOL 
7c02eaf842a89417e2a97ee0d6bae4ab22e3233c015496b8bb93bcff2eca40104ae5bdbe50a91d27a1130e531be515e2ff551424f0466cc5525953eb29ab044c
 DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml
index 5f39ad5..2c475cc 100644
--- a/media-sound/mpd/metadata.xml
+++ b/media-sound/mpd/metadata.xml
@@ -14,6 +14,7 @@
Enable the AdPlug decoder plugin
Use libcdio for ISO9660 parsing support
Support for web stream listening
+   Use the eventfd function in MPD's event loop
Use external faad library for AAC decoding
Support writing audio to a FIFO
Enables Fluidsynth MIDI software synthesis 
(discouraged)
@@ -32,6 +33,7 @@
Support writing audio to a pipe
Enables output plugin for recording radio 
streams
Build with SID (Commodore 64 Audio) support
+   Use the signalfd function in MPD's event 
loop
Build plugin to access soundcloud
Use net-libs/libsoup for HTTP 
streaming
Enable support for systemd socket activation

diff --git a/media-sound/mpd/mpd-0.19.10.ebuild 
b/media-sound/mpd/mpd-0.19.10.ebuild
new file mode 100644
index 000..da43a94
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.10.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org";
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cd

[gentoo-commits] gentoo-x86 commit in media-sound/quimup: quimup-1.4.0.ebuild ChangeLog

2015-04-12 Thread Christoph Mende (angelos)
angelos 15/04/12 18:47:01

  Modified: ChangeLog
  Added:quimup-1.4.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84F20B43)

Revision  ChangesPath
1.23 media-sound/quimup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quimup/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quimup/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quimup/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   29 Jun 2014 14:53:42 -  1.22
+++ ChangeLog   12 Apr 2015 18:47:01 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/quimup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v 1.22 
2014/06/29 14:53:42 angelos Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v 1.23 
2015/04/12 18:47:01 angelos Exp $
+
+*quimup-1.4.0 (12 Apr 2015)
+
+  12 Apr 2015;   +quimup-1.4.0.ebuild:
+  Version bump
 
 *quimup-1.3.2 (29 Jun 2014)
 



1.1  media-sound/quimup/quimup-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quimup/quimup-1.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quimup/quimup-1.4.0.ebuild?rev=1.1&content-type=text/plain

Index: quimup-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/quimup-1.4.0.ebuild,v 1.1 
2015/04/12 18:47:01 angelos Exp $

EAPI=5
inherit qmake-utils

MY_P=${PN}_${PV}

DESCRIPTION="A Qt4 client for the music player daemon (MPD) written in C++"
HOMEPAGE="http://mpd.wikia.com/wiki/Client:Quimup";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
>=media-libs/libmpdclient-2.3
media-libs/taglib"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}/${PN} ${PV}"

DOCS=( changelog FAQ.txt README )

src_configure() {
eqmake5
}

src_install() {
default
dobin ${PN}

newicon src/resources/mn_icon.png ${PN}.png
make_desktop_entry ${PN} Quimup
}






[gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.19.9.ebuild mpd-0.18.23.ebuild ChangeLog

2015-04-12 Thread Christoph Mende (angelos)
angelos 15/04/12 16:35:01

  Modified: ChangeLog
  Added:mpd-0.19.9.ebuild mpd-0.18.23.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84F20B43)

Revision  ChangesPath
1.372media-sound/mpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.372&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.372&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.371&r2=1.372

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ChangeLog   27 Feb 2015 22:24:32 -  1.371
+++ ChangeLog   12 Apr 2015 16:35:01 -  1.372
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.371 
2015/02/27 22:24:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.372 
2015/04/12 16:35:01 angelos Exp $
+
+*mpd-0.18.23 (12 Apr 2015)
+*mpd-0.19.9 (12 Apr 2015)
+
+  12 Apr 2015;   +mpd-0.18.23.ebuild, +mpd-0.19.9.ebuild:
+  Version bump
 
   27 Feb 2015; Michał Górny  mpd-0.18.16.ebuild,
   mpd-0.18.20.ebuild, mpd-0.19.6.ebuild:



1.1  media-sound/mpd/mpd-0.19.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.19.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.19.9.ebuild?rev=1.1&content-type=text/plain

Index: mpd-0.19.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.19.9.ebuild,v 1.1 
2015/04/12 16:35:01 angelos Exp $

EAPI=5
inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user

DESCRIPTION="The Music Player Daemon (mpd)"
HOMEPAGE="http://www.musicpd.org";
SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug expat faad +fifo +ffmpeg
flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack lame mms
libav libmpdclient libsamplerate libsoxr +mad mikmod modplug mpg123 
musepack
+network nfs ogg openal opus oss pipe pulseaudio recorder samba selinux 
sid
sndfile soundcloud sqlite systemd tcpd twolame unicode upnp vorbis 
wavpack
wildmidi zeroconf zip"

OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
ENCODER_PLUGINS="audiofile flac lame twolame vorbis"

REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
|| ( ${DECODER_PLUGINS} )
ao? ( glib )
gme? ( glib )
jack? ( glib )
network? ( || ( ${ENCODER_PLUGINS} )
glib )
recorder? ( || ( ${ENCODER_PLUGINS} ) )
sid? ( glib )
soundcloud? ( glib )
sqlite? ( glib )
opus? ( ogg )
upnp? ( expat )
vorbis? ( glib )
wavpack? ( glib )"

CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
icu? ( dev-libs/icu:= )
id3tag? ( media-libs/libid3tag )
jack? ( media-sound/jack-audio-connection-kit )
lame? ( network? ( media-sound/lame ) )
libmpdclient? ( media-libs/libmpdclient )
libsamplerate? ( media-libs/libsamplerate )
mad? ( media-libs/libmad )
mikmod? ( media-libs/libmikmod:0 )
mms? ( media-libs/libmms )
modplug? ( media-libs/libmodplug )
mpg123? ( >=media-sound/mpg123-1.12.2 )
musepack? ( media-sound/musepack-tools )
network? ( >=media-libs/libshout-2
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
nfs? ( net-fs/libnfs )
ogg? ( media-libs/libogg )
openal? ( media-libs/openal )
opus? ( media-libs/opus )
pulseaudio? ( media-sound/pulseaudio )
samba? ( net-fs/samba[smbclient] )
sid? ( media-libs/libsidplay:2 )
sndfile? ( media-libs/libsndfile )
soundcloud? ( >=dev-libs/yajl-2 )
libsoxr? ( media-libs/soxr )
sqlite? ( dev-db/sqlite:3 )
systemd? ( sys-apps/systemd )
tcpd? ( sys-apps/tcp-wrappers )
twolame? ( media-sound/twolame )
upnp? ( net-libs/libupnp )
vorbis? ( media-libs/libvorbis )
wavpack? ( media-sound/wavpack )
wildmidi? ( media-sound/wild

  1   2   3   >