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

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 08:03:26

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   30 Oct 2014 19:20:09 -  1.409
+++ ChangeLog   4 Nov 2014 08:03:26 -   1.410
@@ -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.409 
2014/10/30 19:20:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.410 
2014/11/04 08:03:26 jer Exp $
+
+*youtube-dl-2014.11.02.1 (04 Nov 2014)
+
+  04 Nov 2014; Jeroen Roovers j...@gentoo.org 
+youtube-dl-2014.11.02.1.ebuild:
+  Version bump.
 
 *youtube-dl-2014.10.30 (30 Oct 2014)
 



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

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

Index: youtube-dl-2014.11.02.1.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.11.02.1.ebuild,v 
1.1 2014/11/04 08:03:26 jer Exp $

EAPI=5

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

DESCRIPTION=Download videos from YouTube.com (and more 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=(
anysex behindkink drtuber eporner extremetube fourtube 
goshgay
hentaistigma hornbunny mofosex motherless pornhd 
pornhub pornotube
pornoxo redtube sexykarma sunporno slutload spankwire 
thisav
trutube tube8 vporn 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 README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog toolchain.eclass

2014-11-04 Thread Justin Lecher (jlec)
jlec14/11/04 08:04:00

  Modified: ChangeLog toolchain.eclass
  Log:
  Fix broken dependencies due to gcc multislotting, #528194, #528196

Revision  ChangesPath
1.1401   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1400
retrieving revision 1.1401
diff -u -r1.1400 -r1.1401
--- ChangeLog   2 Nov 2014 00:45:43 -   1.1400
+++ ChangeLog   4 Nov 2014 08:04:00 -   1.1401
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1400 2014/11/02 
00:45:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1401 2014/11/04 
08:04:00 jlec Exp $
+
+  04 Nov 2014; Justin Lecher j...@gentoo.org toolchain.eclass:
+  Fix broken dependencies due to gcc multislotting, #528194, #528196
 
   02 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-app.eclass:
   Remove handling of EAPI=0,1,2 since that codepath cannot run anymore anyway



1.646eclass/toolchain.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.646view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.646content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.645r2=1.646

Index: toolchain.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
retrieving revision 1.645
retrieving revision 1.646
diff -u -r1.645 -r1.646
--- toolchain.eclass2 Nov 2014 21:30:11 -   1.645
+++ toolchain.eclass4 Nov 2014 08:04:00 -   1.646
@@ -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/eclass/toolchain.eclass,v 1.645 2014/11/02 
21:30:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.646 2014/11/04 
08:04:00 jlec Exp $
 
 # Maintainer: Toolchain Ninjas toolch...@gentoo.org
 
@@ -155,7 +155,7 @@
 IUSE+= ${IUSE_DEF[*]}
 
 # Support upgrade paths here or people get pissed
-if ! tc_version_is_at_least 4.7 || use multislot ; then
+if use multislot ; then
SLOT=${GCC_CONFIG_VER}
 else
SLOT=${GCC_BRANCH_VER}






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: ChangeLog aufs3-3_p20141103.ebuild

2014-11-04 Thread Justin Lecher (jlec)
jlec14/11/04 08:11:48

  Modified: ChangeLog
  Added:aufs3-3_p20141103.ebuild
  Log:
  sys-fs/aufs3: Bump to new aufs3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.111sys-fs/aufs3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   20 Oct 2014 07:44:19 -  1.110
+++ ChangeLog   4 Nov 2014 08:11:48 -   1.111
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/aufs3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.110 2014/10/20 
07:44:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.111 2014/11/04 
08:11:48 jlec Exp $
+
+*aufs3-3_p20141103 (04 Nov 2014)
+
+  04 Nov 2014; Justin Lecher j...@gentoo.org +aufs3-3_p20141103.ebuild:
+  Bump to new aufs3
 
 *aufs3-3_p20141020 (20 Oct 2014)
 



1.1  sys-fs/aufs3/aufs3-3_p20141103.ebuild

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

Index: aufs3-3_p20141103.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20141103.ebuild,v 1.1 
2014/11/04 08:11:48 jlec Exp $

EAPI=5

inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs

AUFS_VERSION=${PV%%_p*}
# highest branch version
PATCH_MAX_VER=17
# highest supported version
KERN_MAX_VER=18
# lowest supported version
KERN_MIN_VER=10

DESCRIPTION=An entirely re-designed and re-implemented Unionfs
HOMEPAGE=http://aufs.sourceforge.net/;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs

DEPEND=
dev-util/patchutils
dev-vcs/git
RDEPEND=
sys-fs/aufs-util
!sys-fs/aufs
!sys-fs/aufs2

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

MODULE_NAMES=aufs(misc:${S})

README_GENTOO_SUFFIX=-r1

pkg_setup() {
CONFIG_CHECK+= !AUFS_FS
use inotify  CONFIG_CHECK+= ~FSNOTIFY
use nfs  CONFIG_CHECK+= EXPORTFS
use fuse  CONFIG_CHECK+= ~FUSE_FS
use hfs  CONFIG_CHECK+= ~HFSPLUS_FS
use pax_kernel  CONFIG_CHECK+= PAX  ERROR_PAX=Please use 
hardened sources

# this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
[ -n $PKG_SETUP_HAS_BEEN_RAN ]  return

get_version
kernel_is lt 3 ${KERN_MIN_VER} 0  die the kernel version isn't 
supported by upstream anymore. Please upgrade.
kernel_is gt 3 ${KERN_MAX_VER} 99  die kernel too new

linux-mod_pkg_setup

if [[ ${KV_MINOR} -gt ${PATCH_MAX_VER} ]]; then
PATCH_BRANCH=x-rcN
elif [[ ${KV_MINOR} == 10 ]]  [[ ${KV_PATCH} -ge 28 ]]; then
PATCH_BRANCH=${KV_MINOR}.x
elif [[ ${KV_MINOR} == 12 ]]; then
PATCH_BRANCH=${KV_MINOR}.x
elif [[ ${KV_MINOR} == 12 ]]  [[ ${KV_PATCH} -ge 31 ]]; then
PATCH_BRANCH=${KV_MINOR}.31+
elif [[ ${KV_MINOR} == 14 ]]  [[ ${KV_PATCH} -ge 21 ]]; then
PATCH_BRANCH=${KV_MINOR}.12+
else
PATCH_BRANCH=${KV_MINOR}
fi

case ${KV_EXTRA} in
)
elog It seems you are using vanilla-sources 
with aufs3
elog Please use sys-kernel/aufs-sources with 
USE=vanilla
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
-gentoo)
elog It seems you are using gentoo-sources 
with aufs3
elog Please use sys-kernel/aufs-sources
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
esac

pushd ${T}  /dev/null
unpack ${A}
cd ${PN}-standalone || die
local module_branch=origin/${PN}.${PATCH_BRANCH}
einfo Using 

[gentoo-commits] gentoo-x86 commit in app-admin/ansible: ChangeLog ansible-1.7.2.ebuild

2014-11-04 Thread Justin Lecher (jlec)
jlec14/11/04 08:15:56

  Modified: ChangeLog
  Added:ansible-1.7.2.ebuild
  Log:
  app-admin/ansible: Version BUmp, #528174
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.52 app-admin/ansible/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   17 Aug 2014 15:31:06 -  1.51
+++ ChangeLog   4 Nov 2014 08:15:56 -   1.52
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/ansible
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.51 
2014/08/17 15:31:06 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.52 
2014/11/04 08:15:56 jlec Exp $
+
+*ansible-1.7.2 (04 Nov 2014)
+
+  04 Nov 2014; Justin Lecher j...@gentoo.org +ansible-1.7.2.ebuild:
+  Version BUmp, #528174
 
 *ansible-1.7.1 (17 Aug 2014)
 



1.1  app-admin/ansible/ansible-1.7.2.ebuild

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

Index: ansible-1.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.7.2.ebuild,v 1.1 
2014/11/04 08:15:56 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 readme.gentoo

DESCRIPTION=Radically simple deployment, model-driven configuration 
management, and command execution framework
HOMEPAGE=http://ansible.com/;
SRC_URI=https://github.com/ansible/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-vcs/git
)
RDEPEND=
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh


python_test() {
make tests || die tests failed
}

