[gentoo-commits] gentoo-x86 commit in media-video/baka-mplayer: baka-mplayer-2.0.3.ebuild ChangeLog

2015-08-06 Thread Ben de Groot (yngwin)
yngwin  15/08/07 04:07:44

  Modified: ChangeLog
  Added:baka-mplayer-2.0.3.ebuild
  Log:
  version bump, bug #556890
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  media-video/baka-mplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/baka-mplayer/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/baka-mplayer/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/baka-mplayer/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/baka-mplayer/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 Mar 2015 11:31:03 -   1.2
+++ ChangeLog   7 Aug 2015 04:07:44 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/baka-mplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/baka-mplayer/ChangeLog,v 1.2 
2015/03/09 11:31:03 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/baka-mplayer/ChangeLog,v 1.3 
2015/08/07 04:07:44 yngwin Exp $
+
+*baka-mplayer-2.0.3 (07 Aug 2015)
+
+  07 Aug 2015; Ben de Groot yng...@gentoo.org +baka-mplayer-2.0.3.ebuild:
+  version bump, bug #556890
 
   09 Mar 2015; Ben de Groot yng...@gentoo.org baka-mplayer-2.0.2.ebuild:
   add libX11 dep for completeness



1.1  media-video/baka-mplayer/baka-mplayer-2.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/baka-mplayer/baka-mplayer-2.0.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/baka-mplayer/baka-mplayer-2.0.3.ebuild?rev=1.1content-type=text/plain

Index: baka-mplayer-2.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/baka-mplayer/baka-mplayer-2.0.3.ebuild,v 
1.1 2015/08/07 04:07:44 yngwin Exp $

EAPI=5
inherit qmake-utils

DESCRIPTION=Cross-platform libmpv-based multimedia player with uncluttered 
design
HOMEPAGE=http://bakamplayer.u8sand.net/;
SRC_URI=https://github.com/u8sand/Baka-MPlayer/archive/v${PV}.tar.gz - 
${P}.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/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
media-video/mpv[libmpv]
x11-libs/libX11
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/Baka-MPlayer-${PV}

src_prepare() {
# no need to install license
sed -e '/^INSTALLS/s:license::' -i src/Baka-MPlayer.pro || die
# put manual in our docdir
sed -e '/^manual.path/s:yer:yer-'${PV}':' -i src/Baka-MPlayer.pro || die
}

src_configure() {
eqmake5 INSTROOT=${D} CONFIG+=install_translations 
src/Baka-MPlayer.pro
}






[gentoo-commits] gentoo-x86 commit in media-libs/fontconfig-ultimate: fontconfig-ultimate-2015.08.01.ebuild ChangeLog

2015-08-05 Thread Ben de Groot (yngwin)
yngwin  15/08/05 07:06:58

  Modified: ChangeLog
  Added:fontconfig-ultimate-2015.08.01.ebuild
  Log:
  version bump, bug #552402
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-libs/fontconfig-ultimate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 May 2015 09:59:16 -   1.1
+++ ChangeLog   5 Aug 2015 07:06:58 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/fontconfig-ultimate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog,v 
1.1 2015/05/09 09:59:16 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig-ultimate/ChangeLog,v 
1.2 2015/08/05 07:06:58 yngwin Exp $
+
+*fontconfig-ultimate-2015.08.01 (05 Aug 2015)
+
+  05 Aug 2015; Ben de Groot yng...@gentoo.org
+  +fontconfig-ultimate-2015.08.01.ebuild:
+  version bump, bug #552402
 
 *fontconfig-ultimate-2015.04 (09 May 2015)
 



1.1  
media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild?rev=1.1content-type=text/plain

Index: fontconfig-ultimate-2015.08.01.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild,v
 1.1 2015/08/05 07:06:58 yngwin Exp $

EAPI=5
inherit readme.gentoo versionator

MY_PV=$(replace_all_version_separators -)
DESCRIPTION=A set of font rendering and replacement rules for 
fontconfig-infinality
HOMEPAGE=http://bohoomil.com/;
SRC_URI=https://github.com/bohoomil/${PN}/archive/${MY_PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=app-eselect/eselect-infinality
app-eselect/eselect-lcdfilter
media-libs/fontconfig-infinality
media-libs/freetype:2[infinality]
RDEPEND=${DEPEND}

S=${WORKDIR}/${PN}-${MY_PV}

DISABLE_AUTOFORMATTING=1
DOC_CONTENTS=1. Disable all rules but 52-infinality.conf using eselect 
fontconfig
2. Enable one of the \ultimate\ presets using eselect infinality
3. Select ultimate lcdfilter settings using eselect lcdfilter

BLACKLIST=43-wqy-zenhei-sharp.conf

src_prepare() {
pushd fontconfig_patches/fonts-settings || die
rm ${BLACKLIST} || die
popd

# Generate lcdfilter config
echo -e # FONTCONFIG ULTIMATE STYLE 
#\n \
 ${T}/ultimate || die

local infinality_style
infinality_style=$(sed --quiet \
-e 's/^USE_STYLE=*\([1-9]\)*/\1/p' \
freetype/infinality-settings.sh) || die

if ! [ -n $infinality_style ]; then
ewarn Missing USE_STYLE variable in package source.
infinality_style=1
fi

sed --quiet \
-e '/INFINALITY_FT_FILTER_PARAMS=/p' \
freetype/infinality-settings.sh \
| sed --quiet \
-e ${infinality_style} s/[ \t]*export[ \t]*//p \
 ${T}/ultimate
assert

sed --quiet \
-e '/INFINALITY_FT_FILTER_PARAMS/ d' \
-e 's/^[ \t]*export[ \t]*INFINALITY_FT/INFINALITY_FT/p' \
freetype/infinality-settings.sh \
 ${T}/ultimate || die
}

