[gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: libfprint-0.5.1-r1.ebuild ChangeLog

2014-05-05 Thread Alexey Shvetsov (alexxy)
alexxy  14/05/05 06:10:53

  Modified: ChangeLog
  Added:libfprint-0.5.1-r1.ebuild
  Log:
  Add driver for vfs5011 fprintreaders, so thinkpad [x2,t4]40 will work
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key F82F92E6)

Revision  ChangesPath
1.33 sys-auth/libfprint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   20 Apr 2014 16:07:48 -  1.32
+++ ChangeLog   5 May 2014 06:10:53 -   1.33
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/libfprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.32 
2014/04/20 16:07:48 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.33 
2014/05/05 06:10:53 alexxy Exp $
+
+*libfprint-0.5.1-r1 (05 May 2014)
+
+  05 May 2014; Alexey Shvetsov ale...@gentoo.org
+  +files/libfprint-0.5.1-add-vfs5011-driver.patch, +libfprint-0.5.1-r1.ebuild,
+  libfprint-0.5.1.ebuild:
+  Add driver for vfs5011 fprintreaders, so thinkpad [x2,t4]40 will work
 
   20 Apr 2014; Michael Weber x...@gentoo.org libfprint-0.5.1.ebuild:
   Resign manifest



1.1  sys-auth/libfprint/libfprint-0.5.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?rev=1.1content-type=text/plain

Index: libfprint-0.5.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild,v 1.1 
2014/05/05 06:10:53 alexxy Exp $

EAPI=5

inherit autotools eutils udev vcs-snapshot

MY_PV=v_${PV//./_}
DESCRIPTION=library to add support for consumer fingerprint readers
HOMEPAGE=http://cgit.freedesktop.org/libfprint/libfprint/;
SRC_URI=http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 - 
${P}.tar.bz2

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86
IUSE=debug static-libs

RDEPEND=virtual/libusb:1
dev-libs/nss
|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] 
x11-libs/gdk-pixbuf )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_prepare() {
epatch ${FILESDIR}/${P}-add-vfs5011-driver.patch
eautoreconf
}

src_configure() {
econf \
--with-drivers=all \
$(use_enable debug debug-log) \
$(use_enable static-libs static) \
-enable-udev-rules \
--with-udev-rules-dir=$(udev_get_udevdir)/rules.d
# --disable-udev-rules fails 
https://bugs.freedesktop.org/show_bug.cgi?id=59076
# $(use_enable udev udev-rules) \
}

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

prune_libtool_files

dodoc AUTHORS HACKING NEWS README THANKS TODO
}






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.2.2.ebuild

2014-05-05 Thread Alexis Ballier (aballier)
aballier14/05/05 06:12:31

  Modified: ChangeLog
  Added:ffmpeg-2.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.730media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.729
retrieving revision 1.730
diff -u -r1.729 -r1.730
--- ChangeLog   26 Apr 2014 17:26:03 -  1.729
+++ ChangeLog   5 May 2014 06:12:31 -   1.730
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.729 
2014/04/26 17:26:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.730 
2014/05/05 06:12:31 aballier Exp $
+
+*ffmpeg-2.2.2 (05 May 2014)
+
+  05 May 2014; Alexis Ballier aball...@gentoo.org +ffmpeg-2.2.2.ebuild:
+  version bump
 
   26 Apr 2014; Jeroen Roovers j...@gentoo.org ffmpeg-1.2.6.ebuild:
   Stable for HPPA (bug #508372).



1.1  media-video/ffmpeg/ffmpeg-2.2.2.ebuild

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

Index: ffmpeg-2.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.2.ebuild,v 1.1 
2014/05/05 06:12:31 aballier Exp $

EAPI=5

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a less used library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=52.55.55

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec.
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )
SLOT=0/${FFMPEG_SUBSLOT}
if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi
IUSE=
aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt
cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack 
jpeg2k
ladspa libass libcaca libsoxr libv4l modplug mp3 +network openal opengl
openssl opus oss pic pulseaudio quvi rtmp schroedinger sdl speex ssh
static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis 
vpx
wavpack webp X x264 x265 xvid +zlib zvbi


ARM_CPU_FEATURES=armv5te armv6 armv6t2 neon armvfp:vfp
MIPS_CPU_FEATURES=mips32r2 mipsdspr1 mipsdspr2 mipsfpu
PPC_CPU_FEATURES=altivec
X86_CPU_FEATURES=3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx 
mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42

# String for CPU features in the useflag[:configure_option] form
# if :configure_option isn't set, it will use 'useflag' as configure option
CPU_FEATURES=
${ARM_CPU_FEATURES}
${MIPS_CPU_FEATURES}
${PPC_CPU_FEATURES}
${X86_CPU_FEATURES}


for i in ${CPU_FEATURES}; do
IUSE=${IUSE} ${i%:*}
done

FFTOOLS=aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot 
ismindex pktdumper qt-faststart trasher

for i in ${FFTOOLS}; do
IUSE=${IUSE} +fftools_$i
done

RDEPEND=
alsa? ( media-libs/alsa-lib )
amr? ( media-libs/opencore-amr )
bluray? ( media-libs/libbluray )
   

[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2014.1.9999.ebuild nova-2014.1-r1.ebuild ChangeLog

2014-05-05 Thread Ian Delaney (idella4)
idella4 14/05/05 06:17:52

  Modified: nova-2014.1..ebuild ChangeLog
  Added:nova-2014.1-r1.ebuild
  Log:
  revbump; add sample conf file, fixes Bug #509092
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  sys-cluster/nova/nova-2014.1..ebuild

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

Index: nova-2014.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1..ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nova-2014.1..ebuild 28 Apr 2014 03:03:58 -  1.1
+++ nova-2014.1..ebuild 5 May 2014 06:17:52 -   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/sys-cluster/nova/nova-2014.1..ebuild,v 
1.1 2014/04/28 03:03:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1..ebuild,v 
1.2 2014/05/05 06:17:52 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -84,6 +84,11 @@
enewuser nova -1 -1 /var/lib/nova nova
 }
 
+python_compile() {
+   distutils-r1_python_compile
+   ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova
+}
+
 python_install() {
distutils-r1_python_install
 



1.62 sys-cluster/nova/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   28 Apr 2014 04:00:51 -  1.61
+++ ChangeLog   5 May 2014 06:17:52 -   1.62
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.61 
2014/04/28 04:00:51 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.62 
2014/05/05 06:17:52 idella4 Exp $
+
+*nova-2014.1-r1 (05 May 2014)
+
+  05 May 2014; Ian Delaney idel...@gentoo.org +nova-2014.1-r1.ebuild,
+  nova-2014.1..ebuild:
+  revbump; add sample conf file, fixes Bug #509092
 
   28 Apr 2014; Matthew Thode prometheanf...@gentoo.org files/nova.initd:
   don't depend unneeded init stuff



1.1  sys-cluster/nova/nova-2014.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2014.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2014.1-r1.ebuild?rev=1.1content-type=text/plain

Index: nova-2014.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r1.ebuild,v 1.1 
2014/05/05 06:17:52 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils multilib user

DESCRIPTION=A cloud computing fabric controller (main part of an IaaS system) 
written in Python.
HOMEPAGE=https://launchpad.net/nova;
SRC_URI=http://launchpad.net/${PN}/icehouse/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+compute +kvm +network +novncproxy sqlite mysql postgres xen
REQUIRED_USE=|| ( mysql postgres sqlite )
  compute? ( || ( kvm xen ) )

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.6[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
app-admin/sudo

RDEPEND=sqlite? ( =dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
  dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}] )
mysql? ( =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
 dev-python/sqlalchemy-0.9.99[mysql,${PYTHON_USEDEP}] )
postgres? ( 
=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
dev-python/sqlalchemy-0.9.99[postgres,${PYTHON_USEDEP}] )
=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}]
=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
   

[gentoo-commits] gentoo-x86 commit in sys-apps/mlocate: ChangeLog mlocate-0.26-r1.ebuild mlocate-0.26.ebuild

2014-05-05 Thread Lars Wendler (polynomial-c)
polynomial-c14/05/05 06:42:03

  Modified: ChangeLog
  Added:mlocate-0.26-r1.ebuild
  Removed:  mlocate-0.26.ebuild
  Log:
  Fixed some filesystem entries in updatedb.conf file (bug #509084). Committed 
straight to stable
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0x981CA6FC)

Revision  ChangesPath
1.119sys-apps/mlocate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   8 Jan 2014 22:45:47 -   1.118
+++ ChangeLog   5 May 2014 06:42:03 -   1.119
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/mlocate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.118 
2014/01/08 22:45:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.119 
2014/05/05 06:42:03 polynomial-c Exp $
+
+*mlocate-0.26-r1 (05 May 2014)
+
+  05 May 2014; Lars Wendler polynomia...@gentoo.org -mlocate-0.26.ebuild,
+  +mlocate-0.26-r1.ebuild, files/updatedb.conf:
+  Fixed some filesystem entries in updatedb.conf file. Thanks to Toralf
+  Förster who reported this in bug #509084. Committed straight to stable.
 
   08 Jan 2014; Christian Faulhammer fa...@gentoo.org -mlocate-0.25.ebuild:
   clean up



1.1  sys-apps/mlocate/mlocate-0.26-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/mlocate-0.26-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/mlocate-0.26-r1.ebuild?rev=1.1content-type=text/plain

Index: mlocate-0.26-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26-r1.ebuild,v 
1.1 2014/05/05 06:42:03 polynomial-c Exp $

EAPI=4
inherit eutils user toolchain-funcs

DESCRIPTION=Merging locate is an utility to index and quickly search for files
HOMEPAGE=https://fedorahosted.org/mlocate/;
SRC_URI=https://fedorahosted.org/releases/m/l/mlocate/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
IUSE=nls selinux

RDEPEND=!sys-apps/slocate
!sys-apps/rlocate
selinux? ( sec-policy/selinux-slocate )
DEPEND=app-arch/xz-utils
nls? ( sys-devel/gettext )
selinux? ( sec-policy/selinux-slocate )

pkg_setup() {
enewgroup locate
}

src_configure() {
econf $(use_enable nls)
}

src_compile() {
emake groupname=locate AR=$(tc-getAR)
}

src_install() {
emake groupname=locate DESTDIR=${D} install
dodoc AUTHORS ChangeLog README NEWS

insinto /etc
doins ${FILESDIR}/updatedb.conf
doins ${FILESDIR}/mlocate-cron.conf
fperms 0644 /etc/{updatedb,mlocate-cron}.conf

insinto /etc/cron.daily
newins ${FILESDIR}/mlocate.cron-r2 mlocate
fperms 0755 /etc/cron.daily/mlocate

fowners 0:locate /usr/bin/locate
fperms go-r,g+s /usr/bin/locate

keepdir /var/lib/mlocate
chown -R 0:locate ${ED}/var/lib/mlocate
fperms 0750 /var/lib/mlocate
}

pkg_postinst() {
elog The database for the locate command is generated daily by a cron 
job,
elog if you install for the first time you can run the updatedb 
command manually now.
elog
elog Note that the /etc/updatedb.conf file is generic,
elog please customize it to your system requirements.
}






[gentoo-commits] gentoo-x86 commit in sys-apps/mlocate/files: updatedb.conf

2014-05-05 Thread Lars Wendler (polynomial-c)
polynomial-c14/05/05 06:42:03

  Modified: updatedb.conf
  Log:
  Fixed some filesystem entries in updatedb.conf file (bug #509084). Committed 
straight to stable
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0x981CA6FC)

Revision  ChangesPath
1.6  sys-apps/mlocate/files/updatedb.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?r1=1.5r2=1.6

Index: updatedb.conf
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mlocate/files/updatedb.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- updatedb.conf   24 Jan 2011 12:39:33 -  1.5
+++ updatedb.conf   5 May 2014 06:42:03 -   1.6
@@ -1,11 +1,11 @@
 # /etc/updatedb.conf: config file for slocate
-# $Id: updatedb.conf,v 1.5 2011/01/24 12:39:33 scarabeus Exp $
+# $Id: updatedb.conf,v 1.6 2014/05/05 06:42:03 polynomial-c Exp $
 
 # This file sets variables that are used by updatedb.
 # For more info, see the updatedb.conf(5) manpage.
 
 # Filesystems that are pruned from updatedb database
-PRUNEFS=afs anon_inodefs auto autofs bdev binfmt binfmt_misc cgroup cifs coda 
configfs cramfs cpuset debugfs devpts devtmps devfs devpts ecryptfs eventpollfs 
exofs futexfs ftpfs fuse fusectl gfs gfs2 hostfs hugetlbfs inotifyfs iso9660 
jffs2 lustre misc mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc 
ramfs rpc_pipefs securityfs selinuxfs sfs shfs smbfs sockfs spufs sshfs subfs 
supermount sysfs tmpfs ubifs udf usbfs vboxsf vperfctrfs
+PRUNEFS=afs anon_inodefs auto autofs bdev binfmt binfmt_misc cgroup cifs coda 
configfs cramfs cpuset debugfs devfs devpts devtmpfs ecryptfs eventpollfs exofs 
futexfs ftpfs fuse fusectl gfs gfs2 hostfs hugetlbfs inotifyfs iso9660 jffs2 
lustre misc mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs 
rpc_pipefs securityfs selinuxfs sfs shfs smbfs sockfs spufs sshfs subfs 
supermount sysfs tmpfs ubifs udf usbfs vboxsf vperfctrfs
 
 # Paths which are pruned from updatedb database
 PRUNEPATHS=/tmp /var/tmp /var/cache /var/lock /var/run /var/spool