python_install_all() {
distutils-r1_python_install_all

doman docs/man/man1/*.1

insinto /usr/share/${PN}
doins -r examples

newenvd ${FILESDIR}/${PN}.env 95ansible
}

src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}






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

2014-11-04 Thread Matthias Maier (tamiko)
tamiko  14/11/04 08:25:37

  Modified: ChangeLog package.mask
  Log:
  Mask app-emulation/virtinst for removal

Revision  ChangesPath
1.9513   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9512
retrieving revision 1.9513
diff -u -r1.9512 -r1.9513
--- ChangeLog   3 Nov 2014 15:26:55 -   1.9512
+++ ChangeLog   4 Nov 2014 08:25:36 -   1.9513
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9512 2014/11/03 
15:26:55 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9513 2014/11/04 
08:25:36 tamiko Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  4 Nov 2014; Matthias Maier tam...@gentoo.org package.mask:
+  Mask app-emulation/virtinst for removal, #482472
+
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org package.mask:
   Remove PostgreSQL masks
 



1.16137  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16136
retrieving revision 1.16137
diff -u -r1.16136 -r1.16137
--- package.mask3 Nov 2014 15:26:55 -   1.16136
+++ package.mask4 Nov 2014 08:25:36 -   1.16137
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16136 2014/11/03 
15:26:55 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16137 2014/11/04 
08:25:36 tamiko Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthias Maier tam...@gentoo.org (4 Nov 2014)
+# Masked for removal in 30 days. The package has multiple open bugs
+# (bug #482472, bug #501818, bug #528190) and is superseded by
+# app-emulation/virt-manager[-gtk]
+app-emulation/virtinst
+
 # Tim Harder radher...@gentoo.org (31 Oct 2014)
 # Deprecated, use =sys-devel/crossdev-20141030 to build an msp430
 # toolchain using the standard binutils/gcc/newlib/gdb packages.






[gentoo-commits] gentoo-x86 commit in net-proxy/privoxy/files: privoxy-3.0.16-gentoo.patch privoxy-3.0.15_beta-gentoo.patch privoxy-3.0.12-gentoo.patch privoxy-3.0.14_beta-gentoo.patch privoxy-3.0.13_

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 08:30:57

  Removed:  privoxy-3.0.16-gentoo.patch
privoxy-3.0.15_beta-gentoo.patch
privoxy-3.0.12-gentoo.patch
privoxy-3.0.14_beta-gentoo.patch
privoxy-3.0.13_beta-gentoo.patch
privoxy-3.0.17-gentoo.patch
  Log:
  Remove short longdescription. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: metadata.xml ChangeLog

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 08:30:57

  Modified: metadata.xml ChangeLog
  Log:
  Remove short longdescription. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-proxy/privoxy/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml22 Apr 2005 19:15:11 -  1.1
+++ metadata.xml4 Nov 2014 08:30:57 -   1.2
@@ -2,5 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 herdnet-proxy/herd
-longdescriptionA web proxy with advanced filtering capabilities for 
protecting privacy against internet junk/longdescription
 /pkgmetadata



1.94 net-proxy/privoxy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Jan 2014 19:49:06 -  1.93
+++ ChangeLog   4 Nov 2014 08:30:57 -   1.94
@@ -1,6 +1,13 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.93 
2014/01/18 19:49:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.94 
2014/11/04 08:30:57 jer Exp $
+
+  04 Nov 2014; Jeroen Roovers j...@gentoo.org
+  -files/privoxy-3.0.12-gentoo.patch, -files/privoxy-3.0.13_beta-gentoo.patch,
+  -files/privoxy-3.0.14_beta-gentoo.patch,
+  -files/privoxy-3.0.15_beta-gentoo.patch, -files/privoxy-3.0.16-gentoo.patch,
+  -files/privoxy-3.0.17-gentoo.patch, metadata.xml:
+  Remove short longdescription. Remove old.
 
   18 Jan 2014; Agostino Sarubbo a...@gentoo.org privoxy-3.0.21-r2.ebuild:
   Stable for alpha, wrt bug #485236






[gentoo-commits] gentoo-x86 commit in app-text/poppler: poppler-0.26.5.ebuild ChangeLog

2014-11-04 Thread Mikle Kolyada (zlogene)
zlogene 14/11/04 08:55:23

  Modified: poppler-0.26.5.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #523164
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  app-text/poppler/poppler-0.26.5.ebuild

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

Index: poppler-0.26.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.26.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- poppler-0.26.5.ebuild   1 Nov 2014 00:26:54 -   1.2
+++ poppler-0.26.5.ebuild   4 Nov 2014 08:55:23 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.26.5.ebuild,v 
1.2 2014/11/01 00:26:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.26.5.ebuild,v 
1.3 2014/11/04 08:55:23 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
SLOT=0/
 else
SRC_URI=http://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+   KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
SLOT=0/46
 fi
 



1.433app-text/poppler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- ChangeLog   1 Nov 2014 00:26:54 -   1.432
+++ ChangeLog   4 Nov 2014 08:55:23 -   1.433
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/poppler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.432 
2014/11/01 00:26:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.433 
2014/11/04 08:55:23 zlogene Exp $
+
+  04 Nov 2014; Mikle Kolyada zlog...@gentoo.org poppler-0.26.5.ebuild:
+  amd64 stable wrt bug #523164
 
   01 Nov 2014; Jeroen Roovers j...@gentoo.org poppler-0.26.5.ebuild:
   Stable for HPPA (bug #523164).






[gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-53.1.ebuild ChangeLog

2014-11-04 Thread Mikle Kolyada (zlogene)
zlogene 14/11/04 08:56:14

  Modified: icu-53.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #523164
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-libs/icu/icu-53.1.ebuild

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

Index: icu-53.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-53.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icu-53.1.ebuild 1 Nov 2014 00:26:22 -   1.3
+++ icu-53.1.ebuild 4 Nov 2014 08:56:14 -   1.4
@@ -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-libs/icu/icu-53.1.ebuild,v 1.3 
2014/11/01 00:26:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-53.1.ebuild,v 1.4 
2014/11/04 08:56:14 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT=0/53
 
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
 IUSE=debug doc examples static-libs
 
 DEPEND=



1.285dev-libs/icu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.285view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.285content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.284r2=1.285

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog   1 Nov 2014 00:26:22 -   1.284
+++ ChangeLog   4 Nov 2014 08:56:14 -   1.285
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.284 2014/11/01 
00:26:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.285 2014/11/04 
08:56:14 zlogene Exp $
+
+  04 Nov 2014; Mikle Kolyada zlog...@gentoo.org icu-53.1.ebuild:
+  amd64 stable wrt bug #523164
 
   01 Nov 2014; Jeroen Roovers j...@gentoo.org icu-53.1.ebuild:
   Stable for HPPA (bug #523164).






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-4.2.6.3-r1.ebuild ChangeLog

2014-11-04 Thread Mikle Kolyada (zlogene)
zlogene 14/11/04 08:57:20

  Modified: libreoffice-bin-4.2.6.3-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #523164
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
app-office/libreoffice-bin/libreoffice-bin-4.2.6.3-r1.ebuild

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

Index: libreoffice-bin-4.2.6.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreoffice-bin-4.2.6.3-r1.ebuild   18 Sep 2014 21:12:45 -  1.1
+++ libreoffice-bin-4.2.6.3-r1.ebuild   4 Nov 2014 08:57:20 -   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-office/libreoffice-bin/libreoffice-bin-4.2.6.3-r1.ebuild,v
 1.1 2014/09/18 21:12:45 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3-r1.ebuild,v
 1.2 2014/11/04 08:57:20 zlogene Exp $
 
 EAPI=5
 
@@ -55,7 +55,7 @@
 IUSE=gnome java kde
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=-* ~amd64 ~x86
+KEYWORDS=-* amd64 ~x86
 
 BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*



1.163app-office/libreoffice-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.163view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.163content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.162r2=1.163

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   19 Sep 2014 09:01:47 -  1.162
+++ ChangeLog   4 Nov 2014 08:57:20 -   1.163
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.162 2014/09/19 09:01:47 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.163 2014/11/04 08:57:20 zlogene Exp $
+
+  04 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  libreoffice-bin-4.2.6.3-r1.ebuild:
+  amd64 stable wrt bug #523164
 
   19 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
   -libreoffice-bin-4.2.5.2.ebuild:






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: libreoffice-bin-debug-4.2.6.3-r1.ebuild ChangeLog

2014-11-04 Thread Mikle Kolyada (zlogene)
zlogene 14/11/04 08:58:01

  Modified: libreoffice-bin-debug-4.2.6.3-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #523164
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild?r1=1.1r2=1.2

Index: libreoffice-bin-debug-4.2.6.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreoffice-bin-debug-4.2.6.3-r1.ebuild 18 Sep 2014 21:14:35 -  
1.1
+++ libreoffice-bin-debug-4.2.6.3-r1.ebuild 4 Nov 2014 08:58:00 -   
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-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild,v
 1.1 2014/09/18 21:14:35 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3-r1.ebuild,v
 1.2 2014/11/04 08:58:00 zlogene Exp $
 
 EAPI=5
 
@@ -47,7 +47,7 @@
 IUSE=gnome java kde
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=-* ~amd64 ~x86
+KEYWORDS=-* amd64 ~x86
 
 RDEPEND==app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]
 



1.66 app-office/libreoffice-bin-debug/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   19 Sep 2014 09:02:16 -  1.65
+++ ChangeLog   4 Nov 2014 08:58:00 -   1.66
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.65 
2014/09/19 09:02:16 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.66 
2014/11/04 08:58:00 zlogene Exp $
+
+  04 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  libreoffice-bin-debug-4.2.6.3-r1.ebuild:
+  amd64 stable wrt bug #523164
 
   19 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
   -libreoffice-bin-debug-4.2.5.2.ebuild:






[gentoo-commits] dev/dev-zero:master commit in: net-print/cloudprint/

2014-11-04 Thread Tiziano Müller
commit: d6219f24586a48cd0ec769ef2bb2bd346552a017
Author: Tiziano Müller dev-zero AT gentoo DOT org
AuthorDate: Tue Nov  4 09:05:10 2014 +
Commit: Tiziano Müller dev-zero AT gentoo DOT org
CommitDate: Tue Nov  4 09:05:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=d6219f24

add snapshot

---
 net-print/cloudprint/Manifest  |  2 +-
 .../cloudprint/cloudprint-0.12_pre20140505.ebuild  | 26 ++
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/net-print/cloudprint/Manifest b/net-print/cloudprint/Manifest
index ae067db..91f2581 100644
--- a/net-print/cloudprint/Manifest
+++ b/net-print/cloudprint/Manifest
@@ -1,2 +1,2 @@
 DIST cloudprint-0.11.tar.gz 21730 SHA256 
092be5e1046cd18320898e4cb2c7c55d458c869ed3f5e386e9ee6181e9f18543 SHA512 
568fbceed4b8e6bfaeb8b1d52bd0ef9d429233b3c72a7ff2e81e2881dea075351de937fa24d897a0462680f1d61c5e2f488ae79e1e80e09db333139d560b7658
 WHIRLPOOL 
4454ae8fa586809fa8fc7aa47656899652d53f29468c40b893088e2cd61fe700e824e13cca931b68cc62f97984c6c8b6ec6850fcabaf674434b186a6e6ca7b2e
-EBUILD cloudprint-0.11.ebuild 513 SHA256 
f691255ac72e0ede55769c81edc818ef27815c93ce4462dda0bcc3b67842b542 SHA512 
d6d56fd67707dfcf6145eb72ab434e63b4ac24dddf34a8c10b0fcf2709f12f6eba8dd3d65b881c6f6dc1ba2c6e672c0ab9b01314ee2aff46465c48915f42e877
 WHIRLPOOL 
c3ce3fe9daeacd2cff29d7b95d3404d43a52bfe7e22bcb2e346f501b081b3bf5abbcfb57d2eb3b5dc3b09115c1996698d1ddc75c55e88876e0899d8ae5e500ac
+DIST cloudprint-0.12_pre20140505.tar.gz 24747 SHA256 
0d5af514e28c3e33a2327a539047853a6dceaf61c2ff36fe199c185af1f7dd48 SHA512 
8776ee638cc231c13d19aa767b0e75e22dd1ff2f5d33aa0151449e62fe2515a5a7002aafdc21bbce4f7f4e916a0d87aad3154ee804b45417d35072e056a79252
 WHIRLPOOL 
def7caee23177890746776d578d9dff9c1ee773ff2576e1c3d95238f1505f9525a83315386d2c60c2ce4ed43ff9caae0bf2590a72db92d244c305e77ac58d743

diff --git a/net-print/cloudprint/cloudprint-0.12_pre20140505.ebuild 
b/net-print/cloudprint/cloudprint-0.12_pre20140505.ebuild
new file mode 100644
index 000..4c67063
--- /dev/null
+++ b/net-print/cloudprint/cloudprint-0.12_pre20140505.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+COMMIT_ID=4a903e571c5f5114c777bf43b00111a8c25cef74
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION=Google cloud print proxy for linux/OSX
+HOMEPAGE=https://github.com/armooo/cloudprint;
+SRC_URI=https://github.com/armooo/cloudprint/archive/${COMMIT_ID}.tar.gz - 
${P}.tar.gz
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=daemon
+
+DEPEND=dev-python/pycups[${PYTHON_USEDEP}]
+   daemon? ( dev-python/python-daemon[${PYTHON_USEDEP}] )
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${PN}-${COMMIT_ID}



[gentoo-commits] dev/dev-zero:master commit in: net-print/foomatic-db-engine/files/, net-print/foomatic-db/, ...

2014-11-04 Thread Tiziano Müller
commit: 6b1580329b41019102b38343f943be50694e3369
Author: Tiziano Müller dev-zero AT gentoo DOT org
AuthorDate: Tue Nov  4 09:08:00 2014 +
Commit: Tiziano Müller dev-zero AT gentoo DOT org
CommitDate: Tue Nov  4 09:08:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=6b158032

cleanup outdated version bumps

---
 net-print/foomatic-db-engine/ChangeLog | 190 --
 net-print/foomatic-db-engine/Manifest  |   6 -
 .../files/4.0.2-respect-ldflag.patch   |  15 --
 .../files/perl-module-3.0.20070508.diff|  27 --
 .../foomatic-db-engine-4.0.2.ebuild|  53 
 net-print/foomatic-db-engine/metadata.xml  |   5 -
 net-print/foomatic-db-ppds/ChangeLog   |  81 --
 net-print/foomatic-db-ppds/Manifest|   5 -
 .../files/Makefile.in-20070508.patch   |  24 --
 .../foomatic-db-ppds-4.0.20090723.ebuild   |  31 ---
 net-print/foomatic-db-ppds/metadata.xml|   5 -
 net-print/foomatic-db/ChangeLog| 282 -
 net-print/foomatic-db/Manifest |   4 -
 .../foomatic-db/foomatic-db-4.0.20090723.ebuild|  40 ---
 net-print/foomatic-db/metadata.xml |   5 -
 net-print/foomatic-filters/ChangeLog   | 257 ---
 net-print/foomatic-filters/Manifest|   4 -
 .../foomatic-filters/foomatic-filters-4.0.2.ebuild |  51 
 net-print/foomatic-filters/metadata.xml|   5 -
 19 files changed, 1090 deletions(-)

diff --git a/net-print/foomatic-db-engine/ChangeLog 
b/net-print/foomatic-db-engine/ChangeLog
deleted file mode 100644
index 914cb79..000
--- a/net-print/foomatic-db-engine/ChangeLog
+++ /dev/null
@@ -1,190 +0,0 @@
-# ChangeLog for net-print/foomatic-db-engine
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 
1.42 2008/05/07 23:14:38 tgurr Exp $
-
-*foomatic-db-engine-3.0.20080507 (07 May 2008)
-
-  07 May 2008; Timo Gurr tg...@gentoo.org
-  -files/flex-configure-LANG.patch, -files/perl-module.diff,
-  -foomatic-db-engine-3.0.2.ebuild, foomatic-db-engine-3.0.20060720.ebuild,
-  +foomatic-db-engine-3.0.20080507.ebuild:
-  Add new snapshot, move mips to unstable, remove old snapshot.
-
-  20 Nov 2007; Joshua Kinard ku...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Stable on mips, per #155545.
-
-  11 May 2007; Denis Dupeyron calc...@gentoo.org
-  foomatic-db-engine-3.0.20070508.ebuild:
-  Added mirror URI.
-
-*foomatic-db-engine-3.0.20070508 (08 May 2007)
-
-  08 May 2007; Denis Dupeyron calc...@gentoo.org
-  +files/perl-module-3.0.20070508.diff,
-  +foomatic-db-engine-3.0.20070508.ebuild:
-  Version bump. Fixed copyright dates.
-
-  28 Dec 2006; Javier Villavicencio the_p...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Added ~x86-fbsd keyword.
-
-  03 Dec 2006; Tobias Scherbaum dertobi...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  ppc stable, bug #155545
-
-  01 Dec 2006; Gustavo Zacarias gusta...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Stable on hppa wrt #155545
-
-  25 Nov 2006; Bryan Østergaard klo...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Stable on Alpha + ia64.
-
-  24 Nov 2006; Markus Rothe cors...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Stable on ppc64; bug #155545
-
-  23 Nov 2006; bl...@gentoo.org foomatic-db-engine-3.0.20060720.ebuild:
-  stable on amd64
-
-  22 Nov 2006; Christian Faulhammer op...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  stable x86, bug #155545
-
-  20 Nov 2006; Gustavo Zacarias gusta...@gentoo.org
-  foomatic-db-engine-3.0.20060720.ebuild:
-  Stable on sparc wrt #155545
-
-*foomatic-db-engine-3.0.20060720 (20 Jul 2006)
-
-  20 Jul 2006; Stefan Schweizer gens...@gentoo.org
-  -foomatic-db-engine-3.0.20060601.ebuild,
-  +foomatic-db-engine-3.0.20060720.ebuild:
-  Version bump, adds missing Makefile dependency, bug 138635 thanks to Justace
-  Clutter proph...@corpranet.net, Triffid Hunter
-  triffid_hun...@funkmunch.net and Brant Gurganus gurga...@rose-hulman.edu
-
-  23 Jun 2006; Stefan Schweizer gens...@gentoo.org
-  foomatic-db-engine-3.0.20060601.ebuild:
-  Ebuild cleanups and new path for cups-1.2, thanks to jakub.
-
-*foomatic-db-engine-3.0.20060601 (04 Jun 2006)
-
-  04 Jun 2006; Stefan Schweizer gens...@gentoo.org
-  +foomatic-db-engine-3.0.20060601.ebuild:
-  version bump
-
-  23 Apr 2006; Stefan Schweizer gens...@gentoo.org
-  +files/flex-configure-LANG.patch, foomatic-db-engine-3.0.2.ebuild:
-  Fix et_EE locale locale compiling thanks to J j-s...@starline.ee in bug
-  128242
-
-  28 Nov 2005; mcumm...@gentoo.org foomatic-db-engine-3.0.2.ebuild:
-  Switched from perl-module to perl-app eclass
-
-  06 Jun 2005; Heinrich Wendel lan...@gentoo.org
-  -foomatic-db-engine-3.0.0.ebuild,

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

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 09:18:00

  Modified: ChangeLog
  Removed:  ffmpeg-2.2.9.ebuild ffmpeg-2.4.2.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.806media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.805
retrieving revision 1.806
diff -u -r1.805 -r1.806
--- ChangeLog   2 Nov 2014 06:15:11 -   1.805
+++ ChangeLog   4 Nov 2014 09:18:00 -   1.806
@@ -1,6 +1,10 @@
 # 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.805 
2014/11/02 06:15:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.806 
2014/11/04 09:18:00 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.9.ebuild,
+  -ffmpeg-2.4.2.ebuild:
+  remove old
 
 *ffmpeg-2.4.3 (02 Nov 2014)
 






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

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 09:20:04

  Modified: ffmpeg-.ebuild ffmpeg-2.4.3.ebuild ChangeLog
ffmpeg-2.2.10.ebuild
  Log:
  add missing bc dep for tests
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.175media-video/ffmpeg/ffmpeg-.ebuild

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

Index: ffmpeg-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ffmpeg-.ebuild  31 Oct 2014 10:53:44 -  1.174
+++ ffmpeg-.ebuild  4 Nov 2014 09:20:04 -   1.175
@@ -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-video/ffmpeg/ffmpeg-.ebuild,v 
1.174 2014/10/31 10:53:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v 
1.175 2014/11/04 09:20:04 aballier Exp $
 
 EAPI=5
 
@@ -168,7 +168,7 @@
mmx? ( =dev-lang/yasm-1.2 )
rtmp? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
schroedinger? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-   test? ( net-misc/wget )
+   test? ( net-misc/wget sys-devel/bc )
truetype? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
v4l? ( sys-kernel/linux-headers )
 



1.2  media-video/ffmpeg/ffmpeg-2.4.3.ebuild

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

Index: ffmpeg-2.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-2.4.3.ebuild 2 Nov 2014 06:15:11 -   1.1
+++ ffmpeg-2.4.3.ebuild 4 Nov 2014 09:20: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/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v 
1.1 2014/11/02 06:15:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v 
1.2 2014/11/04 09:20:04 aballier Exp $
 
 EAPI=5
 
@@ -167,7 +167,7 @@
mmx? ( =dev-lang/yasm-1.2 )
rtmp? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
schroedinger? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-   test? ( net-misc/wget )
+   test? ( net-misc/wget sys-devel/bc )
truetype? ( =virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
v4l? ( sys-kernel/linux-headers )
 



1.807media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -r1.806 -r1.807
--- ChangeLog   4 Nov 2014 09:18:00 -   1.806
+++ ChangeLog   4 Nov 2014 09:20:04 -   1.807
@@ -1,6 +1,10 @@
 # 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.806 
2014/11/04 09:18:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.807 
2014/11/04 09:20:04 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org ffmpeg-2.2.10.ebuild,
+  ffmpeg-2.4.3.ebuild, ffmpeg-.ebuild:
+  add missing bc dep for tests
 
   04 Nov 2014; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.9.ebuild,
   -ffmpeg-2.4.2.ebuild:



1.2  media-video/ffmpeg/ffmpeg-2.2.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.10.ebuild?rev=1.2view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in sys-fs/xfsprogs: xfsprogs-3.2.1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:20:35

  Modified: xfsprogs-3.2.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #524374
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-fs/xfsprogs/xfsprogs-3.2.1.ebuild

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

Index: xfsprogs-3.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfsprogs-3.2.1.ebuild   3 Nov 2014 09:35:24 -   1.8
+++ xfsprogs-3.2.1.ebuild   4 Nov 2014 09:20:35 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.1.ebuild,v 1.8 
2014/11/03 09:35:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.1.ebuild,v 1.9 
2014/11/04 09:20:35 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=libedit nls readline static static-libs
 REQUIRED_USE=static? ( static-libs )
 



1.176sys-fs/xfsprogs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/ChangeLog?rev=1.176view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/ChangeLog?rev=1.176content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/ChangeLog?r1=1.175r2=1.176

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   3 Nov 2014 09:35:24 -   1.175
+++ ChangeLog   4 Nov 2014 09:20:35 -   1.176
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/xfsprogs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.175 
2014/11/03 09:35:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.176 
2014/11/04 09:20:35 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org xfsprogs-3.2.1.ebuild:
+  Stable for sparc, wrt bug #524374
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org xfsprogs-3.2.1.ebuild:
   Stable for x86, wrt bug #524374






[gentoo-commits] gentoo-x86 commit in app-crypt/shash: shash-0.2.6-r2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:21:12

  Modified: shash-0.2.6-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #524820
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-crypt/shash/shash-0.2.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild?r1=1.8r2=1.9

Index: shash-0.2.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- shash-0.2.6-r2.ebuild   2 Nov 2014 09:07:24 -   1.8
+++ shash-0.2.6-r2.ebuild   4 Nov 2014 09:21:12 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild,v 1.8 
2014/11/02 09:07:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild,v 1.9 
2014/11/04 09:21:12 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos
 IUSE=static
 
 DEPEND==app-crypt/mhash-0.8.18-r1



1.36 app-crypt/shash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   2 Nov 2014 09:07:24 -   1.35
+++ ChangeLog   4 Nov 2014 09:21:12 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/shash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.35 2014/11/02 
09:07:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.36 2014/11/04 
09:21:12 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org shash-0.2.6-r2.ebuild:
+  Stable for sparc, wrt bug #524820
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org shash-0.2.6-r2.ebuild:
   Stable for alpha, wrt bug #524820






[gentoo-commits] gentoo-x86 commit in sys-devel/make: make-4.0-r1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:20:55

  Modified: make-4.0-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #524530
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-devel/make/make-4.0-r1.ebuild

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

Index: make-4.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make-4.0-r1.ebuild  3 Nov 2014 06:05:56 -   1.8
+++ make-4.0-r1.ebuild  4 Nov 2014 09:20:55 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v 1.8 
2014/11/03 06:05:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v 1.9 
2014/11/04 09:20:55 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3+
 SLOT=0
-KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=guile nls static
 
 CDEPEND=guile? ( =dev-scheme/guile-1.8 )



1.128sys-devel/make/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.128view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.128content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.127r2=1.128

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   3 Nov 2014 06:05:56 -   1.127
+++ ChangeLog   4 Nov 2014 09:20:55 -   1.128
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/make
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.127 2014/11/03 
06:05:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.128 2014/11/04 
09:20:55 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org make-4.0-r1.ebuild:
+  Stable for sparc, wrt bug #524530
 
   03 Nov 2014; Mike Frysinger vap...@gentoo.org make-4.0-r1.ebuild:
   Mark arm64/m68k/s390/sh stable.






[gentoo-commits] gentoo-x86 commit in net-news/rawdog: rawdog-2.19.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:21:29

  Modified: rawdog-2.19.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525038
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  net-news/rawdog/rawdog-2.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild?r1=1.8r2=1.9

Index: rawdog-2.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rawdog-2.19.ebuild  2 Nov 2014 09:05:23 -   1.8
+++ rawdog-2.19.ebuild  4 Nov 2014 09:21:29 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild,v 1.8 
2014/11/02 09:05:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild,v 1.9 
2014/11/04 09:21:29 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ~s390 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ~s390 sparc x86
 IUSE=
 
 DEPEND=dev-python/feedparser[${PYTHON_USEDEP}]



1.61 net-news/rawdog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/rawdog/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   2 Nov 2014 09:05:23 -   1.60
+++ ChangeLog   4 Nov 2014 09:21:29 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for net-news/rawdog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/ChangeLog,v 1.60 2014/11/02 
09:05:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/ChangeLog,v 1.61 2014/11/04 
09:21:29 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org rawdog-2.19.ebuild:
+  Stable for sparc, wrt bug #525038
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org rawdog-2.19.ebuild:
   Stable for alpha, wrt bug #525038






[gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ypbind-1.37.2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:21:47

  Modified: ypbind-1.37.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525064
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-nds/ypbind/ypbind-1.37.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild?r1=1.7r2=1.8

Index: ypbind-1.37.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ypbind-1.37.2.ebuild2 Nov 2014 09:01:09 -   1.7
+++ ypbind-1.37.2.ebuild4 Nov 2014 09:21:47 -   1.8
@@ -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-nds/ypbind/ypbind-1.37.2.ebuild,v 1.7 
2014/11/02 09:01:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.37.2.ebuild,v 1.8 
2014/11/04 09:21:47 ago Exp $
 
 EAPI=5
 inherit readme.gentoo systemd
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86
 IUSE=debug dbus nls slp systemd
 
 RDEPEND=



1.94 net-nds/ypbind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   2 Nov 2014 09:01:09 -   1.93
+++ ChangeLog   4 Nov 2014 09:21:47 -   1.94
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.93 2014/11/02 
09:01:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.94 2014/11/04 
09:21:47 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org ypbind-1.37.2.ebuild:
+  Stable for sparc, wrt bug #525064
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org ypbind-1.37.2.ebuild:
   Stable for alpha, wrt bug #525064






[gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.112-r2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:22:22

  Modified: polkit-0.112-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525252
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.13 sys-auth/polkit/polkit-0.112-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?r1=1.12r2=1.13

Index: polkit-0.112-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- polkit-0.112-r2.ebuild  3 Nov 2014 09:37:34 -   1.12
+++ polkit-0.112-r2.ebuild  4 Nov 2014 09:22:21 -   1.13
@@ -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-auth/polkit/polkit-0.112-r2.ebuild,v 
1.12 2014/11/03 09:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 
1.13 2014/11/04 09:22:21 ago Exp $
 
 EAPI=5
 inherit eutils multilib pam pax-utils systemd user
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=examples gtk +introspection jit kde nls pam selinux systemd
 
 CDEPEND=



1.187sys-auth/polkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   3 Nov 2014 09:37:34 -   1.186
+++ ChangeLog   4 Nov 2014 09:22:21 -   1.187
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/polkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.186 
2014/11/03 09:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.187 
2014/11/04 09:22:21 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org polkit-0.112-r2.ebuild:
+  Stable for sparc, wrt bug #525252
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org polkit-0.112-r2.ebuild:
   Stable for x86, wrt bug #525252






[gentoo-commits] gentoo-x86 commit in net-analyzer/etherape: etherape-0.9.13.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:22:04

  Modified: etherape-0.9.13.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525120
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-analyzer/etherape/etherape-0.9.13.ebuild

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

Index: etherape-0.9.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- etherape-0.9.13.ebuild  3 Nov 2014 09:42:22 -   1.7
+++ etherape-0.9.13.ebuild  4 Nov 2014 09:22:04 -   1.8
@@ -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/etherape/etherape-0.9.13.ebuild,v 1.7 
2014/11/03 09:42:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.13.ebuild,v 1.8 
2014/11/04 09:22:04 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ppc64 ~sparc x86
+KEYWORDS=amd64 ppc ppc64 sparc x86
 
 RDEPEND=
=gnome-base/libglade-2.0



1.75 net-analyzer/etherape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   3 Nov 2014 09:42:22 -   1.74
+++ ChangeLog   4 Nov 2014 09:22:04 -   1.75
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/etherape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.74 
2014/11/03 09:42:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.75 
2014/11/04 09:22:04 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org etherape-0.9.13.ebuild:
+  Stable for sparc, wrt bug #525120
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org etherape-0.9.13.ebuild:
   Stable for x86, wrt bug #525120






[gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.3.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:22:57

  Modified: htop-1.0.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525450
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-process/htop/htop-1.0.3.ebuild

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

Index: htop-1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- htop-1.0.3.ebuild   2 Nov 2014 09:10:33 -   1.8
+++ htop-1.0.3.ebuild   4 Nov 2014 09:22:57 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.8 
2014/11/02 09:10:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.9 
2014/11/04 09:22:57 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux
 IUSE=kernel_FreeBSD kernel_linux oom openvz unicode vserver
 
 RDEPEND=sys-libs/ncurses[unicode?]



1.149sys-process/htop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   2 Nov 2014 09:10:33 -   1.148
+++ ChangeLog   4 Nov 2014 09:22:57 -   1.149
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.148 
2014/11/02 09:10:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.149 
2014/11/04 09:22:57 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org htop-1.0.3.ebuild:
+  Stable for sparc, wrt bug #525450
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org htop-1.0.3.ebuild:
   Stable for alpha, wrt bug #525450






[gentoo-commits] gentoo-x86 commit in net-misc/putty: putty-0.63_p20141002.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:22:40

  Modified: putty-0.63_p20141002.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525322
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  net-misc/putty/putty-0.63_p20141002.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild?r1=1.6r2=1.7

Index: putty-0.63_p20141002.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- putty-0.63_p20141002.ebuild 2 Nov 2014 09:00:16 -   1.6
+++ putty-0.63_p20141002.ebuild 4 Nov 2014 09:22:40 -   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-misc/putty/putty-0.63_p20141002.ebuild,v 1.6 
2014/11/02 09:00:16 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild,v 1.7 
2014/11/04 09:22:40 ago Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils toolchain-funcs
@@ -15,7 +15,7 @@
 LICENSE=MIT
 
 SLOT=0
-KEYWORDS=alpha amd64 hppa ppc ~sparc x86
+KEYWORDS=alpha amd64 hppa ppc sparc x86
 IUSE=doc +gtk ipv6 kerberos
 
 S=${WORKDIR}/${P/_p*/}-2014-10-02



