[gentoo-commits] gentoo-x86 commit in sys-process/systemd-cron: ChangeLog systemd-cron-1.5.3.ebuild

2015-08-07 Thread Richard Freeman (rich0)
rich0   15/08/07 22:32:52

  Modified: ChangeLog systemd-cron-1.5.3.ebuild
  Log:
  Fix distfiles filename.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.2  sys-process/systemd-cron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Jul 2015 15:48:50 -  1.1
+++ ChangeLog   7 Aug 2015 22:32:52 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/systemd-cron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v 1.1 
2015/07/18 15:48:50 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v 1.2 
2015/08/07 22:32:52 rich0 Exp $
+
+  07 Aug 2015; Richard Freeman ri...@gentoo.org systemd-cron-1.5.3.ebuild:
+  Fix distfiles filename.
 
 *systemd-cron-1.5.3 (18 Jul 2015)
 



1.2  sys-process/systemd-cron/systemd-cron-1.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild?r1=1.1r2=1.2

Index: systemd-cron-1.5.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-cron-1.5.3.ebuild   18 Jul 2015 15:48:50 -  1.1
+++ systemd-cron-1.5.3.ebuild   7 Aug 2015 22:32:52 -   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/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v 
1.1 2015/07/18 15:48:50 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v 
1.2 2015/08/07 22:32:52 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( pypy3 python{3_3,3_4} )
@@ -8,7 +8,7 @@
 
 DESCRIPTION=systemd units to provide minimal cron daemon functionality by 
running scripts in cron directories
 HOMEPAGE=https://github.com/systemd-cron/systemd-cron/;
-SRC_URI=https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz;
+SRC_URI=https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz - 
systemd-cron-${PV}.tar.gz
 
 LICENSE=MIT
 SLOT=0






[gentoo-commits] gentoo-x86 commit in virtual/cron: ChangeLog cron-0-r1.ebuild

2015-08-07 Thread Richard Freeman (rich0)
rich0   15/08/07 22:34:50

  Modified: ChangeLog cron-0-r1.ebuild
  Log:
  Add systemd-cron to virtual.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.5  virtual/cron/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   24 Jul 2015 09:09:48 -  1.4
+++ ChangeLog   7 Aug 2015 22:34:50 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/cron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v 1.4 2015/07/24 
09:09:48 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v 1.5 2015/08/07 
22:34:50 rich0 Exp $
+
+  07 Aug 2015; Richard Freeman ri...@gentoo.org cron-0-r1.ebuild:
+  Add systemd-cron to virtual.
 
   24 Jul 2015; Mikle Kolyada zlog...@gentoo.org cron-0-r1.ebuild:
   Stable for all (bug #555712)



1.3  virtual/cron/cron-0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/cron-0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/cron-0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/cron-0-r1.ebuild?r1=1.2r2=1.3

Index: cron-0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/cron/cron-0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cron-0-r1.ebuild24 Jul 2015 09:09:48 -  1.2
+++ cron-0-r1.ebuild7 Aug 2015 22:34:50 -   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/virtual/cron/cron-0-r1.ebuild,v 1.2 
2015/07/24 09:09:48 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/cron/cron-0-r1.ebuild,v 1.3 
2015/08/07 22:34:50 rich0 Exp $
 
 EAPI=4
 
@@ -18,4 +18,5 @@
sys-process/vixie-cron
sys-process/bcron
sys-process/dcron
-   sys-process/fcron )
+   sys-process/fcron
+   sys-process/systemd-cron )






[gentoo-commits] gentoo-x86 commit in sys-process/systemd-cron: - New directory

2015-07-18 Thread Richard Freeman (rich0)
rich0   15/07/18 15:19:47

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-process/systemd-cron added to the 
repository



[gentoo-commits] gentoo-x86 commit in profiles/features/selinux: package.mask

2015-07-18 Thread Richard Freeman (rich0)
rich0   15/07/18 15:46:11

  Modified: package.mask
  Log:
  Mask sys-process/systemd-cron.

Revision  ChangesPath
1.62 profiles/features/selinux/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- package.mask9 Jul 2015 02:25:30 -   1.61
+++ package.mask18 Jul 2015 15:46:11 -  1.62
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.61 2015/07/09 02:25:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.62 2015/07/18 15:46:11 rich0 Exp $
 
 # Jason Zaman perfin...@gentoo.org (27 Jun 2015)
 # SystemD has no support in the SELinux policy at the moment.
@@ -13,3 +13,4 @@
 sys-apps/gentoo-systemd-integration
 sys-apps/systemd-readahead
 sys-apps/systemd-sysv-utils
+sys-process/systemd-cron






[gentoo-commits] gentoo-x86 commit in sys-process/systemd-cron: metadata.xml ChangeLog systemd-cron-1.5.3.ebuild Manifest

2015-07-18 Thread Richard Freeman (rich0)
rich0   15/07/18 15:48:50

  Added:metadata.xml ChangeLog systemd-cron-1.5.3.ebuild
Manifest
  Log:
  Introduce sys-process/systemd-cron. Thanks to Lara Maia and others for 
maintaining this outside of the tree until now.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1  sys-process/systemd-cron/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/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
maintainer
emailri...@gentoo.org/email
/maintainer
use
flag name=cron-bootInclude support for the boot timer./flag
flag name=etc-crontab-systemdUse dedicated /etc/crontab-systemd 
instead of parsing /etc/crontab/flag
flag name=minutelySupport /etc/cron.minutely/flag
flag name=yearlySupport /etc/cron.yearly/flag
flag name=setgidCompile setgid C helper for crontab. Needs GCC or 
Clang./flag
/use
/pkgmetadata



1.1  sys-process/systemd-cron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-process/systemd-cron
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v 1.1 
2015/07/18 15:48:50 rich0 Exp $

*systemd-cron-1.5.3 (18 Jul 2015)

  18 Jul 2015; Richard Freeman ri...@gentoo.org +systemd-cron-1.5.3.ebuild,
  +metadata.xml:
  Introduce sys-process/systemd-cron. Thanks to Lara Maia and others for
  maintaining this outside of the tree until now.




1.1  sys-process/systemd-cron/systemd-cron-1.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild?rev=1.1content-type=text/plain

Index: systemd-cron-1.5.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v 
1.1 2015/07/18 15:48:50 rich0 Exp $

EAPI=5
PYTHON_COMPAT=( pypy3 python{3_3,3_4} )
inherit eutils python-single-r1 systemd

DESCRIPTION=systemd units to provide minimal cron daemon functionality by 
running scripts in cron directories
HOMEPAGE=https://github.com/systemd-cron/systemd-cron/;
SRC_URI=https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=cron-boot etc-crontab-systemd minutely setgid yearly

RDEPEND==sys-apps/systemd-217
 sys-apps/debianutils
 !etc-crontab-systemd? ( !sys-process/dcron )
 ${PYTHON_DEPS}
 sys-process/cronbase

DEPEND=sys-process/cronbase

REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
python_fix_shebang --force ${S}/src/bin

sed -i \
-e 's/^crontab/crontab-systemd/' \
-e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
-- ${S}/src/man/crontab.{1,5}.in || die

sed -i \
-e 's!/crontab$!/crontab-systemd!' \
-e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
-- ${S}/Makefile.in || die

if use etc-crontab-systemd
thensed -i \
-e s!/etc/crontab!/etc/crontab-systemd! \
-- ${S}/src/man/crontab.{1,5}.in \
${S}/src/bin/systemd-crontab-generator.py || die
fi

epatch_user
}

my_use_enable() {
if use ${1}; then
echo --enable-${2:-${1}}=yes
else
echo --enable-${2:-${1}}=no
fi
}