src_install() {
insinto /etc/fonts/infinality/conf.src.ultimate
doins conf.d.infinality/*.conf
doins fontconfig_patches/{ms,free,combi}/*.conf

# Cut a list of default .conf files out of Makefile.am
local default_configs config fonts_settings
default_configs=$(sed --quiet \
-e ':again' \
-e '/\\$/ N' \
-e 's/\\\n/ /' \
-e 't again' \
-e 's/^CONF_LINKS =//p' \
conf.d.infinality/Makefile.am) || die

# Install per-font settings
pushd fontconfig_patches/fonts-settings || die
doins *.conf
fonts_settings=$(echo *.conf)
popd

[gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-2.33.0.ebuild ChangeLog

2015-08-05 Thread Ben de Groot (yngwin)
yngwin  15/08/05 09:10:29

  Modified: ChangeLog
  Added:calibre-2.33.0.ebuild
  Log:
  Version bump. Update SRC_URI and deps.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.348app-text/calibre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.348view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.348content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.347r2=1.348

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   1 Jul 2015 08:40:42 -   1.347
+++ ChangeLog   5 Aug 2015 09:10:29 -   1.348
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/calibre
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.347 
2015/07/01 08:40:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.348 
2015/08/05 09:10:29 yngwin Exp $
+
+*calibre-2.33.0 (05 Aug 2015)
+
+  05 Aug 2015; Ben de Groot yng...@gentoo.org +calibre-2.33.0.ebuild:
+  Version bump. Update SRC_URI and deps.
 
 *calibre-2.31.0 (01 Jul 2015)
 



1.1  app-text/calibre/calibre-2.33.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-2.33.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-2.33.0.ebuild?rev=1.1content-type=text/plain

Index: calibre-2.33.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-2.33.0.ebuild,v 1.1 
2015/08/05 09:10:29 yngwin Exp $

EAPI=5
inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs

DESCRIPTION=Ebook management application
HOMEPAGE=http://calibre-ebook.com/;
SRC_URI=http://download.calibre-ebook.com/${PV}/${P}.tar.xz;

LICENSE=
GPL-3+
GPL-3
GPL-2+
GPL-2
GPL-1+
LGPL-3+
LGPL-2.1+
LGPL-2.1
BSD
MIT
Old-MIT
Apache-2.0
public-domain
|| ( Artistic GPL-1+ )
CC-BY-3.0
OFL-1.1
PSF-2
unRAR

KEYWORDS=~amd64 ~arm ~x86
SLOT=0
IUSE=+udisks

COMMON_DEPEND=
=app-text/podofo-0.8.2:=
=app-text/poppler-0.26.5[qt5]
=dev-lang/python-2.7.9:2.7[sqlite,ssl]
=dev-libs/chmlib-0.40:=
dev-libs/glib:2
=dev-libs/icu-4.4:=
=dev-python/apsw-3.7.17[python_targets_python2_7(-)]
=dev-python/beautifulsoup-3.0.5:python-2[python_targets_python2_7(-)]
=dev-python/dnspython-1.6.0[python_targets_python2_7(-)]
=dev-python/cssselect-0.7.1[python_targets_python2_7(-)]
=dev-python/cssutils-0.9.9[python_targets_python2_7(-)]
=dev-python/dbus-python-1.2.0[python_targets_python2_7(-)]
=dev-python/lxml-3.2.1[python_targets_python2_7(-)]
=dev-python/mechanize-0.1.11[python_targets_python2_7(-)]
dev-python/netifaces[python_targets_python2_7(-)]
dev-python/psutil[python_targets_python2_7(-)]
=dev-python/pygments-2.0.1[python_targets_python2_7(-)]
=dev-python/python-dateutil-1.4.1[python_targets_python2_7(-)]

=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,python_targets_python2_7(-)]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-fonts/liberation-fonts
=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
=media-libs/freetype-2:=
=media-libs/libmtp-1.1.5:=
=media-libs/libwmf-0.2.8
sys-libs/zlib
virtual/libusb:1=
virtual/python-imaging[python_targets_python2_7(-)]
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
=x11-misc/xdg-utils-1.0.2-r2
udisks? ( virtual/libudev )
RDEPEND=${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )
DEPEND=${COMMON_DEPEND}
=dev-python/setuptools-0.6_rc5
=virtual/podofo-build-0.8.2

src_prepare() {
# Fix outdated version constant.
#sed -e s#\\(^numeric_version =\\).*#\\1 (${PV//./, })# \
#   -i src/calibre/constants.py || \
#   die sed failed to patch constants.py

# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls xdg-* (bug #258938).
sed -e s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'| \
-e s|check_call(\\['xdg-desktop-menu', 

[gentoo-commits] gentoo-x86 commit in dev-python/pygal: pygal-2.0.0.ebuild ChangeLog

2015-08-04 Thread Ben de Groot (yngwin)
yngwin  15/08/04 14:19:54

  Modified: ChangeLog
  Added:pygal-2.0.0.ebuild
  Log:
  version bump; update license
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.12 dev-python/pygal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Jun 2015 20:59:40 -   1.11
+++ ChangeLog   4 Aug 2015 14:19:54 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v 1.11 
2015/06/03 20:59:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v 1.12 
2015/08/04 14:19:54 yngwin Exp $
+
+*pygal-2.0.0 (04 Aug 2015)
+
+  04 Aug 2015; Ben de Groot yng...@gentoo.org +pygal-2.0.0.ebuild:
+  version bump; update license
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/pygal/pygal-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/pygal-2.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/pygal-2.0.0.ebuild?rev=1.1content-type=text/plain

Index: pygal-2.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/pygal-2.0.0.ebuild,v 1.1 
2015/08/04 14:19:54 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A python SVG charts generator
HOMEPAGE=http://pygal.org/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-3+
SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=dev-python/lxml[${PYTHON_USEDEP}]
media-gfx/cairosvg[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-python/micawber: micawber-0.3.3.ebuild ChangeLog

2015-08-04 Thread Ben de Groot (yngwin)
yngwin  15/08/04 14:26:36

  Modified: ChangeLog
  Added:micawber-0.3.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  dev-python/micawber/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Jul 2015 07:12:07 -  1.2
+++ ChangeLog   4 Aug 2015 14:26:36 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/micawber
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v 1.2 
2015/07/20 07:12:07 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v 1.3 
2015/08/04 14:26:36 yngwin Exp $
+
+*micawber-0.3.3 (04 Aug 2015)
+
+  04 Aug 2015; Ben de Groot yng...@gentoo.org +micawber-0.3.3.ebuild:
+  version bump
 
   20 Jul 2015; Ben de Groot yng...@gentoo.org
   +files/micawber-0.3.2-remove-examples-from-setup.py.patch,



1.1  dev-python/micawber/micawber-0.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.3.ebuild?rev=1.1content-type=text/plain

Index: micawber-0.3.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/micawber-0.3.3.ebuild,v 
1.1 2015/08/04 14:26:36 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A small library for extracting rich content from urls
HOMEPAGE=https://github.com/coleifer/micawber/;
SRC_URI=https://github.com/coleifer/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=examples

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

EXAMPLES=( examples/ )
PATCHES=( ${FILESDIR}/${PN}-0.3.2-remove-examples-from-setup.py.patch ) 
#555250

python_install_all() {
distutils-r1_python_install_all
dodoc -r docs
}






[gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.6.2.ebuild ChangeLog

2015-08-04 Thread Ben de Groot (yngwin)
yngwin  15/08/04 14:29:16

  Modified: ChangeLog
  Added:nikola-7.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.32 www-apps/nikola/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   27 Jul 2015 02:42:23 -  1.31
+++ ChangeLog   4 Aug 2015 14:29:16 -   1.32
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/nikola
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.31 2015/07/27 
02:42:23 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.32 2015/08/04 
14:29:16 yngwin Exp $
+
+*nikola-7.6.2 (04 Aug 2015)
+
+  04 Aug 2015; Ben de Groot yng...@gentoo.org +nikola-7.6.2.ebuild:
+  version bump
 
   27 Jul 2015; Ben de Groot yng...@gentoo.org nikola-7.2.0.ebuild,
   nikola-7.6.0.ebuild, nikola-7.6.1.ebuild:



1.1  www-apps/nikola/nikola-7.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.2.ebuild?rev=1.1content-type=text/plain

Index: nikola-7.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.2.ebuild,v 1.1 
2015/08/04 14:29:16 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A static website and blog generator
HOMEPAGE=http://getnikola.com/;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt;
MY_PN=Nikola

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=~amd64
fi

LICENSE=MIT Apache-2.0 CC0-1.0 public-domain
SLOT=0
IUSE=assets charts ghpages hyphenation ipython jinja markdown watchdog 
webmedia websocket
RESTRICT=test # needs coveralls

DEPEND==dev-python/docutils-0.12[${PYTHON_USEDEP}] # needs rst2man to build 
manpage
RDEPEND=${DEPEND}
=dev-python/blinker-1.3[${PYTHON_USEDEP}]
=dev-python/doit-0.28.0[${PYTHON_USEDEP}]
=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
=dev-python/mako-1.0[${PYTHON_USEDEP}]
=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
=dev-python/pygments-1.6[${PYTHON_USEDEP}]
=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
~dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
=dev-python/setuptools-5.4.1[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
assets? ( =dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
charts? ( ~dev-python/pygal-2.0.0[${PYTHON_USEDEP}] )
ghpages? ( =dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
hyphenation? ( =dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
ipython? ( =dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
jinja? ( =dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
markdown? ( =dev-python/markdown-2.4.0[${PYTHON_USEDEP}] )
watchdog? ( ~dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] )
webmedia? ( =dev-python/micawber-0.3.0[${PYTHON_USEDEP}] )
websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )
#   typography? ( =dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs 
smartypants

src_prepare() {
# replace Gutenberg licensed version with our public domain version 
(bug #552372)
rm nikola/data/samplesite/stories/a-study-in-scarlet.txt || die
cp ${DISTDIR}/a-study-in-scarlet.txt nikola/data/samplesite/stories/ 
|| die
}

src_install() {
distutils-r1_src_install

# hackish way to remove docs that ended up in the wrong place
rm -rf ${D}/usr/share/doc/${PN}

dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt
doman docs/man/${PN}.1.gz
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-4.0.9.ebuild ck-sources-3.18.19.ebuild ck-sources-3.10.83.ebuild ck-sources-3.14.48.ebuild ck-sources-4.1.3.ebuild ChangeLog ck-

2015-08-03 Thread Ben de Groot (yngwin)
yngwin  15/08/03 15:34:51

  Modified: ChangeLog
  Added:ck-sources-4.0.9.ebuild ck-sources-3.18.19.ebuild
ck-sources-3.10.83.ebuild ck-sources-3.14.48.ebuild
ck-sources-4.1.3.ebuild
  Removed:  ck-sources-4.0.5.ebuild ck-sources-3.14.44.ebuild
ck-sources-3.10.77.ebuild
  Log:
  version bumps; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.255sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.255view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.255content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.254r2=1.255

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   1 Jul 2015 09:26:41 -   1.254
+++ ChangeLog   3 Aug 2015 15:34:51 -   1.255
@@ -1,6 +1,19 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.254 
2015/07/01 09:26:41 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.255 
2015/08/03 15:34:51 yngwin Exp $
+
+*ck-sources-3.10.83 (03 Aug 2015)
+*ck-sources-4.1.3 (03 Aug 2015)
+*ck-sources-3.18.19 (03 Aug 2015)
+*ck-sources-3.14.48 (03 Aug 2015)
+*ck-sources-4.0.9 (03 Aug 2015)
+
+  03 Aug 2015; Ben de Groot yng...@gentoo.org +ck-sources-3.10.83.ebuild,
+  +ck-sources-3.14.48.ebuild, +ck-sources-3.18.19.ebuild,
+  +ck-sources-4.0.9.ebuild, +ck-sources-4.1.3.ebuild,
+  -ck-sources-3.10.77.ebuild, -ck-sources-3.14.44.ebuild,
+  -ck-sources-4.0.5.ebuild:
+  version bumps; remove old
 
 *ck-sources-3.10.82 (01 Jul 2015)
 *ck-sources-3.14.46 (01 Jul 2015)



1.1  sys-kernel/ck-sources/ck-sources-4.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.9.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.9.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-4.0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.9.ebuild,v 1.1 
2015/08/03 15:34:51 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=11
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=462

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/4.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... ---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly ---

PRE_CK_FIX=
POST_CK_FIX=( ${FILESDIR}/bfs462-rtmn-fix.patch
${FILESDIR}/bfs462-update_inittask.patch )

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi

UNIPATCH_LIST=${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}

UNIPATCH_STRICTORDER=yes

#-- Since 

[gentoo-commits] gentoo-x86 commit in media-sound/ardour: ardour-4.1.ebuild ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 07:43:10

  Modified: ardour-4.1.ebuild ChangeLog
  Log:
  Trigger rebuild on boost subslot bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-sound/ardour/ardour-4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild?r1=1.1r2=1.2

Index: ardour-4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ardour-4.1.ebuild   29 Jun 2015 14:20:26 -  1.1
+++ ardour-4.1.ebuild   2 Aug 2015 07:43:10 -   1.2
@@ -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/media-sound/ardour/ardour-4.1.ebuild,v 1.1 
2015/06/29 14:20:26 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild,v 1.2 
2015/08/02 07:43:10 yngwin Exp $
 
 EAPI=5
 
@@ -51,7 +51,7 @@
x11-libs/cairo
media-libs/libart_lgpl
virtual/libusb:0
-   dev-libs/boost
+   dev-libs/boost:=
=media-libs/taglib-1.7
net-misc/curl
jack? ( =media-sound/jack-audio-connection-kit-0.120 )



1.146media-sound/ardour/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?r1=1.145r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   29 Jun 2015 14:20:26 -  1.145
+++ ChangeLog   2 Aug 2015 07:43:10 -   1.146
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ardour
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.145 
2015/06/29 14:20:26 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.146 
2015/08/02 07:43:10 yngwin Exp $
+
+  02 Aug 2015; Ben de Groot yng...@gentoo.org ardour-4.1.ebuild:
+  Trigger rebuild on boost subslot bump
 
 *ardour-4.1 (29 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in media-sound/beets: metadata.xml ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 09:58:56

  Modified: metadata.xml ChangeLog
  Log:
  Re-assign to sound herd. Reformat metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.9  media-sound/beets/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/beets/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml4 Jun 2015 10:34:51 -   1.8
+++ metadata.xml2 Aug 2015 09:58:56 -   1.9
@@ -2,35 +2,53 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   maintainer
-emailmaintainer-nee...@gentoo.org/email
+emailso...@gentoo.org/email
   /maintainer
   longdescription lang=en
-The purpose of beets is to get your music collection right once and for all. 
It catalogs your collection, automatically improving its metadata as it goes 
using the MusicBrainz database. (It also downloads cover art for albums it 
imports.) Then it provides a bouquet of tools for manipulating and accessing 
your music.
+The purpose of beets is to get your music collection right once and for
+all. It catalogs your collection, automatically improving its metadata as
+it goes using the MusicBrainz database. (It also downloads cover art for
+albums it imports.) Then it provides a bouquet of tools for manipulating
+and accessing your music.
 
-Because beets is designed as a library, it can do almost anything you can 
imagine for your music collection. Via plugins, beets becomes a panacea:
-  * Embed and extract album art from files’ tags.
-  * Listen to your library with a music player that speaks the MPD protocol 
and works with a staggering variety of interfaces.
-  * Fetch lyrics for all your songs from databases on the Web.
-  * Manage your MusicBrainz music collection.
-  * Analyze music files’ metadata from the command line.
-  * Clean up crufty tags left behind by other, less-awesome tools.
-  * Browse your music library graphically through a Web browser and play it in 
any browser that supports HTML5 Audio.
+Because beets is designed as a library, it can do almost anything you can
+imagine for your music collection. Via plugins, beets becomes a panacea:
+* Embed and extract album art from files’ tags.
+* Listen to your library with a music player that speaks the MPD protocol
+and works with a staggering variety of interfaces.
+* Fetch lyrics for all your songs from databases on the Web.
+* Manage your MusicBrainz music collection.
+* Analyze music files’ metadata from the command line.
+* Clean up crufty tags left behind by other, less-awesome tools.
+* Browse your music library graphically through a Web browser and play it
+in any browser that supports HTML5 Audio.
 
-If beets doesn’t do what you want yet, writing your own plugin is shockingly 
simple if you know a little Python.
-   /longdescription
+If beets doesn’t do what you want yet, writing your own plugin is
+shockingly simple if you know a little Python.
+  /longdescription
   use
 flag name=beatportEnable support for beatport.com API/flag
-flag name=bpdEnable support for pkgmedia-sound/mpd/pkg server 
emulation/flag
+flag name=bpd
+  Enable support for pkgmedia-sound/mpd/pkg server emulation
+/flag
 flag name=chromaEnable support for acoustic fingerprinting plugin using
-   (pkgmedia-libs/chromaprint/pkg)/flag
-flag name=convertEnable support for the convert plugin which makes it 
possible to transcode files/flag
+  pkgmedia-libs/chromaprint/pkg/flag
+flag name=convertEnable support for the convert plugin which makes it
+  possible to transcode files/flag
 flag name=discogsEnable support for the discogs API plugin/flag
-flag name=echonest_tempoEnable support for writing the BPM of a track 
into its metadata/flag
-flag name=echonestEnable support for fetching and storing acoustic 
attributes of a track from Echo Nest/flag
-flag name=lastgenreEnable support for importing music genres from 
last.fm tags/flag
-flag name=mpdstatsEnable support for collecting statistic about 
listening habits from pkgmedia-sound/mpd/pkg/flag
-flag name=replaygainEnable support for Replay Gain metadata 
calculation during import/flag
-flag name=webEnable embedded webserver support through 
pkgdev-python/flask/pkg/flag
+flag name=echonest_tempoEnable support for writing the BPM of a track
+  into its 

[gentoo-commits] gentoo-x86 commit in dev-python/jellyfish: metadata.xml jellyfish-0.5.1.ebuild Manifest ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 10:35:02

  Added:metadata.xml jellyfish-0.5.1.ebuild Manifest
ChangeLog
  Log:
  Initial import from sdfg-overlay (bug #510988). New dependency for 
media-sound/beets.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  dev-python/jellyfish/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdpython/herd
  herdsound/herd
/pkgmetadata



1.1  dev-python/jellyfish/jellyfish-0.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/jellyfish-0.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/jellyfish-0.5.1.ebuild?rev=1.1content-type=text/plain

Index: jellyfish-0.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jellyfish/jellyfish-0.5.1.ebuild,v 1.1 
2015/08/02 10:35:02 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=Python module for doing approximate and phonetic matching of 
strings
HOMEPAGE=https://github.com/jamesturk/jellyfish 
http://pypi.python.org/pypi/jellyfish;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD-2
SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.1  dev-python/jellyfish/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST jellyfish-0.5.1.tar.gz 21766 SHA256 
e297b7a5d00579b0da0474a89273fff759f305de88e05d6a1d0ebd4cb58c49e8 SHA512 
2cb72651664c7314dba01659315fcdc1248e519f04171056d29fe57c6ef4a7eb9f7c8224827aa982aa52d4216a20b3ad8bd0dbb097f0e844ce292dbb3c963753
 WHIRLPOOL 
280b5fad06b8098c40d953ce3b524db08787ea12cb335daf6b2d627fea20bf3fdc69af60b6f4ab1a6732157716237b1b6bf5dce65812422fadf3c2228588c172
EBUILD jellyfish-0.5.1.ebuild 510 SHA256 
fcbacf856eebc1b950fe0fdee8bdce43b02bc0a4f7856700d8582ff35eb84214 SHA512 
5dfb423d131f603d2434f8e39950978cd54de44d44d6dcd34b923f668d4bfdfaf7befb0b808339e0f2f0f4d65953ed57eac68ba7b19410b387ecde4cf2d62de5
 WHIRLPOOL 
74b3e4e66e8c28050229a7431035a3c8d63b48783bb5da4caa525a26a588d9db0adf55c2cb04b5d71a5cd14d5065be23dfcaf30a15056fc0e784b53b6b3e5138
MISC metadata.xml 182 SHA256 
65a632e4d25b124fe57e068bef16f9decb5ce4cb282af41436e5740202286bbc SHA512 
4beb9ae59beb5db414401917436d31c2582215ac419a5106eb48956e7ad7a8fe939bcbfd59e2ac73eaed7824f7a45a2f3d987e724ab350690c459a387cf7b74a
 WHIRLPOOL 
d9929a833df87979b518c74dc181a273d021018e2f915bac4c5e44b94ff810c3bd7b2efca40c5028bb5c76a8575cb821c5d5457a9625172d96f6c044a3e1985c



1.1  dev-python/jellyfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jellyfish/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/jellyfish
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jellyfish/ChangeLog,v 1.1 
2015/08/02 10:35:02 yngwin Exp $

*jellyfish-0.5.1 (02 Aug 2015)

  02 Aug 2015; Ben de Groot yng...@gentoo.org +jellyfish-0.5.1.ebuild,
  +metadata.xml:
  Initial import from sdfg-overlay (bug #510988). New dependency for media-
  sound/beets.






[gentoo-commits] gentoo-x86 commit in dev-python/jellyfish: - New directory

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 10:25:37

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/jellyfish added to the repository



[gentoo-commits] gentoo-x86 commit in media-sound/qtractor: qtractor-0.7.0.ebuild ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 16:01:54

  Modified: qtractor-0.7.0.ebuild ChangeLog
  Log:
  Fix compilation with Qt 5.5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-sound/qtractor/qtractor-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild?r1=1.1r2=1.2

Index: qtractor-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtractor-0.7.0.ebuild   1 Aug 2015 10:53:57 -   1.1
+++ qtractor-0.7.0.ebuild   2 Aug 2015 16:01:54 -   1.2
@@ -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/media-sound/qtractor/qtractor-0.7.0.ebuild,v 1.1 
2015/08/01 10:53:57 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild,v 1.2 
2015/08/02 16:01:54 yngwin Exp $
 
 EAPI=5
 
@@ -46,6 +46,10 @@
 
 DOCS=README ChangeLog TODO AUTHORS
 
+src_prepare() {
+   epatch ${FILESDIR}/${P}-qt55-includes.patch
+}
+
 src_configure() {
econf \
$(use_enable mad libmad) \



1.67 media-sound/qtractor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   1 Aug 2015 10:53:57 -   1.66
+++ ChangeLog   2 Aug 2015 16:01:54 -   1.67
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/qtractor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.66 
2015/08/01 10:53:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.67 
2015/08/02 16:01:54 yngwin Exp $
+
+  02 Aug 2015; Ben de Groot yng...@gentoo.org
+  +files/qtractor-0.7.0-qt55-includes.patch, qtractor-0.7.0.ebuild:
+  Fix compilation with Qt 5.5
 
 *qtractor-0.7.0 (01 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in media-sound/qtractor/files: qtractor-0.7.0-qt55-includes.patch

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 16:01:54

  Added:qtractor-0.7.0-qt55-includes.patch
  Log:
  Fix compilation with Qt 5.5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  
media-sound/qtractor/files/qtractor-0.7.0-qt55-includes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/files/qtractor-0.7.0-qt55-includes.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/files/qtractor-0.7.0-qt55-includes.patch?rev=1.1content-type=text/plain

Index: qtractor-0.7.0-qt55-includes.patch
===
diff -burN qtractor-0.7.0.orig/src/qtractorCurve.h 
qtractor-0.7.0/src/qtractorCurve.h
--- qtractor-0.7.0.orig/src/qtractorCurve.h 2015-07-25 06:06:44.869457637 
+0800
+++ qtractor-0.7.0/src/qtractorCurve.h  2015-08-02 23:44:59.664835605 +0800
@@ -26,7 +26,7 @@
 #include qtractorMidiSequence.h
 
 #include QColor
-
+#include QObject
 
 // Forward declarations.
 class qtractorTimeScale;
diff -burN qtractor-0.7.0.orig/src/qtractorMidiEngine.h 
qtractor-0.7.0/src/qtractorMidiEngine.h
--- qtractor-0.7.0.orig/src/qtractorMidiEngine.h2015-07-25 
06:06:44.887457637 +0800
+++ qtractor-0.7.0/src/qtractorMidiEngine.h 2015-08-02 23:45:24.057834421 
+0800
@@ -30,6 +30,7 @@
 #include alsa/asoundlib.h
 
 #include QHash
+#include QObject
 
 // Forward declarations.
 class qtractorMidiBus;
diff -burN qtractor-0.7.0.orig/src/qtractorMidiTimer.h 
qtractor-0.7.0/src/qtractorMidiTimer.h
--- qtractor-0.7.0.orig/src/qtractorMidiTimer.h 2015-07-25 06:06:44.890457637 
+0800
+++ qtractor-0.7.0/src/qtractorMidiTimer.h  2015-08-02 23:45:44.008833452 
+0800
@@ -23,7 +23,7 @@
 #define __qtractorMidiTimer_h
 
 #include QStringList
-
+#include QObject
 
 //--
 // class qtractorMidiTimer -- ALSA sequencer timer stuff (singleton).
diff -burN qtractor-0.7.0.orig/src/qtractorTimeScale.h 
qtractor-0.7.0/src/qtractorTimeScale.h
--- qtractor-0.7.0.orig/src/qtractorTimeScale.h 2015-07-25 06:06:44.900457637 
+0800
+++ qtractor-0.7.0/src/qtractorTimeScale.h  2015-08-02 23:46:02.666832546 
+0800
@@ -26,7 +26,7 @@
 
 #include QStringList
 #include QColor
-
+#include QObject
 
 //--
 // class qtractorTimeScale -- Time scale conversion helper class.






[gentoo-commits] gentoo-x86 commit in media-sound/csound: csound-6.05.0.ebuild ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 09:46:31

  Modified: csound-6.05.0.ebuild ChangeLog
  Log:
  Improve python handling (bug #556342)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-sound/csound/csound-6.05.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?r1=1.1r2=1.2

Index: csound-6.05.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csound-6.05.0.ebuild8 Jul 2015 15:12:42 -   1.1
+++ csound-6.05.0.ebuild2 Aug 2015 09:46:31 -   1.2
@@ -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/media-sound/csound/csound-6.05.0.ebuild,v 
1.1 2015/07/08 15:12:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild,v 
1.2 2015/08/02 09:46:31 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -28,7 +28,6 @@
x11-libs/fltk:1[threads?]
dev-cpp/eigen:3
dev-libs/boost
-   ${PYTHON_DEPS}
)
curl? ( net-misc/curl )
dssi? (
@@ -70,6 +69,7 @@
)
 
 REQUIRED_USE=
+   csoundac? ( || ( lua python ) )
java? ( cxx )
linear? ( double-precision )
lua? ( cxx )
@@ -98,8 +98,10 @@
-e '/-O3/d' \
-i CMakeLists.txt || die
 
-   sed -e 's#${REPLACE_ME}#'$(python_get_sitedir)'#' \
-   -i CMakeLists.txt || die
+   if use python ; then
+   sed -e 's#${REPLACE_ME}#'$(python_get_sitedir)'#' \
+   -i CMakeLists.txt || die
+   fi
 
for lang in ${LANGS} ; do
if ! use linguas_${lang} ; then



1.39 media-sound/csound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   8 Jul 2015 15:12:42 -   1.38
+++ ChangeLog   2 Aug 2015 09:46:31 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/csound
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.38 
2015/07/08 15:12:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.39 
2015/08/02 09:46:31 yngwin Exp $
+
+  02 Aug 2015; Ben de Groot yng...@gentoo.org csound-6.05.0.ebuild:
+  Improve python handling (bug #556342)
 
 *csound-6.05.0 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pyechonest: pyechonest-9.0.0.ebuild ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 10:22:44

  Modified: ChangeLog
  Added:pyechonest-9.0.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.10 dev-python/pyechonest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jun 2015 15:24:28 -   1.9
+++ ChangeLog   2 Aug 2015 10:22:43 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyechonest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v 1.9 
2015/06/07 15:24:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v 1.10 
2015/08/02 10:22:43 yngwin Exp $
+
+*pyechonest-9.0.0 (02 Aug 2015)
+
+  02 Aug 2015; Ben de Groot yng...@gentoo.org +pyechonest-9.0.0.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/pyechonest/pyechonest-9.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild?rev=1.1content-type=text/plain

Index: pyechonest-9.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild,v 1.1 
2015/08/02 10:22:43 yngwin Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Python interface to The Echo Nest APIs
HOMEPAGE=http://echonest.github.com/pyechonest/;
SRC_URI=https://github.com/echonest/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples

RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

python_prepare_all() {
# Prevent un-needed download during build
sed -e s/, 'sphinx.ext.intersphinx'// -i doc/source/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  emake -C doc html
}

python_install_all() {
use doc  local HTML_DOCS=( doc/build/html/. )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in media-sound/beets: metadata.xml beets-1.3.13.ebuild ChangeLog

2015-08-02 Thread Ben de Groot (yngwin)
yngwin  15/08/02 10:52:32

  Modified: metadata.xml ChangeLog
  Added:beets-1.3.13.ebuild
  Log:
  Update based on ebuild from sdfg-overlay (bug #510988)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.10 media-sound/beets/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/beets/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml2 Aug 2015 09:58:56 -   1.9
+++ metadata.xml2 Aug 2015 10:52:32 -   1.10
@@ -44,6 +44,7 @@
   last.fm tags/flag
 flag name=mpdstatsEnable support for collecting statistic about
   listening habits from pkgmedia-sound/mpd/pkg/flag
+flag name=opusEnable opus support in gstreamer-based replaygain/flag
 flag name=replaygainEnable support for Replay Gain metadata calculation
   during import/flag
 flag name=web



1.26 media-sound/beets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/beets/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/beets/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   2 Aug 2015 09:58:56 -   1.25
+++ ChangeLog   2 Aug 2015 10:52:32 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/beets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beets/ChangeLog,v 1.25 
2015/08/02 09:58:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beets/ChangeLog,v 1.26 
2015/08/02 10:52:32 yngwin Exp $
+
+*beets-1.3.13 (02 Aug 2015)
+
+  02 Aug 2015; Ben de Groot yng...@gentoo.org +beets-1.3.13.ebuild,
+  metadata.xml:
+  Update based on ebuild from sdfg-overlay (bug #510988)
 
   02 Aug 2015; Ben de Groot yng...@gentoo.org metadata.xml:
   Re-assign to sound herd. Reformat metadata.



1.1  media-sound/beets/beets-1.3.13.ebuild

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

Index: beets-1.3.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/beets/beets-1.3.13.ebuild,v 1.1 
2015/08/02 10:52:32 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite
inherit distutils-r1 eutils

MY_PV=${PV/_beta/-beta.}
MY_P=${PN}-${MY_PV}

DESCRIPTION=A media library management system for obsessive-compulsive music 
geeks
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
HOMEPAGE=http://beets.radbox.org/ http://pypi.python.org/pypi/beets;

KEYWORDS=~amd64 ~x86
SLOT=0
LICENSE=MIT
IUSE=bpd chroma convert doc discogs echonest flac gstreamer lastgenre mpdstats
ogg opus replaygain test web

RDEPEND==dev-python/enum34-1.0.4[${PYTHON_USEDEP}]
dev-python/jellyfish[${PYTHON_USEDEP}]
dev-python/munkres[${PYTHON_USEDEP}]
=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/unidecode[${PYTHON_USEDEP}]
=media-libs/mutagen-1.27[${PYTHON_USEDEP}]
bpd? ( dev-python/bluelet[${PYTHON_USEDEP}] )
chroma? ( dev-python/pyacoustid[${PYTHON_USEDEP}] )
convert? ( media-video/ffmpeg:0[encode] )
discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
echonest? ( =dev-python/pyechonest-8.0.1[${PYTHON_USEDEP}] )
mpdstats? ( dev-python/python-mpd[${PYTHON_USEDEP}] )
lastgenre? ( dev-python/pylast[${PYTHON_USEDEP}] )
replaygain? (
gstreamer? ( media-libs/gstreamer:1.0[introspection]
media-libs/gst-plugins-good:1.0
dev-python/pygobject:3[${PYTHON_USEDEP}]
ogg? ( media-plugins/gst-plugins-ogg )
flac? ( 

[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6994.ebuild ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 09:40:27

  Modified: ChangeLog
  Added:smplayer-14.9.0.6994.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.171media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.171view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.171content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.170r2=1.171

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   1 Jul 2015 11:02:41 -   1.170
+++ ChangeLog   29 Jul 2015 09:40:27 -  1.171
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.170 
2015/07/01 11:02:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.171 
2015/07/29 09:40:27 yngwin Exp $
+
+*smplayer-14.9.0.6994 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org +smplayer-14.9.0.6994.ebuild:
+  version bump
 
   01 Jul 2015; Davide Pesavento p...@gentoo.org
   smplayer-14.9.0.6966-r2.ebuild:



1.1  media-video/smplayer/smplayer-14.9.0.6994.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6994.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6994.ebuild?rev=1.1content-type=text/plain

Index: smplayer-14.9.0.6994.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6994.ebuild,v 1.1 
2015/07/29 09:40:27 yngwin Exp $

EAPI=5
PLOCALES=ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr
hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL
sr sv th tr uk_UA vi_VN zh_CN zh_TW
PLOCALE_BACKUP=en_US
inherit eutils l10n qmake-utils

DESCRIPTION=Great Qt GUI front-end for mplayer/mpv
HOMEPAGE=http://smplayer.info/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
IUSE=autoshutdown bidi debug mpris +qt4 qt5 streaming
REQUIRED_USE=^^ ( qt4 qt5 )

DEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsingleapplication[X,qt4]
autoshutdown? ( dev-qt/qtdbus:4 )
mpris? ( dev-qt/qtdbus:4 )
streaming? ( dev-qt/qtcore:4[ssl] ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5]
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 )
mpris? ( dev-qt/qtdbus:5 )
streaming? ( dev-qt/qtnetwork:5[ssl]
dev-qt/qtscript:5 ) )
RDEPEND=${DEPEND}
|| ( media-video/mplayer[bidi?,libass,png,X]
( =media-video/mpv-0.6.2[libass,X]
streaming? ( =net-misc/youtube-dl-2014.11.26 ) ) )

src_prepare() {
epatch 
${FILESDIR}/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch # bug 487544
use bidi || epatch ${FILESDIR}/${PN}-14.9.0.6690-zero-bidi.patch

# Upstream Makefile sucks
sed -i -e /^PREFIX=/s:${EPREFIX}/usr/local:${EPREFIX}/usr: \
-e /^DOC_PATH=/s:packages/smplayer:${PF}: \
-e '/\.\/get_svn_revision\.sh/,+2c\
cd src  $(DEFS) $(MAKE)' \
${S}/Makefile || die sed failed

# Toggle autoshutdown option which pulls in dbus, bug #524392
if ! use autoshutdown ; then
sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#DEFINES += 
AUTO_SHUTDOWN_PC:' \
-i ${S}/src/smplayer.pro || die sed failed
fi

# Turn debug message flooding off
if ! use debug ; then
sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
${S}/src/smplayer.pro || die sed failed
fi

# MPRIS2 pulls in dbus, bug #553710
if ! use mpris ; then
sed -e 's:DEFINES += MPRIS2:#DEFINES += MPRIS2:' \
-i ${S}/src/smplayer.pro || die sed failed
fi

# Turn off online update checker, bug #479902
sed -e 's:DEFINES += 

[gentoo-commits] gentoo-x86 commit in net-news/quiterss: metadata.xml quiterss-9999.ebuild quiterss-0.18.2.ebuild ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 12:27:56

  Modified: metadata.xml quiterss-.ebuild ChangeLog
  Added:quiterss-0.18.2.ebuild
  Log:
  Version bump. Update DOCS. Reformat.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.8  net-news/quiterss/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml15 Jun 2015 18:12:54 -  1.7
+++ metadata.xml29 Jul 2015 12:27:56 -  1.8
@@ -1,18 +1,19 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdproxy-maintainers/herd
-   herdqt/herd
-   maintainer
-   emailnik...@gmx.us/email
-   nameNikoli/name
-   /maintainer
-   upstream
-   remote-id type=google-codequite-rss/remote-id
-   bugs-tohttps://code.google.com/p/quite-rss/issues/bugs-to
-   remote-id type=githubQuiteRSS/quiterss/remote-id
-   /upstream
-   use
-   flag name=phononEnable sound support via 
pkgmedia-libs/phonon/pkg or pkgdev-qt/qtphonon/pkg/flag
-   /use
+  herdqt/herd
+  herdproxy-maintainers/herd
+  maintainer
+emailnik...@gmx.us/email
+nameNikoli/name
+  /maintainer
+  use
+flag name=phononEnable sound support via pkgmedia-libs/phonon/pkg
+  or pkgdev-qt/qtphonon/pkg/flag
+  /use
+  upstream
+remote-id type=google-codequite-rss/remote-id
+bugs-tohttps://code.google.com/p/quite-rss/issues/bugs-to
+remote-id type=githubQuiteRSS/quiterss/remote-id
+  /upstream
 /pkgmetadata



1.24 net-news/quiterss/quiterss-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?r1=1.23r2=1.24

Index: quiterss-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- quiterss-.ebuild21 Apr 2015 16:34:29 -  1.23
+++ quiterss-.ebuild29 Jul 2015 12:27:56 -  1.24
@@ -1,36 +1,35 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-.ebuild,v 
1.23 2015/04/21 16:34:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-.ebuild,v 
1.24 2015/07/29 12:27:56 yngwin Exp $
 
 EAPI=5
-
 PLOCALES=ar bg cs de el_GR es fa fi fr gl hi hu it ja ko lt nl pl pt_BR pt_PT 
ro_RO ru sk sr sv tg_TJ tr uk vi zh_CN zh_TW
-EGIT_REPO_URI=https://github.com/QuiteRSS/quiterss.git;
 inherit eutils l10n fdo-mime gnome2-utils qmake-utils
-[[ ${PV} == ** ]]  inherit git-r3
 
 DESCRIPTION=A Qt-based RSS/Atom feed reader
 HOMEPAGE=https://quiterss.org;
-[[ ${PV} == ** ]] || \
-SRC_URI=https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI=https://github.com/QuiteRSS/quiterss.git;
+   inherit git-r3
+else
+   SRC_URI=https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz - 
${P}.tar.gz
+   KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
+fi
 
 LICENSE=GPL-3
 SLOT=0
-[[ ${PV} == ** ]] || \
-KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=debug phonon +qt4 qt5
 REQUIRED_USE=^^ ( qt4 qt5 )
 
-RDEPEND=
-   qt4? (
-   dev-qt/qtcore:4
+RDEPEND=dev-db/sqlite:3
+   dev-qt/qtsingleapplication[X,qt4(+)?,qt5(-)?]
+   qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsql:4[sqlite]
dev-qt/qtwebkit:4
-   phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) )
-   )
-   qt5? (
-   dev-qt/qtcore:5
+   phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) )
+   qt5? ( dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
@@ -38,16 +37,11 @@
dev-qt/qtsql:5[sqlite]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
- 

[gentoo-commits] gentoo-x86 commit in media-sound/split2flac: metadata.xml split2flac-115.ebuild ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 13:37:08

  Modified: metadata.xml ChangeLog
  Added:split2flac-115.ebuild
  Log:
  Version bump. Add sound herd as co-maintainer.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.5  media-sound/split2flac/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/split2flac/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml15 Jun 2015 15:35:55 -  1.4
+++ metadata.xml29 Jul 2015 13:37:08 -  1.5
@@ -1,25 +1,32 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdproxy-maintainers/herd
-   maintainer
-   emailnik...@gmx.us/email
-   nameNikoli/name
-   /maintainer
-   maintainer
-   emailmaksbo...@gentoo.org/email
-   nameMaxim Koltsov/name
-   /maintainer
-   longdescription lang=en
-   Split2flac splits one big APE/FLAC/WV/WAV audio image (or a 
collection of such files, recursively) with CUE sheet into 
FLAC/M4A/MP3/OGG_VORBIS/WAV tracks with tagging, renaming, charset conversion 
of cue sheet, album cover images. It also uses configuration file, so no need 
to pass a lot of arguments every time, only an input file. Should work in any 
POSIX-compliant shell.
-   /longdescription
-   use
-   flag name=encaTry to guess the charset using enca/flag
-   flag name=flakeAdd support for Flake, alternative FLAC 
encoder/flag
-   flag name=macAdd support for Monkey's Audio files/flag
-   flag name=replaygainSupport for Replay Gain metadata, for 
relative volume adjustment/flag
-   /use
-   upstream
-   remote-id type=githubftrvxmtrx/split2flac/remote-id
-   /upstream
+  herdproxy-maintainers/herd
+  maintainer
+emailnik...@gmx.us/email
+nameNikoli/name
+  /maintainer
+  maintainer
+emailmaksbo...@gentoo.org/email
+nameMaxim Koltsov/name
+  /maintainer
+  herdsound/herd
+  longdescription lang=en
+Split2flac splits one big APE/FLAC/WV/WAV audio image (or a collection of
+such files, recursively) with CUE sheet into FLAC/M4A/MP3/OGG_VORBIS/WAV
+tracks with tagging, renaming, charset conversion of cue sheet, album cover
+images. It also uses configuration file, so no need to pass a lot of
+arguments every time, only an input file. Should work in any
+POSIX-compliant shell.
+  /longdescription
+  use
+flag name=encaTry to guess the charset using enca/flag
+flag name=flakeAdd support for Flake, alternative FLAC encoder/flag
+flag name=macAdd support for Monkey's Audio files/flag
+flag name=replaygainSupport for Replay Gain metadata, for relative
+  volume adjustment/flag
+  /use
+  upstream
+remote-id type=githubftrvxmtrx/split2flac/remote-id
+  /upstream
 /pkgmetadata



1.15 media-sound/split2flac/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/split2flac/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/split2flac/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   6 Dec 2013 18:44:57 -   1.14
+++ ChangeLog   29 Jul 2015 13:37:08 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/split2flac
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/split2flac/ChangeLog,v 1.14 
2013/12/06 18:44:57 maksbotan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/split2flac/ChangeLog,v 1.15 
2015/07/29 13:37:08 yngwin Exp $
+
+*split2flac-115 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org +split2flac-115.ebuild,
+  metadata.xml:
+  Version bump. Add sound herd as co-maintainer.
 
 *split2flac-114 (06 Dec 2013)
 



1.1  media-sound/split2flac/split2flac-115.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in media-gfx/photoqt: photoqt-1.3.ebuild ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 13:02:13

  Modified: ChangeLog
  Added:photoqt-1.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.6  media-gfx/photoqt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Mar 2015 14:59:34 -  1.5
+++ ChangeLog   29 Jul 2015 13:02:13 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/photoqt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.5 
2015/03/17 14:59:34 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.6 
2015/07/29 13:02:13 yngwin Exp $
+
+*photoqt-1.3 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org +photoqt-1.3.ebuild:
+  version bump
 
   17 Mar 2015; Michael Palimaka kensing...@gentoo.org photoqt-1.2.ebuild:
   Add missing dependencies wrt bug #543610.



1.1  media-gfx/photoqt/photoqt-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild?rev=1.1content-type=text/plain

Index: photoqt-1.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild,v 1.1 
2015/07/29 13:02:13 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION=Simple but powerful Qt-based image viewer
HOMEPAGE=http://photoqt.org/;
SRC_URI=http://photoqt.org/pkgs/${P}.tar.gz;

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

RDEPEND=dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtimageformats:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtquickcontrols:5
dev-qt/qtsql:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
exiv2? ( media-gfx/exiv2:= )
graphicsmagick? ( media-gfx/graphicsmagick )
DEPEND=${RDEPEND}
dev-qt/linguist-tools:5

src_configure() {
local mycmakeargs=(
$(cmake-utils_use graphicsmagick GM)
$(cmake-utils_use exiv2 EXIV2)
)
cmake-utils_src_configure
}

src_compile() {
MAKEOPTS+= -j1 cmake-utils_src_compile
}






[gentoo-commits] gentoo-x86 commit in media-gfx/phototonic: phototonic-1.6.6.ebuild phototonic-1.5.54.ebuild ChangeLog phototonic-1.5.ebuild

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 13:10:53

  Modified: phototonic-1.5.54.ebuild ChangeLog
  Added:phototonic-1.6.6.ebuild
  Removed:  phototonic-1.5.ebuild
  Log:
  version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-gfx/phototonic/phototonic-1.5.54.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild?r1=1.1r2=1.2

Index: phototonic-1.5.54.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phototonic-1.5.54.ebuild15 Mar 2015 09:42:43 -  1.1
+++ phototonic-1.5.54.ebuild29 Jul 2015 13:10:53 -  1.2
@@ -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/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.1 
2015/03/15 09:42:43 yngwin Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.2 
2015/07/29 13:10:53 yngwin Exp $
 
 EAPI=5
 inherit qmake-utils
@@ -10,7 +10,6 @@
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI=https://github.com/oferkv/phototonic.git;
-   KEYWORDS=
 else
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
KEYWORDS=~amd64 ~x86



1.5  media-gfx/phototonic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   18 Apr 2015 12:43:25 -  1.4
+++ ChangeLog   29 Jul 2015 13:10:53 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/phototonic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.4 
2015/04/18 12:43:25 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.5 
2015/07/29 13:10:53 yngwin Exp $
+
+*phototonic-1.6.6 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org +phototonic-1.6.6.ebuild,
+  -phototonic-1.5.ebuild, phototonic-1.5.54.ebuild:
+  version bump; remove old
 
   18 Apr 2015; Sven Wegener swege...@gentoo.org phototonic-1.5.ebuild:
   Rename distfile to include package name.



1.1  media-gfx/phototonic/phototonic-1.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.6.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.6.6.ebuild?rev=1.1content-type=text/plain

Index: phototonic-1.6.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.6.6.ebuild,v 1.1 
2015/07/29 13:10:53 yngwin Exp $

EAPI=5
inherit qmake-utils

DESCRIPTION=Image viewer and organizer
HOMEPAGE=http://oferkv.github.io/phototonic/;
if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI=https://github.com/oferkv/phototonic.git;
else
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
KEYWORDS=~amd64 ~x86
fi

LICENSE=GPL-3
SLOT=0
IUSE=svg tiff

RDEPEND=dev-qt/qtwidgets:5
dev-qt/qtgui:5
dev-qt/qtcore:5
media-gfx/exiv2:=
svg? ( dev-qt/qtsvg:5 )
tiff? ( dev-qt/qtimageformats:5 )
DEPEND=${RDEPEND}

src_configure() {
eqmake5
}

src_install() {
emake install INSTALL_ROOT=${D}
}






[gentoo-commits] gentoo-x86 commit in media-fonts/fira-sans: fira-sans-4.105.ebuild ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 13:57:17

  Modified: ChangeLog
  Added:fira-sans-4.105.ebuild
  Log:
  version bump (bug #556224)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.5  media-fonts/fira-sans/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-sans/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-sans/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-sans/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/fira-sans/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   28 Apr 2015 09:56:16 -  1.4
+++ ChangeLog   29 Jul 2015 13:57:17 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/fira-sans
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/fira-sans/ChangeLog,v 1.4 
2015/04/28 09:56:16 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/fira-sans/ChangeLog,v 1.5 
2015/07/29 13:57:17 yngwin Exp $
+
+*fira-sans-4.105 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org +fira-sans-4.105.ebuild:
+  version bump (bug #556224)
 
   28 Apr 2015; Ben de Groot yng...@gentoo.org fira-sans-4.002.ebuild:
   stable



1.1  media-fonts/fira-sans/fira-sans-4.105.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-sans/fira-sans-4.105.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-sans/fira-sans-4.105.ebuild?rev=1.1content-type=text/plain

Index: fira-sans-4.105.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/fira-sans/fira-sans-4.105.ebuild,v 1.1 
2015/07/29 13:57:17 yngwin Exp $

EAPI=5
inherit font versionator

MY_P=FiraFonts$(delete_all_version_separators)
MY_MINOR=$(get_version_component_range 2)

DESCRIPTION=Default typeface for FirefoxOS, designed for legibility
HOMEPAGE=http://www.carrois.com/fira-4-0/;
SRC_URI=http://www.carrois.com/downloads/fira_$(get_major_version)_${MY_MINOR:0:1}/${MY_P}.zip

LICENSE=OFL-1.1
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86
IUSE=

DEPEND=app-arch/unzip

S=${WORKDIR}/${MY_P}
FONT_S=${S}/OTF
FONT_SUFFIX=otf






[gentoo-commits] gentoo-x86 commit in media-fonts/fira-sans/fira-mono: - New directory

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 13:58:21

  Log:
  Directory /var/cvsroot/gentoo-x86/media-fonts/fira-sans/fira-mono added to 
the repository



[gentoo-commits] gentoo-x86 commit in media-fonts/fira-mono: - New directory

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 14:00:06

  Log:
  Directory /var/cvsroot/gentoo-x86/media-fonts/fira-mono added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-fonts/fira-mono: metadata.xml fira-mono-3.205.ebuild Manifest ChangeLog

2015-07-29 Thread Ben de Groot (yngwin)
yngwin  15/07/29 14:06:07

  Added:metadata.xml fira-mono-3.205.ebuild Manifest
ChangeLog
  Log:
  initial import from bug #556226
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-fonts/fira-mono/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdfonts/herd
/pkgmetadata



1.1  media-fonts/fira-mono/fira-mono-3.205.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/fira-mono-3.205.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/fira-mono-3.205.ebuild?rev=1.1content-type=text/plain

Index: fira-mono-3.205.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/fira-mono/fira-mono-3.205.ebuild,v 1.1 
2015/07/29 14:06:07 yngwin Exp $

EAPI=5
inherit font versionator

MY_P=FiraMonoFonts$(delete_all_version_separators)
MY_MINOR=$(get_version_component_range 2)

DESCRIPTION=Default monospaced typeface for FirefoxOS, designed for legibility
HOMEPAGE=http://www.carrois.com/fira-4-1/;
SRC_URI=http://www.carrois.com/downloads/fira_mono_$(get_major_version)_${MY_MINOR:0:1}/${MY_P}.zip

LICENSE=OFL-1.1
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86
IUSE=

DEPEND=app-arch/unzip

S=${WORKDIR}/${MY_P}
FONT_S=${S}/OTF
FONT_SUFFIX=otf



1.1  media-fonts/fira-mono/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST FiraMonoFonts3205.zip 1210827 SHA256 
9fe204e4549235d7ca2364f93650b2089301fd3f3cd18763c4e02f3d91e7a47d SHA512 
d1a05ed2610e6d1c688b5709bd30ff6de4597c93db99d049fca9f8a8b3e2bfd2faf2de2a6d23a5b24efaa502e0cb2f23f5239cadc0bb5cb709d04da1d37cba15
 WHIRLPOOL 
10e2d5c1a251be35aff344b27bc394eaf5fc9f566c9153e015abf73be65b7fdb6af320f6cb3770484f4a4f4390f612d88f42799dcc4e752fcf72fd7d173cf172
EBUILD fira-mono-3.205.ebuild 633 SHA256 
c2cbcfa2d452dd65fe7a5b40b75498a8c0a10f6e6b5db96d19e8502d37ba0818 SHA512 
3e9c4a6b250f79bc64262f70650c1aca5378d58d26170afe9c4d3f3b23cadd6d63656bb92e0d72e8c076e39c132511810a98845f6117b434bec45e1f300a29b7
 WHIRLPOOL 
3ca7e1d0859bfbaae40a0ffb8585b2dce85607757e21cbacaa3a975cf0f555769be7245c619eff12732a66c8e7cb6f971cc2e91f514737adfa1423ef31b82666
MISC metadata.xml 160 SHA256 
f98af670c6967591fe20a2cf4ef27d68f8b6dfb2799f8a4cc051003f5c95f7c0 SHA512 
309b994cd299c4e1e99212e9f531f63773f48b1255b1c5518f5f7c61f245045c579a7854b481c9b7ffdd79f7e71c417bfdd353ed6431903288a40e2e357b19ad
 WHIRLPOOL 
fc94ab822cf0a7455b83c600ee9333f3ad6a683f71bb17b33a21dc86d25dafa060192d7576a849668bb3f88b46f3ff7422a4d06830154bd33540a9f7a50bc1d8



1.1  media-fonts/fira-mono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/fira-mono/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for media-fonts/fira-mono
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/fira-mono/ChangeLog,v 1.1 
2015/07/29 14:06:07 yngwin Exp $

*fira-mono-3.205 (29 Jul 2015)

  29 Jul 2015; Ben de Groot yng...@gentoo.org +fira-mono-3.205.ebuild,
  +metadata.xml:
  initial import from bug #556226






[gentoo-commits] gentoo-x86 commit in media-libs/ganv: metadata.xml ganv-1.4.2.ebuild Manifest ChangeLog

2015-07-28 Thread Ben de Groot (yngwin)
yngwin  15/07/28 07:40:31

  Added:metadata.xml ganv-1.4.2.ebuild Manifest ChangeLog
  Log:
  Initial import. New dependency for media-sound/patchage.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-libs/ganv/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdproaudio/herd
  use
flag name=fdglUse experimental force-directed graph layout/flag
  /use
/pkgmetadata



1.1  media-libs/ganv/ganv-1.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/ganv-1.4.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/ganv-1.4.2.ebuild?rev=1.1content-type=text/plain

Index: ganv-1.4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ganv/ganv-1.4.2.ebuild,v 1.1 
2015/07/28 07:40:31 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'
inherit waf-utils python-any-r1

DESCRIPTION=A GTK+ widget for interactive graph-like environments
HOMEPAGE=http://drobilla.net/software/ganv/;
SRC_URI=http://download.drobilla.net/${P}.tar.bz2;

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+fdgl +graphviz introspection nls

RDEPEND=dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
x11-libs/gtk+:2
graphviz? ( media-gfx/graphviz[gtk] )
introspection? ( app-text/yelp-tools
dev-libs/gobject-introspection[doctool] )
DEPEND=${RDEPEND}
nls? ( virtual/libintl )

DOCS=( AUTHORS NEWS README )

src_configure() {
waf-utils_src_configure \
$(use graphviz || echo --no-graphviz) \
$(use fdgl || echo --no-fdgl) \
$(use nls || echo --no-nls) \
$(use introspection  echo --gir)
}



1.1  media-libs/ganv/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST ganv-1.4.2.tar.bz2 175510 SHA256 
145028ade1567f258de6ad58ad0f7941646208d261028a9b74eb61126e2dfa3c SHA512 
0609dea81cceb0c560286ad2f132f318c2d583af5163dcea4511155e78a022248dcb7ae535233493bdf906fb036422ebd4368d688123f3e1676c4e0398cbc6c2
 WHIRLPOOL 
d8b59f57e6321fdeede0cc23054349b00a7824587cf995a054618a0d0d39882150cf4bad704c7c80a9f0b5fc063f2204601338d2167b03a50e25136de93fb70f
EBUILD ganv-1.4.2.ebuild 936 SHA256 
5c6476a4645ce11d36c7d678b9494db07a19f24f0ea4caef2e03861561c22bd0 SHA512 
79d801e4260a9f45a6f23a25345cb254ba40c5e93572d2f1cae2511049f26121d633e31866493740e9e7b928ee64d4464d6396b0bd860353b5e4b72d34385cc9
 WHIRLPOOL 
1c268197712e6aaf54c5d34f18bae6e41a9b1e22cb05036e89e9538454c7b450da5293e159413f3627ee916c54725eae75deaa004a47d64d2542e0242b557d3d
MISC metadata.xml 254 SHA256 
2ce9fccce4f7bbe21ac419e4cf7a97e6defe5979f078706ec385a135f7f91a4d SHA512 
63eb6b19cf508e0b60a2bf38f2601676c3d749bb22499275cd5dae83ab810a6dd1ed1112ef4d2c313982d106608da8e64eae3dab4c2bdfb27220f8fd0cf2b6d0
 WHIRLPOOL 
185fa1eb777b9586a221b4fb8dc10b9d386a5b54770ff2ec3eda5f90f5746d6f09ae4cab41101f75715d105f52401c82440b12c721a406a5933164d1c7fc3012



1.1  media-libs/ganv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ganv/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for media-libs/ganv
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ganv/ChangeLog,v 1.1 2015/07/28 
07:40:31 yngwin Exp $

*ganv-1.4.2 (28 Jul 2015)

  28 Jul 2015; Ben de Groot yng...@gentoo.org +ganv-1.4.2.ebuild,
  +metadata.xml:
  Initial import. New dependency for media-sound/patchage.






[gentoo-commits] gentoo-x86 commit in media-libs/ganv: - New directory

2015-07-28 Thread Ben de Groot (yngwin)
yngwin  15/07/28 06:46:57

  Log:
  Directory /var/cvsroot/gentoo-x86/media-libs/ganv added to the repository



[gentoo-commits] gentoo-x86 commit in media-sound/patchage: metadata.xml patchage-1.0.0.ebuild ChangeLog

2015-07-28 Thread Ben de Groot (yngwin)
yngwin  15/07/28 07:43:35

  Modified: metadata.xml ChangeLog
  Added:patchage-1.0.0.ebuild
  Log:
  Version bump. Update dependencies. Drop upstream applied patch.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-sound/patchage/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/patchage/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml29 May 2008 08:46:53 -  1.1
+++ metadata.xml28 Jul 2015 07:43:35 -  1.2
@@ -1,9 +1,14 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdproaudio/herd
-longdescription lang=en
-   Patchage is a modular patch bay for audio and MIDI systems based on 
Jack,
-   Lash, and Alsa audio systems. 
-/longdescription
+  herdproaudio/herd
+  use
+flag name='jack-dbus'Use Jack via D-Bus instead of libjack/flag
+flag name='session'Include experimental Jack session management
+  (save/restore) support/flag
+  /use
+  longdescription lang=en
+Patchage is a modular patch bay for audio and MIDI for Jack based audio
+systems.
+  /longdescription
 /pkgmetadata



1.23 media-sound/patchage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   8 Apr 2015 17:59:43 -   1.22
+++ ChangeLog   28 Jul 2015 07:43:35 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/patchage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.22 
2015/04/08 17:59:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.23 
2015/07/28 07:43:35 yngwin Exp $
+
+*patchage-1.0.0 (28 Jul 2015)
+
+  28 Jul 2015; Ben de Groot yng...@gentoo.org +patchage-1.0.0.ebuild,
+  metadata.xml:
+  Version bump. Update dependencies. Drop upstream applied patch.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org patchage-0.5.0-r1.ebuild:
   Drop old Python implementations



1.1  media-sound/patchage/patchage-1.0.0.ebuild

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

Index: patchage-1.0.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/patchage/patchage-1.0.0.ebuild,v 
1.1 2015/07/28 07:43:35 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'
inherit waf-utils python-any-r1

DESCRIPTION=Modular patch bay for JACK-based audio and MIDI systems
HOMEPAGE=http://drobilla.net/software/patchage;
SRC_URI=http://download.drobilla.net/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=alsa debug jack-dbus session

RDEPEND==dev-cpp/glibmm-2.14:2
=dev-cpp/gtkmm-2.11.12:2.4
=dev-cpp/libglademm-2.6.0:2.4
dev-cpp/libgnomecanvasmm:2.6
=media-libs/ganv-1.4.0
=media-sound/jack-audio-connection-kit-0.120.0
alsa? ( media-libs/alsa-lib )
jack-dbus? ( dev-libs/dbus-glib
sys-apps/dbus )
DEPEND=${RDEPEND}
${PYTHON_DEPS}
dev-libs/boost
virtual/pkgconfig

DOCS=( AUTHORS NEWS README )

src_configure() {
waf-utils_src_configure \
$(use debug  echo --debug) \
$(use alsa || echo --no-alsa) \
$(use jack-dbus  echo --jack-dbus) \
$(use session  echo --jack-session-manage)
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libvterm-neovim: libvterm-neovim-0.0_pre20150621.ebuild ChangeLog

2015-07-28 Thread Ben de Groot (yngwin)
yngwin  15/07/29 03:57:27

  Modified: ChangeLog
  Added:libvterm-neovim-0.0_pre20150621.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  dev-libs/libvterm-neovim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   22 Mar 2015 13:01:11 -  1.2
+++ ChangeLog   29 Jul 2015 03:57:27 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libvterm-neovim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog,v 1.2 
2015/03/22 13:01:11 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvterm-neovim/ChangeLog,v 1.3 
2015/07/29 03:57:27 yngwin Exp $
+
+*libvterm-neovim-0.0_pre20150621 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot yng...@gentoo.org
+  +libvterm-neovim-0.0_pre20150621.ebuild:
+  version bump
 
   22 Mar 2015; Ben de Groot yng...@gentoo.org
   libvterm-neovim-0.0_pre20150309.ebuild:



1.1  
dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild?rev=1.1content-type=text/plain

Index: libvterm-neovim-0.0_pre20150621.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild,v
 1.1 2015/07/29 03:57:27 yngwin Exp $

EAPI=5
inherit eutils flag-o-matic multilib

DESCRIPTION=An abstract library implementation of a VT220/xterm/ECMA-48 
terminal emulator
HOMEPAGE=http://www.leonerd.org.uk/code/libvterm/;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=sys-devel/libtool
virtual/pkgconfig

src_compile() {
append-cflags -fPIC
emake PREFIX=${EPREFIX}/usr LIBDIR=${EPREFIX}/usr/$(get_libdir)
}

src_install() {
emake PREFIX=${EPREFIX}/usr LIBDIR=${EPREFIX}/usr/$(get_libdir) \
DESTDIR=${D} install
prune_libtool_files

dodoc doc/*
}






[gentoo-commits] gentoo-x86 commit in media-sound/chuck: metadata.xml chuck-1.3.5.1.ebuild ChangeLog

2015-07-27 Thread Ben de Groot (yngwin)
yngwin  15/07/28 05:08:11

  Modified: metadata.xml chuck-1.3.5.1.ebuild ChangeLog
  Log:
  Reassign to proaudio project. Normalize description, alphabetize deps. 
Simplify examples installation, and prevent compressing them.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.4  media-sound/chuck/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml1 Jun 2013 12:17:00 -   1.3
+++ metadata.xml28 Jul 2015 05:08:11 -  1.4
@@ -1,9 +1,19 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintainer
-  emailmaintainer-nee...@gentoo.org/email
-/maintainer
-longdescriptionChucK is a new (and developing) audio programming language for
-real-time synthesis, composition, and performance/longdescription
+  maintainer
+emailproau...@gentoo.org/email
+  /maintainer
+  longdescription
+ChucK is a programming language for real-time sound synthesis and music
+creation. It is open-source and freely available on MacOS X, Windows, and
+Linux. ChucK presents a unique time-based, concurrent programming model
+that is precise and expressive (we call this strongly-timed), dynamic
+control rates, and the ability to add and modify code on-the-fly. In
+addition, ChucK supports MIDI, OpenSoundControl, HID device, and
+multi-channel audio. It is fun and easy to learn, and offers composers,
+researchers, and performers a powerful programming tool for building and
+experimenting with complex audio synthesis/analysis programs, and real-time
+interactive music.
+  /longdescription
 /pkgmetadata



1.2  media-sound/chuck/chuck-1.3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?r1=1.1r2=1.2

Index: chuck-1.3.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chuck-1.3.5.1.ebuild27 Jul 2015 16:41:24 -  1.1
+++ chuck-1.3.5.1.ebuild28 Jul 2015 05:08:11 -  1.2
@@ -1,30 +1,28 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v 
1.1 2015/07/27 16:41:24 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v 
1.2 2015/07/28 05:08:11 yngwin Exp $
 
 EAPI=5
 inherit toolchain-funcs flag-o-matic eutils
 
-DESCRIPTION=Strongly-timed, Concurrent, and On-the-fly
-Audio Programming Language
-HOMEPAGE=http://chuck.cs.princeton.edu/release/;
+DESCRIPTION=Strongly-timed, concurrent, and on-the-fly audio programming 
language
+HOMEPAGE=http://chuck.cs.princeton.edu/;
 SRC_URI=http://chuck.cs.princeton.edu/release/files/${P}.tgz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~x86 ~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=+alsa jack examples
+REQUIRED_USE=|| ( alsa jack )
 
-RDEPEND=jack? ( media-sound/jack-audio-connection-kit )
-   alsa? ( media-libs/alsa-lib )
+RDEPEND=app-eselect/eselect-chuck
media-libs/libsndfile
-   app-eselect/eselect-chuck
+   alsa? ( media-libs/alsa-lib )
+   jack? ( media-sound/jack-audio-connection-kit )
 DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
 
-REQUIRED_USE=|| ( alsa jack )
-
 src_prepare() {
epatch ${FILESDIR}/${PN}-1.2.1.1-hid-smc.patch \
${FILESDIR}/${PN}-1.3.5.1-makefile.patch
@@ -59,18 +57,15 @@
docinto doc
dodoc doc/*
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins $(find examples -type f)
-   for dir in $(find examples/* -type d); do
-   insinto /usr/share/doc/${PF}/${dir}
-   doins ${dir}/*
-   done
+   insinto /usr/share/doc/${PF}/
+   doins -r examples
+   docompress -x /usr/share/doc/${PF}/examples
fi
 }
 
 pkg_postinst() {
-   

[gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.6.0.ebuild nikola-7.6.1.ebuild ChangeLog nikola-7.5.1.ebuild nikola-7.3.1.ebuild

2015-07-26 Thread Ben de Groot (yngwin)
yngwin  15/07/27 02:40:45

  Modified: nikola-7.6.0.ebuild ChangeLog
  Added:nikola-7.6.1.ebuild
  Removed:  nikola-7.5.1.ebuild nikola-7.3.1.ebuild
  Log:
  Version bump. Remove older non-stable versions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  www-apps/nikola/nikola-7.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?r1=1.1r2=1.2

Index: nikola-7.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nikola-7.6.0.ebuild 8 Jul 2015 12:21:43 -   1.1
+++ nikola-7.6.0.ebuild 27 Jul 2015 02:40:45 -  1.2
@@ -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/www-apps/nikola/nikola-7.6.0.ebuild,v 1.1 
2015/07/08 12:21:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild,v 1.2 
2015/07/27 02:40:45 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,7 @@
 if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
-   KEYWORDS=
+   KEYWORDS=~amd64
 else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=~amd64



1.30 www-apps/nikola/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   8 Jul 2015 12:21:43 -   1.29
+++ ChangeLog   27 Jul 2015 02:40:45 -  1.30
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/nikola
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.29 2015/07/08 
12:21:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.30 2015/07/27 
02:40:45 yngwin Exp $
+
+*nikola-7.6.1 (27 Jul 2015)
+
+  27 Jul 2015; Ben de Groot yng...@gentoo.org +nikola-7.6.1.ebuild,
+  -nikola-7.3.1.ebuild, -nikola-7.5.1.ebuild, nikola-7.6.0.ebuild:
+  Version bump. Remove older non-stable versions.
 
 *nikola-7.6.0 (08 Jul 2015)
 



1.1  www-apps/nikola/nikola-7.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild?rev=1.1content-type=text/plain

Index: nikola-7.6.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild,v 1.1 
2015/07/27 02:40:45 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A static website and blog generator
HOMEPAGE=http://getnikola.com/;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt;
MY_PN=Nikola

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
KEYWORDS=
else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tgz
KEYWORDS=~amd64
fi

LICENSE=MIT Apache-2.0 CC0-1.0 public-domain
SLOT=0
IUSE=assets charts ghpages hyphenation ipython jinja markdown watchdog 
webmedia websocket
RESTRICT=test # needs coveralls

DEPEND==dev-python/docutils-0.12[${PYTHON_USEDEP}] # needs rst2man to build 
manpage
RDEPEND=${DEPEND}
=dev-python/blinker-1.3[${PYTHON_USEDEP}]
=dev-python/doit-0.28.0[${PYTHON_USEDEP}]
=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
=dev-python/mako-1.0[${PYTHON_USEDEP}]
=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
=dev-python/pygments-1.6[${PYTHON_USEDEP}]
=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
~dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
=dev-python/setuptools-5.4.1[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.6.0.ebuild nikola-7.2.0.ebuild nikola-7.6.1.ebuild ChangeLog

2015-07-26 Thread Ben de Groot (yngwin)
yngwin  15/07/27 02:42:23

  Modified: nikola-7.6.0.ebuild nikola-7.2.0.ebuild
nikola-7.6.1.ebuild ChangeLog
  Log:
  fix ekeyword snafu
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  www-apps/nikola/nikola-7.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?r1=1.2r2=1.3

Index: nikola-7.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nikola-7.6.0.ebuild 27 Jul 2015 02:40:45 -  1.2
+++ nikola-7.6.0.ebuild 27 Jul 2015 02:42:23 -  1.3
@@ -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/www-apps/nikola/nikola-7.6.0.ebuild,v 1.2 
2015/07/27 02:40:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild,v 1.3 
2015/07/27 02:42:23 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,6 @@
 if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
-   KEYWORDS=~amd64
 else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=~amd64



1.5  www-apps/nikola/nikola-7.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?r1=1.4r2=1.5

Index: nikola-7.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nikola-7.2.0.ebuild 6 Mar 2015 22:43:37 -   1.4
+++ nikola-7.2.0.ebuild 27 Jul 2015 02:42:23 -  1.5
@@ -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/www-apps/nikola/nikola-7.2.0.ebuild,v 1.4 
2015/03/06 22:43:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild,v 1.5 
2015/07/27 02:42:23 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,6 @@
 if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
-   KEYWORDS=
 else
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=amd64



1.2  www-apps/nikola/nikola-7.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild?r1=1.1r2=1.2

Index: nikola-7.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nikola-7.6.1.ebuild 27 Jul 2015 02:40:45 -  1.1
+++ nikola-7.6.1.ebuild 27 Jul 2015 02:42:23 -  1.2
@@ -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/www-apps/nikola/nikola-7.6.1.ebuild,v 1.1 
2015/07/27 02:40:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.1.ebuild,v 1.2 
2015/07/27 02:42:23 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,6 @@
 if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
-   KEYWORDS=
 else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tgz
KEYWORDS=~amd64



1.31 www-apps/nikola/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in dev-python/neovim-python-client: neovim-python-client-0.0.37.ebuild ChangeLog neovim-python-client-0.0.34.ebuild neovim-python-client-0.0.32.ebuild neovim-python-

2015-07-26 Thread Ben de Groot (yngwin)
yngwin  15/07/27 04:27:36

  Modified: ChangeLog
  Added:neovim-python-client-0.0.37.ebuild
  Removed:  neovim-python-client-0.0.34.ebuild
neovim-python-client-0.0.32.ebuild
neovim-python-client-0.0.36.ebuild
  Log:
  Version bump. Add gtk useflag for py2/gtk2 experimental GUI (bug #555354). 
Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.7  dev-python/neovim-python-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Jun 2015 03:48:21 -  1.6
+++ ChangeLog   27 Jul 2015 04:27:36 -  1.7
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/neovim-python-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.6 2015/06/27 03:48:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.7 2015/07/27 04:27:36 yngwin Exp $
+
+*neovim-python-client-0.0.37 (27 Jul 2015)
+
+  27 Jul 2015; Ben de Groot yng...@gentoo.org
+  +neovim-python-client-0.0.37.ebuild, -neovim-python-client-0.0.32.ebuild,
+  -neovim-python-client-0.0.34.ebuild, -neovim-python-client-0.0.36.ebuild:
+  Version bump. Add gtk useflag for py2/gtk2 experimental GUI (bug #555354).
+  Remove old.
 
 *neovim-python-client-0.0.36 (27 Jun 2015)
 



1.1  
dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild?rev=1.1content-type=text/plain

Index: neovim-python-client-0.0.37.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild,v
 1.1 2015/07/27 04:27:36 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=Python client to connect to Neovim thru its msgpack-rpc API
HOMEPAGE=https://github.com/neovim/python-client;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=gtk
REQUIRED_USE=gtk? ( python_targets_python2_7 ) # experimental gui only works 
with py2

DEPEND==dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python{2_7,3_3})
gtk? ( =dev-python/click-3.0[${PYTHON_USEDEP}]
dev-python/pygobject:2
dev-python/pygtk:2
x11-libs/gtk+:2[introspection] )
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-editors/neovim: neovim-0.0.0_pre20150727.ebuild ChangeLog neovim-0.0.0_pre20150329.ebuild neovim-0.0.0_pre20150225.ebuild neovim-0.0.0_pre20150505.ebuild

2015-07-26 Thread Ben de Groot (yngwin)
yngwin  15/07/27 05:12:15

  Modified: ChangeLog
  Added:neovim-0.0.0_pre20150727.ebuild
  Removed:  neovim-0.0.0_pre20150329.ebuild
neovim-0.0.0_pre20150225.ebuild
neovim-0.0.0_pre20150505.ebuild
  Log:
  new development snapshot; remove older
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.6  app-editors/neovim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   27 Jun 2015 03:54:39 -  1.5
+++ ChangeLog   27 Jul 2015 05:12:15 -  1.6
@@ -1,6 +1,13 @@
 # ChangeLog for app-editors/neovim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v 1.5 
2015/06/27 03:54:39 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v 1.6 
2015/07/27 05:12:15 yngwin Exp $
+
+*neovim-0.0.0_pre20150727 (27 Jul 2015)
+
+  27 Jul 2015; Ben de Groot yng...@gentoo.org
+  +neovim-0.0.0_pre20150727.ebuild, -neovim-0.0.0_pre20150225.ebuild,
+  -neovim-0.0.0_pre20150329.ebuild, -neovim-0.0.0_pre20150505.ebuild:
+  new development snapshot; remove older
 
 *neovim-0.0.0_pre20150627 (27 Jun 2015)
 



1.1  app-editors/neovim/neovim-0.0.0_pre20150727.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150727.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150727.ebuild?rev=1.1content-type=text/plain

Index: neovim-0.0.0_pre20150727.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150727.ebuild,v 
1.1 2015/07/27 05:12:15 yngwin Exp $

EAPI=5
inherit cmake-utils flag-o-matic

DESCRIPTION=Ambitious vim fork focused on extensibility and agility
HOMEPAGE=https://github.com/neovim/neovim;
if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI=git://github.com/neovim/neovim.git
else
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
KEYWORDS=~amd64 ~x86
fi

LICENSE=Apache-2.0 vim
SLOT=0
IUSE=perl python

CDEPEND=dev-lang/luajit:2
=dev-libs/libtermkey-0.17
dev-libs/libvterm-neovim
=dev-libs/unibilium-1.1.1
=dev-libs/libuv-1.2.0
=dev-libs/msgpack-0.6.0_pre20150220
dev-lua/lpeg
dev-lua/messagepack
DEPEND=${CDEPEND}
virtual/libiconv
virtual/libintl
RDEPEND=${CDEPEND}
perl? ( dev-lang/perl )
python? ( dev-python/neovim-python-client )

src_prepare() {
# use our system vim dir
sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'${EPREFIX}'/etc/vim|' \
-i src/nvim/os/unix_defs.h || die
cmake-utils_src_prepare
}

src_configure() {
export USE_BUNDLED_DEPS=OFF
append-cflags -Wno-error
append-cppflags -DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
-DLIBUNIBILIUM_USE_STATIC=OFF
-DLIBTERMKEY_USE_STATIC=OFF
-DLIBVTERM_USE_STATIC=OFF
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
# install a default configuration file
insinto /etc/vim
doins ${FILESDIR}/nvimrc
}






[gentoo-commits] gentoo-x86 commit in media-libs/lvtk: - New directory

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 07:58:29

  Log:
  Directory /var/cvsroot/gentoo-x86/media-libs/lvtk added to the repository



[gentoo-commits] gentoo-x86 commit in media-plugins/ams-lv2: metadata.xml ams-lv2-1.1.0.ebuild Manifest ChangeLog

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 08:21:14

  Added:metadata.xml ams-lv2-1.1.0.ebuild Manifest
ChangeLog
  Log:
  Initial import. Ebuild updated from proaudio overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-plugins/ams-lv2/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdproaudio/herd
/pkgmetadata



1.1  media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild?rev=1.1content-type=text/plain

Index: ams-lv2-1.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild,v 
1.1 2015/07/25 08:21:14 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=threads(+)
inherit waf-utils python-any-r1

DESCRIPTION=A port of the AMS internal modules to LV2 plugins to create 
modular synthesizers
HOMEPAGE=http://objectivewave.wordpress.com/ams-lv2/;
SRC_URI=https://github.com/blablack/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND==dev-cpp/gtkmm-2.24.0:2.4
=media-libs/lv2-1.10.0
=media-libs/lvtk-1.2.0[gtk2]
=media-sound/jack-audio-connection-kit-0.120
=sci-libs/fftw-3.3.3:3.0
=x11-libs/cairo-1.10.0
=x11-libs/gtk+-2.24:2
DEPEND=${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig

DOCS=( LICENSE README.md THANKS )



1.1  media-plugins/ams-lv2/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST ams-lv2-1.1.0.tar.gz 217762 SHA256 
a5b9320a3034b5bc9c26c0c1df972ea15f5a07cf0ea857d8113affc1f2a10bcf SHA512 
4a994d21b9078ec84cbccc99d028a75a175bfc7a6648a7daf645da7877e2fda6a3ec31b351a01fa2ddf8f6a815f79e1dc1f9bf74ea8c5b82931076ceb645bf54
 WHIRLPOOL 
864b228f0888153f4db88f014cdaa667cfd22c5b54d6945445526bb4786d9580e03dafb285da4405d9f13b6f0d98c3044484aab900fe4c1a01d7f8a5975353b9
EBUILD ams-lv2-1.1.0.ebuild 812 SHA256 
da492b3199203d833bef217f01e6db4a999d5edd7bd9f0c19167728bb07994ba SHA512 
e881d75f5284bf37fbd9d258c7735e2bb94ab3403309c3822f460b5b089fc928d67249ebafb5af94600bf89132aa5d032e95eaf1153998a135f26ac04a64dd5e
 WHIRLPOOL 
dd3a0e2e88d7cb5f2a507e77847b0a58fd4a09bea3ce84cc8b9b684f8fc9957998217209930877a132f679dab8756da8eac2107c450bc26f7b92da810048f528
MISC metadata.xml 163 SHA256 
39a67c65d2e7583b6ee9e20fcab1fd821e28c51134eb2f76a7fe0598a2c2b4cb SHA512 
9f75bebfe63cca16660e90ff8d0f4fb6a7b2923630c72616134f69273306434c3060eb2be81b6bc619dfdce11bc0e76d3ba874007ddf866367a81fc2279b9496
 WHIRLPOOL 
6de4b890a3933fb8231bf774fbb466595fee98bb2a4cfcbd1592f30f9aa50ac0f53a32d57703d55cfcd5a7e5af8c407229cd72cbaf1382cc2a2147ddf5cc4e05



1.1  media-plugins/ams-lv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ams-lv2/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for media-plugins/ams-lv2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/ams-lv2/ChangeLog,v 1.1 
2015/07/25 08:21:14 yngwin Exp $

*ams-lv2-1.1.0 (25 Jul 2015)

  25 Jul 2015; Ben de Groot yng...@gentoo.org +ams-lv2-1.1.0.ebuild,
  +metadata.xml:
  Initial import. Ebuild updated from proaudio overlay.







[gentoo-commits] gentoo-x86 commit in media-plugins/calf: - New directory

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 08:33:51

  Log:
  Directory /var/cvsroot/gentoo-x86/media-plugins/calf added to the repository



[gentoo-commits] gentoo-x86 commit in media-libs/lvtk: metadata.xml lvtk-1.2.0.ebuild Manifest ChangeLog

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 08:17:03

  Added:metadata.xml lvtk-1.2.0.ebuild Manifest ChangeLog
  Log:
  Initial import. Ebuild updated from proaudio overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-libs/lvtk/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdproaudio/herd
  use
flag name='gtk2'Enable pkgx11-libs/gtk+:2/pkg based GUI support/flag
flag name='tools'Compile and install ttl2c tool/flag
  /use
/pkgmetadata



1.1  media-libs/lvtk/lvtk-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/lvtk-1.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/lvtk-1.2.0.ebuild?rev=1.1content-type=text/plain

Index: lvtk-1.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lvtk/lvtk-1.2.0.ebuild,v 1.1 
2015/07/25 08:17:03 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=threads(+)
inherit python-single-r1 waf-utils

DESCRIPTION=A set of C++ wrappers around the LV2 C API
HOMEPAGE=http://lvtoolkit.org/;
SRC_URI=https://github.com/lvtk/lvtk/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc examples +gtk2 +tools

RDEPEND=media-libs/lv2
=dev-libs/boost-1.40.0
gtk2? ( dev-cpp/gtkmm:2.4 )
DEPEND=${RDEPEND}
${PYTHON_DEPS}
doc? ( app-doc/doxygen
media-gfx/graphviz )
virtual/pkgconfig

DOCS=( AUTHORS ChangeLog README )

src_configure() {
local mywafconfargs=(
--docdir=${EPREFIX}/usr/share/doc/${PF}
--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2
)
use debug mywafconfargs+=( --debug )
use doc   mywafconfargs+=( --docs )
use examples || mywafconfargs+=( --disable-examples )
use tools|| mywafconfargs+=( --disable-tools )
use gtk2 || mywafconfargs+=( --disable-ui )
waf-utils_src_configure ${mywafconfargs[@]}
}

src_install() {
waf-utils_src_install

# It does not respect docdir properly, reported upstream
if use doc; then
mv ${ED}/usr/share/doc/${PF}/lvtk-1.0/html 
${ED}/usr/share/doc/${PF}/html
rmdir ${ED}/usr/share/doc/${PF}/lvtk-1.0
fi
}



1.1  media-libs/lvtk/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST lvtk-1.2.0.tar.gz 201146 SHA256 
4dda4c26a16fc3f216ff77f5bb308f05667640e54fc80f0ae4984e869990cb0e SHA512 
f193ec28103cb2f6353ff0f96f8790041baf1ae99472c5d04017c23b42d0179b1f5e1de6722e17080410311d0e7e1de4ca0ae9ab76fb3bf8a02d9dc1451d8db7
 WHIRLPOOL 
c7a70d033a2a02b02f890cc68789b376e7e4e53231290dbaa5bb85abf0d3b53cb64afe352bab6d71ddcd77a5f4d002073564ebc398d6f35d7cc75bc1b49728e2
EBUILD lvtk-1.2.0.ebuild 1374 SHA256 
4c0fc19e540c01231a48ffd0d0fdc9950ea02391ad58bc3e6f3ec6a750576e29 SHA512 
63844cba9f81320b0f9cb4dda62ae4a88cd0625309c557d4df4800b5f82674b65005aaafacef13cb88d5600d3517d5905ef07bd97a8c41f483cbf1d77ce8e038
 WHIRLPOOL 
ebd4a30693463a2b66fbddf19df668e5b1eb3dddfa27279d2758008b3005e3f281a624dda8940cf0e1f04e883499539fc715ff46d57d883459333e1137b6d23f
MISC metadata.xml 322 SHA256 
b389e5d038c1ef88a44c2b7ed38aad4bdb8a1862a2d9a80c887854ae32229f0c SHA512 
e83344f47953e37519a1da7cb0f72ce277c0dec24306b78da979a39963f17c7ab09f45e503e8b31a81080af1d70145166e327c17127e8a68ec4de7174d928f4b
 WHIRLPOOL 
7b512ff4840e105db044b997dd3f985928952d8ba57f6f75e3d6ecd2896606004a2ca15604d2f863962a753a11a819f908d6b2dc8478373be8b82dbb0e5fdee8



1.1  media-libs/lvtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lvtk/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for media-libs/lvtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lvtk/ChangeLog,v 1.1 2015/07/25 
08:17:03 yngwin Exp $

*lvtk-1.2.0 (25 

[gentoo-commits] gentoo-x86 commit in media-plugins/ams-lv2: - New directory

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 08:18:17

  Log:
  Directory /var/cvsroot/gentoo-x86/media-plugins/ams-lv2 added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-plugins/calf: metadata.xml calf-0.0.60.ebuild calf-9999.ebuild Manifest ChangeLog

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 08:47:39

  Added:metadata.xml calf-0.0.60.ebuild calf-.ebuild
Manifest ChangeLog
  Log:
  Initial import. Ebuild updated from proaudio overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-plugins/calf/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdproaudio/herd
  use
flag name=lv2Add support for Ladspa V2/flag
  /use
/pkgmetadata



1.1  media-plugins/calf/calf-0.0.60.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild?rev=1.1content-type=text/plain

Index: calf-0.0.60.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild,v 1.1 
2015/07/25 08:47:39 yngwin Exp $

EAPI=5
AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils

DESCRIPTION=A set of open source instruments and effects for digital audio 
workstations
HOMEPAGE=http://calf-studio-gear.org/;

if [[ ${PV} =  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/calf-studio-gear/calf.git;
else
SRC_URI=https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz 
- ${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=LGPL-2.1
SLOT=0
IUSE=lash lv2 static-libs

RDEPEND=dev-libs/atk
dev-libs/expat
dev-libs/glib:2
gnome-base/libglade:2.0
media-sound/fluidsynth
media-sound/jack-audio-connection-kit
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/pango
lash? ( media-sound/lash )
lv2? ( media-libs/lv2 )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
myeconfargs=(
--with-lv2-dir=/usr/$(get_libdir)/lv2
$(use_with lash)
$(use_with lv2)
)
autotools-utils_src_configure
}



1.1  media-plugins/calf/calf-.ebuild

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

Index: calf-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/calf/calf-.ebuild,v 1.1 
2015/07/25 08:47:39 yngwin Exp $

EAPI=5
AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils

DESCRIPTION=A set of open source instruments and effects for digital audio 
workstations
HOMEPAGE=http://calf-studio-gear.org/;

if [[ ${PV} =  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/calf-studio-gear/calf.git;
else
SRC_URI=https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz 
- ${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=LGPL-2.1
SLOT=0
IUSE=lash lv2 static-libs

RDEPEND=dev-libs/atk
dev-libs/expat
dev-libs/glib:2
gnome-base/libglade:2.0
media-sound/fluidsynth
media-sound/jack-audio-connection-kit
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/pango
lash? ( media-sound/lash )
lv2? ( media-libs/lv2 )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
myeconfargs=(
--with-lv2-dir=/usr/$(get_libdir)/lv2
$(use_with lash)
$(use_with lv2)
)
autotools-utils_src_configure
}



1.1  media-plugins/calf/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST calf-0.0.60.tar.gz 5594386 SHA256 
5ca8d3c8fbdca52304cbd01d80eebc0e2adf6bc6404a05a5fc58a0f5512c8100 SHA512 
85a814b1210765bd16a60a4921c4518b1721c6b72aa9c902d1c0f8e4dcad285de2b52e3c2783bc221b575c61de9c859f40d589cf8a68efc260f393a864dfc360
 WHIRLPOOL 

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

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 13:42:24

  Modified: ChangeLog
  Added:sidplayfp-1.4.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.8  media-sound/sidplayfp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sidplayfp/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sidplayfp/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sidplayfp/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Oct 2013 15:14:47 -   1.7
+++ ChangeLog   25 Jul 2015 13:42:24 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/sidplayfp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/ChangeLog,v 1.7 
2013/10/01 15:14:47 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/ChangeLog,v 1.8 
2015/07/25 13:42:24 yngwin Exp $
+
+*sidplayfp-1.4.0 (25 Jul 2015)
+
+  25 Jul 2015; Ben de Groot yng...@gentoo.org +sidplayfp-1.4.0.ebuild:
+  version bump
 
 *sidplayfp-1.1.0 (01 Oct 2013)
 



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

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

Index: sidplayfp-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/sidplayfp/sidplayfp-1.4.0.ebuild,v 1.1 
2015/07/25 13:42:24 yngwin Exp $

EAPI=5
inherit eutils versionator

DESCRIPTION=A sidplay2 fork with resid-fp
HOMEPAGE=http://sourceforge.net/projects/sidplay-residfp/;
SRC_URI=mirror://sourceforge/sidplay-residfp/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+alsa oss pulseaudio

RDEPEND==media-libs/libsidplayfp-1.8.0
alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio )
DEPEND=${RDEPEND}
virtual/pkgconfig
oss? ( virtual/os-headers )

DOCS=( AUTHORS README TODO )

src_prepare() {
use alsa || { sed -i -e 's:alsa = 1.0:dIsAbLe:' configure || die; }
use pulseaudio || { sed -i -e 's:libpulse-simple = 1.0:dIsAbLe:' 
configure || die; }
}

src_configure() {
export ac_cv_header_linux_soundcard_h=$(usex oss)
econf
}






[gentoo-commits] gentoo-x86 commit in media-libs/libsidplayfp: libsidplayfp-1.8.0.ebuild ChangeLog

2015-07-25 Thread Ben de Groot (yngwin)
yngwin  15/07/25 13:41:47

  Modified: ChangeLog
  Added:libsidplayfp-1.8.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.13 media-libs/libsidplayfp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplayfp/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplayfp/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplayfp/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Jan 2015 17:42:48 -  1.12
+++ ChangeLog   25 Jul 2015 13:41:47 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libsidplayfp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/ChangeLog,v 1.12 
2015/01/29 17:42:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/ChangeLog,v 1.13 
2015/07/25 13:41:47 yngwin Exp $
+
+*libsidplayfp-1.8.0 (25 Jul 2015)
+
+  25 Jul 2015; Ben de Groot yng...@gentoo.org +libsidplayfp-1.8.0.ebuild:
+  version bump
 
   29 Jan 2015; Michał Górny mgo...@gentoo.org libsidplayfp-1.1.0.ebuild:
   Switch to CPU_FLAGS_X86.



1.1  media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: libsidplayfp-1.8.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild,v 1.1 
2015/07/25 13:41:47 yngwin Exp $

EAPI=5
inherit eutils versionator

DESCRIPTION=A library for the sidplay2 fork with resid-fp
HOMEPAGE=http://sourceforge.net/projects/sidplay-residfp/;
SRC_URI=mirror://sourceforge/sidplay-residfp/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=cpu_flags_x86_mmx static-libs

DOCS=( AUTHORS NEWS README TODO )

src_prepare() {
# fix automagic. warning: modifying .ac triggers maintainer mode.
sed -i -e 's:doxygen:dIsAbLe:' configure || die
}

src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable cpu_flags_x86_mmx mmx)
}

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in media-sound/cmus: cmus-2.7.1.ebuild ChangeLog

2015-07-22 Thread Ben de Groot (yngwin)
yngwin  15/07/22 07:42:47

  Modified: cmus-2.7.1.ebuild ChangeLog
  Log:
  Remove unnecessary backslashes
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  media-sound/cmus/cmus-2.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild?r1=1.2r2=1.3

Index: cmus-2.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cmus-2.7.1.ebuild   22 Jul 2015 03:17:57 -  1.2
+++ cmus-2.7.1.ebuild   22 Jul 2015 07:42:47 -  1.3
@@ -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/media-sound/cmus/cmus-2.7.1.ebuild,v 1.2 
2015/07/22 03:17:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild,v 1.3 
2015/07/22 07:42:47 yngwin Exp $
 
 EAPI=5
 inherit bash-completion-r1 multilib
@@ -12,8 +12,8 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris
-IUSE=aac alsa ao cue cdio cddb discid debug examples +flac jack libsamplerate 
\
-   +mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio tremor 
+unicode \
+IUSE=aac alsa ao cue cdio cddb discid debug examples +flac jack libsamplerate
+   +mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio tremor 
+unicode
+vorbis wavpack wma
 
 CDEPEND=sys-libs/ncurses[unicode?]



1.72 media-sound/cmus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   22 Jul 2015 03:17:57 -  1.71
+++ ChangeLog   22 Jul 2015 07:42:47 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/cmus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.71 
2015/07/22 03:17:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.72 
2015/07/22 07:42:47 yngwin Exp $
+
+  22 Jul 2015; Ben de Groot yng...@gentoo.org cmus-2.7.1.ebuild:
+  Remove unnecessary backslashes
 
   22 Jul 2015; Patrick Lauer patr...@gentoo.org cmus-2.7.1.ebuild:
   Whitespace






[gentoo-commits] gentoo-x86 commit in dev-python/micawber/files: - New directory

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 06:08:00

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/micawber/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-python/micawber: micawber-0.3.2.ebuild ChangeLog

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 07:12:07

  Modified: micawber-0.3.2.ebuild ChangeLog
  Log:
  Install examples into the proper place (bug #555250)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  dev-python/micawber/micawber-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild?r1=1.1r2=1.2

Index: micawber-0.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- micawber-0.3.2.ebuild   8 Jul 2015 10:07:31 -   1.1
+++ micawber-0.3.2.ebuild   20 Jul 2015 07:12:07 -  1.2
@@ -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-python/micawber/micawber-0.3.2.ebuild,v 
1.1 2015/07/08 10:07:31 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild,v 
1.2 2015/07/20 07:12:07 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,6 +13,14 @@
 LICENSE=MIT
 SLOT=0
 KEYWORDS=~amd64
-IUSE=
+IUSE=examples
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+
+EXAMPLES=( examples/ )
+PATCHES=( ${FILESDIR}/${P}-remove-examples-from-setup.py.patch ) #555250
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc -r docs
+}



1.2  dev-python/micawber/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Jul 2015 10:07:31 -   1.1
+++ ChangeLog   20 Jul 2015 07:12:07 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/micawber
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v 1.1 
2015/07/08 10:07:31 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v 1.2 
2015/07/20 07:12:07 yngwin Exp $
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org
+  +files/micawber-0.3.2-remove-examples-from-setup.py.patch,
+  micawber-0.3.2.ebuild:
+  Install examples into the proper place (bug #555250)
 
 *micawber-0.3.2 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/micawber/files: micawber-0.3.2-remove-examples-from-setup.py.patch

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 07:12:07

  Added:micawber-0.3.2-remove-examples-from-setup.py.patch
  Log:
  Install examples into the proper place (bug #555250)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  
dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch?rev=1.1content-type=text/plain

Index: micawber-0.3.2-remove-examples-from-setup.py.patch
===
--- micawber-0.3.2.orig/setup.py2015-03-30 02:08:40.0 +0800
+++ micawber-0.3.2/setup.py 2015-07-20 14:53:42.776972042 +0800
@@ -13,16 +13,11 @@
 author='Charles Leifer',
 author_email='colei...@gmail.com',
 url='http://github.com/coleifer/micawber/',
-packages=find_packages(),
+packages=['micawber'],
 package_data = {
 'micawber': [
 'contrib/mcdjango/templates/micawber/*.html',
 ],
-'examples': [
-#'requirements.txt',
-'*/static/*.css',
-'*/templates/*.html',
-],
 },
 classifiers=[
 'Development Status :: 4 - Beta',






[gentoo-commits] gentoo-x86 commit in media-sound/cmus: cmus-2.7.1.ebuild ChangeLog

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 08:24:10

  Modified: ChangeLog
  Added:cmus-2.7.1.ebuild
  Log:
  Version bump (bug #553544). Enable flac, vorbis, unicode by default. Use 
ffmpeg subslot to trigger rebuild on ffmpeg upgrade. Drop TODO item about roar: 
it is a sound server like esd and pulseaudio, but no updates for the last 5 
years. Waveout is for Cygwin/Windows. VTX requires libayemu which is 
unavailable on Gentoo. Install bash and zsh completions by default.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.70 media-sound/cmus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmus/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   15 Aug 2014 07:59:06 -  1.69
+++ ChangeLog   20 Jul 2015 08:24:10 -  1.70
@@ -1,6 +1,15 @@
 # ChangeLog for media-sound/cmus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.69 
2014/08/15 07:59:06 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.70 
2015/07/20 08:24:10 yngwin Exp $
+
+*cmus-2.7.1 (20 Jul 2015)
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org +cmus-2.7.1.ebuild:
+  Version bump (bug #553544). Enable flac, vorbis, unicode by default. Use
+  ffmpeg subslot to trigger rebuild on ffmpeg upgrade. Drop TODO item about
+  roar: it is a sound server like esd and pulseaudio, but no updates for the
+  last 5 years. Waveout is for Cygwin/Windows. VTX requires libayemu which is
+  unavailable on Gentoo. Install bash and zsh completions by default.
 
 *cmus-2.6.0 (15 Aug 2014)
 



1.1  media-sound/cmus/cmus-2.7.1.ebuild

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

Index: cmus-2.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.7.1.ebuild,v 1.1 
2015/07/20 08:24:10 yngwin Exp $

EAPI=5
inherit bash-completion-r1 multilib

DESCRIPTION=A ncurses based music player with plugin support for many formats
HOMEPAGE=http://cmus.github.io/;
SRC_URI=http://github.com/cmus/cmus/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris
IUSE=aac alsa ao cue cdio cddb discid debug examples +flac jack libsamplerate
 +mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio tremor +unicode
 +vorbis wavpack wma

CDEPEND=sys-libs/ncurses[unicode?]
aac? ( media-libs/faad2 )
alsa? ( =media-libs/alsa-lib-1.0.11 )
ao? ( media-libs/libao )
cue? ( media-libs/libcue )
cdio? ( dev-libs/libcdio-paranoia )
cddb? ( media-libs/libcddb )
discid? ( media-libs/libdiscid )
flac? ( media-libs/flac )
jack? ( media-sound/jack-audio-connection-kit )
libsamplerate? ( media-libs/libsamplerate )
mad? ( =media-libs/libmad-0.14 )
mikmod? ( media-libs/libmikmod:0 )
modplug? ( =media-libs/libmodplug-0.7 )
mp4? ( =media-libs/libmp4v2-1.9:0 )
musepack? ( =media-sound/musepack-tools-444 )
opus? ( media-libs/opusfile )
pulseaudio? ( media-sound/pulseaudio )
tremor? ( media-libs/tremor )
!tremor? ( vorbis? ( =media-libs/libvorbis-1.0 ) )
wavpack? ( media-sound/wavpack )
wma? ( media-video/ffmpeg:= )
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
pidgin? ( net-im/pidgin dev-python/dbus-python )

# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs 
instead of vorbis libs
REQUIRED_USE=tremor? ( vorbis )
mp4? ( aac ) # enabling mp4 adds -lfaad

DOCS=AUTHORS README.md

my_config() {
local value
use ${1}  value=a || value=n
myconf=${myconf} ${2}=${value}
}

src_configure() {
local debuglevel=1 myconf=CONFIG_ARTS=n CONFIG_SUN=n CONFIG_SNDIO=n 
CONFIG_WAVEOUT=n CONFIG_VTX=n CONFIG_ROAR=n

use debug  debuglevel=2

my_config cddb CONFIG_CDDB
my_config cdio CONFIG_CDIO
my_config discid CONFIG_DISCID

[gentoo-commits] gentoo-x86 commit in net-news/rssguard: metadata.xml rssguard-2.4.0.ebuild ChangeLog rssguard-1.1.2.ebuild rssguard-1.1.1.ebuild

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 09:51:09

  Modified: metadata.xml ChangeLog
  Added:rssguard-2.4.0.ebuild
  Removed:  rssguard-1.1.2.ebuild rssguard-1.1.1.ebuild
  Log:
  Version bump (bug #544266). Support both qt4 and qt5. Drop dbus useflag as it 
is no longer used. Update homepage. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  net-news/rssguard/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-news/rssguard/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml30 Jun 2012 09:11:12 -  1.1
+++ metadata.xml20 Jul 2015 09:51:09 -  1.2
@@ -1,5 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdqt/herd
+  maintainer
+emailyng...@gentoo.org/email
+  /maintainer
 /pkgmetadata



1.4  net-news/rssguard/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   2 Mar 2013 23:07:58 -   1.3
+++ ChangeLog   20 Jul 2015 09:51:09 -  1.4
@@ -1,6 +1,13 @@
 # ChangeLog for net-news/rssguard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v 1.3 
2013/03/02 23:07:58 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/ChangeLog,v 1.4 
2015/07/20 09:51:09 yngwin Exp $
+
+*rssguard-2.4.0 (20 Jul 2015)
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org +rssguard-2.4.0.ebuild,
+  -rssguard-1.1.1.ebuild, -rssguard-1.1.2.ebuild, metadata.xml:
+  Version bump (bug #544266). Support both qt4 and qt5. Drop dbus useflag as it
+  is no longer used. Update homepage. Remove old.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org rssguard-1.1.1.ebuild,
   rssguard-1.1.2.ebuild:



1.1  net-news/rssguard/rssguard-2.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/rssguard-2.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rssguard/rssguard-2.4.0.ebuild?rev=1.1content-type=text/plain

Index: rssguard-2.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/rssguard/rssguard-2.4.0.ebuild,v 
1.1 2015/07/20 09:51:09 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION=A tiny RSS and Atom feed reader
HOMEPAGE=https://bitbucket.org/skunkos/rssguard;
SRC_URI=https://bitbucket.org/skunkos/rssguard/downloads/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64
IUSE=qt4 +qt5
REQUIRED_USE=^^ ( qt4 qt5 )

DEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtwebkit:4
dev-qt/qtxmlpatterns:4 )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
dev-qt/qtsql:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5 )
RDEPEND=${DEPEND}

DOCS=( README.md resources/text/CHANGELOG )

src_prepare() {
sed -e '/Encoding/d' -i resources/desktop/${PN}.desktop.in || die 'sed 
failed'
epatch_user
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use qt5 QT_5)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc64: package.use.mask

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 14:20:11

  Modified: package.use.mask
  Log:
  Adjust media-sound/audacity package.use.masks for upcoming version bump

Revision  ChangesPath
1.72 profiles/arch/powerpc/ppc64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?r1=1.71r2=1.72

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- package.use.mask18 Jul 2015 11:50:12 -  1.71
+++ package.use.mask20 Jul 2015 14:20:11 -  1.72
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.71 
2015/07/18 11:50:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.72 
2015/07/20 14:20:11 yngwin Exp $
+
+# Ben de Groot yng...@gentoo.org (20 Jul 2015)
+# missing keywords
+media-sound/audacity lv2 midi
 
 # Justin Lecher j...@gentoo.org (16 June 2015)
 # Pending bug upstream, #550818






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 14:20:11

  Modified: ChangeLog
  Log:
  Adjust media-sound/audacity package.use.masks for upcoming version bump

Revision  ChangesPath
1.10195  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10194r2=1.10195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10194
retrieving revision 1.10195
diff -u -r1.10194 -r1.10195
--- ChangeLog   19 Jul 2015 22:27:14 -  1.10194
+++ ChangeLog   20 Jul 2015 14:20:11 -  1.10195
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10194 2015/07/19 
22:27:14 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10195 2015/07/20 
14:20:11 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  20 Jul 2015; Ben de Groot yng...@gentoo.org
+  arch/powerpc/ppc32/package.use.mask, arch/powerpc/ppc64/package.use.mask,
+  base/package.use.mask:
+  Adjust media-sound/audacity package.use.masks for upcoming version bump
+
   19 Jul 2015; James Le Cuirot ch...@gentoo.org package.mask:
   Remove dev-java/itext:5 mask as bug #475552 now looks good.
 






[gentoo-commits] gentoo-x86 commit in profiles/base: package.use.mask

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 14:20:11

  Modified: package.use.mask
  Log:
  Adjust media-sound/audacity package.use.masks for upcoming version bump

Revision  ChangesPath
1.694profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.694view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.694content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.693r2=1.694

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -r1.693 -r1.694
--- package.use.mask5 Jul 2015 09:32:17 -   1.693
+++ package.use.mask20 Jul 2015 14:20:11 -  1.694
@@ -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/profiles/base/package.use.mask,v 1.693 
2015/07/05 09:32:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.694 
2015/07/20 14:20:11 yngwin Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -459,7 +459,7 @@
 # Alexis Ballier aball...@gentoo.org (15 Feb 2013)
 # Needs a huge patch to build against recent releases of FFmpeg/libav.
 # Mask it until upstream fixes it. Bug #417869
-media-sound/audacity ffmpeg
+media-sound/audacity-2.1.0 ffmpeg
 
 # Alexandre Rostovtsev tetrom...@gentoo.org (30 Dec 2012)
 # sys-apps/biosdevname is keyworded only for amd64/x86






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc32: package.use.mask

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 14:20:11

  Modified: package.use.mask
  Log:
  Adjust media-sound/audacity package.use.masks for upcoming version bump

Revision  ChangesPath
1.45 profiles/arch/powerpc/ppc32/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask?r1=1.44r2=1.45

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- package.use.mask2 Jun 2015 18:24:49 -   1.44
+++ package.use.mask20 Jul 2015 14:20:11 -  1.45
@@ -1,9 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v 1.44 
2015/06/02 18:24:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v 1.45 
2015/07/20 14:20:11 yngwin Exp $
 
 # This file requires =portage-2.1.1
 
+# Ben de Groot yng...@gentoo.org (20 Jul 2015)
+# missing keyword
+media-sound/audacity midi
+
 # Pacho Ramos pa...@gentoo.org (02 Jun 2015)
 # Missing keywords (02 Jun 2015)
 net-misc/connman openconnect






[gentoo-commits] gentoo-x86 commit in media-libs/lv2: metadata.xml lv2-1.12.0.ebuild ChangeLog

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 14:28:27

  Modified: metadata.xml ChangeLog
  Added:lv2-1.12.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-libs/lv2/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml21 Apr 2012 22:17:56 -  1.1
+++ metadata.xml20 Jul 2015 14:28:27 -  1.2
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdproaudio/herd
+  herdproaudio/herd
   use
- flag name=pluginsEnables examples plugins./flag
+flag name=pluginsEnables examples plugins./flag
   /use
 /pkgmetadata



1.14 media-libs/lv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Jun 2015 09:54:43 -  1.13
+++ ChangeLog   20 Jul 2015 14:28:27 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/lv2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.13 2015/06/28 
09:54:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.14 2015/07/20 
14:28:27 yngwin Exp $
+
+*lv2-1.12.0 (20 Jul 2015)
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org +lv2-1.12.0.ebuild,
+  metadata.xml:
+  version bump
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org lv2-1.10.0-r1.ebuild:
   x86 stable wrt bug #532270



1.1  media-libs/lv2/lv2-1.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild?rev=1.1content-type=text/plain

Index: lv2-1.12.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v 1.1 
2015/07/20 14:28:27 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='threads(+)'
inherit python-single-r1 waf-utils

DESCRIPTION=A simple but extensible successor of LADSPA
HOMEPAGE=http://lv2plug.in/;
SRC_URI=http://lv2plug.in/spec/${P}.tar.bz2;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=doc plugins

DEPEND=plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )
RDEPEND=${DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/rdflib[${PYTHON_USEDEP}]
!media-libs/slv2-0.4.2
!media-libs/lv2core
!media-libs/lv2-ui
DEPEND=${DEPEND}
plugins? ( virtual/pkgconfig )
doc? ( app-doc/doxygen dev-python/rdflib )
DOCS=( README.md NEWS )

src_configure() {
waf-utils_src_configure \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use plugins || echo  --no-plugins) \
$(use doc  echo  --docs  )
}

src_install() {
waf-utils_src_install

python_fix_shebang ${D}
}






[gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-2.1.1.ebuild metadata.xml ChangeLog

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 15:21:39

  Modified: metadata.xml ChangeLog
  Added:audacity-2.1.1.ebuild
  Log:
  Version bump WIP, see bug #524242
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.10 media-sound/audacity/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml9 Jul 2015 14:17:15 -   1.9
+++ metadata.xml20 Jul 2015 15:21:39 -  1.10
@@ -14,14 +14,15 @@
   quality than the included resampler and much faster than libsamplerate
   while keeping almost the same quality.
 /flag
+flag name=lv2Add support for Ladspa V2/flag
 flag name=midiEnables MIDI support/flag
-flag name=sbsmsEnables sbsms library support for pitch and tempo
-  changing
-/flag
+flag name=portmixerEnable the internal portmixer feature/flag
+flag name=sbsmsEnables sbsms library support for slower, more accurate
+  pitch and tempo changing/flag
 flag name=soundtouchEnables soundtouch library support for pitch and
-  tempo changing
-/flag
+  tempo changing/flag
 flag name=twolameEnables twolame support (MPEG Audio Layer 2 
encoder)/flag
 flag name=vampEnables vamp plugins support (Audio analysing 
plugins)/flag
+flag name=vstEnable VST plugin support/flag
   /use
 /pkgmetadata



1.192media-sound/audacity/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.192view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.192content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.191r2=1.192

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog   11 Jul 2015 19:08:40 -  1.191
+++ ChangeLog   20 Jul 2015 15:21:39 -  1.192
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/audacity
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.191 
2015/07/11 19:08:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.192 
2015/07/20 15:21:39 yngwin Exp $
+
+*audacity-2.1.1 (20 Jul 2015)
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org +audacity-2.1.1.ebuild,
+  metadata.xml:
+  Version bump WIP, see bug #524242
 
   11 Jul 2015; Mikle Kolyada zlog...@gentoo.org audacity-2.0.5.ebuild:
   x86 stable wrt bug #522036



1.1  media-sound/audacity/audacity-2.1.1.ebuild

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

Index: audacity-2.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.1.1.ebuild,v 
1.1 2015/07/20 15:21:39 yngwin Exp $

EAPI=5
inherit eutils wxwidgets

MY_P=${PN}-minsrc-${PV}
DESCRIPTION=Free crossplatform audio editor
HOMEPAGE=http://web.audacityteam.org/;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${MY_P}.tar.xz
doc? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-manual-${PV}.zip )
# wget doesn't seem to work on FossHub links, so we mirror

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~x86
IUSE=alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav
+lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis 
+vst
RESTRICT=test

RDEPEND==app-arch/zip-2.3
dev-libs/expat
=media-libs/libsndfile-1.0.0
=media-libs/portaudio-19*
media-libs/soxr
x11-libs/wxGTK:2.8[X]
alsa? ( media-libs/alsa-lib )
ffmpeg? ( libav? ( media-video/libav:= )
!libav? ( =media-video/ffmpeg-1.2:= ) )
flac? ( =media-libs/flac-1.2.0[cxx] )
id3tag? ( media-libs/libid3tag )
jack? ( =media-sound/jack-audio-connection-kit-0.103.0 )
lame? ( =media-sound/lame-3.70 

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-07-20 Thread Ben de Groot (yngwin)
yngwin  15/07/20 15:24:40

  Modified: ChangeLog package.mask
  Log:
  Mask media-sound/audacity-2.1.1 WIP (bug #524242)

Revision  ChangesPath
1.10196  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10195r2=1.10196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10195
retrieving revision 1.10196
diff -u -r1.10195 -r1.10196
--- ChangeLog   20 Jul 2015 14:20:11 -  1.10195
+++ ChangeLog   20 Jul 2015 15:24:39 -  1.10196
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10195 2015/07/20 
14:20:11 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10196 2015/07/20 
15:24:39 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  20 Jul 2015; Ben de Groot yng...@gentoo.org package.mask:
+  Mask media-sound/audacity-2.1.1 WIP (bug #524242)
+
   20 Jul 2015; Ben de Groot yng...@gentoo.org
   arch/powerpc/ppc32/package.use.mask, arch/powerpc/ppc64/package.use.mask,
   base/package.use.mask:



1.16678  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16678view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16678content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16677r2=1.16678

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16677
retrieving revision 1.16678
diff -u -r1.16677 -r1.16678
--- package.mask19 Jul 2015 22:27:14 -  1.16677
+++ package.mask20 Jul 2015 15:24:39 -  1.16678
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16677 2015/07/19 
22:27:14 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16678 2015/07/20 
15:24:39 yngwin Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Ben de Groot yng...@gentoo.org (20 Jul 2015)
+# Version bump is a WIP, see bug #524242
+# It works (except USE=vamp) but is not up to Gentoo standards yet
+=media-sound/audacity-2.1.1
+
 # Ian Stakenvicius a...@gentoo.org (16 Jul 2015)
 # Mask thunerbird-24.x as it is no longer supported, but
 # it remains in the tree for now in case there is a need
@@ -75,7 +80,7 @@
 dev-util/fujaba
 
 # Patrice Clement monsie...@gentoo.org (5 Jul 2015)
-# SRC_URI unreachable. Upstream looks dead. 
+# SRC_URI unreachable. Upstream looks dead.
 # Removal in 30 days. See bug #502994.
 app-arch/dczip
 






[gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: mkvtoolnix-8.2.0-r1.ebuild ChangeLog mkvtoolnix-7.4.0-r1.ebuild mkvtoolnix-7.3.0.ebuild mkvtoolnix-8.1.0.ebuild mkvtoolnix-7.5.0.ebuild mk

2015-07-19 Thread Ben de Groot (yngwin)
yngwin  15/07/20 05:24:17

  Modified: ChangeLog
  Added:mkvtoolnix-8.2.0-r1.ebuild
  Removed:  mkvtoolnix-7.4.0-r1.ebuild mkvtoolnix-7.3.0.ebuild
mkvtoolnix-8.1.0.ebuild mkvtoolnix-7.5.0.ebuild
mkvtoolnix-8.2.0.ebuild mkvtoolnix-7.8.0.ebuild
mkvtoolnix-7.6.0.ebuild mkvtoolnix-7.7.0.ebuild
  Log:
  Add upstream curl patch and introduce curl useflag (bug #555340). Remove old 
and broken ebuilds.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.222media-video/mkvtoolnix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.222view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.222content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?r1=1.221r2=1.222

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   19 Jul 2015 10:20:14 -  1.221
+++ ChangeLog   20 Jul 2015 05:24:17 -  1.222
@@ -1,6 +1,16 @@
 # ChangeLog for media-video/mkvtoolnix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.221 
2015/07/19 10:20:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.222 
2015/07/20 05:24:17 yngwin Exp $
+
+*mkvtoolnix-8.2.0-r1 (20 Jul 2015)
+
+  20 Jul 2015; Ben de Groot yng...@gentoo.org
+  +files/mkvtoolnix-8.2.0-fix-curl-support.patch, +mkvtoolnix-8.2.0-r1.ebuild,
+  -mkvtoolnix-7.3.0.ebuild, -mkvtoolnix-7.4.0-r1.ebuild,
+  -mkvtoolnix-7.5.0.ebuild, -mkvtoolnix-7.6.0.ebuild, -mkvtoolnix-7.7.0.ebuild,
+  -mkvtoolnix-7.8.0.ebuild, -mkvtoolnix-8.1.0.ebuild, -mkvtoolnix-8.2.0.ebuild:
+  Add upstream curl patch and introduce curl useflag (bug #555340). Remove old
+  and broken ebuilds.
 
 *mkvtoolnix-8.2.0 (19 Jul 2015)
 



1.1  media-video/mkvtoolnix/mkvtoolnix-8.2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.2.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.2.0-r1.ebuild?rev=1.1content-type=text/plain

Index: mkvtoolnix-8.2.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.2.0-r1.ebuild,v 1.1 
2015/07/20 05:24:17 yngwin Exp $

EAPI=5
WX_GTK_VER=3.0
inherit eutils multilib toolchain-funcs versionator wxwidgets multiprocessing 
autotools

DESCRIPTION=Tools to create, alter, and inspect Matroska files
HOMEPAGE=http://www.bunkus.org/videotools/mkvtoolnix;
SRC_URI=http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=curl debug pch qt5 wxwidgets

ruby_atom() {
local ruby_slot=${1/ruby/}
ruby_slot=${ruby_slot:0:1}.${ruby_slot:1:2}
echo dev-lang/ruby:${ruby_slot}
}

# hacks to avoid using the ruby eclasses since this requires something similar
# to the python-any-r1 eclass for ruby which currently doesn't exist
RUBY_IMPLS=( ruby22 ruby21 ruby20 )
RUBY_BDEPS=$(for ruby_impl in ${RUBY_IMPLS[@]}; do
echo ( $(ruby_atom ${ruby_impl}) 
virtual/rubygems[ruby_targets_${ruby_impl}] ); done)

RDEPEND=
=dev-libs/boost-1.46.0:=
=dev-libs/libebml-1.3.1:=
dev-libs/pugixml
media-libs/flac
=media-libs/libmatroska-1.4.2:=
media-libs/libogg
media-libs/libvorbis
sys-apps/file
=sys-devel/gcc-4.6
sys-libs/zlib
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
)
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )

DEPEND=${RDEPEND}
|| ( ${RUBY_BDEPS} )
sys-devel/gettext
virtual/pkgconfig


pkg_pretend() {
# http://bugs.gentoo.org/419257
local ver=4.6
local msg=You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support.
if ! version_is_at_least ${ver} $(gcc-version); then
eerror ${msg}
die ${msg}
fi
}

src_prepare() {
local ruby_impl
for ruby_impl in ${RUBY_IMPLS[@]}; do
if has_version $(ruby_atom ${ruby_impl}); then
export RUBY=${ruby_impl}
break
fi

[gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix/files: mkvtoolnix-8.2.0-fix-curl-support.patch

2015-07-19 Thread Ben de Groot (yngwin)
yngwin  15/07/20 05:24:17

  Added:mkvtoolnix-8.2.0-fix-curl-support.patch
  Log:
  Add upstream curl patch and introduce curl useflag (bug #555340). Remove old 
and broken ebuilds.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  
media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch?rev=1.1content-type=text/plain

Index: mkvtoolnix-8.2.0-fix-curl-support.patch
===
--- a/src/mkvtoolnix-gui/main_window/main_window.cpp
+++ b/src/mkvtoolnix-gui/main_window/main_window.cpp
@@ -118,7 +118,7 @@ MainWindow::setupMenu() {
 #if defined(HAVE_CURL_EASY_H)
   connect(ui-actionHelpCheckForUpdates,   QAction::triggered,
 this, MainWindow::checkForUpdates);
 #else
-  ui-actionGUICheckForUpdates-setVisible(false);
+  ui-actionHelpCheckForUpdates-setVisible(false);
 #endif  // HAVE_CURL_EASY_H
 }
 






[gentoo-commits] gentoo-x86 commit in media-fonts/dejavu: dejavu-2.35.ebuild ChangeLog

2015-07-10 Thread Ben de Groot (yngwin)
yngwin  15/07/11 02:27:43

  Modified: ChangeLog
  Added:dejavu-2.35.ebuild
  Log:
  version bump (bug #553916) and formatting
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.181media-fonts/dejavu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?rev=1.181view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?rev=1.181content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?r1=1.180r2=1.181

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   28 Feb 2015 14:04:37 -  1.180
+++ ChangeLog   11 Jul 2015 02:27:43 -  1.181
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/dejavu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v 1.180 
2015/02/28 14:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v 1.181 
2015/07/11 02:27:43 yngwin Exp $
+
+*dejavu-2.35 (11 Jul 2015)
+
+  11 Jul 2015; Ben de Groot yng...@gentoo.org +dejavu-2.35.ebuild:
+  version bump (bug #553916) and formatting
 
   28 Feb 2015; Agostino Sarubbo a...@gentoo.org dejavu-2.34.ebuild:
   Stable for ia64, wrt bug #521704



1.1  media-fonts/dejavu/dejavu-2.35.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild?rev=1.1content-type=text/plain

Index: dejavu-2.35.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild,v 1.1 
2015/07/11 02:27:43 yngwin Exp $

EAPI=5
inherit font versionator

DESCRIPTION=DejaVu fonts, bitstream vera with ISO-8859-2 characters
HOMEPAGE=http://dejavu.sourceforge.net/;

# If you want to test snapshot from dejavu.sf.net/snapshots/
# just rename ebuild to dejavu-2.22.20071220.2156.ebuild
MY_PV=$(get_version_component_range 1-2)
snapv=$(get_version_component_range 3-4)
snapv=${snapv/./-}
MY_BP=${PN}-fonts-ttf-${MY_PV}
MY_SP=${PN}-fonts-${MY_PV}

if [[ -z ${snapv} ]]; then
SRC_URI=!fontforge? ( mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
fontforge? ( mirror://sourceforge/${PN}/${MY_SP}.tar.bz2 )
else
SRC_URI=!fontforge? ( 
http://dejavu.sourceforge.net/snapshots/${MY_BP}-${snapv}.tar.bz2 )
fontforge? ( 
http://dejavu.sourceforge.net/snapshots/${MY_SP}-${snapv}.tar.bz2 )
fi

LICENSE=BitstreamVera
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris
IUSE=fontforge

DEPEND=fontforge? ( x11-apps/mkfontscale
=media-gfx/fontforge-20080429
x11-apps/mkfontdir
dev-perl/Font-TTF
app-i18n/unicode-data
media-libs/fontconfig-2.6.0 )

if use fontforge; then
S=${WORKDIR}/${MY_SP}
FONT_S=${S}/build
else
S=${WORKDIR}/${MY_BP}
FONT_S=${S}/ttf
fi

FONT_CONF=(
${S}/fontconfig/20-unhint-small-dejavu-sans-mono.conf
${S}/fontconfig/20-unhint-small-dejavu-sans.conf
${S}/fontconfig/20-unhint-small-dejavu-serif.conf
${S}/fontconfig/57-dejavu-sans-mono.conf
${S}/fontconfig/57-dejavu-sans.conf
${S}/fontconfig/57-dejavu-serif.conf )

FONT_SUFFIX=ttf
DOCS=AUTHORS NEWS README status.txt langcover.txt unicover.txt

src_compile() {
if use fontforge; then
emake -j1 \
BLOCKS=/usr/share/unicode-data/Blocks.txt \
UNICODEDATA=/usr/share/unicode-data/UnicodeData.txt \
FC-LANG=/usr/share/fc-lang \
full sans \
|| die emake failed
fi
}

src_install() {
font_src_install
if use fontforge; then
dodoc build/*.txt
fi
}






[gentoo-commits] gentoo-x86 commit in media-sound/audacity: metadata.xml audacity-2.0.2.ebuild audacity-2.0.5.ebuild ChangeLog audacity-2.0.3.ebuild audacity-2.0.1.ebuild audacity-2.0.0.ebuild

2015-07-09 Thread Ben de Groot (yngwin)
yngwin  15/07/09 14:17:15

  Modified: metadata.xml audacity-2.0.2.ebuild
audacity-2.0.5.ebuild ChangeLog
  Removed:  audacity-2.0.3.ebuild audacity-2.0.1.ebuild
audacity-2.0.0.ebuild
  Log:
  Update HOMEPAGE, SRC_URI, metadata since upstream moved (bug #544762)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.9  media-sound/audacity/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml13 Feb 2013 18:23:40 -  1.8
+++ metadata.xml9 Jul 2015 14:17:15 -   1.9
@@ -1,22 +1,27 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdproaudio/herd
-   maintainer
-   emailrich...@audacityteam.org/email
-   nameRichard Ash/name
-   descriptionUpstream - please CC on bugs that concerns 
upstream/description
-   /maintainer
-   use
-   flag name=id3tagEnables ID3 tagging with id3tag 
library/flag
-   flag name=libsoxrUses pkgmedia-libs/soxr/pkg as audio 
resampling library: Better quality than the included resampler and much faster 
than libsamplerate while keeping almost the same quality./flag
-   flag name=midiEnables MIDI support/flag
-   flag name=sbsmsEnables sbsms library support for pitch and 
tempo changing/flag
-   flag name=soundtouchEnables soundtouch library support for 
pitch and tempo changing/flag
-   flag name=twolameEnables twolame support (MPEG Audio Layer 
2 encoder)/flag
-   flag name=vampEnables vamp plugins support (Audio analysing 
plugins)/flag
-   /use
-   upstream
-   remote-id type=google-codeaudacity/remote-id
-   /upstream
+  herdproaudio/herd
+  maintainer
+emailrich...@audacityteam.org/email
+nameRichard Ash/name
+descriptionUpstream - please CC on bugs that concerns 
upstream/description
+  /maintainer
+  use
+flag name=id3tagEnables ID3 tagging with id3tag library/flag
+flag name=libsoxr
+  Uses pkgmedia-libs/soxr/pkg as audio resampling library: Better
+  quality than the included resampler and much faster than libsamplerate
+  while keeping almost the same quality.
+/flag
+flag name=midiEnables MIDI support/flag
+flag name=sbsmsEnables sbsms library support for pitch and tempo
+  changing
+/flag
+flag name=soundtouchEnables soundtouch library support for pitch and
+  tempo changing
+/flag
+flag name=twolameEnables twolame support (MPEG Audio Layer 2 
encoder)/flag
+flag name=vampEnables vamp plugins support (Audio analysing 
plugins)/flag
+  /use
 /pkgmetadata



1.8  media-sound/audacity/audacity-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild?r1=1.7r2=1.8

Index: audacity-2.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacity-2.0.2.ebuild   29 Jun 2013 19:40:54 -  1.7
+++ audacity-2.0.2.ebuild   9 Jul 2015 14:17:15 -   1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild,v 1.7 
2013/06/29 19:40:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild,v 1.8 
2015/07/09 14:17:15 yngwin Exp $
 
 EAPI=4
 
@@ -10,8 +10,8 @@
 MY_P=${PN}-src-${MY_PV}
 MY_T=${PN}-minsrc-${MY_PV}
 DESCRIPTION=Free crossplatform audio editor
-HOMEPAGE=http://audacity.sourceforge.net/;
-SRC_URI=http://audacity.googlecode.com/files/${MY_T}.tar.bz2;
+HOMEPAGE=http://web.audacityteam.org/;
+SRC_URI=mirror://gentoo/${MY_T}.tar.bz2
 
 LICENSE=GPL-2
 SLOT=0



1.4  media-sound/audacity/audacity-2.0.5.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-python/micawber: metadata.xml micawber-0.3.2.ebuild Manifest ChangeLog

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 10:07:31

  Added:metadata.xml micawber-0.3.2.ebuild Manifest
ChangeLog
  Log:
  Initial commit as optional dependency for www-apps/nikola. Ebuild submitted 
by Dennis Schridde in bug #539080.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  dev-python/micawber/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdpython/herd
  maintainer
emailyng...@gentoo.org/email
nameBen de Groot/name
  /maintainer
/pkgmetadata



1.1  dev-python/micawber/micawber-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild?rev=1.1content-type=text/plain

Index: micawber-0.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/micawber-0.3.2.ebuild,v 
1.1 2015/07/08 10:07:31 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A small library for extracting rich content from urls
HOMEPAGE=https://github.com/coleifer/micawber/;
SRC_URI=https://github.com/coleifer/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.1  dev-python/micawber/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST micawber-0.3.2.tar.gz 32166 SHA256 
d779fe96b0064e58376febb5ea17c733a9084e8fd3b1e8ad6348370f4555362b SHA512 
b2cdb058710dd84e15c9816c7a39c9378505426b06ddd419b652db071377e71878264f090488d452a6740585762d022bebac3ac2cea2f87d5b18aa7428521b78
 WHIRLPOOL 
9651a1084eb56dc5b9a1afcc0b5858edec1873345e8e27578123e30c0fc566ba726634ac3eefe4f0b5f335f997f9061e3bd20badf265acd0a58a836301b08a69
EBUILD micawber-0.3.2.ebuild 485 SHA256 
4ef68eefef2c111eb68fe007f5186967ae4868c61d86c66c1f3328598d30c630 SHA512 
c327bc9aa04a42ba8d9915016cf228b6cab62f6ee09b716753056b7c7ab2f7a86af3eac98da9c955e8b2e58676c00a08c835c03a01e45b7f37627d3800cdd772
 WHIRLPOOL 
7ad62a4466a93d22a90da2f9727c1093e3d4c13203f5e4098ed7cb552206901a252826f4e9f1166543f4a8d8c230bdf2ab7129ba012531ea84e6b6b3d2037013
MISC metadata.xml 259 SHA256 
3d6cf397ee3ffe54da22c27a1cc87794c6e81e4939bb95facd7a0cfb344d6c8f SHA512 
8267c7aecd866ea7616a48a4ea006a8eac7b134c02ae996a7e9f690f465ac3a330984fb97f55bcc72f792faaaee4dff2178c7bd38fb8fb3796329c508899d900
 WHIRLPOOL 
1701b88f3ed993eaa67a14d457a7587c1a3dff0e750e2e897a0961c9618f09c5b49ed9e418b78e885bccdf1c83b03e2706133c7d624ff189e32b9834769217cf



1.1  dev-python/micawber/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/micawber/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/micawber
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/micawber/ChangeLog,v 1.1 
2015/07/08 10:07:31 yngwin Exp $

*micawber-0.3.2 (08 Jul 2015)

  08 Jul 2015; Ben de Groot yng...@gentoo.org +metadata.xml,
  +micawber-0.3.2.ebuild:
  Initial commit as optional dependency for www-apps/nikola. Ebuild submitted by
  Dennis Schridde in bug #539080.






[gentoo-commits] gentoo-x86 commit in www-apps/nikola: metadata.xml nikola-7.6.0.ebuild ChangeLog

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 12:21:43

  Modified: metadata.xml ChangeLog
  Added:nikola-7.6.0.ebuild
  Log:
  Version bump. Fix licensing issues (bug #552372).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.6  www-apps/nikola/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml4 Jun 2015 11:07:27 -   1.5
+++ metadata.xml8 Jul 2015 12:21:43 -   1.6
@@ -13,6 +13,10 @@
 flag name=charts
   Support chart generation through pkgdev-python/pygal/pkg
 /flag
+flag name=ghpages
+  Add support for direct uploading to github pages thru
+  pkgdev-python/ghp-import/pkg
+/flag
 flag name=hyphenation
   Add hyphenation support through pkgdev-python/pyphen/pkg
 /flag
@@ -21,10 +25,21 @@
 /flag
 flag name=jinja
   Add support for pkgdev-python/jinja/pkg as alternative templating
- engine to Mako
+  engine to Mako
 /flag
 flag name=markdown
-  Add support for Markdown as alternative markup language to 
reStructuredText
+  Add support for Markdown as alternative markup language to
+  reStructuredText
+/flag
+flag name=watchdog
+  Use pkgdev-python/watchdog/pkg to monitor file system events
+/flag
+flag name=webmedia
+  Use pkgdev-python/micawber/pkg to extract metadata from web media
+  links
+/flag
+flag name=websocket
+  Add websocket support thru pkgdev-python/ws4py/pkg
 /flag
   /use
   upstream



1.29 www-apps/nikola/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   17 Jun 2015 04:47:02 -  1.28
+++ ChangeLog   8 Jul 2015 12:21:43 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/nikola
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.28 2015/06/17 
04:47:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.29 2015/07/08 
12:21:43 yngwin Exp $
+
+*nikola-7.6.0 (08 Jul 2015)
+
+  08 Jul 2015; Ben de Groot yng...@gentoo.org +nikola-7.6.0.ebuild,
+  metadata.xml:
+  Version bump. Fix licensing issues (bug #552372).
 
 *nikola-7.5.1 (17 Jun 2015)
 



1.1  www-apps/nikola/nikola-7.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild?rev=1.1content-type=text/plain

Index: nikola-7.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.6.0.ebuild,v 1.1 
2015/07/08 12:21:43 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A static website and blog generator
HOMEPAGE=http://getnikola.com/;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt;
MY_PN=Nikola

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
KEYWORDS=
else
SRC_URI+= mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=~amd64
fi

LICENSE=MIT Apache-2.0 CC0-1.0 public-domain
SLOT=0
IUSE=assets charts ghpages hyphenation ipython jinja markdown watchdog 
webmedia websocket
RESTRICT=test # needs coveralls

DEPEND==dev-python/docutils-0.12[${PYTHON_USEDEP}] # needs rst2man to build 
manpage
RDEPEND=${DEPEND}
=dev-python/blinker-1.3[${PYTHON_USEDEP}]
~dev-python/doit-0.28.0[${PYTHON_USEDEP}]
=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
=dev-python/mako-1.0[${PYTHON_USEDEP}]
=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in dev-python/micawber: - New directory

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 09:55:44

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/micawber added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/yapsy: yapsy-1.11.223.ebuild ChangeLog

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 10:25:58

  Modified: ChangeLog
  Added:yapsy-1.11.223.ebuild
  Log:
  version bump needed for www-apps/nikola-7.6.0
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.19 dev-python/yapsy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yapsy/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yapsy/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yapsy/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/yapsy/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   9 Jun 2015 17:25:01 -   1.18
+++ ChangeLog   8 Jul 2015 10:25:58 -   1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/yapsy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yapsy/ChangeLog,v 1.18 
2015/06/09 17:25:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yapsy/ChangeLog,v 1.19 
2015/07/08 10:25:58 yngwin Exp $
+
+*yapsy-1.11.223 (08 Jul 2015)
+
+  08 Jul 2015; Ben de Groot yng...@gentoo.org +yapsy-1.11.223.ebuild:
+  version bump needed for www-apps/nikola-7.6.0
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  dev-python/yapsy/yapsy-1.11.223.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yapsy/yapsy-1.11.223.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yapsy/yapsy-1.11.223.ebuild?rev=1.1content-type=text/plain

Index: yapsy-1.11.223.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/yapsy/yapsy-1.11.223.ebuild,v 1.1 
2015/07/08 10:25:58 yngwin Exp $

EAPI=5

MY_P=Yapsy-${PV}
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION=A fat-free DIY Python plugin management toolkit
HOMEPAGE=http://yapsy.sourceforge.net/;
SRC_URI=mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}

python_prepare_all() {
# Disable erroneous test
sed -e 's:test_default_plugins_place_is_parent_dir:_:' \
-i test/test_PluginFileLocator.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  emake -C doc html
}

python_test() {
esetup.py test
}

python_install_all() {
use doc  local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in media-sound/csound: csound-6.05.0.ebuild ChangeLog

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 15:12:42

  Modified: ChangeLog
  Added:csound-6.05.0.ebuild
  Log:
  Version bump. Use github. Fix installation of python modules (bug #550084).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.38 media-sound/csound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Apr 2015 17:59:42 -   1.37
+++ ChangeLog   8 Jul 2015 15:12:42 -   1.38
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/csound
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.37 
2015/04/08 17:59:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.38 
2015/07/08 15:12:42 yngwin Exp $
+
+*csound-6.05.0 (08 Jul 2015)
+
+  08 Jul 2015; Ben de Groot yng...@gentoo.org +csound-6.05.0.ebuild,
+  +files/csound-6.05-python.patch:
+  Version bump. Use github. Fix installation of python modules (bug #550084).
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org csound-5.19.01.ebuild,
   csound-6.02.ebuild:



1.1  media-sound/csound/csound-6.05.0.ebuild

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

Index: csound-6.05.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/csound/csound-6.05.0.ebuild,v 
1.1 2015/07/08 15:12:42 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils multilib java-pkg-opt-2 cmake-utils toolchain-funcs versionator 
python-single-r1

DESCRIPTION=A sound design and signal processing system providing facilities 
for composition and performance
HOMEPAGE=http://csound.github.io/;
SRC_URI=https://github.com/csound/csound/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+alsa beats chua csoundac curl +cxx debug double-precision dssi examples
fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc openmp
portaudio portmidi pulseaudio python samples score static-libs stk tcl test
+threads +utils vim-syntax

LANGS= de en_US es_CO fr it ro ru
IUSE+=${LANGS// / linguas_}

RDEPEND=
=media-libs/libsndfile-1.0.16
alsa? ( media-libs/alsa-lib )
csoundac? (
x11-libs/fltk:1[threads?]
dev-cpp/eigen:3
dev-libs/boost
${PYTHON_DEPS}
)
curl? ( net-misc/curl )
dssi? (
media-libs/dssi
media-libs/ladspa-sdk
)
fluidsynth? ( media-sound/fluidsynth )
fltk? ( x11-libs/fltk:1[threads?] )
image? ( media-libs/libpng:0= )
jack? ( media-sound/jack-audio-connection-kit )
java? ( =virtual/jdk-1.5 )
keyboard? ( x11-libs/fltk:1[threads?] )
linear? ( sci-mathematics/gmm )
lua? (
luajit? ( dev-lang/luajit:2 )
!luajit? ( dev-lang/lua:0 )
)
osc? ( media-libs/liblo )
portaudio? ( media-libs/portaudio )
portmidi? ( media-libs/portmidi )
pulseaudio? ( media-sound/pulseaudio )
python? ( ${PYTHON_DEPS} )
stk? ( media-libs/stk )
tcl? (
=dev-lang/tcl-8.5:0=
=dev-lang/tk-8.5:0=
)
utils? ( !media-sound/snd )

DEPEND=${RDEPEND}
sys-devel/flex
virtual/yacc
chua? ( dev-libs/boost )
csoundac? ( dev-lang/swig )
nls? ( sys-devel/gettext )
test? (
dev-util/cunit
${PYTHON_DEPS}
)

REQUIRED_USE=
java? ( cxx )
linear? ( double-precision )
lua? ( cxx )
python? ( cxx )


# requires specific alsa settings
RESTRICT=test

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi
}

pkg_setup() {
if use python || use test ; then
python-single-r1_pkg_setup
fi
}

src_prepare() {
epatch ${FILESDIR}/csound-6.05-python.patch

sed -e 

[gentoo-commits] gentoo-x86 commit in media-sound/csound/files: csound-6.05-python.patch

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 15:12:42

  Added:csound-6.05-python.patch
  Log:
  Version bump. Use github. Fix installation of python modules (bug #550084).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-sound/csound/files/csound-6.05-python.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/files/csound-6.05-python.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/files/csound-6.05-python.patch?rev=1.1content-type=text/plain

Index: csound-6.05-python.patch
===
--- csound-6.05.0.orig/CMakeLists.txt   2015-04-26 03:06:22.941646148 +0800
+++ csound-6.05.0/CMakeLists.txt2015-07-08 22:31:16.637995822 +0800
@@ -41,15 +41,9 @@
 set(PLUGIN_INSTALL_DIR 
${LIBRARY_INSTALL_DIR}/csound/plugins-${APIVERSION})
 endif()

-
-execute_process (
- COMMAND python -c
- import site, sys; sys.stdout.write(site.getusersitepackages())
- OUTPUT_VARIABLE PYTHON_MODULE_INSTALL_DIR
-   )
-
 set(JAVA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR})
 set(LUA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR})
+set(PYTHON_MODULE_INSTALL_DIR ${REPLACE_ME})
 set(LOCALE_INSTALL_DIR share/locale)
 set(HEADER_INSTALL_DIR include/csound)







[gentoo-commits] gentoo-x86 commit in app-doc/csound-manual: csound-manual-6.05.ebuild ChangeLog

2015-07-08 Thread Ben de Groot (yngwin)
yngwin  15/07/08 15:30:32

  Modified: ChangeLog
  Added:csound-manual-6.05.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.10 app-doc/csound-manual/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jun 2015 09:44:50 -   1.9
+++ ChangeLog   8 Jul 2015 15:30:32 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/csound-manual
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v 1.9 
2015/06/09 09:44:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v 1.10 
2015/07/08 15:30:32 yngwin Exp $
+
+*csound-manual-6.05 (08 Jul 2015)
+
+  08 Jul 2015; Ben de Groot yng...@gentoo.org +csound-manual-6.05.ebuild:
+  version bump
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  app-doc/csound-manual/csound-manual-6.05.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/csound-manual-6.05.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/csound-manual-6.05.ebuild?rev=1.1content-type=text/plain

Index: csound-manual-6.05.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-doc/csound-manual/csound-manual-6.05.ebuild,v 1.1 
2015/07/08 15:30:32 yngwin Exp $

EAPI=5

MY_P=Csound${PV}

DESCRIPTION=The Csound reference manual
HOMEPAGE=http://csounds.com/;
SRC_URI=
mirror://sourceforge/csound/${MY_P}_manual_pdf.zip
linguas_fr? ( mirror://sourceforge/csound/${MY_P}_manual-fr_pdf.zip )

html? (
mirror://sourceforge/csound/${MY_P}_manual_html.zip
linguas_fr? ( 
mirror://sourceforge/csound/${MY_P}_manual-fr_html.zip )
)

LICENSE=FDL-1.3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=html

LANGS= fr
IUSE+=${LANGS// / linguas_}

DEPEND=app-arch/unzip

S=${WORKDIR}

src_unpack() {
unpack ${MY_P}_manual_pdf.zip

if use html ; then
unpack ${MY_P}_manual_html.zip
mv html html-en
fi

local lang
for lang in ${LANGS} ; do
use linguas_${lang} || continue
unpack ${MY_P}_manual-${lang}_pdf.zip
if use html ; then
unpack ${MY_P}_manual-${lang}_html.zip
mv html html-${lang}
fi
done
}

src_install() {
dodoc *.pdf

if use html ; then
dohtml -r html-en/*

local lang
for lang in ${LANGS} ; do
use linguas_${lang} || continue
docinto html-${lang}
dohtml -r html-${lang}/*
done
fi
}






[gentoo-commits] gentoo-x86 commit in app-text/t1utils: ChangeLog t1utils-1.38.ebuild

2015-07-06 Thread Ben de Groot (yngwin)
yngwin  15/07/07 05:57:48

  Modified: ChangeLog
  Removed:  t1utils-1.38.ebuild
  Log:
  Remove vulnerable version (bug #548638)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.92 app-text/t1utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   3 Jul 2015 10:04:08 -   1.91
+++ ChangeLog   7 Jul 2015 05:57:48 -   1.92
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/t1utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.91 
2015/07/03 10:04:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.92 
2015/07/07 05:57:48 yngwin Exp $
+
+  07 Jul 2015; Ben de Groot yng...@gentoo.org -t1utils-1.38.ebuild:
+  Remove vulnerable version (bug #548638)
 
   03 Jul 2015; Agostino Sarubbo a...@gentoo.org t1utils-1.39.ebuild:
   Stable for alpha, wrt bug #548638






[gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: mkvtoolnix-8.1.0.ebuild ChangeLog

2015-07-06 Thread Ben de Groot (yngwin)
yngwin  15/07/06 15:56:32

  Modified: ChangeLog
  Added:mkvtoolnix-8.1.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.219media-video/mkvtoolnix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.219view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.219content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?r1=1.218r2=1.219

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog   4 Apr 2015 18:40:03 -   1.218
+++ ChangeLog   6 Jul 2015 15:56:32 -   1.219
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mkvtoolnix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.218 
2015/04/04 18:40:03 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.219 
2015/07/06 15:56:32 yngwin Exp $
+
+*mkvtoolnix-8.1.0 (06 Jul 2015)
+
+  06 Jul 2015; Ben de Groot yng...@gentoo.org +mkvtoolnix-8.1.0.ebuild:
+  version bump
 
 *mkvtoolnix-7.8.0 (04 Apr 2015)
 



1.1  media-video/mkvtoolnix/mkvtoolnix-8.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.1.0.ebuild?rev=1.1content-type=text/plain

Index: mkvtoolnix-8.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-8.1.0.ebuild,v 1.1 
2015/07/06 15:56:32 yngwin Exp $

EAPI=5
WX_GTK_VER=3.0
inherit eutils multilib toolchain-funcs versionator wxwidgets multiprocessing 
autotools

DESCRIPTION=Tools to create, alter, and inspect Matroska files
HOMEPAGE=http://www.bunkus.org/videotools/mkvtoolnix;
SRC_URI=http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=debug pch qt5 wxwidgets

ruby_atom() {
local ruby_slot=${1/ruby/}
ruby_slot=${ruby_slot:0:1}.${ruby_slot:1:2}
echo dev-lang/ruby:${ruby_slot}
}

# hacks to avoid using the ruby eclasses since this requires something similar
# to the python-any-r1 eclass for ruby which currently doesn't exist
RUBY_IMPLS=( ruby22 ruby21 ruby20 )
RUBY_BDEPS=$(for ruby_impl in ${RUBY_IMPLS[@]}; do
echo ( $(ruby_atom ${ruby_impl}) 
virtual/rubygems[ruby_targets_${ruby_impl}] ); done)

RDEPEND=
=dev-libs/boost-1.46.0:=
=dev-libs/libebml-1.3.1:=
dev-libs/pugixml
media-libs/flac
=media-libs/libmatroska-1.4.2:=
media-libs/libogg
media-libs/libvorbis
sys-apps/file
=sys-devel/gcc-4.6
sys-libs/zlib
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
)
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )

DEPEND=${RDEPEND}
|| ( ${RUBY_BDEPS} )
sys-devel/gettext
virtual/pkgconfig


pkg_pretend() {
# http://bugs.gentoo.org/419257
local ver=4.6
local msg=You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support.
if ! version_is_at_least ${ver} $(gcc-version); then
eerror ${msg}
die ${msg}
fi
}

src_prepare() {
local ruby_impl
for ruby_impl in ${RUBY_IMPLS[@]}; do
if has_version $(ruby_atom ${ruby_impl}); then
export RUBY=${ruby_impl}
break
fi
done

[[ -z ${RUBY} ]]  die No available ruby implementations to build 
with

epatch ${FILESDIR}/${PN}-5.8.0-boost-configure.patch
eautoreconf
}

src_configure() {
local myconf

if use qt5 ; then
# ac/qt5.m4 finds default Qt version set by qtchooser, bug 
#532600
myconf+=(
--with-moc=/usr/$(get_libdir)/qt5/bin/moc
--with-uic=/usr/$(get_libdir)/qt5/bin/uic
--with-rcc=/usr/$(get_libdir)/qt5/bin/rcc
--with-mkvtoolnix-gui
)
fi

if use wxwidgets ; then
need-wxwidgets unicode
myconf+=( --with-wx-config=${WX_CONFIG} )
fi

 

[gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-2.31.0.ebuild ChangeLog

2015-07-01 Thread Ben de Groot (yngwin)
yngwin  15/07/01 08:40:42

  Modified: ChangeLog
  Added:calibre-2.31.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.347app-text/calibre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.347view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.347content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.346r2=1.347

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- ChangeLog   2 May 2015 14:39:13 -   1.346
+++ ChangeLog   1 Jul 2015 08:40:42 -   1.347
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/calibre
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.346 
2015/05/02 14:39:13 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.347 
2015/07/01 08:40:42 yngwin Exp $
+
+*calibre-2.31.0 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org +calibre-2.31.0.ebuild:
+  version bump
 
 *calibre-2.27.0 (02 May 2015)
 



1.1  app-text/calibre/calibre-2.31.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-2.31.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-2.31.0.ebuild?rev=1.1content-type=text/plain

Index: calibre-2.31.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-2.31.0.ebuild,v 1.1 
2015/07/01 08:40:42 yngwin Exp $

EAPI=5
inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs

DESCRIPTION=Ebook management application
HOMEPAGE=http://calibre-ebook.com/;
[[ ${PV} == ${PV%.*}.${PV#*.} ]]  MY_PV=${PV}.0 || MY_PV=${PV}
SRC_URI=http://sourceforge.net/projects/calibre/files/${MY_PV}/${PN}-${MY_PV}.tar.xz;

LICENSE=
GPL-3+
GPL-3
GPL-2+
GPL-2
GPL-1+
LGPL-3+
LGPL-2.1+
LGPL-2.1
BSD
MIT
Old-MIT
Apache-2.0
public-domain
|| ( Artistic GPL-1+ )
CC-BY-3.0
OFL-1.1
PSF-2
unRAR

KEYWORDS=~amd64 ~arm ~x86
SLOT=0
IUSE=+udisks

COMMON_DEPEND=
=app-text/podofo-0.8.2:=
=app-text/poppler-0.26.5[qt5]
=dev-lang/python-2.7.1:2.7[sqlite,ssl]
=dev-libs/chmlib-0.40:=
dev-libs/glib:2
=dev-libs/icu-4.4:=
=dev-python/apsw-3.7.17[python_targets_python2_7(-)]
=dev-python/beautifulsoup-3.0.5:python-2[python_targets_python2_7(-)]
=dev-python/dnspython-1.6.0[python_targets_python2_7(-)]
=dev-python/cssselect-0.7.1[python_targets_python2_7(-)]
=dev-python/cssutils-0.9.9[python_targets_python2_7(-)]
=dev-python/dbus-python-1.2.0[python_targets_python2_7(-)]
=dev-python/lxml-3.2.1[python_targets_python2_7(-)]
=dev-python/mechanize-0.1.11[python_targets_python2_7(-)]
dev-python/netifaces[python_targets_python2_7(-)]
dev-python/psutil[python_targets_python2_7(-)]
=dev-python/pygments-2.0.1[python_targets_python2_7(-)]
=dev-python/python-dateutil-1.4.1[python_targets_python2_7(-)]

=dev-python/PyQt5-5.2.0[gui,svg,webkit,widgets,network,printsupport,python_targets_python2_7(-)]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-fonts/liberation-fonts
=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
=media-libs/freetype-2:=
=media-libs/libmtp-1.1.5:=
=media-libs/libwmf-0.2.8
sys-libs/zlib
virtual/libusb:1=
virtual/python-imaging[python_targets_python2_7(-)]
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
=x11-misc/xdg-utils-1.0.2-r2
udisks? ( virtual/libudev )
RDEPEND=${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )
DEPEND=${COMMON_DEPEND}
=dev-python/setuptools-0.6_rc5
=virtual/podofo-build-0.8.2

src_prepare() {
# Fix outdated version constant.
#sed -e s#\\(^numeric_version =\\).*#\\1 (${PV//./, })# \
#   -i src/calibre/constants.py || \
#   die sed failed to patch constants.py

# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls xdg-* (bug #258938).
sed -e s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'| \
-e 

[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.10.82.ebuild ck-sources-4.0.7.ebuild ck-sources-3.14.46.ebuild ChangeLog ck-sources-4.0.4-r1.ebuild ck-sources-3.18.14.ebuild

2015-07-01 Thread Ben de Groot (yngwin)
yngwin  15/07/01 09:26:41

  Modified: ChangeLog
  Added:ck-sources-3.10.82.ebuild ck-sources-4.0.7.ebuild
ck-sources-3.14.46.ebuild
  Removed:  ck-sources-4.0.4-r1.ebuild
ck-sources-3.18.14.ebuild ck-sources-3.14.43.ebuild
ck-sources-3.18.13.ebuild ck-sources-3.14.42.ebuild
  Log:
  Linux patches for 3.10, 3.14 and 4.0. Remove some old versions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.254sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.254view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.254content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.253r2=1.254

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   16 Jun 2015 08:44:56 -  1.253
+++ ChangeLog   1 Jul 2015 09:26:41 -   1.254
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.253 
2015/06/16 08:44:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.254 
2015/07/01 09:26:41 yngwin Exp $
+
+*ck-sources-3.10.82 (01 Jul 2015)
+*ck-sources-3.14.46 (01 Jul 2015)
+*ck-sources-4.0.7 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org +ck-sources-3.10.82.ebuild,
+  +ck-sources-3.14.46.ebuild, +ck-sources-4.0.7.ebuild,
+  -ck-sources-3.14.42.ebuild, -ck-sources-3.14.43.ebuild,
+  -ck-sources-3.18.13.ebuild, -ck-sources-3.18.14.ebuild,
+  -ck-sources-4.0.4-r1.ebuild:
+  Linux patches for 3.10, 3.14 and 4.0. Remove some old versions.
 
 *ck-sources-3.18.16 (16 Jun 2015)
 *ck-sources-3.14.44 (16 Jun 2015)



1.1  sys-kernel/ck-sources/ck-sources-3.10.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.10.82.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.10.82.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-3.10.82.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.10.82.ebuild,v 1.1 
2015/07/01 09:26:41 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=88
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=440

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}-r1.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}-r1.patch

CK_BASE_URL=http://ck.kolivas.org/patches/3.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=http://dev.gentoo.org/~dlan/distfiles/${CK_FILE}
${CK_LVER_URL}/${CK_FILE}
BFS_URI=http://dev.gentoo.org/~dlan/distfiles/${BFS_FILE}
${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... (3.7)

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) ---

PRE_CK_FIX=
POST_CK_FIX=

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi


[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6966-r2.ebuild metadata.xml ChangeLog smplayer-14.9.0.6966-r1.ebuild smplayer-14.9.0.6966.ebuild

2015-07-01 Thread Ben de Groot (yngwin)
yngwin  15/07/01 10:19:52

  Modified: metadata.xml ChangeLog
  Added:smplayer-14.9.0.6966-r2.ebuild
  Removed:  smplayer-14.9.0.6966-r1.ebuild
smplayer-14.9.0.6966.ebuild
  Log:
  Add mpris useflag (bug #553710). Update locales. Remove old ebuilds.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.8  media-video/smplayer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml15 Jun 2015 17:03:36 -  1.7
+++ metadata.xml1 Jul 2015 10:19:52 -   1.8
@@ -8,6 +8,10 @@
   Enable the option to shutdown your computer after finishing the playlist.
   This requires pkgdev-qt/qtdbus/pkg as dependency.
 /flag
+flag name=mprisEnable support for MPRIS2 (Media Player Remote
+  Interfacing Specification, version 2), a DBus interface for remote
+  control, which requires pkgdev-qt/qtdbus/pkg as dependency.
+/flag
 flag name=streamingSupport for streaming video sites through
   pkgnet-misc/youtube-dl/pkg (MPV only).
 /flag



1.169media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.169view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.169content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.168r2=1.169

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   1 Jul 2015 06:03:03 -   1.168
+++ ChangeLog   1 Jul 2015 10:19:52 -   1.169
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.168 
2015/07/01 06:03:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.169 
2015/07/01 10:19:52 yngwin Exp $
+
+*smplayer-14.9.0.6966-r2 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org 
+smplayer-14.9.0.6966-r2.ebuild,
+  -smplayer-14.9.0.6966-r1.ebuild, -smplayer-14.9.0.6966.ebuild, metadata.xml:
+  Add mpris useflag (bug #553710). Update locales. Remove old ebuilds.
 
   01 Jul 2015; Jeroen Roovers j...@gentoo.org smplayer-14.9.0.6966-r1.ebuild:
   Mark ~hppa (bug #553704).



1.1  media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild?rev=1.1content-type=text/plain

Index: smplayer-14.9.0.6966-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild,v 
1.1 2015/07/01 10:19:52 yngwin Exp $

EAPI=5
PLOCALES=ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr
hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL
sr sv th tr uk_UA vi_VN zh_CN zh_TW
PLOCALE_BACKUP=en_US
inherit eutils l10n qmake-utils

DESCRIPTION=Great Qt GUI front-end for mplayer/mpv
HOMEPAGE=http://smplayer.info/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
IUSE=autoshutdown bidi debug mpris +qt4 qt5 streaming
REQUIRED_USE=^^ ( qt4 qt5 )

DEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsingleapplication[qt4]
autoshutdown? ( dev-qt/qtdbus:4 )
mpris? ( dev-qt/qtdbus:4 )
streaming? ( dev-qt/qtcore:4[ssl] ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5]
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 )
mpris? ( 

[gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-3.2.0.ebuild ChangeLog

2015-07-01 Thread Ben de Groot (yngwin)
yngwin  15/07/01 06:28:26

  Modified: ChangeLog
  Added:reportlab-3.2.0.ebuild
  Log:
  Version bump. No longer depend on media-fonts/dejavu (bug #405183). Acked by 
patrick.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.134dev-python/reportlab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.134view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.134content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.133r2=1.134

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   11 Jun 2015 19:18:54 -  1.133
+++ ChangeLog   1 Jul 2015 06:28:26 -   1.134
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/reportlab
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.133 
2015/06/11 19:18:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.134 
2015/07/01 06:28:26 yngwin Exp $
+
+*reportlab-3.2.0 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org +reportlab-3.2.0.ebuild:
+  Version bump. No longer depend on media-fonts/dejavu (bug #405183). Acked by
+  patrick.
 
   11 Jun 2015; Markus Meier mae...@gentoo.org reportlab-3.1.44-r1.ebuild:
   arm stable, bug #546810



1.1  dev-python/reportlab/reportlab-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-3.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-3.2.0.ebuild?rev=1.1content-type=text/plain

Index: reportlab-3.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.2.0.ebuild,v 1.1 
2015/07/01 06:28:26 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # Tests crash with pypy
inherit distutils-r1 flag-o-matic prefix

DESCRIPTION=Tools for generating printable PDF documents from any data source
HOMEPAGE=http://www.reportlab.com/;
SRC_URI=mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux
IUSE=doc examples

RDEPEND=
=dev-python/pillow-2.4.0[tiff,truetype,${PYTHON_USEDEP}]
=dev-python/pip-1.4.1[${PYTHON_USEDEP}]
=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
media-libs/libart_lgpl
sys-libs/zlib

DEPEND=${RDEPEND}
app-arch/unzip


src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
unpack pfbfer-20070710.zip
}

python_prepare_all() {
sed -i \
-e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
-e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
src/reportlab/rl_config.py || die

eprefixify setup.py
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  emake -C docs html
}

python_compile() {
if ! python_is_python3; then
local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
pushd tests  /dev/null || die
${PYTHON} runAll.py || die Testing failed with ${EPYTHON}
popd  /dev/null || die
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
use examples  local EXAMPLES=( demos/. tools/pythonpoint/demos )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in media-fonts/arphicfonts: arphicfonts-0.2.20080216.1-r2.ebuild ChangeLog arphicfonts-0.2.20080216.1-r1.ebuild arphicfonts-0.2.20080216.1.ebuild

2015-06-30 Thread Ben de Groot (yngwin)
yngwin  15/07/01 02:17:44

  Modified: arphicfonts-0.2.20080216.1-r2.ebuild ChangeLog
  Removed:  arphicfonts-0.2.20080216.1-r1.ebuild
arphicfonts-0.2.20080216.1.ebuild
  Log:
  Mark -r2 stable, which fixes bug #553654. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  
media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild?r1=1.2r2=1.3

Index: arphicfonts-0.2.20080216.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arphicfonts-0.2.20080216.1-r2.ebuild10 Jun 2014 01:04:05 -  
1.2
+++ arphicfonts-0.2.20080216.1-r2.ebuild1 Jul 2015 02:17:44 -   
1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild,v
 1.2 2014/06/10 01:04:05 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild,v
 1.3 2015/07/01 02:17:44 yngwin Exp $
 
 EAPI=5
 inherit font eutils
@@ -17,7 +17,7 @@
 
 LICENSE=Arphic
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~x86-macos
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~x86-macos
 IUSE=
 
 DEPEND=media-gfx/fontforge



1.60 media-fonts/arphicfonts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   23 Apr 2015 00:02:34 -  1.59
+++ ChangeLog   1 Jul 2015 02:17:44 -   1.60
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/arphicfonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/ChangeLog,v 1.59 
2015/04/23 00:02:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/ChangeLog,v 1.60 
2015/07/01 02:17:44 yngwin Exp $
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org
+  -arphicfonts-0.2.20080216.1-r1.ebuild, -arphicfonts-0.2.20080216.1.ebuild,
+  arphicfonts-0.2.20080216.1-r2.ebuild:
+  Mark -r2 stable, which fixes bug #553654. Remove old.
 
   23 Apr 2015; Manuel Rüger mr...@gentoo.org 
-arphicfonts-0.1.20060928.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in www-client/qupzilla: qupzilla-1.8.6-r1.ebuild ChangeLog

2015-06-30 Thread Ben de Groot (yngwin)
yngwin  15/07/01 05:09:20

  Modified: ChangeLog
  Added:qupzilla-1.8.6-r1.ebuild
  Log:
  Add QTSA patch to fix compilation with Qt 5.5 (bug #548470)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.59 www-client/qupzilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   4 Jun 2015 19:06:11 -   1.58
+++ ChangeLog   1 Jul 2015 05:09:20 -   1.59
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/qupzilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.58 
2015/06/04 19:06:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.59 
2015/07/01 05:09:20 yngwin Exp $
+
+*qupzilla-1.8.6-r1 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org
+  +files/qtsingleapplication-QDataStream.patch, +qupzilla-1.8.6-r1.ebuild:
+  Add QTSA patch to fix compilation with Qt 5.5 (bug #548470)
 
   04 Jun 2015; Michael Palimaka kensing...@gentoo.org qupzilla-1.8.6.ebuild:
   Move various kde-base packages to kde-apps.



1.1  www-client/qupzilla/qupzilla-1.8.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6-r1.ebuild?rev=1.1content-type=text/plain

Index: qupzilla-1.8.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6-r1.ebuild,v 1.1 
2015/07/01 05:09:20 yngwin Exp $

EAPI=5
MY_PN=QupZilla
MY_P=${MY_PN}-${PV}
PLOCALES=ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR 
fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo 
pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin 
sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW
PLUGINS_HASH='1f8122da27362ae14a6e3c029830b51e9bac03be'
PLUGINS_VERSION='2015.01.27' # if there are no updates, we can use the older 
archive

inherit eutils l10n multilib qmake-utils vcs-snapshot

DESCRIPTION=Qt WebKit web browser
HOMEPAGE=http://www.qupzilla.com/;
SRC_URI=https://github.com/${MY_PN}/${PN}/releases/download/v${PV}/${MY_P}.tar.xz

https://github.com/${MY_PN}/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz - 
${PN}-plugins-${PLUGINS_VERSION}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=dbus debug gnome-keyring kde nonblockdialogs +qt4 qt5
REQUIRED_USE=^^ ( qt4 qt5 )
kde? ( qt4 )

RDEPEND=dev-libs/openssl:0
x11-libs/libX11
gnome-keyring? ( gnome-base/gnome-keyring )
kde? ( kde-base/kdelibs:4
kde-apps/kwalletd:4 )
qt4? ( =dev-qt/qtcore-4.8:4
=dev-qt/qtgui-4.8:4
=dev-qt/qtscript-4.8:4
=dev-qt/qtsql-4.8:4[sqlite]
=dev-qt/qtwebkit-4.8:4
dbus? ( =dev-qt/qtdbus-4.8:4 ) )
qt5? ( dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtconcurrent:5
dev-qt/qtprintsupport:5
dev-qt/qtscript:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtwebkit:5
dbus? ( dev-qt/qtdbus:5 ) )
DEPEND=${RDEPEND}
virtual/pkgconfig
qt5? ( dev-qt/linguist-tools:5 )

DOCS=( AUTHORS CHANGELOG FAQ README.md )
S=${WORKDIR}/${MY_P}

src_prepare() {
rm_loc() {
# remove localizations the user has not specified
sed -i -e /${1}.ts/d translations/translations.pri || die
rm translations/${1}.ts || die
}

# patch bundled but changed QTSA for Qt-5.5, see bugs 548470 and 489142
epatch ${FILESDIR}/qtsingleapplication-QDataStream.patch

epatch_user

# remove outdated prebuilt localizations
rm -rf bin/locale || die

# remove empty locale
rm translations/empty.ts || die

# get extra plugins into qupzilla build tree
mv ${WORKDIR}/${PN}-plugins-${PLUGINS_VERSION}/plugins/* 
${S}/src/plugins/ || die

l10n_find_plocales_changes translations  .ts
l10n_for_each_disabled_locale_do rm_loc
}

src_configure() {

[gentoo-commits] gentoo-x86 commit in www-client/qupzilla/files: qtsingleapplication-QDataStream.patch

2015-06-30 Thread Ben de Groot (yngwin)
yngwin  15/07/01 05:09:20

  Added:qtsingleapplication-QDataStream.patch
  Log:
  Add QTSA patch to fix compilation with Qt 5.5 (bug #548470)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  
www-client/qupzilla/files/qtsingleapplication-QDataStream.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/files/qtsingleapplication-QDataStream.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/files/qtsingleapplication-QDataStream.patch?rev=1.1content-type=text/plain

Index: qtsingleapplication-QDataStream.patch
===
--- src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp.ORIG   2015-05-07 
18:29:35.045402873 +0200
+++ src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp2015-05-07 
18:33:04.942404927 +0200
@@ -39,6 +39,7 @@
 /


+#include QDataStream
 #include qtlocalpeer.h
 #include QCoreApplication
 #include QTime






[gentoo-commits] gentoo-x86 commit in media-video/smplayer/files: smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch

2015-06-30 Thread Ben de Groot (yngwin)
yngwin  15/07/01 05:39:40

  Added:   
smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch
  Log:
  Unbundle qtsingleapplication (bug #487544). Also fixes compilation with Qt 
5.5 (bug #552376).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  
media-video/smplayer/files/smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/files/smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/files/smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch?rev=1.1content-type=text/plain

Index: smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch
===
--- smplayer-14.9.0.6966.orig/src/smplayer.pro  2015-04-18 10:11:32.0 
+0800
+++ smplayer-14.9.0.6966/src/smplayer.pro   2015-07-01 13:18:39.283850646 
+0800
@@ -285,11 +285,7 @@
 
 # qtsingleapplication
 contains( DEFINES, SINGLE_INSTANCE ) {
-   INCLUDEPATH += qtsingleapplication
-   DEPENDPATH += qtsingleapplication
-
-   SOURCES += qtsingleapplication/qtsingleapplication.cpp 
qtsingleapplication/qtlocalpeer.cpp
-   HEADERS += qtsingleapplication/qtsingleapplication.h 
qtsingleapplication/qtlocalpeer.h
+   CONFIG += qtsingleapplication
 }
 
 # Find subtitles dialog






[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6966-r1.ebuild ChangeLog

2015-06-30 Thread Ben de Groot (yngwin)
yngwin  15/07/01 05:39:40

  Modified: ChangeLog
  Added:smplayer-14.9.0.6966-r1.ebuild
  Log:
  Unbundle qtsingleapplication (bug #487544). Also fixes compilation with Qt 
5.5 (bug #552376).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.167media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.167view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.167content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.166r2=1.167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   16 Jun 2015 10:45:41 -  1.166
+++ ChangeLog   1 Jul 2015 05:39:40 -   1.167
@@ -1,6 +1,14 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.166 
2015/06/16 10:45:41 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.167 
2015/07/01 05:39:40 yngwin Exp $
+
+*smplayer-14.9.0.6966-r1 (01 Jul 2015)
+
+  01 Jul 2015; Ben de Groot yng...@gentoo.org
+  +files/smplayer-14.9.0.6966-unbundle-qtsingleapplication.patch,
+  +smplayer-14.9.0.6966-r1.ebuild:
+  Unbundle qtsingleapplication (bug #487544). Also fixes compilation with Qt 
5.5
+  (bug #552376).
 
 *smplayer-14.9.0.6966 (16 Jun 2015)
 



1.1  media-video/smplayer/smplayer-14.9.0.6966-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r1.ebuild?rev=1.1content-type=text/plain

Index: smplayer-14.9.0.6966-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r1.ebuild,v 
1.1 2015/07/01 05:39:40 yngwin Exp $

EAPI=5
PLOCALES=ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr
hu it ja ka ko ku lt mk ms_MY nl pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL sr sv
th tr uk_UA vi_VN zh_CN zh_TW
PLOCALE_BACKUP=en_US
inherit eutils l10n qmake-utils

DESCRIPTION=Great Qt GUI front-end for mplayer/mpv
HOMEPAGE=http://smplayer.info/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
IUSE=autoshutdown bidi debug +qt4 qt5 streaming
REQUIRED_USE=^^ ( qt4 qt5 )

DEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsingleapplication[qt4]
autoshutdown? ( dev-qt/qtdbus:4 )
streaming? ( dev-qt/qtcore:4[ssl] ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5]
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 )
streaming? ( dev-qt/qtnetwork:5[ssl]
dev-qt/qtscript:5 ) )
RDEPEND=${DEPEND}
|| ( media-video/mplayer[bidi?,libass,png,X]
( =media-video/mpv-0.6.2[libass,X]
streaming? ( =net-misc/youtube-dl-2014.11.26 ) ) )

src_prepare() {
epatch ${FILESDIR}/${P}-unbundle-qtsingleapplication.patch # bug 
487544
use bidi || epatch ${FILESDIR}/${PN}-14.9.0.6690-zero-bidi.patch

# Upstream Makefile sucks
sed -i -e /^PREFIX=/s:${EPREFIX}/usr/local:${EPREFIX}/usr: \
-e /^DOC_PATH=/s:packages/smplayer:${PF}: \
-e '/\.\/get_svn_revision\.sh/,+2c\
cd src  $(DEFS) $(MAKE)' \
${S}/Makefile || die sed failed

# Toggle autoshutdown option which pulls in dbus, bug #524392
if ! use autoshutdown ; then
sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#DEFINES += 
AUTO_SHUTDOWN_PC:' \
-i ${S}/src/smplayer.pro || die sed failed
fi

# Turn debug message flooding off
if ! use debug ; then
sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
${S}/src/smplayer.pro || die sed failed
fi

# Turn off online update checker, bug #479902
sed -e 's:DEFINES += UPDATE_CHECKER:#DEFINES += UPDATE_CHECKER:' \
-e 's:DEFINES += CHECK_UPGRADED:#DEFINES += CHECK_UPGRADED:' \
   

[gentoo-commits] gentoo-x86 commit in dev-python/neovim-python-client: neovim-python-client-0.0.36.ebuild ChangeLog

2015-06-26 Thread Ben de Groot (yngwin)
yngwin  15/06/27 03:48:21

  Modified: ChangeLog
  Added:neovim-python-client-0.0.36.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.6  dev-python/neovim-python-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jun 2015 14:04:56 -   1.5
+++ ChangeLog   27 Jun 2015 03:48:21 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/neovim-python-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.5 2015/06/07 14:04:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.6 2015/06/27 03:48:21 yngwin Exp $
+
+*neovim-python-client-0.0.36 (27 Jun 2015)
+
+  27 Jun 2015; Ben de Groot yng...@gentoo.org
+  +neovim-python-client-0.0.36.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild?rev=1.1content-type=text/plain

Index: neovim-python-client-0.0.36.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild,v
 1.1 2015/06/27 03:48:21 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=Python client to connect to Neovim thru its msgpack-rpc API
HOMEPAGE=https://github.com/neovim/python-client;
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND==dev-python/click-3.0[${PYTHON_USEDEP}]
=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python{2_7,3_3} 'pypy*')
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-editors/neovim: neovim-0.0.0_pre20150627.ebuild ChangeLog

2015-06-26 Thread Ben de Groot (yngwin)
yngwin  15/06/27 03:54:39

  Modified: ChangeLog
  Added:neovim-0.0.0_pre20150627.ebuild
  Log:
  new development snapshot
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.5  app-editors/neovim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Jun 2015 12:13:25 -   1.4
+++ ChangeLog   27 Jun 2015 03:54:39 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/neovim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v 1.4 
2015/06/05 12:13:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/neovim/ChangeLog,v 1.5 
2015/06/27 03:54:39 yngwin Exp $
+
+*neovim-0.0.0_pre20150627 (27 Jun 2015)
+
+  27 Jun 2015; Ben de Groot yng...@gentoo.org
+  +neovim-0.0.0_pre20150627.ebuild:
+  new development snapshot
 
   05 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-editors/neovim/neovim-0.0.0_pre20150627.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150627.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150627.ebuild?rev=1.1content-type=text/plain

Index: neovim-0.0.0_pre20150627.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150627.ebuild,v 
1.1 2015/06/27 03:54:39 yngwin Exp $

EAPI=5
inherit cmake-utils flag-o-matic

DESCRIPTION=Vim's rebirth for the 21st century
HOMEPAGE=https://github.com/neovim/neovim;
if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI=git://github.com/neovim/neovim.git
else
SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
KEYWORDS=~amd64 ~x86
fi

LICENSE=Apache-2.0 vim
SLOT=0
IUSE=perl python

CDEPEND=dev-lang/luajit:2
=dev-libs/libtermkey-0.17
dev-libs/libvterm-neovim
=dev-libs/unibilium-1.1.1
=dev-libs/libuv-1.2.0
=dev-libs/msgpack-0.6.0_pre20150220
dev-lua/lpeg
dev-lua/messagepack
DEPEND=${CDEPEND}
virtual/libiconv
virtual/libintl
RDEPEND=${CDEPEND}
perl? ( dev-lang/perl )
python? ( dev-python/neovim-python-client )

src_prepare() {
# use our system vim dir
sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'${EPREFIX}'/etc/vim|' \
-i src/nvim/os_unix_defs.h || die
cmake-utils_src_prepare
}

src_configure() {
export USE_BUNDLED_DEPS=OFF
append-cflags -Wno-error
append-cppflags -DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
-DLIBUNIBILIUM_USE_STATIC=OFF
-DLIBTERMKEY_USE_STATIC=OFF
-DLIBVTERM_USE_STATIC=OFF
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
# install a default configuration file
insinto /etc/vim
doins ${FILESDIR}/nvimrc
}






[gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.3.1.ebuild nikola-7.5.1.ebuild ChangeLog nikola-7.3.0.ebuild

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/17 04:47:02

  Modified: nikola-7.3.1.ebuild ChangeLog
  Added:nikola-7.5.1.ebuild
  Removed:  nikola-7.3.0.ebuild
  Log:
  Update deps in 7.3.1. Version bump to 7.5.1 (bug #551006).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  www-apps/nikola/nikola-7.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.3.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.3.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.3.1.ebuild?r1=1.1r2=1.2

Index: nikola-7.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nikola-7.3.1.ebuild 25 Mar 2015 15:13:00 -  1.1
+++ nikola-7.3.1.ebuild 17 Jun 2015 04:47:02 -  1.2
@@ -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/www-apps/nikola/nikola-7.3.1.ebuild,v 1.1 
2015/03/25 15:13:00 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.3.1.ebuild,v 1.2 
2015/06/17 04:47:02 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -27,7 +27,7 @@
 DEPEND==dev-python/docutils-0.12[${PYTHON_USEDEP}] # needs rst2man to build 
manpage
 RDEPEND=${DEPEND}
=dev-python/blinker-1.3[${PYTHON_USEDEP}]
-   =dev-python/doit-0.23.0[${PYTHON_USEDEP}]
+   dev-python/doit-0.28.0[${PYTHON_USEDEP}]
=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
=dev-python/mako-1.0[${PYTHON_USEDEP}]
@@ -38,7 +38,7 @@
=dev-python/setuptools-5.4.1[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
-   =dev-python/yapsy-1.10.423[${PYTHON_USEDEP}]
+   ~dev-python/yapsy-1.10.423[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
assets? ( =dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
charts? ( ~dev-python/pygal-1.7.0[${PYTHON_USEDEP}] )



1.28 www-apps/nikola/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   4 Jun 2015 11:07:27 -   1.27
+++ ChangeLog   17 Jun 2015 04:47:02 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/nikola
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.27 2015/06/04 
11:07:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.28 2015/06/17 
04:47:02 yngwin Exp $
+
+*nikola-7.5.1 (17 Jun 2015)
+
+  17 Jun 2015; Ben de Groot yng...@gentoo.org +nikola-7.5.1.ebuild,
+  -nikola-7.3.0.ebuild, nikola-7.3.1.ebuild:
+  Update deps in 7.3.1. Version bump to 7.5.1 (bug #551006).
 
   04 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  www-apps/nikola/nikola-7.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.5.1.ebuild?rev=1.1content-type=text/plain

Index: nikola-7.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.5.1.ebuild,v 1.1 
2015/06/17 04:47:02 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=A static website and blog generator
HOMEPAGE=http://getnikola.com/;
MY_PN=Nikola

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/ralsina/${PN}.git
KEYWORDS=
else
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz
KEYWORDS=~amd64
fi

LICENSE=MIT-with-advertising Apache-2.0 # Gutenberg
SLOT=0
IUSE=assets charts hyphenation ipython jinja markdown
RESTRICT=test # needs freezegun, coveralls, and phpserialize

DEPEND==dev-python/docutils-0.12[${PYTHON_USEDEP}] # needs rst2man to build 
manpage

[gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.11.94.ebuild ChangeLog

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/17 05:09:15

  Modified: ChangeLog
  Added:fontconfig-2.11.94.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.210media-libs/fontconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.210view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.210content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.209r2=1.210

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog   18 Apr 2015 12:45:21 -  1.209
+++ ChangeLog   17 Jun 2015 05:09:15 -  1.210
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/fontconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.209 
2015/04/18 12:45:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.210 
2015/06/17 05:09:15 yngwin Exp $
+
+*fontconfig-2.11.94 (17 Jun 2015)
+
+  17 Jun 2015; Ben de Groot yng...@gentoo.org +fontconfig-2.11.94.ebuild:
+  version bump
 
 *fontconfig-2.11.93 (18 Apr 2015)
 



1.1  media-libs/fontconfig/fontconfig-2.11.94.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.94.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.94.ebuild?rev=1.1content-type=text/plain

Index: fontconfig-2.11.94.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.94.ebuild,v 1.1 
2015/06/17 05:09:15 yngwin Exp $

EAPI=5
AUTOTOOLS_AUTORECONF=yes
inherit eutils readme.gentoo autotools-multilib

DESCRIPTION=A library for configuring and customizing font access
HOMEPAGE=http://fontconfig.org/;
SRC_URI=http://fontconfig.org/release/${P}.tar.bz2;

LICENSE=MIT
SLOT=1.0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
IUSE=doc static-libs

# Purposefully dropped the xml USE flag and libxml2 support.  Expat is the
# default and used by every distro.  See bug #283191.
RDEPEND==dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
=media-libs/freetype-2.5.3-r1[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? ( =app-text/docbook-sgml-dtd-3.1*
app-text/docbook-sgml-utils[jadetex] )
PDEPEND=!x86-winnt? ( app-eselect/eselect-fontconfig )
virtual/ttf-fonts

PATCHES=(
${FILESDIR}/${PN}-2.10.2-docbook.patch # 310157
${FILESDIR}/${PN}-2.11.93-latin-update.patch # 130466 + make 
liberation default
)

MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache )

pkg_setup() {
DOC_CONTENTS=Please make fontconfig configuration changes using
\`eselect fontconfig\`. Any changes made to /etc/fonts/fonts.conf will 
be
overwritten. If you need to reset your configuration to upstream 
defaults,
delete the directory ${EROOT}etc/fonts/conf.d/ and re-emerge 
fontconfig.
}

src_configure() {
local addfonts
# harvest some font locations, such that users can benefit from the
# host OS's installed fonts
case ${CHOST} in
*-darwin*)
addfonts=,/Library/Fonts,/System/Library/Fonts
;;
*-solaris*)
[[ -d /usr/X/lib/X11/fonts/TrueType ]]  \
addfonts=,/usr/X/lib/X11/fonts/TrueType
[[ -d /usr/X/lib/X11/fonts/Type1 ]]  \

addfonts=${addfonts},/usr/X/lib/X11/fonts/Type1
;;
*-linux-gnu)
use prefix  [[ -d /usr/share/fonts ]]  \
addfonts=,/usr/share/fonts
;;
esac

local myeconfargs=(
$(use_enable doc docbook)
--enable-docs
--localstatedir=${EPREFIX}/var
--with-default-fonts=${EPREFIX}/usr/share/fonts
--with-add-fonts=${EPREFIX}/usr/local/share/fonts${addfonts} \

[gentoo-commits] gentoo-x86 commit in media-sound/sonata: metadata.xml sonata-1.6.2.1-r1.ebuild ChangeLog sonata-1.6.2.1.ebuild

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/17 05:45:52

  Modified: metadata.xml sonata-1.6.2.1-r1.ebuild ChangeLog
  Removed:  sonata-1.6.2.1.ebuild
  Log:
  Mark stable on amd64 and x86. Remove old. Update homepage and source location 
(bug #551584). Fix indenting and whitespace.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.6  media-sound/sonata/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sonata/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml11 May 2009 10:28:57 -  1.5
+++ metadata.xml17 Jun 2015 05:45:52 -  1.6
@@ -7,8 +7,10 @@
 nameChristoph Mende/name
   /maintainer
   longdescription
-Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD). 
It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly, 
and clean.
-/longdescription
+Sonata is a lightweight GTK+ music client for the Music Player Daemon
+(MPD). It aims to be efficient (no toolbar, main menu, or statusbar),
+user-friendly, and clean.
+  /longdescription
   use
 flag name=lyricsSupport for lyrics fetching/flag
 flag name=trayiconEnable support for trayicon/flag



1.4  media-sound/sonata/sonata-1.6.2.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild?r1=1.3r2=1.4

Index: sonata-1.6.2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sonata-1.6.2.1-r1.ebuild8 Apr 2015 17:59:42 -   1.3
+++ sonata-1.6.2.1-r1.ebuild17 Jun 2015 05:45:52 -  1.4
@@ -1,21 +1,20 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild,v 1.3 
2015/04/08 17:59:42 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild,v 1.4 
2015/06/17 05:45:52 yngwin Exp $
 
 EAPI=5
-
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=true
-
 inherit distutils-r1
 
-DESCRIPTION=an elegant GTK+ music client for the Music Player Daemon (MPD)
-HOMEPAGE=http://sonata.berlios.de/;
-SRC_URI=http://codingteam.net/project/${PN}/download/file/${P}.tar.bz2;
+DESCRIPTION=An elegant GTK+ music client for the Music Player Daemon (MPD)
+HOMEPAGE=http://www.nongnu.org/sonata/;
+SRC_URI=mirror://gentoo/${P}.tar.bz2
+# now released at https://github.com/multani/sonata/releases
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=dbus lyrics taglib +trayicon
 
 RDEPEND==dev-python/pygtk-2.12



1.61 media-sound/sonata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   8 Apr 2015 17:59:42 -   1.60
+++ ChangeLog   17 Jun 2015 05:45:52 -  1.61
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/sonata
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.60 
2015/04/08 17:59:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.61 
2015/06/17 05:45:52 yngwin Exp $
+
+  17 Jun 2015; Ben de Groot yng...@gentoo.org -sonata-1.6.2.1.ebuild,
+  metadata.xml, sonata-1.6.2.1-r1.ebuild:
+  Mark stable on amd64 and x86. Remove old. Update homepage and source location
+  (bug #551584). Fix indenting and whitespace.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org sonata-1.6.2.1-r1.ebuild:
   Drop old Python implementations






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.18.16.ebuild ck-sources-3.14.44.ebuild ChangeLog

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/16 08:44:56

  Modified: ChangeLog
  Added:ck-sources-3.18.16.ebuild ck-sources-3.14.44.ebuild
  Log:
  Linux patches for 3.14 and 3.18
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.253sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.253view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.253content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.252r2=1.253

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog   8 Jun 2015 09:20:40 -   1.252
+++ ChangeLog   16 Jun 2015 08:44:56 -  1.253
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.252 
2015/06/08 09:20:40 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.253 
2015/06/16 08:44:56 yngwin Exp $
+
+*ck-sources-3.18.16 (16 Jun 2015)
+*ck-sources-3.14.44 (16 Jun 2015)
+
+  16 Jun 2015; Ben de Groot yng...@gentoo.org +ck-sources-3.14.44.ebuild,
+  +ck-sources-3.18.16.ebuild:
+  Linux patches for 3.14 and 3.18
 
 *ck-sources-4.0.5 (08 Jun 2015)
 



1.1  sys-kernel/ck-sources/ck-sources-3.18.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.18.16.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.18.16.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-3.18.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.18.16.ebuild,v 1.1 
2015/06/16 08:44:56 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=16
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=14
XTRA_INCP_MAX=15

#--

CK_VERSION=1
BFS_VERSION=460

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/3.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).xz
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... (3.7/3.13)---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) ---

PRE_CK_FIX=
POST_CK_FIX=

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi

UNIPATCH_LIST=${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}

UNIPATCH_STRICTORDER=yes

#-- Since experimental genpatches  we want BFQ irrespective of experimental -

K_EXP_GENPATCHES_LIST=50*_*.patch*

src_prepare() {

#-- Comment out CK's EXTRAVERSION in Makefile -

sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' ${S}/Makefile
}

pkg_postinst() {

kernel-2_pkg_postinst

elog
elog For more info on this patchset, see: 
http://forums.gentoo.org/viewtopic-t-941030-start-0.html;
elog
}



1.1  sys-kernel/ck-sources/ck-sources-3.14.44.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6966.ebuild ChangeLog

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/16 10:45:41

  Modified: ChangeLog
  Added:smplayer-14.9.0.6966.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.166media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   20 May 2015 04:37:39 -  1.165
+++ ChangeLog   16 Jun 2015 10:45:41 -  1.166
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.165 
2015/05/20 04:37:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.166 
2015/06/16 10:45:41 yngwin Exp $
+
+*smplayer-14.9.0.6966 (16 Jun 2015)
+
+  16 Jun 2015; Ben de Groot yng...@gentoo.org +smplayer-14.9.0.6966.ebuild:
+  version bump
 
   20 May 2015; Jeroen Roovers j...@gentoo.org smplayer-14.9.0.6690-r3.ebuild:
   Mark ~ppc64 (bug #538804).



1.1  media-video/smplayer/smplayer-14.9.0.6966.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966.ebuild?rev=1.1content-type=text/plain

Index: smplayer-14.9.0.6966.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966.ebuild,v 1.1 
2015/06/16 10:45:41 yngwin Exp $

EAPI=5
PLOCALES=ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr
hu it ja ka ko ku lt mk ms_MY nl pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL sr sv
th tr uk_UA vi_VN zh_CN zh_TW
PLOCALE_BACKUP=en_US
inherit eutils l10n qmake-utils

DESCRIPTION=Great Qt GUI front-end for mplayer/mpv
HOMEPAGE=http://smplayer.info/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
IUSE=autoshutdown bidi debug +qt4 qt5 streaming
REQUIRED_USE=^^ ( qt4 qt5 )

DEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
autoshutdown? ( dev-qt/qtdbus:4 )
streaming? ( dev-qt/qtcore:4[ssl] ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 )
streaming? ( dev-qt/qtnetwork:5[ssl]
dev-qt/qtscript:5 ) )
RDEPEND=${DEPEND}
|| ( media-video/mplayer[bidi?,libass,png,X]
( =media-video/mpv-0.6.2[libass,X]
streaming? ( =net-misc/youtube-dl-2014.11.26 ) ) )

src_prepare() {
use bidi || epatch ${FILESDIR}/${PN}-14.9.0.6690-zero-bidi.patch

# Upstream Makefile sucks
sed -i -e /^PREFIX=/s:${EPREFIX}/usr/local:${EPREFIX}/usr: \
-e /^DOC_PATH=/s:packages/smplayer:${PF}: \
-e '/\.\/get_svn_revision\.sh/,+2c\
cd src  $(DEFS) $(MAKE)' \
${S}/Makefile || die sed failed

# Toggle autoshutdown option which pulls in dbus, bug #524392
if ! use autoshutdown ; then
sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#DEFINES += 
AUTO_SHUTDOWN_PC:' \
-i ${S}/src/smplayer.pro || die sed failed
fi

# Turn debug message flooding off
if ! use debug ; then
sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
${S}/src/smplayer.pro || die sed failed
fi

# Turn off online update checker, bug #479902
sed -e 's:DEFINES += UPDATE_CHECKER:#DEFINES += UPDATE_CHECKER:' \
-e 's:DEFINES += CHECK_UPGRADED:#DEFINES += CHECK_UPGRADED:' \
-i ${S}/src/smplayer.pro || die sed failed

# Turn off youtube support (which pulls in extra dependencies) if 
unwanted
if ! use streaming ; then
sed -e 's:DEFINES += YOUTUBE_SUPPORT:#DEFINES += 
YOUTUBE_SUPPORT:' \
-i ${S}/src/smplayer.pro || die sed failed
fi

l10n_find_plocales_changes ${S}/src/translations 

[gentoo-commits] gentoo-x86 commit in app-text/qpdfview: metadata.xml qpdfview-0.4.15.ebuild ChangeLog qpdfview-0.4.14.ebuild

2015-06-16 Thread Ben de Groot (yngwin)
yngwin  15/06/16 10:18:48

  Modified: metadata.xml qpdfview-0.4.15.ebuild ChangeLog
  Removed:  qpdfview-0.4.14.ebuild
  Log:
  Fix mupdf dep (bug #545508). Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.8  app-text/qpdfview/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml16 Jun 2015 01:23:10 -  1.7
+++ metadata.xml16 Jun 2015 10:18:48 -  1.8
@@ -1,13 +1,15 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdqt/herd
-   use
-   flag name=fitzUse experimental fitz rendering, provided by 
pkgapp-text/mupdf/pkg,
-   instead of poppler/flag
-   flag name=synctexAdd support for searching TeX 
sources/flag
-   /use
-   upstream
-   remote-id type=launchpadqpdfview/remote-id
-   /upstream
+  herdqt/herd
+  use
+flag name=fitz
+  Use experimental fitz rendering, provided by pkgapp-text/mupdf/pkg,
+  instead of poppler
+/flag
+flag name=synctexAdd support for searching TeX sources/flag
+  /use
+  upstream
+remote-id type=launchpadqpdfview/remote-id
+  /upstream
 /pkgmetadata



1.2  app-text/qpdfview/qpdfview-0.4.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/qpdfview-0.4.15.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/qpdfview-0.4.15.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/qpdfview-0.4.15.ebuild?r1=1.1r2=1.2

Index: qpdfview-0.4.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qpdfview-0.4.15.ebuild  16 Jun 2015 01:33:55 -  1.1
+++ qpdfview-0.4.15.ebuild  16 Jun 2015 10:18:48 -  1.2
@@ -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/app-text/qpdfview/qpdfview-0.4.15.ebuild,v 
1.1 2015/06/16 01:33:55 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.15.ebuild,v 
1.2 2015/06/16 10:18:48 yngwin Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 RDEPEND=cups? ( net-print/cups )
djvu? ( app-text/djvu )
-   fitz? ( =app-text/mupdf-1.4:= )
+   fitz? ( =app-text/mupdf-1.7:= )
postscript? ( app-text/libspectre )
qt4? ( dev-qt/qtcore:4[iconv]
dev-qt/qtgui:4



1.75 app-text/qpdfview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdfview/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   16 Jun 2015 01:33:55 -  1.74
+++ ChangeLog   16 Jun 2015 10:18:48 -  1.75
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/qpdfview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.74 
2015/06/16 01:33:55 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.75 
2015/06/16 10:18:48 yngwin Exp $
+
+  16 Jun 2015; Ben de Groot yng...@gentoo.org -qpdfview-0.4.14.ebuild,
+  metadata.xml, qpdfview-0.4.15.ebuild:
+  Fix mupdf dep (bug #545508). Remove old.
 
 *qpdfview-0.4.15 (16 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-4.0.5.ebuild ChangeLog

2015-06-08 Thread Ben de Groot (yngwin)
yngwin  15/06/08 09:20:40

  Modified: ChangeLog
  Added:ck-sources-4.0.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.252sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.252view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.252content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.251r2=1.252

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   31 May 2015 23:27:53 -  1.251
+++ ChangeLog   8 Jun 2015 09:20:40 -   1.252
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.251 
2015/05/31 23:27:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.252 
2015/06/08 09:20:40 yngwin Exp $
+
+*ck-sources-4.0.5 (08 Jun 2015)
+
+  08 Jun 2015; Ben de Groot yng...@gentoo.org +ck-sources-4.0.5.ebuild:
+  version bump
 
 *ck-sources-4.0.4-r1 (31 May 2015)
 



1.1  sys-kernel/ck-sources/ck-sources-4.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.5.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-4.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.5.ebuild,v 1.1 
2015/06/08 09:20:40 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=7
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=462

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/4.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... ---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly ---

PRE_CK_FIX=
POST_CK_FIX=( ${FILESDIR}/bfs462-rtmn-fix.patch
${FILESDIR}/bfs462-update_inittask.patch )

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi

UNIPATCH_LIST=${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}

UNIPATCH_STRICTORDER=yes

#-- Since experimental genpatches  we want BFQ irrespective of experimental -

K_EXP_GENPATCHES_LIST=50*_*.patch*

src_prepare() {

#-- Comment out CK's EXTRAVERSION in Makefile -

sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' ${S}/Makefile
}

pkg_postinst() {

kernel-2_pkg_postinst

elog
elog For more info on this patchset, see: 
http://forums.gentoo.org/viewtopic-t-941030-start-0.html;
elog
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources/files: bfs462-update_inittask.patch bfs462-rtmn-fix.patch

2015-05-31 Thread Ben de Groot (yngwin)
yngwin  15/05/31 23:27:53

  Added:bfs462-update_inittask.patch bfs462-rtmn-fix.patch
  Log:
  Add upstream BFS 462 patches (bug #549788)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  sys-kernel/ck-sources/files/bfs462-update_inittask.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/bfs462-update_inittask.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/bfs462-update_inittask.patch?rev=1.1content-type=text/plain

Index: bfs462-update_inittask.patch
===
Add missing init task changes.

-ck

---
 include/linux/init_task.h |4 
 1 file changed, 4 insertions(+)

Index: linux-4.0.2-ck1/include/linux/init_task.h
===
--- linux-4.0.2-ck1.orig/include/linux/init_task.h  2015-05-08 
09:03:54.922287214 +1000
+++ linux-4.0.2-ck1/include/linux/init_task.h   2015-05-08 14:09:52.046246570 
+1000
@@ -200,6 +200,9 @@ extern struct task_group root_task_group
.cpus_allowed   = CPU_MASK_ALL, \
.mm = NULL, \
.active_mm  = init_mm, \
+   .restart_block = {  \
+   .fn = do_no_restart_syscall,\
+   },  \
.run_list   = LIST_HEAD_INIT(tsk.run_list), \
.time_slice = HZ,   \
.tasks  = LIST_HEAD_INIT(tsk.tasks),\
@@ -243,6 +246,7 @@ extern struct task_group root_task_group
INIT_FTRACE_GRAPH   \
INIT_TRACE_RECURSION\
INIT_TASK_RCU_PREEMPT(tsk)  \
+   INIT_KASAN(tsk) \
 }
 #else /* CONFIG_SCHED_BFS */
 #define INIT_TASK_COMM swapper



1.1  sys-kernel/ck-sources/files/bfs462-rtmn-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/bfs462-rtmn-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/bfs462-rtmn-fix.patch?rev=1.1content-type=text/plain

Index: bfs462-rtmn-fix.patch
===
Fix undefined reference to `register_task_migration_notifier'

-ck

---
 kernel/sched/bfs.c |7 +++
 1 file changed, 7 insertions(+)

Index: linux-4.0.2-ck1/kernel/sched/bfs.c
===
--- linux-4.0.2-ck1.orig/kernel/sched/bfs.c 2015-05-08 09:03:55.730280539 
+1000
+++ linux-4.0.2-ck1/kernel/sched/bfs.c  2015-05-08 09:18:42.266015120 +1000
@@ -976,6 +976,13 @@ static inline void deactivate_task(struc
clear_sticky(p);
 }
 
+static ATOMIC_NOTIFIER_HEAD(task_migration_notifier);
+
+void register_task_migration_notifier(struct notifier_block *n)
+{
+   atomic_notifier_chain_register(task_migration_notifier, n);
+}
+
 #ifdef CONFIG_SMP
 void set_task_cpu(struct task_struct *p, unsigned int cpu)
 {






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-4.0.4-r1.ebuild ChangeLog ck-sources-4.0.4.ebuild

2015-05-31 Thread Ben de Groot (yngwin)
yngwin  15/05/31 23:27:53

  Modified: ChangeLog
  Added:ck-sources-4.0.4-r1.ebuild
  Removed:  ck-sources-4.0.4.ebuild
  Log:
  Add upstream BFS 462 patches (bug #549788)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.251sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.251view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.251content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.250r2=1.251

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog   24 May 2015 05:04:29 -  1.250
+++ ChangeLog   31 May 2015 23:27:53 -  1.251
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.250 
2015/05/24 05:04:29 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.251 
2015/05/31 23:27:53 yngwin Exp $
+
+*ck-sources-4.0.4-r1 (31 May 2015)
+
+  31 May 2015; Ben de Groot yng...@gentoo.org +ck-sources-4.0.4-r1.ebuild,
+  +files/bfs462-rtmn-fix.patch, +files/bfs462-update_inittask.patch,
+  -ck-sources-4.0.4.ebuild:
+  Add upstream BFS 462 patches (bug #549788)
 
 *ck-sources-3.18.14 (24 May 2015)
 *ck-sources-3.14.43 (24 May 2015)



1.1  sys-kernel/ck-sources/ck-sources-4.0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4-r1.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-4.0.4-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4-r1.ebuild,v 1.1 
2015/05/31 23:27:53 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=6
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=462

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/4.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... ---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly ---

PRE_CK_FIX=
POST_CK_FIX=( ${FILESDIR}/bfs462-rtmn-fix.patch
${FILESDIR}/bfs462-update_inittask.patch )

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi

UNIPATCH_LIST=${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}

UNIPATCH_STRICTORDER=yes

#-- Since experimental genpatches  we want BFQ irrespective of experimental -

K_EXP_GENPATCHES_LIST=50*_*.patch*

src_prepare() {

#-- Comment out CK's EXTRAVERSION in Makefile -

sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' ${S}/Makefile
}

pkg_postinst() {

kernel-2_pkg_postinst

elog
elog For more info on this patchset, see: 

[gentoo-commits] gentoo-x86 commit in media-libs/opus: opus-1.1.ebuild ChangeLog

2015-05-28 Thread Ben de Groot (yngwin)
yngwin  15/05/28 10:06:37

  Modified: opus-1.1.ebuild ChangeLog
  Log:
  Add non-bash-shell patch from upstream provided in bug #510918
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.8  media-libs/opus/opus-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?r1=1.7r2=1.8

Index: opus-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opus-1.1.ebuild 9 May 2015 14:07:43 -   1.7
+++ opus-1.1.ebuild 28 May 2015 10:06:37 -  1.8
@@ -1,37 +1,30 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.7 
2015/05/09 14:07:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.8 
2015/05/28 10:06:37 yngwin Exp $
 
 EAPI=5
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-multilib
 
 if [[ ${PV} == * ]] ; then
-   SCM=git-2
+   inherit git-2
EGIT_REPO_URI=git://git.opus-codec.org/opus.git
-   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI=http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
+   KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd
 fi
 
-inherit autotools-multilib ${SCM}
-
-MY_P=${P/_/-}
 DESCRIPTION=Open versatile codec designed for interactive speech and audio 
transmission over the internet
 HOMEPAGE=http://opus-codec.org/;
 SRC_URI=http://downloads.xiph.org/releases/opus/${P}.tar.gz;
-if [[ ${PV} == * ]] ; then
-   SRC_URI=
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI=http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz;
-else # Official release
-   SRC_URI=http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz;
-fi
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd
 IUSE=custom-modes doc static-libs
 
 DEPEND=doc? ( app-doc/doxygen )
 
-S=${WORKDIR}/${MY_P}
+PATCHES=( ${FILESDIR}/1.1-fix-configure.ac-shell-bug.patch ) # bug 510918
 
 src_configure() {
local myeconfargs=(



1.44 media-libs/opus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   9 May 2015 14:07:43 -   1.43
+++ ChangeLog   28 May 2015 10:06:37 -  1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/opus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.43 2015/05/09 
14:07:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.44 2015/05/28 
10:06:37 yngwin Exp $
+
+  28 May 2015; Ben de Groot yng...@gentoo.org
+  +files/1.1-fix-configure.ac-shell-bug.patch, opus-1.1.ebuild:
+  Add non-bash-shell patch from upstream provided in bug #510918
 
   09 May 2015; Ben de Groot yng...@gentoo.org opus-1.1.ebuild:
   Mark stable for amd64, bug #500868






[gentoo-commits] gentoo-x86 commit in media-libs/opus/files: 1.1-fix-configure.ac-shell-bug.patch

2015-05-28 Thread Ben de Groot (yngwin)
yngwin  15/05/28 10:06:37

  Added:1.1-fix-configure.ac-shell-bug.patch
  Log:
  Add non-bash-shell patch from upstream provided in bug #510918
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.1  media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch?rev=1.1content-type=text/plain

Index: 1.1-fix-configure.ac-shell-bug.patch
===
--- opus-1.1.orig/configure.ac
+++ opus-1.1/configure.ac
@@ -333,9 +333,9 @@ AS_IF([test x${enable_asm} = xyes],[
 
 AM_CONDITIONAL([CPU_ARM], [test $cpu_arm = yes])
 AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
-[test x${inline_optimization:0:3} = xARM])
+[test x${inline_optimization%% *} = xARM])
 AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
-[test x${asm_optimization:0:3} = xARM])
+[test x${asm_optimization%% *} = xARM])
 
 AS_IF([test x$enable_rtcd = xyes],[
 AS_IF([test x$rtcd_support != xno],[






[gentoo-commits] gentoo-x86 commit in media-libs/opus/files: - New directory

2015-05-28 Thread Ben de Groot (yngwin)
yngwin  15/05/28 09:55:29

  Log:
  Directory /var/cvsroot/gentoo-x86/media-libs/opus/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-fonts/noto: noto-2015.04.ebuild ChangeLog

2015-05-25 Thread Ben de Groot (yngwin)
yngwin  15/05/25 13:24:21

  Modified: noto-2015.04.ebuild ChangeLog
  Log:
  Add some more keywords for wider availability
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-fonts/noto/noto-2015.04.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?r1=1.1r2=1.2

Index: noto-2015.04.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noto-2015.04.ebuild 6 May 2015 07:57:56 -   1.1
+++ noto-2015.04.ebuild 25 May 2015 13:24:21 -  1.2
@@ -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/media-fonts/noto/noto-2015.04.ebuild,v 1.1 
2015/05/06 07:57:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild,v 1.2 
2015/05/25 13:24:21 yngwin Exp $
 
 EAPI=5
 inherit font
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0 OFL-1.1 # Noto Sans CJK is SIL OFL 1.1, others are Apache 
2.0 licensed
 SLOT=0
-KEYWORDS=~amd64 ~arm ~arm64 ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND=app-arch/unzip



1.4  media-fonts/noto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 May 2015 07:57:56 -   1.3
+++ ChangeLog   25 May 2015 13:24:21 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/noto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v 1.3 2015/05/06 
07:57:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v 1.4 2015/05/25 
13:24:21 yngwin Exp $
+
+  25 May 2015; Ben de Groot yng...@gentoo.org noto-2015.04.ebuild:
+  Add some more keywords for wider availability
 
 *noto-2015.04 (06 May 2015)
 






[gentoo-commits] gentoo-x86 commit in media-fonts/noto: noto-2015.04.ebuild ChangeLog

2015-05-25 Thread Ben de Groot (yngwin)
yngwin  15/05/25 13:25:17

  Modified: noto-2015.04.ebuild ChangeLog
  Log:
  mark stable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  media-fonts/noto/noto-2015.04.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild?r1=1.2r2=1.3

Index: noto-2015.04.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- noto-2015.04.ebuild 25 May 2015 13:24:21 -  1.2
+++ noto-2015.04.ebuild 25 May 2015 13:25:17 -  1.3
@@ -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/media-fonts/noto/noto-2015.04.ebuild,v 1.2 
2015/05/25 13:24:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/noto-2015.04.ebuild,v 1.3 
2015/05/25 13:25:17 yngwin Exp $
 
 EAPI=5
 inherit font
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0 OFL-1.1 # Noto Sans CJK is SIL OFL 1.1, others are Apache 
2.0 licensed
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86
 IUSE=
 
 DEPEND=app-arch/unzip



1.5  media-fonts/noto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/noto/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 May 2015 13:24:21 -  1.4
+++ ChangeLog   25 May 2015 13:25:17 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/noto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v 1.4 2015/05/25 
13:24:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/noto/ChangeLog,v 1.5 2015/05/25 
13:25:17 yngwin Exp $
+
+  25 May 2015; Ben de Groot yng...@gentoo.org noto-2015.04.ebuild:
+  mark stable
 
   25 May 2015; Ben de Groot yng...@gentoo.org noto-2015.04.ebuild:
   Add some more keywords for wider availability






[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.8.3-r1.ebuild ChangeLog mpv-0.8.3.ebuild

2015-05-23 Thread Ben de Groot (yngwin)
yngwin  15/05/24 04:50:20

  Modified: mpv-0.8.3-r1.ebuild ChangeLog
  Removed:  mpv-0.8.3.ebuild
  Log:
  mark 0.8.3-r1 stable wrt bug 525148, copying stable keywords from r0, since 
the only change is dropping dvdnav useflag
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  media-video/mpv/mpv-0.8.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild?r1=1.1r2=1.2

Index: mpv-0.8.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.8.3-r1.ebuild 24 May 2015 04:44:23 -  1.1
+++ mpv-0.8.3-r1.ebuild 24 May 2015 04:50:20 -  1.2
@@ -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/media-video/mpv/mpv-0.8.3-r1.ebuild,v 1.1 
2015/05/24 04:44:23 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild,v 1.2 
2015/05/24 04:50:20 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -19,7 +19,7 @@
inherit git-r3
 else
SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
+   KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 
~amd64-linux
DOCS+=( RELEASE_NOTES )
 fi
 



1.139media-video/mpv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.139view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.139content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.138r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   24 May 2015 04:44:23 -  1.138
+++ ChangeLog   24 May 2015 04:50:20 -  1.139
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.138 
2015/05/24 04:44:23 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.139 
2015/05/24 04:50:20 yngwin Exp $
+
+  24 May 2015; Ben de Groot yng...@gentoo.org -mpv-0.8.3.ebuild,
+  mpv-0.8.3-r1.ebuild:
+  mark 0.8.3-r1 stable wrt bug 525148, copying stable keywords from r0, since
+  the only change is dropping dvdnav useflag
 
 *mpv-0.9.2-r1 (24 May 2015)
 *mpv-0.8.3-r1 (24 May 2015)






[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.14.43.ebuild ck-sources-3.18.14.ebuild ChangeLog ck-sources-4.0.2.ebuild ck-sources-4.0.3.ebuild ck-sources-3.4.105.ebuild ck-

2015-05-23 Thread Ben de Groot (yngwin)
yngwin  15/05/24 05:04:29

  Modified: ChangeLog
  Added:ck-sources-3.14.43.ebuild ck-sources-3.18.14.ebuild
  Removed:  ck-sources-4.0.2.ebuild ck-sources-4.0.3.ebuild
ck-sources-3.4.105.ebuild ck-sources-4.0.0.ebuild
ck-sources-3.19.4.ebuild ck-sources-3.10.63.ebuild
ck-sources-3.19.7.ebuild ck-sources-3.18.3.ebuild
ck-sources-4.0.1.ebuild ck-sources-3.14.27.ebuild
  Log:
  Linux patches for 3.14 and 3.18. Remove some old versions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.250sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.250view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.250content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.249r2=1.250

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   19 May 2015 12:28:01 -  1.249
+++ ChangeLog   24 May 2015 05:04:29 -  1.250
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.249 
2015/05/19 12:28:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.250 
2015/05/24 05:04:29 yngwin Exp $
+
+*ck-sources-3.18.14 (24 May 2015)
+*ck-sources-3.14.43 (24 May 2015)
+
+  24 May 2015; Ben de Groot yng...@gentoo.org +ck-sources-3.14.43.ebuild,
+  +ck-sources-3.18.14.ebuild, -ck-sources-3.10.63.ebuild,
+  -ck-sources-3.14.27.ebuild, -ck-sources-3.18.3.ebuild,
+  -ck-sources-3.19.4.ebuild, -ck-sources-3.19.7.ebuild,
+  -ck-sources-3.4.105.ebuild, -ck-sources-4.0.0.ebuild,
+  -ck-sources-4.0.1.ebuild, -ck-sources-4.0.2.ebuild, -ck-sources-4.0.3.ebuild:
+  Linux patches for 3.14 and 3.18. Remove some old versions.
 
 *ck-sources-4.0.4 (19 May 2015)
 



1.1  sys-kernel/ck-sources/ck-sources-3.14.43.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.43.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.43.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-3.14.43.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.43.ebuild,v 1.1 
2015/05/24 05:04:29 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=49
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=447

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/3.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... (3.7/3.13)---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) ---

PRE_CK_FIX=
POST_CK_FIX=

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else

[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.9.2-r1.ebuild mpv-0.8.3-r1.ebuild mpv-9999.ebuild ChangeLog mpv-0.9.2.ebuild mpv-0.9.1.ebuild

2015-05-23 Thread Ben de Groot (yngwin)
yngwin  15/05/24 04:44:23

  Modified: mpv-.ebuild ChangeLog
  Added:mpv-0.9.2-r1.ebuild mpv-0.8.3-r1.ebuild
  Removed:  mpv-0.9.2.ebuild mpv-0.9.1.ebuild
  Log:
  merge dvdnav useflag into dvd (bug #549214)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.74 media-video/mpv/mpv-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?r1=1.73r2=1.74

Index: mpv-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- mpv-.ebuild 4 May 2015 15:21:35 -   1.73
+++ mpv-.ebuild 24 May 2015 04:44:23 -  1.74
@@ -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/media-video/mpv/mpv-.ebuild,v 1.73 
2015/05/04 15:21:35 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v 1.74 
2015/05/24 04:44:23 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -26,14 +26,13 @@
 # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
 LICENSE=GPL-2+ BSD ISC
 SLOT=0
-IUSE=+alsa bluray bs2b cdio +cli doc-pdf drm dvb +dvd dvdnav egl +enca encode
-+iconv jack jpeg ladspa lcms +libass libav libcaca libguess libmpv lua luajit
-openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l
-vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv
+IUSE=+alsa bluray bs2b cdio +cli doc-pdf drm dvb +dvd egl +enca encode +iconv
+jack jpeg ladspa lcms +libass libav libcaca libguess libmpv lua luajit openal
++opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l vaapi
+vdpau vf-dlopen wayland +X xinerama +xscreensaver xv
 
 REQUIRED_USE=
|| ( cli libmpv )
-   dvdnav? ( dvd )
egl? ( opengl X )
enca? ( iconv )
lcms? ( opengl )
@@ -79,7 +78,7 @@
dvb? ( virtual/linuxtv-dvb-headers )
dvd? (
=media-libs/libdvdread-4.1.3
-   dvdnav? ( =media-libs/libdvdnav-4.2.0 )
+   =media-libs/libdvdnav-4.2.0
)
enca? ( app-i18n/enca )
iconv? ( virtual/libiconv )
@@ -183,7 +182,7 @@
$(use_enable encode encoding)
$(use_enable bluray libbluray)
$(use_enable dvd dvdread)
-   $(use_enable dvdnav)
+   $(use_enable dvd dvdnav)
$(use_enable cdio cdda)
$(use_enable enca)
$(use_enable ladspa)



1.138media-video/mpv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   19 May 2015 12:46:19 -  1.137
+++ ChangeLog   24 May 2015 04:44:23 -  1.138
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.137 
2015/05/19 12:46:19 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.138 
2015/05/24 04:44:23 yngwin Exp $
+
+*mpv-0.9.2-r1 (24 May 2015)
+*mpv-0.8.3-r1 (24 May 2015)
+
+  24 May 2015; Ben de Groot yng...@gentoo.org +mpv-0.8.3-r1.ebuild,
+  +mpv-0.9.2-r1.ebuild, -mpv-0.9.1.ebuild, -mpv-0.9.2.ebuild, mpv-.ebuild:
+  merge dvdnav useflag into dvd (bug #549214)
 
 *mpv-0.9.2 (19 May 2015)
 



1.1  media-video/mpv/mpv-0.9.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.2-r1.ebuild?rev=1.1content-type=text/plain

Index: mpv-0.9.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.2-r1.ebuild,v 1.1 
2015/05/24 04:44:23 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-4.0.4.ebuild ChangeLog

2015-05-19 Thread Ben de Groot (yngwin)
yngwin  15/05/19 12:28:01

  Modified: ChangeLog
  Added:ck-sources-4.0.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.249sys-kernel/ck-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.249view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.249content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.248r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   16 May 2015 02:44:45 -  1.248
+++ ChangeLog   19 May 2015 12:28:01 -  1.249
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.248 
2015/05/16 02:44:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.249 
2015/05/19 12:28:01 yngwin Exp $
+
+*ck-sources-4.0.4 (19 May 2015)
+
+  19 May 2015; Ben de Groot yng...@gentoo.org +ck-sources-4.0.4.ebuild:
+  version bump
 
 *ck-sources-3.19.8 (16 May 2015)
 *ck-sources-3.14.42 (16 May 2015)



1.1  sys-kernel/ck-sources/ck-sources-4.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4.ebuild?rev=1.1content-type=text/plain

Index: ck-sources-4.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-4.0.4.ebuild,v 1.1 
2015/05/19 12:28:01 yngwin Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras experimental
K_EXP_GENPATCHES_PULL=1
K_EXP_GENPATCHES_NOUSE=1
K_GENPATCHES_VER=6
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=1
BFS_VERSION=462

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch

CK_BASE_URL=http://ck.kolivas.org/patches/4.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... (3.7/3.13)---

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) ---

PRE_CK_FIX=
POST_CK_FIX=

#--

SRC_URI=${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )

UNIPATCH_LIST=${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}

if ! use bfsonly ; then
UNIPATCH_LIST=${UNIPATCH_LIST}/${CK_FILE}
else
UNIPATCH_LIST=${UNIPATCH_LIST}/${BFS_FILE}
fi

UNIPATCH_LIST=${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}

UNIPATCH_STRICTORDER=yes

#-- Since experimental genpatches  we want BFQ irrespective of experimental -

K_EXP_GENPATCHES_LIST=50*_*.patch*

src_prepare() {

#-- Comment out CK's EXTRAVERSION in Makefile -

sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' ${S}/Makefile
}

pkg_postinst() {

kernel-2_pkg_postinst

elog
elog For more info on this patchset, see: 
http://forums.gentoo.org/viewtopic-t-941030-start-0.html;
elog
}






[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.9.2.ebuild ChangeLog

2015-05-19 Thread Ben de Groot (yngwin)
yngwin  15/05/19 12:46:19

  Modified: ChangeLog
  Added:mpv-0.9.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.137media-video/mpv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.137view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.137content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.136r2=1.137

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   17 May 2015 20:11:28 -  1.136
+++ ChangeLog   19 May 2015 12:46:19 -  1.137
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.136 
2015/05/17 20:11:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.137 
2015/05/19 12:46:19 yngwin Exp $
+
+*mpv-0.9.2 (19 May 2015)
+
+  19 May 2015; Ben de Groot yng...@gentoo.org +mpv-0.9.2.ebuild:
+  version bump
 
   17 May 2015; Pacho Ramos pa...@gentoo.org mpv-0.8.3.ebuild:
   ppc64 stable wrt bug #525148



1.1  media-video/mpv/mpv-0.9.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.2.ebuild?rev=1.1content-type=text/plain

Index: mpv-0.9.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.2.ebuild,v 1.1 
2015/05/19 12:46:19 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='threads(+)'
inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils

WAF_V=1.8.4

DESCRIPTION=Media player based on MPlayer and mplayer2
HOMEPAGE=http://mpv.io/;
SRC_URI=http://ftp.waf.io/pub/release/waf-${WAF_V};
DOCS=( README.md etc/example.conf etc/input.conf )

if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=https://github.com/mpv-player/mpv.git;
inherit git-r3
else
SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
DOCS+=( RELEASE_NOTES )
fi

# See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
LICENSE=GPL-2+ BSD ISC
SLOT=0
IUSE=+alsa bluray bs2b cdio +cli doc-pdf drm dvb +dvd dvdnav egl +enca encode
+iconv jack jpeg ladspa lcms +libass libav libcaca libguess libmpv lua luajit
openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l
vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv

REQUIRED_USE=
|| ( cli libmpv )
dvdnav? ( dvd )
egl? ( opengl X )
enca? ( iconv )
lcms? ( opengl )
libguess? ( iconv )
luajit? ( lua )
opengl? ( || ( wayland X ) )
pvr? ( v4l )
vaapi? ( X )
vdpau? ( X )
wayland? ( opengl )
xinerama? ( X )
xscreensaver? ( X )
xv? ( X )


RDEPEND=
libav? ( =media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] )
!libav? ( =media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] )
sys-libs/zlib
X? (
x11-libs/libX11
x11-libs/libXext
=x11-libs/libXrandr-1.2.0
opengl? (
virtual/opengl
egl? ( media-libs/mesa[egl] )
)
lcms? ( =media-libs/lcms-2.6:2 )
vaapi? ( =x11-libs/libva-0.34.0[X(+)] )
vdpau? ( =x11-libs/libvdpau-0.2 )
xinerama? ( x11-libs/libXinerama )
xscreensaver? ( x11-libs/libXScrnSaver )
xv? ( x11-libs/libXv )
)
alsa? ( =media-libs/alsa-lib-1.0.18 )
bluray? ( =media-libs/libbluray-0.3.0 )
bs2b? ( media-libs/libbs2b )
cdio? (
dev-libs/libcdio
dev-libs/libcdio-paranoia
)
drm? ( x11-libs/libdrm )
dvb? ( virtual/linuxtv-dvb-headers )
dvd? (
=media-libs/libdvdread-4.1.3
dvdnav? ( =media-libs/libdvdnav-4.2.0 )
)
enca? ( app-i18n/enca )
iconv? ( virtual/libiconv )
jack? ( media-sound/jack-audio-connection-kit )
jpeg? ( virtual/jpeg:0 )
ladspa? ( media-libs/ladspa-sdk )
libass? (

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2015-05-16 Thread Ben de Groot (yngwin)
yngwin  15/05/17 02:22:39

  Modified: ChangeLog
  Log:
  Fix Qt5 mask for ppc

Revision  ChangesPath
1.1  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.1content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.r2=1.1

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.
retrieving revision 1.1
diff -u -r1. -r1.1
--- ChangeLog   15 May 2015 12:12:54 -  1.
+++ ChangeLog   17 May 2015 02:22:39 -  1.1
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1. 2015/05/15 
12:12:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1 2015/05/17 
02:22:39 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  17 May 2015; Ben de Groot yng...@gentoo.org
+  +arch/powerpc/ppc32/package.mask, arch/powerpc/ppc32/use.mask:
+  Fix Qt5 mask for ppc
+
   15 May 2015; Pacho Ramos pa...@gentoo.org arch/powerpc/use.stable.mask:
   Update use.stable.mask
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc32: package.mask use.mask

2015-05-16 Thread Ben de Groot (yngwin)
yngwin  15/05/17 02:22:39

  Modified: use.mask
  Added:package.mask
  Log:
  Fix Qt5 mask for ppc

Revision  ChangesPath
1.13 profiles/arch/powerpc/ppc32/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?r1=1.12r2=1.13

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- use.mask27 Jun 2014 22:17:30 -  1.12
+++ use.mask17 May 2015 02:22:39 -  1.13
@@ -1,6 +1,10 @@
 # Unmask the flag which corresponds to ARCH.
 -ppc
 
+# Ben de Groot yng...@gentoo.org (01 Feb 2015)
+# please remove when keyworded
+qt5
+
 # Michał Górny mgo...@gentoo.org (27 Jun 2014)
 # Unmask multilib flag for the ABI.
 -abi_ppc_32



1.6  profiles/arch/powerpc/ppc32/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.mask?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.mask?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/package.mask?r1=1.5r2=1.6







  1   2   3   4   5   6   7   >