1.103net-misc/putty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   2 Nov 2014 09:00:16 -   1.102
+++ ChangeLog   4 Nov 2014 09:22:40 -   1.103
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/putty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.102 2014/11/02 
09:00:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.103 2014/11/04 
09:22:40 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org putty-0.63_p20141002.ebuild:
+  Stable for sparc, wrt bug #525322
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org putty-0.63_p20141002.ebuild:
   Stable for alpha, wrt bug #525322






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: pv-1.5.7.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:23:17

  Modified: pv-1.5.7.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525634
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-apps/pv/pv-1.5.7.ebuild

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

Index: pv-1.5.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pv-1.5.7.ebuild 2 Nov 2014 09:00:33 -   1.8
+++ pv-1.5.7.ebuild 4 Nov 2014 09:23:17 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild,v 1.8 
2014/11/02 09:00:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild,v 1.9 
2014/11/04 09:23:17 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=Artistic-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
 IUSE=debug nls
 
 PV_LINGUAS=( de fr pl pt )



1.105sys-apps/pv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   2 Nov 2014 09:00:33 -   1.104
+++ ChangeLog   4 Nov 2014 09:23:17 -   1.105
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.104 2014/11/02 
09:00:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.105 2014/11/04 
09:23:17 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org pv-1.5.7.ebuild:
+  Stable for sparc, wrt bug #525634
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org pv-1.5.7.ebuild:
   Stable for alpha, wrt bug #525634






[gentoo-commits] gentoo-x86 commit in dev-python/python-ldap: python-ldap-2.4.15.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:23:35

  Modified: python-ldap-2.4.15.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525636
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-python/python-ldap/python-ldap-2.4.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?r1=1.10r2=1.11

Index: python-ldap-2.4.15.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-ldap-2.4.15.ebuild   2 Nov 2014 09:09:56 -   1.10
+++ python-ldap-2.4.15.ebuild   4 Nov 2014 09:23:35 -   1.11
@@ -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/python-ldap/python-ldap-2.4.15.ebuild,v 1.10 
2014/11/02 09:09:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.11 
2014/11/04 09:23:35 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=PSF-2
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris
 # doc flag dropped due to absence of the docs
 IUSE=examples sasl ssl
 



1.145dev-python/python-ldap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   2 Nov 2014 09:09:56 -   1.144
+++ ChangeLog   4 Nov 2014 09:23:35 -   1.145
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.144 
2014/11/02 09:09:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.145 
2014/11/04 09:23:35 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org python-ldap-2.4.15.ebuild:
+  Stable for sparc, wrt bug #525636
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org python-ldap-2.4.15.ebuild:
   Stable for alpha, wrt bug #525636