src_configure() {
./configure \
--prefix=${EPREFIX}/usr \
--confdir=${EPREFIX}/etc \
--runparts=${EPREFIX}/bin/run-parts \
--mandir=${EPREFIX}/usr/share/man \
--unitdir=$(systemd_get_unitdir) \
$(my_use_enable cron-boot boot) \
$(my_use_enable minutely) \
$(my_use_enable yearly) \
$(my_use_enable yearly quarterly) \
$(my_use_enable yearly semi_annually) \
$(my_use_enable setgid) \
  

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

2015-07-18 Thread Richard Freeman (rich0)
rich0   15/07/18 15:46:11

  Modified: ChangeLog
  Log:
  Mask sys-process/systemd-cron.

Revision  ChangesPath
1.92 profiles/features/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   9 Jul 2015 02:25:29 -   1.91
+++ ChangeLog   18 Jul 2015 15:46:11 -  1.92
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.91 
2015/07/09 02:25:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.92 
2015/07/18 15:46:11 rich0 Exp $
+
+  18 Jul 2015; Richard Freeman ri...@gentoo.org selinux/package.mask:
+  Mask sys-process/systemd-cron.
 
   09 Jul 2015; Mike Gilbert flop...@gentoo.org selinux/package.mask:
   Mask dev-python/python-systemd.






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: mythplugins-0.27.5_p20150627.ebuild ChangeLog

2015-06-27 Thread Richard Freeman (rich0)
rich0   15/06/27 18:01:13

  Modified: ChangeLog
  Added:mythplugins-0.27.5_p20150627.ebuild
  Log:
  update patchset
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.39 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   22 Mar 2015 07:46:18 -  1.38
+++ ChangeLog   27 Jun 2015 18:01:13 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.38 
2015/03/22 07:46:18 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.39 
2015/06/27 18:01:13 rich0 Exp $
+
+*mythplugins-0.27.5_p20150627 (27 Jun 2015)
+
+  27 Jun 2015; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.5_p20150627.ebuild:
+  update patchset
 
   22 Mar 2015; Andreas Schuerch native...@gentoo.org
   mythplugins-0.27_p20140321.ebuild:



1.1  
media-plugins/mythplugins/mythplugins-0.27.5_p20150627.ebuild

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

Index: mythplugins-0.27.5_p20150627.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.5_p20150627.ebuild,v
 1.1 2015/06/27 18:01:13 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.7
BACKPORTS=9498257571e8158926b60a0eefc74568c4436823
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.5.tar.gz - 
mythtv-0.27.5.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather

=media-tv/mythtv-${PV}*:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
dev-libs/glib:=
xml? ( =dev-libs/libxml2-2.6.0:= )
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qtsql:4
dev-libs/openssl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
media-libs/freetype:=
libass? ( =media-libs/libass-0.9.11:= )
media-libs/libpng:=
theora? ( media-libs/libtheora:= media-libs/libogg:= )
vorbis? ( media-libs/libogg:= )
xvid? ( =media-libs/xvid-1.1.0:= )
virtual/libudev:=
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
x11-libs/libX11:=
sys-libs/zlib:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXv:=
x11-libs/libXxf86vm:=
fftw? ( sci-libs/fftw:= )
sys-apps/util-linux:=
mythzoneminder? ( virtual/mysql )
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
 

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: metadata.xml ChangeLog mythtv-0.27.5_p20150627.ebuild

2015-06-27 Thread Richard Freeman (rich0)
rich0   15/06/27 18:01:12

  Modified: metadata.xml ChangeLog
  Added:mythtv-0.27.5_p20150627.ebuild
  Log:
  update patchset
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.25 media-tv/mythtv/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/metadata.xml?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/metadata.xml?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/metadata.xml?r1=1.24r2=1.25

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/metadata.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- metadata.xml15 Jun 2015 15:41:06 -  1.24
+++ metadata.xml27 Jun 2015 18:01:12 -  1.25
@@ -46,6 +46,7 @@
scripts in Perl to control your MythTV setup or communicate with
it./flag
flag name=raopRemote Audio Output Protocol (aka 
AirTunes/AirPlay)/flag
+   flag name=wrapperUse Ubuntu mythtfrontend wrapper./flag
flag name=xmltvPulls in the pkgmedia-tv/xmltv/pkg TV 
listing
grabbers for users not using Schedules Direct./flag
/use



1.427media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.427view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.427content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.426r2=1.427

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- ChangeLog   22 Mar 2015 07:44:29 -  1.426
+++ ChangeLog   27 Jun 2015 18:01:12 -  1.427
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.426 
2015/03/22 07:44:29 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.427 
2015/06/27 18:01:12 rich0 Exp $
+
+*mythtv-0.27.5_p20150627 (27 Jun 2015)
+
+  27 Jun 2015; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.5_p20150627.ebuild, metadata.xml:
+  update patchset
 
   22 Mar 2015; Andreas Schuerch native...@gentoo.org
   mythtv-0.27_p20140321.ebuild:



1.1  media-tv/mythtv/mythtv-0.27.5_p20150627.ebuild

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

Index: mythtv-0.27.5_p20150627.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.5_p20150627.ebuild,v 1.1 
2015/06/27 18:01:12 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.7
BACKPORTS=9498257571e8158926b60a0eefc74568c4436823
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.5
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.5.tar.gz - 
mythtv-0.27.5.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +wrapper +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.5.25-r1.ebuild

2015-05-26 Thread Richard Freeman (rich0)
rich0   15/05/26 08:35:27

  Modified: ChangeLog php-5.5.25-r1.ebuild
  Log:
  amd64 stable - 549538
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.974dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.974view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.974content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.973r2=1.974

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.973
retrieving revision 1.974
diff -u -r1.973 -r1.974
--- ChangeLog   26 May 2015 05:24:49 -  1.973
+++ ChangeLog   26 May 2015 08:35:27 -  1.974
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.973 2015/05/26 
05:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.974 2015/05/26 
08:35:27 rich0 Exp $
+
+  26 May 2015; Richard Freeman ri...@gentoo.org php-5.5.25-r1.ebuild:
+  amd64 stable - 549538
 
   26 May 2015; Jeroen Roovers j...@gentoo.org php-5.4.41.ebuild,
   php-5.5.25-r1.ebuild:



1.4  dev-lang/php/php-5.5.25-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild?r1=1.3r2=1.4

Index: php-5.5.25-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.5.25-r1.ebuild26 May 2015 05:24:49 -  1.3
+++ php-5.5.25-r1.ebuild26 May 2015 08:35:27 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v 1.3 
2015/05/26 05:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v 1.4 
2015/05/26 08:35:27 rich0 Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {






[gentoo-commits] gentoo-x86 commit in media-video/xine-ui: xine-ui-0.99.8.ebuild ChangeLog

2015-05-23 Thread Richard Freeman (rich0)
rich0   15/05/23 11:31:30

  Modified: xine-ui-0.99.8.ebuild ChangeLog
  Log:
  amd64 stable - 550046
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.3  media-video/xine-ui/xine-ui-0.99.8.ebuild

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

Index: xine-ui-0.99.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xine-ui-0.99.8.ebuild   1 Sep 2014 16:45:35 -   1.2
+++ xine-ui-0.99.8.ebuild   23 May 2015 11:31:30 -  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-video/xine-ui/xine-ui-0.99.8.ebuild,v 
1.2 2014/09/01 16:45:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild,v 
1.3 2015/05/23 11:31:30 rich0 Exp $
 
 EAPI=5
 inherit eutils fdo-mime gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd
 IUSE=aalib curl debug libcaca lirc nls readline vdr X xinerama
 
 RDEPEND=|| ( app-arch/tar app-arch/libarchive )



1.189media-video/xine-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.189view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.189content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.188r2=1.189

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   1 Sep 2014 16:45:35 -   1.188
+++ ChangeLog   23 May 2015 11:31:30 -  1.189
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/xine-ui
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.188 
2014/09/01 16:45:35 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.189 
2015/05/23 11:31:30 rich0 Exp $
+
+  23 May 2015; Richard Freeman ri...@gentoo.org xine-ui-0.99.8.ebuild:
+  amd64 stable - 550046
 
   01 Sep 2014; Michał Górny mgo...@gentoo.org xine-ui-0.99.8.ebuild,
   xine-ui-0.99.9.ebuild:






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-42.0.2311.90.ebuild

2015-04-16 Thread Richard Freeman (rich0)
rich0   15/04/16 23:42:59

  Modified: ChangeLog chromium-42.0.2311.90.ebuild
  Log:
  amd64 stable - 546728
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1224   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1224view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1224content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1223r2=1.1224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1223
retrieving revision 1.1224
diff -u -r1.1223 -r1.1224
--- ChangeLog   16 Apr 2015 19:00:51 -  1.1223
+++ ChangeLog   16 Apr 2015 23:42:58 -  1.1224
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1223 
2015/04/16 19:00:51 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1224 
2015/04/16 23:42:58 rich0 Exp $
+
+  16 Apr 2015; Richard Freeman ri...@gentoo.org chromium-42.0.2311.90.ebuild:
+  amd64 stable - 546728
 
 *chromium-42.0.2311.90 (16 Apr 2015)
 



1.2  www-client/chromium/chromium-42.0.2311.90.ebuild

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

Index: chromium-42.0.2311.90.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-42.0.2311.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-42.0.2311.90.ebuild16 Apr 2015 19:00:51 -  1.1
+++ chromium-42.0.2311.90.ebuild16 Apr 2015 23:42:59 -  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-client/chromium/chromium-42.0.2311.90.ebuild,v 1.1 
2015/04/16 19:00:51 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-42.0.2311.90.ebuild,v 1.2 
2015/04/16 23:42:59 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring hidpi kerberos neon pic pulseaudio 
selinux +tcmalloc widevine
 RESTRICT=!bindist? ( bindist )
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-41.0.2272.118.ebuild

2015-04-06 Thread Richard Freeman (rich0)
rich0   15/04/06 23:14:21

  Modified: ChangeLog chromium-41.0.2272.118.ebuild
  Log:
  amd64 stable - 545300
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1217   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1217view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1217content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1216r2=1.1217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1216
retrieving revision 1.1217
diff -u -r1.1216 -r1.1217
--- ChangeLog   6 Apr 2015 16:24:09 -   1.1216
+++ ChangeLog   6 Apr 2015 23:14:21 -   1.1217
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1216 
2015/04/06 16:24:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1217 
2015/04/06 23:14:21 rich0 Exp $
+
+  06 Apr 2015; Richard Freeman ri...@gentoo.org
+  chromium-41.0.2272.118.ebuild:
+  amd64 stable - 545300
 
 *chromium-41.0.2272.118 (06 Apr 2015)
 



1.2  www-client/chromium/chromium-41.0.2272.118.ebuild

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

Index: chromium-41.0.2272.118.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2272.118.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-41.0.2272.118.ebuild   6 Apr 2015 16:24:09 -   1.1
+++ chromium-41.0.2272.118.ebuild   6 Apr 2015 23:14: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/www-client/chromium/chromium-41.0.2272.118.ebuild,v 1.1 
2015/04/06 16:24:09 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2272.118.ebuild,v 1.2 
2015/04/06 23:14:21 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring hidpi kerberos neon pic pulseaudio 
selinux +tcmalloc widevine
 RESTRICT=!bindist? ( bindist )
 






[gentoo-commits] gentoo-x86 commit in dev-util/android-sdk-update-manager: android-sdk-update-manager-23.ebuild ChangeLog

2015-04-01 Thread Richard Freeman (rich0)
rich0   15/04/01 20:08:34

  Modified: android-sdk-update-manager-23.ebuild ChangeLog
  Log:
  Fix 531358 - thanks to Daniel Solano Gómez and Denis Sokolovsky.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.3  
dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild?r1=1.2r2=1.3

Index: android-sdk-update-manager-23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- android-sdk-update-manager-23.ebuild15 Oct 2014 20:22:19 -  
1.2
+++ android-sdk-update-manager-23.ebuild1 Apr 2015 20:08:34 -   
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/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild,v
 1.2 2014/10/15 20:22:19 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild,v
 1.3 2015/04/01 20:08:34 rich0 Exp $
 
 EAPI=5
 
@@ -24,12 +24,8 @@
=dev-java/ant-core-1.6.5
|| ( dev-java/swt:3.7[cairo] dev-java/swt:3.6[cairo] )
|| (
-   (
-   =x11-libs/gtk+-2.24.23-r2:2[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-   )
+   app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   sys-libs/zlib[abi_x86_32(-)]
)
 
 



1.64 dev-util/android-sdk-update-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   15 Oct 2014 20:22:19 -  1.63
+++ ChangeLog   1 Apr 2015 20:08:34 -   1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/android-sdk-update-manager
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.63 
2014/10/15 20:22:19 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.64 
2015/04/01 20:08:34 rich0 Exp $
+
+  01 Apr 2015; Richard Freeman ri...@gentoo.org
+  android-sdk-update-manager-23.ebuild:
+  Fix 531358 - thanks to Daniel Solano Gómez and Denis Sokolovsky.
 
   15 Oct 2014; Pacho Ramos pa...@gentoo.org
   android-sdk-update-manager-21.1.ebuild, android-sdk-update-manager-21.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-fs/duperemove: metadata.xml ChangeLog duperemove-0.09.1.ebuild Manifest

2015-03-24 Thread Richard Freeman (rich0)
rich0   15/03/25 00:15:43

  Added:metadata.xml ChangeLog duperemove-0.09.1.ebuild
Manifest
  Log:
  Add duperemove to repository.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1  sys-fs/duperemove/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/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
maintainer
emailri...@gentoo.org/email
/maintainer
longdescriptionBtrfs deduplication utility./longdescription 
/pkgmetadata



1.1  sys-fs/duperemove/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-fs/duperemove
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.1 2015/03/25 
00:15:43 rich0 Exp $

*duperemove-0.09.1 (25 Mar 2015)

  25 Mar 2015; Richard Freeman ri...@gentoo.org +duperemove-0.09.1.ebuild,
  +metadata.xml:
  Add duperemove to repository.




1.1  sys-fs/duperemove/duperemove-0.09.1.ebuild

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

Index: duperemove-0.09.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/duperemove-0.09.1.ebuild,v 
1.1 2015/03/25 00:15:43 rich0 Exp $

EAPI=5

inherit eutils
DESCRIPTION=Btrfs deduplication utility.

HOMEPAGE=https://github.com/markfasheh/duperemove;

SRC_URI=https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2

SLOT=0

KEYWORDS=~amd64

DEPEND=dev-libs/glib:2=

RDEPEND=${DEPEND}

src_install() {
emake DESTDIR=${D} PREFIX=/usr install
}



1.1  sys-fs/duperemove/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST duperemove-0.09.1.tar.gz 54978 SHA256 
58d5635fa48bf88108dd833453638ad394427750f58b5ee0f3f1a8f1ec9c141b SHA512 
49de99b64c8b0a71a47474480f33b07f2e6602c355621a9d0c6c92a3b7c2f2f5e6c03abc4e2459a1b96fa9543767c0abe48c5c63daf53962a3033a3b1984a037
 WHIRLPOOL 
bed45acfd63f49f44832589964a305614649b6f41013295d1710d784f8dfeb34ff5721ae641790b97b70541222987135377913843b516850f62689ad66a18661
EBUILD duperemove-0.09.1.ebuild 486 SHA256 
7502131add1ba5eeaeae78e85e093def986e52cf1c7cff081a3d060c270543bc SHA512 
8a80ba58519958b8947b1ab0126d6c9556d8fea88b0d5472e7f71bcb8394c393ce3a60b976e90879b9da49acf022a28fdf3e00b4aeb0ef46cdc88a5cf39c7a1e
 WHIRLPOOL 
81a8f84e2478bb1a8af170d72f4b38c9787eff497180b725ce64161200e051b7c6e71b1ff00f53475bce625b7368e19b2a9152e4c4f1a09d2dfb207e8fce8a64
MISC ChangeLog 279 SHA256 
65885477c2897c415094372b3ec51608ae4f1c0af2f7aebf233ee9b5ffa3525c SHA512 
3c4415fcb8e35dc8f1abb7e026a57bcf7f4957bcb45fef30879218569ba1cd00e013a688dbe8899b4640503b27d000c1fcdf1b010c5c42d058f5009512b1032b
 WHIRLPOOL 
3abbdf131c1ddb074fa7c9a97525ce92562161e2d18812d980c6d09f8584cc3393233014101ec527b88fcac62454986c4cc42606ba7a88fbfa0f4c9043ad63eb
MISC metadata.xml 264 SHA256 
4e1f403037dc0c34d89091607e771db3a9ef75819656e3fa5b0477b0ccceb665 SHA512 
8668a852d475b397f0c871b302542a9cd4427f6209a7b146d7bf5eee6582993bcaba1bfbcb8766e7c13e293c9e64ebe3a4fb73bc8a86658ebcc7383b577ae0b8
 WHIRLPOOL 
367243d00115789ddb7abc524bf37d54a545d938c4f79f0d21e9e654656f7cb03f23eaf0d8fd5ee100c29aba9011b6a7d05b29b2ff8c128f73d6239ac507e75f






[gentoo-commits] gentoo-x86 commit in sys-fs/duperemove: - New directory

2015-03-24 Thread Richard Freeman (rich0)
rich0   15/03/25 00:12:18

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-fs/duperemove added to the repository



[gentoo-commits] gentoo-x86 commit in app-backup/dar: ChangeLog dar-2.4.17.ebuild

2015-02-08 Thread Richard Freeman (rich0)
rich0   15/02/08 15:18:15

  Modified: ChangeLog
  Added:dar-2.4.17.ebuild
  Log:
  bump - 516094
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.58 app-backup/dar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   26 Apr 2014 00:35:51 -  1.57
+++ ChangeLog   8 Feb 2015 15:18:15 -   1.58
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/dar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.57 2014/04/26 
00:35:51 rich0 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.58 2015/02/08 
15:18:15 rich0 Exp $
+
+*dar-2.4.17 (08 Feb 2015)
+
+  08 Feb 2015; Richard Freeman ri...@gentoo.org +dar-2.4.17.ebuild:
+  bump - 516094
 
 *dar-2.4.13 (26 Apr 2014)
 



1.1  app-backup/dar/dar-2.4.17.ebuild

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

Index: dar-2.4.17.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.4.17.ebuild,v 1.1 
2015/02/08 15:18:15 rich0 Exp $

EAPI=5
inherit confutils eutils flag-o-matic

DESCRIPTION=A full featured backup tool, aimed for disks 
(floppy,CDR(W),DVDR(W),zip,jazz etc.)
HOMEPAGE=http://dar.linux.free.fr/;
SRC_URI=mirror://sourceforge/dar/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux
IUSE=acl dar32 dar64 doc gcrypt lzo nls static static-libs

RESTRICT=test # need to be run as root

RDEPEND==sys-libs/zlib-1.2.3:=
!static? ( app-arch/bzip2:= )
acl? ( !static? ( sys-apps/attr:= ) )
gcrypt? ( dev-libs/libgcrypt:0= )
lzo? ( !static? ( dev-libs/lzo:= ) )
nls? ( virtual/libintl )
DEPEND=${RDEPEND}
static? ( app-arch/bzip2[static-libs] )
static? ( sys-libs/zlib[static-libs] )
acl? ( static? ( sys-apps/attr[static-libs] ) )
lzo? ( static? ( dev-libs/lzo[static-libs] ) )
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )

pkg_setup() {
confutils_use_conflict dar32 dar64
}

src_configure() {
local myconf=--disable-upx

# Bug 103741
filter-flags -fomit-frame-pointer

use acl || myconf=${myconf} --disable-ea-support
use dar32  myconf=${myconf} --enable-mode=32
use dar64  myconf=${myconf} --enable-mode=64
use doc || myconf=${myconf} --disable-build-html
# use examples  myconf=${myconf} --enable-examples
use gcrypt || myconf=${myconf} --disable-libgcrypt-linking
use lzo || myconf=${myconf} --disable-liblzo2-linking
use nls || myconf=${myconf} --disable-nls
if ! use static ; then
myconf=${myconf} --disable-dar-static
if ! use static-libs ; then
myconf=${myconf} --disable-static
fi
fi

econf ${myconf} || die
}

src_install() {
emake DESTDIR=${D} pkgdatadir=${EPREFIX}/usr/share/doc/${PF}/html 
install || die

if ! use static-libs ; then
find ${ED} ( -name '*.la' -o -name '*.a' ) -delete || die
fi

dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
}






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-40.0.2214.111.ebuild

2015-02-07 Thread Richard Freeman (rich0)
rich0   15/02/08 00:47:26

  Modified: ChangeLog chromium-40.0.2214.111.ebuild
  Log:
  amd64 stable - 539094
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1194   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1194view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1194content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1193r2=1.1194

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -r1.1193 -r1.1194
--- ChangeLog   7 Feb 2015 17:41:03 -   1.1193
+++ ChangeLog   8 Feb 2015 00:47:26 -   1.1194
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1193 
2015/02/07 17:41:03 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1194 
2015/02/08 00:47:26 rich0 Exp $
+
+  08 Feb 2015; Richard Freeman ri...@gentoo.org
+  chromium-40.0.2214.111.ebuild:
+  amd64 stable - 539094
 
 *chromium-40.0.2214.111 (07 Feb 2015)
 



1.2  www-client/chromium/chromium-40.0.2214.111.ebuild

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

Index: chromium-40.0.2214.111.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.111.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-40.0.2214.111.ebuild   7 Feb 2015 17:41:03 -   1.1
+++ chromium-40.0.2214.111.ebuild   8 Feb 2015 00:47:26 -   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-client/chromium/chromium-40.0.2214.111.ebuild,v 1.1 
2015/02/07 17:41:03 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.111.ebuild,v 1.2 
2015/02/08 00:47:26 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 RESTRICT=!bindist? ( bindist )
 






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.27.4_p20150124.ebuild

2015-01-24 Thread Richard Freeman (rich0)
rich0   15/01/24 15:08:32

  Modified: ChangeLog
  Added:mythplugins-0.27.4_p20150124.ebuild
  Log:
  Update patchset.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.37 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   17 Dec 2014 18:28:01 -  1.36
+++ ChangeLog   24 Jan 2015 15:08:32 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.36 
2014/12/17 18:28:01 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.37 
2015/01/24 15:08:32 rich0 Exp $
+
+*mythplugins-0.27.4_p20150124 (24 Jan 2015)
+
+  24 Jan 2015; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.4_p20150124.ebuild:
+  Update patchset.
 
   17 Dec 2014; Michael Palimaka kensing...@gentoo.org
   mythplugins-0.27.1_p20140817.ebuild, mythplugins-0.27.3_p20140907.ebuild,



1.1  
media-plugins/mythplugins/mythplugins-0.27.4_p20150124.ebuild

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

Index: mythplugins-0.27.4_p20150124.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.4_p20150124.ebuild,v
 1.1 2015/01/24 15:08:32 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.7
BACKPORTS=3b4390396bf09dfe3741508ecf7fc71a004abd01
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.4.tar.gz - 
mythtv-0.27.4.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather

=media-tv/mythtv-${PV}*:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
dev-libs/glib:=
xml? ( =dev-libs/libxml2-2.6.0:= )
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qtsql:4
dev-libs/openssl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
media-libs/freetype:=
libass? ( =media-libs/libass-0.9.11:= )
media-libs/libpng:=
theora? ( media-libs/libtheora:= media-libs/libogg:= )
vorbis? ( media-libs/libogg:= )
xvid? ( =media-libs/xvid-1.1.0:= )
virtual/libudev:=
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
x11-libs/libX11:=
sys-libs/zlib:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXv:=
x11-libs/libXxf86vm:=
fftw? ( sci-libs/fftw:= )
sys-apps/util-linux:=
mythzoneminder? ( virtual/mysql:= )
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
  

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.4_p20150124.ebuild

2015-01-24 Thread Richard Freeman (rich0)
rich0   15/01/24 15:08:08

  Modified: ChangeLog
  Added:mythtv-0.27.4_p20150124.ebuild
  Log:
  Patch update.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.425media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.425view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.425content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.424r2=1.425

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- ChangeLog   12 Dec 2014 09:36:12 -  1.424
+++ ChangeLog   24 Jan 2015 15:08:08 -  1.425
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.424 
2014/12/12 09:36:12 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.425 
2015/01/24 15:08:08 rich0 Exp $
+
+*mythtv-0.27.4_p20150124 (24 Jan 2015)
+
+  24 Jan 2015; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.4_p20150124.ebuild:
+  Patch update.
 
   12 Dec 2014; Sergey Popov pinkb...@gentoo.org metadata.xml:
   USE='vaapi' is now global, removing it's description from metadata



1.1  media-tv/mythtv/mythtv-0.27.4_p20150124.ebuild

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

Index: mythtv-0.27.4_p20150124.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.4_p20150124.ebuild,v 1.1 
2015/01/24 15:08:08 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.7
BACKPORTS=3b4390396bf09dfe3741508ecf7fc71a004abd01
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.4
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.4.tar.gz - 
mythtv-0.27.4.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
 

[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-19.ebuild ChangeLog

2015-01-18 Thread Richard Freeman (rich0)
rich0   15/01/18 14:01:28

  Modified: kmod-19.ebuild ChangeLog
  Log:
  Revert amd64 keyword due to stable tree block on systemd.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.4  sys-apps/kmod/kmod-19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-19.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-19.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-19.ebuild?r1=1.3r2=1.4

Index: kmod-19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmod-19.ebuild  17 Jan 2015 03:15:26 -  1.3
+++ kmod-19.ebuild  18 Jan 2015 14:01:28 -  1.4
@@ -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/sys-apps/kmod/kmod-19.ebuild,v 1.3 
2015/01/17 03:15:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-19.ebuild,v 1.4 
2015/01/18 14:01:28 rich0 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
inherit autotools git-2
 else
SRC_URI=mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz
-   KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
inherit libtool
 fi
 



1.180sys-apps/kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.180view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.180content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.179r2=1.180

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   17 Jan 2015 03:15:26 -  1.179
+++ ChangeLog   18 Jan 2015 14:01:28 -  1.180
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.179 2015/01/17 
03:15:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.180 2015/01/18 
14:01:28 rich0 Exp $
+
+  18 Jan 2015; Richard Freeman ri...@gentoo.org kmod-19.ebuild:
+  Revert amd64 keyword due to stable tree block on systemd.
 
   17 Jan 2015; Mikle Kolyada zlog...@gentoo.org kmod-19.ebuild:
   amd64 stable wrt bug #530424






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20141014-summary.txt 20141111-summary.txt 20141111.txt

2014-11-11 Thread Richard Freeman (rich0)
rich0   14/11/11 20:14:56

  Modified: 20141014-summary.txt
  Added:2014-summary.txt 2014.txt
  Log:
  Add 2014-11-11 meeting outcome.

Revision  ChangesPath
1.2  
xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt?r1=1.1r2=1.2

Index: 20141014-summary.txt
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20141014-summary.txt21 Oct 2014 20:26:18 -  1.1
+++ 20141014-summary.txt11 Nov 2014 20:14:56 -  1.2
@@ -25,6 +25,10 @@
 
 Git Migration Issues
 
+do we need to continue to create new ChangeLog entries once we're operating 
in git?
+
+No: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh
+
 The / prefix can be dropped from gentoo-news, timing to be
 determined by those implementing the change.
 



1.1  
xml/htdocs/proj/en/council/meeting-logs/2014-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/2014-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/2014-summary.txt?rev=1.1content-type=text/plain

Index: 2014-summary.txt
===
Roll call
=

Present: blueness, dberkholz, dilfridge, creffet proxy for radhermit, rich0, 
ulm, williamh 
Absent: none


Validity of Unattached Tinderbox Logs
=
Should/may maintainers close bugs that have tinderbox logs passed by URL
without being attached?

http://thread.gmane.org/gmane.linux.gentoo.devel/93356/focus=93435

The council recommends that bugs from any developer-run tinderbox not
be marked invalid based on whether the logs are attached or pointed to
by a permanent URL.  The council also encourages efforts to automate
the attachment of tinderbox logs to improve the quality of the bugzilla
record.

Aye: blueness, dberkholz, dilfridge, creffet proxy for radhermit, rich0, ulm, 
williamh 


Future.eclass
=
Please review the attached future.eclass. Long story short, the idea is
to provide some of the EAPI 6 feel to EAPI 5 ebuilds.

Quoting the beginning of the DESCRIPTION:

# This eclass contains backports of functions that were accepted
# by the Council for the EAPI following the EAPI used by ebuild,
# and can be implemented in pure shell script.

http://thread.gmane.org/gmane.linux.gentoo.devel/93609

The council does not agree with the concept behind future.eclass as it
has the potential for confusion.  Efforts would be better focused on
preparing for EAPI6 and adopting this.

Aye: blueness, dilfridge, creffet proxy for radhermit, rich0, ulm, williamh 
Abstain: dberkholz


Allowing die within subshells in EAPI6
==
This was suggested late, off-list, and with no list discussion.  I
recommend deferring any decisions, but if anybody wants to take the
opportunity to comment they may.

See the log for discussion.  This was referred back to the lists for open 
discussion before we vote.


Deprecating and killing the concept of herds

Follow-up if necessary...

Rich0 will work on his proposal further.  There isn't anything ripe for a 
decision yet.

Status of Games Team

Follow-up if necessary...

The council agreed to re-iterate the call for volunteers and for QA to
take action where necessary.  However, there are no new decisions.


Bugs assigned to Council


(5 minutes)

Bug #503382 - Missing summaries for 20131210, 20140114, and 20140225 council 
meetings

dberkholz reports that he is 2/3rds done with this.


Open floor
==

(5 minutes)

See log for discussion around EAPI6 and install-qa-check.d.





1.1  xml/htdocs/proj/en/council/meeting-logs/2014.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/2014.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/2014.txt?rev=1.1content-type=text/plain

Index: 2014.txt
===
rich0 ok, let's do roll call. :)
-*- creffett|irssi currently holds the title of person who has been on the 
council most without 

[gentoo-commits] gentoo-x86 commit in app-portage/cfg-update: ChangeLog cfg-update-1.8.9.ebuild

2014-11-01 Thread Richard Freeman (rich0)
rich0   14/11/01 14:30:10

  Modified: ChangeLog cfg-update-1.8.9.ebuild
  Log:
  x86 stable based on dwfreed report, and current stable is broken anyway...
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.41 app-portage/cfg-update/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   13 Oct 2014 01:02:00 -  1.40
+++ ChangeLog   1 Nov 2014 14:30:10 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/cfg-update
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.40 
2014/10/13 01:02:00 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.41 
2014/11/01 14:30:10 rich0 Exp $
+
+  01 Nov 2014; Richard Freeman ri...@gentoo.org cfg-update-1.8.9.ebuild:
+  x86 stable based on dwfreed report, and current stable is broken anyway...
 
   13 Oct 2014; Richard Freeman ri...@gentoo.org -cfg-update-1.8.8.ebuild:
   No longer works after bash security fixes.



1.3  app-portage/cfg-update/cfg-update-1.8.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?r1=1.2r2=1.3

Index: cfg-update-1.8.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfg-update-1.8.9.ebuild 6 Oct 2014 11:18:36 -   1.2
+++ cfg-update-1.8.9.ebuild 1 Nov 2014 14:30:10 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.2 
2014/10/06 11:18:36 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.3 
2014/11/01 14:30:10 rich0 Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ~ppc x86
 IUSE=X
 
 RDEPEND=X? ( =x11-misc/sux-1.0






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20141014-summary.txt 20141014.txt 20141021-summary.txt 20141021.txt

2014-10-21 Thread Richard Freeman (rich0)
rich0   14/10/21 20:26:18

  Added:20141014-summary.txt 20141014.txt
20141021-summary.txt 20141021.txt
  Log:
  Add October council logs/summary.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014-summary.txt?rev=1.1content-type=text/plain

Index: 20141014-summary.txt
===
Roll call
=


Present: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh 
Absent: 


The future of einstall
==
Einstall will be removed from EAPI6.
aye: creffett (proxy for ulm), dberkholz, radhermit, rich0, williamh


GLEP 64
===
We approve GLEP64 as documented at
https://wiki.gentoo.org/wiki/User:Blueness/GLEP64 with API versioning
added.


aye: blueness, dberkholz, dilfridge, radhermit, rich0
abstain: creffett (proxy for ulm), williamh


Git Migration Issues

The / prefix can be dropped from gentoo-news, timing to be
determined by those implementing the change.

Aye: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh 

Can we drop CVS headers post-migration?

Aye: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh 

The git migration should produce a separate historical and current
repository, which can be spliced using git replace, but which are
otherwise not connected.

Aye: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh 

we don't see any big remaining obstacles and advise infra / the git
migration project to proceed at their pace

Aye: blueness, creffett (proxy for ulm), dberkholz, dilfridge, radhermit, 
rich0, williamh 

(Meeting was called due to time, with remaining items to be covered following 
week.)


1.1  xml/htdocs/proj/en/council/meeting-logs/20141014.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20141014.txt?rev=1.1content-type=text/plain

Index: 20141014.txt
===
[15:00:07] rich0 Ok, roll call :)
[15:00:10] radhermit here
[15:00:15] WilliamH here
[15:00:16] dberkholz|mob Sup
[15:00:49] -*- creffett|irssi here for ulm, unless ulm is here already
[15:01:02] rich0 blueness, dilfridge, ulm?
[15:01:57] rich0 Ok, let's get started.
[15:02:04] rich0 First item, future of einstall
[15:02:14] rich0 http://thread.gmane.org/gmane.linux.gentoo.devel/92713
[15:02:14] rich0 
http://thread.gmane.org/gmane.linux.gentoo.devel.announce/2212/focus=4025
[15:02:27] rich0 Should einstall be banned in EAPI6.
[15:02:32] rich0 Any comments beyond the lists?
[15:02:37] -*- creffett|irssi reviews his notes
[15:02:49] creffett|irssi no comments here
[15:02:54] WilliamH none here
[15:03:27] radhermit I don't have anything more to say
[15:03:32] rich0 Ok, let's vote then.  Einstall will be removed from EAPI6.
[15:04:07] -*- creffett|irssi yes
[15:04:12] dberkholz|mob Yep
[15:04:13] radhermit yes
[15:04:16] WilliamH yes
[15:04:31] -*- rich0 yes
[15:04:49] rich0 Ok, that's all of us
[15:05:02] rich0 Next item...
[15:05:11] rich0 https://wiki.gentoo.org/wiki/User:Blueness/GLEP64
[15:05:20] rich0 Blueness is requesting approval on this.
[15:05:24] radhermit someone want to text blueness?
[15:05:30] rich0 good idea
[15:06:24] dilfridge sorry, here
[15:06:26] rich0 I just texted him
[15:06:55] rich0 Do we want to move on to git?
[15:07:05] radhermit sure
[15:07:06] rich0 I'd prefer to give him the option to present.
[15:07:11] blueness here!!!
[15:07:11] rich0 Ok, let's move on to git.
[15:07:16] blueness sorry thanks rich
[15:07:18] rich0 never mind. :)
[15:07:22] blueness rich0,
[15:07:24] rich0 let's do glep64 - I think it will be faster
[15:07:41] rich0 blueness: do you have any comments you want to make?
[15:07:51] blueness rich0, just a few points
[15:07:58] blueness its was discussed on gentoo-dev@
[15:08:14] blueness it got feedback for ciarian and incorportated it
[15:08:28] blueness do you need me to repeate the motivation?
[15:08:39] rich0 Nah - at least not for me.
[15:08:42] rich0 I can read.  :)
[15:08:52] rich0 My only real comment is that it is a bit vague - 
deliberately so.
[15:09:07] blueness this is the latest version - 
https://wiki.gentoo.org/wiki/User:Blueness/GLEP64
[15:09:11] rich0 I don't mind approving it per se, but do we think that it 
will go anywhere?
[15:09:37] rich0 Ie are the various package managers behind it?
[15:09:37] dberkholz|mob Do we have agreement in theory from PM 

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.27.4_p20141018.ebuild ChangeLog

2014-10-20 Thread Richard Freeman (rich0)
rich0   14/10/20 19:05:34

  Modified: ChangeLog
  Added:mythtv-0.27.4_p20141018.ebuild
  Log:
  Bump, new patches.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.423media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.423view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.423content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.422r2=1.423

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog   11 Oct 2014 19:02:52 -  1.422
+++ ChangeLog   20 Oct 2014 19:05:34 -  1.423
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.422 
2014/10/11 19:02:52 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.423 
2014/10/20 19:05:34 rich0 Exp $
+
+*mythtv-0.27.4_p20141018 (20 Oct 2014)
+
+  20 Oct 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.4_p20141018.ebuild:
+  Bump, new patches.
 
 *mythtv-0.27.3_p20141009 (11 Oct 2014)
 



1.1  media-tv/mythtv/mythtv-0.27.4_p20141018.ebuild

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

Index: mythtv-0.27.4_p20141018.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.4_p20141018.ebuild,v 1.1 
2014/10/20 19:05:34 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=b305eb5b7fc662146e74983fa3754d622695cdeb
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.4
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.4.tar.gz - 
mythtv-0.27.4.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (
dev-libs/openssl:=
net-dns/avahi[mdnsresponder-compat]
 

[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: mythplugins-0.27.4_p20141018.ebuild ChangeLog

2014-10-20 Thread Richard Freeman (rich0)
rich0   14/10/20 19:06:04

  Modified: ChangeLog
  Added:mythplugins-0.27.4_p20141018.ebuild
  Log:
  Bump, new patches.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.35 media-plugins/mythplugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   11 Oct 2014 19:03:17 -  1.34
+++ ChangeLog   20 Oct 2014 19:06:04 -  1.35
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.34 
2014/10/11 19:03:17 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.35 
2014/10/20 19:06:04 rich0 Exp $
+
+*mythplugins-0.27.4_p20141018 (20 Oct 2014)
+
+  20 Oct 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.4_p20141018.ebuild:
+  Bump, new patches.
 
 *mythplugins-0.27.3_p20141009 (11 Oct 2014)
 



1.1  
media-plugins/mythplugins/mythplugins-0.27.4_p20141018.ebuild

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

Index: mythplugins-0.27.4_p20141018.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.4_p20141018.ebuild,v
 1.1 2014/10/20 19:06:04 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=b305eb5b7fc662146e74983fa3754d622695cdeb
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.4.tar.gz - 
mythtv-0.27.4.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather

=media-tv/mythtv-${PV}*:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
dev-libs/glib:=
xml? ( =dev-libs/libxml2-2.6.0:= )
dev-qt/qtcore:=
dev-qt/qtgui:=
dev-qt/qtopengl:=
dev-qt/qtsql:=
dev-libs/openssl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
media-libs/freetype:=
libass? ( =media-libs/libass-0.9.11:= )
media-libs/libpng:=
theora? ( media-libs/libtheora:= media-libs/libogg:= )
vorbis? ( media-libs/libogg:= )
xvid? ( =media-libs/xvid-1.1.0:= )
virtual/libudev:=
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
x11-libs/libX11:=
sys-libs/zlib:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXv:=
x11-libs/libXxf86vm:=
fftw? ( sci-libs/fftw:= )
sys-apps/util-linux:=
mythzoneminder? ( virtual/mysql:= )
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
)
mythmusic? (
   

[gentoo-commits] gentoo-x86 commit in app-portage/cfg-update: ChangeLog cfg-update-1.8.8.ebuild

2014-10-12 Thread Richard Freeman (rich0)
rich0   14/10/13 01:02:00

  Modified: ChangeLog
  Removed:  cfg-update-1.8.8.ebuild
  Log:
  No longer works after bash security fixes.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.40 app-portage/cfg-update/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Oct 2014 11:18:36 -   1.39
+++ ChangeLog   13 Oct 2014 01:02:00 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/cfg-update
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.39 
2014/10/06 11:18:36 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.40 
2014/10/13 01:02:00 rich0 Exp $
+
+  13 Oct 2014; Richard Freeman ri...@gentoo.org -cfg-update-1.8.8.ebuild:
+  No longer works after bash security fixes.
 
   06 Oct 2014; Richard Freeman ri...@gentoo.org cfg-update-1.8.9.ebuild:
   EAPI bump, amd64 stable fast-track due to shellshock-related bug in current






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.3_p20141009.ebuild

2014-10-11 Thread Richard Freeman (rich0)
rich0   14/10/11 19:02:53

  Modified: ChangeLog
  Added:mythtv-0.27.3_p20141009.ebuild
  Log:
  Update 0.27 fixes.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.422media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.422view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.422content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.421r2=1.422

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -r1.421 -r1.422
--- ChangeLog   8 Sep 2014 16:30:35 -   1.421
+++ ChangeLog   11 Oct 2014 19:02:52 -  1.422
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.421 
2014/09/08 16:30:35 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.422 
2014/10/11 19:02:52 rich0 Exp $
+
+*mythtv-0.27.3_p20141009 (11 Oct 2014)
+
+  11 Oct 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.3_p20141009.ebuild:
+  Update 0.27 fixes.
 
 *mythtv-0.27.3_p20140907 (08 Sep 2014)
 



1.1  media-tv/mythtv/mythtv-0.27.3_p20141009.ebuild

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

Index: mythtv-0.27.3_p20141009.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.3_p20141009.ebuild,v 1.1 
2014/10/11 19:02:53 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=e1d575da2fdde7ae7119972c688b0ddd15e676c4
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.3
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.3.tar.gz - 
mythtv-0.27.3.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (
dev-libs/openssl:=
net-dns/avahi[mdnsresponder-compat]
 

[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.27.3_p20141009.ebuild

2014-10-11 Thread Richard Freeman (rich0)
rich0   14/10/11 19:03:17

  Modified: ChangeLog
  Added:mythplugins-0.27.3_p20141009.ebuild
  Log:
  Update 0.27 fixes.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.34 media-plugins/mythplugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   8 Sep 2014 16:31:22 -   1.33
+++ ChangeLog   11 Oct 2014 19:03:17 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.33 
2014/09/08 16:31:22 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.34 
2014/10/11 19:03:17 rich0 Exp $
+
+*mythplugins-0.27.3_p20141009 (11 Oct 2014)
+
+  11 Oct 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.3_p20141009.ebuild:
+  Update 0.27 fixes.
 
 *mythplugins-0.27.3_p20140907 (08 Sep 2014)
 



1.1  
media-plugins/mythplugins/mythplugins-0.27.3_p20141009.ebuild

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

Index: mythplugins-0.27.3_p20141009.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.3_p20141009.ebuild,v
 1.1 2014/10/11 19:03:17 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=e1d575da2fdde7ae7119972c688b0ddd15e676c4
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.3.tar.gz - 
mythtv-0.27.3.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather

=media-tv/mythtv-${PV}*:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
dev-libs/glib:=
xml? ( =dev-libs/libxml2-2.6.0:= )
dev-qt/qtcore:=
dev-qt/qtgui:=
dev-qt/qtopengl:=
dev-qt/qtsql:=
dev-libs/openssl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
media-libs/freetype:=
libass? ( =media-libs/libass-0.9.11:= )
media-libs/libpng:=
theora? ( media-libs/libtheora:= media-libs/libogg:= )
vorbis? ( media-libs/libogg:= )
xvid? ( =media-libs/xvid-1.1.0:= )
virtual/libudev:=
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
x11-libs/libX11:=
sys-libs/zlib:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXv:=
x11-libs/libXxf86vm:=
fftw? ( sci-libs/fftw:= )
sys-apps/util-linux:=
mythzoneminder? ( virtual/mysql:= )
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
)
mythmusic? (
   

[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-38.0.2125.101.ebuild

2014-10-08 Thread Richard Freeman (rich0)
rich0   14/10/08 16:38:40

  Modified: ChangeLog chromium-38.0.2125.101.ebuild
  Log:
  amd64 stable - 524764
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.1142   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1141r2=1.1142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1141
retrieving revision 1.1142
diff -u -r1.1141 -r1.1142
--- ChangeLog   4 Oct 2014 01:24:58 -   1.1141
+++ ChangeLog   8 Oct 2014 16:38:40 -   1.1142
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1141 
2014/10/04 01:24:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1142 
2014/10/08 16:38:40 rich0 Exp $
+
+  08 Oct 2014; r...@gentoo.org chromium-38.0.2125.101.ebuild:
+  amd64 stable - 524764
 
 *chromium-38.0.2125.101 (04 Oct 2014)
 



1.2  www-client/chromium/chromium-38.0.2125.101.ebuild

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

Index: chromium-38.0.2125.101.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-38.0.2125.101.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-38.0.2125.101.ebuild   4 Oct 2014 01:24:58 -   1.1
+++ chromium-38.0.2125.101.ebuild   8 Oct 2014 16:38:40 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-38.0.2125.101.ebuild,v 1.1 
2014/10/04 01:24:58 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-38.0.2125.101.ebuild,v 1.2 
2014/10/08 16:38:40 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.






[gentoo-commits] gentoo-x86 commit in app-portage/cfg-update: ChangeLog cfg-update-1.8.9.ebuild

2014-10-06 Thread Richard Freeman (rich0)
rich0   14/10/06 11:18:36

  Modified: ChangeLog cfg-update-1.8.9.ebuild
  Log:
  EAPI bump, amd64 stable fast-track due to shellshock-related bug in current 
stable.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.39 app-portage/cfg-update/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   30 Sep 2014 20:57:16 -  1.38
+++ ChangeLog   6 Oct 2014 11:18:36 -   1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/cfg-update
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.38 
2014/09/30 20:57:16 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.39 
2014/10/06 11:18:36 rich0 Exp $
+
+  06 Oct 2014; Richard Freeman ri...@gentoo.org cfg-update-1.8.9.ebuild:
+  EAPI bump, amd64 stable fast-track due to shellshock-related bug in current
+  stable.
 
 *cfg-update-1.8.9 (30 Sep 2014)
 



1.2  app-portage/cfg-update/cfg-update-1.8.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?r1=1.1r2=1.2

Index: cfg-update-1.8.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cfg-update-1.8.9.ebuild 30 Sep 2014 20:57:16 -  1.1
+++ cfg-update-1.8.9.ebuild 6 Oct 2014 11:18:36 -   1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.1 
2014/09/30 20:57:16 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.2 
2014/10/06 11:18:36 rich0 Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION=Easy to use GUI  CLI alternative for etc-update with safe 
automatic updating functionality
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ~ppc ~x86
 IUSE=X
 
 RDEPEND=X? ( =x11-misc/sux-1.0






[gentoo-commits] gentoo-x86 commit in app-portage/cfg-update: ChangeLog cfg-update-1.8.9.ebuild

2014-09-30 Thread Richard Freeman (rich0)
rich0   14/09/30 20:57:16

  Modified: ChangeLog
  Added:cfg-update-1.8.9.ebuild
  Log:
  Shellshock fix - 524092 - thanks to Christer Ekholm for patch.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.38 app-portage/cfg-update/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   26 Apr 2014 07:31:45 -  1.37
+++ ChangeLog   30 Sep 2014 20:57:16 -  1.38
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/cfg-update
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.37 
2014/04/26 07:31:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.38 
2014/09/30 20:57:16 rich0 Exp $
+
+*cfg-update-1.8.9 (30 Sep 2014)
+
+  30 Sep 2014; Richard Freeman ri...@gentoo.org +cfg-update-1.8.9.ebuild:
+  Shellshock fix - 524092 - thanks to Christer Ekholm for patch.
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org -cfg-update-1.8.2-r1.ebuild:
   drop old



1.1  app-portage/cfg-update/cfg-update-1.8.9.ebuild

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

Index: cfg-update-1.8.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.1 
2014/09/30 20:57:16 rich0 Exp $

EAPI=2
inherit eutils

DESCRIPTION=Easy to use GUI  CLI alternative for etc-update with safe 
automatic updating functionality
HOMEPAGE=https://github.com/rich0/cfg-update;
SRC_URI=https://github.com/rich0/cfg-update/tarball/${PV} - ${P}.tgz

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

RDEPEND=X? ( =x11-misc/sux-1.0
x11-apps/xhost )
dev-perl/TermReadKey

S=${WORKDIR}/rich0-cfg-update-2f10786

src_unpack() {
unpack ${A}
cd ${S}
}

pkg_prerm() {
if [[ ${ROOT} == / ]]
then
ebegin Disabling portage hook
cfg-update --ebuild --disable-portage-hook
eend $?
ebegin Disabling paludis hook
cfg-update --ebuild --disable-paludis-hook
eend $?
fi
}

pkg_postrm() {
ewarn
ewarn If you want to permanently remove cfg-update from your system
ewarn you should remove the index file 
/var/lib/cfg-update/checksum.index
ewarn
}

src_install() {
exeinto /usr/bin
doexe cfg-update emerge_with_indexing_for_cfg-update 
emerge_with_indexing_for_cfg-update_phphelper cfg-update_phphelper 
emerge_with_indexing_for_cfg-update_bashhelper
insinto /usr/lib/cfg-update
doins cfg-update cfg-update_indexing test.tgz
dodoc ChangeLog
doman *.8
insinto /etc
doins cfg-update.conf
doins cfg-update.hosts
keepdir /var/lib/cfg-update
}

pkg_postinst() {
if [[ ! -e ${ROOT}/var/lib/cfg-update/checksum.index \
 -e ${ROOT}/var/lib/cfg-update/checksum.index ]]
then
ebegin Moving checksum.index from /usr/lib/cfg-update to 
/var/lib/cfg-update
mv ${ROOT}/usr/lib/cfg-update/checksum.index \
${ROOT}/var/lib/cfg-update/checksum.index
eend $?
fi

if [[ -e ${ROOT}/usr/bin/paludis ]]
then
ewarn
ewarn If you have used Paludis version 0.20.0 on your system, 
chances are
ewarn that you have some corrupted CONTENTS files on your 
system...
ewarn
ewarn Please run: cfg-update --check-packages
ewarn
ewarn The above command will check all packages installed with 
Paludis and
ewarn will output a list of packages that need to be 
re-installed with
ewarn Paludis 0.20.0 or higher. If you do not re-install these 
packages
ewarn you risk losing your custom settings when updating 
configuration
ewarn files, that belong to these packages, with 

[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-37.0.2062.120.ebuild

2014-09-10 Thread Richard Freeman (rich0)
rich0   14/09/10 22:52:58

  Modified: ChangeLog chromium-37.0.2062.120.ebuild
  Log:
  amd64 stable - 522484
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.1132   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1132view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1132content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1131r2=1.1132

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1131
retrieving revision 1.1132
diff -u -r1.1131 -r1.1132
--- ChangeLog   10 Sep 2014 20:21:08 -  1.1131
+++ ChangeLog   10 Sep 2014 22:52:58 -  1.1132
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1131 
2014/09/10 20:21:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1132 
2014/09/10 22:52:58 rich0 Exp $
+
+  10 Sep 2014; Richard Freeman ri...@gentoo.org
+  chromium-37.0.2062.120.ebuild:
+  amd64 stable - 522484
 
 *chromium-37.0.2062.120 (10 Sep 2014)
 



1.2  www-client/chromium/chromium-37.0.2062.120.ebuild

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

Index: chromium-37.0.2062.120.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-37.0.2062.120.ebuild   10 Sep 2014 20:21:08 -  1.1
+++ chromium-37.0.2062.120.ebuild   10 Sep 2014 22:52:58 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v 1.1 
2014/09/10 20:21:08 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v 1.2 
2014/09/10 22:52:58 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.3_p20140907.ebuild

2014-09-08 Thread Richard Freeman (rich0)
rich0   14/09/08 16:30:35

  Modified: ChangeLog
  Added:mythtv-0.27.3_p20140907.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.421media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.421view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.421content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.420r2=1.421

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- ChangeLog   21 Aug 2014 01:06:42 -  1.420
+++ ChangeLog   8 Sep 2014 16:30:35 -   1.421
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.420 
2014/08/21 01:06:42 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.421 
2014/09/08 16:30:35 rich0 Exp $
+
+*mythtv-0.27.3_p20140907 (08 Sep 2014)
+
+  08 Sep 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.3_p20140907.ebuild:
+  Bump.
 
   21 Aug 2014; Richard Freeman ri...@gentoo.org
   -mythtv-0.26.0_p20130322.ebuild, -mythtv-0.26.0_p20130419.ebuild,



1.1  media-tv/mythtv/mythtv-0.27.3_p20140907.ebuild

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

Index: mythtv-0.27.3_p20140907.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.3_p20140907.ebuild,v 1.1 
2014/09/08 16:30:35 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=2d4a7c9235287b0589035974bff282e3f2e9a7e5
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.3
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.3.tar.gz - 
mythtv-0.27.3.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (
dev-libs/openssl:=
   

[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: metadata.xml ChangeLog mythplugins-0.27.3_p20140907.ebuild

2014-09-08 Thread Richard Freeman (rich0)
rich0   14/09/08 16:31:22

  Modified: metadata.xml ChangeLog
  Added:mythplugins-0.27.3_p20140907.ebuild
  Log:
  Bump, fix dependencies and tie to mythtv USE flags.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.4  media-plugins/mythplugins/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml3 Apr 2013 12:42:15 -   1.3
+++ metadata.xml8 Sep 2014 16:31:22 -   1.4
@@ -6,6 +6,7 @@
flag name='cdr'Allows MythMusic to burn CD-Rs/flag
flag name='exif'Allows MythGallery to read EXIF data from 
photos/flag
flag name='fftw'Adds visual effects to MythMusic when playing 
back music/flag
+   flag name=hlsHTTP Live Streaming support/flag
flag name='raw'Allows MythGallery to view photos saved in RAW 
format/flag
 
flag name='mytharchive'Allows you to archive recorded content 
to CD or DVD/flag



1.33 media-plugins/mythplugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   21 Aug 2014 01:07:16 -  1.32
+++ ChangeLog   8 Sep 2014 16:31:22 -   1.33
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.32 
2014/08/21 01:07:16 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.33 
2014/09/08 16:31:22 rich0 Exp $
+
+*mythplugins-0.27.3_p20140907 (08 Sep 2014)
+
+  08 Sep 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.3_p20140907.ebuild, metadata.xml:
+  Bump, fix dependencies and tie to mythtv USE flags.
 
   21 Aug 2014; Richard Freeman ri...@gentoo.org
   -mythplugins-0.26.0_p20130322.ebuild, -mythplugins-0.26.0_p20130419.ebuild,



1.1  
media-plugins/mythplugins/mythplugins-0.27.3_p20140907.ebuild

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

Index: mythplugins-0.27.3_p20140907.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.3_p20140907.ebuild,v
 1.1 2014/09/08 16:31:22 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=2d4a7c9235287b0589035974bff282e3f2e9a7e5
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.3.tar.gz - 
mythtv-0.27.3.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather

=media-tv/mythtv-${PV}*:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
dev-libs/glib:=
xml? ( =dev-libs/libxml2-2.6.0:= )
dev-qt/qtcore:=
dev-qt/qtgui:=
dev-qt/qtopengl:=
dev-qt/qtsql:=
dev-libs/openssl:=

[gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-2.02_beta2.ebuild

2014-09-07 Thread Richard Freeman (rich0)
rich0   14/09/07 19:07:16

  Modified: ChangeLog grub-2.02_beta2.ebuild
  Log:
  amd64 stable - 522314
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.313sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.313view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.313content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.312r2=1.313

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog   22 Jun 2014 18:02:08 -  1.312
+++ ChangeLog   7 Sep 2014 19:07:16 -   1.313
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.312 2014/06/22 
18:02:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.313 2014/09/07 
19:07:16 rich0 Exp $
+
+  07 Sep 2014; Richard Freeman ri...@gentoo.org grub-2.02_beta2.ebuild:
+  amd64 stable - 522314
 
   22 Jun 2014; Mike Gilbert flop...@gentoo.org grub-2.02_beta2.ebuild,
   grub--r1.ebuild:



1.9  sys-boot/grub/grub-2.02_beta2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?r1=1.8r2=1.9

Index: grub-2.02_beta2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grub-2.02_beta2.ebuild  22 Jun 2014 18:02:08 -  1.8
+++ grub-2.02_beta2.ebuild  7 Sep 2014 19:07:16 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.8 
2014/06/22 18:02:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.9 
2014/09/07 19:07:16 rich0 Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
http://dev.gentoo.org/~floppym/dist/${P}.tar.xz;
S=${WORKDIR}/${P%_*}
fi
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=amd64 ~x86
PATCHES=()
 else
inherit git-r3






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv-status: ChangeLog mythtv-status-0.10.4.ebuild

2014-09-06 Thread Richard Freeman (rich0)
rich0   14/09/06 10:45:33

  Modified: ChangeLog
  Added:mythtv-status-0.10.4.ebuild
  Log:
  Bump, add docs.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.4  media-tv/mythtv-status/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   16 Feb 2013 22:38:43 -  1.3
+++ ChangeLog   6 Sep 2014 10:45:33 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/mythtv-status
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.3 
2013/02/16 22:38:43 cardoe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.4 
2014/09/06 10:45:33 rich0 Exp $
+
+*mythtv-status-0.10.4 (06 Sep 2014)
+
+  06 Sep 2014; Richard Freeman ri...@gentoo.org +mythtv-status-0.10.4.ebuild:
+  Bump, add docs.
 
 *mythtv-status-0.10.2 (16 Feb 2013)
 



1.1  media-tv/mythtv-status/mythtv-status-0.10.4.ebuild

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

Index: mythtv-status-0.10.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild,v 
1.1 2014/09/06 10:45:33 rich0 Exp $

EAPI=5

DESCRIPTION=Displays the current status of MythTV at the command prompt
HOMEPAGE=http://www.etc.gen.nz/projects/mythtv/mythtv-status.html;
SRC_URI=http://www.etc.gen.nz/projects/mythtv/tarballs/${P}.tar.gz;
#SRC_URI=mirror://ubuntu/pool/universe/m/mythtv-status/mythtv-status_0.10.2.orig.tar.gz

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

DEPEND=dev-perl/libwww-perl
dev-perl/XML-LibXML
dev-perl/DateManip
dev-perl/MIME-tools
dev-perl/Sys-SigAction
dev-perl/Config-Auto
media-tv/mythtv[perl]
RDEPEND=${DEPEND}

src_configure() {
:
}

src_compile() {
:
}

src_install() {
exeinto /usr/bin
doexe bin/mythtv-status
doman ${FILESDIR}/mythtv-status.1
dodoc README FAQ ChangeLog THANKS
}






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.26.0_p20130419.ebuild mythtv-0.26.0_p20130729.ebuild mythtv-0.26.0_p20130526.ebuild mythtv-0.26.0_p20130630.ebuild mythtv-0.26

2014-08-20 Thread Richard Freeman (rich0)
rich0   14/08/21 01:06:42

  Modified: ChangeLog
  Removed:  mythtv-0.26.0_p20130419.ebuild
mythtv-0.26.0_p20130729.ebuild
mythtv-0.26.0_p20130526.ebuild
mythtv-0.26.0_p20130630.ebuild
mythtv-0.26.0_p20130322.ebuild
mythtv-0.27_p20130924.ebuild
mythtv-0.27_p20131124.ebuild
mythtv-0.27.1_p20140527.ebuild
  Log:
  Clean out old versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.420media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.420view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.420content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.419r2=1.420

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- ChangeLog   18 Aug 2014 02:23:56 -  1.419
+++ ChangeLog   21 Aug 2014 01:06:42 -  1.420
@@ -1,6 +1,13 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.419 
2014/08/18 02:23:56 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.420 
2014/08/21 01:06:42 rich0 Exp $
+
+  21 Aug 2014; Richard Freeman ri...@gentoo.org
+  -mythtv-0.26.0_p20130322.ebuild, -mythtv-0.26.0_p20130419.ebuild,
+  -mythtv-0.26.0_p20130526.ebuild, -mythtv-0.26.0_p20130630.ebuild,
+  -mythtv-0.26.0_p20130729.ebuild, -mythtv-0.27_p20130924.ebuild,
+  -mythtv-0.27_p20131124.ebuild, -mythtv-0.27.1_p20140527.ebuild:
+  Clean out old versions.
 
 *mythtv-0.27.1_p20140817 (18 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.26.0_p20130322.ebuild mythplugins-0.26.0_p20130729.ebuild mythplugins-0.27.1_p20140527.ebuild mythplugins-0.27_

2014-08-20 Thread Richard Freeman (rich0)
rich0   14/08/21 01:07:17

  Modified: ChangeLog
  Removed:  mythplugins-0.26.0_p20130322.ebuild
mythplugins-0.26.0_p20130729.ebuild
mythplugins-0.27.1_p20140527.ebuild
mythplugins-0.27_p20131124.ebuild
mythplugins-0.26.0_p20130630.ebuild
mythplugins-0.27_p20130924.ebuild
mythplugins-0.26.0_p20130419.ebuild
mythplugins-0.26.0_p20130526.ebuild
  Log:
  Clean out old versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.32 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   18 Aug 2014 02:25:27 -  1.31
+++ ChangeLog   21 Aug 2014 01:07:16 -  1.32
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.31 
2014/08/18 02:25:27 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.32 
2014/08/21 01:07:16 rich0 Exp $
+
+  21 Aug 2014; Richard Freeman ri...@gentoo.org
+  -mythplugins-0.26.0_p20130322.ebuild, -mythplugins-0.26.0_p20130419.ebuild,
+  -mythplugins-0.26.0_p20130526.ebuild, -mythplugins-0.26.0_p20130630.ebuild,
+  -mythplugins-0.26.0_p20130729.ebuild, -mythplugins-0.27_p20130924.ebuild,
+  -mythplugins-0.27_p20131124.ebuild, -mythplugins-0.27.1_p20140527.ebuild:
+  Clean out old versions.
 
 *mythplugins-0.27.1_p20140817 (18 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.1_p20140817.ebuild

2014-08-17 Thread Richard Freeman (rich0)
rich0   14/08/18 02:23:57

  Modified: ChangeLog
  Added:mythtv-0.27.1_p20140817.ebuild
  Log:
  New patchset, improve logging on systemd.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.419media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.419view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.419content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.418r2=1.419

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- ChangeLog   27 Jul 2014 10:41:01 -  1.418
+++ ChangeLog   18 Aug 2014 02:23:56 -  1.419
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.418 
2014/07/27 10:41:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.419 
2014/08/18 02:23:56 rich0 Exp $
+
+*mythtv-0.27.1_p20140817 (18 Aug 2014)
+
+  18 Aug 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.1_p20140817.ebuild, files/mythbackend.service:
+  New patchset, improve logging on systemd.
 
   27 Jul 2014; Pacho Ramos pa...@gentoo.org -mythtv-0.25.3_p20130101.ebuild,
   -mythtv-0.25.3_p20130131.ebuild, -mythtv-0.25.3_p20130322.ebuild,



1.1  media-tv/mythtv/mythtv-0.27.1_p20140817.ebuild

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

Index: mythtv-0.27.1_p20140817.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.1_p20140817.ebuild,v 1.1 
2014/08/18 02:23:56 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=082d5c1fbccd48dd862f14007c0445dee8502f3d
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.1
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.1.tar.gz - 
mythtv-0.27.1.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
  

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.service

2014-08-17 Thread Richard Freeman (rich0)
rich0   14/08/18 02:23:56

  Modified: mythbackend.service
  Log:
  New patchset, improve logging on systemd.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.3  media-tv/mythtv/files/mythbackend.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?r1=1.2r2=1.3

Index: mythbackend.service
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.service,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythbackend.service 15 Jul 2014 16:44:35 -  1.2
+++ mythbackend.service 18 Aug 2014 02:23:56 -  1.3
@@ -29,23 +29,6 @@
 #Wants=httpd.service
 
 [Service]
-# You have 2 choices for 'Type': simple or forking 
-# These require ExecStart lines which are NOT interchangeable.
-# Type=simple is recommended. 
-# If using 'Type=simple'
-# 1) you cannot have --daemon in the command line 
-
-# If using 'Type=forking'
-# 1) you must have --daemon in the command line AND
-# 2) you must have  --pidfile /somewhere in the command line AND
-# 3) you must have a line PIDFILE=/somewhere in the [service] stanza
-# this lets systemd know how to find the forked process PID, 
-# otherwise it presumes the starting process will be the remaining process
-# (cf. with the mysqld_safe process which starts mysqld and then disappears).
-# Specifying a pidfile with Type simple does not cause any problems and
-# may help in debugging startup failures.
-
-#Type=forking
 Type=simple
 
 Environment=MYTHCONFDIR=/etc/mythtv
@@ -71,12 +54,13 @@
 
 # Systemd sends stdout to syslog, and mythbackend has console logging enabled 
without --daemon.
 # Send stdout to /dev/null so console logging doesn't go to syslog
-StandardOutput=null
+#StandardOutput=null
 # Default setting for Type=simple.
-ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv --loglevel crit
+#ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv --loglevel crit
+ExecStart=/usr/bin/mythbackend --loglevel notice --nologserver
 
 # Whether systemd will continue over-watch and restart on any halt
-#Restart=always
+Restart=always
 
 [Install]
 WantedBy=multi-user.target






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.27.1_p20140817.ebuild

2014-08-17 Thread Richard Freeman (rich0)
rich0   14/08/18 02:25:27

  Modified: ChangeLog
  Added:mythplugins-0.27.1_p20140817.ebuild
  Log:
  New patchset.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.31 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   27 Jul 2014 10:41:32 -  1.30
+++ ChangeLog   18 Aug 2014 02:25:27 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.30 
2014/07/27 10:41:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.31 
2014/08/18 02:25:27 rich0 Exp $
+
+*mythplugins-0.27.1_p20140817 (18 Aug 2014)
+
+  18 Aug 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.1_p20140817.ebuild:
+  New patchset.
 
   27 Jul 2014; Pacho Ramos pa...@gentoo.org
   -mythplugins-0.25.3_p20130101.ebuild, -mythplugins-0.25.3_p20130131.ebuild,



1.1  
media-plugins/mythplugins/mythplugins-0.27.1_p20140817.ebuild

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

Index: mythplugins-0.27.1_p20140817.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.1_p20140817.ebuild,v
 1.1 2014/08/18 02:25:27 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=082d5c1fbccd48dd862f14007c0445dee8502f3d
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.1.tar.gz - 
mythtv-0.27.1.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} cdda cdr exif fftw raw

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather
=media-tv/mythtv-${PV}*:=[python]
dev-libs/glib:=
dev-libs/libxml2:=
dev-qt/qtcore:=
dev-qt/qtgui:=
dev-qt/qtopengl:=
dev-qt/qtsql:=
dev-libs/openssl:=
media-libs/alsa-lib:=
media-libs/faac:=
media-libs/freetype:=
media-libs/libass:=
media-libs/libiec61883:=
media-libs/libogg:=
media-libs/libpng:=
media-libs/libtheora:=
media-libs/libvpx:=
media-libs/x264:=
media-libs/xvid:=
virtual/libudev:=
sys-libs/libavc1394:=
sys-libs/libraw1394:=
x11-libs/libX11:=
sys-libs/zlib:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXv:=
x11-libs/libXxf86vm:=
media-sound/lame:=
fftw? ( sci-libs/fftw:= )
sys-apps/util-linux:=
mythzoneminder? ( virtual/mysql:= )
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
)
mythmusic? (
=media-libs/flac-1.1.2:=
=media-libs/libvorbis-1.0:=
=media-libs/taglib-1.6:=
virtual/opengl
cdda? (
dev-libs/libcdio:=
cdr? ( virtual/cdrtools )
)

)

[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-36.0.1985.143.ebuild

2014-08-13 Thread Richard Freeman (rich0)
rich0   14/08/13 17:30:55

  Modified: ChangeLog chromium-36.0.1985.143.ebuild
  Log:
  amd64 stable - 519788
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.1118   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1117r2=1.1118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1117
retrieving revision 1.1118
diff -u -r1.1117 -r1.1118
--- ChangeLog   13 Aug 2014 17:01:30 -  1.1117
+++ ChangeLog   13 Aug 2014 17:30:54 -  1.1118
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1117 
2014/08/13 17:01:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1118 
2014/08/13 17:30:54 rich0 Exp $
+
+  13 Aug 2014; Richard Freeman ri...@gentoo.org
+  chromium-36.0.1985.143.ebuild:
+  amd64 stable - 519788
 
 *chromium-38.0.2121.3 (13 Aug 2014)
 



1.2  www-client/chromium/chromium-36.0.1985.143.ebuild

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

Index: chromium-36.0.1985.143.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-36.0.1985.143.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-36.0.1985.143.ebuild   13 Aug 2014 04:00:24 -  1.1
+++ chromium-36.0.1985.143.ebuild   13 Aug 2014 17:30:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-36.0.1985.143.ebuild,v 1.1 
2014/08/13 04:00:24 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-36.0.1985.143.ebuild,v 1.2 
2014/08/13 17:30:54 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.






[gentoo-commits] gentoo-x86 commit in kde-base/kdelibs: kdelibs-4.12.5-r2.ebuild ChangeLog

2014-07-27 Thread Richard Freeman (rich0)
rich0   14/07/27 13:42:13

  Modified: kdelibs-4.12.5-r2.ebuild ChangeLog
  Log:
  amd64 stable - 517864
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild?r1=1.1r2=1.2

Index: kdelibs-4.12.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdelibs-4.12.5-r2.ebuild23 Jul 2014 11:07:59 -  1.1
+++ kdelibs-4.12.5-r2.ebuild27 Jul 2014 13:42:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild,v 
1.1 2014/07/23 11:07:59 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-4.12.5-r2.ebuild,v 
1.2 2014/07/27 13:42:13 rich0 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION=KDE libraries needed by all KDE programs.
 
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
 LICENSE=LGPL-2.1
 IUSE=3dnow acl alsa altivec +bzip2 debug doc fam jpeg2k kerberos lzma
 mmx nls openexr +policykit semantic-desktop spell sse sse2 ssl +udev +udisks



1.1020   kde-base/kdelibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/ChangeLog?rev=1.1020view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/ChangeLog?rev=1.1020content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdelibs/ChangeLog?r1=1.1019r2=1.1020

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v
retrieving revision 1.1019
retrieving revision 1.1020
diff -u -r1.1019 -r1.1020
--- ChangeLog   24 Jul 2014 11:14:51 -  1.1019
+++ ChangeLog   27 Jul 2014 13:42:13 -  1.1020
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdelibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.1019 
2014/07/24 11:14:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.1020 
2014/07/27 13:42:13 rich0 Exp $
+
+  27 Jul 2014; Richard Freeman ri...@gentoo.org kdelibs-4.12.5-r2.ebuild:
+  amd64 stable - 517864
 
   24 Jul 2014; Samuli Suominen ssuomi...@gentoo.org metadata.xml:
   Remove descriptions for USE flags udisks and upower because their global






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: ChangeLog systemd-215-r3.ebuild

2014-07-27 Thread Richard Freeman (rich0)
rich0   14/07/28 02:43:04

  Modified: ChangeLog systemd-215-r3.ebuild
  Log:
  amd64 stable - 517120
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.294sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.294view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.294content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.293r2=1.294

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   27 Jul 2014 15:00:52 -  1.293
+++ ChangeLog   28 Jul 2014 02:43:04 -  1.294
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.293 
2014/07/27 15:00:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.294 
2014/07/28 02:43:04 rich0 Exp $
+
+  28 Jul 2014; Richard Freeman ri...@gentoo.org systemd-215-r3.ebuild:
+  amd64 stable - 517120
 
   27 Jul 2014; Mike Gilbert flop...@gentoo.org systemd-215-r3.ebuild,
   systemd-.ebuild:



1.3  sys-apps/systemd/systemd-215-r3.ebuild

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

Index: systemd-215-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-215-r3.ebuild   27 Jul 2014 15:00:52 -  1.2
+++ systemd-215-r3.ebuild   28 Jul 2014 02:43:04 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 
1.2 2014/07/27 15:00:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 
1.3 2014/07/28 02:43:04 rich0 Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2 LGPL-2.1 MIT public-domain
 SLOT=0/2
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=acl audit cryptsetup doc elfutils +firmware-loader gcrypt gudev http
introspection kdbus +kmod lzma pam policykit python qrcode +seccomp 
selinux
ssl test vanilla






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.1_p20140713.ebuild

2014-07-15 Thread Richard Freeman (rich0)
rich0   14/07/15 16:44:35

  Modified: ChangeLog
  Added:mythtv-0.27.1_p20140713.ebuild
  Log:
  New patchset, cleaned up systemd service.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.417media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.417view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.417content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.416r2=1.417

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -r1.416 -r1.417
--- ChangeLog   6 Jun 2014 12:45:32 -   1.416
+++ ChangeLog   15 Jul 2014 16:44:35 -  1.417
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.416 
2014/06/06 12:45:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.417 
2014/07/15 16:44:35 rich0 Exp $
+
+*mythtv-0.27.1_p20140713 (15 Jul 2014)
+
+  15 Jul 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.1_p20140713.ebuild, files/mythbackend.service:
+  New patchset, cleaned up systemd service.
 
 *mythtv-0.27.1_p20140527 (01 Jun 2014)
 



1.1  media-tv/mythtv/mythtv-0.27.1_p20140713.ebuild

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

Index: mythtv-0.27.1_p20140713.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.1_p20140713.ebuild,v 1.1 
2014/07/15 16:44:35 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=aaae611819c6a6f92a55d5c82efb8738ec9a23df
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.1
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.1.tar.gz - 
mythtv-0.27.1.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.service

2014-07-15 Thread Richard Freeman (rich0)
rich0   14/07/15 16:44:35

  Modified: mythbackend.service
  Log:
  New patchset, cleaned up systemd service.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  media-tv/mythtv/files/mythbackend.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?r1=1.1r2=1.2

Index: mythbackend.service
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythbackend.service 23 Oct 2013 14:57:50 -  1.1
+++ mythbackend.service 15 Jul 2014 16:44:35 -  1.2
@@ -52,7 +52,7 @@
 # Default setting assumes a system wide install. Otherwise it should be set to 
 # the folder containing the .mythtv subfolder containing the config.xml file 
 # Such as
-Environment=HOME=/usr/share/mythtv
+#Environment=HOME=/usr/share/mythtv
 # or
 Environment=HOME=/~/.mythtv
 
@@ -76,7 +76,7 @@
 ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv --loglevel crit
 
 # Whether systemd will continue over-watch and restart on any halt
-#Restart=Restart-always
+#Restart=always
 
 [Install]
 WantedBy=multi-user.target






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.27.1_p20140713.ebuild

2014-07-15 Thread Richard Freeman (rich0)
rich0   14/07/15 16:45:00

  Modified: ChangeLog
  Added:mythplugins-0.27.1_p20140713.ebuild
  Log:
  New patchset.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.29 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   1 Jun 2014 12:10:43 -   1.28
+++ ChangeLog   15 Jul 2014 16:45:00 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.28 
2014/06/01 12:10:43 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.29 
2014/07/15 16:45:00 rich0 Exp $
+
+*mythplugins-0.27.1_p20140713 (15 Jul 2014)
+
+  15 Jul 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27.1_p20140713.ebuild:
+  New patchset.
 
 *mythplugins-0.27.1_p20140527 (01 Jun 2014)
 



1.1  
media-plugins/mythplugins/mythplugins-0.27.1_p20140713.ebuild

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

Index: mythplugins-0.27.1_p20140713.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27.1_p20140713.ebuild,v
 1.1 2014/07/15 16:45:00 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=aaae611819c6a6f92a55d5c82efb8738ec9a23df
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.1.tar.gz - 
mythtv-0.27.1.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} cdda cdr exif fftw raw

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather
=media-tv/mythtv-${PV}*:=[python]
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
)
mythmusic? (
=media-libs/flac-1.1.2:=
=media-libs/libvorbis-1.0:=
=media-libs/taglib-1.6:=
media-sound/lame
virtual/opengl
cdda? (
dev-libs/libcdio:=
cdr? ( virtual/cdrtools )
)
fftw? ( sci-libs/fftw:= )
)
mythnetvision? (
=dev-lang/python-2*:=[xml]
dev-python/lxml:=
dev-python/mysql-python:=
dev-python/oauth:=
dev-python/pycurl:=
)
mythweather? (
dev-perl/DateManip
dev-perl/DateTime-Format-ISO8601
=dev-perl/DateTime-1
dev-perl/ImageSize
dev-perl/JSON
dev-perl/SOAP-Lite
dev-perl/XML-Simple
dev-perl/XML-Parser
dev-perl/XML-SAX
dev-perl/XML-XPath
)
RDEPEND=${DEPEND}

REQUIRED_USE=
cdda? ( mythmusic )
cdr? ( mythmusic cdda )
exif? ( mythgallery )
fftw? ( mythmusic )
mythnews? ( mythbrowser )
raw? ( mythgallery )

S=${WORKDIR}/mythtv-0.27.1/mythplugins

pkg_setup() {

[gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead: sleepyhead-0.9.3.ebuild ChangeLog

2014-07-07 Thread Richard Freeman (rich0)
rich0   14/07/07 16:32:46

  Modified: sleepyhead-0.9.3.ebuild ChangeLog
  Log:
  Added missing glu dep - 514414.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  app-misc/sleepyhead/sleepyhead-0.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?r1=1.1r2=1.2

Index: sleepyhead-0.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sleepyhead-0.9.3.ebuild 18 May 2013 17:58:19 -  1.1
+++ sleepyhead-0.9.3.ebuild 7 Jul 2014 16:32:46 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.1 
2013/05/18 17:58:19 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.2 
2014/07/07 16:32:46 rich0 Exp $
 
 EAPI=4
 inherit eutils qt4-r2
@@ -22,7 +22,8 @@
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
-   dev-qt/qtwebkit:4
+   dev-qt/qtwebkit:4
+   virtual/glu
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/rich0-rich0-sleepyhead-34e0b92



1.11 app-misc/sleepyhead/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Nov 2013 17:16:54 -  1.10
+++ ChangeLog   7 Jul 2014 16:32:46 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/sleepyhead
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.10 
2013/11/11 17:16:54 rich0 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.11 
2014/07/07 16:32:46 rich0 Exp $
+
+  07 Jul 2014; Richard Freeman ri...@gentoo.org sleepyhead-0.9.3.ebuild:
+  Added missing glu dep - 514414.
 
   11 Nov 2013; Richard Freeman ri...@gentoo.org sleepyhead-.ebuild:
   Update due to upstream changes.






[gentoo-commits] gentoo-x86 commit in dev-util/android-sdk-update-manager: android-sdk-update-manager-23.ebuild ChangeLog

2014-07-07 Thread Richard Freeman (rich0)
rich0   14/07/07 16:48:40

  Modified: ChangeLog
  Added:android-sdk-update-manager-23.ebuild
  Log:
  bump - 511180
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.62 dev-util/android-sdk-update-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Jun 2014 12:47:50 -  1.61
+++ ChangeLog   7 Jul 2014 16:48:40 -   1.62
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/android-sdk-update-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.61 
2014/06/25 12:47:50 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.62 
2014/07/07 16:48:40 rich0 Exp $
+
+*android-sdk-update-manager-23 (07 Jul 2014)
+
+  07 Jul 2014; Richard Freeman ri...@gentoo.org
+  +android-sdk-update-manager-23.ebuild:
+  bump - 511180
 
   25 Jun 2014; Michał Górny mgo...@gentoo.org
   android-sdk-update-manager-22.6.1.ebuild:



1.1  
dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild?rev=1.1content-type=text/plain

Index: android-sdk-update-manager-23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild,v
 1.1 2014/07/07 16:48:40 rich0 Exp $

EAPI=5

inherit eutils user udev

MY_P=android-sdk_r${PV}-linux

DESCRIPTION=Open Handset Alliance's Android SDK
HOMEPAGE=http://developer.android.com;
SRC_URI=http://dl.google.com/android/${MY_P}.tgz;
IUSE=
RESTRICT=mirror

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

DEPEND=app-arch/tar
app-arch/gzip
RDEPEND==virtual/jdk-1.5
=dev-java/ant-core-1.6.5
|| ( dev-java/swt:3.7[cairo] dev-java/swt:3.6[cairo] )
amd64? (
|| (
app-emulation/emul-linux-x86-gtklibs:=[-abi_x86_32(-)]
x11-libs/gtk+:2=[abi_x86_32(-)]
)
)
x86? ( x11-libs/gtk+:2= )

ANDROID_SDK_DIR=/opt/${PN}
QA_FLAGS_IGNORED_x86=
${ANDROID_SDK_DIR/\/}/tools/emulator
${ANDROID_SDK_DIR/\/}/tools/adb
${ANDROID_SDK_DIR/\/}/tools/mksdcard
${ANDROID_SDK_DIR/\/}/tools/sqlite3
${ANDROID_SDK_DIR/\/}/tools/hprof-conv
${ANDROID_SDK_DIR/\/}/tools/zipalign
${ANDROID_SDK_DIR/\/}/tools/dmtracedump

QA_FLAGS_IGNORED_amd64=${QA_FLAGS_IGNORED_x86}

QA_PREBUILT=${ANDROID_SDK_DIR/\/}/tools/*

S=${WORKDIR}/android-sdk-linux

pkg_setup() {
enewgroup android
}

src_prepare(){
rm -rf tools/lib/x86*
}

src_install(){
dodoc tools/NOTICE.txt SDK Readme.txt || die
rm -f tools/NOTICE.txt SDK Readme.txt

dodir ${ANDROID_SDK_DIR}/tools
cp -pPR tools/* ${ED}${ANDROID_SDK_DIR}/tools || die failed to 
install tools

# Maybe this is needed for the tools directory too.
dodir 
${ANDROID_SDK_DIR}/{add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp}
 || die failed to dodir

fowners root:android 
${ANDROID_SDK_DIR}/{.,add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools}
 || die
fperms 0775 
${ANDROID_SDK_DIR}/{.,add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools}
 || die

echo 
PATH=\${EPREFIX}${ANDROID_SDK_DIR}/tools:${EPREFIX}${ANDROID_SDK_DIR}/platform-tools\
  ${T}/80${PN} || die

SWT_PATH=
SWT_VERSIONS=3.7 3.6
for version in $SWT_VERSIONS; do
# redirecting stderr to /dev/null
# not sure if this is best, but avoids misleading error messages
SWT_PATH=`dirname \`java-config -p swt-\$version 2/dev/null\` 
2/dev/null`
if [ $SWT_PATH ]; then

[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: ChangeLog gnupg-2.0.25.ebuild

2014-07-01 Thread Richard Freeman (rich0)
rich0   14/07/01 13:42:24

  Modified: ChangeLog gnupg-2.0.25.ebuild
  Log:
  amd64 stable - 514718
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.524app-crypt/gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.524view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.524content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.523r2=1.524

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.523
retrieving revision 1.524
diff -u -r1.523 -r1.524
--- ChangeLog   1 Jul 2014 01:19:31 -   1.523
+++ ChangeLog   1 Jul 2014 13:42:24 -   1.524
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.523 
2014/07/01 01:19:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.524 
2014/07/01 13:42:24 rich0 Exp $
+
+  01 Jul 2014; Richard Freeman ri...@gentoo.org gnupg-2.0.25.ebuild:
+  amd64 stable - 514718
 
   01 Jul 2014; Jeroen Roovers j...@gentoo.org gnupg-2.0.25.ebuild:
   Stable for HPPA (bug #514718).



1.3  app-crypt/gnupg/gnupg-2.0.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild?r1=1.2r2=1.3

Index: gnupg-2.0.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnupg-2.0.25.ebuild 1 Jul 2014 01:19:31 -   1.2
+++ gnupg-2.0.25.ebuild 1 Jul 2014 13:42:24 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v 1.2 
2014/07/01 01:19:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v 1.3 
2014/07/01 13:42:24 rich0 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=adns bzip2 doc ldap nls mta readline static selinux smartcard usb
 
 COMMON_DEPEND_LIBS=






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140624-summary.txt 20140624.txt

2014-06-24 Thread Richard Freeman (rich0)
rich0   14/06/24 19:57:22

  Added:20140624-summary.txt 20140624.txt
  Log:
  Upload this week's council summary.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20140624-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140624-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140624-summary.txt?rev=1.1content-type=text/plain

Index: 20140624-summary.txt
===
Summary of Gentoo council meeting 24 Jun 2014


Roll call


Present: blueness, dilfridge, rich0, williamh
Absent: dberkholz, scarabeus, ulm


IUSE_RUNTIME / GLEP 62
==

See the logs for full discussion.

There will likely be a need for some bikeshedding on the lists as it
comes time to implement this, as we set guidelines on when this feature
should be used.

The council accepts IUSE_RUNTIME for implementation in EAPI6 as
outlined in GLEP 62.  The actual GLEP will be approved when EAPI6 is
approved as part of PMS.

Aye: blueness, dilfridge, rich0, williamh
Passed


Bugs assigned to Council


dberkholz and betelgeuse are reminded to upload their summaries and link
on the council page.


Open floor
==

Only item brought up was general celebration that our term is finally
ended, and those of us who return are looking forward to it!


Summary submitted by Richard Freeman ri...@gentoo.org



1.1  xml/htdocs/proj/en/council/meeting-logs/20140624.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140624.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140624.txt?rev=1.1content-type=text/plain

Index: 20140624.txt
===
[15:04:39] rich0 roll call :)
[15:04:48] -*- dilfridge here
[15:04:56] -*- WilliamH here
[15:05:00] rich0 blueness, dberkholz, scarabeus, ulm?
[15:06:14] blueness rich0, png
[15:06:21] blueness sorry almost forgot!
[15:06:25] rich0 np :)
[15:06:32] rich0 3rd time might be the charm for finishing our term!
[15:06:38] blueness yep
[15:06:48] rich0 Ok, let's get started and hopefully dberkholz, scarabeus, 
and ulm will catch up.
[15:06:55] rich0 GLEP 64
[15:06:56] blueness yep
[15:06:59] rich0 Err, GLEP 62.
[15:07:43] rich0 Thoughs?
[15:07:46] rich0 Thoughts?
[15:08:00] rich0 https://wiki.gentoo.org/wiki/GLEP:62
[15:08:00] -*- WilliamH is looking for the glep
[15:08:19] blueness reading
[15:08:37] rich0 mgorny: ping, FYI - your GLEP is under discussion...
[15:09:21] rich0 I like the fact that it avoids polluting @world 
[15:09:46] dilfridge I like the whole idea, I just think the detail 
description of the algorithm is not really making sense under Reference 
implementation
[15:10:15] rich0 Well, it obviously isn't an actual implementation - more of 
a design.
[15:10:28] dilfridge yeah, sure,
[15:10:34] rich0 I'd probably have this section updated once an actual 
implementation is done.
[15:10:44] dilfridge but I think this is more something that should come out 
of writing the code
[15:10:47] dilfridge exactly
[15:10:48] blueness dilfridge, yeah i don't see that as bad, its an outline 
of what IUSE_RUNTIME entails
[15:11:21] rich0 So, we can approve the GLEP, except that the reference 
implementation can be updated once actually implemented.  :)
[15:11:24] WilliamH I'm sure this was discussed and I missed it, why is this 
a glep instead of a feature for a new eapi?
[15:11:26] blueness rich0, i guess the point is if a package installs a perl 
script, you and you add IUSE_RUNTIME=dev-lang/perl then perl is NOT pulled in?
[15:11:32] blueness err ... not exactly
[15:11:54] blueness but some flag which pulls in perl
[15:11:56] rich0 WilliamH: it wasn't discussed.  Probably was just propsoed 
this way since GLEPs used to be the way these things were done.
[15:12:21] dilfridge ulm had something to say about this
[15:12:57] dilfridge as far as I can remember, his argument originally was 
it's 100% backward compatible and could even in theory be added independent of 
eapi
[15:13:04] WilliamH blueness: as an example, logrotate could be a use flag 
aas long as it were in IUSE_RUNTIME.
[15:13:28] blueness this is the point - enabling or disabling any of the 
flags must not involve rebuilding the package,
[15:13:32] dilfridge exactly
[15:13:48] blueness okay i get it now, i'm okay with it
[15:13:56] rich0 exactly - perl wouldn't be pulled in unless you enabled the 
perl USE flag.  If you enabled it later then perl would be pulled in, but the 
package wouldn't rebuild.
[15:14:14] blueness right
[15:14:17] rich0 If you disabled it later then perl isn't pulled in, though 
it won't go away if something else pulls it in, obviously
[15:14:30] rich0 Any issues 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140617-summary.txt 20140617.txt

2014-06-17 Thread Richard Freeman (rich0)
rich0   14/06/17 22:25:37

  Added:20140617-summary.txt 20140617.txt
  Log:
  Add Council meeting summaries.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt?rev=1.1content-type=text/plain

Index: 20140617-summary.txt
===
Summary of Gentoo council meeting 10 Jun 2014



Roll call


Present: blueness, creffett (proxy for williamh), dberkholz, dilfridge, rich0, 
scarabeus, ulm



Approve Preliminary EAPI 6 Features
===
The rest of the EAPI6 were discussed and voted on.  Vote results listed here:

User patches
The council endorses an eapply_user function in the PM to apply user
patches in EAPI6.  This will be called by the default src_prepare, and
must be called once if src_prepare is overrided by either a non-virtual
ebuild or eclass.
Aye: blueness, creffett (proxy for williamh), dilfridge, rich0, scarabeus, ulm
Nay: dberkholz
Passed

PATCHES support in default src_prepare
bug #463692
(This item was re-visted in light of user patches being approved)
Aye: blueness, creffett (proxy for williamh), dilfridge, rich0, scarabeus, ulm
Nay: dberkholz
Passed

Patch applying function in package manager
bug #463768
Needed for PATCHES support and user patches
This would duplicate epatch() from eutils, in simplified form.
Name eapply has been suggested.
(This item was not voted upon, as it was considered implied by the
acceptance of the other two patch features.)

EJOBS variable
bug #273101
Nay: blueness, dberkholz, rich0, ulm
Abstain: creffett (proxy for williamh), dilfridge, scarabeus
Defeated

Source eclasses only once
bug #422533
Nay: blueness, creffett (proxy for williamh), dberkholz, dilfridge, rich0, ulm
Abstain: scarabeus
Defeated

HDEPEND: host dependencies for cross-compilation
bug #317337
Nay: blueness, dilfridge, scarabeus
Abstain: creffett (proxy for williamh), dberkholz, rich0, ulm

Directory support for package* and use*
bug #282296
Not intended for gentoo-x86 tree (at this time), only to be used in overlays
Aye: blueness, creffett (proxy for williamh), dberkholz, dilfridge, rich0, 
scarabeus, ulm


Max EAPI Count in Tree / Min Time Between EAPI
==
See the log for full discussion, but the Council felt that since future
Councils already need to approve new EAPIs, they can decide at that time
whether doing so is appropriate.

Should the council set a limit on # of EAPIs?
Nay: blueness, creffett (proxy for williamh), dberkholz, dilfridge, rich0, 
scarabeus, ulm

Should the council set a minimum time between EAPIs?
Nay: blueness, creffett (proxy for williamh), dberkholz, rich0, scarabeus, ulm
Abstain: dilfridge


Semi-official Dev-hosted Services
=
The Council accepted this provided that the name assignments make it
clear what is and isn't official. *.dev.gentoo.org and *.labs.gentoo.org
were given as possible suggestions.

Aye: blueness, dberkholz, dilfridge, rich0, scarabeus, ulm
Abstain: creffett (proxy for williamh)



Meeting called and will be continued on 24 Jun 2014 at 19:00 UTC.

Summary submitted by Richard Freeman ri...@gentoo.org



1.1  xml/htdocs/proj/en/council/meeting-logs/20140617.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617.txt?rev=1.1content-type=text/plain

Index: 20140617.txt
===
[15:00:34] blueness brb in 1 minute, i need coffee!
[15:01:23] rich0 ok.  Let's do roll call in the meantime
[15:01:47] -*- dilfridge here
[15:01:52] -*- creffett|irssi here for WilliamH
[15:02:07] creffett|irssi (note that I have to leave in 1hr though)
[15:02:24] rich0 I have to leave in an hour as well
[15:02:37] rich0 dberkholz, scarabeus, ulm?
[15:02:41] -*- ulm here
[15:04:35] rich0 dberkholz, scarabeus?
[15:04:40] rich0 Also, blueness, are you back?
[15:04:57] rich0 Let's go ahead and get started, and I'll mark absent as 
appropriate.
[15:05:06] rich0 
https://wiki.gentoo.org/wiki/Future_EAPI/EAPI_6_tentative_features
[15:05:08] blueness back
[15:05:13] ulm do we have a quorum?
[15:05:23] rich0 We have 5
[15:05:26] rich0 That should be fine.
[15:05:26] ulm k
[15:05:50] rich0 So, we left off on 4b.
[15:06:01] dberkholz hi, sorry
[15:06:11] rich0 I did circulate my thoughts on the -dev list, hopefully most 
got a chance to read that thread.
[15:06:17] rich0 dberkholz: no problem.
[15:06:18] -*- scarabeus here
[15:06:21] creffett|irssi 4b being user 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140617-summary.txt

2014-06-17 Thread Richard Freeman (rich0)
rich0   14/06/17 22:29:47

  Modified: 20140617-summary.txt
  Log:
  Fix date in meeting summary.

Revision  ChangesPath
1.2  
xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt?r1=1.1r2=1.2

Index: 20140617-summary.txt
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140617-summary.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20140617-summary.txt17 Jun 2014 22:25:37 -  1.1
+++ 20140617-summary.txt17 Jun 2014 22:29:47 -  1.2
@@ -1,4 +1,4 @@
-Summary of Gentoo council meeting 10 Jun 2014
+Summary of Gentoo council meeting 17 Jun 2014
 
 
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140610-summary.txt 20140610.txt

2014-06-12 Thread Richard Freeman (rich0)
rich0   14/06/12 14:32:24

  Added:20140610-summary.txt 20140610.txt
  Log:
  Add council meeting logs.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20140610-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140610-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140610-summary.txt?rev=1.1content-type=text/plain

Index: 20140610-summary.txt
===
Summary of Gentoo council meeting 10 Jun 2014



Roll call


Present: blueness, dberkholz, dilfridge, rich0, ulm
Absent: scarabeus, williamh (slacker)


Approve Preliminary EAPI 6 Features
===
These were discussed/voted in blocks as suggested by ulm in discussion,
but I'm going to split them up in the summary for clarity.  See the log
for the details of how things went:

get_libdir()
bug #463586
Used in econf, but so far not available as separate PM function
Aye: blueness, dberkholz, dilfridge, rich0, ulm

einstalldocs()
bug #459692
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Query function for IUSE_EFFECTIVE (or IUSE?)
bug #449862
Aye: blueness, dberkholz, dilfridge, rich0, ulm

nonfatal die()
bug #451938
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Allow empty DOCS variable
bug #463736
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Directory support for DOCS
bug #481980
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Unpack .txz
bug #458102
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Case-fold extensions in unpack
bug #476730
Aye: blueness, dberkholz, dilfridge, rich0, ulm

unpack() accept absolute paths
bug #483244
Aye: blueness, dberkholz, dilfridge, rich0, ulm

Bash 4.2
bug #431340
Aye: blueness, dberkholz, dilfridge, rich0, ulm

failglob in global scope
bug #463822
(Council agreed on failglob in global scope only - not local scope.)
Aye: blueness, dberkholz, dilfridge, rich0, ulm

PATCHES support in default src_prepare
bug #463692
Aye: dilfridge, rich0
Nay: blueness, dberkholz
Abstain: ulm
This motion was defeated.

There was extensive discussion on user patches, and we'll continue on
the list before voting next week.


Meeting called and will be continued on 17 Jun 2014 at 19:00 UTC.

Summary submitted by Richard Freeman ri...@gentoo.org



1.1  xml/htdocs/proj/en/council/meeting-logs/20140610.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140610.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140610.txt?rev=1.1content-type=text/plain

Index: 20140610.txt
===
[15:02:41] rich0 roll call: blueness dberkholz dilfridge scarabeus ulm 
williamh
[15:02:46] rich0 (or proxies)
[15:03:01] -*- dilfridge here
[15:03:49] -*- ulm here
[15:03:57] dberkholz i am still here
[15:04:23] rich0 blueness, scarabeus, williamh?
[15:05:16] dilfridge scarabeus mentioned to me that he couldnt attend and was 
looking for a proxy
[15:05:21] ulm PMS makes people feel uneasy, it seems :)
[15:05:31] creffett|irssi williamh probably still missing wrt hardware issues?
[15:05:32] rich0 creffett|irssi: if you have agreement with scarabeus you can 
proxy for him.
[15:05:33] blueness here
[15:05:40] rich0 Tend to agree re williamh
[15:05:48] creffett|irssi rich0: no agreement, sorry
[15:06:10] rich0 Ok, then scarabeus, williamh not here, rest present.  Let 
the PMS fun begin.
[15:06:18] dilfridge whee
[15:06:21] rich0 First topic - items for EAPI6
[15:06:35] rich0 Per ulm's suggestion we'll use the pools he recommened which 
I put in the agenda.
[15:06:48] rich0 First: 1a-c
[15:07:00] rich0 As found on: 
https://wiki.gentoo.org/wiki/Future_EAPI/EAPI_6_tentative_features
[15:07:13] rich0 Any commentary before we vote?
[15:07:26] dilfridge edocs++, einstalldocs--
[15:07:47] blueness rich0, one sec while i refresh my memory on those
[15:07:48] rich0 Ok, let's chat about all, but we'll break up the vote.
[15:08:22] rich0 oh, you're just talking about the function name
[15:08:31] dilfridge yep.
[15:08:34] rich0 Just about everything on the list had some level of 
bikeshedding RE function names/etc.
[15:08:47] dilfridge yeah, not important.
[15:08:48] blueness ulm, i didn't fully understand  IUSE_EFFECTIVE
[15:08:50] rich0 I suggest we vote with regard to whether the feature is 
in/out, and not the specific implemetnation details unless critical.
[15:08:57] ulm I don't care about the names
[15:09:15] rich0 The final PMS change will have to be voted on by the next 
council before adopted.
[15:09:24] rich0 So they can do the bikeshedding.  :)
[15:09:30] ulm blueness: it's equal to IUSE, plus some flags like prefix 
that are injected from profiles
[15:09:30] dilfridge hehe
[15:09:40] 

[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.27.1_p20140527.ebuild

2014-06-01 Thread Richard Freeman (rich0)
rich0   14/06/01 12:10:09

  Modified: ChangeLog
  Added:mythtv-0.27.1_p20140527.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.415media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.415view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.415content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.414r2=1.415

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- ChangeLog   10 May 2014 15:57:52 -  1.414
+++ ChangeLog   1 Jun 2014 12:10:09 -   1.415
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.414 
2014/05/10 15:57:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.415 
2014/06/01 12:10:09 rich0 Exp $
+
+*mythtv-0.27.1_p20140527 (01 Jun 2014)
+
+  01 Jun 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27.1_p20140527.ebuild:
+  bump
 
   10 May 2014; Mike Frysinger vap...@gentoo.org metadata.xml:
   Drop duplicate USE=libass description.



1.1  media-tv/mythtv/mythtv-0.27.1_p20140527.ebuild

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

Index: mythtv-0.27.1_p20140527.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27.1_p20140527.ebuild,v 1.1 
2014/06/01 12:10:09 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=4f4b6744637cceafd5ec6d82e24a9c34ba7c93b5
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27.1
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.1.tar.gz - 
mythtv-0.27.1.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (
dev-libs/openssl:=

[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-35.0.1916.114-r1.ebuild ChangeLog

2014-05-21 Thread Richard Freeman (rich0)
rich0   14/05/21 20:50:15

  Modified: chromium-35.0.1916.114-r1.ebuild ChangeLog
  Log:
  amd64 stable - 510904
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  www-client/chromium/chromium-35.0.1916.114-r1.ebuild

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

Index: chromium-35.0.1916.114-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.114-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-35.0.1916.114-r1.ebuild17 May 2014 10:49:29 -  1.1
+++ chromium-35.0.1916.114-r1.ebuild21 May 2014 20:50:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.114-r1.ebuild,v 
1.1 2014/05/17 10:49:29 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.114-r1.ebuild,v 
1.2 2014/05/21 20:50:15 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.



1.1079   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1079view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1079content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1078r2=1.1079

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1078
retrieving revision 1.1079
diff -u -r1.1078 -r1.1079
--- ChangeLog   21 May 2014 09:12:14 -  1.1078
+++ ChangeLog   21 May 2014 20:50:15 -  1.1079
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1078 
2014/05/21 09:12:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1079 
2014/05/21 20:50:15 rich0 Exp $
+
+  21 May 2014; Richard Freeman ri...@gentoo.org
+  chromium-35.0.1916.114-r1.ebuild:
+  amd64 stable - 510904
 
 *chromium-36.0.1985.18 (21 May 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-34.0.1847.137.ebuild

2014-05-15 Thread Richard Freeman (rich0)
rich0   14/05/15 19:50:18

  Modified: ChangeLog chromium-34.0.1847.137.ebuild
  Log:
  amd64 stable - 510288
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.1073   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1073view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1073content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1072r2=1.1073

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1072
retrieving revision 1.1073
diff -u -r1.1072 -r1.1073
--- ChangeLog   15 May 2014 14:59:08 -  1.1072
+++ ChangeLog   15 May 2014 19:50:18 -  1.1073
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1072 
2014/05/15 14:59:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1073 
2014/05/15 19:50:18 rich0 Exp $
+
+  15 May 2014; Richard Freeman ri...@gentoo.org
+  chromium-34.0.1847.137.ebuild:
+  amd64 stable - 510288
 
 *chromium-34.0.1847.137 (15 May 2014)
 



1.2  www-client/chromium/chromium-34.0.1847.137.ebuild

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

Index: chromium-34.0.1847.137.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.137.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-34.0.1847.137.ebuild   15 May 2014 14:59:08 -  1.1
+++ chromium-34.0.1847.137.ebuild   15 May 2014 19:50:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.137.ebuild,v 1.1 
2014/05/15 14:59:08 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.137.ebuild,v 1.2 
2014/05/15 19:50:18 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=aura bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140513-summary.txt 20140513.txt

2014-05-14 Thread Richard Freeman (rich0)
rich0   14/05/14 20:22:59

  Added:20140513-summary.txt 20140513.txt
  Log:
  Add May council meeting logs/summary.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20140513-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140513-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140513-summary.txt?rev=1.1content-type=text/plain

Index: 20140513-summary.txt
===
Summary of Gentoo council meeting 13 May 2014


Agenda
==
1. Roll call
2. Package Default USE Flags / Security
3. Non-upstream pkg-config
4. Bugs assigned to Council
5. Open floor

1. Roll call


Present: blueness, dberkholz, rich0, scarabeus, ulm
Absent: dilfridge, williamh


2. Package Default USE Flags / Security
=

The council discussed default USE flags, in-particular including those
of openssl and openssh [1 and 2].  The council felt that this should be
left to the maintainer's discretion.

 Per existing policy, the council leaves the default USE flags to the
 discretion of the maintainer, but encourages following upstream when
 there is no reason to do otherwise.

Aye: dberkholz, rich0, scarabeus, ulm
Not present for vote: blueness


[1] - https://bugs.gentoo.org/show_bug.cgi?id=507130
[2] - https://bugs.gentoo.org/show_bug.cgi?id=507210


3. Non-upstream pkg-config
=

The council felt unanimously that an outright ban on non-upstream
pkg-config files was inappropriate.  It was felt that any sensible
policy would leave it to the maintainer's discretion.  The exact wording
of the recommendations was deferred to the lists/etc.

 The council agrees to revise the devmanual policy regarding pkg-config
 files to set guidelines for non-upstream pkg-config files but to leave
 the inclusion up to the maintainer's discretion.  Wording will be
 worked out following the meeting, and in the meantime the changes
 introduced in bug 445130 will be reverted.

Aye: blueness, dberkholz, rich0, scarabeus, ulm


4. Bugs assigned to Council
===

Bugs 503382 and 477030 are for missing summaries - those responsible are
reminded to write them up.

Bug 498332 was discussed and it was not felt that it was necessary for
Council to remain CC'ed.  A note to this effect will be posted on the
bug by rich0.


5. Open floor
=

No issues were brought forward.


Summary submitted by Richard Freeman ri...@gentoo.org



1.1  xml/htdocs/proj/en/council/meeting-logs/20140513.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140513.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140513.txt?rev=1.1content-type=text/plain

Index: 20140513.txt
===
[15:01:40] rich0 Roll call: blueness, dberkholz, dilfridge, scarabeus, ulm, 
williamh
[15:01:49] -*- ulm here
[15:01:56] dberkholz hi
[15:02:01] -*- rich0 notes email from williamh expecting to not be present
[15:02:39] rich0 ulm, dilfridge?
[15:02:47] -*- ulm still here :)
[15:03:01] scarabeus ulm: too tiny to be noticed i guess :P
[15:03:01] rich0 err, blueness...
[15:03:13] rich0 I knew I was missing two more...
[15:03:37] rich0 Ok, blueness, williamh, dilfridge not present.  We can start
[15:03:54] rich0 Topic #1: Package Default USE Flags / Security
[15:04:30] rich0 tls-heartbeat and hpn were specific examples brought up, but 
the general question is what should our default USE flags be from a security 
standpoint.
[15:04:54] rich0 Any comments?  I posted mine on the list.
[15:05:05] ulm maintainers should go with the upstream default
[15:05:23] ulm but finally it's the maintainer's choice what flags to enable
[15:05:24] rich0 So, that would be tls-heartbeat on, and hpn off.
[15:05:42] ulm yep
[15:05:57] rich0 My personal sense is maintainer's discretion, with the 
principle of following upstream.
[15:05:57] scarabeus up to the dev honestly
[15:06:15] rich0 We'll never come up with a blanket policy that makes sense 
without some discretion.
[15:07:09] rich0 Ok, how about The council leaves default USE flags to the 
discretion of the maintainer, but encourages following upstream when there is 
no reason to do otherwise.
[15:07:45] ulm sounds good
[15:07:54] rich0 Ok, do we want to vote?
[15:08:24] rich0 If so, aye for me.
[15:08:43] scarabeus aye from me
[15:08:49] ulm yes
[15:08:55] rich0 dberkholz ?
[15:09:16] dberkholz hmmm
[15:09:44] dberkholz that doesn't even sound like we're saying anything new
[15:09:52] dberkholz i don't know why we would vote on it at all
[15:10:19] rich0 I understand - I 

[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-34.0.1847.132.ebuild ChangeLog

2014-04-26 Thread Richard Freeman (rich0)
rich0   14/04/26 16:28:07

  Modified: chromium-34.0.1847.132.ebuild ChangeLog
  Log:
  amd64 stable - 508788
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  www-client/chromium/chromium-34.0.1847.132.ebuild

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

Index: chromium-34.0.1847.132.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.132.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-34.0.1847.132.ebuild   25 Apr 2014 01:04:03 -  1.1
+++ chromium-34.0.1847.132.ebuild   26 Apr 2014 16:28:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.132.ebuild,v 1.1 
2014/04/25 01:04:03 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.132.ebuild,v 1.2 
2014/04/26 16:28:07 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=aura bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.



1.1064   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1064view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1064content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1063r2=1.1064

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1063
retrieving revision 1.1064
diff -u -r1.1063 -r1.1064
--- ChangeLog   25 Apr 2014 22:23:49 -  1.1063
+++ ChangeLog   26 Apr 2014 16:28:07 -  1.1064
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1063 
2014/04/25 22:23:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1064 
2014/04/26 16:28:07 rich0 Exp $
+
+  26 Apr 2014; Richard Freeman ri...@gentoo.org
+  chromium-34.0.1847.132.ebuild:
+  amd64 stable - 508788
 
 *chromium-36.0.1951.5 (25 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in app-backup/dar: dar-2.4.13.ebuild ChangeLog

2014-04-25 Thread Richard Freeman (rich0)
rich0   14/04/26 00:35:51

  Modified: ChangeLog
  Added:dar-2.4.13.ebuild
  Log:
  bump - 508688
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.57 app-backup/dar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   1 Mar 2014 22:16:10 -   1.56
+++ ChangeLog   26 Apr 2014 00:35:51 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/dar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.56 2014/03/01 
22:16:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.57 2014/04/26 
00:35:51 rich0 Exp $
+
+*dar-2.4.13 (26 Apr 2014)
+
+  26 Apr 2014; Richard Freeman ri...@gentoo.org +dar-2.4.13.ebuild:
+  bump - 508688
 
   01 Mar 2014; Michał Górny mgo...@gentoo.org dar-2.4.10.ebuild,
   dar-2.4.11.ebuild, dar-2.4.12.ebuild, dar-2.4.2.ebuild, dar-2.4.9.ebuild:



1.1  app-backup/dar/dar-2.4.13.ebuild

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

Index: dar-2.4.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.4.13.ebuild,v 1.1 
2014/04/26 00:35:51 rich0 Exp $

EAPI=5
inherit confutils eutils flag-o-matic

DESCRIPTION=A full featured backup tool, aimed for disks 
(floppy,CDR(W),DVDR(W),zip,jazz etc.)
HOMEPAGE=http://dar.linux.free.fr/;
SRC_URI=mirror://sourceforge/dar/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux
IUSE=acl dar32 dar64 doc gcrypt lzo nls static static-libs

RESTRICT=test # need to be run as root

RDEPEND==sys-libs/zlib-1.2.3:=
!static? ( app-arch/bzip2:= )
acl? ( !static? ( sys-apps/attr:= ) )
gcrypt? ( dev-libs/libgcrypt:0= )
lzo? ( !static? ( dev-libs/lzo:= ) )
nls? ( virtual/libintl )
DEPEND=${RDEPEND}
static? ( app-arch/bzip2[static-libs] )
static? ( sys-libs/zlib[static-libs] )
acl? ( static? ( sys-apps/attr[static-libs] ) )
lzo? ( static? ( dev-libs/lzo[static-libs] ) )
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )

pkg_setup() {
confutils_use_conflict dar32 dar64
}

src_configure() {
local myconf=--disable-upx

# Bug 103741
filter-flags -fomit-frame-pointer

use acl || myconf=${myconf} --disable-ea-support
use dar32  myconf=${myconf} --enable-mode=32
use dar64  myconf=${myconf} --enable-mode=64
use doc || myconf=${myconf} --disable-build-html
# use examples  myconf=${myconf} --enable-examples
use gcrypt || myconf=${myconf} --disable-libgcrypt-linking
use lzo || myconf=${myconf} --disable-liblzo2-linking
use nls || myconf=${myconf} --disable-nls
if ! use static ; then
myconf=${myconf} --disable-dar-static
if ! use static-libs ; then
myconf=${myconf} --disable-static
fi
fi

econf ${myconf} || die
}

src_install() {
emake DESTDIR=${D} pkgdatadir=${EPREFIX}/usr/share/doc/${PF}/html 
install || die

if ! use static-libs ; then
find ${ED} ( -name '*.la' -o -name '*.a' ) -delete || die
fi

dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
}






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime: ChangeLog DateTime-1.030.0.ebuild

2014-04-20 Thread Richard Freeman (rich0)
rich0   14/04/20 09:20:48

  Modified: ChangeLog DateTime-1.030.0.ebuild
  Log:
  amd64 stable - 508198
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.145dev-perl/DateTime/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?rev=1.145view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?rev=1.145content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?r1=1.144r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   20 Apr 2014 05:38:36 -  1.144
+++ ChangeLog   20 Apr 2014 09:20:48 -  1.145
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateTime
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.144 
2014/04/20 05:38:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.145 
2014/04/20 09:20:48 rich0 Exp $
+
+  20 Apr 2014; Richard Freeman ri...@gentoo.org DateTime-1.030.0.ebuild:
+  amd64 stable - 508198
 
   20 Apr 2014; Mikle Kolyada zlog...@gentoo.org DateTime-1.030.0.ebuild:
   Bump to EAPI=5



1.3  dev-perl/DateTime/DateTime-1.030.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild?r1=1.2r2=1.3

Index: DateTime-1.030.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DateTime-1.030.0.ebuild 20 Apr 2014 05:38:36 -  1.2
+++ DateTime-1.030.0.ebuild 20 Apr 2014 09:20:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild,v 
1.2 2014/04/20 05:38:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-1.030.0.ebuild,v 
1.3 2014/04/20 09:20:48 rich0 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Artistic-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=test
 
 RDEPEND=






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

2014-04-20 Thread Richard Freeman (rich0)
rich0   14/04/20 15:44:05

  Modified: ChangeLog package.use.stable.mask
  Log:
  Removing mythplugins stable mask - DateTime is now stable on relevant archs.

Revision  ChangesPath
1.677profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.676
retrieving revision 1.677
diff -u -r1.676 -r1.677
--- ChangeLog   20 Apr 2014 12:23:46 -  1.676
+++ ChangeLog   20 Apr 2014 15:44:05 -  1.677
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.676 2014/04/20 
12:23:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.677 2014/04/20 
15:44:05 rich0 Exp $
+
+  20 Apr 2014; Richard Freeman ri...@gentoo.org package.use.stable.mask:
+  Removing mythplugins stable mask - DateTime is now stable on relevant archs.
 
   20 Apr 2014; Markos Chandras hwoar...@gentoo.org package.use.mask:
   Mask media-video/rtmpdump[polarssl] because it fails to build with recent



1.13 profiles/base/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- package.use.stable.mask 19 Apr 2014 23:45:50 -  1.12
+++ package.use.stable.mask 20 Apr 2014 15:44:05 -  1.13
@@ -1,14 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.12 2014/04/19 23:45:50 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.13 2014/04/20 15:44:05 rich0 Exp $
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
-# Richard Freeman ri...@gentoo.org (19 Apr 2014)
-# dev-perl/DateTime-1 is not stable - bug 508198
-media-plugins/mythplugins mythweather
-
 # Agostino Sarubbo a...@gentoo.org (31 Aug 2013)
 # Clang is not stable
 app-portage/eix clang






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

2014-04-19 Thread Richard Freeman (rich0)
rich0   14/04/19 23:45:50

  Modified: ChangeLog package.use.stable.mask
  Log:
  Stable mask media-plugins/mythplugins[mythweather] - 508198/471536.

Revision  ChangesPath
1.674profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -r1.673 -r1.674
--- ChangeLog   12 Apr 2014 17:29:59 -  1.673
+++ ChangeLog   19 Apr 2014 23:45:50 -  1.674
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.673 2014/04/12 
17:29:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.674 2014/04/19 
23:45:50 rich0 Exp $
+
+  19 Apr 2014; Richard Freeman ri...@gentoo.org package.use.stable.mask:
+  Stable mask media-plugins/mythplugins[mythweather] - 508198/471536.
 
   12 Apr 2014; Andreas K. Huettel dilfri...@gentoo.org package.use.mask:
   Mask marble python bindings in future releases



1.12 profiles/base/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- package.use.stable.mask 5 Apr 2014 18:49:06 -   1.11
+++ package.use.stable.mask 19 Apr 2014 23:45:50 -  1.12
@@ -1,10 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.11 2014/04/05 18:49:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.12 2014/04/19 23:45:50 rich0 Exp $
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Richard Freeman ri...@gentoo.org (19 Apr 2014)
+# dev-perl/DateTime-1 is not stable - bug 508198
+media-plugins/mythplugins mythweather
+
 # Agostino Sarubbo a...@gentoo.org (31 Aug 2013)
 # Clang is not stable
 app-portage/eix clang






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.27_p20140321.ebuild ChangeLog

2014-04-19 Thread Richard Freeman (rich0)
rich0   14/04/19 23:46:44

  Modified: mythtv-0.27_p20140321.ebuild ChangeLog
  Log:
  amd64 stable - 471536
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  media-tv/mythtv/mythtv-0.27_p20140321.ebuild

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

Index: mythtv-0.27_p20140321.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27_p20140321.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.27_p20140321.ebuild23 Mar 2014 19:52:56 -  1.1
+++ mythtv-0.27_p20140321.ebuild19 Apr 2014 23:46:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27_p20140321.ebuild,v 1.1 
2014/03/23 19:52:56 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27_p20140321.ebuild,v 1.2 
2014/04/19 23:46:44 rich0 Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 IUSE_INPUT_DEVICES=input_devices_joystick
 IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \



1.413media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.413view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.413content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.412r2=1.413

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- ChangeLog   23 Mar 2014 19:52:56 -  1.412
+++ ChangeLog   19 Apr 2014 23:46:44 -  1.413
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.412 
2014/03/23 19:52:56 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.413 
2014/04/19 23:46:44 rich0 Exp $
+
+  19 Apr 2014; Richard Freeman ri...@gentoo.org mythtv-0.27_p20140321.ebuild:
+  amd64 stable - 471536
 
 *mythtv-0.27_p20140321 (23 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: mythplugins-0.27_p20140321.ebuild ChangeLog

2014-04-19 Thread Richard Freeman (rich0)
rich0   14/04/19 23:47:38

  Modified: mythplugins-0.27_p20140321.ebuild ChangeLog
  Log:
  amd64 stable - 471536
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild

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

Index: mythplugins-0.27_p20140321.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythplugins-0.27_p20140321.ebuild   23 Mar 2014 19:53:48 -  1.1
+++ mythplugins-0.27_p20140321.ebuild   19 Apr 2014 23:47:38 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild,v
 1.1 2014/03/23 19:53:48 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild,v
 1.2 2014/04/19 23:47:38 rich0 Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
 mythmusic mythnetvision mythnews mythweather mythzoneminder



1.27 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   23 Mar 2014 19:53:48 -  1.26
+++ ChangeLog   19 Apr 2014 23:47:38 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.26 
2014/03/23 19:53:48 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.27 
2014/04/19 23:47:38 rich0 Exp $
+
+  19 Apr 2014; Richard Freeman ri...@gentoo.org
+  mythplugins-0.27_p20140321.ebuild:
+  amd64 stable - 471536
 
 *mythplugins-0.27_p20140321 (23 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-34.0.1847.116.ebuild

2014-04-09 Thread Richard Freeman (rich0)
rich0   14/04/09 23:48:28

  Modified: ChangeLog chromium-34.0.1847.116.ebuild
  Log:
  amd64 stable - 507212
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.1053   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1053view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1053content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1052r2=1.1053

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -r1.1052 -r1.1053
--- ChangeLog   5 Apr 2014 19:20:01 -   1.1052
+++ ChangeLog   9 Apr 2014 23:48:27 -   1.1053
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1052 
2014/04/05 19:20:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1053 
2014/04/09 23:48:27 rich0 Exp $
+
+  09 Apr 2014; Richard Freeman ri...@gentoo.org
+  chromium-34.0.1847.116.ebuild:
+  amd64 stable - 507212
 
 *chromium-35.0.1916.17 (05 Apr 2014)
 



1.2  www-client/chromium/chromium-34.0.1847.116.ebuild

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

Index: chromium-34.0.1847.116.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.116.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-34.0.1847.116.ebuild   3 Apr 2014 02:12:52 -   1.1
+++ chromium-34.0.1847.116.ebuild   9 Apr 2014 23:48:27 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.116.ebuild,v 1.1 
2014/04/03 02:12:52 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-34.0.1847.116.ebuild,v 1.2 
2014/04/09 23:48:27 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=aura bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.






[gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.27_p20140321.ebuild ChangeLog

2014-03-23 Thread Richard Freeman (rich0)
rich0   14/03/23 19:52:56

  Modified: ChangeLog
  Added:mythtv-0.27_p20140321.ebuild
  Log:
  New patchset.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.412media-tv/mythtv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.412view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.412content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.411r2=1.412

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- ChangeLog   26 Jan 2014 18:59:02 -  1.411
+++ ChangeLog   23 Mar 2014 19:52:56 -  1.412
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.411 
2014/01/26 18:59:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.412 
2014/03/23 19:52:56 rich0 Exp $
+
+*mythtv-0.27_p20140321 (23 Mar 2014)
+
+  23 Mar 2014; Richard Freeman ri...@gentoo.org
+  +mythtv-0.27_p20140321.ebuild:
+  New patchset.
 
   26 Jan 2014; Agostino Sarubbo a...@gentoo.org 
mythtv-0.26.0_p20130922.ebuild:
   Stable for x86, wrt bug #479622



1.1  media-tv/mythtv/mythtv-0.27_p20140321.ebuild

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

Index: mythtv-0.27_p20140321.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.27_p20140321.ebuild,v 1.1 
2014/03/23 19:52:56 rich0 Exp $

EAPI=5

PYTHON_DEPEND=python? 2:2.6
BACKPORTS=583395f5a376637efcd408a102fa64d0f188c12f
MY_P=${P%_p*}

inherit flag-o-matic multilib eutils python user systemd

MYTHTV_VERSION=v0.27
MYTHTV_BRANCH=fixes/0.27

DESCRIPTION=Homebrew PVR project
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.tar.gz - 
mythtv-0.27.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

IUSE_INPUT_DEVICES=input_devices_joystick
IUSE=alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
vaapi vdpau +vorbis +xml xmltv +xvid ${IUSE_INPUT_DEVICES}

REQUIRED_USE=
bluray? ( xml )
theora? ( vorbis )

COMMON=
=media-libs/freetype-2.0:=
sys-libs/zlib:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXinerama:=
x11-libs/libXv:=
x11-libs/libXrandr:=
x11-libs/libXxf86vm:=
=dev-qt/qtcore-4.7.2:4=
=dev-qt/qtdbus-4.7.2:4=
=dev-qt/qtgui-4.7.2:4=
=dev-qt/qtscript-4.7.2:4=
=dev-qt/qtsql-4.7.2:4=[mysql]
=dev-qt/qtopengl-4.7.2:4=[egl?]
=dev-qt/qtwebkit-4.7.2:4=
x11-misc/wmctrl:=
virtual/mysql:=
virtual/opengl:=
alsa? ( =media-libs/alsa-lib-1.0.24:= )
bluray? (
dev-libs/libcdio:=
media-libs/libbluray:=
)
cec? ( dev-libs/libcec:= )
dvb? (
media-libs/libdvb:=
virtual/linuxtv-dvb-headers:=
)
dvd? ( dev-libs/libcdio:= )
egl? ( media-libs/mesa:=[egl] )
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
=media-libs/x264-0.0.20111220:=
=media-sound/lame-3.93.1
)
ieee1394? (
=sys-libs/libraw1394-1.2.0:=
=sys-libs/libavc1394-0.5.3:=
=media-libs/libiec61883-1.0.0:=
)
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
libass? ( =media-libs/libass-0.9.11:= )
lirc? ( app-misc/lirc )
perl? (
dev-perl/DBD-mysql
dev-perl/Net-UPnP
dev-perl/LWP-Protocol-https
dev-perl/HTTP-Message
dev-perl/IO-Socket-INET6
=dev-perl/libwww-perl-5
)
pulseaudio? ( media-sound/pulseaudio )
python? (
dev-python/mysql-python
dev-python/lxml
dev-python/urlgrabber
)
raop? (
dev-libs/openssl:=

[gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: mythplugins-0.27_p20140321.ebuild ChangeLog

2014-03-23 Thread Richard Freeman (rich0)
rich0   14/03/23 19:53:48

  Modified: ChangeLog
  Added:mythplugins-0.27_p20140321.ebuild
  Log:
  New patchset.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.26 media-plugins/mythplugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Jan 2014 18:59:07 -  1.25
+++ ChangeLog   23 Mar 2014 19:53:48 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythplugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.25 
2014/01/26 18:59:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.26 
2014/03/23 19:53:48 rich0 Exp $
+
+*mythplugins-0.27_p20140321 (23 Mar 2014)
+
+  23 Mar 2014; Richard Freeman ri...@gentoo.org
+  +mythplugins-0.27_p20140321.ebuild:
+  New patchset.
 
   26 Jan 2014; Agostino Sarubbo a...@gentoo.org
   mythplugins-0.26.0_p20130922.ebuild:



1.1  media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild

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

Index: mythplugins-0.27_p20140321.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild,v
 1.1 2014/03/23 19:53:48 rich0 Exp $

EAPI=5

PYTHON_DEPEND=2:2.6
BACKPORTS=583395f5a376637efcd408a102fa64d0f188c12f
MY_P=${P%_p*}

inherit eutils python

DESCRIPTION=Official MythTV plugins
HOMEPAGE=http://www.mythtv.org;
SRC_URI=https://github.com/MythTV/mythtv/archive/v0.27.tar.gz - 
mythtv-0.27.tar.gz

${BACKPORTS:+http://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};

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

MYTHPLUGINS=mytharchive mythbrowser mythgallery mythgame \
mythmusic mythnetvision mythnews mythweather mythzoneminder

IUSE=${MYTHPLUGINS} cdda cdr exif fftw raw

DEPEND=!media-plugins/mytharchive
!media-plugins/mythbrowser
!media-plugins/mythgallery
!media-plugins/mythgame
!media-plugins/mythmovies
!media-plugins/mythmusic
!media-plugins/mythnetvision
!media-plugins/mythnews
!media-plugins/mythweather
=media-tv/mythtv-${PV}*:=[python]
mytharchive? (
app-cdr/dvd+rw-tools
virtual/python-imaging:=
media-video/dvdauthor
media-video/mjpegtools[png]
media-video/transcode
virtual/cdrtools
)
mythgallery? (
media-libs/tiff:=
virtual/opengl
exif? ( media-libs/libexif-0.6.9:= )
raw? ( media-gfx/dcraw )
)
mythmusic? (
=media-libs/flac-1.1.2:=
=media-libs/libvorbis-1.0:=
=media-libs/taglib-1.6:=
media-sound/lame
virtual/opengl
cdda? (
dev-libs/libcdio:=
cdr? ( virtual/cdrtools )
)
fftw? ( sci-libs/fftw:= )
)
mythnetvision? (
=dev-lang/python-2*:=[xml]
dev-python/lxml:=
dev-python/mysql-python:=
dev-python/oauth:=
dev-python/pycurl:=
)
mythweather? (
dev-perl/DateManip
dev-perl/DateTime-Format-ISO8601
=dev-perl/DateTime-1
dev-perl/ImageSize
dev-perl/JSON
dev-perl/SOAP-Lite
dev-perl/XML-Simple
dev-perl/XML-Parser
dev-perl/XML-SAX
dev-perl/XML-XPath
)
RDEPEND=${DEPEND}

REQUIRED_USE=
cdda? ( mythmusic )
cdr? ( mythmusic cdda )
exif? ( mythgallery )
fftw? ( mythmusic )
mythnews? ( mythbrowser )
raw? ( mythgallery )

S=${WORKDIR}/mythtv-0.27/mythplugins

pkg_setup() {

[gentoo-commits] gentoo-x86 commit in dev-util/android-sdk-update-manager: android-sdk-update-manager-22.6.1.ebuild ChangeLog

2014-03-19 Thread Richard Freeman (rich0)
rich0   14/03/19 17:25:31

  Modified: ChangeLog
  Added:android-sdk-update-manager-22.6.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.60 dev-util/android-sdk-update-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   19 Mar 2014 01:53:22 -  1.59
+++ ChangeLog   19 Mar 2014 17:25:31 -  1.60
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/android-sdk-update-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.59 
2014/03/19 01:53:22 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/ChangeLog,v 1.60 
2014/03/19 17:25:31 rich0 Exp $
+
+*android-sdk-update-manager-22.6.1 (19 Mar 2014)
+
+  19 Mar 2014; Richard Freeman ri...@gentoo.org
+  +android-sdk-update-manager-22.6.1.ebuild:
+  bump
 
 *android-sdk-update-manager-22.6 (19 Mar 2014)
 



1.1  
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild?rev=1.1content-type=text/plain

Index: android-sdk-update-manager-22.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild,v
 1.1 2014/03/19 17:25:31 rich0 Exp $

EAPI=5

inherit eutils user udev

MY_P=android-sdk_r${PV}-linux

DESCRIPTION=Open Handset Alliance's Android SDK
HOMEPAGE=http://developer.android.com;
SRC_URI=http://dl.google.com/android/${MY_P}.tgz;
IUSE=
RESTRICT=mirror

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

DEPEND=app-arch/tar
app-arch/gzip
RDEPEND==virtual/jdk-1.5
=dev-java/ant-core-1.6.5
|| ( dev-java/swt:3.7[cairo] dev-java/swt:3.6[cairo] )
amd64? ( app-emulation/emul-linux-x86-gtklibs:= )
x86? ( x11-libs/gtk+:2= )

ANDROID_SDK_DIR=/opt/${PN}
QA_FLAGS_IGNORED_x86=
${ANDROID_SDK_DIR/\/}/tools/emulator
${ANDROID_SDK_DIR/\/}/tools/adb
${ANDROID_SDK_DIR/\/}/tools/mksdcard
${ANDROID_SDK_DIR/\/}/tools/sqlite3
${ANDROID_SDK_DIR/\/}/tools/hprof-conv
${ANDROID_SDK_DIR/\/}/tools/zipalign
${ANDROID_SDK_DIR/\/}/tools/dmtracedump

QA_FLAGS_IGNORED_amd64=${QA_FLAGS_IGNORED_x86}

QA_PREBUILT=${ANDROID_SDK_DIR/\/}/tools/*

S=${WORKDIR}/android-sdk-linux

pkg_setup() {
enewgroup android
}

src_prepare(){
rm -rf tools/lib/x86*
}

src_install(){
dodoc tools/NOTICE.txt SDK Readme.txt || die
rm -f tools/NOTICE.txt SDK Readme.txt

dodir ${ANDROID_SDK_DIR}/tools
cp -pPR tools/* ${ED}${ANDROID_SDK_DIR}/tools || die failed to 
install tools

# Maybe this is needed for the tools directory too.
dodir 
${ANDROID_SDK_DIR}/{add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp}
 || die failed to dodir

fowners root:android 
${ANDROID_SDK_DIR}/{.,add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools}
 || die
fperms 0775 
${ANDROID_SDK_DIR}/{.,add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools}
 || die

echo 
PATH=\${EPREFIX}${ANDROID_SDK_DIR}/tools:${EPREFIX}${ANDROID_SDK_DIR}/platform-tools\
  ${T}/80${PN} || die

SWT_PATH=
SWT_VERSIONS=3.7 3.6
for version in $SWT_VERSIONS; do
# redirecting stderr to /dev/null
# not sure if this is best, but avoids misleading error messages
SWT_PATH=`dirname \`java-config -p swt-\$version 2/dev/null\` 
2/dev/null`
if [ $SWT_PATH ]; then
einfo SWT_PATH=$SWT_PATH selecting version $version of 
SWT.
break
fi
done

echo ANDROID_SWT=\${SWT_PATH}\  

[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-33.0.1750.152.ebuild ChangeLog

2014-03-17 Thread Richard Freeman (rich0)
rich0   14/03/18 01:26:49

  Modified: chromium-33.0.1750.152.ebuild ChangeLog
  Log:
  amd64 stable - 504890
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  www-client/chromium/chromium-33.0.1750.152.ebuild

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

Index: chromium-33.0.1750.152.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.152.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-33.0.1750.152.ebuild   17 Mar 2014 18:43:56 -  1.1
+++ chromium-33.0.1750.152.ebuild   18 Mar 2014 01:26:48 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.152.ebuild,v 1.1 
2014/03/17 18:43:56 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.152.ebuild,v 1.2 
2014/03/18 01:26:48 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=aura bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.



1.1043   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1043view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1043content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1042r2=1.1043

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -r1.1042 -r1.1043
--- ChangeLog   17 Mar 2014 18:43:56 -  1.1042
+++ ChangeLog   18 Mar 2014 01:26:48 -  1.1043
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1042 
2014/03/17 18:43:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1043 
2014/03/18 01:26:48 rich0 Exp $
+
+  18 Mar 2014; Richard Freeman ri...@gentoo.org
+  chromium-33.0.1750.152.ebuild:
+  amd64 stable - 504890
 
 *chromium-33.0.1750.152 (17 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-33.0.1750.149.ebuild ChangeLog

2014-03-12 Thread Richard Freeman (rich0)
rich0   14/03/12 22:23:43

  Modified: chromium-33.0.1750.149.ebuild ChangeLog
  Log:
  amd64 stable - 504328
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x08C170DE55EC123A)

Revision  ChangesPath
1.2  www-client/chromium/chromium-33.0.1750.149.ebuild

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

Index: chromium-33.0.1750.149.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.149.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-33.0.1750.149.ebuild   12 Mar 2014 01:32:42 -  1.1
+++ chromium-33.0.1750.149.ebuild   12 Mar 2014 22:23:43 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.149.ebuild,v 1.1 
2014/03/12 01:32:42 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1750.149.ebuild,v 1.2 
2014/03/12 22:23:43 rich0 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=aura bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.



1.1040   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1040view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1040content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1039r2=1.1040

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1039
retrieving revision 1.1040
diff -u -r1.1039 -r1.1040
--- ChangeLog   12 Mar 2014 01:32:42 -  1.1039
+++ ChangeLog   12 Mar 2014 22:23:43 -  1.1040
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1039 
2014/03/12 01:32:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1040 
2014/03/12 22:23:43 rich0 Exp $
+
+  12 Mar 2014; Richard Freeman ri...@gentoo.org
+  chromium-33.0.1750.149.ebuild:
+  amd64 stable - 504328
 
 *chromium-33.0.1750.149 (12 Mar 2014)