[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-common-gentoo: emacs-common-gentoo-1.4-r1.ebuild ChangeLog

2014-05-05 Thread Ulrich Mueller (ulm)
ulm 14/05/05 07:03:22

  Modified: ChangeLog
  Added:emacs-common-gentoo-1.4-r1.ebuild
  Log:
  Install shared game score files in /var/games/emacs, compliant with the FHS.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.98 app-emacs/emacs-common-gentoo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   18 Jan 2014 20:13:30 -  1.97
+++ ChangeLog   5 May 2014 07:03:22 -   1.98
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/emacs-common-gentoo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 
1.97 2014/01/18 20:13:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 
1.98 2014/05/05 07:03:22 ulm Exp $
+
+*emacs-common-gentoo-1.4-r1 (05 May 2014)
+
+  05 May 2014; Ulrich Müller u...@gentoo.org
+  +emacs-common-gentoo-1.4-r1.ebuild:
+  Install shared game score files in /var/games/emacs, compliant with the FHS.
 
   18 Jan 2014; Ulrich Müller u...@gentoo.org
   -emacs-common-gentoo-1.3-r3.ebuild, -emacs-common-gentoo-1.3-r4.ebuild:



1.1  
app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4-r1.ebuild

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

Index: emacs-common-gentoo-1.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4-r1.ebuild,v
 1.1 2014/05/05 07:03:21 ulm Exp $

EAPI=5

inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user

DESCRIPTION=Common files needed by all GNU Emacs versions
HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Emacs;
SRC_URI=http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;

LICENSE=GPL-3+
SLOT=0
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 ~sparc-solaris ~x86-solaris
IUSE=games X

PDEPEND=virtual/emacs

pkg_setup() {
if use games  [[ -z $(egetent passwd ${GAMES_USER_DED:-games}) ]]
then
enewgroup ${GAMES_GROUP:-games} 35
enewuser ${GAMES_USER_DED:-games} 36 /bin/bash \
${GAMES_PREFIX:-/usr/games} ${GAMES_GROUP:-games}
fi
}

src_install() {
insinto ${SITELISP}
doins subdirs.el
newins site-gentoo.el{,.orig}

keepdir /etc/emacs
insinto /etc/emacs
doins site-start.el

if use games; then
keepdir /var/games/emacs
fowners ${GAMES_USER_DED:-games} /var/games/emacs
fi

if use X; then
local i
domenu emacs.desktop emacsclient.desktop || die

pushd icons
newicon sink.png emacs-sink.png || die
newicon emacs_48.png emacs.png || die
newicon emacs22_48.png emacs22.png || die
for i in 16 24 32 48 128; do
insinto /usr/share/icons/hicolor/${i}x${i}/apps
newins emacs_${i}.png emacs.png
[[ ${i} -ne 128 ]]  newins emacs22_${i}.png 
emacs22.png
done
insinto /usr/share/icons/hicolor/scalable/apps
doins emacs.svg
popd

gnome2_icon_savelist
fi

DOC_CONTENTS=All site initialisation for Gentoo-installed packages is
added to ${SITELISP}/site-gentoo.el. In order for this site
initialisation to be loaded for all users automatically, a 
default
site startup file /etc/emacs/site-start.el is installed. You are
responsible for maintenance of this file.
\n\nAlternatively, individual users can add the following 
command:
\n\n(require 'site-gentoo)
\n\nto their ~/.emacs initialisation files, 

[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: emacs-vcs-24.4.50_pre20140430.ebuild emacs-vcs-24.4.9999.ebuild ChangeLog emacs-vcs-24.3.90.ebuild emacs-vcs-24.3.9999-r1.ebuild emacs-vcs-

2014-05-05 Thread Ulrich Mueller (ulm)
ulm 14/05/05 07:05:54

  Modified: emacs-vcs-24.4.50_pre20140430.ebuild
emacs-vcs-24.4..ebuild ChangeLog
emacs-vcs-24.3.90.ebuild
emacs-vcs-24.3.-r1.ebuild
  Removed:  emacs-vcs-24.3.50_pre20140331.ebuild
  Log:
  Access shared game score files in /var/games/emacs, compliant with the FHS. 
Remove old snapshot.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild?r1=1.1r2=1.2

Index: emacs-vcs-24.4.50_pre20140430.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-vcs-24.4.50_pre20140430.ebuild2 May 2014 07:51:57 -   
1.1
+++ emacs-vcs-24.4.50_pre20140430.ebuild5 May 2014 07:05: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/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild,v
 1.1 2014/05/02 07:51:57 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.50_pre20140430.ebuild,v
 1.2 2014/05/05 07:05:54 ulm Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
 
 RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
-   =app-emacs/emacs-common-gentoo-1.3-r3[games?,X?]
+   =app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
@@ -213,6 +213,7 @@
econf \
--program-suffix=-${EMACS_SUFFIX} \
--infodir=${EPREFIX}/usr/share/info/${EMACS_SUFFIX} \
+   --localstatedir=${EPREFIX}/var \

--enable-locallisppath=${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP} \
--with-gameuser=${GAMES_USER_DED:-games} \
--without-compress-install \



1.5  app-editors/emacs-vcs/emacs-vcs-24.4..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild?r1=1.4r2=1.5

Index: emacs-vcs-24.4..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-vcs-24.4..ebuild  12 Apr 2014 07:18:41 -  1.4
+++ emacs-vcs-24.4..ebuild  5 May 2014 07:05:54 -   1.5
@@ -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-editors/emacs-vcs/emacs-vcs-24.4..ebuild,v 1.4 
2014/04/12 07:18:41 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild,v 1.5 
2014/05/05 07:05:54 ulm Exp $
 
 EAPI=5
 
@@ -36,7 +36,7 @@
 
 RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
-   =app-emacs/emacs-common-gentoo-1.3-r3[games?,X?]
+   =app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
@@ -211,6 +211,7 @@
econf \
--program-suffix=-${EMACS_SUFFIX} \
--infodir=${EPREFIX}/usr/share/info/${EMACS_SUFFIX} \
+   --localstatedir=${EPREFIX}/var \

--enable-locallisppath=${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP} \
--with-gameuser=${GAMES_USER_DED:-games} \
--without-compress-install \



1.157app-editors/emacs-vcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.157view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.157content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.156r2=1.157

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-22.3-r12.ebuild emacs-23.4-r8.ebuild emacs-24.3-r4.ebuild emacs-23.4-r7.ebuild emacs-22.3-r11.ebuild emacs-24.3-r3.ebuild

2014-05-05 Thread Ulrich Mueller (ulm)
ulm 14/05/05 07:06:01

  Modified: ChangeLog
  Added:emacs-22.3-r12.ebuild emacs-23.4-r8.ebuild
emacs-24.3-r4.ebuild
  Removed:  emacs-23.4-r7.ebuild emacs-22.3-r11.ebuild
emacs-24.3-r3.ebuild
  Log:
  Access shared game score files in /var/games/emacs, compliant with the FHS.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.614app-editors/emacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -r1.613 -r1.614
--- ChangeLog   23 Apr 2014 11:38:37 -  1.613
+++ ChangeLog   5 May 2014 07:06:01 -   1.614
@@ -1,6 +1,15 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.613 
2014/04/23 11:38:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.614 
2014/05/05 07:06:01 ulm Exp $
+
+*emacs-24.3-r4 (05 May 2014)
+*emacs-23.4-r8 (05 May 2014)
+*emacs-22.3-r12 (05 May 2014)
+
+  05 May 2014; Ulrich Müller u...@gentoo.org -emacs-22.3-r11.ebuild,
+  +emacs-22.3-r12.ebuild, -emacs-23.4-r7.ebuild, +emacs-23.4-r8.ebuild,
+  -emacs-24.3-r3.ebuild, +emacs-24.3-r4.ebuild:
+  Access shared game score files in /var/games/emacs, compliant with the FHS.
 
   23 Apr 2014; Ulrich Müller u...@gentoo.org -emacs-18.59-r8.ebuild:
   Remove old.



1.1  app-editors/emacs/emacs-22.3-r12.ebuild

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

Index: emacs-22.3-r12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r12.ebuild,v 
1.1 2014/05/05 07:06:01 ulm Exp $

EAPI=5
WANT_AUTOMAKE=none

inherit autotools elisp-common eutils flag-o-matic

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;
SRC_URI=mirror://gnu/emacs/${P}.tar.gz
mirror://gentoo/${P}-patches-8.tar.bz2

LICENSE=GPL-3+ FDL-1.2+ BSD HPND MIT
SLOT=22
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
IUSE=alsa games gif gtk gzip-el hesiod jpeg kerberos motif png sound source 
tiff toolkit-scroll-bars X Xaw3d +xpm

RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
alsa? ( media-libs/alsa-lib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( =media-libs/libpng-1.4:0= )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
gtk? ( x11-libs/gtk+:2 )
!gtk? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( motif? ( =x11-libs/motif-2.3:0 ) )
)
)

DEPEND=${RDEPEND}
alsa? ( virtual/pkgconfig )
X? ( gtk? ( virtual/pkgconfig ) )
gzip-el? ( app-arch/gzip )

# FULL_VERSION keeps the full version number, which is needed in order to
# determine some path information correctly for copy/move operations later on
FULL_VERSION=${PV}
EMACS_SUFFIX=emacs-${SLOT}
SITEFILE=20${PN}-${SLOT}-gentoo.el

src_prepare() {
EPATCH_SUFFIX=patch epatch

sed -i \
-e s:/usr/lib/crtbegin.o:$(`tc-getCC` 
-print-file-name=crtbegin.o):g \
-e s:/usr/lib/crtend.o:$(`tc-getCC` 
-print-file-name=crtend.o):g \
${S}/src/s/freebsd.h || die unable to sed freebsd.h settings

sed -i -e /^\\.so/s/etags/-${EMACS_SUFFIX}/ etc/ctags.1 \
|| die unable to sed ctags.1

if ! use alsa; then
# ALSA is detected even if not requested by its USE flag.
# Suppress it by supplying pkg-config with a wrong library name.
sed -i -e 

[gentoo-commits] gentoo-x86 commit in app-emacs/magit: ChangeLog magit-1.1.1.ebuild magit-1.0.0.ebuild

2014-05-05 Thread Hans de Graaff (graaff)
graaff  14/05/05 07:13:17

  Modified: ChangeLog
  Removed:  magit-1.1.1.ebuild magit-1.0.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 app-emacs/magit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   31 Jan 2013 18:22:21 -  1.9
+++ ChangeLog   5 May 2014 07:13:17 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/magit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.9 2013/01/31 
18:22:21 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.10 2014/05/05 
07:13:17 graaff Exp $
+
+  05 May 2014; Hans de Graaff gra...@gentoo.org -magit-1.0.0.ebuild,
+  -magit-1.1.1.ebuild:
+  Cleanup.
 
   31 Jan 2013; Sébastien Fabbro bicat...@gentoo.org magit-1.2.0.ebuild:
   Keyworded amd64-linux and x86-linux






[gentoo-commits] gentoo-x86 commit in app-emacs/magit: ChangeLog magit-1.2.0.ebuild

2014-05-05 Thread Hans de Graaff (graaff)
graaff  14/05/05 07:21:06

  Modified: ChangeLog magit-1.2.0.ebuild
  Log:
  Fix HOMEPAGE. Restrict tests since the tests are not included in the archive.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 app-emacs/magit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   5 May 2014 07:13:17 -   1.10
+++ ChangeLog   5 May 2014 07:21:06 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/magit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.10 2014/05/05 
07:13:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.11 2014/05/05 
07:21:06 graaff Exp $
+
+  05 May 2014; Hans de Graaff gra...@gentoo.org magit-1.2.0.ebuild:
+  Fix HOMEPAGE. Restrict tests since the tests are not included in the archive.
 
   05 May 2014; Hans de Graaff gra...@gentoo.org -magit-1.0.0.ebuild,
   -magit-1.1.1.ebuild:



1.3  app-emacs/magit/magit-1.2.0.ebuild

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

Index: magit-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- magit-1.2.0.ebuild  31 Jan 2013 18:22:21 -  1.2
+++ magit-1.2.0.ebuild  5 May 2014 07:21:06 -   1.3
@@ -1,13 +1,13 @@
-# 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-emacs/magit/magit-1.2.0.ebuild,v 1.2 
2013/01/31 18:22:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild,v 1.3 
2014/05/05 07:21:06 graaff Exp $
 
 EAPI=5
 
 inherit elisp
 
 DESCRIPTION=An Emacs mode for GIT
-HOMEPAGE=http://magit.github.com/magit/;
+HOMEPAGE=http://magit.github.io/;
 SRC_URI=http://github.com/downloads/magit/magit/${P}.tar.gz;
 
 LICENSE=GPL-3+ FDL-1.2+
@@ -17,6 +17,8 @@
 
 SITEFILE=50${PN}-gentoo.el
 
+RESTRICT=test
+
 src_compile() {
emake core docs
use contrib  emake contrib






[gentoo-commits] gentoo-x86 commit in media-sound/lmms: lmms-1.0.1.ebuild ChangeLog

2014-05-05 Thread Lars Wendler (polynomial-c)
polynomial-c14/05/05 07:47:38

  Modified: ChangeLog
  Added:lmms-1.0.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.34 media-sound/lmms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   28 Apr 2014 13:48:35 -  1.33
+++ ChangeLog   5 May 2014 07:47:38 -   1.34
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lmms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.33 
2014/04/28 13:48:35 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.34 
2014/05/05 07:47:38 polynomial-c Exp $
+
+*lmms-1.0.1 (05 May 2014)
+
+  05 May 2014; Lars Wendler polynomia...@gentoo.org +lmms-1.0.1.ebuild:
+  Version bump.
 
   28 Apr 2014; Lars Wendler polynomia...@gentoo.org metadata.xml:
   Added further info to metadata.



1.1  media-sound/lmms/lmms-1.0.1.ebuild

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

Index: lmms-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-1.0.1.ebuild,v 1.1 
2014/05/05 07:47:38 polynomial-c Exp $

EAPI=5

inherit eutils cmake-utils

DESCRIPTION=Free alternative to popular programs such as Fruityloops, Cubase 
and Logic
HOMEPAGE=http://lmms.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}-src.tar.bz2

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

IUSE=alsa debug fluidsynth jack ogg portaudio pulseaudio sdl stk vst

RDEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
=media-libs/libsamplerate-0.1.8
=media-libs/libsndfile-1.0.11
sci-libs/fftw:3.0
sys-libs/zlib
=x11-libs/fltk-1.3.0_rc3:1
alsa? ( media-libs/alsa-lib )
fluidsynth? ( media-sound/fluidsynth )
jack? ( =media-sound/jack-audio-connection-kit-0.99.0 )
ogg? ( media-libs/libvorbis
media-libs/libogg )
portaudio? ( =media-libs/portaudio-19_pre )
pulseaudio? ( media-sound/pulseaudio )
sdl? ( media-libs/libsdl
=media-libs/sdl-sound-1.0.1 )
stk? ( media-libs/stk )
vst? ( app-emulation/wine )
DEPEND=${RDEPEND}
=dev-util/cmake-2.4.5
RDEPEND=${RDEPEND}
media-plugins/swh-plugins
media-plugins/caps-plugins
media-plugins/tap-plugins
media-libs/ladspa-cmt

DOCS=README AUTHORS TODO

src_configure() {
mycmakeargs=${mycmakeargs}
-DWANT_SYSTEM_SR=TRUE
-DWANT_CAPS=FALSE
-DWANT_TAP=FALSE
-DWANT_SWH=FALSE
-DWANT_CMT=FALSE
-DWANT_CALF=TRUE
-DCMAKE_INSTALL_LIBDIR=$(get_libdir)
$(cmake-utils_use_want alsa ALSA)
$(cmake-utils_use_want jack JACK)
$(cmake-utils_use_want ogg OGGVORBIS)
$(cmake-utils_use_want portaudio PORTAUDIO)
$(cmake-utils_use_want pulseaudio PULSEAUDIO)
$(cmake-utils_use_want sdl SDL)
$(cmake-utils_use_want stk STK)
$(cmake-utils_use_want vst VST)
$(cmake-utils_use_want fluidsynth SF2)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-wireless/blueman: blueman-9999.ebuild ChangeLog

2014-05-05 Thread Richard Farina (zerochaos)
zerochaos14/05/05 08:22:45

  Modified: ChangeLog
  Added:blueman-.ebuild
  Log:
  initial commit of  ebuild with bluez5 support, if we like it, we can 
snapshot
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.18 net-wireless/blueman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   18 Feb 2014 18:35:17 -  1.17
+++ ChangeLog   5 May 2014 08:22:45 -   1.18
@@ -1,6 +1,14 @@
 # ChangeLog for net-wireless/blueman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v 1.17 
2014/02/18 18:35:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v 1.18 
2014/05/05 08:22:45 zerochaos Exp $
+
+*blueman- (05 May 2014)
+
+  05 May 2014; Rick Farina zeroch...@gentoo.org +blueman-.ebuild,
+  +files/blueman--plugins-conf-file.patch,
+  +files/blueman--set-codeset-for-gettext-to-UTF-8-always.patch:
+  initial commit of  ebuild with bluez5 support, if we like it, we can
+  snapshot
 
   18 Feb 2014; Michał Górny mgo...@gentoo.org blueman-1.21-r1.ebuild,
   blueman-1.23-r1.ebuild, blueman-1.23-r2.ebuild, blueman-1.23.ebuild:



1.1  net-wireless/blueman/blueman-.ebuild

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

Index: blueman-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.1 2014/05/05 08:22:45 zerochaos Exp $

EAPI=5

PYTHON_DEPEND=2:2.7

inherit eutils python gnome2-utils autotools

DESCRIPTION=GTK+ Bluetooth Manager, designed to be simple and intuitive for 
everyday bluetooth tasks.
HOMEPAGE=http://blueman-project.org/;

if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/${PN}-project/${PN}.git;
EGIT_BRANCH=bluez5
KEYWORDS=
else
SRC_URI=http://download.tuxfamily.org/${PN}/${P}.tar.gz;
KEYWORDS=~amd64 ~ppc ~x86
fi

LICENSE=GPL-3
SLOT=0
IUSE=gconf sendto network nls policykit pulseaudio

CDEPEND=dev-libs/glib:2
x11-libs/gtk+:3
x11-libs/startup-notification
dev-python/pygobject:2
=net-wireless/bluez-4.61
x11-libs/libnotify
DEPEND=${CDEPEND}
nls? ( dev-util/intltool sys-devel/gettext )
virtual/pkgconfig
=dev-python/pyrex-0.9.8
RDEPEND=${CDEPEND}
=app-mobilephone/obex-data-server-0.4.4
sys-apps/dbus
dev-python/pygtk
dev-python/notify-python
dev-python/dbus-python
x11-themes/hicolor-icon-theme
gconf? ( dev-python/gconf-python )
sendto? ( gnome-base/nautilus )
network? ( || ( net-dns/dnsmasq
=net-misc/dhcp-3*
=net-misc/networkmanager-0.8 ) )
policykit? ( sys-auth/polkit )
pulseaudio? ( media-sound/pulseaudio )

pkg_setup() {
python_set_active_version 2.7
python_pkg_setup
}

src_prepare() {
# disable pyc compiling
ln -sf $(type -P true) py-compile

sed -i \
-e '/^Encoding/d' \
data/blueman-manager.desktop.in || die sed failed

epatch \
${FILESDIR}/${PN}--plugins-conf-file.patch \

${FILESDIR}/${PN}--set-codeset-for-gettext-to-UTF-8-always.patch
eautoreconf
}

src_configure() {
econf \
--disable-static \
$(use_enable policykit polkit) \
$(use_enable sendto) \
--disable-hal \
$(use_enable nls)
}

src_install() {
default

python_convert_shebangs 2.7 ${D}/usr/bin/blueman-* 
${D}/usr/libexec/blueman-mechanism

rm ${D}/$(python_get_sitedir)/*.la
use sendto  rm ${D}/usr/lib*/nautilus-sendto/plugins/*.la

use gconf || rm 
${D}/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py
use policykit || rm -rf ${D}/usr/share/polkit-1
use pulseaudio || rm 

[gentoo-commits] gentoo-x86 commit in net-wireless/blueman/files: blueman-9999-plugins-conf-file.patch blueman-9999-set-codeset-for-gettext-to-UTF-8-always.patch

2014-05-05 Thread Richard Farina (zerochaos)
zerochaos14/05/05 08:22:45

  Added:blueman--plugins-conf-file.patch

blueman--set-codeset-for-gettext-to-UTF-8-always.patch
  Log:
  initial commit of  ebuild with bluez5 support, if we like it, we can 
snapshot
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.1  
net-wireless/blueman/files/blueman--plugins-conf-file.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/files/blueman--plugins-conf-file.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/files/blueman--plugins-conf-file.patch?rev=1.1content-type=text/plain

Index: blueman--plugins-conf-file.patch
===
diff --git a/blueman/plugins/config/File.py b/blueman/plugins/config/File.py
index 3beccb4..c17fe77 100644
--- a/blueman/plugins/config/File.py
+++ b/blueman/plugins/config/File.py
@@ -22,7 +22,12 @@ signal.signal(signal.SIGHUP, sighandler)
 
 dbus.service.Object.SUPPORTS_MULTIPLE_OBJECT_PATHS = True
 
-cfg_path = os.path.expanduser('~/.config/blueman/blueman.cfg')
+cfg_dir = os.path.expanduser('~/.config/blueman')
+
+if os.environ.has_key('XDG_CONFIG_HOME'):
+cfg_dir = '%s/blueman' % os.environ['XDG_CONFIG_HOME']
+
+cfg_path = '%s/blueman.cfg' % cfg_dir
 
 
 class Monitor(dbus.service.Object):
@@ -77,9 +82,9 @@ class File(ConfigPlugin):
 def on_load(self, section):
 
 if not File.__db__:
-if not os.path.exists(os.path.expanduser('~/.config/blueman')):
+if not os.path.exists(os.path.expanduser(cfg_dir)):
 try:
-os.makedirs(os.path.expanduser('~/.config/blueman'))
+os.makedirs(os.path.expanduser(cfg_dir))
 except:
 pass
 try:



1.1  
net-wireless/blueman/files/blueman--set-codeset-for-gettext-to-UTF-8-always.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/files/blueman--set-codeset-for-gettext-to-UTF-8-always.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/files/blueman--set-codeset-for-gettext-to-UTF-8-always.patch?rev=1.1content-type=text/plain

Index: blueman--set-codeset-for-gettext-to-UTF-8-always.patch
===
diff --git a/apps/blueman-adapters b/apps/blueman-adapters
index e6f1b16..95f6997 100755
--- a/apps/blueman-adapters
+++ b/apps/blueman-adapters
@@ -6,6 +6,7 @@ from gi.repository import Pango
 import os.path
 import sys
 import signal
+from locale import bind_textdomain_codeset
 
 #support running uninstalled
 _dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
@@ -34,6 +35,7 @@ class BluemanAdapters:
 
 builder = Gtk.Builder()
 builder.set_translation_domain(blueman)
+bind_textdomain_codeset(blueman, UTF-8)
 builder.add_from_file(UI_PATH + /adapters.ui)
 self.dialog = builder.get_object(dialog)
 
diff --git a/apps/blueman-assistant b/apps/blueman-assistant
index dc7f18f..47893da 100755
--- a/apps/blueman-assistant
+++ b/apps/blueman-assistant
@@ -16,6 +16,7 @@ import random
 import signal
 import dbus.glib
 from optparse import OptionParser
+from locale import bind_textdomain_codeset
 
 #support running uninstalled
 _dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
@@ -63,6 +64,7 @@ class Assistant(Agent):
 
 self.Builder = Gtk.Builder()
 self.Builder.set_translation_domain(blueman)
+bind_textdomain_codeset(blueman, UTF-8)
 self.Builder.add_from_file(UI_PATH + /assistant.ui)
 self.assistant = self.Builder.get_object(assistant)
 self.assistant.set_title(_(Bluetooth Assistant))
diff --git a/apps/blueman-manager b/apps/blueman-manager
index f31d219..e938601 100755
--- a/apps/blueman-manager
+++ b/apps/blueman-manager
@@ -27,6 +27,7 @@ import dbus, dbus.glib
 from blueman.Constants import *
 import gi
 gi.require_version(Gtk, 3.0)
+from locale import bind_textdomain_codeset
 from gi.repository import Gtk
 from gi.repository import GObject
 from blueman.bluez.BlueZInterface import BlueZInterface
@@ -62,6 +64,7 @@ class Blueman:
 
 self.Builder = Gtk.Builder()
 self.Builder.set_translation_domain(blueman)
+bind_textdomain_codeset(blueman, UTF-8)
 self.Builder.add_from_file(UI_PATH + /manager-main.ui)
 
 self.window = self.Builder.get_object(window)
diff --git a/apps/blueman-sendto b/apps/blueman-sendto
index e72e6ab..ce25926 100755
--- a/apps/blueman-sendto
+++ b/apps/blueman-sendto
@@ -13,6 +13,7 @@ from optparse import OptionParser
 import gettext
 import urllib
 import time
+from locale import bind_textdomain_codeset
 
 from blueman.Constants 

[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-05-05 Thread Michael Palimaka
commit: 83a7f8d04a9bdc96457bc0594d6654d5e01a6ca7
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 08:55:36 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 08:55:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=83a7f8d0

[kde-base/plasma-workspace] Add missing dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index 47e565c..996750c 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -70,6 +70,7 @@ COMMON_DEPEND=
)
 
 RDEPEND=${COMMON_DEPEND}
+   dev-qt/qtquickcontrols:5
!kde-base/freespacenotifier:4
!kde-base/libkworkspace:4
!kde-base/libtaskmanager:4



[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2014-05-05 Thread Michael Palimaka
commit: b8f2691fc74f0c0f85e76c9b2cdc390239aca9f3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 09:35:52 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 09:35:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b8f2691f

[dev-libs/extra-cmake-modules] Version bump.

Package-Manager: portage-2.2.8-r1

---
 .../extra-cmake-modules-0.0.13.ebuild  | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
new file mode 100644
index 000..ec2be14
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION=Extra modules and scripts for CMake
+HOMEPAGE=https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
+SRC_URI=mirror://kde/unstable/frameworks/4.99.0/${P}.tar.xz
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64
+IUSE=doc
+
+DEPEND=
+   app-arch/xz-utils
+   =dev-util/cmake-2.8.12
+   doc? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+   )
+
+
+python_check_deps() {
+   has_version dev-python/sphinx[${PYTHON_USEDEP}]
+}
+
+pkg_setup() {
+   use doc  python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # demos not working
+   local mycmakeargs=(
+   $(cmake-utils_use_build doc HTML_DOCS)
+   $(cmake-utils_use_build doc MAN_DOCS)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/kde:master commit in: profiles/package.mask.d/, profiles/

2014-05-05 Thread Michael Palimaka
commit: 280a5322a022fdc7940d7d8aae9761931f8587cb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 09:31:04 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 09:32:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=280a5322

[profiles/package.mask] Mask KF5 beta 2.

---
 profiles/package.mask  | 64 ++
 profiles/package.mask.d/kf5-beta-2 | 63 +
 2 files changed, 127 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 968a6f3..bd9486a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -70,6 +70,70 @@
 ~kde-frameworks/sonnet-4.98.0
 ~kde-frameworks/threadweaver-4.98.0
 
+# Mask KF5 beta 2 due to being unreleased
+~dev-libs/extra-cmake-modules-0.0.13
+~kde-frameworks/attica-4.99.0
+~kde-frameworks/frameworkintegration-4.99.0
+~kde-frameworks/kactivities-4.99.0
+~kde-frameworks/kapidox-4.99.0
+~kde-frameworks/karchive-4.99.0
+~kde-frameworks/kauth-4.99.0
+~kde-frameworks/kbookmarks-4.99.0
+~kde-frameworks/kcmutils-4.99.0
+~kde-frameworks/kcodecs-4.99.0
+~kde-frameworks/kcompletion-4.99.0
+~kde-frameworks/kconfig-4.99.0
+~kde-frameworks/kconfigwidgets-4.99.0
+~kde-frameworks/kcoreaddons-4.99.0
+~kde-frameworks/kcrash-4.99.0
+~kde-frameworks/kdbusaddons-4.99.0
+~kde-frameworks/kdeclarative-4.99.0
+~kde-frameworks/kded-4.99.0
+~kde-frameworks/kdelibs4support-4.99.0
+~kde-frameworks/kdesignerplugin-4.99.0
+~kde-frameworks/kdesu-4.99.0
+~kde-frameworks/kdewebkit-4.99.0
+~kde-frameworks/kdnssd-4.99.0
+~kde-frameworks/kdoctools-4.99.0
+~kde-frameworks/kemoticons-4.99.0
+~kde-frameworks/kf5umbrella-4.99.0
+~kde-frameworks/kfileaudiopreview-4.99.0
+~kde-frameworks/kglobalaccel-4.99.0
+~kde-frameworks/kguiaddons-4.99.0
+~kde-frameworks/khtml-4.99.0
+~kde-frameworks/ki18n-4.99.0
+~kde-frameworks/kiconthemes-4.99.0
+~kde-frameworks/kidletime-4.99.0
+~kde-frameworks/kimageformats-4.99.0
+~kde-frameworks/kinit-4.99.0
+~kde-frameworks/kio-4.99.0
+~kde-frameworks/kitemmodels-4.99.0
+~kde-frameworks/kitemviews-4.99.0
+~kde-frameworks/kjobwidgets-4.99.0
+~kde-frameworks/kjs-4.99.0
+~kde-frameworks/kjsembed-4.99.0
+~kde-frameworks/kmediaplayer-4.99.0
+~kde-frameworks/knewstuff-4.99.0
+~kde-frameworks/knotifications-4.99.0
+~kde-frameworks/knotifyconfig-4.99.0
+~kde-frameworks/kparts-4.99.0
+~kde-frameworks/kplotting-4.99.0
+~kde-frameworks/kpty-4.99.0
+~kde-frameworks/kross-4.99.0
+~kde-frameworks/krunner-4.99.0
+~kde-frameworks/kservice-4.99.0
+~kde-frameworks/ktexteditor-4.99.0
+~kde-frameworks/ktextwidgets-4.99.0
+~kde-frameworks/kunitconversion-4.99.0
+~kde-frameworks/kwallet-4.99.0
+~kde-frameworks/kwidgetsaddons-4.99.0
+~kde-frameworks/kwindowsystem-4.99.0
+~kde-frameworks/kxmlgui-4.99.0
+~kde-frameworks/plasma-4.99.0
+~kde-frameworks/solid-4.99.0
+~kde-frameworks/sonnet-4.99.0
+~kde-frameworks/threadweaver-4.99.0
+
 # Unreleased
 ~media-fonts/oxygen-fonts-3.95.0
 

diff --git a/profiles/package.mask.d/kf5-beta-2 
b/profiles/package.mask.d/kf5-beta-2
new file mode 100644
index 000..1fb37ae
--- /dev/null
+++ b/profiles/package.mask.d/kf5-beta-2
@@ -0,0 +1,63 @@
+# Mask KF5 beta 2 due to being unreleased
+~dev-libs/extra-cmake-modules-0.0.13
+~kde-frameworks/attica-4.99.0
+~kde-frameworks/frameworkintegration-4.99.0
+~kde-frameworks/kactivities-4.99.0
+~kde-frameworks/kapidox-4.99.0
+~kde-frameworks/karchive-4.99.0
+~kde-frameworks/kauth-4.99.0
+~kde-frameworks/kbookmarks-4.99.0
+~kde-frameworks/kcmutils-4.99.0
+~kde-frameworks/kcodecs-4.99.0
+~kde-frameworks/kcompletion-4.99.0
+~kde-frameworks/kconfig-4.99.0
+~kde-frameworks/kconfigwidgets-4.99.0
+~kde-frameworks/kcoreaddons-4.99.0
+~kde-frameworks/kcrash-4.99.0
+~kde-frameworks/kdbusaddons-4.99.0
+~kde-frameworks/kdeclarative-4.99.0
+~kde-frameworks/kded-4.99.0
+~kde-frameworks/kdelibs4support-4.99.0
+~kde-frameworks/kdesignerplugin-4.99.0
+~kde-frameworks/kdesu-4.99.0
+~kde-frameworks/kdewebkit-4.99.0
+~kde-frameworks/kdnssd-4.99.0
+~kde-frameworks/kdoctools-4.99.0
+~kde-frameworks/kemoticons-4.99.0
+~kde-frameworks/kf5umbrella-4.99.0
+~kde-frameworks/kfileaudiopreview-4.99.0
+~kde-frameworks/kglobalaccel-4.99.0
+~kde-frameworks/kguiaddons-4.99.0
+~kde-frameworks/khtml-4.99.0
+~kde-frameworks/ki18n-4.99.0
+~kde-frameworks/kiconthemes-4.99.0
+~kde-frameworks/kidletime-4.99.0
+~kde-frameworks/kimageformats-4.99.0
+~kde-frameworks/kinit-4.99.0
+~kde-frameworks/kio-4.99.0
+~kde-frameworks/kitemmodels-4.99.0
+~kde-frameworks/kitemviews-4.99.0
+~kde-frameworks/kjobwidgets-4.99.0
+~kde-frameworks/kjs-4.99.0
+~kde-frameworks/kjsembed-4.99.0
+~kde-frameworks/kmediaplayer-4.99.0
+~kde-frameworks/knewstuff-4.99.0
+~kde-frameworks/knotifications-4.99.0
+~kde-frameworks/knotifyconfig-4.99.0
+~kde-frameworks/kparts-4.99.0
+~kde-frameworks/kplotting-4.99.0
+~kde-frameworks/kpty-4.99.0
+~kde-frameworks/kross-4.99.0

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2014-05-05 Thread Michael Palimaka
commit: 272c1d9e6ff28697f0ce466fc5ed6f2fff9239eb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 09:51:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 09:51:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=272c1d9e

[sets] Remove kf5umbrella.

It is no longer released upstream due to being obsoleted by changes
in ECM.

---
 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live | 1 -
 Documentation/package.accept_keywords/kde-frameworks-5.0.keywords| 1 -
 Documentation/package.accept_keywords/kde-frameworks-live.keywords   | 1 -
 Documentation/package.mask/kde-frameworks-5.0| 1 -
 Documentation/package.mask/kde-frameworks-live   | 1 -
 Documentation/package.unmask/kde-frameworks-5.0  | 1 -
 Documentation/package.unmask/kde-frameworks-live | 1 -
 sets/kde-frameworks  | 1 -
 sets/kde-frameworks-5.0  | 1 -
 sets/kde-frameworks-live | 1 -
 10 files changed, 10 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index 8bd6a6e..6dc1e24 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -22,7 +22,6 @@
 ~kde-frameworks/kdnssd- **
 ~kde-frameworks/kdoctools- **
 ~kde-frameworks/kemoticons- **
-~kde-frameworks/kf5umbrella- **
 ~kde-frameworks/kfileaudiopreview- **
 ~kde-frameworks/kglobalaccel- **
 ~kde-frameworks/kguiaddons- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords
index 2c2cc1f..4d36cad 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords
@@ -25,7 +25,6 @@
 kde-frameworks/kdnssd-5.0.50
 kde-frameworks/kdoctools-5.0.50
 kde-frameworks/kemoticons-5.0.50
-kde-frameworks/kf5umbrella-5.0.50
 kde-frameworks/kfileaudiopreview-5.0.50
 kde-frameworks/kglobalaccel-5.0.50
 kde-frameworks/kguiaddons-5.0.50

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index 7f2802f..a3e9ac1 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -25,7 +25,6 @@
 ~kde-frameworks/kdnssd- **
 ~kde-frameworks/kdoctools- **
 ~kde-frameworks/kemoticons- **
-~kde-frameworks/kf5umbrella- **
 ~kde-frameworks/kfileaudiopreview- **
 ~kde-frameworks/kglobalaccel- **
 ~kde-frameworks/kguiaddons- **

diff --git a/Documentation/package.mask/kde-frameworks-5.0 
b/Documentation/package.mask/kde-frameworks-5.0
index bc3459d..e40aec4 100644
--- a/Documentation/package.mask/kde-frameworks-5.0
+++ b/Documentation/package.mask/kde-frameworks-5.0
@@ -25,7 +25,6 @@
 kde-frameworks/kdnssd-5.0.50
 kde-frameworks/kdoctools-5.0.50
 kde-frameworks/kemoticons-5.0.50
-kde-frameworks/kf5umbrella-5.0.50
 kde-frameworks/kfileaudiopreview-5.0.50
 kde-frameworks/kglobalaccel-5.0.50
 kde-frameworks/kguiaddons-5.0.50

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index 74ebb18..cfb7380 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -25,7 +25,6 @@
 ~kde-frameworks/kdnssd-
 ~kde-frameworks/kdoctools-
 ~kde-frameworks/kemoticons-
-~kde-frameworks/kf5umbrella-
 ~kde-frameworks/kfileaudiopreview-
 ~kde-frameworks/kglobalaccel-
 ~kde-frameworks/kguiaddons-

diff --git a/Documentation/package.unmask/kde-frameworks-5.0 
b/Documentation/package.unmask/kde-frameworks-5.0
index bc3459d..e40aec4 100644
--- a/Documentation/package.unmask/kde-frameworks-5.0
+++ b/Documentation/package.unmask/kde-frameworks-5.0
@@ -25,7 +25,6 @@
 kde-frameworks/kdnssd-5.0.50
 kde-frameworks/kdoctools-5.0.50
 kde-frameworks/kemoticons-5.0.50
-kde-frameworks/kf5umbrella-5.0.50
 kde-frameworks/kfileaudiopreview-5.0.50
 kde-frameworks/kglobalaccel-5.0.50
 kde-frameworks/kguiaddons-5.0.50

diff --git a/Documentation/package.unmask/kde-frameworks-live 
b/Documentation/package.unmask/kde-frameworks-live
index 74ebb18..cfb7380 100644
--- a/Documentation/package.unmask/kde-frameworks-live
+++ b/Documentation/package.unmask/kde-frameworks-live
@@ -25,7 +25,6 @@
 ~kde-frameworks/kdnssd-
 ~kde-frameworks/kdoctools-
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kf5umbrella/

2014-05-05 Thread Michael Palimaka
commit: b14090e793de1caed1d0532eae2cf7e33b5facb8
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 09:52:32 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 09:52:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b14090e7

[kde-frameworks/kf5umbrella] Remove package.

It is no longer released upstream due to being obsoleted by changes
in ECM.

---
 kde-frameworks/kf5umbrella/kf5umbrella-4.98.0.ebuild | 14 --
 kde-frameworks/kf5umbrella/kf5umbrella-.ebuild   | 14 --
 kde-frameworks/kf5umbrella/metadata.xml  |  5 -
 3 files changed, 33 deletions(-)

diff --git a/kde-frameworks/kf5umbrella/kf5umbrella-4.98.0.ebuild 
b/kde-frameworks/kf5umbrella/kf5umbrella-4.98.0.ebuild
deleted file mode 100644
index bea0cde..000
--- a/kde-frameworks/kf5umbrella/kf5umbrella-4.98.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_DEBUG=false
-KDE_TEST=false
-inherit kde5
-
-DESCRIPTION=CMake files that simplify the code needed to find KDE Frameworks
-LICENSE=BSD
-KEYWORDS= ~amd64
-IUSE=

diff --git a/kde-frameworks/kf5umbrella/kf5umbrella-.ebuild 
b/kde-frameworks/kf5umbrella/kf5umbrella-.ebuild
deleted file mode 100644
index 33c1f1d..000
--- a/kde-frameworks/kf5umbrella/kf5umbrella-.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_DEBUG=false
-KDE_TEST=false
-inherit kde5
-
-DESCRIPTION=CMake files that simplify the code needed to find KDE Frameworks
-LICENSE=BSD
-KEYWORDS=
-IUSE=

diff --git a/kde-frameworks/kf5umbrella/metadata.xml 
b/kde-frameworks/kf5umbrella/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/kde-frameworks/kf5umbrella/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   herdkde/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: nm-applet-0.9.8.8-r2.ebuild nm-applet-0.9.8.10-r1.ebuild ChangeLog nm-applet-0.9.8.8-r1.ebuild nm-applet-0.9.8.10.ebuild

2014-05-05 Thread Richard Farina (zerochaos)
zerochaos14/05/05 10:02:28

  Modified: ChangeLog
  Added:nm-applet-0.9.8.8-r2.ebuild
nm-applet-0.9.8.10-r1.ebuild
  Removed:  nm-applet-0.9.8.8-r1.ebuild
nm-applet-0.9.8.10.ebuild
  Log:
  adding missing dep which would cause runtime failure, permission from Eva
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key DD11F94A)

Revision  ChangesPath
1.118gnome-extra/nm-applet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.117r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   27 Apr 2014 17:22:28 -  1.117
+++ ChangeLog   5 May 2014 10:02:27 -   1.118
@@ -1,6 +1,14 @@
 # ChangeLog for gnome-extra/nm-applet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.117 
2014/04/27 17:22:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.118 
2014/05/05 10:02:27 zerochaos Exp $
+
+*nm-applet-0.9.8.8-r2 (05 May 2014)
+*nm-applet-0.9.8.10-r1 (05 May 2014)
+
+  05 May 2014; Rick Farina zeroch...@gentoo.org 
+nm-applet-0.9.8.10-r1.ebuild,
+  +nm-applet-0.9.8.8-r2.ebuild, -nm-applet-0.9.8.10.ebuild,
+  -nm-applet-0.9.8.8-r1.ebuild:
+  adding missing dep which would cause runtime failure, permission from Eva
 
 *nm-applet-0.9.8.10 (27 Apr 2014)
 



1.1  gnome-extra/nm-applet/nm-applet-0.9.8.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8-r2.ebuild?rev=1.1content-type=text/plain

Index: nm-applet-0.9.8.8-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8-r2.ebuild,v 1.1 
2014/05/05 10:02:27 zerochaos Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
GNOME_ORG_MODULE=network-manager-applet

inherit eutils gnome2

DESCRIPTION=GNOME applet for NetworkManager
HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager;

LICENSE=GPL-2+
SLOT=0
IUSE=bluetooth gconf +introspection modemmanager
KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86

RDEPEND=
app-crypt/libsecret
=dev-libs/glib-2.26:2
=dev-libs/dbus-glib-0.88
=sys-apps/dbus-1.4.1
=sys-auth/polkit-0.96-r1
=x11-libs/gtk+-3:3[introspection?]
=x11-libs/libnotify-0.7.0

app-text/iso-codes
=net-misc/networkmanager-0.9.8[introspection?]
net-misc/mobile-broadband-provider-info

bluetooth? ( =net-wireless/gnome-bluetooth-2.27.6:= )
gconf? (
=gnome-base/gconf-2.20:2
gnome-base/libgnome-keyring )
introspection? ( =dev-libs/gobject-introspection-0.9.6 )
modemmanager? ( =net-misc/modemmanager-0.7.990 )
virtual/freedesktop-icon-theme
virtual/notification-daemon
virtual/udev[gudev]

DEPEND=${RDEPEND}
virtual/pkgconfig
=dev-util/intltool-0.40


src_configure() {
gnome2_src_configure \
--with-gtkver=3 \
--disable-more-warnings \
--disable-static \
--localstatedir=/var \
$(use_with bluetooth) \
$(use_enable gconf migration) \
$(use_enable introspection) \
$(use_with modemmanager modem-manager-1)
}

src_prepare() {
# Revert libnm-gtk: default to system CA certificates for validation 
for new connections
# bug #497296 (from 'master')
epatch ${FILESDIR}/${PN}-0.9.8.8-revert-ca-certificates.patch

gnome2_src_prepare
}



1.1  gnome-extra/nm-applet/nm-applet-0.9.8.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.10-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.10-r1.ebuild?rev=1.1content-type=text/plain

Index: nm-applet-0.9.8.10-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# 

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

2014-05-05 Thread Ian Delaney (idella4)
idella4 14/05/05 10:09:16

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



[gentoo-commits] proj/kde:master commit in: eclass/

2014-05-05 Thread Michael Palimaka
commit: e982ad4bee2a90db7dd4067da46c21f6e627e051
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 10:18:18 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 10:18:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e982ad4b

[eclass] Handle frameworks porting aids being moved upstream.

---
 eclass/kde5.eclass | 13 +
 1 file changed, 13 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1b5bd47..f904567 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -162,6 +162,19 @@ _calculate_src_uri() {
_kmname=${PN}
fi
 
+   case ${PN} in
+   kdelibs4support | \
+   kfileaudiopreview | \
+   khtml | \
+   kjs | \
+   kjsembed | \
+   kmediaplayer | \
+   kross | \
+   krunner)
+   _kmname=portingAids/${_kmname}
+   ;;
+   esac
+
DEPEND+= app-arch/xz-utils
SRC_URI=mirror://kde/unstable/frameworks/${PV}/${_kmname}-${PV}.tar.xz
 }



[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-commander: gnome-commander-1.4.1.ebuild ChangeLog

2014-05-05 Thread Markos Chandras (hwoarang)
hwoarang14/05/05 10:25:44

  Modified: gnome-commander-1.4.1.ebuild ChangeLog
  Log:
  Switch to python-single-r1 to avoid builds with python3. TThanks to Uwe 
Scholz u.schol...@gmx.de on bug #509574
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild?r1=1.1r2=1.2

Index: gnome-commander-1.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-commander-1.4.1.ebuild3 May 2014 22:29:26 -   1.1
+++ gnome-commander-1.4.1.ebuild5 May 2014 10:25:44 -   1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild,v
 1.1 2014/05/03 22:29:26 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild,v
 1.2 2014/05/05 10:25:44 hwoarang Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils gnome2 python-r1
+inherit eutils gnome2 python-single-r1
 
 DESCRIPTION=A full featured, twin-panel file manager for Gnome2
 HOMEPAGE=http://gcmd.github.io/;



1.2  gnome-extra/gnome-commander/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 May 2014 22:29:26 -   1.1
+++ ChangeLog   5 May 2014 10:25:44 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/gnome-commander
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.1 
2014/05/03 22:29:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.2 
2014/05/05 10:25:44 hwoarang Exp $
+
+  05 May 2014; Markos Chandras hwoar...@gentoo.org
+  gnome-commander-1.4.1.ebuild:
+  Switch to python-single-r1 to avoid builds with python3. TThanks to Uwe 
Scholz
+  u.schol...@gmx.de on bug #509574
 
 *gnome-commander-1.4.1 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/asymptote/files: asymptote-2.27-xdg-utils.patch asymptote-2.27-configure-ac.patch asymptote-2.27-info.patch asymptote-2.23-info.patch asymptote-2.23-xdg

2014-05-05 Thread Andrey Grozin (grozin)
grozin  14/05/05 10:28:41

  Added:asymptote-2.27-xdg-utils.patch
asymptote-2.27-configure-ac.patch
asymptote-2.27-info.patch
  Removed:  asymptote-2.23-info.patch
asymptote-2.23-xdg-utils.patch
asymptote-2.23-configure-ac.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.1  media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch?rev=1.1content-type=text/plain

Index: asymptote-2.27-xdg-utils.patch
===
Index: asymptote-2.27/settings.cc
===
--- asymptote-2.27.orig/settings.cc
+++ asymptote-2.27/settings.cc
@@ -90,15 +90,15 @@ bool msdos=false;
 string HOME=HOME;
 string docdir=ASYMPTOTE_DOCDIR;
 const char pathSeparator=':';
-string defaultPSViewer=gv;
+string defaultPSViewer=xdg-open;
 #ifdef __APPLE__
 string defaultPDFViewer=open;
 #else  
-string defaultPDFViewer=acroread;
+string defaultPDFViewer=xdg-open;
 #endif  
 string defaultGhostscript=gs;
 string defaultGhostscriptLibrary=/usr/lib/libgs.so;
-string defaultDisplay=display;
+string defaultDisplay=xdg-open;
 string defaultAnimate=animate;
 void queryRegistry() {}
 const string dirsep=/;



1.1  media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch?rev=1.1content-type=text/plain

Index: asymptote-2.27-configure-ac.patch
===
Index: asymptote-2.27/configure.ac
===
--- asymptote-2.27.orig/configure.ac
+++ asymptote-2.27/configure.ac
@@ -155,7 +155,7 @@ if test x$ac_cv_use_gc != xno ; then
   fi
   CPPFLAGS_SAVE=$CPPFLAGS
   CPPFLAGS=$CPPFLAGS $INCL
-  AC_CHECK_HEADER(gc.h,
+  AC_CHECK_HEADER([gc/gc.h],
AC_CHECK_LIB([gc],[GC_malloc],[
  LIBS=$LIBS-lgc 
  AC_MSG_NOTICE([enabling system $GCNAME])],[
@@ -229,7 +229,17 @@ AC_MSG_ERROR([*** Please install libm on
 AC_CHECK_LIB([z], [deflate],,
 AC_MSG_ERROR([*** Please install libz or zlib-devel on your system ***]))
 AX_PTHREAD
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
+
+AC_ARG_WITH(sigsegv,
+   [  --with-sigsegv  use libsigsegv],
+   [with_sigsegv=$withval],
+   [with_sigsegv=no])
+if test $with_sigsegv = yes; then
+AC_CHECK_HEADER([sigsegv.h],
+   AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
+   AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
+fi
+
 AC_CHECK_LIB([rt], [sched_yield])
 
 AC_ARG_ENABLE(readline,



1.1  media-gfx/asymptote/files/asymptote-2.27-info.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-info.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-info.patch?rev=1.1content-type=text/plain

Index: asymptote-2.27-info.patch
===
Index: asymptote-2.27/doc/asymptote.texi
===
--- asymptote-2.27.orig/doc/asymptote.texi
+++ asymptote-2.27/doc/asymptote.texi
@@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
  
 @dircategory Languages
 @direntry
-* asymptote: (asymptote/asymptote). Vector graphics language.
+* asymptote: (asymptote). Vector graphics language.
 @end direntry
 
 @titlepage






[gentoo-commits] gentoo-x86 commit in media-gfx/asymptote: asymptote-2.27.ebuild ChangeLog asymptote-2.23.ebuild

2014-05-05 Thread Andrey Grozin (grozin)
grozin  14/05/05 10:28:41

  Modified: ChangeLog
  Added:asymptote-2.27.ebuild
  Removed:  asymptote-2.23.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.108media-gfx/asymptote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   9 Mar 2014 14:26:45 -   1.107
+++ ChangeLog   5 May 2014 10:28:41 -   1.108
@@ -1,6 +1,15 @@
 # ChangeLog for media-gfx/asymptote
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.107 
2014/03/09 14:26:45 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.108 
2014/05/05 10:28:41 grozin Exp $
+
+*asymptote-2.27 (05 May 2014)
+
+  05 May 2014; Andrey Grozin gro...@gentoo.org -asymptote-2.23.ebuild,
+  +asymptote-2.27.ebuild, -files/asymptote-2.23-configure-ac.patch,
+  -files/asymptote-2.23-info.patch, -files/asymptote-2.23-xdg-utils.patch,
+  +files/asymptote-2.27-configure-ac.patch, +files/asymptote-2.27-info.patch,
+  +files/asymptote-2.27-xdg-utils.patch:
+  Version bump
 
   09 Mar 2014; Andrey Grozin gro...@gentoo.org asymptote-2.24.ebuild:
   pdf generation depends on =dev-texlive/texlive-latexextra-2013, bug #481076



1.1  media-gfx/asymptote/asymptote-2.27.ebuild

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

Index: asymptote-2.27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.27.ebuild,v 
1.1 2014/05/05 10:28:41 grozin Exp $

EAPI=4
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND=python? 2
RESTRICT_PYTHON_ABIS=3.*
inherit eutils autotools elisp-common latex-package multilib python

DESCRIPTION=A vector graphics language that provides a framework for technical 
drawing
HOMEPAGE=http://asymptote.sourceforge.net/;
SRC_URI=mirror://sourceforge/asymptote/${P}.src.tgz
LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg vim-syntax X
REQUIRED_USE=offscreen? ( opengl )

RDEPEND==sys-libs/readline-4.3-r5
=sys-libs/ncurses-5.4-r5
imagemagick? ( media-gfx/imagemagick[png] )
opengl? ( =media-libs/mesa-8 )
offscreen? ( media-libs/mesa[osmesa] )
svg? ( app-text/dvisvgm )
sigsegv? ( dev-libs/libsigsegv )
boehm-gc? ( =dev-libs/boehm-gc-7.0[cxx,threads] )
fftw? ( =sci-libs/fftw-3.0.1 )
gsl? ( sci-libs/gsl )
X? ( x11-misc/xdg-utils dev-lang/python virtual/python-imaging[tk] )
latex? ( virtual/latex-base =dev-texlive/texlive-latexextra-2013 )
emacs? ( virtual/emacs )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
DEPEND=${RDEPEND}
doc? ( dev-lang/perl virtual/texi2dvi virtual/latex-base 
media-gfx/imagemagick[png] )

TEXMF=/usr/share/texmf-site

src_prepare() {
# Fixing sigsegv enabling
epatch ${FILESDIR}/${P}-configure-ac.patch
einfo Patching configure.ac
sed -e s:Datadir/doc/asymptote:Datadir/doc/${PF}: \
-i configure.ac \
|| die sed configure.ac failed

# Changing pdf, ps, image viewers to xdg-open
epatch ${FILESDIR}/${P}-xdg-utils.patch

# Bug #322473
epatch ${FILESDIR}/${P}-info.patch

eautoreconf
}

src_configure() {
# for the CPPFLAGS see
# 
http://sourceforge.net/forum/forum.php?thread_id=1683277forum_id=409349
econf CPPFLAGS=-DHAVE_SYS_TYPES_H \
CFLAGS=${CXXFLAGS} \
--disable-gc-debug \
$(use_enable boehm-gc gc system) \
$(use_enable fftw) \
$(use_enable gsl) \
$(use_enable opengl gl) \
$(use_enable offscreen) \
$(use_with sigsegv)
}

src_compile() {
emake

cd doc
emake asy.1
if use doc; then
# info
 

[gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-14.05.ebuild fotoxx-14.02.2.ebuild

2014-05-05 Thread Andrey Grozin (grozin)
grozin  14/05/05 11:17:23

  Modified: ChangeLog
  Added:fotoxx-14.05.ebuild
  Removed:  fotoxx-14.02.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.62 media-gfx/fotoxx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   2 Apr 2014 16:28:07 -   1.61
+++ ChangeLog   5 May 2014 11:17:23 -   1.62
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/fotoxx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.61 
2014/04/02 16:28:07 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.62 
2014/05/05 11:17:23 grozin Exp $
+
+*fotoxx-14.05 (05 May 2014)
+
+  05 May 2014; Andrey Grozin gro...@gentoo.org -fotoxx-14.02.2.ebuild,
+  +fotoxx-14.05.ebuild, -files/fotoxx-14.02.2.patch, +files/fotoxx-14.05.patch:
+  Version bump
 
 *fotoxx-14.04 (02 Apr 2014)
 



1.1  media-gfx/fotoxx/fotoxx-14.05.ebuild

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

Index: fotoxx-14.05.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-14.05.ebuild,v 1.1 
2014/05/05 11:17:23 grozin Exp $

EAPI=4

inherit eutils toolchain-funcs fdo-mime

DESCRIPTION=Program for improving image files made with a digital camera
HOMEPAGE=http://www.kornelix.com/fotoxx.html;
SRC_URI=http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz;

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

DEPEND=
x11-libs/gtk+:3
media-libs/libpng
media-libs/tiff
media-libs/lcms:2
RDEPEND=${DEPEND}
media-libs/exiftool
media-gfx/ufraw[gtk]
media-gfx/dcraw
x11-misc/xdg-utils

src_prepare() {
epatch ${FILESDIR}/${PF}.patch
}

src_compile() {
tc-export CXX
emake
}

src_install() {
# For the Help menu items to work, *.html must be in 
/usr/share/doc/${PF},
# and README, changelog, translations, edit-menus, KB-shortcuts must 
not be compressed
emake DESTDIR=${D} install
newmenu desktop ${PN}.desktop
rm -f ${D}/usr/share/doc/${PF}/*.man
docompress -x /usr/share/doc
}

pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}






[gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-14.05.patch fotoxx-14.02.2.patch

2014-05-05 Thread Andrey Grozin (grozin)
grozin  14/05/05 11:17:23

  Added:fotoxx-14.05.patch
  Removed:  fotoxx-14.02.2.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.1  media-gfx/fotoxx/files/fotoxx-14.05.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-14.05.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-14.05.patch?rev=1.1content-type=text/plain

Index: fotoxx-14.05.patch
===
diff -r -U1 fotoxx-14.05.orig/Makefile fotoxx-14.05/Makefile
--- fotoxx-14.05.orig/Makefile  2014-05-01 02:17:41.0 +0700
+++ fotoxx-14.05/Makefile   2014-05-05 21:46:49.059555103 +0700
@@ -5,5 +5,4 @@
 # defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O2 -Wall -ggdb 
-
-LDFLAGS ?= -rdynamic 
+CXXFLAGS += -Wall -Wno-deprecated-declarations
+LDFLAGS += -rdynamic
 PREFIX ?= /usr
@@ -16,3 +15,3 @@
 LOCALESDIR = $(SHAREDIR)/locales
-DOCDIR = $(PREFIX)/share/doc/fotoxx
+DOCDIR = $(PREFIX)/share/doc/$(PF)
 MANDIR = $(PREFIX)/share/man/man1
@@ -20,4 +19,4 @@
 
-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
-LIBS = `pkg-config --libs gtk+-3.0`
+CFLAGS = $(CXXFLAGS) -c -DPF=\$(PF)\ `pkg-config --cflags gtk+-3.0`
+LIBS = `pkg-config --libs gtk+-3.0` -lpthread
 
@@ -79,3 +78,2 @@
rm -f  $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-   xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f  $(DESTDIR)$(MENUFILE)
@@ -99,6 +97,2 @@
rm -f fotoxx.1.gz
-   # menu (desktop) file
-   cp -f desktop $(DESTDIR)$(MENUFILE)
-   chmod +x $(DESTDIR)$(MENUFILE)
-   xdg-desktop-menu install --novendor $(DESTDIR)$(MENUFILE)
 
@@ -109,3 +103,2 @@
rm -f  $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-   xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f  $(DESTDIR)$(MENUFILE)
diff -r -U1 fotoxx-14.05.orig/zfuncs.cc fotoxx-14.05/zfuncs.cc
--- fotoxx-14.05.orig/zfuncs.cc 2014-05-01 02:17:41.0 +0700
+++ fotoxx-14.05/zfuncs.cc  2014-05-05 21:48:23.160551146 +0700
@@ -3995,3 +3995,3 @@
strncatv(zlocalesdir,199,work,/share/,zappname,/locales,null);  //  
/prefix/share/appname/locales
-   strncatv(zdocdir,199,work,/share/doc/,zappname,null); //  
/prefix/share/doc/appname
+   strncatv(zdocdir,199,work,/share/doc/,PF,null);   //  
/prefix/share/doc/$(PF)







[gentoo-commits] gentoo-x86 commit in sys-apps/paxctl: paxctl-0.8.ebuild ChangeLog paxctl-0.5.ebuild paxctl-0.4.ebuild paxctl-0.7-r1.ebuild

2014-05-05 Thread Anthony G. Basile (blueness)
blueness14/05/05 12:20:33

  Modified: ChangeLog
  Added:paxctl-0.8.ebuild
  Removed:  paxctl-0.5.ebuild paxctl-0.4.ebuild
paxctl-0.7-r1.ebuild
  Log:
  Version bump, remove older
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.53 sys-apps/paxctl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   27 Aug 2012 17:43:30 -  1.52
+++ ChangeLog   5 May 2014 12:20:33 -   1.53
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/paxctl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.52 2012/08/27 
17:43:30 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.53 2014/05/05 
12:20:33 blueness Exp $
+
+*paxctl-0.8 (05 May 2014)
+
+  05 May 2014; Anthony G. Basile bluen...@gentoo.org +paxctl-0.8.ebuild,
+  -paxctl-0.4.ebuild, -paxctl-0.5.ebuild, -paxctl-0.7-r1.ebuild:
+  Version bump, remove older
 
   27 Aug 2012; Raúl Porcel armi...@gentoo.org paxctl-0.7-r2.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #429202
@@ -189,4 +195,3 @@
   and the newer ET_DYN kind (older PaX releases referred to the latter
   as ET_DYN executables, these days they are called Position Independent
   Executables or PIEs for short).
-



1.1  sys-apps/paxctl/paxctl-0.8.ebuild

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

Index: paxctl-0.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild,v 1.1 
2014/05/05 12:20:33 blueness Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION=Manages various PaX related program header flags for Elf32, Elf64, 
binaries
SRC_URI=http://pax.grsecurity.net/${P}.tar.gz;
HOMEPAGE=http://pax.grsecurity.net;

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux
IUSE=
LICENSE=GPL-2
SLOT=0

DEPEND==sys-devel/binutils-2.14.90.0.8-r1
RDEPEND=

src_prepare() {
sed \
s:--owner 0 --group 0::g \
-i Makefile || die
}

src_compile() {
emake \
CC=$(tc-getCC) \
CFLAGS=${CFLAGS} \
LDFLAGS=${LDFLAGS}
}

src_install () {
emake DESTDIR=${ED} install
dodoc README ChangeLog
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.13.10.ebuild ChangeLog

2014-05-05 Thread Anthony G. Basile (blueness)
blueness14/05/05 12:21:36

  Modified: ChangeLog
  Added:hardened-sources-3.13.10.ebuild
  Log:
  Restore 3.13.10 for Nikoli
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1039   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1038
retrieving revision 1.1039
diff -u -r1.1038 -r1.1039
--- ChangeLog   3 May 2014 12:51:34 -   1.1038
+++ ChangeLog   5 May 2014 12:21:36 -   1.1039
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1038 2014/05/03 12:51:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1039 2014/05/05 12:21:36 blueness Exp $
+
+*hardened-sources-3.13.10 (05 May 2014)
+
+  05 May 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.13.10.ebuild:
+  Restore 3.13.10 for Nikoli
 
   03 May 2014; Anthony G. Basile bluen...@gentoo.org
   -hardened-sources-3.13.10.ebuild, -hardened-sources-3.13.8-r1.ebuild,



1.3  sys-kernel/hardened-sources/hardened-sources-3.13.10.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-java/java-sdk-docs: java-sdk-docs-1.7.0.25.ebuild ChangeLog

2014-05-05 Thread Tom Wijsman (tomwij)
tomwij  14/05/05 12:28:46

  Modified: ChangeLog
  Added:java-sdk-docs-1.7.0.25.ebuild
  Log:
  Restore java-sdk-dos:1.7 stable ebuild, fixes bug #509582.
  
  (Portage version: HEAD/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 6D34E57D)

Revision  ChangesPath
1.100dev-java/java-sdk-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   4 May 2014 20:32:07 -   1.99
+++ ChangeLog   5 May 2014 12:28:46 -   1.100
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/java-sdk-docs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.99 
2014/05/04 20:32:07 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.100 
2014/05/05 12:28:46 tomwij Exp $
+
+*java-sdk-docs-1.7.0.25 (05 May 2014)
+
+  05 May 2014; Tom Wijsman tom...@gentoo.org +java-sdk-docs-1.7.0.25.ebuild:
+  Restore java-sdk-dos:1.7 stable ebuild, fixes bug #509582.
 
 *java-sdk-docs-1.8.0.5 (04 May 2014)
 



1.4  dev-java/java-sdk-docs/java-sdk-docs-1.7.0.25.ebuild

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







[gentoo-commits] proj/kde:master commit in: kde-base/korundum/

2014-05-05 Thread Johannes Huber
commit: 35d66fdd52e8eb55bdf0001a9d2f838149d84196
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 12:44:24 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 12:44:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=35d66fdd

[kde-base/korundum] Introduce nepomuk USE flag, bug #508350

* Was a hard dependency in former releases, builds without it nowadays.

Package-Manager: portage-2.2.10

---
 kde-base/korundum/korundum-4.13.49..ebuild | 10 --
 kde-base/korundum/korundum-4..ebuild   | 10 --
 kde-base/korundum/metadata.xml | 13 +++--
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/kde-base/korundum/korundum-4.13.49..ebuild 
b/kde-base/korundum/korundum-4.13.49..ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4.13.49..ebuild
+++ b/kde-base/korundum/korundum-4.13.49..ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION=KDE Ruby bindings
 KEYWORDS=
-IUSE=akonadi debug kate okular
+IUSE=akonadi debug kate nepomuk okular
 HOMEPAGE=http://techbase.kde.org/Development/Languages/Ruby;
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this 
stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND=
$(add_kdebase_dep qtruby)
-   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
$(add_kdebase_dep smokeqt)
 
 RDEPEND=${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
-DRUBY_EXECUTABLE=${RUBY}
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
+   $(cmake-utils_use_with nepomuk)
+   $(cmake-utils_use_with nepomuk Soprano)
$(cmake-utils_use_disable kate)
$(cmake-utils_use_with okular)
)

diff --git a/kde-base/korundum/korundum-4..ebuild 
b/kde-base/korundum/korundum-4..ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4..ebuild
+++ b/kde-base/korundum/korundum-4..ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION=KDE Ruby bindings
 KEYWORDS=
-IUSE=akonadi debug kate okular
+IUSE=akonadi debug kate nepomuk okular
 HOMEPAGE=http://techbase.kde.org/Development/Languages/Ruby;
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this 
stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND=
$(add_kdebase_dep qtruby)
-   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
$(add_kdebase_dep smokeqt)
 
 RDEPEND=${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
-DRUBY_EXECUTABLE=${RUBY}
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
+   $(cmake-utils_use_with nepomuk)
+   $(cmake-utils_use_with nepomuk Soprano)
$(cmake-utils_use_disable kate)
$(cmake-utils_use_with okular)
)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index a292d0e..e1adab3 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -1,10 +1,11 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdkde/herd
-use
-   flag name=akonadiCompile bindings for Akonadi./flag
-   flag name=kateCompile bindings for KDE Advanced Text Editor./flag
-   flag name=okularCompile bindings for 
pkgkde-base/okular/pkg./flag
-/use
+   herdkde/herd
+   use
+   flag name=akonadiCompile bindings for Akonadi/flag
+   flag name=kateCompile bindings for KDE Advanced Text 
Editor/flag
+   flag name=nepomukCompile bindings for Nepomuk/flag
+   flag name=okularCompile bindings for 
pkgkde-base/okular/pkg/flag
+   /use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: media-video/kamoso/

2014-05-05 Thread Johannes Huber
commit: d28869e3bb57d88ec6f5785051383f919c7e1712
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 13:14:21 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 13:14:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d28869e3

[media-video/kamoso] Introduce nepomuk USE flag, bug #508350

Package-Manager: portage-2.2.10

---
 media-video/kamoso/kamoso-.ebuild | 14 --
 media-video/kamoso/metadata.xml   |  3 +++
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/media-video/kamoso/kamoso-.ebuild 
b/media-video/kamoso/kamoso-.ebuild
index 8a2413c..53fbbe5 100644
--- a/media-video/kamoso/kamoso-.ebuild
+++ b/media-video/kamoso/kamoso-.ebuild
@@ -12,12 +12,22 @@ 
HOMEPAGE=http://projects.kde.org/projects/extragear/multimedia/kamoso;
 LICENSE=GPL-3
 KEYWORDS=
 SLOT=4
-IUSE=debug
+IUSE=debug nepomuk
 
 DEPEND=
-   =media-libs/qt-gstreamer-0.10
+   $(add_kdebase_dep kdelibs 'nepomuk?')
$(add_kdebase_dep libkipi)
+   media-libs/phonon
+   media-libs/qt-gstreamer
 
 RDEPEND=${DEPEND}
media-plugins/gst-plugins-meta[alsa,theora,vorbis,v4l,xv]
 
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_with nepomuk)
+   )
+
+   kde4-base_src_configure
+}

diff --git a/media-video/kamoso/metadata.xml b/media-video/kamoso/metadata.xml
index a23f444..2d94d9b 100644
--- a/media-video/kamoso/metadata.xml
+++ b/media-video/kamoso/metadata.xml
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
+   use
+   flag name=nepomukEnable Nepomuk based semantic desktop 
support (deprecated)/flag
+   /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in net-im/telepathy-mission-control: telepathy-mission-control-5.14.0-r1.ebuild ChangeLog telepathy-mission-control-5.14.1.ebuild

2014-05-05 Thread Alexandre Rostovtsev (tetromino)
tetromino14/05/05 13:50:58

  Modified: telepathy-mission-control-5.14.0-r1.ebuild
ChangeLog telepathy-mission-control-5.14.1.ebuild
  Log:
  =upower-0.99 no longer provides the API needed for USE=upower (bug #509622, 
thanks to Helmut Jarausch).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.11 
net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?r1=1.10r2=1.11

Index: telepathy-mission-control-5.14.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- telepathy-mission-control-5.14.0-r1.ebuild  5 Sep 2013 18:59:51 -   
1.10
+++ telepathy-mission-control-5.14.0-r1.ebuild  5 May 2014 13:50:58 -   
1.11
@@ -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/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
 1.10 2013/09/05 18:59:51 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
 1.11 2014/05/05 13:50:58 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -27,7 +27,9 @@
connman? ( net-misc/connman )
gnome-keyring? ( gnome-base/libgnome-keyring )
networkmanager? ( =net-misc/networkmanager-0.7 )
-   upower? ( =sys-power/upower-0.9.11 )
+   upower? (
+   =sys-power/upower-0.9.11
+   sys-power/upower-0.99 )
 
 DEPEND=${RDEPEND}
dev-libs/libxslt



1.98 net-im/telepathy-mission-control/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   27 Apr 2014 17:44:35 -  1.97
+++ ChangeLog   5 May 2014 13:50:58 -   1.98
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/telepathy-mission-control
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.97 
2014/04/27 17:44:35 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.98 
2014/05/05 13:50:58 tetromino Exp $
+
+  05 May 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  telepathy-mission-control-5.14.0-r1.ebuild,
+  telepathy-mission-control-5.14.1.ebuild:
+  =upower-0.99 no longer provides the API needed for USE=upower (bug #509622,
+  thanks to Helmut Jarausch).
 
 *telepathy-mission-control-5.16.1 (27 Apr 2014)
 



1.9  
net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?r1=1.8r2=1.9

Index: telepathy-mission-control-5.14.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- telepathy-mission-control-5.14.1.ebuild 22 Feb 2014 22:23:01 -  
1.8
+++ telepathy-mission-control-5.14.1.ebuild 5 May 2014 13:50:58 -   
1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-3.15_rc4.ebuild ChangeLog

2014-05-05 Thread Mike Pagano (mpagano)
mpagano 14/05/05 13:54:18

  Modified: ChangeLog
  Added:git-sources-3.15_rc4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1384   sys-kernel/git-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1383
retrieving revision 1.1384
diff -u -r1.1383 -r1.1384
--- ChangeLog   28 Apr 2014 12:05:55 -  1.1383
+++ ChangeLog   5 May 2014 13:54:18 -   1.1384
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1383 
2014/04/28 12:05:55 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1384 
2014/05/05 13:54:18 mpagano Exp $
+
+*git-sources-3.15_rc4 (05 May 2014)
+
+  05 May 2014; Mike Pagano mpag...@gentoo.org +git-sources-3.15_rc4.ebuild:
+  Version bump
 
 *git-sources-3.15_rc3 (28 Apr 2014)
 



1.1  sys-kernel/git-sources/git-sources-3.15_rc4.ebuild

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

Index: git-sources-3.15_rc4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc4.ebuild,v 
1.1 2014/05/05 13:54:18 mpagano Exp $

EAPI=5
UNIPATCH_STRICTORDER=yes
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_NOUSEPR=yes
K_SECURITY_UNSUPPORTED=yes
K_DEBLOB_AVAILABLE=0
ETYPE=sources
CKV=${PVR/-r/-git}

# only use this if it's not an _rc/_pre release
[ ${PV/_pre} == ${PV} ]  [ ${PV/_rc} == ${PV} ]  OKV=${PV}
inherit kernel-2
detect_version

DESCRIPTION=The very latest -git version of the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=

K_EXTRAEINFO=This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release.

RDEPEND=
DEPEND=${RDEPEND}
=sys-devel/patch-2.7.1-r3

pkg_postinst() {
postinst_sources
}






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-24.5.0.ebuild ChangeLog

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 14:06:35

  Modified: firefox-24.5.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #509050).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  www-client/firefox/firefox-24.5.0.ebuild

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

Index: firefox-24.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-24.5.0.ebuild   1 May 2014 13:27:03 -   1.1
+++ firefox-24.5.0.ebuild   5 May 2014 14:06:35 -   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/firefox/firefox-24.5.0.ebuild,v 
1.1 2014/05/01 13:27:03 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.5.0.ebuild,v 
1.2 2014/05/05 14:06:35 jer Exp $
 
 EAPI=5
 VIRTUALX_REQUIRED=pgo
@@ -36,7 +36,7 @@
 DESCRIPTION=Firefox Web Browser
 HOMEPAGE=http://www.mozilla.com/firefox;
 
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist gstreamer +jit +minimal pgo pulseaudio selinux system-cairo 
system-icu system-jpeg system-sqlite test



1.322www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- ChangeLog   1 May 2014 13:27:03 -   1.321
+++ ChangeLog   5 May 2014 14:06:35 -   1.322
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.321 
2014/05/01 13:27:03 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.322 
2014/05/05 14:06:35 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org firefox-24.5.0.ebuild:
+  Stable for HPPA (bug #509050).
 
 *firefox-29.0 (01 May 2014)
 *firefox-24.5.0 (01 May 2014)






[gentoo-commits] gentoo-x86 commit in net-misc/oidentd: oidentd-2.0.8-r5.ebuild ChangeLog

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 14:09:24

  Modified: oidentd-2.0.8-r5.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #509520).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-misc/oidentd/oidentd-2.0.8-r5.ebuild

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

Index: oidentd-2.0.8-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oidentd-2.0.8-r5.ebuild 22 Mar 2014 15:34:45 -  1.1
+++ oidentd-2.0.8-r5.ebuild 5 May 2014 14:09:24 -   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/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v 
1.1 2014/03/22 15:34:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v 
1.2 2014/05/05 14:09:24 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 
~x86-fbsd
 IUSE=debug ipv6 masquerade
 
 src_prepare() {



1.63 net-misc/oidentd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/oidentd/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/oidentd/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/oidentd/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   22 Mar 2014 15:34:45 -  1.62
+++ ChangeLog   5 May 2014 14:09:24 -   1.63
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/oidentd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v 1.62 
2014/03/22 15:34:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v 1.63 
2014/05/05 14:09:24 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org oidentd-2.0.8-r5.ebuild:
+  Stable for HPPA (bug #509520).
 
 *oidentd-2.0.8-r5 (22 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in net-im/telepathy-mission-control: telepathy-mission-control-5.14.0-r1.ebuild ChangeLog telepathy-mission-control-5.14.1.ebuild metadata.xml telepathy-mission-cont

2014-05-05 Thread Alexandre Rostovtsev (tetromino)
tetromino14/05/05 14:12:34

  Modified: telepathy-mission-control-5.14.0-r1.ebuild
ChangeLog telepathy-mission-control-5.14.1.ebuild
metadata.xml
telepathy-mission-control-5.16.1.ebuild
  Log:
  Rename USE=upower to USE=-systemd in light of upower-0.99 API changes and 
upstream comments (bug #509508, thanks to Mark R. Pariente and Pacho Ramos).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.12 
net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild?r1=1.11r2=1.12

Index: telepathy-mission-control-5.14.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- telepathy-mission-control-5.14.0-r1.ebuild  5 May 2014 13:50:58 -   
1.11
+++ telepathy-mission-control-5.14.0-r1.ebuild  5 May 2014 14:12:34 -   
1.12
@@ -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/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
 1.11 2014/05/05 13:50:58 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0-r1.ebuild,v
 1.12 2014/05/05 14:12:34 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,10 +13,10 @@
 HOMEPAGE=http://telepathy.freedesktop.org/wiki/Mission%20Control;
 SRC_URI=http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
-LICENSE=LGPL-2.1
+LICENSE=LGPL-2.1+
 SLOT=0
 KEYWORDS=alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~arm-linux 
~x86-linux
-IUSE=connman debug gnome-keyring networkmanager +upower # test
+IUSE=connman debug gnome-keyring networkmanager systemd # test
 REQUIRED_USE=?? ( connman networkmanager )
 
 RDEPEND=
@@ -27,7 +27,7 @@
connman? ( net-misc/connman )
gnome-keyring? ( gnome-base/libgnome-keyring )
networkmanager? ( =net-misc/networkmanager-0.7 )
-   upower? (
+   !systemd? (
=sys-power/upower-0.9.11
sys-power/upower-0.99 )
 
@@ -49,5 +49,5 @@
$(use_enable gnome-keyring) \
$(use_with connman connectivity connman) \
$(use_with networkmanager connectivity nm) \
-   $(use_enable upower)
+   $(usex systemd --disable-upower --enable-upower)
 }



1.99 net-im/telepathy-mission-control/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   5 May 2014 13:50:58 -   1.98
+++ ChangeLog   5 May 2014 14:12:34 -   1.99
@@ -1,6 +1,13 @@
 # ChangeLog for net-im/telepathy-mission-control
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.98 
2014/05/05 13:50:58 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.99 
2014/05/05 14:12:34 tetromino Exp $
+
+  05 May 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  telepathy-mission-control-5.14.0-r1.ebuild,
+  telepathy-mission-control-5.14.1.ebuild,
+  telepathy-mission-control-5.16.1.ebuild, metadata.xml:
+  Rename USE=upower to USE=-systemd in light of upower-0.99 API changes and
+  upstream comments (bug #509508, thanks to Mark R. Pariente and Pacho Ramos).
 
   05 May 2014; Alexandre Rostovtsev tetrom...@gentoo.org
   telepathy-mission-control-5.14.0-r1.ebuild,



1.10 
net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?rev=1.10view=markup

[gentoo-commits] gentoo-x86 commit in media-libs/adplug: adplug-2.2.1.ebuild ChangeLog

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 14:14:02

  Modified: adplug-2.2.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #509502).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.11 media-libs/adplug/adplug-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild?r1=1.10r2=1.11

Index: adplug-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- adplug-2.2.1.ebuild 26 Dec 2013 14:56:05 -  1.10
+++ adplug-2.2.1.ebuild 5 May 2014 14:14:02 -   1.11
@@ -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/media-libs/adplug/adplug-2.2.1.ebuild,v 
1.10 2013/12/26 14:56:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild,v 
1.11 2014/05/05 14:14:02 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=amd64 ~arm ~hppa ppc x86
+KEYWORDS=amd64 ~arm hppa ppc x86
 IUSE=debug static-libs
 
 RDEPEND==dev-cpp/libbinio-1.4



1.41 media-libs/adplug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   26 Dec 2013 14:56:05 -  1.40
+++ ChangeLog   5 May 2014 14:14:02 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/adplug
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.40 
2013/12/26 14:56:05 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.41 
2014/05/05 14:14:02 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org adplug-2.2.1.ebuild:
+  Stable for HPPA (bug #509502).
 
   26 Dec 2013; Markus Meier mae...@gentoo.org adplug-2.2.1.ebuild:
   add ~arm, bug #489962






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

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 14:14:47

  Modified: ChangeLog mpd-0.18.10-r1.ebuild
  Log:
  Stable for HPPA (bug #509502).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.344media-sound/mpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- ChangeLog   4 May 2014 21:27:54 -   1.343
+++ ChangeLog   5 May 2014 14:14:47 -   1.344
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.343 
2014/05/04 21:27:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.344 
2014/05/05 14:14:47 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org mpd-0.18.10-r1.ebuild:
+  Stable for HPPA (bug #509502).
 
   04 May 2014; Julian Ospald hasuf...@gentoo.org mpd-0.17.6.ebuild,
   +files/mpd-0.17.6-opus-linking.patch:



1.2  media-sound/mpd/mpd-0.18.10-r1.ebuild

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

Index: mpd-0.18.10-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.18.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd-0.18.10-r1.ebuild   15 Apr 2014 16:35:25 -  1.1
+++ mpd-0.18.10-r1.ebuild   5 May 2014 14:14:47 -   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-sound/mpd/mpd-0.18.10-r1.ebuild,v 1.1 
2014/04/15 16:35:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.18.10-r1.ebuild,v 1.2 
2014/05/05 14:14:47 jer Exp $
 
 EAPI=5
 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~sh ~x86 ~x86-fbsd ~x64-macos
+KEYWORDS=~amd64 ~arm hppa ~ppc ~sh ~x86 ~x86-fbsd ~x64-macos
 IUSE=adplug +alsa ao audiofile bzip2 cdio +curl debug faad +fifo +ffmpeg flac
fluidsynth gme +id3tag inotify ipv6 jack lame mms libmpdclient
libsamplerate +mad mikmod modplug mpg123 musepack +network ogg openal 
opus






[gentoo-commits] proj/kde:master commit in: kde-base/kfilemetadata/

2014-05-05 Thread Johannes Huber
commit: 4705b3bd1f3d45bb8fe09126411fa879f0ee0e08
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 14:18:32 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 14:18:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4705b3bd

[kde-base/kfilemetadata] Version bump based on KF5

Package-Manager: portage-2.2.10

---
 kde-base/kfilemetadata/kfilemetadata-.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/kde-base/kfilemetadata/kfilemetadata-.ebuild 
b/kde-base/kfilemetadata/kfilemetadata-.ebuild
new file mode 100644
index 000..a737a7d
--- /dev/null
+++ b/kde-base/kfilemetadata/kfilemetadata-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=frameworks
+inherit kde5
+
+DESCRIPTION=A library for extracting file metadata
+KEYWORDS=
+IUSE=debug epub exif ffmpeg taglib
+
+# pdf? ( app-text/poppler[qt5] ) NOTE: need popper qt5
+# mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) NOTE: not integrated 
upstream 
+DEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kservice)
+   dev-qt/qtxml:5
+   epub? ( app-text/ebook-tools )
+   exif? ( media-gfx/exiv2:= )
+   ffmpeg? ( virtual/ffmpeg )
+   taglib? ( media-libs/taglib )
+
+RDEPEND=${DEPEND}
+   !kde-base/kfilemetadata:4
+
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package epub EPub)
+   $(cmake-utils_use_find_package exif Exiv2)
+   $(cmake-utils_use_find_package ffmpeg FFmpeg)
+   $(cmake-utils_use_find_package taglib Taglib)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] linux-patches r2771 - genpatches-2.6/trunk

2014-05-05 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-05-05 14:22:27 + (Mon, 05 May 2014)
New Revision: 2771

Added:
   genpatches-2.6/trunk/3.15/
Log:
Creating 3.15 branch from 3.14




[gentoo-commits] proj/kde:master commit in: kde-base/baloo/

2014-05-05 Thread Johannes Huber
commit: b4eed546eb484e4d2fcc2a80b989fe5d75c3f5be
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 14:37:39 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 14:37:39 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b4eed546

[kde-base/baloo] Version bump based on KF5

Package-Manager: portage-2.2.10

---
 kde-base/baloo/baloo-.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/kde-base/baloo/baloo-.ebuild b/kde-base/baloo/baloo-.ebuild
new file mode 100644
index 000..491d2f3
--- /dev/null
+++ b/kde-base/baloo/baloo-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=frameworks
+inherit kde5
+
+DESCRIPTION=Framework for searching and managing metadata
+KEYWORDS=
+IUSE=
+
+# TODO re-enable kdepim integration
+DEPEND=
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep krunner)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep solid)
+   $(add_kdebase_dep kfilemetadata)
+   dev-libs/qjson
+   =dev-libs/xapian-1.2*[chert]
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   sys-apps/attr
+   !kde-base/nepomuk-4.12.50
+
+RDEPEND=${DEPEND}
+   !kde-base/baloo:4
+
+
+src_configure() {
+   local mycmakeargs=( -DKDEPIM_SUPPORT_BUILD=OFF )
+
+   kde5_src_configure
+}



[gentoo-commits] proj/kde:master commit in: eclass/

2014-05-05 Thread Michael Palimaka
commit: c822da7f7e0261e0deda8f62e130749bcb933f2e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:45:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:45:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c822da7f

[eclass] Add KDE_NLS.

---
 eclass/kde5.eclass | 49 -
 1 file changed, 40 insertions(+), 9 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f904567..900cf3e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -70,6 +70,17 @@ fi
 # generate and install KDE handbook.
 KDE_HANDBOOK=${KDE_HANDBOOK:-false}
 
+# @ECLASS-VARIABLE: KDE_NLS
+# @DESCRIPTION:
+# If set to false, do nothing.
+# Otherwise, add nls to IUSE, generate and install translations based on
+# the LINGUAS environment variable.
+if [[ ${CATEGORY} = kde-frameworks ]]; then
+   : ${KDE_NLS:=true}
+else
+   : ${KDE_NLS:=false}
+fi
+
 # @ECLASS-VARIABLE: KDE_TEST
 # @DESCRIPTION:
 # If set to false, do nothing.
@@ -134,6 +145,13 @@ case ${KDE_HANDBOOK} in
;;
 esac
 
+case ${KDE_NLS} in
+   false)  ;;
+   *)
+   IUSE+= nls
+   ;;
+esac
+
 case ${KDE_TEST} in
false)  ;;
*)
@@ -245,26 +263,39 @@ kde5_src_unpack() {
 kde5_src_prepare() {
debug-print-function ${FUNCNAME} $@
 
+   # only build examples when required
+   if ! in_iuse examples || ! use examples ; then
+   comment_add_subdirectory examples
+   fi
+
+   # only enable handbook when required
+   if ! use_if_iuse handbook ; then
+   comment_add_subdirectory doc
+   fi
+
+   # enable only the requested translations
+   # when required
+   if use_if_iuse nls ; then
+   for lang in $(ls po) ; do
+   if ! has ${lang} ${LINGUAS} ; then
+   rm -r po/${lang}
+   fi
+   done
+   else
+   rm -r po
+   fi
+
# in frameworks, tests = manual tests so never
# build them
if [[ ${CATEGORY} = kde-frameworks ]]; then
comment_add_subdirectory tests
fi
 
-   # only build examples when required
-   if ! in_iuse examples || ! use examples ; then
-   comment_add_subdirectory examples
-   fi
-
# only build unit tests when required
if ! in_iuse test || ! use test ; then
comment_add_subdirectory autotests
fi
 
-   # only enable handbook when required
-   if ! use_if_iuse handbook ; then
-   comment_add_subdirectory doc
-   fi
 
cmake-utils_src_prepare
 }



[gentoo-commits] proj/kde:master commit in: kde-misc/milou/

2014-05-05 Thread Johannes Huber
commit: 04dcb52a470c526f301b654ee27e5a74573136d6
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 14:48:17 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 14:49:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04dcb52a

[kde-misc/milou] Version bump based on KF5

Package-Manager: portage-2.2.10

---
 kde-misc/milou/{milou-.ebuild = milou-4..ebuild} |  0
 kde-misc/milou/milou-.ebuild  | 13 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/kde-misc/milou/milou-.ebuild 
b/kde-misc/milou/milou-4..ebuild
similarity index 100%
copy from kde-misc/milou/milou-.ebuild
copy to kde-misc/milou/milou-4..ebuild

diff --git a/kde-misc/milou/milou-.ebuild b/kde-misc/milou/milou-.ebuild
index 57b8364..f21795e 100644
--- a/kde-misc/milou/milou-.ebuild
+++ b/kde-misc/milou/milou-.ebuild
@@ -4,19 +4,20 @@
 
 EAPI=5
 
-KDE_MINIMAL=4.13
-inherit kde4-base
+EGIT_BRANCH=frameworks
+inherit kde5
 
 DESCRIPTION=Dedicated search application built on top of Baloo
 HOMEPAGE=https://projects.kde.org/projects/extragear/base/milou;
 
 LICENSE=GPL-2 LGPL-2.1
-SLOT=4
 KEYWORDS=
-IUSE=debug
+IUSE=
 
 DEPEND=
-   $(add_kdebase_dep baloo)
-   $(add_kdebase_dep kdepimlibs)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep krunner)
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
 
 RDEPEND=${DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-base/kfilemetadata/

2014-05-05 Thread Michael Palimaka
commit: 819435bfeae9ba3740e5a7d972d729e5cc87d3f5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:51:13 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:51:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=819435bf

[kde-base/kfilemetadata] Remove debug USE flag.

This is handled automatically in the kde5 eclass.

Package-Manager: portage-2.2.8-r1

---
 kde-base/kfilemetadata/kfilemetadata-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kfilemetadata/kfilemetadata-.ebuild 
b/kde-base/kfilemetadata/kfilemetadata-.ebuild
index a737a7d..264f0dc 100644
--- a/kde-base/kfilemetadata/kfilemetadata-.ebuild
+++ b/kde-base/kfilemetadata/kfilemetadata-.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION=A library for extracting file metadata
 KEYWORDS=
-IUSE=debug epub exif ffmpeg taglib
+IUSE=epub exif ffmpeg taglib
 
 # pdf? ( app-text/poppler[qt5] ) NOTE: need popper qt5
 # mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) NOTE: not integrated 
upstream 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kauth/

2014-05-05 Thread Michael Palimaka
commit: ee96aebbee9c509e0dabb82baa8111268b569bfa
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:52:17 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:52:17 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ee96aebb

[kde-frameworks/kauth] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kauth/kauth-4.99.0.ebuild | 6 --
 kde-frameworks/kauth/kauth-.ebuild   | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-4.99.0.ebuild 
b/kde-frameworks/kauth/kauth-4.99.0.ebuild
index 1867553..95802ca 100644
--- a/kde-frameworks/kauth/kauth-4.99.0.ebuild
+++ b/kde-frameworks/kauth/kauth-4.99.0.ebuild
@@ -12,14 +12,16 @@ LICENSE=LGPL-2.1+
 KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=+policykit
 
-DEPEND=
+RDEPEND=
$(add_frameworks_dep kcoreaddons)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
policykit? ( sys-auth/polkit-qt )
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 PDEPEND=policykit? ( sys-auth/polkit-kde-agent )
 
 src_configure() {

diff --git a/kde-frameworks/kauth/kauth-.ebuild 
b/kde-frameworks/kauth/kauth-.ebuild
index fb19db6..d9d30af 100644
--- a/kde-frameworks/kauth/kauth-.ebuild
+++ b/kde-frameworks/kauth/kauth-.ebuild
@@ -12,14 +12,16 @@ LICENSE=LGPL-2.1+
 KEYWORDS=
 IUSE=+policykit
 
-DEPEND=
+RDEPEND=
$(add_frameworks_dep kcoreaddons)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
policykit? ( sys-auth/polkit-qt )
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 PDEPEND=policykit? ( sys-auth/polkit-kde-agent )
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kbookmarks/

2014-05-05 Thread Michael Palimaka
commit: 47cf0b29d29f52856025862e15500af8ef831b35
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:54:08 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:54:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=47cf0b29

[kde-frameworks/kbookmarks] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kbookmarks/kbookmarks-4.99.0.ebuild | 1 +
 kde-frameworks/kbookmarks/kbookmarks-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kbookmarks/kbookmarks-4.99.0.ebuild 
b/kde-frameworks/kbookmarks/kbookmarks-4.99.0.ebuild
index 362cc85..8e56368 100644
--- a/kde-frameworks/kbookmarks/kbookmarks-4.99.0.ebuild
+++ b/kde-frameworks/kbookmarks/kbookmarks-4.99.0.ebuild
@@ -26,4 +26,5 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kconfigwidgets)
+   nls? ( dev-qt/linguist-tools:5 )
 

diff --git a/kde-frameworks/kbookmarks/kbookmarks-.ebuild 
b/kde-frameworks/kbookmarks/kbookmarks-.ebuild
index d6b580e..034cb56 100644
--- a/kde-frameworks/kbookmarks/kbookmarks-.ebuild
+++ b/kde-frameworks/kbookmarks/kbookmarks-.ebuild
@@ -26,4 +26,5 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kconfigwidgets)
+   nls? ( dev-qt/linguist-tools:5 )
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcodecs/

2014-05-05 Thread Michael Palimaka
commit: 26c3ed5bd92f3a67b59982a8801edd326eee1207
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:55:31 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:55:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=26c3ed5b

[kde-frameworks/kcodecs] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kcodecs/kcodecs-4.99.0.ebuild | 2 ++
 kde-frameworks/kcodecs/kcodecs-.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-frameworks/kcodecs/kcodecs-4.99.0.ebuild 
b/kde-frameworks/kcodecs/kcodecs-4.99.0.ebuild
index 73b500f..6789ad7 100644
--- a/kde-frameworks/kcodecs/kcodecs-4.99.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-4.99.0.ebuild
@@ -10,3 +10,5 @@ DESCRIPTION=Framework for manipulating strings using various 
encodings
 LICENSE=GPL-2+ LGPL-2+
 KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
+
+DEPEND=nls? ( dev-qt/linguist-tools:5 )

diff --git a/kde-frameworks/kcodecs/kcodecs-.ebuild 
b/kde-frameworks/kcodecs/kcodecs-.ebuild
index 37e00f5..0fb78f4 100644
--- a/kde-frameworks/kcodecs/kcodecs-.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-.ebuild
@@ -10,3 +10,5 @@ DESCRIPTION=Framework for manipulating strings using various 
encodings
 LICENSE=GPL-2+ LGPL-2+
 KEYWORDS=
 IUSE=
+
+DEPEND=nls? ( dev-qt/linguist-tools:5 )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcompletion/

2014-05-05 Thread Michael Palimaka
commit: 04a3bf25171bb11eb7ea8e1c640c5a26de6459c6
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:56:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:56:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04a3bf25

[kde-frameworks/kcompletion] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kcompletion/kcompletion-4.99.0.ebuild | 4 +++-
 kde-frameworks/kcompletion/kcompletion-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kcompletion/kcompletion-4.99.0.ebuild 
b/kde-frameworks/kcompletion/kcompletion-4.99.0.ebuild
index 6ad5668..076f775 100644
--- a/kde-frameworks/kcompletion/kcompletion-4.99.0.ebuild
+++ b/kde-frameworks/kcompletion/kcompletion-4.99.0.ebuild
@@ -17,4 +17,6 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+

diff --git a/kde-frameworks/kcompletion/kcompletion-.ebuild 
b/kde-frameworks/kcompletion/kcompletion-.ebuild
index 50eabc6..a9d2c21 100644
--- a/kde-frameworks/kcompletion/kcompletion-.ebuild
+++ b/kde-frameworks/kcompletion/kcompletion-.ebuild
@@ -17,4 +17,6 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-05-05 Thread Johannes Huber
commit: 40a5cae9451441468d8a79115aaea536698579a3
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 14:58:31 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 14:59:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=40a5cae9

[kde-base/plasma-workspace] Add RDEPEND on kde-misc/milou

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index 996750c..84f05d4 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -70,6 +70,7 @@ COMMON_DEPEND=
)
 
 RDEPEND=${COMMON_DEPEND}
+   $(add_kdemisc_dep milou)
dev-qt/qtquickcontrols:5
!kde-base/freespacenotifier:4
!kde-base/libkworkspace:4



[gentoo-commits] proj/kde:master commit in: eclass/

2014-05-05 Thread Johannes Huber
commit: 57b2f591eeed08368c2d6e91fb79c8e298b10502
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon May  5 14:55:27 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon May  5 14:59:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57b2f591

[eclass] Add add_kdemisc_dep function

---
 eclass/kde5-functions.eclass | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 48c95b3..53a345a 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -123,6 +123,21 @@ add_kdebase_dep() {
_add_kdecategory_dep kde-base ${1} ${2} ${3}
 }
 
+# @FUNCTION: add_kdemisc_dep
+# @DESCRIPTION:
+# Create proper dependency for kde-misc/ dependencies.
+# This takes 1 to 3 arguments. The first being the package name, the optional
+# second is additional USE flags to append, and the optional third is the
+# version to use instead of the automatic version (use sparingly).
+# The output of this should be added directly to DEPEND/RDEPEND, and may be
+# wrapped in a USE conditional (but not an || conditional without an extra set
+# of parentheses).
+add_kdemisc_dep() {
+   debug-print-function ${FUNCNAME} $@
+
+   _add_kdecategory_dep kde-misc ${1} ${2} ${3}
+}
+
 # @FUNCTION: get_kde_version
 # @DESCRIPTION:
 # Translates an ebuild version into a major.minor KDE SC



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/

2014-05-05 Thread Michael Palimaka
commit: 2a616df1877eedc219b4f022eca3cdaf79658c54
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:57:33 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:57:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2a616df1

[kde-frameworks/kconfig] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kconfig/kconfig-4.99.0.ebuild | 1 +
 kde-frameworks/kconfig/kconfig-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kconfig/kconfig-4.99.0.ebuild 
b/kde-frameworks/kconfig/kconfig-4.99.0.ebuild
index 9998023..0e38b07 100644
--- a/kde-frameworks/kconfig/kconfig-4.99.0.ebuild
+++ b/kde-frameworks/kconfig/kconfig-4.99.0.ebuild
@@ -17,6 +17,7 @@ RDEPEND=
dev-qt/qtxml:5
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtconcurrent:5 )
 
 

diff --git a/kde-frameworks/kconfig/kconfig-.ebuild 
b/kde-frameworks/kconfig/kconfig-.ebuild
index 4d6f84a..5672a7b 100644
--- a/kde-frameworks/kconfig/kconfig-.ebuild
+++ b/kde-frameworks/kconfig/kconfig-.ebuild
@@ -17,6 +17,7 @@ RDEPEND=
dev-qt/qtxml:5
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtconcurrent:5 )
 
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcoreaddons/

2014-05-05 Thread Michael Palimaka
commit: 464ba3708c0af3db723f7115cab51c15386ce5da
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:58:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:58:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=464ba370

[kde-frameworks/kcoreaddons] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kcoreaddons/kcoreaddons-4.99.0.ebuild | 1 +
 kde-frameworks/kcoreaddons/kcoreaddons-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-4.99.0.ebuild 
b/kde-frameworks/kcoreaddons/kcoreaddons-4.99.0.ebuild
index 4dd4eac..5ccd32c 100644
--- a/kde-frameworks/kcoreaddons/kcoreaddons-4.99.0.ebuild
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-4.99.0.ebuild
@@ -17,6 +17,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
x11-misc/shared-mime-info
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {

diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild 
b/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
index 4b9b4e5..c74f867 100644
--- a/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
@@ -17,6 +17,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
x11-misc/shared-mime-info
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcrash/

2014-05-05 Thread Michael Palimaka
commit: c651b0706561e7f9103f798614ad4be57616f138
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 14:59:23 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 14:59:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c651b070

[kde-frameworks/kcrash] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kcrash/kcrash-4.99.0.ebuild | 1 +
 kde-frameworks/kcrash/kcrash-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kcrash/kcrash-4.99.0.ebuild 
b/kde-frameworks/kcrash/kcrash-4.99.0.ebuild
index 185a4e4..823850a 100644
--- a/kde-frameworks/kcrash/kcrash-4.99.0.ebuild
+++ b/kde-frameworks/kcrash/kcrash-4.99.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtwidgets:5 )
X? ( x11-proto/xproto )
 

diff --git a/kde-frameworks/kcrash/kcrash-.ebuild 
b/kde-frameworks/kcrash/kcrash-.ebuild
index df164f4..26aa379 100644
--- a/kde-frameworks/kcrash/kcrash-.ebuild
+++ b/kde-frameworks/kcrash/kcrash-.ebuild
@@ -24,6 +24,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtwidgets:5 )
X? ( x11-proto/xproto )
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdbusaddons/

2014-05-05 Thread Michael Palimaka
commit: c16d6d1867ec31c17ab5d2e6b9e16ca00d95ac82
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:01:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:01:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c16d6d18

[kde-frameworks/kdbusaddons] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kdbusaddons/kdbusaddons-4.99.0.ebuild | 4 +++-
 kde-frameworks/kdbusaddons/kdbusaddons-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kdbusaddons/kdbusaddons-4.99.0.ebuild 
b/kde-frameworks/kdbusaddons/kdbusaddons-4.99.0.ebuild
index 3bee955..56b48fd 100644
--- a/kde-frameworks/kdbusaddons/kdbusaddons-4.99.0.ebuild
+++ b/kde-frameworks/kdbusaddons/kdbusaddons-4.99.0.ebuild
@@ -15,4 +15,6 @@ IUSE=
 RDEPEND=
dev-qt/qtdbus:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+

diff --git a/kde-frameworks/kdbusaddons/kdbusaddons-.ebuild 
b/kde-frameworks/kdbusaddons/kdbusaddons-.ebuild
index 3b52962..bf43d4e 100644
--- a/kde-frameworks/kdbusaddons/kdbusaddons-.ebuild
+++ b/kde-frameworks/kdbusaddons/kdbusaddons-.ebuild
@@ -15,4 +15,6 @@ IUSE=
 RDEPEND=
dev-qt/qtdbus:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/

2014-05-05 Thread Michael Palimaka
commit: 9381ebf0928e1967d9ce6f64641cb07cc48ef35c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:02:25 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:02:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9381ebf0

[kde-frameworks/kdesignerplugin] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild | 1 +
 kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
index 70b0ff4..3858246 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
@@ -36,6 +36,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index 3565ed5..81d1d19 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -36,6 +36,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdnssd/

2014-05-05 Thread Michael Palimaka
commit: 3385e498f1fc9ae0969223cd4f667e781f934b0a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:03:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:03:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3385e498

[kde-frameworks/kdnssd] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kdnssd/kdnssd-4.99.0.ebuild | 4 +++-
 kde-frameworks/kdnssd/kdnssd-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kdnssd/kdnssd-4.99.0.ebuild 
b/kde-frameworks/kdnssd/kdnssd-4.99.0.ebuild
index fd2a52b..196f091 100644
--- a/kde-frameworks/kdnssd/kdnssd-4.99.0.ebuild
+++ b/kde-frameworks/kdnssd/kdnssd-4.99.0.ebuild
@@ -18,7 +18,9 @@ RDEPEND=
net-dns/avahi[mdnsresponder-compat]
)
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-frameworks/kdnssd/kdnssd-.ebuild 
b/kde-frameworks/kdnssd/kdnssd-.ebuild
index 4052206..652f5e9 100644
--- a/kde-frameworks/kdnssd/kdnssd-.ebuild
+++ b/kde-frameworks/kdnssd/kdnssd-.ebuild
@@ -18,7 +18,9 @@ RDEPEND=
net-dns/avahi[mdnsresponder-compat]
)
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kglobalaccel/

2014-05-05 Thread Michael Palimaka
commit: 668f2ae78aaa1e6d313db18150d56fe3767986fc
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:05:51 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:05:51 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=668f2ae7

[kde-frameworks/kglobalaccel] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kglobalaccel/kglobalaccel-4.99.0.ebuild | 6 --
 kde-frameworks/kglobalaccel/kglobalaccel-.ebuild   | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-4.99.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-4.99.0.ebuild
index 5cfdf88..4a09c82 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-4.99.0.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-4.99.0.ebuild
@@ -12,12 +12,14 @@ KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
 LICENSE=LGPL-2+
 IUSE=X
 
-DEPEND=
+RDEPEND=
dev-qt/qtdbus:5
dev-qt/qtwidgets:5
X? ( dev-qt/qtx11extras:5 )
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 # requires running kde environment
 RESTRICT=test

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
index 59d9f37..c7e1d25 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
@@ -12,12 +12,14 @@ KEYWORDS=
 LICENSE=LGPL-2+
 IUSE=X
 
-DEPEND=
+RDEPEND=
dev-qt/qtdbus:5
dev-qt/qtwidgets:5
X? ( dev-qt/qtx11extras:5 )
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 # requires running kde environment
 RESTRICT=test



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kjobwidgets/

2014-05-05 Thread Michael Palimaka
commit: 3442618058db78c404131c15f524d054b77d9d22
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:07:58 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:07:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=34426180

[kde-frameworks/kjobwidgets] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kjobwidgets/kjobwidgets-4.99.0.ebuild | 1 +
 kde-frameworks/kjobwidgets/kjobwidgets-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kjobwidgets/kjobwidgets-4.99.0.ebuild 
b/kde-frameworks/kjobwidgets/kjobwidgets-4.99.0.ebuild
index 78be8a2..2f0ff26 100644
--- a/kde-frameworks/kjobwidgets/kjobwidgets-4.99.0.ebuild
+++ b/kde-frameworks/kjobwidgets/kjobwidgets-4.99.0.ebuild
@@ -20,6 +20,7 @@ RDEPEND=
X? ( dev-qt/qtx11extras:5 )
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? (
x11-libs/libX11
x11-proto/xproto

diff --git a/kde-frameworks/kjobwidgets/kjobwidgets-.ebuild 
b/kde-frameworks/kjobwidgets/kjobwidgets-.ebuild
index 4caa3da..d3d8aad 100644
--- a/kde-frameworks/kjobwidgets/kjobwidgets-.ebuild
+++ b/kde-frameworks/kjobwidgets/kjobwidgets-.ebuild
@@ -20,6 +20,7 @@ RDEPEND=
X? ( dev-qt/qtx11extras:5 )
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? (
x11-libs/libX11
x11-proto/xproto



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kitemviews/

2014-05-05 Thread Michael Palimaka
commit: a13f931b72cb5048b3e2f9f0a4bac302be8be381
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:07:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:07:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a13f931b

[kde-frameworks/kitemviews] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kitemviews/kitemviews-4.99.0.ebuild | 6 --
 kde-frameworks/kitemviews/kitemviews-.ebuild   | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kitemviews/kitemviews-4.99.0.ebuild 
b/kde-frameworks/kitemviews/kitemviews-4.99.0.ebuild
index 93098cf..5f3603a 100644
--- a/kde-frameworks/kitemviews/kitemviews-4.99.0.ebuild
+++ b/kde-frameworks/kitemviews/kitemviews-4.99.0.ebuild
@@ -12,8 +12,10 @@ LICENSE=LGPL-2+
 KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
-DEPEND=
+RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+

diff --git a/kde-frameworks/kitemviews/kitemviews-.ebuild 
b/kde-frameworks/kitemviews/kitemviews-.ebuild
index d0641e4..c4faeb3 100644
--- a/kde-frameworks/kitemviews/kitemviews-.ebuild
+++ b/kde-frameworks/kitemviews/kitemviews-.ebuild
@@ -12,8 +12,10 @@ LICENSE=LGPL-2+
 KEYWORDS=
 IUSE=
 
-DEPEND=
+RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+



[gentoo-commits] gentoo-x86 commit in net-proxy/squid: squid-3.4.5.ebuild ChangeLog

2014-05-05 Thread Eray Aslan (eras)
eras14/05/05 15:08:48

  Modified: ChangeLog
  Added:squid-3.4.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.460net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.460view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.460content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.459r2=1.460

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -r1.459 -r1.460
--- ChangeLog   21 Apr 2014 10:49:53 -  1.459
+++ ChangeLog   5 May 2014 15:08:47 -   1.460
@@ -1,6 +1,11 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.459 
2014/04/21 10:49:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.460 
2014/05/05 15:08:47 eras Exp $
+
+*squid-3.4.5 (05 May 2014)
+
+  05 May 2014; Eray Aslan e...@gentoo.org +squid-3.4.5.ebuild:
+  Version bump
 
   21 Apr 2014; Agostino Sarubbo a...@gentoo.org squid-3.3.12.ebuild:
   Stable for alpha, wrt bug #504176



1.1  net-proxy/squid/squid-3.4.5.ebuild

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

Index: squid-3.4.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.5.ebuild,v 1.1 
2014/05/05 15:08:47 eras Exp $

EAPI=5

inherit autotools eutils linux-info pam toolchain-funcs user versionator

DESCRIPTION=A full-featured web proxy cache
HOMEPAGE=http://www.squid-cache.org/;
SRC_URI=ftp://ftp.squid-cache.org/pub/archive/3.4/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
IUSE=caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
ecap esi icap-client ssl-crtd \
mysql postgres sqlite \
qos tproxy \
+htcp +wccp +wccpv2 \
pf-transparent ipf-transparent kqueue \
elibc_uclibc kernel_linux

COMMON_DEPEND=caps? ( =sys-libs/libcap-2.16 )
pam? ( virtual/pam )
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
qos? ( net-libs/libnetfilter_conntrack )
ssl? ( dev-libs/openssl )
sasl? ( dev-libs/cyrus-sasl )
ecap? ( net-libs/libecap:0.2 )
esi? ( dev-libs/expat dev-libs/libxml2 )
selinux? ( sec-policy/selinux-squid )
!x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
=sys-libs/db-4
sys-devel/libtool
dev-lang/perl
sys-devel/libtool
DEPEND=${COMMON_DEPEND}
ecap? ( virtual/pkgconfig )
sys-apps/ed
test? ( dev-util/cppunit )
RDEPEND=${COMMON_DEPEND}
samba? ( net-fs/samba )
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )
sqlite? ( dev-perl/DBD-SQLite )
!=sci-biology/meme-4.8.1-r1

REQUIRED_USE=tproxy? ( caps )
qos? ( caps )

pkg_pretend() {
if use tproxy; then
local CONFIG_CHECK=~NF_CONNTRACK ~NETFILTER_TPROXY 
~NETFILTER_XT_MATCH_SOCKET ~NETFILTER_XT_TARGET_TPROXY
linux-info_pkg_setup
fi
}

pkg_setup() {
enewgroup squid 31
enewuser squid 31 -1 /var/cache/squid squid
}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.3.4-gentoo.patch
sed -i -e 's:/usr/local/squid/etc:/etc/squid:' \
INSTALL QUICKSTART \
helpers/basic_auth/MSNT/README.html \
helpers/basic_auth/MSNT/confload.cc \
helpers/basic_auth/MSNT/msntauth.conf.default \
scripts/fileno-to-pathname.pl \
scripts/check_cache.pl \
tools/cachemgr.cgi.8 \
tools/purge/conffile.hh \
tools/purge/README  || die
sed -i -e 's:/usr/local/squid/sbin:/usr/sbin:' \
INSTALL QUICKSTART || die
sed -i -e 's:/usr/local/squid/var/cache:/var/cache/squid:' \
QUICKSTART || die
sed -i -e 's:/usr/local/squid/var/logs:/var/log/squid:' \
QUICKSTART \
src/log/access_log.cc || die
sed -i -e 's:/usr/local/squid/logs:/var/log/squid:' \
src/log/access_log.cc || die

[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2014-05-05 Thread Michael Palimaka
commit: 5fee2f897f6d167228d4ab28c77af6b2b4c41a84
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:09:10 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:09:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5fee2f89

[kde-frameworks/knotifications] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/knotifications/knotifications-4.99.0.ebuild | 1 +
 kde-frameworks/knotifications/knotifications-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild 
b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
index c3e9c59..ed037a5 100644
--- a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
@@ -31,6 +31,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
 
 

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 5d5ef71..162c2c3 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -31,6 +31,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
 
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwidgetsaddons/

2014-05-05 Thread Michael Palimaka
commit: e191a31212f56be77fba2f8775234a21fd48040d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:10:25 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:10:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e191a312

[kde-frameworks/kwidgetsaddons] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.99.0.ebuild | 4 +++-
 kde-frameworks/kwidgetsaddons/kwidgetsaddons-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.99.0.ebuild 
b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.99.0.ebuild
index 024aa8a..cb61583 100644
--- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.99.0.ebuild
+++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.99.0.ebuild
@@ -16,4 +16,6 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+

diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-.ebuild 
b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-.ebuild
index 5f5835d..b12fdd4 100644
--- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-.ebuild
+++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-.ebuild
@@ -16,4 +16,6 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+



[gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/

2014-05-05 Thread Michael Palimaka
commit: cfc386bacf963261e75f926648424d411e33e738
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:12:15 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:12:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfc386ba

[kde-frameworks/solid] nls dependency is now optional.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/solid/solid-4.99.0.ebuild | 2 +-
 kde-frameworks/solid/solid-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/solid/solid-4.99.0.ebuild 
b/kde-frameworks/solid/solid-4.99.0.ebuild
index 070b9f9..c4c9e34 100644
--- a/kde-frameworks/solid/solid-4.99.0.ebuild
+++ b/kde-frameworks/solid/solid-4.99.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND=
udev? ( virtual/udev )
 
 DEPEND=${RDEPEND}
-   dev-qt/linguist-tools:5
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtconcurrent:5 )
 
 

diff --git a/kde-frameworks/solid/solid-.ebuild 
b/kde-frameworks/solid/solid-.ebuild
index 5fc1788..e71b5c5 100644
--- a/kde-frameworks/solid/solid-.ebuild
+++ b/kde-frameworks/solid/solid-.ebuild
@@ -20,7 +20,7 @@ RDEPEND=
udev? ( virtual/udev )
 
 DEPEND=${RDEPEND}
-   dev-qt/linguist-tools:5
+   nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtconcurrent:5 )
 
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/sonnet/

2014-05-05 Thread Michael Palimaka
commit: 219db7c3f90ed49ebf1e5a9ac94f41cfdff7f1a1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:12:58 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:12:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=219db7c3

[kde-frameworks/sonnet] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/sonnet/sonnet-4.99.0.ebuild | 4 +++-
 kde-frameworks/sonnet/sonnet-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-4.99.0.ebuild 
b/kde-frameworks/sonnet/sonnet-4.99.0.ebuild
index 92d74ee..9018e92 100644
--- a/kde-frameworks/sonnet/sonnet-4.99.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-4.99.0.ebuild
@@ -17,7 +17,9 @@ RDEPEND=
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-frameworks/sonnet/sonnet-.ebuild 
b/kde-frameworks/sonnet/sonnet-.ebuild
index e883151..f3db5ff 100644
--- a/kde-frameworks/sonnet/sonnet-.ebuild
+++ b/kde-frameworks/sonnet/sonnet-.ebuild
@@ -17,7 +17,9 @@ RDEPEND=
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
+
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwindowsystem/

2014-05-05 Thread Michael Palimaka
commit: 6c8494b6349b5e68fa24ece9f575e9e47994730a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:11:11 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:11:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c8494b6

[kde-frameworks/kwindowsystem] Add nls dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kwindowsystem/kwindowsystem-4.99.0.ebuild | 1 +
 kde-frameworks/kwindowsystem/kwindowsystem-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-4.99.0.ebuild 
b/kde-frameworks/kwindowsystem/kwindowsystem-4.99.0.ebuild
index 4c80ef0..142a9eb 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-4.99.0.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-4.99.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
 
 

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild 
b/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
index 90d35f1..962b062 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
@@ -24,6 +24,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
 
 



[gentoo-commits] gentoo-x86 commit in dev-python/encore/files: encore-0.5.1-pypy-tests.patch

2014-05-05 Thread Ian Delaney (idella4)
idella4 14/05/05 15:16:07

  Added:encore-0.5.1-pypy-tests.patch
  Log:
  drop py2.6 add pypy support, cull IUSE flags according to content absent from 
the tarball, patch for some tests to pass under pypy, upgrade test phase to 
accommadate pypy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/encore/files/encore-0.5.1-pypy-tests.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/files/encore-0.5.1-pypy-tests.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/files/encore-0.5.1-pypy-tests.patch?rev=1.1content-type=text/plain

Index: encore-0.5.1-pypy-tests.patch
===
diff -ur encore-0.5.1.orig/encore/events/tests/test_event_manager.py 
encore-0.5.1/encore/events/tests/test_event_manager.py
--- encore/events/tests/test_event_manager.py   2014-01-06 22:40:24.0 
+0800
+++ encore/events/tests/test_event_manager.py   2014-05-05 17:56:16.606026933 
+0800
@@ -10,7 +10,7 @@
 import mock
 import weakref
 import threading
-
+import sys
 # Local imports.
 from encore.events.event_manager import EventManager, BaseEvent
 from encore.events.api import (get_event_manager, set_event_manager,
@@ -429,6 +429,7 @@
 self.evt_mgr.emit(BaseEvent())
 self.assertEqual(data, [1])
 
+@unittest.skipIf(hasattr(sys, 'pypy_version_info'), test written for py2 
garbage collection methods)
 def test_method_weakref(self):
  Test if methods do not prevent garbage collection of objects.
 
@@ -464,6 +465,7 @@
 self.evt_mgr.emit(obj)
 self.assertEqual(data, [1, 2])
 
+@unittest.skipIf(hasattr(sys, 'pypy_version_info'), test written for py2 
garbage collection methods)
 def test_method_collect(self):
  Test if object garbage collection disconnects listener method.
 
@@ -481,6 +483,7 @@
 self.assertEqual(data, [])
 self.assertEqual(len(list(self.evt_mgr.get_listeners(BaseEvent))), 0)
 
+@unittest.skipIf(hasattr(sys, 'pypy_version_info'), test written for py2 
garbage collection methods)
 def test_method_disconnect(self):
  Test if method disconnect works.
 






[gentoo-commits] gentoo-x86 commit in dev-python/encore: encore-0.5.1.ebuild ChangeLog

2014-05-05 Thread Ian Delaney (idella4)
idella4 14/05/05 15:16:07

  Modified: encore-0.5.1.ebuild ChangeLog
  Log:
  drop py2.6 add pypy support, cull IUSE flags according to content absent from 
the tarball, patch for some tests to pass under pypy, upgrade test phase to 
accommadate pypy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/encore/encore-0.5.1.ebuild

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

Index: encore-0.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- encore-0.5.1.ebuild 3 May 2014 08:30:43 -   1.1
+++ encore-0.5.1.ebuild 5 May 2014 15:16:07 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v 1.1 
2014/05/03 08:30:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v 1.2 
2014/05/05 15:16:07 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
@@ -15,38 +15,23 @@
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=doc examples test
+IUSE=test
 
-RDEPEND=
-DEPEND=${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
+RDEPEND=virtual/python-futures[${PYTHON_USEDEP}]
+dev-python/requests[${PYTHON_USEDEP}]
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
+   dev-python/mock[${PYTHON_USEDEP}] )
 
-python_compile_all() {
-   use doc  emake -C docs html
-}
+PATCHES=( ${FILESDIR}/${P}-pypy-tests.patch )
 
 python_test() {
-   if [[ ${EPYTHON} == python2.6 ]]; then
-   ewarn Tests disabled for ${EPYTHON}
-   return 0
-   fi
-   nosetests || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   use doc  dohtml -r docs/build/html/*
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   ${PYTHON} -m unittest discover ./${PN}/events || die
+   # PYTHONPATH goes astray  '-m unittest discover' loses its way. nose 
works
+   # https://github.com/enthought/encore/issues/84
+   # tests for storage simply aren't written to cater to pypy
+   if [[ ${EPYTHON} == python2.7 ]]; then
+   nosetests ./${PN}/storage || die
fi
 }



1.8  dev-python/encore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 May 2014 08:30:43 -   1.7
+++ ChangeLog   5 May 2014 15:16:07 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/encore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.7 
2014/05/03 08:30:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.8 
2014/05/05 15:16:07 idella4 Exp $
+
+  05 May 2014; Ian Delaney idel...@gentoo.org
+  +files/encore-0.5.1-pypy-tests.patch, encore-0.5.1.ebuild:
+  drop py2.6 add pypy support, cull IUSE flags according to content absent from
+  the tarball, patch for some tests to pass under pypy, upgrade test phase to
+  accommadate pypy
 
 *encore-0.5.1 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/encore: encore-0.5.1.ebuild ChangeLog

2014-05-05 Thread Ian Delaney (idella4)
idella4 14/05/05 15:17:43

  Modified: encore-0.5.1.ebuild ChangeLog
  Log:
  whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/encore/encore-0.5.1.ebuild

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

Index: encore-0.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- encore-0.5.1.ebuild 5 May 2014 15:16:07 -   1.2
+++ encore-0.5.1.ebuild 5 May 2014 15:17:43 -   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-python/encore/encore-0.5.1.ebuild,v 1.2 
2014/05/05 15:16:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v 1.3 
2014/05/05 15:17:43 idella4 Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 IUSE=test
 
 RDEPEND=virtual/python-futures[${PYTHON_USEDEP}]
-dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]



1.9  dev-python/encore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 May 2014 15:16:07 -   1.8
+++ ChangeLog   5 May 2014 15:17:43 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/encore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.8 
2014/05/05 15:16:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.9 
2014/05/05 15:17:43 idella4 Exp $
+
+  05 May 2014; Ian Delaney idel...@gentoo.org encore-0.5.1.ebuild:
+  whitespace
 
   05 May 2014; Ian Delaney idel...@gentoo.org
   +files/encore-0.5.1-pypy-tests.patch, encore-0.5.1.ebuild:






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:42:04

  Modified: libkomparediff2-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/libkomparediff2/libkomparediff2-4.12.5.ebuild

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

Index: libkomparediff2-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/libkomparediff2/libkomparediff2-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkomparediff2-4.12.5.ebuild   29 Apr 2014 18:34:44 -  1.1
+++ libkomparediff2-4.12.5.ebuild   5 May 2014 15:42:04 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/libkomparediff2/libkomparediff2-4.12.5.ebuild,v
 1.1 2014/04/29 18:34:44 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/libkomparediff2/libkomparediff2-4.12.5.ebuild,v
 1.2 2014/05/05 15:42:04 zlogene Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION=KDE library to compare files and strings
-KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debug test
 
 RDEPEND=${DEPEND}



1.15 kde-base/libkomparediff2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkomparediff2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   29 Apr 2014 19:18:10 -  1.14
+++ ChangeLog   5 May 2014 15:42:04 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libkomparediff2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkomparediff2/ChangeLog,v 1.14 
2014/04/29 19:18:10 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkomparediff2/ChangeLog,v 1.15 
2014/05/05 15:42:04 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org 
libkomparediff2-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   29 Apr 2014; Johannes Huber j...@gentoo.org -libkomparediff2-4.12.4.ebuild:
   Remove KDE SC 4.12.4






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:42:40

  Modified: kompare-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/kompare/kompare-4.12.5.ebuild

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

Index: kompare-4.12.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kompare/kompare-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kompare-4.12.5.ebuild   29 Apr 2014 18:35:02 -  1.1
+++ kompare-4.12.5.ebuild   5 May 2014 15:42: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/kde-base/kompare/kompare-4.12.5.ebuild,v 
1.1 2014/04/29 18:35:02 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/kompare-4.12.5.ebuild,v 
1.2 2014/05/05 15:42:40 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 DESCRIPTION=Kompare is a program to view the differences between files.
 HOMEPAGE=http://www.kde.org/applications/development/kompare
 http://www.caffeinated.me.uk/kompare;
-KEYWORDS= ~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debug
 
 DEPEND=$(add_kdebase_dep libkomparediff2)



1.301kde-base/kompare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kompare/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog   29 Apr 2014 19:18:21 -  1.300
+++ ChangeLog   5 May 2014 15:42:40 -   1.301
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kompare
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/ChangeLog,v 1.300 
2014/04/29 19:18:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/ChangeLog,v 1.301 
2014/05/05 15:42:40 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org kompare-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   29 Apr 2014; Johannes Huber j...@gentoo.org -kompare-4.12.4.ebuild:
   Remove KDE SC 4.12.4






[gentoo-commits] gentoo-x86 commit in app-crypt/hashcat-bin: hashcat-bin-0.47.ebuild ChangeLog hashcat-bin-0.44.ebuild hashcat-bin-0.40.ebuild hashcat-bin-0.41.ebuild hashcat-bin-0.39.ebuild hashcat-b

2014-05-05 Thread Alon Bar-Lev (alonbl)
alonbl  14/05/05 15:42:54

  Modified: ChangeLog
  Added:hashcat-bin-0.47.ebuild
  Removed:  hashcat-bin-0.44.ebuild hashcat-bin-0.40.ebuild
hashcat-bin-0.41.ebuild hashcat-bin-0.39.ebuild
hashcat-bin-0.42.ebuild
  Log:
  Version bump, bug#509616. Cleanup old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.11 app-crypt/hashcat-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   20 Sep 2013 23:17:12 -  1.10
+++ ChangeLog   5 May 2014 15:42:54 -   1.11
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/hashcat-bin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.10 
2013/09/20 23:17:12 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.11 
2014/05/05 15:42:54 alonbl Exp $
+
+*hashcat-bin-0.47 (05 May 2014)
+
+  05 May 2014; Alon Bar-Lev alo...@gentoo.org +hashcat-bin-0.47.ebuild,
+  -hashcat-bin-0.39.ebuild, -hashcat-bin-0.40.ebuild, -hashcat-bin-0.41.ebuild,
+  -hashcat-bin-0.42.ebuild, -hashcat-bin-0.44.ebuild:
+  Version bump, bug#509616. Cleanup old
 
 *hashcat-bin-0.46 (20 Sep 2013)
 



1.1  app-crypt/hashcat-bin/hashcat-bin-0.47.ebuild

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

Index: hashcat-bin-0.47.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.47.ebuild,v 1.1 
2014/05/05 15:42:54 alonbl Exp $

EAPI=5

MY_P=hashcat-${PV}

inherit eutils pax-utils
DESCRIPTION=An multi-threaded multihash cracker
HOMEPAGE=http://hashcat.net/hashcat/;

SRC_URI=http://hashcat.net/files/${MY_P}.7z;

#license applies to this version per http://hashcat.net/forum/thread-1348.html
LICENSE=hashcat
SLOT=0
KEYWORDS=-* ~amd64 ~amd64-linux ~x64-macos ~x86 ~x86-linux

IUSE=

RDEPEND=
DEPEND=${RDEPEND}
app-arch/p7zip

S=${WORKDIR}/${MY_P}

RESTRICT=strip
QA_PREBUILT=opt/${PN}/hashcat-cli*.bin
opt/${PN}/hashcat-cli64.app

has_xop() {
echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep -q #define __XOP__ 1
}

has_avx() {
echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep -q #define __AVX__ 1
}

src_install() {
dodoc docs/*
rm -r *.exe docs || die
use x86 || { rm hashcat-cli32.bin || die; }
use amd64 || { rm hashcat-cli64.bin || die; }
use x64-macos || { rm hashcat-cli64.app || die; }
has_avx || { rm hashcat-cliAVX.bin || die; }
has_xop || { rm hashcat-cliXOP.bin || die; }

#I assume this is needed but I didn't check
pax-mark m hashcat-cli*.bin

insinto /opt/${PN}
doins -r ${S}/*

dodir /opt/bin
if [ -f ${ED}/opt/${PN}/hashcat-cli32.bin ]
then
fperms +x /opt/${PN}/hashcat-cli32.bin
cat -EOF  ${ED}/opt/bin/hashcat-cli32.bin
#! /bin/sh
cd ${EPREFIX}/opt/${PN}
echo Warning: hashcat-cli32.bin is running from 
${EPREFIX}/opt/${PN} so be careful of relative paths.
exec ./hashcat-cli32.bin \$@
EOF
fperms +x /opt/bin/hashcat-cli32.bin
fi
if [ -f ${ED}/opt/${PN}/hashcat-cli64.bin ]
then
fperms +x /opt/${PN}/hashcat-cli64.bin
cat -EOF  ${ED}/opt/bin/hashcat-cli64.bin
#! /bin/sh
cd ${EPREFIX}/opt/${PN}
echo Warning: hashcat-cli64.bin is running from 
${EPREFIX}/opt/${PN} so be careful of relative paths.
exec ./hashcat-cli64.bin \$@
EOF
fperms +x /opt/bin/hashcat-cli64.bin
fi
if [ -f ${ED}/opt/${PN}/hashcat-cliAVX.bin ]
then
fperms +x /opt/${PN}/hashcat-cliAVX.bin
cat -EOF  

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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:43:28

  Modified: dolphin-plugins-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild

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

Index: dolphin-plugins-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-plugins-4.12.5.ebuild   29 Apr 2014 18:34:57 -  1.1
+++ dolphin-plugins-4.12.5.ebuild   5 May 2014 15:43:28 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild,v
 1.1 2014/04/29 18:34:57 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild,v
 1.2 2014/05/05 15:43:28 zlogene Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION=Extra Dolphin plugins
-KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debug bazaar git mercurial subversion
 
 DEPEND=



1.149kde-base/dolphin-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   29 Apr 2014 19:18:00 -  1.148
+++ ChangeLog   5 May 2014 15:43:28 -   1.149
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.148 
2014/04/29 19:18:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.149 
2014/05/05 15:43:28 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org 
dolphin-plugins-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   29 Apr 2014; Johannes Huber j...@gentoo.org -dolphin-plugins-4.12.4.ebuild:
   Remove KDE SC 4.12.4






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:44:38

  Modified: calendarjanitor-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/calendarjanitor/calendarjanitor-4.12.5.ebuild

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

Index: calendarjanitor-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/calendarjanitor/calendarjanitor-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calendarjanitor-4.12.5.ebuild   29 Apr 2014 18:34:48 -  1.1
+++ calendarjanitor-4.12.5.ebuild   5 May 2014 15:44: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/kde-base/calendarjanitor/calendarjanitor-4.12.5.ebuild,v
 1.1 2014/04/29 18:34:48 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/calendarjanitor/calendarjanitor-4.12.5.ebuild,v
 1.2 2014/05/05 15:44:38 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION=A tool to scan calendar data for buggy instances
 HOMEPAGE=http://www.kde.org/;
-KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debug
 
 DEPEND=



1.16 kde-base/calendarjanitor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/calendarjanitor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 May 2014 14:20:29 -   1.15
+++ ChangeLog   5 May 2014 15:44:38 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/calendarjanitor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/calendarjanitor/ChangeLog,v 1.15 
2014/05/03 14:20:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/calendarjanitor/ChangeLog,v 1.16 
2014/05/05 15:44:38 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org 
calendarjanitor-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   03 May 2014; Markus Meier mae...@gentoo.org calendarjanitor-4.13.0.ebuild:
   add ~arm, bug #507896






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:45:36

  Modified: contactthemeeditor-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
kde-base/contactthemeeditor/contactthemeeditor-4.12.5.ebuild

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

Index: contactthemeeditor-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/contactthemeeditor/contactthemeeditor-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- contactthemeeditor-4.12.5.ebuild29 Apr 2014 18:35:06 -  1.1
+++ contactthemeeditor-4.12.5.ebuild5 May 2014 15:45:35 -   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/contactthemeeditor/contactthemeeditor-4.12.5.ebuild,v
 1.1 2014/04/29 18:35:06 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/contactthemeeditor/contactthemeeditor-4.12.5.ebuild,v
 1.2 2014/05/05 15:45:35 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION=A contact theme editor for KAddressBook
 HOMEPAGE=http://www.kde.org/;
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=debug
 
 DEPEND=



1.17 kde-base/contactthemeeditor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/contactthemeeditor/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   3 May 2014 14:23:27 -   1.16
+++ ChangeLog   5 May 2014 15:45:35 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/contactthemeeditor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/contactthemeeditor/ChangeLog,v 
1.16 2014/05/03 14:23:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/contactthemeeditor/ChangeLog,v 
1.17 2014/05/05 15:45:35 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org
+  contactthemeeditor-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   03 May 2014; Markus Meier mae...@gentoo.org
   contactthemeeditor-4.13.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/ssl-fetch: ChangeLog ssl-fetch-0.1.ebuild

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 15:51:05

  Modified: ChangeLog ssl-fetch-0.1.ebuild
  Log:
  Marked ~hppa (bug #509628).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-python/ssl-fetch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Mar 2014 05:42:49 -   1.1
+++ ChangeLog   5 May 2014 15:51:04 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ssl-fetch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.1 
2014/03/02 05:42:49 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.2 
2014/05/05 15:51:04 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org ssl-fetch-0.1.ebuild:
+  Marked ~hppa (bug #509628).
 
 *ssl-fetch- (02 Mar 2014)
 *ssl-fetch-0.1 (02 Mar 2014)



1.2  dev-python/ssl-fetch/ssl-fetch-0.1.ebuild

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

Index: ssl-fetch-0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssl-fetch-0.1.ebuild2 Mar 2014 05:42:49 -   1.1
+++ ssl-fetch-0.1.ebuild5 May 2014 15:51:04 -   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/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 
1.1 2014/03/02 05:42:49 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 
1.2 2014/05/05 15:51:04 jer Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 SLOT=0
 IUSE=
 
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~hppa ~x86
 
 DEPEND=
 






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:51:09

  Modified: kdepim-meta-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/kdepim-meta/kdepim-meta-4.12.5.ebuild

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

Index: kdepim-meta-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdepim-meta-4.12.5.ebuild   29 Apr 2014 18:34:55 -  1.1
+++ kdepim-meta-4.12.5.ebuild   5 May 2014 15:51:09 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.12.5.ebuild,v 1.1 
2014/04/29 18:34:55 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.12.5.ebuild,v 1.2 
2014/05/05 15:51:09 zlogene Exp $
 
 EAPI=5
 inherit kde4-meta-pkg
 
 DESCRIPTION=kdepim - merge this to pull in all kdepim-derived packages
 HOMEPAGE+= http://community.kde.org/KDE_PIM;
-KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=nls
 
 RDEPEND=



1.322kde-base/kdepim-meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?rev=1.322view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?rev=1.322content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?r1=1.321r2=1.322

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- ChangeLog   4 May 2014 12:16:35 -   1.321
+++ ChangeLog   5 May 2014 15:51:09 -   1.322
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdepim-meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.321 
2014/05/04 12:16:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.322 
2014/05/05 15:51:09 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org kdepim-meta-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   04 May 2014; Markus Meier mae...@gentoo.org kdepim-meta-4.13.0.ebuild:
   add ~arm, bug #507896






[gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-2.2.1.ebuild

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 15:51:56

  Modified: ChangeLog mirrorselect-2.2.1.ebuild
  Log:
  Marked ~hppa (bug #509628).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.134app-portage/mirrorselect/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.134view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.134content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.133r2=1.134

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   5 May 2014 04:32:29 -   1.133
+++ ChangeLog   5 May 2014 15:51:56 -   1.134
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.133 
2014/05/05 04:32:29 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.134 
2014/05/05 15:51:56 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org mirrorselect-2.2.1.ebuild:
+  Marked ~hppa (bug #509628).
 
 *mirrorselect-2.2.1 (05 May 2014)
 



1.2  app-portage/mirrorselect/mirrorselect-2.2.1.ebuild

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

Index: mirrorselect-2.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mirrorselect-2.2.1.ebuild   5 May 2014 04:32:29 -   1.1
+++ mirrorselect-2.2.1.ebuild   5 May 2014 15:51:56 -   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/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v 
1.1 2014/05/05 04:32:29 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v 
1.2 2014/05/05 15:51:56 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT=0
 IUSE=
 
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~hppa ~x86
 
 RDEPEND=
dev-util/dialog






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

2014-05-05 Thread Mikle Kolyada (zlogene)
zlogene 14/05/05 15:54:53

  Modified: kdesdk-meta-4.12.5.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #498424
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/kdesdk-meta/kdesdk-meta-4.12.5.ebuild

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

Index: kdesdk-meta-4.12.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/kdesdk-meta-4.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdesdk-meta-4.12.5.ebuild   29 Apr 2014 18:34:30 -  1.1
+++ kdesdk-meta-4.12.5.ebuild   5 May 2014 15:54:53 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/kdesdk-meta-4.12.5.ebuild,v 1.1 
2014/04/29 18:34:30 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/kdesdk-meta-4.12.5.ebuild,v 1.2 
2014/05/05 15:54:53 zlogene Exp $
 
 EAPI=5
 inherit kde4-meta-pkg
 
 DESCRIPTION=KDE SDK - merge this to pull in all kdesdk-derived packages
 HOMEPAGE=http://www.kde.org/applications/development;
-KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=cvs
 
 RDEPEND=



1.298kde-base/kdesdk-meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesdk-meta/ChangeLog?rev=1.298view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesdk-meta/ChangeLog?rev=1.298content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesdk-meta/ChangeLog?r1=1.297r2=1.298

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog   29 Apr 2014 19:17:51 -  1.297
+++ ChangeLog   5 May 2014 15:54:53 -   1.298
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesdk-meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/ChangeLog,v 1.297 
2014/04/29 19:17:51 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/ChangeLog,v 1.298 
2014/05/05 15:54:53 zlogene Exp $
+
+  05 May 2014; Mikle Kolyada zlog...@gentoo.org kdesdk-meta-4.12.5.ebuild:
+  Add ~ppc64 keyword wrt bug #498424
 
   29 Apr 2014; Johannes Huber j...@gentoo.org -kdesdk-meta-4.12.4.ebuild:
   Remove KDE SC 4.12.4






[gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp: ChangeLog net-snmp-5.7.3_pre3.ebuild

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 15:56:24

  Modified: ChangeLog net-snmp-5.7.3_pre3.ebuild
  Log:
  Fix USE=-python by Jonathan Callen (bug #509600).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.282net-analyzer/net-snmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.282view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.282content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.281r2=1.282

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog   3 May 2014 14:19:36 -   1.281
+++ ChangeLog   5 May 2014 15:56:24 -   1.282
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/net-snmp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.281 
2014/05/03 14:19:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.282 
2014/05/05 15:56:24 jer Exp $
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org net-snmp-5.7.3_pre3.ebuild:
+  Fix USE=-python by Jonathan Callen (bug #509600).
 
   03 May 2014; Markus Meier mae...@gentoo.org net-snmp-5.7.3_pre3.ebuild:
   arm stable, bug #509110



1.7  net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?r1=1.6r2=1.7

Index: net-snmp-5.7.3_pre3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- net-snmp-5.7.3_pre3.ebuild  3 May 2014 14:19:36 -   1.6
+++ net-snmp-5.7.3_pre3.ebuild  5 May 2014 15:56:24 -   1.7
@@ -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/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.6 
2014/05/03 14:19:36 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.7 
2014/05/05 15:56:24 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -64,6 +64,10 @@
 
 RESTRICT=test
 
+pkg_setup() {
+   use python  python-single-r1_pkg_setup
+}
+
 src_prepare() {
# snmpconf generates config files with proper selinux context
use selinux  epatch ${FILESDIR}/${PN}-5.1.2-snmpconf-selinux.patch






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2014.05.05.ebuild

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 16:11:46

  Modified: ChangeLog
  Added:youtube-dl-2014.05.05.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.336net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.336view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.336content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.335r2=1.336

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog   30 Apr 2014 14:58:25 -  1.335
+++ ChangeLog   5 May 2014 16:11:46 -   1.336
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.335 
2014/04/30 14:58:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.336 
2014/05/05 16:11:46 jer Exp $
+
+*youtube-dl-2014.05.05 (05 May 2014)
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org +youtube-dl-2014.05.05.ebuild:
+  Version bump.
 
 *youtube-dl-2014.04.30.1 (30 Apr 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.05.05.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.05.05.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.05.05.ebuild?rev=1.1content-type=text/plain

Index: youtube-dl-2014.05.05.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.05.05.ebuild,v 1.1 
2014/05/05 16:11:46 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube mofosex pornhd pornhub pornotube 
redtube
spankwire thisav trutube tube8 xbef xhamster xnxx xtube 
xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc CHANGELOG README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] proj/kde:master commit in: eclass/

2014-05-05 Thread Michael Palimaka
commit: c3043d724f362ad52255513b39cb3437aac4ab4f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 16:43:47 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 16:43:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c3043d72

[eclass] Be quiet.

---
 eclass/kde5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 900cf3e..56a26a3 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -278,11 +278,11 @@ kde5_src_prepare() {
if use_if_iuse nls ; then
for lang in $(ls po) ; do
if ! has ${lang} ${LINGUAS} ; then
-   rm -r po/${lang}
+   rm -rf po/${lang}
fi
done
else
-   rm -r po
+   rm -rf po
fi
 
# in frameworks, tests = manual tests so never



[gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: metadata.xml ChangeLog uwsgi-2.0.4.ebuild uwsgi-1.4.6.ebuild uwsgi-1.4.4.ebuild uwsgi-1.4.5-r1.ebuild uwsgi-1.4.6-r1.ebuild

2014-05-05 Thread Alexys Jacob (ultrabug)
ultrabug14/05/05 16:47:50

  Modified: metadata.xml ChangeLog
  Added:uwsgi-2.0.4.ebuild
  Removed:  uwsgi-1.4.6.ebuild uwsgi-1.4.4.ebuild
uwsgi-1.4.5-r1.ebuild uwsgi-1.4.6-r1.ebuild
  Log:
  version bump, drop old, add asyncio support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.14 www-servers/uwsgi/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/metadata.xml?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/metadata.xml?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/metadata.xml?r1=1.13r2=1.14

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml21 Jan 2014 15:40:57 -  1.13
+++ metadata.xml5 May 2014 16:47:50 -   1.14
@@ -15,6 +15,7 @@
flag name='json'Support json as a configuration file 
format./flag
flag name='nagios'Add nagios-friendly logging output (see 
http://projects.unbit.it/uwsgi/wiki/Nagios)./flag
flag name='probepg'Add the PostgreSQL probe plugin (see 
http://projects.unbit.it/uwsgi/wiki/DjangoDBHA)./flag
+   flag name='python_asyncio'Use the EXPERIMENTAL asyncio 
(tulip) for python3.4 async request dispatching and as LoopEngine (see 
http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html)./flag
flag name='python_gevent'Use pkgdev-python/gevent/pkg for 
async request dispatching and as LoopEngine (see 
http://projects.unbit.it/uwsgi/wiki/Gevent)./flag
flag name='routing'Enable routing support/flag
flag name='rrdtool'Enable support for writing requests data 
in RRD files./flag



1.55 www-servers/uwsgi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   17 Mar 2014 11:50:36 -  1.54
+++ ChangeLog   5 May 2014 16:47:50 -   1.55
@@ -1,6 +1,13 @@
 # ChangeLog for www-servers/uwsgi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.54 
2014/03/17 11:50:36 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.55 
2014/05/05 16:47:50 ultrabug Exp $
+
+*uwsgi-2.0.4 (05 May 2014)
+
+  05 May 2014; Ultrabug ultra...@gentoo.org -uwsgi-1.4.4.ebuild,
+  -uwsgi-1.4.5-r1.ebuild, -uwsgi-1.4.6.ebuild, -uwsgi-1.4.6-r1.ebuild,
+  +uwsgi-2.0.4.ebuild, metadata.xml:
+  version bump, add asyncio plugin for python3_4, drop old
 
 *uwsgi-2.0.3 (17 Mar 2014)
 



1.1  www-servers/uwsgi/uwsgi-2.0.4.ebuild

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

Index: uwsgi-2.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.4.ebuild,v 1.1 
2014/05/05 16:47:50 ultrabug Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{2,3,4} )

RUBY_OPTIONAL=yes
USE_RUBY=ruby19 ruby20 ruby21

PHP_EXT_INI=no
PHP_EXT_NAME=dummy
PHP_EXT_OPTIONAL_USE=php
USE_PHP=php5-3 php5-4 php5-5 # deps must be registered separately below

MY_P=${P/_/-}

inherit apache-module distutils-r1 eutils multilib pax-utils php-ext-source-r2 
python-r1 ruby-ng versionator

DESCRIPTION=uWSGI server for Python web applications
HOMEPAGE=http://projects.unbit.it/uwsgi/;
SRC_URI=http://projects.unbit.it/downloads/${MY_P}.tar.gz;

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

UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog

router_{uwsgi,redirect,basicauth,rewrite,http,cache,static,memcached,redis,hash,expires,metrics}
{core,fast,raw,ssl}router
redislog mongodblog log{file,socket}
spooler cheaper_busyness symcall
transformation_{chunked,gzip,offload,tofile}
zergpool )
UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} 

[gentoo-commits] gentoo-x86 commit in net-im/imcom: ChangeLog Manifest imcom-1.32.ebuild imcom-1.33.ebuild imcom-1.34.ebuild

2014-05-05 Thread Thomas Raschbacher (lordvan)
lordvan 14/05/05 17:31:30

  Modified: ChangeLog Manifest imcom-1.33.ebuild
imcom-1.34.ebuild
  Removed:  imcom-1.32.ebuild
  Log:
  fixed repoman warnings and removed oldest version

Revision  ChangesPath
1.24 net-im/imcom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Feb 2007 08:05:54 -   1.23
+++ ChangeLog   5 May 2014 17:31:30 -   1.24
@@ -1,6 +1,11 @@
 # ChangeLog for net-im/imcom
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.23 2007/02/09 
08:05:54 flameeyes Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.24 2014/05/05 
17:31:30 lordvan Exp $
+
+  05 May 2014; Thomas Raschbacher lord...@gentoo.org -imcom-1.32.ebuild,
+  imcom-1.33.ebuild, imcom-1.34.ebuild:
+  removed oldest version and fixed warnings in later versions.
+  Thanks mrueg for pointing this out to me
 
   09 Feb 2007; Diego Pettenò flamee...@gentoo.org ChangeLog:
   Regenerate digest in Manifest2 format.



1.31 net-im/imcom/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?r1=1.30r2=1.31

Index: Manifest
===
RCS file: /var/cvsroot/gentoo-x86/net-im/imcom/Manifest,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Manifest13 Jul 2012 14:30:59 -  1.30
+++ Manifest5 May 2014 17:31:30 -   1.31
@@ -1,23 +1,7 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
 AUX Makefile-1.31 1308 SHA256 
444ff6aa64d84eaa27c77f5cdcbc8717973dc4035e36111078f0bbff81215696 SHA512 
5b8a3634f866c20c40c0b2fbfc7d1352383148bb05e596e5611237e5692e89029d8d9aed70126a819d18ce1b9e5fea78c48d3f63316c4f55dd5b006f8a9735ec
 WHIRLPOOL 
45f42f53e86c1e707c15b7e56f485af49276145f13ebaa107a44ce2ebcc2b5cc810497449d731d6655c5a6796e7976e537f9c30d1984caf0fdda0d000dc50784
-DIST imcom-1.32.tar.gz 280507 SHA256 
1644eac38569b869a5994d37ff145e94b632ca6405274ba27e3c861c416eacf4
-DIST imcom-1.33.tar.gz 281661 SHA256 
55711769d353fd58a83de6a3216c80aa57e94de03d80c3106084d04d0998eae1
-DIST imcom-1.34.tar.gz 282243 SHA256 
3cd92b520b407212b5f1f4cdc832b736a61ff2a163936f1f99d837d689db616d
-EBUILD imcom-1.32.ebuild 883 SHA256 
43c6f727470211cbbc2565a38986dc726e3c3174eda777663deb74436ddb276d SHA512 
f546228bd012a8bc2231abb1d7baac0b73e9e0a9013512ab509179789b004fcfbfbe7660cb994a9954492da536497f1dda87c1f63e00d2bd2b4b2b7d3c1fe6c1
 WHIRLPOOL 
17cbd547eb710dac1e6e5feecde1355e6e462965b2a23bd631fef30b943777996b2f89138db51bcc2358b4269f60960830a9a4c298a04d7775a51a5594a12585
-EBUILD imcom-1.33.ebuild 836 SHA256 
19ec08eba513ad5c1a963384f05c2b430f2a5d81b5e54fd718156f3b681a7c58 SHA512 
90adbe8b75384dda6bb306def05255afd3b11846384dc249d735d1f4c104abdf2eac23dd41caaf78c9534c89caa1765d56fe8b0dc7e12485e6ff4a0d460c008f
 WHIRLPOOL 
d37c16af64cc7c8071a2aec9622e66bfd5745418f54b723f043cd0da48c440aa34ce22dba52ba4d1a19fadb441f8168f1c80b0eee7dd024aab21353c2012c360
-EBUILD imcom-1.34.ebuild 838 SHA256 
27c4bea53b0a5f31af7c75997e1f3704be2dfa087878ecff92d1ba403648e79d SHA512 
a5d83032a67a021d087e83b5d5cc9b54071d5e0e08400c4b35237419536ca568bf7b96d38e726c102d4cc44da559afe71c55a59f52310b0c708910e8c39c0681
 WHIRLPOOL 
e8be613b5c343f87a1658a7ae0996f04c327f3146dd96069f8ed389e7e72a9950156599623202bd8e9951a09f8ae1c166c279b92cf8e394f709c6a9bd82a122d
-MISC ChangeLog 3302 SHA256 
3937aa17cea11ee2f986ff654256d81b0244aa6179a1f5944128e6c7d862d1f9 SHA512 
0a06f4d26f9147b5a9eecd2bbf525bca5d097256d7621970c75d19c1c86aab3c93cfda1583944085d084c87db0ec9c06a6e7440acb22c07786a8dd399a04edc3
 WHIRLPOOL 
17d86daaec98dfff68c87aa2d51b114b9762f114a4c52b73a9d92353a355c8eda447300198cb5dbb2af00a76d526125a6b5d2cf384ec0c5648d7dd4f798ce212
+DIST imcom-1.33.tar.gz 281661 SHA256 
55711769d353fd58a83de6a3216c80aa57e94de03d80c3106084d04d0998eae1 SHA512 
3a76d632b1744f8ced86759089cf514a6d6c1d6d19b14301a0ade371a3acb65a3eb55bf5b99a855abfb6c92fb30591601ce6d5a0b5afeec56363eae4f4ecc3d0
 WHIRLPOOL 
a74baff0aafb4e909d8c246c5aae334b6756039b8d92842cbc98690d56e5b1bc9fa5e229f0a28589123732c0236b88a5a34da28c62de606bf38defe3c13c2888
+DIST 

[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-05-05 Thread Michael Palimaka
commit: c55f2eea3ba237603a00cea16ddd712b4d0015be
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 17:35:42 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 17:35:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c55f2eea

[kde-base/plasma-workspace] Add missing dep.

This is required for JPEG wallpapers to work.

Package-Manager: portage-2.2.8-r1

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index 84f05d4..7c6fa3f 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -48,7 +48,7 @@ COMMON_DEPEND=
$(add_frameworks_dep solid)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[jpeg]
dev-qt/qtnetwork:5
dev-qt/qtscript:5
dev-qt/qtsql:5



[gentoo-commits] gentoo-x86 commit in dev-ruby/descendants_tracker: - New directory

2014-05-05 Thread Hans de Graaff (graaff)
graaff  14/05/05 17:59:11

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/descendants_tracker added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/descendants_tracker: metadata.xml ChangeLog descendants_tracker-0.0.3.ebuild

2014-05-05 Thread Hans de Graaff (graaff)
graaff  14/05/05 18:03:56

  Added:metadata.xml ChangeLog
descendants_tracker-0.0.3.ebuild
  Log:
  Initial import. New dependency for github_api. Ebuild by p8952 in the ruby 
overlay.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/descendants_tracker/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/descendants_tracker/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/descendants_tracker/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
herdruby/herd
/pkgmetadata



1.1  dev-ruby/descendants_tracker/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/descendants_tracker
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/descendants_tracker/ChangeLog,v 1.1 
2014/05/05 18:03:56 graaff Exp $

*descendants_tracker-0.0.3 (05 May 2014)

  05 May 2014; Hans de Graaff gra...@gentoo.org
  +descendants_tracker-0.0.3.ebuild, +metadata.xml:
  Initial import. New dependency for github_api. Ebuild by p8952 in the ruby
  overlay.




1.1  
dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild

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

Index: descendants_tracker-0.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild,v
 1.1 2014/05/05 18:03:56 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=Module that adds descendant tracking to a class
HOMEPAGE=https://github.com/dkubb/descendants_tracker;

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

all_ruby_prepare() {
# Remove dependency on devtools
sed -i -e '/devtools\/spec_helper/d' spec/spec_helper.rb || die
sed -i -e '/it_should_behave_like/d' \
spec/unit/descendants_tracker/add_descendant_spec.rb || die
sed -i -e '/it_should_behave_like/d' \
spec/unit/descendants_tracker/descendants_spec.rb || die
}






[gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/descendants_tracker/

2014-05-05 Thread Hans de Graaff
commit: 07b55c98524f92dbb6a03373046bb71769e16abd
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Mon May  5 18:04:36 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Mon May  5 18:04:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=07b55c98

Moved to gentoo tree.

---
 dev-ruby/descendants_tracker/ChangeLog |  9 ---
 .../descendants_tracker-0.0.3.ebuild   | 29 --
 dev-ruby/descendants_tracker/metadata.xml  |  5 
 3 files changed, 43 deletions(-)

diff --git a/dev-ruby/descendants_tracker/ChangeLog 
b/dev-ruby/descendants_tracker/ChangeLog
deleted file mode 100644
index 4cdb5a0..000
--- a/dev-ruby/descendants_tracker/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for dev-ruby/descendants_tracker
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*descendants_tracker-0.0.3 (25 Feb 2014)
-
-  25 Feb 2014; Peter Wilmott p...@p8952.info 
+descendants_tracker-0.0.3.ebuild,
-  +metadata.xml:
-  dev-ruby/descendants_tracker: dependency for github_api

diff --git a/dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild 
b/dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild
deleted file mode 100644
index 61c6d6d..000
--- a/dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild,v 1.1 
2013/12/25 13:08:09 graaff Exp $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20
-
-RUBY_FAKEGEM_RECIPE_TEST=rspec
-RUBY_FAKEGEM_RECIPE_DOC=yard
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-inherit ruby-fakegem
-
-DESCRIPTION=Module that adds descendant tracking to a class
-HOMEPAGE=https://github.com/dkubb/descendants_tracker;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-each_ruby_prepare() {
-   # Remove dependency on devtools
-   sed -i -e '/devtools\/spec_helper/d' spec/spec_helper.rb || die
-   sed -i -e '/it_should_behave_like/d' \
-   spec/unit/descendants_tracker/add_descendant_spec.rb || die
-   sed -i -e '/it_should_behave_like/d' \
-   spec/unit/descendants_tracker/descendants_spec.rb || die
-}

diff --git a/dev-ruby/descendants_tracker/metadata.xml 
b/dev-ruby/descendants_tracker/metadata.xml
deleted file mode 100644
index 8521361..000
--- a/dev-ruby/descendants_tracker/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdruby/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-334.21-r3.ebuild ChangeLog nvidia-drivers-331.67.ebuild nvidia-drivers-337.12.ebuild nvidia-drivers-337.19.ebuild

2014-05-05 Thread Jeroen Roovers (jer)
jer 14/05/05 18:16:01

  Modified: nvidia-drivers-334.21-r3.ebuild ChangeLog
nvidia-drivers-331.67.ebuild
nvidia-drivers-337.12.ebuild
  Added:nvidia-drivers-337.19.ebuild
  Log:
  Version bump. Work around parallel make failure on Module.symvers with 
USE=uvm.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild?r1=1.4r2=1.5

Index: nvidia-drivers-334.21-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nvidia-drivers-334.21-r3.ebuild 9 Apr 2014 16:05:24 -   1.4
+++ nvidia-drivers-334.21-r3.ebuild 5 May 2014 18:16:01 -   1.5
@@ -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/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild,v
 1.4 2014/04/09 16:05:24 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-334.21-r3.ebuild,v
 1.5 2014/05/05 18:16:01 jer Exp $
 
 EAPI=5
 
@@ -115,11 +115,8 @@
export CCACHE_DISABLE=1
 
if use kernel_linux; then
-   # Because of awkward limitations of linux-mod.eclass, the order 
in
-   # which the modules are listed somehow affects module 
dependencies,
-   # so we list nvidia-uvm first and then nvidia.
-   use uvm  MODULE_NAMES=nvidia-uvm(video:${S}/kernel/uvm)
-   MODULE_NAMES+= nvidia(video:${S}/kernel)
+   MODULE_NAMES=nvidia(video:${S}/kernel)
+   use uvm  MODULE_NAMES+= nvidia-uvm(video:${S}/kernel/uvm)
 
# This needs to run after MODULE_NAMES (so that the eclass 
checks
# whether the kernel supports loadable modules) but before 
BUILD_PARAMS
@@ -191,6 +188,7 @@
MAKE=$(get_bmake) CFLAGS=-Wno-sign-compare emake 
CC=$(tc-getCC) \
LD=$(tc-getLD) LDFLAGS=$(raw-ldflags) || die
elif use kernel_linux; then
+   use uvm  MAKEOPTS=-j1
linux-mod_src_compile
fi
 }



1.550x11-drivers/nvidia-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.550view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.550content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.549r2=1.550

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -r1.549 -r1.550
--- ChangeLog   2 May 2014 12:38:09 -   1.549
+++ ChangeLog   5 May 2014 18:16:01 -   1.550
@@ -1,6 +1,14 @@
 # ChangeLog for x11-drivers/nvidia-drivers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.549 2014/05/02 12:38:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.550 2014/05/05 18:16:01 jer Exp $
+
+*nvidia-drivers-337.19 (05 May 2014)
+
+  05 May 2014; Jeroen Roovers j...@gentoo.org nvidia-drivers-331.67.ebuild,
+  nvidia-drivers-334.21-r3.ebuild, nvidia-drivers-337.12.ebuild,
+  +nvidia-drivers-337.19.ebuild:
+  Version bump. Work around parallel make failure on Module.symvers with
+  USE=uvm.
 
   02 May 2014; Jeroen Roovers j...@gentoo.org
   -nvidia-drivers-331.49-r3.ebuild, nvidia-drivers-331.67.ebuild:



1.3  x11-drivers/nvidia-drivers/nvidia-drivers-331.67.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.67.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.67.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.67.ebuild?r1=1.2r2=1.3

Index: nvidia-drivers-331.67.ebuild
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in dev-java/java-sdk-docs: ChangeLog

2014-05-05 Thread Tom Wijsman (tomwij)
tomwij  14/05/05 18:29:19

  Modified: ChangeLog
  Log:
  Fix up doc -- docs typo.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.101dev-java/java-sdk-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   5 May 2014 12:28:46 -   1.100
+++ ChangeLog   5 May 2014 18:29:18 -   1.101
@@ -1,11 +1,11 @@
 # ChangeLog for dev-java/java-sdk-docs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.100 
2014/05/05 12:28:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.101 
2014/05/05 18:29:18 tomwij Exp $
 
 *java-sdk-docs-1.7.0.25 (05 May 2014)
 
   05 May 2014; Tom Wijsman tom...@gentoo.org +java-sdk-docs-1.7.0.25.ebuild:
-  Restore java-sdk-dos:1.7 stable ebuild, fixes bug #509582.
+  Restore java-sdk-docs:1.7 stable ebuild, fixes bug #509582.
 
 *java-sdk-docs-1.8.0.5 (04 May 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/openscad: openscad-2014.03.ebuild ChangeLog openscad-2013.01.ebuild openscad-2011.12.ebuild

2014-05-05 Thread Matthew Marlow (mattm)
mattm   14/05/05 18:38:20

  Modified: ChangeLog
  Added:openscad-2014.03.ebuild
  Removed:  openscad-2013.01.ebuild openscad-2011.12.ebuild
  Log:
  Bump for version 2014.3, Remove older ebuilds using legacy EAPI's.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
786037A7)

Revision  ChangesPath
1.9  media-gfx/openscad/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/openscad/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Sep 2013 09:44:38 -  1.8
+++ ChangeLog   5 May 2014 18:38:19 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/openscad
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/openscad/ChangeLog,v 1.8 
2013/09/16 09:44:38 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/openscad/ChangeLog,v 1.9 
2014/05/05 18:38:19 mattm Exp $
+
+*openscad-2014.03 (05 May 2014)
+
+  05 May 2014; Matthew Marlowe ma...@gentoo.org +openscad-2014.03.ebuild,
+  -openscad-2011.12.ebuild, -openscad-2013.01.ebuild:
+  Bump for version 2014.3, Remove older ebuilds using legacy EAPI's.
 
   16 Sep 2013; Tomáš Chvátal scarab...@gentoo.org openscad-2013.06.ebuild:
   Bump to eapi5 and put subslot dep over boost.



1.1  media-gfx/openscad/openscad-2014.03.ebuild

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

Index: openscad-2014.03.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/openscad/openscad-2014.03.ebuild,v 
1.1 2014/05/05 18:38:19 mattm Exp $

EAPI=5

inherit qt4-r2

DESCRIPTION=The Programmers Solid 3D CAD Modeller
HOMEPAGE=http://www.openscad.org/;
SRC_URI=http://files.openscad.org/${P}.src.tar.gz;

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

CDEPEND=media-gfx/opencsg
sci-mathematics/cgal
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-cpp/eigen:3
dev-libs/gmp
dev-libs/mpfr
dev-libs/boost:=
sys-libs/glibc

DEPEND=${CDEPEND} sys-devel/gcc
RDEPEND=${CDEPEND}

src_prepare() {
#Use our CFLAGS (specifically don't force x86)
sed -i s/QMAKE_CXXFLAGS_RELEASE = .*//g ${PN}.pro

sed -i s/\/usr\/local/\/usr/g ${PN}.pro
}






[gentoo-commits] gentoo-x86 commit in app-arch/lbzip2: lbzip2-2.5.ebuild ChangeLog

2014-05-05 Thread Justin Lecher (jlec)
jlec14/05/05 19:13:37

  Modified: ChangeLog
  Added:lbzip2-2.5.ebuild
  Log:
  app-arch/lbzip2: Version Bump, #509436
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.69 app-arch/lbzip2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lbzip2/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lbzip2/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lbzip2/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lbzip2/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   27 Jan 2014 07:14:05 -  1.68
+++ ChangeLog   5 May 2014 19:13:37 -   1.69
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/lbzip2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/ChangeLog,v 1.68 2014/01/27 
07:14:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/ChangeLog,v 1.69 2014/05/05 
19:13:37 jlec Exp $
+
+*lbzip2-2.5 (05 May 2014)
+
+  05 May 2014; Justin Lecher j...@gentoo.org +lbzip2-2.5.ebuild:
+  Version Bump, #509436
 
   27 Jan 2014; Justin Lecher j...@gentoo.org -lbzip2-2.2-r1.ebuild,
   -lbzip2-2.3.ebuild, -files/lbzip2-2.2-assertion.patch,



1.1  app-arch/lbzip2/lbzip2-2.5.ebuild

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

Index: lbzip2-2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/lbzip2-2.5.ebuild,v 1.1 
2014/05/05 19:13:37 jlec Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=Parallel bzip2 utility
HOMEPAGE=https://github.com/kjn/lbzip2/;
SRC_URI=http://archive.lbzip2.org/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=debug symlink

RDEPEND=symlink? ( !app-arch/pbzip2[symlink] )
DEPEND=

PATCHES=( ${FILESDIR}/${PN}-2.3-s_isreg.patch )

src_configure() {
local myeconfargs=(
--disable-silent-rules
$(use_enable debug tracing)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use symlink; then
dosym ${PN} /usr/bin/bzip2
dosym lbunzip2 /usr/bin/bunzip2
fi
}






[gentoo-commits] proj/catalyst:pending commit in: catalyst/targets/

2014-05-05 Thread Brian Dolbec
commit: 938e55e150d20d8f5ea03541498bd28e49e8f36d
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Apr  5 07:26:58 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Sat Apr  5 07:41:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=938e55e1

generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command

---
 catalyst/targets/generic_stage_target.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/targets/generic_stage_target.py 
b/catalyst/targets/generic_stage_target.py
index 05c61e8..1f26e65 100644
--- a/catalyst/targets/generic_stage_target.py
+++ b/catalyst/targets/generic_stage_target.py
@@ -1025,7 +1025,7 @@ class generic_stage_target(generic_target):
 

#self.makeconf=read_makeconf(self.settings[chroot_path]+/etc/portage/make.conf)
 
-   cmd(cp /etc/resolv.conf 
+self.settings[chroot_path]+/etc,\
+   cmd(cp /etc/resolv.conf  + 
self.settings[chroot_path] + /etc/,
Could not copy resolv.conf into 
place.,env=self.env)
 
 Copy over the envscript, if applicable 



[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/targets/

2014-05-05 Thread Brian Dolbec
commit: 264f30494cde1eb44aae89a9872bf12936856252
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Jan  4 01:04:10 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=264f3049

Move generic_stage_targets.py constants to defaults.py

Rename the source and target mounts defaults to remove
the double plural.

---
 catalyst/defaults.py | 27 +
 catalyst/targets/generic_stage_target.py | 34 
 2 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index b1dbda4..748d1dd 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -21,3 +21,30 @@ valid_config_file_values.extend([PKGCACHE, KERNCACHE, 
CCACHE, DISTCC,
 
 verbosity = 1
 
+PORT_LOGDIR_CLEAN = \
+   'find ${PORT_LOGDIR} -type f ! -name summary.log* -mtime +30 
-delete'
+
+TARGET_MOUNT_DEFAULTS = {
+   ccache: /var/tmp/ccache,
+   dev: /dev,
+   devpts: /dev/pts,
+   distdir: /usr/portage/distfiles,
+   icecream: /usr/lib/icecc/bin,
+   kerncache: /tmp/kerncache,
+   packagedir: /usr/portage/packages,
+   portdir: /usr/portage,
+   port_tmpdir: /var/tmp/portage,
+   port_logdir: /var/log/portage,
+   proc: /proc,
+   shm: /dev/shm,
+   }
+
+SOURCE_MOUNT_DEFAULTS = {
+   dev: /dev,
+   devpts: /dev/pts,
+   distdir: /usr/portage/distfiles,
+   portdir: /usr/portage,
+   port_tmpdir: tmpfs,
+   proc: /proc,
+   shm: shmfs,
+   }

diff --git a/catalyst/targets/generic_stage_target.py 
b/catalyst/targets/generic_stage_target.py
index de4842c..05c61e8 100644
--- a/catalyst/targets/generic_stage_target.py
+++ b/catalyst/targets/generic_stage_target.py
@@ -4,34 +4,8 @@ from generic_target import *
 from stat import *
 from catalyst.lock import LockDir
 
-
-PORT_LOGDIR_CLEAN = \
-   'find ${PORT_LOGDIR} -type f ! -name summary.log* -mtime +30 
-delete'
-
-TARGET_MOUNTS_DEFAULTS = {
-   ccache: /var/tmp/ccache,
-   dev: /dev,
-   devpts: /dev/pts,
-   distdir: /usr/portage/distfiles,
-   icecream: /usr/lib/icecc/bin,
-   kerncache: /tmp/kerncache,
-   packagedir: /usr/portage/packages,
-   portdir: /usr/portage,
-   port_tmpdir: /var/tmp/portage,
-   port_logdir: /var/log/portage,
-   proc: /proc,
-   shm: /dev/shm,
-   }
-
-SOURCE_MOUNTS_DEFAULTS = {
-   dev: /dev,
-   devpts: /dev/pts,
-   distdir: /usr/portage/distfiles,
-   portdir: /usr/portage,
-   port_tmpdir: tmpfs,
-   proc: /proc,
-   shm: shmfs,
-   }
+from catalyst.defaults import (SOURCE_MOUNT_DEFAULTS, TARGET_MOUNT_DEFAULTS,
+   PORT_LOGDIR_CLEAN)
 
 # for convienience
 pjoin = os.path.join
@@ -208,11 +182,11 @@ class generic_stage_target(generic_target):
 
 Setup our mount points 
# initialize our target mounts.
-   self.target_mounts = TARGET_MOUNTS_DEFAULTS.copy()
+   self.target_mounts = TARGET_MOUNT_DEFAULTS.copy()
 
self.mounts = [proc, dev, portdir, distdir, 
port_tmpdir]
# initialize our source mounts
-   self.mountmap = SOURCE_MOUNTS_DEFAULTS.copy()
+   self.mountmap = SOURCE_MOUNT_DEFAULTS.copy()
# update them from settings
self.mountmap[distdir] = self.settings[distdir]
if SNAPCACHE not in self.settings:



[gentoo-commits] proj/catalyst:master commit in: catalyst/

2014-05-05 Thread Brian Dolbec
commit: 876edf3306f3d1c739f60199bef6082e4ac96459
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Fri Jan  3 18:48:31 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=876edf33

main.py: print the output of an ImportError to help in debugging.

---
 catalyst/main.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/main.py b/catalyst/main.py
index 4146bca..bba3cba 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -227,9 +227,10 @@ def import_modules():
raise CatalystError,Can't find  + x + .py 
plugin in  + \
module_dir
 
-   except ImportError:
+   except ImportError as e:
print !!! catalyst: Python modules not found in +\
module_dir + ; exiting.
+   print e
sys.exit(1)
 
return targetmap



[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/targets/

2014-05-05 Thread Brian Dolbec
commit: 6c8aac54653310e32672e7d2d5f4eef963a19c7c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Fri Jan  3 18:46:55 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=6c8aac54

Initial separation and creation of contents.py

---
 catalyst/contents.py | 87 
 catalyst/main.py |  8 ++-
 catalyst/support.py  | 52 ---
 catalyst/targets/generic_stage_target.py |  3 +-
 4 files changed, 96 insertions(+), 54 deletions(-)

diff --git a/catalyst/contents.py b/catalyst/contents.py
new file mode 100644
index 000..79ef9a6
--- /dev/null
+++ b/catalyst/contents.py
@@ -0,0 +1,87 @@
+
+from collections import namedtuple
+from subprocess import Popen, PIPE
+
+from support import CatalystError, warn
+
+
+# use ContentsMap.fields for the value legend
+# Key:[function, cmd]
+CONTENTS_DEFINITIONS = {
+   # 'find' is disabled because it requires the source path, which is not
+   # always available
+   #find :[calc_contents,find %(path)s],
+   tar_tv:[calc_contents,tar tvf %(file)s],
+   tar_tvz:[calc_contents,tar tvzf %(file)s],
+   tar_tvj:[calc_contents,tar -I lbzip2 -tvf %(file)s],
+   isoinfo_l:[calc_contents,isoinfo -l -i %(file)s],
+   # isoinfo_f should be a last resort only
+   isoinfo_f:[calc_contents,isoinfo -f -i %(file)s],
+}
+
+
+class ContentsMap(object):
+   '''Class to encompass all known commands to list
+   the contents of an archive'''
+
+
+   fields = ['func', 'cmd']
+
+
+   def __init__(self, defs=None):
+   '''Class init
+
+   @param defs: dictionary of Key:[function, cmd]
+   '''
+   if defs is None:
+   defs = {}
+   #self.contents = {}
+   self.contents_map = {}
+
+   # create the archive type namedtuple classes
+   for name in list(defs):
+   #obj = self.contents[name] = namedtuple(name, 
self.fields)
+   obj = namedtuple(name, self.fields)
+   obj.__slots__ = ()
+   self.contents_map[name] = obj._make(defs[name])
+   del obj
+
+
+   def generate_contents(self, file_, getter=auto, verbose=False):
+   try:
+   archive = getter
+   if archive == 'auto' and file_.endswith('.iso'):
+   archive = 'isoinfo_l'
+   if (archive in ['tar_tv','auto']):
+   if file_.endswith('.tgz') or 
file_.endswith('.tar.gz'):
+   archive = 'tar_tvz'
+   elif file_.endswith('.tbz2') or 
file_.endswith('.tar.bz2'):
+   archive = 'tar_tvj'
+   elif file_.endswith('.tar'):
+   archive = 'tar_tv'
+
+   if archive == 'auto':
+   warn('File %r has unknown type for automatic 
detection.'
+   % (file_, ))
+   return None
+   else:
+   getter = archive
+   func = getattr(self, '_%s_' % 
self.contents_map[getter].func)
+   return func(file_, 
self.contents_map[getter].cmd, verbose)
+   except:
+   raise CatalystError,\
+   Error generating contents, is appropriate 
utility  +\
+   (%s) installed on your system? \
+   % (self.contents_map[getter].cmd)
+
+
+   @staticmethod
+   def _calc_contents_(file_, cmd, verbose):
+   _cmd = (cmd % {'file': file_ }).split()
+   proc = Popen(_cmd, stdout=PIPE, stderr=PIPE)
+   results = proc.communicate()
+   result = \n.join(results)
+   if verbose:
+   print result
+   return result
+

diff --git a/catalyst/main.py b/catalyst/main.py
index 7bcf2cb..4146bca 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -25,6 +25,7 @@ from catalyst.support import (required_build_targets,
valid_build_targets, CatalystError, find_binary, LockInUse)
 
 from hash_utils import HashMap, HASH_DEFINITIONS
+from contents import ContentsMap, CONTENTS_DEFINITIONS
 
 
 
@@ -184,7 +185,8 @@ def parse_config(myconfig):
if digests in myconf:
conf_values[digests]=myconf[digests]
if contents in myconf:
-   conf_values[contents]=myconf[contents]
+   # replace '-' with '_' (for compatibility with existing configs)
+   

[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/targets/

2014-05-05 Thread Brian Dolbec
commit: e337857ffb575302368d13fc63c5d511aa27c244
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Fri Jan  3 18:42:26 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=e337857f

Initial separation and creation of a hash_utils.py module

---
 catalyst/hash_utils.py   | 137 +++
 catalyst/main.py |  30 ---
 catalyst/support.py  |  62 --
 catalyst/targets/generic_stage_target.py |  36 
 catalyst/targets/livecd_stage2_target.py |   4 +-
 catalyst/targets/stage2_target.py|   7 +-
 6 files changed, 184 insertions(+), 92 deletions(-)

diff --git a/catalyst/hash_utils.py b/catalyst/hash_utils.py
new file mode 100644
index 000..b575ace
--- /dev/null
+++ b/catalyst/hash_utils.py
@@ -0,0 +1,137 @@
+
+import os
+from collections import namedtuple
+from subprocess import Popen, PIPE
+
+from support import CatalystError
+
+
+# Use HashMap.fields for the value legend
+# fields = [func, cmd, args, id]
+HASH_DEFINITIONS = {
+   adler32  :[calc_hash2, shash, [-a, ADLER32], ADLER32],
+   crc32:[calc_hash2, shash, [-a, CRC32], CRC32],
+   crc32b   :[calc_hash2, shash, [-a, CRC32B], CRC32B],
+   gost :[calc_hash2, shash, [-a, GOST], GOST],
+   haval128 :[calc_hash2, shash, [-a, HAVAL128], HAVAL128],
+   haval160 :[calc_hash2, shash, [-a, HAVAL160], HAVAL160],
+   haval192 :[calc_hash2, shash, [-a, HAVAL192], HAVAL192],
+   haval224 :[calc_hash2, shash, [-a, HAVAL224], HAVAL224],
+   haval256 :[calc_hash2, shash, [-a, HAVAL256], HAVAL256],
+   md2  :[calc_hash2, shash, [-a, MD2], MD2],
+   md4  :[calc_hash2, shash, [-a, MD4], MD4],
+   md5  :[calc_hash2, shash, [-a, MD5], MD5],
+   ripemd128:[calc_hash2, shash, [-a, RIPEMD128], RIPEMD128],
+   ripemd160:[calc_hash2, shash, [-a, RIPEMD160], RIPEMD160],
+   ripemd256:[calc_hash2, shash, [-a, RIPEMD256], RIPEMD256],
+   ripemd320:[calc_hash2, shash, [-a, RIPEMD320], RIPEMD320],
+   sha1 :[calc_hash2, shash, [-a, SHA1], SHA1],
+   sha224   :[calc_hash2, shash, [-a, SHA224], SHA224],
+   sha256   :[calc_hash2, shash, [-a, SHA256], SHA256],
+   sha384   :[calc_hash2, shash, [-a, SHA384], SHA384],
+   sha512   :[calc_hash2, shash, [-a, SHA512], SHA512],
+   snefru128:[calc_hash2, shash, [-a, SNEFRU128], SNEFRU128],
+   snefru256:[calc_hash2, shash, [-a, SNEFRU256], SNEFRU256],
+   tiger:[calc_hash2, shash, [-a, TIGER], TIGER],
+   tiger128 :[calc_hash2, shash, [-a, TIGER128], TIGER128],
+   tiger160 :[calc_hash2, shash, [-a, TIGER160], TIGER160],
+   whirlpool:[calc_hash2, shash, [-a, WHIRLPOOL], WHIRLPOOL],
+   }
+
+
+class HashMap(object):
+   '''Class for handling
+   Catalyst's hash generation'''
+
+   fields = [func, cmd, args, id]
+
+
+   def __init__(self, hashes=None):
+   '''Class init
+
+   @param hashes: dictionary of Key:[function, cmd, cmd_args, 
Print string]
+   @param fields: list of ordered field names for the hashes
+   eg: [func, cmd, args, id]
+   '''
+   if hashes is None:
+   hashes = {}
+   self.hash_map = {}
+
+   # create the hash definition namedtuple classes
+   for name in list(hashes):
+   obj = namedtuple(name, self.fields)
+   obj.__slots__ = ()
+   self.hash_map[name] = obj._make(hashes[name])
+   del obj
+
+
+   def generate_hash(self, file_, hash_=crc32, verbose=False):
+   '''Prefered method of generating a hash for the passed in file_
+
+   @param file_: the file to generate the hash for
+   @param hash_: the hash algorythm to use
+   @param verbose: boolean
+   @returns the hash result
+   '''
+   try:
+   return getattr(self, self.hash_map[hash_].func)(
+   file_,
+   hash_,
+   verbose
+   )
+   except:
+   raise CatalystError,Error generating hash, is 
appropriate  + \
+   utility installed on your system?
+
+
+   def calc_hash(self, file_, hash_, verbose=False):
+   '''
+   Calculate the hash for file_
+
+   @param file_: the file to generate the hash for
+   @param hash_: the hash algorythm to use
+   @param verbose: boolean
+   @returns the hash result
+   '''
+   _hash = self.hash_map[hash_]
+   args = [_hash.cmd]
+

[gentoo-commits] proj/catalyst:master commit in: catalyst/

2014-05-05 Thread Brian Dolbec
commit: e072dadbba8758c67bc83ee284af3453c734d7bd
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Jan  4 01:02:09 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=e072dadb

Creation of a new defaults.py

catalyst/support.py: Move some defaults to a new defaults file.

---
 catalyst/defaults.py | 23 +++
 catalyst/main.py |  5 ++---
 catalyst/support.py  | 35 +++
 3 files changed, 28 insertions(+), 35 deletions(-)

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
new file mode 100644
index 000..b1dbda4
--- /dev/null
+++ b/catalyst/defaults.py
@@ -0,0 +1,23 @@
+
+
+# these should never be touched
+required_build_targets = [generic_target, generic_stage_target]
+
+# new build types should be added here
+valid_build_targets = [stage1_target, stage2_target, stage3_target,
+   stage4_target, grp_target, livecd_stage1_target, 
livecd_stage2_target,
+   embedded_target, tinderbox_target, snapshot_target, 
netboot_target,
+   netboot2_target
+   ]
+
+required_config_file_values = [storedir, sharedir, distdir, portdir]
+
+valid_config_file_values = required_config_file_values[:]
+valid_config_file_values.extend([PKGCACHE, KERNCACHE, CCACHE, DISTCC,
+   ICECREAM, ENVSCRIPT, AUTORESUME, FETCH, CLEAR_AUTORESUME,
+   options, DEBUG, VERBOSE, PURGE, PURGEONLY, SNAPCACHE,
+   snapshot_cache, hash_function, digests, contents, SEEDCACHE
+   ])
+
+verbosity = 1
+

diff --git a/catalyst/main.py b/catalyst/main.py
index bba3cba..e2ef976 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -21,9 +21,8 @@ sys.path.append(__selfpath__ + /modules)
 from . import __version__
 import catalyst.config
 import catalyst.util
-from catalyst.support import (required_build_targets,
-   valid_build_targets, CatalystError, find_binary, LockInUse)
-
+from catalyst.support import CatalystError, find_binary, LockInUse
+from catalyst.defaults import required_build_targets, valid_build_targets
 from hash_utils import HashMap, HASH_DEFINITIONS
 from contents import ContentsMap, CONTENTS_DEFINITIONS
 

diff --git a/catalyst/support.py b/catalyst/support.py
index 5abf614..4fe4603 100644
--- a/catalyst/support.py
+++ b/catalyst/support.py
@@ -1,6 +1,9 @@
 
 import sys,string,os,types,re,signal,traceback,time
 #import md5,sha
+
+from catalyst.defaults import verbosity, valid_config_file_values
+
 selinux_capable = False
 #userpriv_capable = (os.getuid() == 0)
 #fakeroot_capable = False
@@ -80,38 +83,6 @@ def read_from_clst(file):
return myline
 # read_from_clst
 
-# these should never be touched
-required_build_targets=[generic_target,generic_stage_target]
-
-# new build types should be added here
-valid_build_targets=[stage1_target,stage2_target,stage3_target,stage4_target,grp_target,
-   
livecd_stage1_target,livecd_stage2_target,embedded_target,
-   
tinderbox_target,snapshot_target,netboot_target,netboot2_target]
-
-required_config_file_values=[storedir,sharedir,distdir,portdir]
-valid_config_file_values=required_config_file_values[:]
-valid_config_file_values.append(PKGCACHE)
-valid_config_file_values.append(KERNCACHE)
-valid_config_file_values.append(CCACHE)
-valid_config_file_values.append(DISTCC)
-valid_config_file_values.append(ICECREAM)
-valid_config_file_values.append(ENVSCRIPT)
-valid_config_file_values.append(AUTORESUME)
-valid_config_file_values.append(FETCH)
-valid_config_file_values.append(CLEAR_AUTORESUME)
-valid_config_file_values.append(options)
-valid_config_file_values.append(DEBUG)
-valid_config_file_values.append(VERBOSE)
-valid_config_file_values.append(PURGE)
-valid_config_file_values.append(PURGEONLY)
-valid_config_file_values.append(SNAPCACHE)
-valid_config_file_values.append(snapshot_cache)
-valid_config_file_values.append(hash_function)
-valid_config_file_values.append(digests)
-valid_config_file_values.append(contents)
-valid_config_file_values.append(SEEDCACHE)
-
-verbosity=1
 
 def list_bashify(mylist):
if type(mylist)==types.StringType:



[gentoo-commits] proj/catalyst:master commit in: catalyst/

2014-05-05 Thread Brian Dolbec
commit: 69c1839e501cbbf05c1790b267ed1b5b356091c0
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Jan 19 05:51:35 2013 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=69c1839e

Move confdefaults out of main.py

---
 catalyst/defaults.py | 17 +
 catalyst/main.py | 20 +++-
 2 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 748d1dd..b83e4f5 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -21,6 +21,22 @@ valid_config_file_values.extend([PKGCACHE, KERNCACHE, 
CCACHE, DISTCC,
 
 verbosity = 1
 
+confdefaults={
+   distdir: /usr/portage/distfiles,
+   hash_function: crc32,
+   icecream: /var/cache/icecream,
+   local_overlay: /usr/local/portage,
+   options: ,
+   packagedir: /usr/portage/packages,
+   portdir: /usr/portage,
+   port_tmpdir: /var/tmp/portage,
+   repo_name: portage,
+   sharedir: /usr/lib/catalyst,
+   snapshot_cache: /var/tmp/catalyst/snapshot_cache,
+   snapshot_name: portage-,
+   storedir: /var/tmp/catalyst,
+   }
+
 PORT_LOGDIR_CLEAN = \
'find ${PORT_LOGDIR} -type f ! -name summary.log* -mtime +30 
-delete'
 
@@ -48,3 +64,4 @@ SOURCE_MOUNT_DEFAULTS = {
proc: /proc,
shm: shmfs,
}
+

diff --git a/catalyst/main.py b/catalyst/main.py
index e2ef976..5748d31 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -22,7 +22,8 @@ from . import __version__
 import catalyst.config
 import catalyst.util
 from catalyst.support import CatalystError, find_binary, LockInUse
-from catalyst.defaults import required_build_targets, valid_build_targets
+from catalyst.defaults import (required_build_targets, valid_build_targets,
+   confdefaults)
 from hash_utils import HashMap, HASH_DEFINITIONS
 from contents import ContentsMap, CONTENTS_DEFINITIONS
 
@@ -70,21 +71,6 @@ def parse_config(myconfig):
myconf={}
config_file=
 
-   confdefaults = {
-   distdir: /usr/portage/distfiles,
-   hash_function: crc32,
-   icecream: /var/cache/icecream,
-   local_overlay: /usr/local/portage,
-   options: ,
-   packagedir: /usr/portage/packages,
-   portdir: /usr/portage,
-   repo_name: portage,
-   sharedir: /usr/share/catalyst,
-   snapshot_name: portage-,
-   snapshot_cache: /var/tmp/catalyst/snapshot_cache,
-   storedir: /var/tmp/catalyst,
-   }
-
# first, try the one passed (presumably from the cmdline)
if myconfig:
if os.path.exists(myconfig):
@@ -117,7 +103,7 @@ def parse_config(myconfig):
sys.exit(1)
 
# now, load up the values into conf_values so that we can use them
-   for x in confdefaults.keys():
+   for x in list(confdefaults):
if x in myconf:
print Setting,x,to config file value 
\+myconf[x]+\
conf_values[x]=myconf[x]



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2014-05-05 Thread Brian Dolbec
commit: 5467d551c478beb8f6b4d559d3366a9ed2a8fbe1
Author: Douglas Freed dwfreed AT mtu DOT edu
AuthorDate: Mon Mar  3 04:31:29 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5467d551

livecdfs-update: No tmpfs on /lib/firmware

As of a while ago, we no longer ship a separate firmware tarball, so we
don't need a tmpfs for /lib/firmware anymore, so let's stop mounting
one.  Fixes firmware issues with current minimal install ISOs.

---
 targets/support/livecdfs-update.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/targets/support/livecdfs-update.sh 
b/targets/support/livecdfs-update.sh
index 2b41f9d..b017baf 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -101,7 +101,6 @@ echo  
 /etc/fstab
 
 # fstab tweaks
 echo tmpfs/   tmpfs   defaults
0 0  /etc/fstab
-echo tmpfs/lib/firmware   tmpfs   defaults0 0  
/etc/fstab
 echo tmpfs/usr/portagetmpfs   defaults0 0  
/etc/fstab
 # If /usr/lib/X11/xkb/compiled then make it tmpfs
 if [ -d /usr/lib/X11/xkb/compiled ]



[gentoo-commits] proj/catalyst:master commit in: catalyst/

2014-05-05 Thread Brian Dolbec
commit: 380085b1b64a80cd6fc8518309e8ca9e31246ba3
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Mon Jan 14 03:32:29 2013 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Apr  2 20:04:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=380085b1

Fix undefined variable: RLIMIT_NOFILE

It was not imported from resource, it was also not used correctly.

---
 catalyst/support.py | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/catalyst/support.py b/catalyst/support.py
index e25394e..5abf614 100644
--- a/catalyst/support.py
+++ b/catalyst/support.py
@@ -6,14 +6,16 @@ selinux_capable = False
 #fakeroot_capable = False
 BASH_BINARY = /bin/bash
 
+# set it to 0 for the soft limit, 1 for the hard limit
+DESIRED_RLIMIT = 0
 try:
-import resource
-max_fd_limit=resource.getrlimit(RLIMIT_NOFILE)
+   import resource
+   max_fd_limit=resource.getrlimit(resource.RLIMIT_NOFILE)[DESIRED_RLIMIT]
 except SystemExit, e:
-raise
+   raise
 except:
-# hokay, no resource module.
-max_fd_limit=256
+   # hokay, no resource module.
+   max_fd_limit=256
 
 # pids this process knows of.
 spawned_pids = []



  1   2   >