[gentoo-commits] gentoo-x86 commit in dev-util/ninja: ninja-1.5.1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:23:53

  Modified: ninja-1.5.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525658
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-util/ninja/ninja-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?r1=1.8r2=1.9

Index: ninja-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ninja-1.5.1.ebuild  3 Nov 2014 09:35:42 -   1.8
+++ ninja-1.5.1.ebuild  4 Nov 2014 09:23:53 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.8 
2014/11/03 09:35:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.9 
2014/11/04 09:23:53 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
KEYWORDS=
 else
SRC_URI=https://github.com/martine/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=alpha amd64 arm ~arm64 ~m68k ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+   KEYWORDS=alpha amd64 arm ~arm64 ~m68k ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 fi
 
 DESCRIPTION=A small build system similar to make



1.39 dev-util/ninja/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   3 Nov 2014 09:35:42 -   1.38
+++ ChangeLog   4 Nov 2014 09:23:53 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ninja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.38 2014/11/03 
09:35:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.39 2014/11/04 
09:23:53 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org ninja-1.5.1.ebuild:
+  Stable for sparc, wrt bug #525658
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org ninja-1.5.1.ebuild:
   Stable for x86, wrt bug #525658






[gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: xscreensaver-5.30.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:24:11

  Modified: xscreensaver-5.30.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525680
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 x11-misc/xscreensaver/xscreensaver-5.30.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild?r1=1.9r2=1.10

Index: xscreensaver-5.30.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xscreensaver-5.30.ebuild3 Nov 2014 09:36:39 -   1.9
+++ xscreensaver-5.30.ebuild4 Nov 2014 09:24:11 -   1.10
@@ -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-misc/xscreensaver/xscreensaver-5.30.ebuild,v 1.9 
2014/11/03 09:36:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild,v 1.10 
2014/11/04 09:24:11 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib pam
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
 IUSE=gdm jpeg new-login opengl pam +perl selinux suid xinerama
 
 COMMON_DEPEND=



1.379x11-misc/xscreensaver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.379view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.379content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.378r2=1.379

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -r1.378 -r1.379
--- ChangeLog   3 Nov 2014 09:36:39 -   1.378
+++ ChangeLog   4 Nov 2014 09:24:11 -   1.379
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xscreensaver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.378 
2014/11/03 09:36:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.379 
2014/11/04 09:24:11 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org xscreensaver-5.30.ebuild:
+  Stable for sparc, wrt bug #525680
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org xscreensaver-5.30.ebuild:
   Stable for x86, wrt bug #525680






[gentoo-commits] gentoo-x86 commit in media-gfx/sane-backends: sane-backends-1.0.24-r5.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:24:30

  Modified: sane-backends-1.0.24-r5.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525750
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild

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

Index: sane-backends-1.0.24-r5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sane-backends-1.0.24-r5.ebuild  3 Nov 2014 11:02:58 -   1.4
+++ sane-backends-1.0.24-r5.ebuild  4 Nov 2014 09:24:30 -   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/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild,v
 1.4 2014/11/03 11:02:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild,v
 1.5 2014/11/04 09:24:30 ago Exp $
 
 EAPI=5
 
@@ -122,7 +122,7 @@
 
 LICENSE=GPL-2 public-domain
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux
 
 RDEPEND=
sane_backends_dc210? ( =virtual/jpeg-0-r2[${MULTILIB_USEDEP}] )



1.262media-gfx/sane-backends/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.262view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.262content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.261r2=1.262

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   3 Nov 2014 11:02:58 -   1.261
+++ ChangeLog   4 Nov 2014 09:24:30 -   1.262
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/sane-backends
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.261 
2014/11/03 11:02:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.262 
2014/11/04 09:24:30 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org 
sane-backends-1.0.24-r5.ebuild:
+  Stable for sparc, wrt bug #525750
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org 
sane-backends-1.0.24-r5.ebuild:
   Stable for amd64, wrt bug #525750






[gentoo-commits] gentoo-x86 commit in dev-libs/libdaemon: libdaemon-0.14-r2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:24:47

  Modified: libdaemon-0.14-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525982
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/libdaemon/libdaemon-0.14-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?r1=1.9r2=1.10

Index: libdaemon-0.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libdaemon-0.14-r2.ebuild3 Nov 2014 09:37:16 -   1.9
+++ libdaemon-0.14-r2.ebuild4 Nov 2014 09:24:47 -   1.10
@@ -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-libs/libdaemon/libdaemon-0.14-r2.ebuild,v 1.9 
2014/11/03 09:37:16 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild,v 1.10 
2014/11/04 09:24:47 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd
 IUSE=doc examples static-libs
 
 RDEPEND=



1.83 dev-libs/libdaemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.83view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.83content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/ChangeLog?r1=1.82r2=1.83

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   3 Nov 2014 09:37:16 -   1.82
+++ ChangeLog   4 Nov 2014 09:24:47 -   1.83
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libdaemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.82 
2014/11/03 09:37:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.83 
2014/11/04 09:24:47 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org libdaemon-0.14-r2.ebuild:
+  Stable for sparc, wrt bug #525982
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org libdaemon-0.14-r2.ebuild:
   Stable for x86, wrt bug #525982






[gentoo-commits] gentoo-x86 commit in sys-devel/gdb: gdb-7.7.1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:25:06

  Modified: gdb-7.7.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526376
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-devel/gdb/gdb-7.7.1.ebuild

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

Index: gdb-7.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gdb-7.7.1.ebuild2 Nov 2014 09:08:35 -   1.8
+++ gdb-7.7.1.ebuild4 Nov 2014 09:25:06 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild,v 1.8 
2014/11/02 09:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild,v 1.9 
2014/11/04 09:25:06 ago Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -51,7 +51,7 @@
 LICENSE=GPL-2 LGPL-2
 SLOT=0
 if [[ ${PV} != * ]] ; then
-   KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+   KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 fi
 IUSE=+client expat lzma multitarget nls +python +server test vanilla zlib
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )



1.281sys-devel/gdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.281view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.281content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.280r2=1.281

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   2 Nov 2014 09:08:35 -   1.280
+++ ChangeLog   4 Nov 2014 09:25:06 -   1.281
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.280 2014/11/02 
09:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.281 2014/11/04 
09:25:06 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org gdb-7.7.1.ebuild:
+  Stable for sparc, wrt bug #526376
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org gdb-7.7.1.ebuild:
   Stable for alpha, wrt bug #526376






[gentoo-commits] gentoo-x86 commit in app-misc/devtodo: devtodo-0.1.20-r2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:25:23

  Modified: devtodo-0.1.20-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526420
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-misc/devtodo/devtodo-0.1.20-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r2.ebuild?r1=1.7r2=1.8

Index: devtodo-0.1.20-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- devtodo-0.1.20-r2.ebuild2 Nov 2014 09:06:12 -   1.7
+++ devtodo-0.1.20-r2.ebuild4 Nov 2014 09:25:23 -   1.8
@@ -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-misc/devtodo/devtodo-0.1.20-r2.ebuild,v 
1.7 2014/11/02 09:06:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r2.ebuild,v 
1.8 2014/11/04 09:25:23 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=
 
 RDEPEND=



1.105app-misc/devtodo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   2 Nov 2014 09:06:12 -   1.104
+++ ChangeLog   4 Nov 2014 09:25:23 -   1.105
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/devtodo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.104 
2014/11/02 09:06:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.105 
2014/11/04 09:25:23 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org devtodo-0.1.20-r2.ebuild:
+  Stable for sparc, wrt bug #526420
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org devtodo-0.1.20-r2.ebuild:
   Stable for alpha, wrt bug #526420






[gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.24-r3.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:26:08

  Modified: binutils-2.24-r3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526482
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-devel/binutils/binutils-2.24-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild?r1=1.7r2=1.8

Index: binutils-2.24-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- binutils-2.24-r3.ebuild 2 Nov 2014 09:09:02 -   1.7
+++ binutils-2.24-r3.ebuild 4 Nov 2014 09:26:08 -   1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.7 
2014/11/02 09:09:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.8 
2014/11/04 09:26:08 ago Exp $
 
 PATCHVER=1.4
 ELF2FLT_VER=
 inherit toolchain-binutils
 
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd



1.523sys-devel/binutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.523view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.523content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.522r2=1.523

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -r1.522 -r1.523
--- ChangeLog   2 Nov 2014 09:09:02 -   1.522
+++ ChangeLog   4 Nov 2014 09:26:08 -   1.523
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.522 
2014/11/02 09:09:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.523 
2014/11/04 09:26:08 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org binutils-2.24-r3.ebuild:
+  Stable for sparc, wrt bug #526482
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org binutils-2.24-r3.ebuild:
   Stable for alpha, wrt bug #526482






[gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: smartmontools-6.3.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:25:41

  Modified: smartmontools-6.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526444
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-apps/smartmontools/smartmontools-6.3.ebuild

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

Index: smartmontools-6.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smartmontools-6.3.ebuild3 Nov 2014 09:33:28 -   1.8
+++ smartmontools-6.3.ebuild4 Nov 2014 09:25:41 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v 1.8 
2014/11/03 09:33:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v 1.9 
2014/11/04 09:25:41 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
inherit subversion autotools
 else
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-   KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
+   KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
 fi
 
 DESCRIPTION=Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools



1.144sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   3 Nov 2014 09:33:28 -   1.143
+++ ChangeLog   4 Nov 2014 09:25:41 -   1.144
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.143 
2014/11/03 09:33:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.144 
2014/11/04 09:25:41 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org smartmontools-6.3.ebuild:
+  Stable for sparc, wrt bug #526444
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org smartmontools-6.3.ebuild:
   Stable for x86, wrt bug #526444






[gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ufraw-0.20.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:26:42

  Modified: ufraw-0.20.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526918
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  media-gfx/ufraw/ufraw-0.20.ebuild

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

Index: ufraw-0.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.20.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ufraw-0.20.ebuild   3 Nov 2014 09:40:08 -   1.8
+++ ufraw-0.20.ebuild   4 Nov 2014 09:26:42 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.20.ebuild,v 1.8 
2014/11/03 09:40:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.20.ebuild,v 1.9 
2014/11/04 09:26:42 ago Exp $
 
 EAPI=5
 inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
 IUSE=contrast fits gimp gnome gtk openmp timezone
 
 RDEPEND=dev-libs/glib:2



1.128media-gfx/ufraw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   3 Nov 2014 09:40:08 -   1.127
+++ ChangeLog   4 Nov 2014 09:26:42 -   1.128
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/ufraw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.127 
2014/11/03 09:40:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.128 
2014/11/04 09:26:42 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org ufraw-0.20.ebuild:
+  Stable for sparc, wrt bug #526918
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org ufraw-0.20.ebuild:
   Stable for x86, wrt bug #526918






[gentoo-commits] gentoo-x86 commit in www-client/lynx: lynx-2.8.8_p2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:26:25

  Modified: lynx-2.8.8_p2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526588
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  www-client/lynx/lynx-2.8.8_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild?r1=1.8r2=1.9

Index: lynx-2.8.8_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lynx-2.8.8_p2.ebuild2 Nov 2014 09:05:41 -   1.8
+++ lynx-2.8.8_p2.ebuild4 Nov 2014 09:26:25 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild,v 1.8 
2014/11/02 09:05:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_p2.ebuild,v 1.9 
2014/11/04 09:26:25 ago Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=bzip2 cjk gnutls idn ipv6 nls ssl unicode
 
 RDEPEND=sys-libs/ncurses[unicode?]



1.160www-client/lynx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   2 Nov 2014 09:05:41 -   1.159
+++ ChangeLog   4 Nov 2014 09:26:25 -   1.160
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/lynx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.159 
2014/11/02 09:05:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.160 
2014/11/04 09:26:25 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org lynx-2.8.8_p2.ebuild:
+  Stable for sparc, wrt bug #526588
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org lynx-2.8.8_p2.ebuild:
   Stable for alpha, wrt bug #526588






[gentoo-commits] gentoo-x86 commit in app-text/pytextile: pytextile-2.1.8.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:27:16

  Modified: pytextile-2.1.8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #527394
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-text/pytextile/pytextile-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?r1=1.8r2=1.9

Index: pytextile-2.1.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytextile-2.1.8.ebuild  3 Nov 2014 09:42:42 -   1.8
+++ pytextile-2.1.8.ebuild  4 Nov 2014 09:27:16 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.8 2014/11/03 09:42:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.9 2014/11/04 09:27:16 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=amd64 ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.40 app-text/pytextile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   3 Nov 2014 09:42:42 -   1.39
+++ ChangeLog   4 Nov 2014 09:27:16 -   1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pytextile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.39 
2014/11/03 09:42:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.40 
2014/11/04 09:27:16 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org pytextile-2.1.8.ebuild:
+  Stable for sparc, wrt bug #527394
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org pytextile-2.1.8.ebuild:
   Stable for x86, wrt bug #527394






[gentoo-commits] gentoo-x86 commit in media-gfx/xsane: xsane-0.999-r1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:26:59

  Modified: xsane-0.999-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #526922
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-gfx/xsane/xsane-0.999-r1.ebuild

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

Index: xsane-0.999-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xsane-0.999-r1.ebuild   3 Nov 2014 11:02:42 -   1.2
+++ xsane-0.999-r1.ebuild   4 Nov 2014 09:26:59 -   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/media-gfx/xsane/xsane-0.999-r1.ebuild,v 1.2 
2014/11/03 11:02:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999-r1.ebuild,v 1.3 
2014/11/04 09:26:59 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=nls jpeg png tiff gimp lcms ocr
 
 RDEPEND=



1.115media-gfx/xsane/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   3 Nov 2014 11:02:42 -   1.114
+++ ChangeLog   4 Nov 2014 09:26:59 -   1.115
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/xsane
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.114 
2014/11/03 11:02:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.115 
2014/11/04 09:26:59 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org xsane-0.999-r1.ebuild:
+  Stable for sparc, wrt bug #526922
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org xsane-0.999-r1.ebuild:
   Stable for amd64, wrt bug #526922






[gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: dnsmasq-2.72.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:27:34

  Modified: dnsmasq-2.72.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #527536
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-dns/dnsmasq/dnsmasq-2.72.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild?r1=1.4r2=1.5

Index: dnsmasq-2.72.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnsmasq-2.72.ebuild 3 Nov 2014 10:25:49 -   1.4
+++ dnsmasq-2.72.ebuild 4 Nov 2014 09:27:34 -   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/net-dns/dnsmasq/dnsmasq-2.72.ebuild,v 1.4 
2014/11/03 10:25:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild,v 1.5 
2014/11/04 09:27:34 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~sparc-fbsd ~x86-fbsd
 IUSE=auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn ipv6 lua nls script 
selinux static tftp
 DM_LINGUAS=de es fi fr id it no pl pt_BR ro
 for dm_lingua in ${DM_LINGUAS}; do



1.258net-dns/dnsmasq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.258view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.258content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?r1=1.257r2=1.258

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   3 Nov 2014 10:25:49 -   1.257
+++ ChangeLog   4 Nov 2014 09:27:34 -   1.258
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/dnsmasq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.257 
2014/11/03 10:25:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.258 
2014/11/04 09:27:34 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org dnsmasq-2.72.ebuild:
+  Stable for sparc, wrt bug #527536
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org dnsmasq-2.72.ebuild:
   Stable for amd64, wrt bug #527536






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-init-scripts: mysql-init-scripts-2.0-r1.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:28:09

  Modified: mysql-init-scripts-2.0-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #527842
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild?r1=1.2r2=1.3

Index: mysql-init-scripts-2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-init-scripts-2.0-r1.ebuild3 Nov 2014 10:25:23 -   1.2
+++ mysql-init-scripts-2.0-r1.ebuild4 Nov 2014 09:28:09 -   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-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild,v
 1.2 2014/11/03 10:25:23 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0-r1.ebuild,v
 1.3 2014/11/04 09:28:09 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~sparc-fbsd ~x86-fbsd
 IUSE=
 
 DEPEND=



1.46 dev-db/mysql-init-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   3 Nov 2014 10:25:23 -   1.45
+++ ChangeLog   4 Nov 2014 09:28:09 -   1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql-init-scripts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog,v 1.45 
2014/11/03 10:25:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/ChangeLog,v 1.46 
2014/11/04 09:28:09 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org
+  mysql-init-scripts-2.0-r1.ebuild:
+  Stable for sparc, wrt bug #527842
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org
   mysql-init-scripts-2.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-block/parted: parted-3.2.ebuild ChangeLog

2014-11-04 Thread Agostino Sarubbo (ago)
ago 14/11/04 09:28:27

  Modified: parted-3.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #527846
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  sys-block/parted/parted-3.2.ebuild

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

Index: parted-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- parted-3.2.ebuild   3 Nov 2014 10:25:28 -   1.3
+++ parted-3.2.ebuild   4 Nov 2014 09:28:27 -   1.4
@@ -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-block/parted/parted-3.2.ebuild,v 1.3 
2014/11/03 10:25:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.4 
2014/11/04 09:28:27 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86
 IUSE=+debug device-mapper nls readline selinux static-libs test
 
 # specific version for gettext needed



1.50 sys-block/parted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   3 Nov 2014 10:25:28 -   1.49
+++ ChangeLog   4 Nov 2014 09:28:27 -   1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sys-block/parted
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.49 
2014/11/03 10:25:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.50 
2014/11/04 09:28:27 ago Exp $
+
+  04 Nov 2014; Agostino Sarubbo a...@gentoo.org parted-3.2.ebuild:
+  Stable for sparc, wrt bug #527846
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org parted-3.2.ebuild:
   Stable for amd64, wrt bug #527846






[gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.3.13.ebuild iprutils-2.3.0.ebuild iprutils-2.3.9.ebuild ChangeLog

2014-11-04 Thread Mikle Kolyada (zlogene)
zlogene 14/11/04 09:31:35

  Modified: iprutils-2.3.13.ebuild iprutils-2.3.0.ebuild
iprutils-2.3.9.ebuild ChangeLog
  Log:
  QA: drop LICENSE from dodoc
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  sys-fs/iprutils/iprutils-2.3.13.ebuild

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

Index: iprutils-2.3.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iprutils-2.3.13.ebuild  27 Feb 2013 20:54:42 -  1.1
+++ iprutils-2.3.13.ebuild  4 Nov 2014 09:31:35 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.13.ebuild,v 
1.1 2013/02/27 20:54:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.13.ebuild,v 
1.2 2014/11/04 09:31:35 zlogene Exp $
 
 inherit eutils
 
@@ -24,7 +24,7 @@
 
 src_install () {
make INSTALL_MOD_PATH=${D} install || die
-   dodoc ChangeLog LICENSE
+   dodoc ChangeLog
 
newinitd ${FILESDIR}/iprinit iprinit
newinitd ${FILESDIR}/iprupdate iprupdate



1.4  sys-fs/iprutils/iprutils-2.3.0.ebuild

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

Index: iprutils-2.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iprutils-2.3.0.ebuild   21 Jan 2013 22:20:54 -  1.3
+++ iprutils-2.3.0.ebuild   4 Nov 2014 09:31:35 -   1.4
@@ -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/sys-fs/iprutils/iprutils-2.3.0.ebuild,v 1.3 
2013/01/21 22:20:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.0.ebuild,v 1.4 
2014/11/04 09:31:35 zlogene Exp $
 
 inherit eutils
 
@@ -24,7 +24,7 @@
 
 src_install () {
make INSTALL_MOD_PATH=${D} install || die
-   dodoc ChangeLog LICENSE
+   dodoc ChangeLog
 
newinitd ${FILESDIR}/iprinit iprinit
newinitd ${FILESDIR}/iprupdate iprupdate



1.5  sys-fs/iprutils/iprutils-2.3.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.9.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.9.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.9.ebuild?r1=1.4r2=1.5

Index: iprutils-2.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iprutils-2.3.9.ebuild   27 Feb 2013 20:54:42 -  1.4
+++ iprutils-2.3.9.ebuild   4 Nov 2014 09:31:35 -   1.5
@@ -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/sys-fs/iprutils/iprutils-2.3.9.ebuild,v 1.4 
2013/02/27 20:54:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.9.ebuild,v 1.5 
2014/11/04 09:31:35 zlogene Exp $
 
 inherit eutils
 
@@ -24,7 +24,7 @@
 
 src_install () {
make INSTALL_MOD_PATH=${D} install || die
-   dodoc ChangeLog LICENSE
+   dodoc ChangeLog
 
newinitd ${FILESDIR}/iprinit iprinit
newinitd ${FILESDIR}/iprupdate iprupdate



1.40 sys-fs/iprutils/ChangeLog

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

[gentoo-commits] gentoo-x86 commit in profiles/arch/arm/armv7a: use.force use.mask

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 09:33:08

  Modified: use.mask
  Added:use.force
  Log:
  rework a bit armv7 cpuflags so that ffmpeg compiles out of the box: 
armv{5te,6,6te} flags mean this or later, so that armv7 can force it.

Revision  ChangesPath
1.3  profiles/arch/arm/armv7a/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/use.mask?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/use.mask?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/use.mask?r1=1.2r2=1.3

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/armv7a/use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- use.mask29 Jul 2014 18:57:28 -  1.2
+++ use.mask4 Nov 2014 09:33:08 -   1.3
@@ -1,3 +1,6 @@
 # Unmask armv7 specific USE flags
 -neon
 -armvfp
+-armv5te
+-armv6
+-armv6t2



1.1  profiles/arch/arm/armv7a/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/use.force?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/use.force?rev=1.1content-type=text/plain

Index: use.force
===
# armv7 has these instruction sets
armv5te
armv6
armv6t2






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

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 09:33:08

  Modified: ChangeLog
  Log:
  rework a bit armv7 cpuflags so that ffmpeg compiles out of the box: 
armv{5te,6,6te} flags mean this or later, so that armv7 can force it.

Revision  ChangesPath
1.324profiles/arch/arm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- ChangeLog   30 Oct 2014 07:35:29 -  1.323
+++ ChangeLog   4 Nov 2014 09:33:08 -   1.324
@@ -1,6 +1,11 @@
 # ChangeLog for Gentoo/ARM profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.323 
2014/10/30 07:35:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.324 
2014/11/04 09:33:08 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org +armv7a/use.force,
+  armv7a/use.mask:
+  rework a bit armv7 cpuflags so that ffmpeg compiles out of the box:
+  armv{5te,6,6te} flags mean this or later, so that armv7 can force it.
 
   30 Oct 2014; Alexis Ballier aball...@gentoo.org use.mask:
   mask cg useflag as on ia64/hppa






[gentoo-commits] gentoo-x86 commit in sys-block/parted: parted-3.2.ebuild parted-2.4.ebuild ChangeLog

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 09:41:40

  Modified: parted-3.2.ebuild parted-2.4.ebuild ChangeLog
  Log:
  Set RESTRICT=test (bug #276687).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  sys-block/parted/parted-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?r1=1.4r2=1.5

Index: parted-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- parted-3.2.ebuild   4 Nov 2014 09:28:27 -   1.4
+++ parted-3.2.ebuild   4 Nov 2014 09:41:40 -   1.5
@@ -1,10 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.4 
2014/11/04 09:28:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.5 
2014/11/04 09:41:40 jer Exp $
 
 EAPI=5
-
-inherit autotools eutils
+inherit eutils
 
 DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
 HOMEPAGE=http://www.gnu.org/software/parted;
@@ -13,7 +12,8 @@
 LICENSE=GPL-3
 SLOT=0
 KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86
-IUSE=+debug device-mapper nls readline selinux static-libs test
+IUSE=+debug device-mapper nls readline selinux static-libs
+RESTRICT=test
 
 # specific version for gettext needed
 # to fix bug 85999
@@ -28,31 +28,10 @@
${RDEPEND}
nls? ( =sys-devel/gettext-0.12.1-r2 )
virtual/pkgconfig
-   test? (
-   =dev-libs/check-0.9.3
-   dev-perl/Digest-CRC
-   )
 
 
 src_prepare() {
-   # Remove tests known to FAIL instead of SKIP without OS/userland support
-   sed -i \
-   -e 's|t3000-symlink.sh||g' \
-   libparted/tests/Makefile.am || die
-
-   sed -i \
-   -e '/t4100-dvh-partition-limits.sh/d' \
-   -e '/t4100-msdos-partition-limits.sh/d' \
-   -e '/t6000-dm.sh/d' \
-   tests/Makefile.am || die
-   # There is no configure flag for controlling the dev-libs/check test
-   sed -i \
-   -e s:have_check=[a-z]*:have_check=$(usex test):g \
-   configure.ac || die
-
epatch ${FILESDIR}/${PN}-3.2-devmapper.patch
-
-   eautoreconf
 }
 
 src_configure() {
@@ -67,13 +46,6 @@
--disable-silent-rules
 }
 
-src_test() {
-   if use debug; then
-   emake check
-   else
-   ewarn Skipping tests because USE=-debug is set
-   fi
-}
 DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} )
 
 src_install() {



1.19 sys-block/parted/parted-2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-2.4.ebuild?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-2.4.ebuild?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-2.4.ebuild?r1=1.18r2=1.19

Index: parted-2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-2.4.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- parted-2.4.ebuild   4 Mar 2014 00:25:40 -   1.18
+++ parted-2.4.ebuild   4 Nov 2014 09:41:40 -   1.19
@@ -1,10 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-2.4.ebuild,v 1.18 
2014/03/04 00:25:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-2.4.ebuild,v 1.19 
2014/11/04 09:41:40 jer Exp $
 
-EAPI=3
-
-inherit autotools eutils
+EAPI=5
+inherit eutils
 
 DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
 HOMEPAGE=http://www.gnu.org/software/parted;
@@ -14,6 +13,7 @@
 SLOT=0
 KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86
 IUSE=+debug device-mapper nls readline selinux static-libs
+RESTRICT=test
 
 # specific version for gettext needed
 # to fix bug 85999
@@ -33,16 +33,6 @@
 src_prepare() {
epatch ${FILESDIR}/${P}-no-gets.patch
epatch ${FILESDIR}/${P}-readline.patch
-
-   # Remove tests known to FAIL instead of SKIP without OS/userland support
-   sed -i libparted/tests/Makefile.am \
-   -e 's|t3000-symlink.sh||g' || die sed failed
-   sed -i tests/Makefile.am \
-   

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

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 09:48:43

  Modified: ffmpeg-.ebuild ffmpeg-2.4.3.ebuild ChangeLog
ffmpeg-2.2.10.ebuild
  Log:
  give preference to -mcpu then -mtune then -march for setting cpu, this should 
match better the precision of the flags
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.176media-video/ffmpeg/ffmpeg-.ebuild

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

Index: ffmpeg-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ffmpeg-.ebuild  4 Nov 2014 09:20:04 -   1.175
+++ ffmpeg-.ebuild  4 Nov 2014 09:48:43 -   1.176
@@ -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-video/ffmpeg/ffmpeg-.ebuild,v 
1.175 2014/11/04 09:20:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v 
1.176 2014/11/04 09:48:43 aballier Exp $
 
 EAPI=5
 
@@ -289,7 +289,7 @@
# We need to do this so that features of that CPU will be better used
# If they contain an unknown CPU it will not hurt since ffmpeg's 
configure
# will just ignore it.
-   for i in $(get-flag march) $(get-flag mcpu) $(get-flag mtune) ; do
+   for i in $(get-flag mcpu) $(get-flag mtune) $(get-flag march) ; do
[[ ${i} = native ]]  i=host # bug #273421
myconf+=( --cpu=${i} )
break



1.3  media-video/ffmpeg/ffmpeg-2.4.3.ebuild

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

Index: ffmpeg-2.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg-2.4.3.ebuild 4 Nov 2014 09:20:04 -   1.2
+++ ffmpeg-2.4.3.ebuild 4 Nov 2014 09:48: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/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v 
1.2 2014/11/04 09:20:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.4.3.ebuild,v 
1.3 2014/11/04 09:48:43 aballier Exp $
 
 EAPI=5
 
@@ -288,7 +288,7 @@
# We need to do this so that features of that CPU will be better used
# If they contain an unknown CPU it will not hurt since ffmpeg's 
configure
# will just ignore it.
-   for i in $(get-flag march) $(get-flag mcpu) $(get-flag mtune) ; do
+   for i in $(get-flag mcpu) $(get-flag mtune) $(get-flag march) ; do
[[ ${i} = native ]]  i=host # bug #273421
myconf+=( --cpu=${i} )
break



1.808media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.807
retrieving revision 1.808
diff -u -r1.807 -r1.808
--- ChangeLog   4 Nov 2014 09:20:04 -   1.807
+++ ChangeLog   4 Nov 2014 09:48:43 -   1.808
@@ -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.807 
2014/11/04 09:20:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.808 
2014/11/04 09:48:43 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org ffmpeg-2.2.10.ebuild,
+  ffmpeg-2.4.3.ebuild, ffmpeg-.ebuild:
+  give preference to -mcpu then -mtune then -march for setting cpu, this should
+  match better the precision of the flags
 
   

[gentoo-commits] gentoo-x86 commit in net-analyzer/etherape: ChangeLog etherape-0.9.12.ebuild

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 09:58:26

  Modified: ChangeLog
  Removed:  etherape-0.9.12.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.76 net-analyzer/etherape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   4 Nov 2014 09:22:04 -   1.75
+++ ChangeLog   4 Nov 2014 09:58:26 -   1.76
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/etherape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.75 
2014/11/04 09:22:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.76 
2014/11/04 09:58:26 jer Exp $
+
+  04 Nov 2014; Jeroen Roovers j...@gentoo.org -etherape-0.9.12.ebuild,
+  -files/etherape-0.9.3-res_mkquery.patch:
+  Old.
 
   04 Nov 2014; Agostino Sarubbo a...@gentoo.org etherape-0.9.13.ebuild:
   Stable for sparc, wrt bug #525120






[gentoo-commits] gentoo-x86 commit in net-analyzer/etherape/files: etherape-0.9.3-res_mkquery.patch

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 09:58:26

  Removed:  etherape-0.9.3-res_mkquery.patch
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-misc/putty: ChangeLog putty-0.63-r1.ebuild putty-0.63_p20140416.ebuild putty-0.63_p20140820.ebuild

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 10:00:17

  Modified: ChangeLog
  Removed:  putty-0.63-r1.ebuild putty-0.63_p20140416.ebuild
putty-0.63_p20140820.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.104net-misc/putty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   4 Nov 2014 09:22:40 -   1.103
+++ ChangeLog   4 Nov 2014 10:00:17 -   1.104
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/putty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.103 2014/11/04 
09:22:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.104 2014/11/04 
10:00:17 jer Exp $
+
+  04 Nov 2014; Jeroen Roovers j...@gentoo.org -putty-0.63-r1.ebuild,
+  -putty-0.63_p20140416.ebuild, -putty-0.63_p20140820.ebuild:
+  Old.
 
   04 Nov 2014; Agostino Sarubbo a...@gentoo.org putty-0.63_p20141002.ebuild:
   Stable for sparc, wrt bug #525322






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.5.3.ebuild

2014-11-04 Thread Jeroen Roovers (jer)
jer 14/11/04 10:01:05

  Modified: ChangeLog
  Removed:  pv-1.5.3.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.106sys-apps/pv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   4 Nov 2014 09:23:17 -   1.105
+++ ChangeLog   4 Nov 2014 10:01:05 -   1.106
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.105 2014/11/04 
09:23:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.106 2014/11/04 
10:01:05 jer Exp $
+
+  04 Nov 2014; Jeroen Roovers j...@gentoo.org -pv-1.5.3.ebuild:
+  Old.
 
   04 Nov 2014; Agostino Sarubbo a...@gentoo.org pv-1.5.7.ebuild:
   Stable for sparc, wrt bug #525634






[gentoo-commits] gentoo-x86 commit in media-libs/phonon: phonon-4.8.2.ebuild ChangeLog

2014-11-04 Thread Manuel Rueger (mrueg)
mrueg   14/11/04 10:13:39

  Modified: ChangeLog
  Added:phonon-4.8.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.70 media-libs/phonon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   2 Nov 2014 09:00:51 -   1.69
+++ ChangeLog   4 Nov 2014 10:13:39 -   1.70
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/phonon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.69 
2014/11/02 09:00:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.70 
2014/11/04 10:13:39 mrueg Exp $
+
+*phonon-4.8.2 (04 Nov 2014)
+
+  04 Nov 2014; Manuel Rüger mr...@gentoo.org +phonon-4.8.2.ebuild:
+  Version bump.
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org phonon-4.7.2.ebuild:
   Stable for alpha, wrt bug #519592



1.1  media-libs/phonon/phonon-4.8.2.ebuild

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

Index: phonon-4.8.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.8.2.ebuild,v 1.1 
2014/11/04 10:13:39 mrueg Exp $

EAPI=5

if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/phonon/${PV}/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
else
SCM_ECLASS=git-r3
EGIT_REPO_URI=( git://anongit.kde.org/${PN} )
KEYWORDS=
fi

inherit cmake-utils multibuild ${SCM_ECLASS}

DESCRIPTION=KDE multimedia API
HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon;

LICENSE=LGPL-2.1
SLOT=0
IUSE=aqua debug designer gstreamer pulseaudio +qt4 qt5 +vlc zeitgeist

REQUIRED_USE=
|| ( aqua gstreamer vlc )
|| ( qt4 qt5 )
zeitgeist? ( qt4 )


RDEPEND=
!!dev-qt/qtphonon:4
qt4? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
designer? ( dev-qt/designer:4 )
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
designer? ( dev-qt/designer:5 )
)
pulseaudio? (
dev-libs/glib:2
=media-sound/pulseaudio-0.9.21[glib]
)
zeitgeist? ( dev-libs/libqzeitgeist )

DEPEND=${RDEPEND}
qt4? ( =dev-util/automoc-0.9.87 )
virtual/pkgconfig

PDEPEND=
aqua? ( media-libs/phonon-qt7 )
gstreamer? ( =media-libs/phonon-gstreamer-4.8.0[qt4?,qt5?] )
vlc? ( =media-libs/phonon-vlc-0.8.0[qt4?,qt5?] )


PATCHES=( ${FILESDIR}/${PN}-4.7.0-plugin-install.patch )

pkg_setup() {
MULTIBUILD_VARIANTS=()
if use qt4; then
MULTIBUILD_VARIANTS+=(qt4)
fi
if use qt5; then
MULTIBUILD_VARIANTS+=(qt5)
fi
}

src_configure() {
myconfigure() {
local mycmakeargs=(
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
$(cmake-utils_use designer PHONON_BUILD_DESIGNER_PLUGIN)
$(cmake-utils_use_with pulseaudio GLIB2)
$(cmake-utils_use_with pulseaudio PulseAudio)
$(cmake-utils_use_with zeitgeist QZeitgeist)
)
if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF)
fi
if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON)
fi
cmake-utils_src_configure
}

multibuild_foreach_variant myconfigure
}

src_compile() {
multibuild_foreach_variant cmake-utils_src_compile
}

src_install() {
multibuild_foreach_variant cmake-utils_src_install
}

src_test() {
multibuild_foreach_variant cmake-utils_src_test
}






[gentoo-commits] gentoo-x86 commit in app-misc/scrub: scrub-2.6.1.ebuild ChangeLog

2014-11-04 Thread Michal Gorny (mgorny)
mgorny  14/11/04 10:13:29

  Modified: ChangeLog
  Added:scrub-2.6.1.ebuild
  Log:
  Version bump. Contains a fix for bug #520194.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 app-misc/scrub/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   26 Dec 2012 17:18:54 -  1.12
+++ ChangeLog   4 Nov 2014 10:13:29 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/scrub
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.12 2012/12/26 
17:18:54 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.13 2014/11/04 
10:13:29 mgorny Exp $
+
+*scrub-2.6.1 (04 Nov 2014)
+
+  04 Nov 2014; Michał Górny mgo...@gentoo.org +scrub-2.6.1.ebuild:
+  Version bump. Contains a fix for bug #520194.
 
   26 Dec 2012; Agostino Sarubbo a...@gentoo.org scrub-2.5.2.ebuild:
   Stable for amd64, wrt bug #448664



1.1  app-misc/scrub/scrub-2.6.1.ebuild

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

Index: scrub-2.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/scrub-2.6.1.ebuild,v 1.1 
2014/11/04 10:13:29 mgorny Exp $

EAPI=5

DESCRIPTION=Write patterns on disk/file
HOMEPAGE=http://code.google.com/p/diskscrub/;
SRC_URI=https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz;

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

DEPEND=
RDEPEND=






[gentoo-commits] gentoo-x86 commit in media-libs/phonon-vlc: phonon-vlc-0.8.1.ebuild ChangeLog

2014-11-04 Thread Manuel Rueger (mrueg)
mrueg   14/11/04 10:16:03

  Modified: ChangeLog
  Added:phonon-vlc-0.8.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.51 media-libs/phonon-vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   18 Oct 2014 14:53:57 -  1.50
+++ ChangeLog   4 Nov 2014 10:16:03 -   1.51
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/phonon-vlc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.50 
2014/10/18 14:53:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.51 
2014/11/04 10:16:03 mrueg Exp $
+
+*phonon-vlc-0.8.1 (04 Nov 2014)
+
+  04 Nov 2014; Manuel Rüger mr...@gentoo.org +phonon-vlc-0.8.1.ebuild:
+  Version bump.
 
   18 Oct 2014; Agostino Sarubbo a...@gentoo.org phonon-vlc-0.7.2.ebuild:
   Stable for ppc64, wrt bug #519592



1.1  media-libs/phonon-vlc/phonon-vlc-0.8.1.ebuild

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

Index: phonon-vlc-0.8.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.1.ebuild,v 1.1 
2014/11/04 10:16:03 mrueg Exp $

EAPI=5

MY_PN=phonon-backend-vlc
MY_P=${MY_PN}-${PV}
EGIT_REPO_URI=( git://anongit.kde.org/${PN} )
[[ ${PV} ==  ]]  git_eclass=git-r3
inherit cmake-utils multibuild ${git_eclass}
unset git_eclass

DESCRIPTION=Phonon VLC backend
HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc;
[[ ${PV} ==  ]] || 
SRC_URI=mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz

LICENSE=LGPL-2.1

# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd

SLOT=0
IUSE=debug +qt4 qt5
REQUIRED_USE=|| ( qt4 qt5 )

RDEPEND=
=media-libs/phonon-4.8.0[qt4=,qt5=]
=media-video/vlc-2.0.1:=[dbus,ogg,vorbis]
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
)

DEPEND=${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig
qt4? ( =dev-util/automoc-0.9.87 )


[[ ${PV} ==  ]] || S=${WORKDIR}/${MY_P}

DOCS=( AUTHORS )

pkg_setup() {
MULTIBUILD_VARIANTS=()
if use qt4; then
MULTIBUILD_VARIANTS+=(qt4)
fi
if use qt5; then
MULTIBUILD_VARIANTS+=(qt5)
fi
}

src_configure() {
myconfigure() {
local mycmakeargs=()
if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF)
fi
if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON)
fi
cmake-utils_src_configure
}

multibuild_foreach_variant myconfigure
}

src_compile() {
multibuild_foreach_variant cmake-utils_src_compile
}

src_install() {
multibuild_foreach_variant cmake-utils_src_install
}

src_test() {
multibuild_foreach_variant cmake-utils_src_test
}

pkg_postinst() {
elog For more verbose debug information, export the following 
variables:
elog PHONON_DEBUG=1
elog 
elog To make KDE detect the new backend without reboot, run:
elog kbuildsycoca4 --noincremental
}






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-bibtexextra: ChangeLog texlive-bibtexextra-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:19:39

  Modified: ChangeLog
  Removed:  texlive-bibtexextra-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.68 dev-texlive/texlive-bibtexextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   3 Nov 2014 06:46:15 -   1.67
+++ ChangeLog   4 Nov 2014 10:19:39 -   1.68
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-bibtexextra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 
1.67 2014/11/03 06:46:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 
1.68 2014/11/04 10:19:39 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-bibtexextra-2011.ebuild:
+  remove texlive 2011
 
 *texlive-bibtexextra-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-basic: ChangeLog texlive-basic-2011-r1.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:19:18

  Modified: ChangeLog
  Removed:  texlive-basic-2011-r1.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.82 dev-texlive/texlive-basic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   3 Nov 2014 06:45:54 -   1.81
+++ ChangeLog   4 Nov 2014 10:19:18 -   1.82
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-basic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.81 
2014/11/03 06:45:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.82 
2014/11/04 10:19:18 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-basic-2011-r1.ebuild:
+  remove texlive 2011
 
 *texlive-basic-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:20:00

  Modified: ChangeLog
  Removed:  texlive-context-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.77 dev-texlive/texlive-context/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   3 Nov 2014 06:46:36 -   1.76
+++ ChangeLog   4 Nov 2014 10:20:00 -   1.77
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-context
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.76 2014/11/03 06:46:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.77 2014/11/04 10:20:00 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-context-2011.ebuild:
+  remove texlive 2011
 
 *texlive-context-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-bulgarian: ChangeLog texlive-documentation-bulgarian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:20:54

  Modified: ChangeLog
  Removed:  texlive-documentation-bulgarian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-bulgarian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:21 -  1.61
+++ ChangeLog   4 Nov 2014 10:20:54 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-bulgarian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog,v 
1.61 2013/04/25 21:26:21 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-bulgarian/ChangeLog,v 
1.62 2014/11/04 10:20:54 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-bulgarian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-bulgarian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-arabic: ChangeLog texlive-documentation-arabic-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:20:18

  Modified: ChangeLog
  Removed:  texlive-documentation-arabic-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.37 dev-texlive/texlive-documentation-arabic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Apr 2013 21:26:17 -  1.36
+++ ChangeLog   4 Nov 2014 10:20:18 -   1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-arabic
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog,v 
1.36 2013/04/25 21:26:17 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-arabic/ChangeLog,v 
1.37 2014/11/04 10:20:18 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-arabic-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-arabic-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-base: ChangeLog texlive-documentation-base-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:20:36

  Modified: ChangeLog
  Removed:  texlive-documentation-base-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.66 dev-texlive/texlive-documentation-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Apr 2013 21:26:19 -  1.65
+++ ChangeLog   4 Nov 2014 10:20:36 -   1.66
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-base
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog,v 1.65 
2013/04/25 21:26:19 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-base/ChangeLog,v 1.66 
2014/11/04 10:20:36 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-base-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-base-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-chinese: ChangeLog texlive-documentation-chinese-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:21:13

  Modified: ChangeLog
  Removed:  texlive-documentation-chinese-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-chinese/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:23 -  1.61
+++ ChangeLog   4 Nov 2014 10:21:13 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-chinese
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog,v 
1.61 2013/04/25 21:26:23 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-chinese/ChangeLog,v 
1.62 2014/11/04 10:21:13 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-chinese-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-chinese-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-english: ChangeLog texlive-documentation-english-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:22:10

  Modified: ChangeLog
  Removed:  texlive-documentation-english-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.64 dev-texlive/texlive-documentation-english/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   25 Apr 2013 21:26:30 -  1.63
+++ ChangeLog   4 Nov 2014 10:22:09 -   1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-english
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 
1.63 2013/04/25 21:26:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 
1.64 2014/11/04 10:22:09 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-english-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-english-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-dutch: ChangeLog texlive-documentation-dutch-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:21:51

  Modified: ChangeLog
  Removed:  texlive-documentation-dutch-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-dutch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:27 -  1.61
+++ ChangeLog   4 Nov 2014 10:21:50 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-dutch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog,v 
1.61 2013/04/25 21:26:27 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-dutch/ChangeLog,v 
1.62 2014/11/04 10:21:50 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-dutch-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-dutch-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-finnish: ChangeLog texlive-documentation-finnish-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:22:28

  Modified: ChangeLog
  Removed:  texlive-documentation-finnish-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-finnish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:33 -  1.61
+++ ChangeLog   4 Nov 2014 10:22:28 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-finnish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog,v 
1.61 2013/04/25 21:26:33 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-finnish/ChangeLog,v 
1.62 2014/11/04 10:22:28 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-finnish-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-finnish-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-czechslovak: ChangeLog texlive-documentation-czechslovak-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:21:32

  Modified: ChangeLog
  Removed:  texlive-documentation-czechslovak-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-czechslovak/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:25 -  1.61
+++ ChangeLog   4 Nov 2014 10:21:32 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-czechslovak
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog,v
 1.61 2013/04/25 21:26:25 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-czechslovak/ChangeLog,v
 1.62 2014/11/04 10:21:32 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-czechslovak-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-czechslovak-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-german: ChangeLog texlive-documentation-german-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:23:06

  Modified: ChangeLog
  Removed:  texlive-documentation-german-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-german/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:26:38 -  1.62
+++ ChangeLog   4 Nov 2014 10:23:06 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-german
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog,v 
1.62 2013/04/25 21:26:38 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-german/ChangeLog,v 
1.63 2014/11/04 10:23:06 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-german-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-german-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-french: ChangeLog texlive-documentation-french-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:22:47

  Modified: ChangeLog
  Removed:  texlive-documentation-french-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-french/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:35 -  1.61
+++ ChangeLog   4 Nov 2014 10:22:47 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-french
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog,v 
1.61 2013/04/25 21:26:35 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-french/ChangeLog,v 
1.62 2014/11/04 10:22:47 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-french-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-french-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-italian: ChangeLog texlive-documentation-italian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:23:27

  Modified: ChangeLog
  Removed:  texlive-documentation-italian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-italian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:26:41 -  1.62
+++ ChangeLog   4 Nov 2014 10:23:27 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-italian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog,v 
1.62 2013/04/25 21:26:41 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-italian/ChangeLog,v 
1.63 2014/11/04 10:23:27 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-italian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-italian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-japanese: ChangeLog texlive-documentation-japanese-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:23:48

  Modified: ChangeLog
  Removed:  texlive-documentation-japanese-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-japanese/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:43 -  1.61
+++ ChangeLog   4 Nov 2014 10:23:48 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-japanese
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog,v 
1.61 2013/04/25 21:26:43 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-japanese/ChangeLog,v 
1.62 2014/11/04 10:23:48 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-japanese-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-japanese-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-mongolian: ChangeLog texlive-documentation-mongolian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:24:26

  Modified: ChangeLog
  Removed:  texlive-documentation-mongolian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-mongolian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:26:47 -  1.62
+++ ChangeLog   4 Nov 2014 10:24:26 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-mongolian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog,v 
1.62 2013/04/25 21:26:47 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-mongolian/ChangeLog,v 
1.63 2014/11/04 10:24:26 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-mongolian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-mongolian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in app-cdr/k3b: k3b-2.0.3.ebuild ChangeLog

2014-11-04 Thread Manuel Rueger (mrueg)
mrueg   14/11/04 10:24:26

  Modified: ChangeLog
  Added:k3b-2.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.284app-cdr/k3b/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?rev=1.284view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?rev=1.284content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?r1=1.283r2=1.284

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog   26 Apr 2014 11:29:46 -  1.283
+++ ChangeLog   4 Nov 2014 10:24:26 -   1.284
@@ -1,6 +1,11 @@
 # ChangeLog for app-cdr/k3b
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.283 2014/04/26 
11:29:46 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.284 2014/11/04 
10:24:26 mrueg Exp $
+
+*k3b-2.0.3 (04 Nov 2014)
+
+  04 Nov 2014; Manuel Rüger mr...@gentoo.org +k3b-2.0.3.ebuild:
+  Version bump.
 
   26 Apr 2014; Johannes Huber j...@gentoo.org k3b-2.0.2-r4.ebuild:
   EAPI 5.



1.1  app-cdr/k3b/k3b-2.0.3.ebuild

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

Index: k3b-2.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.3.ebuild,v 1.1 
2014/11/04 10:24:26 mrueg Exp $

EAPI=5

MULTIMEDIA_REQUIRED=always
WEBKIT_REQUIRED=always
KDE_HANDBOOK=optional
KDE_SCM=git

# Translations are not available, since this is a snapshot
KDE_LINGUAS=ast be bg bs ca ca@valencia cs csb da de el en_GB eo es et eu fi fr
ga gl he hi hne hr hu is it ja kk km ko ku lt lv mai mr ms nb nds nl nn oc pa pl
pt pt_BR ro ru se sk sl sr sr@Latn sr@ijekavian sr@ijekavianlatin sv th tr ug uk
zh_CN zh_TW

SRC_URI=mirror://kde/stable/${PN}/${P}.tar.xz
DOCS=( FAQ PERMISSIONS README )

inherit kde4-base

DESCRIPTION=The CD/DVD Kreator for KDE
HOMEPAGE=http://www.k3b.org/;

LICENSE=GPL-2 FDL-1.2
SLOT=4
KEYWORDS=~amd64 ~ppc ~x86
IUSE=debug dvd emovix encode ffmpeg flac mad mp3 musepack sndfile sox taglib 
vcd vorbis

DEPEND=
$(add_kdebase_dep libkcddb)
media-libs/libsamplerate
dvd? ( media-libs/libdvdread )
ffmpeg? ( virtual/ffmpeg )
flac? ( =media-libs/flac-1.2[cxx] )
mp3? ( media-sound/lame )
mad? ( media-libs/libmad )
musepack? ( =media-sound/musepack-tools-444 )
sndfile? ( media-libs/libsndfile )
taglib? ( =media-libs/taglib-1.5 )
vorbis? ( media-libs/libvorbis )

RDEPEND=${DEPEND}
$(add_kdebase_dep kdelibs 'udev,udisks(+)')
app-cdr/cdrdao
media-sound/cdparanoia
virtual/cdrtools
dvd? (
=app-cdr/dvd+rw-tools-7
encode? ( media-video/transcode[dvd] )
)
emovix? ( media-video/emovix )
sox? ( media-sound/sox )
vcd? ( media-video/vcdimager )


DOCS+=( ChangeLog )

PATCHES=(
${FILESDIR}/${PN}-2.0.2-ffmpeg2.patch
)

REQUIRED_USE=
mp3? ( encode )
sox? ( encode )


src_configure() {
mycmakeargs=(
-DK3B_BUILD_API_DOCS=OFF
-DK3B_BUILD_K3BSETUP=OFF
-DK3B_BUILD_WAVE_DECODER_PLUGIN=ON
-DK3B_ENABLE_HAL_SUPPORT=OFF
-DK3B_ENABLE_MUSICBRAINZ=OFF
$(cmake-utils_use debug K3B_DEBUG)
$(cmake-utils_use dvd K3B_ENABLE_DVD_RIPPING)
$(cmake-utils_use encode K3B_BUILD_EXTERNAL_ENCODER_PLUGIN)
$(cmake-utils_use ffmpeg K3B_BUILD_FFMPEG_DECODER_PLUGIN)
$(cmake-utils_use flac K3B_BUILD_FLAC_DECODER_PLUGIN)
$(cmake-utils_use mp3 K3B_BUILD_LAME_ENCODER_PLUGIN)
$(cmake-utils_use mad K3B_BUILD_MAD_DECODER_PLUGIN)
$(cmake-utils_use musepack K3B_BUILD_MUSE_DECODER_PLUGIN)
$(cmake-utils_use sndfile K3B_BUILD_SNDFILE_DECODER_PLUGIN)
$(cmake-utils_use sox K3B_BUILD_SOX_ENCODER_PLUGIN)
$(cmake-utils_use taglib K3B_ENABLE_TAGLIB)
$(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_DECODER_PLUGIN)
$(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_ENCODER_PLUGIN)
)
kde4-base_src_configure
}

pkg_postinst() {
kde4-base_pkg_postinst

echo
elog We don't install 

[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-korean: ChangeLog texlive-documentation-korean-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:24:07

  Modified: ChangeLog
  Removed:  texlive-documentation-korean-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-korean/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:45 -  1.61
+++ ChangeLog   4 Nov 2014 10:24:06 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-korean
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog,v 
1.61 2013/04/25 21:26:45 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-korean/ChangeLog,v 
1.62 2014/11/04 10:24:06 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-korean-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-korean-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-polish: ChangeLog texlive-documentation-polish-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:24:45

  Modified: ChangeLog
  Removed:  texlive-documentation-polish-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-polish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:49 -  1.61
+++ ChangeLog   4 Nov 2014 10:24:45 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-polish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog,v 
1.61 2013/04/25 21:26:49 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-polish/ChangeLog,v 
1.62 2014/11/04 10:24:45 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-polish-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-polish-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-russian: ChangeLog texlive-documentation-russian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:25:21

  Modified: ChangeLog
  Removed:  texlive-documentation-russian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-russian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:26:55 -  1.62
+++ ChangeLog   4 Nov 2014 10:25:21 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-russian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog,v 
1.62 2013/04/25 21:26:55 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-russian/ChangeLog,v 
1.63 2014/11/04 10:25:21 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-russian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-russian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-portuguese: ChangeLog texlive-documentation-portuguese-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:25:03

  Modified: ChangeLog
  Removed:  texlive-documentation-portuguese-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-portuguese/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:26:51 -  1.61
+++ ChangeLog   4 Nov 2014 10:25:03 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-portuguese
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog,v
 1.61 2013/04/25 21:26:51 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog,v
 1.62 2014/11/04 10:25:03 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-portuguese-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-portuguese-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-slovenian: ChangeLog texlive-documentation-slovenian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:25:59

  Modified: ChangeLog
  Removed:  texlive-documentation-slovenian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.51 dev-texlive/texlive-documentation-slovenian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   25 Apr 2013 21:27:00 -  1.50
+++ ChangeLog   4 Nov 2014 10:25:58 -   1.51
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-slovenian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog,v 
1.50 2013/04/25 21:27:00 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-slovenian/ChangeLog,v 
1.51 2014/11/04 10:25:58 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-slovenian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-slovenian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-serbian: ChangeLog texlive-documentation-serbian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:25:39

  Modified: ChangeLog
  Removed:  texlive-documentation-serbian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.37 dev-texlive/texlive-documentation-serbian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Apr 2013 21:26:58 -  1.36
+++ ChangeLog   4 Nov 2014 10:25:39 -   1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-serbian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog,v 
1.36 2013/04/25 21:26:58 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-serbian/ChangeLog,v 
1.37 2014/11/04 10:25:39 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-serbian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-serbian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-spanish: ChangeLog texlive-documentation-spanish-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:26:17

  Modified: ChangeLog
  Removed:  texlive-documentation-spanish-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-spanish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:27:02 -  1.62
+++ ChangeLog   4 Nov 2014 10:26:17 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-spanish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog,v 
1.62 2013/04/25 21:27:02 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-spanish/ChangeLog,v 
1.63 2014/11/04 10:26:17 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-spanish-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-spanish-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-thai: ChangeLog texlive-documentation-thai-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:26:35

  Modified: ChangeLog
  Removed:  texlive-documentation-thai-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-thai/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:27:05 -  1.61
+++ ChangeLog   4 Nov 2014 10:26:35 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-thai
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog,v 1.61 
2013/04/25 21:27:05 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-thai/ChangeLog,v 1.62 
2014/11/04 10:26:35 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-thai-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-thai-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-turkish: ChangeLog texlive-documentation-turkish-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:26:55

  Modified: ChangeLog
  Removed:  texlive-documentation-turkish-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-turkish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:27:08 -  1.61
+++ ChangeLog   4 Nov 2014 10:26:55 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-turkish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog,v 
1.61 2013/04/25 21:27:08 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-turkish/ChangeLog,v 
1.62 2014/11/04 10:26:55 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-turkish-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-turkish-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-ukrainian: ChangeLog texlive-documentation-ukrainian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:27:13

  Modified: ChangeLog
  Removed:  texlive-documentation-ukrainian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-documentation-ukrainian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:27:10 -  1.62
+++ ChangeLog   4 Nov 2014 10:27:13 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-ukrainian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog,v 
1.62 2013/04/25 21:27:10 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-ukrainian/ChangeLog,v 
1.63 2014/11/04 10:27:13 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-ukrainian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-ukrainian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/texlive-core: texlive-core-2014-r1.ebuild ChangeLog

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:27:20

  Modified: ChangeLog
  Added:texlive-core-2014-r1.ebuild
  Log:
  use system libpaper, part of bug #528214
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.217app-text/texlive-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.217view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.217content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.216r2=1.217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   3 Nov 2014 06:45:36 -   1.216
+++ ChangeLog   4 Nov 2014 10:27:20 -   1.217
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/texlive-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.216 
2014/11/03 06:45:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.217 
2014/11/04 10:27:20 aballier Exp $
+
+*texlive-core-2014-r1 (04 Nov 2014)
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  +texlive-core-2014-r1.ebuild:
+  use system libpaper, part of bug #528214
 
 *texlive-core-2014 (03 Nov 2014)
 



1.1  app-text/texlive-core/texlive-core-2014-r1.ebuild

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

Index: texlive-core-2014-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2014-r1.ebuild,v 1.1 
2014/11/04 10:27:20 aballier Exp $

EAPI=5

#TL_UPSTREAM_PATCHLEVEL=1
PATCHLEVEL=42
TL_SOURCE_VERSION=20140525

inherit eutils flag-o-matic toolchain-funcs libtool texlive-common

MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source

DESCRIPTION=A complete TeX distribution
HOMEPAGE=http://tug.org/texlive/;
SLOT=0
LICENSE=GPL-2 LPPL-1.3c TeX

SRC_URI=mirror://gentoo/${MY_PV}.tar.xz

# Fetch patches
SRC_URI=${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz
#   
mirror://gentoo/texlive-core-upstream-patches-${TL_UPSTREAM_PATCHLEVEL}.tar.xz

TL_CORE_BINEXTRA_MODULES=
a2ping adhocfilelist asymptote bundledoc ctanify ctanupload ctie cweb
de-macro dtl dtxgen dvi2tty dviasm dvicopy dvidvi dviljk dvipos findhyph
fragmaster hyphenex installfont lacheck latex-git-log latex2man
latexfileversion latexpand latexindent ltxfileinfo ltximg listings-ext
match_parens mkjobtexmf patgen pdfcrop pdftools pfarrei pkfix 
pkfix-helper
purifyeps seetexk sty2dtx synctex texcount texdef texdiff texdirflatten
texdoc texliveonfly texloganalyser texware tie tpic2pdftex 
typeoutfileinfo
web collection-binextra

TL_CORE_BINEXTRA_DOC_MODULES=
a2ping.doc adhocfilelist.doc asymptote.doc bundledoc.doc ctanify.doc
ctanupload.doc ctie.doc cweb.doc de-macro.doc dtxgen.doc dvi2tty.doc
dvicopy.doc dviljk.doc dvipos.doc findhyph.doc fragmaster.doc
installfont.doc latex-git-log.doc latex2man.doc latexfileversion.doc
latexpand.doc latexindent.doc ltxfileinfo.doc ltximg.doc 
listings-ext.doc
match_parens.doc mkjobtexmf.doc patgen.doc pdfcrop.doc pdftools.doc
pfarrei.doc pkfix.doc pkfix-helper.doc purifyeps.doc sty2dtx.doc 
synctex.doc
texcount.doc texdef.doc texdiff.doc texdirflatten.doc texdoc.doc
texliveonfly.doc texloganalyser.doc texware.doc tie.doc tpic2pdftex.doc
typeoutfileinfo.doc web.doc

TL_CORE_BINEXTRA_SRC_MODULES=
adhocfilelist.source hyphenex.source listings-ext.source 
mkjobtexmf.source
pfarrei.source texdef.source


TL_CORE_EXTRA_MODULES=tetex hyphen-base texconfig gsftopk texlive.infra 
${TL_CORE_BINEXTRA_MODULES}
TL_CORE_EXTRA_DOC_MODULES=tetex.doc texconfig.doc gsftopk.doc 
texlive.infra.doc ${TL_CORE_BINEXTRA_DOC_MODULES}
TL_CORE_EXTRA_SRC_MODULES=${TL_CORE_BINEXTRA_SRC_MODULES}

for i in ${TL_CORE_EXTRA_MODULES}; do
SRC_URI=${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz
done

SRC_URI=${SRC_URI} doc? ( 
for i in ${TL_CORE_EXTRA_DOC_MODULES}; do
SRC_URI=${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz
done
SRC_URI=${SRC_URI} )
SRC_URI=${SRC_URI} source? ( 
for i in ${TL_CORE_EXTRA_SRC_MODULES}; 

[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-vietnamese: ChangeLog texlive-documentation-vietnamese-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:27:31

  Modified: ChangeLog
  Removed:  texlive-documentation-vietnamese-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-documentation-vietnamese/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:27:12 -  1.61
+++ ChangeLog   4 Nov 2014 10:27:31 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-documentation-vietnamese
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog,v
 1.61 2013/04/25 21:27:12 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-vietnamese/ChangeLog,v
 1.62 2014/11/04 10:27:31 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-documentation-vietnamese-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-documentation-vietnamese-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontsextra: ChangeLog texlive-fontsextra-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:27:55

  Modified: ChangeLog
  Removed:  texlive-fontsextra-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.76 dev-texlive/texlive-fontsextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   3 Nov 2014 06:47:01 -   1.75
+++ ChangeLog   4 Nov 2014 10:27:55 -   1.76
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-fontsextra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v 
1.75 2014/11/03 06:47:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v 
1.76 2014/11/04 10:27:55 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-fontsextra-2011.ebuild:
+  remove texlive 2011
 
 *texlive-fontsextra-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontsrecommended: ChangeLog texlive-fontsrecommended-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:28:19

  Modified: ChangeLog
  Removed:  texlive-fontsrecommended-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.71 dev-texlive/texlive-fontsrecommended/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   3 Nov 2014 06:47:26 -   1.70
+++ ChangeLog   4 Nov 2014 10:28:19 -   1.71
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-fontsrecommended
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.70 
2014/11/03 06:47:26 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.71 
2014/11/04 10:28:19 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-fontsrecommended-2011.ebuild:
+  remove texlive 2011
 
 *texlive-fontsrecommended-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-formatsextra: ChangeLog texlive-formatsextra-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:28:58

  Modified: ChangeLog
  Removed:  texlive-formatsextra-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.70 dev-texlive/texlive-formatsextra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   4 Nov 2014 07:49:21 -   1.69
+++ ChangeLog   4 Nov 2014 10:28:57 -   1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-formatsextra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v 1.69 
2014/11/04 07:49:21 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v 1.70 
2014/11/04 10:28:57 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-formatsextra-2011.ebuild:
+  remove texlive 2011
 
   04 Nov 2014; Alexis Ballier aball...@gentoo.org
   texlive-formatsextra-2014.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontutils: ChangeLog texlive-fontutils-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:28:39

  Modified: ChangeLog
  Removed:  texlive-fontutils-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.53 dev-texlive/texlive-fontutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   3 Nov 2014 06:47:44 -   1.52
+++ ChangeLog   4 Nov 2014 10:28:39 -   1.53
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-fontutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 
1.52 2014/11/03 06:47:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 
1.53 2014/11/04 10:28:39 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-fontutils-2011.ebuild:
+  remove texlive 2011
 
 *texlive-fontutils-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-genericextra: ChangeLog texlive-genericextra-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:29:37

  Modified: ChangeLog
  Removed:  texlive-genericextra-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.68 dev-texlive/texlive-genericextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   3 Nov 2014 06:48:40 -   1.67
+++ ChangeLog   4 Nov 2014 10:29:37 -   1.68
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-genericextra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.67 
2014/11/03 06:48:40 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.68 
2014/11/04 10:29:37 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-genericextra-2011.ebuild:
+  remove texlive 2011
 
 *texlive-genericextra-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-games: ChangeLog texlive-games-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:29:17

  Modified: ChangeLog
  Removed:  texlive-games-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.66 dev-texlive/texlive-games/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-games/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-games/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-games/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   3 Nov 2014 06:48:21 -   1.65
+++ ChangeLog   4 Nov 2014 10:29:17 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-texlive/texlive-games
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v 1.65 
2014/11/03 06:48:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v 1.66 
2014/11/04 10:29:17 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org -texlive-games-2011.ebuild:
+  remove texlive 2011
 
 *texlive-games-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-genericrecommended: ChangeLog texlive-genericrecommended-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:29:57

  Modified: ChangeLog
  Removed:  texlive-genericrecommended-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.69 dev-texlive/texlive-genericrecommended/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   3 Nov 2014 06:49:00 -   1.68
+++ ChangeLog   4 Nov 2014 10:29:57 -   1.69
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-genericrecommended
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v 1.68 
2014/11/03 06:49:00 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v 1.69 
2014/11/04 10:29:57 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-genericrecommended-2011.ebuild:
+  remove texlive 2011
 
 *texlive-genericrecommended-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-htmlxml: ChangeLog texlive-htmlxml-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:30:16

  Modified: ChangeLog
  Removed:  texlive-htmlxml-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.72 dev-texlive/texlive-htmlxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   25 Apr 2013 21:27:34 -  1.71
+++ ChangeLog   4 Nov 2014 10:30:16 -   1.72
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-htmlxml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/ChangeLog,v 
1.71 2013/04/25 21:27:34 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/ChangeLog,v 
1.72 2014/11/04 10:30:16 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-htmlxml-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org texlive-htmlxml-2012.ebuild:
   Stable for sh, wrt bug #449298






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-humanities: ChangeLog texlive-humanities-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:30:36

  Modified: ChangeLog
  Removed:  texlive-humanities-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.66 dev-texlive/texlive-humanities/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   3 Nov 2014 06:49:22 -   1.65
+++ ChangeLog   4 Nov 2014 10:30:36 -   1.66
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-humanities
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 
1.65 2014/11/03 06:49:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 
1.66 2014/11/04 10:30:36 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-humanities-2011.ebuild:
+  remove texlive 2011
 
 *texlive-humanities-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langafrican: ChangeLog texlive-langafrican-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:30:55

  Modified: ChangeLog
  Removed:  texlive-langafrican-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.64 dev-texlive/texlive-langafrican/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   3 Nov 2014 06:49:41 -   1.63
+++ ChangeLog   4 Nov 2014 10:30:55 -   1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langafrican
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v 
1.63 2014/11/03 06:49:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v 
1.64 2014/11/04 10:30:55 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langafrican-2011.ebuild:
+  remove texlive 2011
 
 *texlive-langafrican-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langarmenian: ChangeLog texlive-langarmenian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:31:32

  Modified: ChangeLog
  Removed:  texlive-langarmenian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 dev-texlive/texlive-langarmenian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langarmenian/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Apr 2013 21:27:44 -  1.61
+++ ChangeLog   4 Nov 2014 10:31:32 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langarmenian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langarmenian/ChangeLog,v 1.61 
2013/04/25 21:27:44 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langarmenian/ChangeLog,v 1.62 
2014/11/04 10:31:32 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langarmenian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-langarmenian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langarabic: ChangeLog texlive-langarabic-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:31:14

  Modified: ChangeLog
  Removed:  texlive-langarabic-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.44 dev-texlive/texlive-langarabic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   3 Nov 2014 06:49:59 -   1.43
+++ ChangeLog   4 Nov 2014 10:31:14 -   1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langarabic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog,v 
1.43 2014/11/03 06:49:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langarabic/ChangeLog,v 
1.44 2014/11/04 10:31:14 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langarabic-2011.ebuild:
+  remove texlive 2011
 
 *texlive-langarabic-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langcroatian: ChangeLog texlive-langcroatian-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:32:09

  Modified: ChangeLog
  Removed:  texlive-langcroatian-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-langcroatian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcroatian/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:27:49 -  1.62
+++ ChangeLog   4 Nov 2014 10:32:09 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langcroatian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcroatian/ChangeLog,v 1.62 
2013/04/25 21:27:49 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcroatian/ChangeLog,v 1.63 
2014/11/04 10:32:09 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langcroatian-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org
   texlive-langcroatian-2012.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langcjk: ChangeLog texlive-langcjk-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:31:51

  Modified: ChangeLog
  Removed:  texlive-langcjk-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.75 dev-texlive/texlive-langcjk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   3 Nov 2014 06:50:34 -   1.74
+++ ChangeLog   4 Nov 2014 10:31:51 -   1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langcjk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 
1.74 2014/11/03 06:50:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 
1.75 2014/11/04 10:31:51 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langcjk-2011.ebuild:
+  remove texlive 2011
 
 *texlive-langcjk-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langcyrillic: ChangeLog texlive-langcyrillic-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:32:28

  Modified: ChangeLog
  Removed:  texlive-langcyrillic-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.67 dev-texlive/texlive-langcyrillic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   3 Nov 2014 06:50:53 -   1.66
+++ ChangeLog   4 Nov 2014 10:32:28 -   1.67
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langcyrillic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v 1.66 
2014/11/03 06:50:53 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v 1.67 
2014/11/04 10:32:28 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langcyrillic-2011.ebuild:
+  remove texlive 2011
 
 *texlive-langcyrillic-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:32:30

  Modified: texlive-module.eclass
  Log:
  improve a comment

Revision  ChangesPath
1.70 eclass/texlive-module.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?r1=1.69r2=1.70

Index: texlive-module.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- texlive-module.eclass   9 Mar 2014 18:56:00 -   1.69
+++ texlive-module.eclass   4 Nov 2014 10:32:30 -   1.70
@@ -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/eclass/texlive-module.eclass,v 1.69 
2014/03/09 18:56:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.70 
2014/11/04 10:32:30 aballier Exp $
 
 # @ECLASS: texlive-module.eclass
 # @MAINTAINER:
@@ -214,7 +214,7 @@
 
 # @FUNCTION: texlive-module_make_language_lua_lines
 # @DESCRIPTION:
-# Only valid for TeXLive 2010.
+# Only valid for TeXLive 2010 and later.
 # Creates a language.${PN}.dat.lua entry to put in
 # /etc/texmf/language.dat.lua.d.
 # It parses the AddHyphen directive of tlpobj files to create it.






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langczechslovak: ChangeLog texlive-langczechslovak-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:32:48

  Modified: ChangeLog
  Removed:  texlive-langczechslovak-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.65 dev-texlive/texlive-langczechslovak/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   3 Nov 2014 06:51:12 -   1.64
+++ ChangeLog   4 Nov 2014 10:32:48 -   1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langczechslovak
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v 1.64 
2014/11/03 06:51:12 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v 1.65 
2014/11/04 10:32:48 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langczechslovak-2011.ebuild:
+  remove texlive 2011
 
 *texlive-langczechslovak-2014 (03 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langdanish: ChangeLog texlive-langdanish-2011.ebuild

2014-11-04 Thread Alexis Ballier (aballier)
aballier14/11/04 10:33:06

  Modified: ChangeLog
  Removed:  texlive-langdanish-2011.ebuild
  Log:
  remove texlive 2011
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.63 dev-texlive/texlive-langdanish/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langdanish/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   25 Apr 2013 21:27:57 -  1.62
+++ ChangeLog   4 Nov 2014 10:33:06 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-langdanish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langdanish/ChangeLog,v 
1.62 2013/04/25 21:27:57 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langdanish/ChangeLog,v 
1.63 2014/11/04 10:33:06 aballier Exp $
+
+  04 Nov 2014; Alexis Ballier aball...@gentoo.org
+  -texlive-langdanish-2011.ebuild:
+  remove texlive 2011
 
   25 Apr 2013; Agostino Sarubbo a...@gentoo.org 
texlive-langdanish-2012.ebuild:
   Stable for sh, wrt bug #449298






  1   2   3   >