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

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 08:25:09

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

Revision  ChangesPath
1.114sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   8 Dec 2014 07:43:39 -   1.113
+++ ChangeLog   15 Dec 2014 08:25:09 -  1.114
@@ -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.113 2014/12/08 
07:43:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.114 2014/12/15 
08:25:09 jlec Exp $
+
+*aufs3-3_p20141215 (15 Dec 2014)
+
+  15 Dec 2014; Justin Lecher j...@gentoo.org +aufs3-3_p20141215.ebuild:
+  Bump to latest aufs3
 
 *aufs3-3_p20141208 (08 Dec 2014)
 



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

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

Index: aufs3-3_p20141215.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_p20141215.ebuild,v 1.1 
2014/12/15 08:25:09 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=18
# highest supported version
KERN_MAX_VER=19
# 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 sys-kernel/aufs-sources: ChangeLog aufs-sources-3.18.0.ebuild aufs-sources-3.12.34.ebuild aufs-sources-3.10.60.ebuild aufs-sources-3.14.24.ebuild aufs-sources-3.1

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 08:37:24

  Modified: ChangeLog
  Added:aufs-sources-3.18.0.ebuild
aufs-sources-3.12.34.ebuild
  Removed:  aufs-sources-3.10.60.ebuild
aufs-sources-3.14.24.ebuild
aufs-sources-3.10.58.ebuild
aufs-sources-3.12.31.ebuild
aufs-sources-3.12.32.ebuild
aufs-sources-3.14.21.ebuild
aufs-sources-3.14.23.ebuild
aufs-sources-3.16.5.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release; 
drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.163sys-kernel/aufs-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   11 Dec 2014 09:04:23 -  1.162
+++ ChangeLog   15 Dec 2014 08:37:23 -  1.163
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.162 
2014/12/11 09:04:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.163 
2014/12/15 08:37:23 jlec Exp $
+
+*aufs-sources-3.18.0 (15 Dec 2014)
+*aufs-sources-3.12.34 (15 Dec 2014)
+
+  15 Dec 2014; Justin Lecher j...@gentoo.org -aufs-sources-3.10.58.ebuild,
+  -aufs-sources-3.10.60.ebuild, -aufs-sources-3.12.31.ebuild,
+  -aufs-sources-3.12.32.ebuild, +aufs-sources-3.12.34.ebuild,
+  -aufs-sources-3.14.21.ebuild, -aufs-sources-3.14.23.ebuild,
+  -aufs-sources-3.14.24.ebuild, -aufs-sources-3.16.5.ebuild,
+  +aufs-sources-3.18.0.ebuild:
+  Bump to latest aufs3, genpatches and linux release; drop old
 
 *aufs-sources-3.14.26 (11 Dec 2014)
 *aufs-sources-3.10.62 (11 Dec 2014)



1.1  sys-kernel/aufs-sources/aufs-sources-3.18.0.ebuild

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

Index: aufs-sources-3.18.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.18.0.ebuild,v 
1.1 2014/12/15 08:37:23 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=2
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

AUFS_VERSION=3.18_p20141215
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3.9

README_GENTOO_SUFFIX=-r1

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

src_install() {
kernel-2_src_install

[gentoo-commits] gentoo-x86 commit in net-libs/gsoap: ChangeLog gsoap-2.8.18.ebuild gsoap-2.8.17.ebuild

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 08:46:04

  Modified: ChangeLog
  Removed:  gsoap-2.8.18.ebuild gsoap-2.8.17.ebuild
  Log:
  Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.34 net-libs/gsoap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   15 Dec 2014 07:40:55 -  1.33
+++ ChangeLog   15 Dec 2014 08:46:04 -  1.34
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/gsoap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.33 2014/12/15 
07:40:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.34 2014/12/15 
08:46:04 polynomial-c Exp $
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org -gsoap-2.8.17.ebuild,
+  -gsoap-2.8.18.ebuild:
+  Removed old.
 
 *gsoap-2.8.21 (15 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pycountry: pycountry-1.10.ebuild ChangeLog pycountry-1.5.ebuild pycountry-1.4.ebuild pycountry-1.3.ebuild pycountry-1.6.ebuild

2014-12-15 Thread Ian Delaney (idella4)
idella4 14/12/15 08:56:28

  Modified: ChangeLog
  Added:pycountry-1.10.ebuild
  Removed:  pycountry-1.5.ebuild pycountry-1.4.ebuild
pycountry-1.3.ebuild pycountry-1.6.ebuild
  Log:
  bump; add pypy3, remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.32 dev-python/pycountry/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   4 Oct 2014 14:16:57 -   1.31
+++ ChangeLog   15 Dec 2014 08:56:28 -  1.32
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pycountry
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.31 
2014/10/04 14:16:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.32 
2014/12/15 08:56:28 idella4 Exp $
+
+*pycountry-1.10 (15 Dec 2014)
+
+  15 Dec 2014; Ian Delaney idel...@gentoo.org +pycountry-1.10.ebuild,
+  -pycountry-1.3.ebuild, -pycountry-1.4.ebuild, -pycountry-1.5.ebuild,
+  -pycountry-1.6.ebuild, pycountry-1.8.ebuild:
+  bump; add pypy3, remove old
 
   04 Oct 2014; Anthony G. Basile bluen...@gentoo.org pycountry-1.3.ebuild,
   pycountry-1.4.ebuild, pycountry-1.5.ebuild, pycountry-1.6.ebuild,



1.1  dev-python/pycountry/pycountry-1.10.ebuild

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

Index: pycountry-1.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.10.ebuild,v 
1.1 2014/12/15 08:56:28 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION=ISO country, subdivision, language, currency and script 
definitions and their translations
HOMEPAGE=http://pypi.python.org/pypi/pycountry;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.zip

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

DEPEND=app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

python_test() {
# 
https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy
pushd ${BUILD_DIR}/lib  /dev/null
if [[ ${EPYTHON} == pypy || ${EPYTHON} == pypy3 ]]; then
sed -e 's:test_locales:_:' -i pycountry/tests/test_general.py 
|| die
fi
py.test ${PN}/tests/test_general.py || die
popd  /dev/null
}






[gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-4.02.ebuild quota-3.17.ebuild quota-3.16.ebuild quota-3.15.ebuild quota-4.00.ebuild quota-3.14-r1.ebuild

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 09:20:54

  Modified: ChangeLog
  Added:quota-4.02.ebuild
  Removed:  quota-3.17.ebuild quota-3.16.ebuild
quota-3.15.ebuild quota-4.00.ebuild
quota-3.14-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.67 sys-fs/quota/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   21 Apr 2014 10:53:25 -  1.66
+++ ChangeLog   15 Dec 2014 09:20:54 -  1.67
@@ -1,6 +1,15 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.66 2014/04/21 
10:53:25 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.67 2014/12/15 
09:20:54 polynomial-c Exp $
+
+*quota-4.02 (15 Dec 2014)
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org -quota-3.14-r1.ebuild,
+  -quota-3.15.ebuild, -quota-3.16.ebuild, -quota-3.17.ebuild,
+  -quota-4.00.ebuild, +quota-4.02.ebuild, -files/quota-3.06-no-stripping.patch,
+  -files/quota-3.13-configure-LANG.patch, -files/quota-3.14-headers.patch,
+  -files/quota.rc, -files/quota.rc6:
+  Version bump. Removed old.
 
   21 Apr 2014; Julian Ospald hasuf...@gentoo.org quota-4.01.ebuild,
   +files/quota-4.01-cflags.patch:



1.1  sys-fs/quota/quota-4.02.ebuild

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

Index: quota-4.02.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.02.ebuild,v 1.1 
2014/12/15 09:20:54 polynomial-c Exp $

EAPI=4

inherit eutils

DESCRIPTION=Linux quota tools
HOMEPAGE=http://sourceforge.net/projects/linuxquota/;
SRC_URI=mirror://sourceforge/linuxquota/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=ldap netlink nls rpc tcpd

RDEPEND=ldap? ( =net-nds/openldap-2.3.35 )
netlink? (
sys-apps/dbus
dev-libs/libnl:1.1
)
rpc? ( net-nds/rpcbind )
tcpd? ( sys-apps/tcp-wrappers )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )

S=${WORKDIR}/quota-tools

src_prepare() {
local args=(
-e '1iCC = @CC@' #446277
)
if ! use rpc ; then
args+=( #465810
-e '/^PROGS/s:rpc.rquotad::'
-e '/^RPCGEN/s:=.*:=false:'
-e '/^RPCCLNTOBJS/s:=.*:=:'
)
fi
sed -i ${args[@]} Makefile.in || die
}

src_configure() {
econf \
$(use_enable nls) \
$(use_enable ldap ldapmail) \
$(use_enable netlink) \
$(use_enable rpc) \
$(use_enable rpc rpcsetquota)
}

src_install() {
emake STRIP= ROOTDIR=${D} install
dodoc doc/* README.* Changelog
rm -r ${ED}/usr/include || die #70938

insinto /etc
insopts -m0644
doins warnquota.conf quotatab

newinitd ${FILESDIR}/quota.rc7 quota
newconfd ${FILESDIR}/quota.confd quota

if use rpc ; then
newinitd ${FILESDIR}/rpc.rquotad.initd rpc.rquotad
fi

if use ldap ; then
insinto /etc/openldap/schema
insopts -m0644
doins ldap-scripts/quota.schema

exeinto /usr/share/quota/ldap-scripts
doexe ldap-scripts/*.pl
doexe ldap-scripts/edquota_editor
fi
}






[gentoo-commits] gentoo-x86 commit in sys-fs/quota/files: quota-3.14-headers.patch quota-3.13-configure-LANG.patch quota.rc6 quota-3.06-no-stripping.patch quota.rc

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 09:20:54

  Removed:  quota-3.14-headers.patch
quota-3.13-configure-LANG.patch quota.rc6
quota-3.06-no-stripping.patch quota.rc
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in net-analyzer/carl: carl-0.9-r1.ebuild ChangeLog

2014-12-15 Thread Tobias Klausmann (klausman)
klausman14/12/15 09:20:57

  Modified: ChangeLog
  Added:carl-0.9-r1.ebuild
  Log:
  Update ebuild to be compatible with all major Python versions
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.15 net-analyzer/carl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Oct 2012 14:08:59 -  1.14
+++ ChangeLog   15 Dec 2014 09:20:57 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/carl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v 1.14 
2012/10/10 14:08:59 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v 1.15 
2014/12/15 09:20:57 klausman Exp $
+
+*carl-0.9-r1 (15 Dec 2014)
+
+  15 Dec 2014; Tobias Klausmann klaus...@gentoo.org +carl-0.9-r1.ebuild:
+  Update ebuild to be compatible with all major Python versions
 
   10 Oct 2012; Agostino Sarubbo a...@gentoo.org carl-0.9.ebuild:
   Stable for amd64, wrt bug #437822



1.1  net-analyzer/carl/carl-0.9-r1.ebuild

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

Index: carl-0.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/carl-0.9-r1.ebuild,v 1.1 
2014/12/15 09:20:57 klausman Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4})

inherit distutils-r1

DESCRIPTION=An rsync logfile analyzer
HOMEPAGE=http://www.schwarzvogel.de/software-misc.shtml;
SRC_URI=http://www.schwarzvogel.de/pkgs/${P}.tar.gz;

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

DOCS=README
PYTHON_MODNAME=Accounts.py Sessions.py






[gentoo-commits] gentoo-x86 commit in sys-apps/less: ChangeLog less-471.ebuild less-468.ebuild

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 09:35:47

  Modified: ChangeLog
  Added:less-471.ebuild
  Removed:  less-468.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.191sys-apps/less/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   6 Oct 2014 13:15:49 -   1.190
+++ ChangeLog   15 Dec 2014 09:35:47 -  1.191
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/less
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v 1.190 2014/10/06 
13:15:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v 1.191 2014/12/15 
09:35:47 polynomial-c Exp $
+
+*less-471 (15 Dec 2014)
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org -less-468.ebuild,
+  +less-471.ebuild:
+  Version bump. Removed old.
 
 *less-470 (06 Oct 2014)
 



1.1  sys-apps/less/less-471.ebuild

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

Index: less-471.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-471.ebuild,v 1.1 
2014/12/15 09:35:47 polynomial-c Exp $

EAPI=4

inherit eutils

CODE2COLOR_PV=0.2
CODE2COLOR_P=code2color-${CODE2COLOR_PV}
DESCRIPTION=Excellent text file viewer
HOMEPAGE=http://www.greenwoodsoftware.com/less/;
SRC_URI=http://www.greenwoodsoftware.com/less/${P}.tar.gz
http://www-zeuthen.desy.de/~friebel/unix/less/code2color - 
${CODE2COLOR_P}

LICENSE=|| ( GPL-3 BSD-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 ~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=pcre unicode

DEPEND==app-misc/editor-wrapper-3
=sys-libs/ncurses-5.2
pcre? ( dev-libs/libpcre )
RDEPEND=${DEPEND}

src_unpack() {
unpack ${P}.tar.gz
cp ${DISTDIR}/${CODE2COLOR_P} ${S}/code2color || die
}

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

src_configure() {
export ac_cv_lib_ncursesw_initscr=$(usex unicode)
export ac_cv_lib_ncurses_initscr=$(usex !unicode)
econf \
--with-regex=$(usex pcre pcre posix) \
--with-editor=${EPREFIX}/usr/libexec/editor
}

src_install() {
default

dobin code2color
newbin ${FILESDIR}/lesspipe.sh lesspipe
dosym lesspipe /usr/bin/lesspipe.sh
newenvd ${FILESDIR}/less.envd 70less

dodoc ${FILESDIR}/README.Gentoo
}

pkg_postinst() {
elog lesspipe offers colorization options.  Run 'lesspipe -h' for 
info.
}






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

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 10:01:53

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

Revision  ChangesPath
1.178sys-fs/xfsprogs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   11 Nov 2014 10:46:24 -  1.177
+++ ChangeLog   15 Dec 2014 10:01:52 -  1.178
@@ -1,6 +1,12 @@
 # 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.177 
2014/11/11 10:46:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.178 
2014/12/15 10:01:52 polynomial-c Exp $
+
+*xfsprogs-3.2.2 (15 Dec 2014)
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org +xfsprogs-3.2.2.ebuild,
+  +files/xfsprogs-3.2.2-sharedlibs.patch:
+  Version bump.
 
   11 Nov 2014; Agostino Sarubbo a...@gentoo.org xfsprogs-3.2.1.ebuild:
   Stable for ia64, wrt bug #524374



1.1  sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild

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

Index: xfsprogs-3.2.2.ebuild
===
# 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.2.ebuild,v 1.1 
2014/12/15 10:01:52 polynomial-c Exp $

EAPI=4

inherit eutils toolchain-funcs multilib

DESCRIPTION=xfs filesystem utilities
HOMEPAGE=http://oss.sgi.com/projects/xfs/;
SRC_URI=ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
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 )

LIB_DEPEND==sys-apps/util-linux-2.17.2[static-libs(+)]
readline? ( sys-libs/readline[static-libs(+)] )
!readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )
RDEPEND=!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
!sys-fs/xfsdump-3
DEPEND=${RDEPEND}
static? (
${LIB_DEPEND}
readline? ( sys-libs/ncurses[static-libs] )
)
nls? ( sys-devel/gettext )

pkg_setup() {
if use readline  use libedit ; then
ewarn You have USE='readline libedit' but these are exclusive.
ewarn Defaulting to readline; please disable this USE flag if 
you want libedit.
fi
}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.2.2-sharedlibs.patch

sed -i \
-e /^PKG_DOC_DIR/s:@pkg_name@:${PF}: \
include/builddefs.in || die
sed -i \
-e '1iLLDFLAGS = -static' \
{estimate,fsr}/Makefile || die
sed -i \
-e /LLDFLAGS/s:-static:$(use static  echo -all-static): \
$(find -name Makefile) || die

# libdisk has broken blkid conditional checking
sed -i \
-e '/LIB_SUBDIRS/s:libdisk::' \
Makefile || die

# TODO: write a patch for configure.in to use pkg-config for the 
uuid-part
if use static  use readline ; then
sed -i \
-e 's|-lreadline|\0 -lncurses|' \
-e 's|-lblkid|\0 -luuid|' \
configure || die
fi
}

src_configure() {
export DEBUG=-DNDEBUG
export OPTIMIZER=${CFLAGS}
unset PLATFORM # if set in user env, this breaks configure

local myconf
if use static || use static-libs ; then
myconf+= --enable-static
else
myconf+= --disable-static
fi

econf \
--bindir=/usr/bin \
--libexecdir=/usr/$(get_libdir) \
$(use_enable nls gettext) \
$(use_enable readline) \
$(usex readline --disable-editline $(use_enable libedit 
editline)) \
${myconf}

MAKEOPTS+= V=1
}

src_install() {
emake DIST_ROOT=${ED} install
# parallel install fails on these targets for 

[gentoo-commits] gentoo-x86 commit in sys-fs/xfsprogs/files: xfsprogs-3.2.2-sharedlibs.patch

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 10:01:53

  Added:xfsprogs-3.2.2-sharedlibs.patch
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  sys-fs/xfsprogs/files/xfsprogs-3.2.2-sharedlibs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/files/xfsprogs-3.2.2-sharedlibs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/files/xfsprogs-3.2.2-sharedlibs.patch?rev=1.1content-type=text/plain

Index: xfsprogs-3.2.2-sharedlibs.patch
===
use libtool to do all installing.  do not use the manual file install as
that'll copy files directly from the .libs/ subdir which might have rpaths
that we do not want.

--- xfsprogs-3.2.2/include/buildmacros
+++ xfsprogs-3.2.2/include/buildmacros
@@ -70,18 +70,9 @@
 # /usr/lib.
 ifeq ($(ENABLE_SHARED),yes)
 INSTALL_LTLIB_DEV = \
-   cd $(TOPDIR)/$(LIBNAME)/.libs; \
-   ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
-   ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_LIB_DIR); \
-   ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
-   ../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
-   ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
-   if [ x$(shell readlink -f $(PKG_LIB_DIR)) != \
-x$(shell readlink -f $(PKG_ROOT_LIB_DIR)); ]; then \
-   ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
-   ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \
-   ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so 
$(PKG_LIB_DIR)/$(LIBNAME).so; \
-   fi
+   set -e; cd $(TOPDIR)/$(LIBNAME); \
+   $(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
+   env -uDIST_ROOT $(LTINSTALL) $(TOPDIR)/$(LIBNAME)/$(LIBNAME).la 
$(DIST_ROOT)$(PKG_LIB_DIR)/$(LIBNAME).la
 else
 INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
 endif
--- xfsprogs-3.2.2/libdisk/Makefile
+++ xfsprogs-3.2.2/libdisk/Makefile
@@ -31,6 +31,7 @@
 install: default
 
 install-dev: default
+   $(INSTALL_LTLIB_DEV)
 
 install-qa: install-dev
 
--- xfsprogs-3.2.2/libhandle/Makefile
+++ xfsprogs-3.2.2/libhandle/Makefile
@@ -20,7 +20,6 @@
 include $(BUILDRULES)
 
 install: default
-   $(INSTALL_LTLIB)
 
 install-dev: default
$(INSTALL_LTLIB_DEV)
--- xfsprogs-3.2.2/libxcmd/Makefile
+++ xfsprogs-3.2.2/libxcmd/Makefile
@@ -34,6 +34,11 @@
 
 include $(BUILDRULES)
 
-install install-dev install-qa: default
+install: default
+
+ install-dev: default
+   $(INSTALL_LTLIB_DEV)
+
+install-qa: default
 
 -include .ltdep
--- xfsprogs-3.2.2/libxfs/Makefile
+++ xfsprogs-3.2.2/libxfs/Makefile
@@ -86,6 +86,7 @@
 install: default
 
 install-dev: default
+   $(INSTALL_LTLIB_DEV)
 
 install-qa: default
 
--- xfsprogs-3.2.2/libxlog/Makefile
+++ xfsprogs-3.2.2/libxlog/Makefile
@@ -12,6 +12,8 @@
 
 CFILES = xfs_log_recover.c util.c
 
+LTLIBS = $(LIBUUID) $(LIBXFS)
+
 # don't want to link xfs_repair with a debug libxlog.
 DEBUG = -DNDEBUG
 
@@ -19,6 +21,11 @@
 
 include $(BUILDRULES)
 
-install install-dev install-qa: default
+install: default
+
+install-dev: default
+   $(INSTALL_LTLIB_DEV)
+
+install-qa: default
 
 -include .ltdep
--- xfsprogs-3.2.2/Makefile
+++ xfsprogs-3.2.2/Makefile
@@ -63,6 +63,8 @@
 mkfs: libxfs
 quota: libxcmd
 repair: libxfs libxlog
+libxlog: libxfs
+libxlog-install-dev: libxfs-install-dev
 
 ifneq ($(ENABLE_BLKID), yes)
 mkfs: libdisk






[gentoo-commits] gentoo-x86 commit in dev-ml/pcre-ocaml: ChangeLog pcre-ocaml-7.1.5.ebuild

2014-12-15 Thread Alexis Ballier (aballier)
aballier14/12/15 10:13:58

  Modified: ChangeLog
  Added:pcre-ocaml-7.1.5.ebuild
  Log:
  version bump
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.55 dev-ml/pcre-ocaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   8 Dec 2014 09:57:39 -   1.54
+++ ChangeLog   15 Dec 2014 10:13:58 -  1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/pcre-ocaml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.54 
2014/12/08 09:57:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.55 
2014/12/15 10:13:58 aballier Exp $
+
+*pcre-ocaml-7.1.5 (15 Dec 2014)
+
+  15 Dec 2014; Alexis Ballier aball...@gentoo.org +pcre-ocaml-7.1.5.ebuild:
+  version bump
 
 *pcre-ocaml-7.1.3 (08 Dec 2014)
 



1.1  dev-ml/pcre-ocaml/pcre-ocaml-7.1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.1.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.1.5.ebuild?rev=1.1content-type=text/plain

Index: pcre-ocaml-7.1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.1.5.ebuild,v 
1.1 2014/12/15 10:13:58 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION=Perl Compatibility Regular Expressions for O'Caml
HOMEPAGE=http://mmottl.github.io/pcre-ocaml/ 
https://github.com/mmottl/pcre-ocaml;
SRC_URI=https://github.com/mmottl/pcre-ocaml/releases/download/v${PV}/${P}.tar.gz;
LICENSE=LGPL-2.1-with-linking-exception
IUSE=examples
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd

RDEPEND==dev-libs/libpcre-4.5
=dev-lang/ocaml-4:=
DEPEND=${RDEPEND}

DOCS=( AUTHORS.txt CHANGES.txt README.md )

src_install() {
oasis_src_install
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/sympy/files: sympy-0.7.6-doc-makefile.patch

2014-12-15 Thread Andrey Grozin (grozin)
grozin  14/12/15 10:24:19

  Added:sympy-0.7.6-doc-makefile.patch
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.1  dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch?rev=1.1content-type=text/plain

Index: sympy-0.7.6-doc-makefile.patch
===
diff -r -U2 sympy-0.7.6.orig/doc/Makefile sympy-0.7.6/doc/Makefile
--- sympy-0.7.6.orig/doc/Makefile   2014-11-21 02:00:41.0 +0600
+++ sympy-0.7.6/doc/Makefile2014-12-07 20:49:01.091613474 +0600
@@ -118,5 +118,5 @@
pdflatex -output-directory=_build/cheatsheet cheatsheet/cheatsheet.tex
 
-_build/cheatsheet/cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
+_build/cheatsheet/combinatoric_cheatsheet.pdf: 
cheatsheet/combinatoric_cheatsheet.tex
mkdir -p _build/cheatsheet
pdflatex -output-directory=_build/cheatsheet 
cheatsheet/combinatoric_cheatsheet.tex






[gentoo-commits] gentoo-x86 commit in dev-python/sympy: sympy-0.7.6.ebuild ChangeLog

2014-12-15 Thread Andrey Grozin (grozin)
grozin  14/12/15 10:24:19

  Modified: ChangeLog
  Added:sympy-0.7.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.32 dev-python/sympy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   6 Jul 2014 17:33:56 -   1.31
+++ ChangeLog   15 Dec 2014 10:24:19 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sympy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.31 
2014/07/06 17:33:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.32 
2014/12/15 10:24:19 grozin Exp $
+
+*sympy-0.7.6 (15 Dec 2014)
+
+  15 Dec 2014; Andrey Grozin gro...@gentoo.org +sympy-0.7.6.ebuild,
+  +files/sympy-0.7.6-doc-makefile.patch:
+  Version bump
 
   06 Jul 2014; Mike Gilbert flop...@gentoo.org sympy-0.7.4.1.ebuild:
   Use python_gen_cond_dep.



1.1  dev-python/sympy/sympy-0.7.6.ebuild

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

Index: sympy-0.7.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.7.6.ebuild,v 1.1 
2014/12/15 10:24:19 grozin Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1 eutils virtualx

DESCRIPTION=Computer Algebra System in pure Python
HOMEPAGE=http://sympy.org;
SRC_URI=https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
http://dev.gentoo.org/~grozin/${P}-system-mpmath.patch.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos
IUSE=doc examples gtk imaging ipython latex mathml opengl pdf png pyglet 
+system-mpmath test texmacs theano

REQUIRED_USE=${PYTHON_REQUIRED_USE}
doc? ( python_targets_python2_7 )

RDEPEND=
$(python_gen_cond_dep '=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' 
python2_7)
imaging? ( virtual/python-imaging[${PYTHON_USEDEP}] )
ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
latex? (
virtual/latex-base
dev-texlive/texlive-fontsextra
png? ( app-text/dvipng )
pdf? ( app-text/ghostscript-gpl )
)
mathml? (
dev-libs/libxml2:2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' 
python2_7)
gtk? ( x11-libs/gtkmathview[gtk] )
)
opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
pyglet? ( $(python_gen_cond_dep 'dev-python/pyglet[${PYTHON_USEDEP}]' 
python2_7) )
system-mpmath? ( =dev-python/mpmath-0.18[${PYTHON_USEDEP}] )
texmacs? ( app-office/texmacs )
theano? ( $(python_gen_cond_dep 'dev-python/theano[${PYTHON_USEDEP}]' 
python2_7) )


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

python_prepare_all() {
epatch ${FILESDIR}/${P}-doc-makefile.patch
if use system-mpmath; then
rm -r sympy/mpmath doc/src/modules/mpmath || die
epatch ${WORKDIR}/${P}-system-mpmath.patch
fi
distutils-r1_python_prepare_all
}

python_compile() {
PYTHONPATH=. distutils-r1_python_compile
}

python_compile_all() {
if use doc; then
export XDG_CONFIG_HOME=${T}/config-dir
mkdir ${XDG_CONFIG_HOME} || die
chmod 0700 ${XDG_CONFIG_HOME} || die
emake -j1 -C doc html info cheatsheet
fi
}

python_test() {
 VIRTUALX_COMMAND=./setup.py virtualmake test
}

python_install() {
PYTHONPATH=. distutils-r1_python_install
}

python_install_all() {
local DOCS=( AUTHORS README.rst )
use doc \
DOCS=( ${DOCS[*]} doc/_build/cheatsheet/cheatsheet.pdf 
doc/_build/cheatsheet/combinatoric_cheatsheet.pdf ) \
local HTML_DOCS=( doc/_build/html/. ) \
doinfo doc/_build/texinfo/${PN}.info
use examples  local EXAMPLES=( 

[gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-1.4.0.ebuild ChangeLog pylint-0.28.0.ebuild pylint-1.2.1.ebuild pylint-1.1.0.ebuild

2014-12-15 Thread Ian Delaney (idella4)
idella4 14/12/15 10:39:06

  Modified: pylint-1.4.0.ebuild ChangeLog
  Removed:  pylint-0.28.0.ebuild pylint-1.2.1.ebuild
pylint-1.1.0.ebuild
  Log:
  add missing dep, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/pylint/pylint-1.4.0.ebuild

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

Index: pylint-1.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylint-1.4.0.ebuild 10 Dec 2014 07:51:50 -  1.1
+++ pylint-1.4.0.ebuild 15 Dec 2014 10:39:06 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v 1.1 
2014/12/10 07:51:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v 1.2 
2014/12/15 10:39:06 idella4 Exp $
 
 EAPI=5
 
@@ -19,8 +19,10 @@
 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos
 IUSE=doc examples test
 
-RDEPEND==dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
-   =dev-python/astroid-1.3[${PYTHON_USEDEP}]
+RDEPEND=
+   =dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
+   =dev-python/astroid-1.3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND} )



1.114dev-python/pylint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   10 Dec 2014 07:51:50 -  1.113
+++ ChangeLog   15 Dec 2014 10:39:06 -  1.114
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.113 
2014/12/10 07:51:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.114 
2014/12/15 10:39:06 idella4 Exp $
+
+  15 Dec 2014; Ian Delaney idel...@gentoo.org -pylint-0.28.0.ebuild,
+  -pylint-1.1.0.ebuild, -pylint-1.2.1.ebuild, pylint-1.4.0.ebuild:
+  add missing dep, rm old
 
 *pylint-1.4.0 (10 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-fs/netatalk/files: netatalk-3.1.7-gentoo.patch

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 10:59:35

  Added:netatalk-3.1.7-gentoo.patch
  Log:
  net-fs/netatalk: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  net-fs/netatalk/files/netatalk-3.1.7-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/files/netatalk-3.1.7-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/files/netatalk-3.1.7-gentoo.patch?rev=1.1content-type=text/plain

Index: netatalk-3.1.7-gentoo.patch
===
 Makefile.am  |  6 --
 etc/netatalk/Makefile.am |  5 +++--
 etc/netatalk/afp_avahi.c |  2 +-
 etc/uams/Makefile.am | 20 ++--
 libatalk/dsi/Makefile.am |  3 ++-
 libatalk/vfs/Makefile.am |  1 +
 macros/netatalk.m4   |  1 -
 7 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ec7f14d..b87fd8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,12 +11,6 @@ EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION 
abigen.sh
 ACLOCAL_AMFLAGS = -I macros
 AUTOMAKE_OPTIONS = foreign
 
-if RUN_LDCONFIG
-install-exec-hook:
-   @printf Running ldconfig to ensure libraries installed in system 
library directories are added to the dynamic linker cache ... 
-   @-@NETA_LDCONFIG@
-   @printf done\n
-endif
 
 if DEVELOPER
 abi-clean:
diff --git a/etc/netatalk/Makefile.am b/etc/netatalk/Makefile.am
index 5392b9d..3e62e2d 100644
--- a/etc/netatalk/Makefile.am
+++ b/etc/netatalk/Makefile.am
@@ -18,6 +18,7 @@ netatalk_LDADD = \
$(top_builddir)/libatalk/libatalk.la
 
 netatalk_LDFLAGS =
+netatalk_CPPFLAGS =
 
 if USE_BUILTIN_LIBEVENT
 netatalk_CFLAGS += \
@@ -27,8 +28,8 @@ netatalk_CFLAGS += \
 netatalk_LDADD += \
$(top_builddir)/libevent/libevent.la
 else
-netatalk_CFLAGS += @LIBEVENT_CFLAGS@
-netatalk_LDFLAGS += @LIBEVENT_LDFLAGS@ -levent
+netatalk_CPPFLAGS += @LIBEVENT_CFLAGS@
+netatalk_LDADD += @LIBEVENT_LDFLAGS@ -levent
 endif
 
 noinst_HEADERS = afp_zeroconf.h afp_avahi.h afp_mdns.h
diff --git a/etc/netatalk/afp_avahi.c b/etc/netatalk/afp_avahi.c
index d6b55dc..dade1e0 100644
--- a/etc/netatalk/afp_avahi.c
+++ b/etc/netatalk/afp_avahi.c
@@ -164,8 +164,8 @@ static void register_stuff(void) {
 return;
 
 fail:
-time(NULL);
 //avahi_threaded_poll_quit(ctx-threaded_poll);
+return;
 }
 
 /* Called when publishing of service data completes */
diff --git a/etc/uams/Makefile.am b/etc/uams/Makefile.am
index 23fd3d1..0e882ea 100644
--- a/etc/uams/Makefile.am
+++ b/etc/uams/Makefile.am
@@ -95,16 +95,16 @@ uams_dhx_pam_la_CFLAGS = @SSL_CFLAGS@ @PAM_CFLAGS@
 uams_dhx2_pam_la_CFLAGS= @LIBGCRYPT_CFLAGS@ @PAM_CFLAGS@
 uams_gss_la_CFLAGS= @GSSAPI_CFLAGS@ @KRB5_CFLAGS@
 
-uams_guest_la_LDFLAGS  = -module -avoid-version
-uams_randnum_la_LDFLAGS= -module -avoid-version @SSL_LIBS@
-uams_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@
-uams_pam_la_LDFLAGS= -module -avoid-version @PAM_LIBS@
-uams_pgp_la_LDFLAGS= -module -avoid-version @SSL_LIBS@
-uams_dhx_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@
-uams_dhx_pam_la_LDFLAGS= -module -avoid-version @CRYPT_LIBS@ 
@SSL_LIBS@ @PAM_LIBS@
-uams_dhx2_passwd_la_LDFLAGS= -module -avoid-version @CRYPT_LIBS@ 
@LIBGCRYPT_LIBS@
-uams_dhx2_pam_la_LDFLAGS   = -module -avoid-version @LIBGCRYPT_LIBS@ 
@PAM_LIBS@
-uams_gss_la_LDFLAGS   = -module -avoid-version @GSSAPI_LIBS@ @KRB5_LIBS@
+uams_guest_la_LDFLAGS  = -shared -module -avoid-version
+uams_randnum_la_LDFLAGS= -shared -module -avoid-version @SSL_LIBS@
+uams_passwd_la_LDFLAGS = -shared -module -avoid-version @CRYPT_LIBS@
+uams_pam_la_LDFLAGS= -shared -module -avoid-version @PAM_LIBS@
+uams_pgp_la_LDFLAGS= -shared -module -avoid-version @SSL_LIBS@
+uams_dhx_passwd_la_LDFLAGS = -shared -module -avoid-version @CRYPT_LIBS@ 
@SSL_LIBS@
+uams_dhx_pam_la_LDFLAGS= -shared -module -avoid-version 
@CRYPT_LIBS@ @SSL_LIBS@ @PAM_LIBS@
+uams_dhx2_passwd_la_LDFLAGS= -shared -module -avoid-version @CRYPT_LIBS@ 
@LIBGCRYPT_LIBS@
+uams_dhx2_pam_la_LDFLAGS   = -shared -module -avoid-version 
@LIBGCRYPT_LIBS@ @PAM_LIBS@
+uams_gss_la_LDFLAGS   = -shared -module -avoid-version @GSSAPI_LIBS@ 
@KRB5_LIBS@
 
 #
 # module compilation
diff --git a/libatalk/dsi/Makefile.am b/libatalk/dsi/Makefile.am
index 34fa76e..dbde336 100644
--- a/libatalk/dsi/Makefile.am
+++ b/libatalk/dsi/Makefile.am
@@ -1,9 +1,10 @@
 # Makefile.am for libatalk/dsi/
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys
 
 LIBS = @LIBS@
 
 noinst_LTLIBRARIES = libdsi.la
 
 libdsi_la_SOURCES = dsi_attn.c dsi_close.c dsi_cmdreply.c dsi_getsess.c 
dsi_getstat.c dsi_init.c dsi_opensess.c dsi_read.c 

[gentoo-commits] gentoo-x86 commit in net-fs/netatalk: ChangeLog netatalk-3.1.7.ebuild

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 10:59:35

  Modified: ChangeLog
  Added:netatalk-3.1.7.ebuild
  Log:
  net-fs/netatalk: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.113net-fs/netatalk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?r1=1.112r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   15 Sep 2014 18:17:13 -  1.112
+++ ChangeLog   15 Dec 2014 10:59:35 -  1.113
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/netatalk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.112 
2014/09/15 18:17:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.113 
2014/12/15 10:59:35 jlec Exp $
+
+*netatalk-3.1.7 (15 Dec 2014)
+
+  15 Dec 2014; Justin Lecher j...@gentoo.org +netatalk-3.1.7.ebuild,
+  +files/netatalk-3.1.7-gentoo.patch:
+  Version Bump
 
 *netatalk-3.1.6 (15 Sep 2014)
 



1.1  net-fs/netatalk/netatalk-3.1.7.ebuild

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

Index: netatalk-3.1.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-3.1.7.ebuild,v 1.1 
2014/12/15 10:59:35 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils flag-o-matic multilib pam python-r1 systemd versionator

DESCRIPTION=Open Source AFP server
HOMEPAGE=http://netatalk.sourceforge.net/;
SRC_URI=mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 
1-3)/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=acl avahi cracklib dbus debug pgp kerberos ldap pam quota samba +shadow 
ssl static-libs tracker tcpd +utils

CDEPEND=
!app-editors/yudit
dev-libs/libevent
=dev-libs/libgcrypt-1.2.3:0
sys-apps/coreutils
=sys-libs/db-4.2.52
sys-libs/tdb
acl? (
sys-apps/attr
sys-apps/acl
)
avahi? ( net-dns/avahi[dbus,-mdnsresponder-compat] )
cracklib? ( sys-libs/cracklib )
dbus? ( sys-apps/dbus dev-libs/dbus-glib )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl )
tcpd? ( sys-apps/tcp-wrappers )
tracker? ( app-misc/tracker )
utils? ( ${PYTHON_DEPS} )

RDEPEND=${CDEPEND}
utils? (
dev-lang/perl
dev-python/dbus-python[${PYTHON_USEDEP}]
)
DEPEND=${CDEPEND}
virtual/yacc
sys-devel/flex

RESTRICT=test

REQUIRED_USE=
ldap? ( acl )
utils? ( ${PYTHON_REQUIRED_USE} )

PATCHES=( ${FILESDIR}/${P}-gentoo.patch )

src_prepare() {
if ! use utils; then
sed \
-e s:shell_utils::g \
-i contrib/Makefile.am || die
fi
autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=()

append-flags -fno-strict-aliasing

if use acl; then
myeconfargs+=( --with-acls $(use_with ldap) )
else
myeconfargs+=( --without-acls --without-ldap )
fi

# Ignore --with-init-style=gentoo, we install the init.d by hand and we 
avoid having
# to sed the Makefiles to not do rc-update.
# TODO:
# systemd : --with-init-style=systemd
myeconfargs+=(
--disable-silent-rules
$(use_enable avahi zeroconf)
$(use_enable debug)
$(use_enable debug debugging)
$(use_enable pgp pgp-uam)
$(use_enable kerberos)
$(use_enable kerberos krbV-uam)
$(use_enable quota)
$(use_enable tcpd tcp-wrappers)
$(use_with cracklib)
$(use_with dbus afpstats)
$(use_with pam)
$(use_with samba smbsharemodes)
$(use_with shadow)
$(use_with ssl ssl-dir)
$(use_with tracker)

[gentoo-commits] gentoo-x86 commit in net-firewall/ufw/files: ufw-0.34_pre805-bash-completion.patch

2014-12-15 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/15 11:07:41

  Added:ufw-0.34_pre805-bash-completion.patch
  Log:
  Revision bump: fix bash completion, wrt bug #526300, drop old revision
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.1  
net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1content-type=text/plain

Index: ufw-0.34_pre805-bash-completion.patch
===
--- shell-completion/bash
+++ shell-completion/bash
@@ -52,7 +52,6 @@
 echo numbered verbose
 }
 
-have ufw 
 _ufw()
 {
 cur=${COMP_WORDS[COMP_CWORD]}
@@ -83,5 +82,5 @@
 fi
 }
 
-[ $have ]  complete -F _ufw ufw
+complete -F _ufw ufw
 






[gentoo-commits] gentoo-x86 commit in net-firewall/ufw: ChangeLog ufw-0.34_pre805-r2.ebuild ufw-0.34_pre805.ebuild

2014-12-15 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/15 11:07:41

  Modified: ChangeLog
  Added:ufw-0.34_pre805-r2.ebuild
  Removed:  ufw-0.34_pre805.ebuild
  Log:
  Revision bump: fix bash completion, wrt bug #526300, drop old revision
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.16 net-firewall/ufw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   7 Sep 2014 15:31:30 -   1.15
+++ ChangeLog   15 Dec 2014 11:07:41 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-firewall/ufw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.15 
2014/09/07 15:31:30 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.16 
2014/12/15 11:07:41 pinkbyte Exp $
+
+*ufw-0.34_pre805-r2 (15 Dec 2014)
+
+  15 Dec 2014; Sergey Popov pinkb...@gentoo.org -ufw-0.34_pre805.ebuild,
+  +ufw-0.34_pre805-r2.ebuild, +files/ufw-0.34_pre805-bash-completion.patch:
+  Revision bump: fix bash completion, wrt bug #526300, drop old revision
 
   07 Sep 2014; Jack Morgan jmor...@gentoo.org ufw-0.34_pre805-r1.ebuild:
   adding sparc, ppc, ppc64 keywords



1.1  net-firewall/ufw/ufw-0.34_pre805-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild?rev=1.1content-type=text/plain

Index: ufw-0.34_pre805-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v 
1.1 2014/12/15 11:07:41 pinkbyte Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
DISTUTILS_IN_SOURCE_BUILD=1

inherit bash-completion-r1 eutils linux-info distutils-r1 systemd

DESCRIPTION=A program used to manage a netfilter firewall
HOMEPAGE=http://launchpad.net/ufw;
SRC_URI=mirror://sabayon/${CATEGORY}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
IUSE=examples ipv6

DEPEND=sys-devel/gettext
RDEPEND==net-firewall/iptables-1.4[ipv6?]
!kde-misc/kcm-ufw-0.4.2
!net-firewall/ufw-frontends-0.3.2


# tests fail; upstream bug: https://bugs.launchpad.net/ufw/+bug/815982
RESTRICT=test

PATCHES=(
# Remove unnecessary build time dependency on net-firewall/iptables.
${FILESDIR}/${PN}-0.33-dont-check-iptables.patch
# Move files away from /lib/ufw.
${FILESDIR}/${PN}-0.31.1-move-path.patch
# Remove shebang modification.
${FILESDIR}/${P}-shebang.patch
# Fix bash completions, bug #526300
${FILESDIR}/${P}-bash-completion.patch
)

pkg_pretend() {
local CONFIG_CHECK=~PROC_FS
~NETFILTER_XT_MATCH_COMMENT ~NETFILTER_XT_MATCH_HL
~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_MULTIPORT
~NETFILTER_XT_MATCH_RECENT ~NETFILTER_XT_MATCH_STATE

if kernel_is -ge 2 6 39; then
CONFIG_CHECK+= ~NETFILTER_XT_MATCH_ADDRTYPE
else
CONFIG_CHECK+= ~IP_NF_MATCH_ADDRTYPE
fi

# https://bugs.launchpad.net/ufw/+bug/1076050
if kernel_is -ge 3 4; then
CONFIG_CHECK+= ~NETFILTER_XT_TARGET_LOG
else
CONFIG_CHECK+= ~IP_NF_TARGET_LOG
use ipv6  CONFIG_CHECK+= ~IP6_NF_TARGET_LOG
fi

CONFIG_CHECK+= ~IP_NF_TARGET_REJECT
use ipv6  CONFIG_CHECK+= ~IP6_NF_TARGET_REJECT

check_extra_config

# Check for default, useful optional features.
if ! linux_config_exists; then
ewarn Cannot determine configuration of your kernel.
return
fi

local nf_nat_ftp_ok=yes
local nf_conntrack_ftp_ok=yes
local nf_conntrack_netbios_ns_ok=yes

linux_chkconfig_present \
NF_NAT_FTP || nf_nat_ftp_ok=no
linux_chkconfig_present \
NF_CONNTRACK_FTP || nf_conntrack_ftp_ok=no
linux_chkconfig_present \
NF_CONNTRACK_NETBIOS_NS || nf_conntrack_netbios_ns_ok=no

# This is better than an essay for each unset option...
if [[ ${nf_nat_ftp_ok} = no ]] || [[ ${nf_conntrack_ftp_ok} = no ]] \
   

[gentoo-commits] gentoo-x86 commit in net-fs/netatalk: ChangeLog netatalk-2.2.3.ebuild netatalk-3.1.1.ebuild netatalk-3.1.3.ebuild netatalk-2.2.5.ebuild netatalk-3.1.4.ebuild netatalk-3.1.0-r1.ebuild

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 11:08:19

  Modified: ChangeLog
  Removed:  netatalk-2.2.3.ebuild netatalk-3.1.1.ebuild
netatalk-3.1.3.ebuild netatalk-2.2.5.ebuild
netatalk-3.1.4.ebuild netatalk-3.1.0-r1.ebuild
  Log:
  net-fs/netatalk: Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.114net-fs/netatalk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   15 Dec 2014 10:59:35 -  1.113
+++ ChangeLog   15 Dec 2014 11:08:19 -  1.114
@@ -1,6 +1,14 @@
 # ChangeLog for net-fs/netatalk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.113 
2014/12/15 10:59:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.114 
2014/12/15 11:08:19 jlec Exp $
+
+  15 Dec 2014; Justin Lecher j...@gentoo.org -netatalk-2.2.3.ebuild,
+  -netatalk-2.2.5.ebuild, -netatalk-3.1.0-r1.ebuild, -netatalk-3.1.1.ebuild,
+  -netatalk-3.1.3.ebuild, -netatalk-3.1.4.ebuild,
+  -files/netatalk-2.0.5-control-pam.patch, -files/netatalk-2.2.2-gentoo.patch,
+  -files/netatalk-3.0-gentoo.patch, -files/netatalk-3.1.0-gentoo.patch,
+  -files/netatalk-3.1.3-gentoo.patch, -files/netatalk.init:
+  Drop old
 
 *netatalk-3.1.7 (15 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-fs/netatalk/files: netatalk-2.2.2-gentoo.patch netatalk-3.0-gentoo.patch netatalk-2.0.5-control-pam.patch netatalk-3.1.3-gentoo.patch netatalk-3.1.0-gentoo.pa

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 11:08:19

  Removed:  netatalk-2.2.2-gentoo.patch
netatalk-3.0-gentoo.patch
netatalk-2.0.5-control-pam.patch
netatalk-3.1.3-gentoo.patch
netatalk-3.1.0-gentoo.patch netatalk.init
  Log:
  net-fs/netatalk: Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)



[gentoo-commits] gentoo-x86 commit in dev-python/pymysql: pymysql-0.6.3.ebuild ChangeLog

2014-12-15 Thread Ian Delaney (idella4)
idella4 14/12/15 11:15:44

  Modified: ChangeLog
  Added:pymysql-0.6.3.ebuild
  Log:
  bump; add pypy3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/pymysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymysql/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 Jul 2014 12:46:12 -   1.3
+++ ChangeLog   15 Dec 2014 11:15:44 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pymysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymysql/ChangeLog,v 1.3 
2014/07/06 12:46:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymysql/ChangeLog,v 1.4 
2014/12/15 11:15:44 idella4 Exp $
+
+*pymysql-0.6.3 (15 Dec 2014)
+
+  15 Dec 2014; Ian Delaney idel...@gentoo.org +pymysql-0.6.3.ebuild:
+  bump; add pypy3
 
   06 Jul 2014; MichaÅ‚ GĂ³rny mgo...@gentoo.org pymysql-0.6.2.ebuild:
   Clean up obsolete dependencies on virtual/python-argparse and virtual/python-



1.1  dev-python/pymysql/pymysql-0.6.3.ebuild

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

Index: pymysql-0.6.3.ebuild
===
# Copyright 2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymysql/pymysql-0.6.3.ebuild,v 
1.1 2014/12/15 11:15:44 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

MY_PN=PyMySQL
DESCRIPTION=Pure-Python MySQL Driver
HOMEPAGE=http://www.pymysql.org/;
SRC_URI=https://github.com/${MY_PN}/${MY_PN}/archive/${P}.tar.gz;

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

S=${WORKDIR}/${MY_PN}-${P}

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

# While tests exist, they require an unsecure server to run without manual 
config file
RESTRICT=test

python_test() {
${PYTHON} runtests.py || die
}






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-30.xml

2014-12-15 Thread Mikle Kolyada (zlogene)
zlogene 14/12/15 11:44:40

  Added:glsa-201412-30.xml
  Log:
  GLSA 201412-30

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-30.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-30.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-30.xml?rev=1.1content-type=text/plain

Index: glsa-201412-30.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201412-30
  titleVarnish: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities have been found in Varnish, the worst of
which could allow a remote attacker to create a Denial of Service
condition.
  /synopsis
  product type=ebuildvarnish/product
  announcedDecember 15, 2014/announced
  revisedDecember 15, 2014: 1/revised
  bug45/bug
  bug489944/bug
  accesslocal, remote/access
  affected
package name=www-servers/varnish auto=yes arch=*
  unaffected range=ge3.0.5/unaffected
  vulnerable range=lt3.0.5/vulnerable
/package
  /affected
  background
pVarnish is a web application accelerator./p
  /background
  description
pMultiple vulnerabilities have been discovered in Varnish. Please review
  the CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA remote attacker could cause a Denial of Service condition via a
  specially crafted GET request. Furthermore a local attacker could obtain
  sensitive information through insecure permissions on logfiles. 
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Varnish users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=www-servers/varnish-3.0.5
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-0345;CVE-2013-0345/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4484;CVE-2013-4484/uri
  /references
  metadata tag=requester timestamp=Thu, 19 Jun 2014 02:10:40 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Mon, 15 Dec 2014 11:43:22 
+Zlogene/metadata
/glsa






[gentoo-commits] gentoo-x86 commit in dev-libs/libltdl: ChangeLog libltdl-2.4.4.ebuild

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 11:44:51

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

Revision  ChangesPath
1.2  dev-libs/libltdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Nov 2014 05:31:48 -   1.1
+++ ChangeLog   15 Dec 2014 11:44:51 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libltdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v 1.1 2014/11/03 
05:31:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v 1.2 2014/12/15 
11:44:51 polynomial-c Exp $
+
+*libltdl-2.4.4 (15 Dec 2014)
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org +libltdl-2.4.4.ebuild:
+  Version bump.
 
 *libltdl-2.4.3 (03 Nov 2014)
 *libltdl-1.5.26 (03 Nov 2014)



1.1  dev-libs/libltdl/libltdl-2.4.4.ebuild

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

Index: libltdl-2.4.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/libltdl-2.4.4.ebuild,v 1.1 
2014/12/15 11:44:51 polynomial-c Exp $

EAPI=4

inherit multilib-minimal

MY_P=libtool-${PV}

DESCRIPTION=A shared library tool for developers
HOMEPAGE=http://www.gnu.org/software/libtool/;
SRC_URI=mirror://gnu/libtool/${MY_P}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=static-libs
# libltdl doesn't have a testsuite.
RESTRICT=test

RDEPEND=!sys-devel/libtool-2.4.3-r2:2
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140406-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
DEPEND=app-arch/xz-utils

S=${WORKDIR}/${MY_P}/libltdl

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--enable-ltdl-install \
$(use_enable static-libs static)
}

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

# While the libltdl.la file is not used directly, the m4 ltdl logic
# keys off of its existence when searching for ltdl support. #293921
#use static-libs || find ${D} -name libltdl.la -delete
}






[gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.4.4.ebuild ChangeLog

2014-12-15 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/15 11:46:30

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

Revision  ChangesPath
1.235sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   3 Nov 2014 05:32:23 -   1.234
+++ ChangeLog   15 Dec 2014 11:46:30 -  1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.234 
2014/11/03 05:32:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.235 
2014/12/15 11:46:30 polynomial-c Exp $
+
+*libtool-2.4.4 (15 Dec 2014)
+
+  15 Dec 2014; Lars Wendler polynomia...@gentoo.org +libtool-2.4.4.ebuild:
+  Version bump.
 
 *libtool-2.4.3-r2 (03 Nov 2014)
 



1.1  sys-devel/libtool/libtool-2.4.4.ebuild

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

Index: libtool-2.4.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.4.ebuild,v 1.1 
2014/12/15 11:46:30 polynomial-c Exp $

EAPI=4

LIBTOOLIZE=true #225559
WANT_LIBTOOL=none
inherit eutils autotools multilib unpacker

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.savannah.gnu.org/${PN}.git
http://git.savannah.gnu.org/r/${PN}.git;
inherit git-2
else
SRC_URI=mirror://gnu/${PN}/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

DESCRIPTION=A shared library tool for developers
HOMEPAGE=http://www.gnu.org/software/libtool/;

LICENSE=GPL-2
SLOT=2
IUSE=vanilla

# Pull in libltdl directly until we convert packages to the new dep.
RDEPEND=sys-devel/gnuconfig
=sys-devel/autoconf-2.69
=sys-devel/automake-1.13
dev-libs/libltdl:0
DEPEND=${RDEPEND}
app-arch/xz-utils
[[ ${PV} ==  ]]  DEPEND+= sys-apps/help2man

src_unpack() {
if [[ ${PV} ==  ]] ; then
git-2_src_unpack
cd ${S}
./bootstrap || die
else
unpacker_src_unpack
fi
}

src_prepare() {
use vanilla  return 0

epatch ${FILESDIR}/${PN}-2.4.3-use-linux-version-in-fbsd.patch #109105
pushd libltdl /dev/null
AT_NOELIBTOOLIZE=yes eautoreconf
popd /dev/null
AT_NOELIBTOOLIZE=yes eautoreconf
epunt_cxx
}

src_configure() {
# the libtool script uses bash code in it and at configure time, tries
# to find a bash shell.  if /bin/sh is bash, it uses that.  this can
# cause problems for people who switch /bin/sh on the fly to other
# shells, so just force libtool to use /bin/bash all the time.
export CONFIG_SHELL=/bin/bash
ECONF_SOURCE=${S} econf --disable-ltdl-install
}

src_test() {
emake check
}

src_install() {
default

local x
while read -d $'\0' -r x ; do
ln -sf ${EPREFIX}/usr/share/gnuconfig/${x##*/} ${x} || die
done  (find ${ED} '(' -name config.guess -o -name config.sub ')' 
-print0)
}






[gentoo-commits] proj/sci:master commit in: /

2014-12-15 Thread Justin Lecher
commit: 5512d27df41713ff05174ba960b26e9dbdff35a3
Author: Justin jlec AT gentoo DOT org
AuthorDate: Sun Dec 14 15:41:59 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Dec 14 15:41:59 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5512d27d

Merge pull request #301 from mickolaine/mosstack

Rename pyAstroStack to Mosstack and update version


 profiles/updates/2Q-2014|  1 +
 sci-astronomy/mosstack/ChangeLog| 10 ++
 sci-astronomy/mosstack/Manifest |  1 +
 .../{pyAstroStack = mosstack}/metadata.xml |  6 --
 .../mosstack-0.6.1.ebuild}  | 10 +-
 sci-astronomy/pyAstroStack/ChangeLog| 21 -
 sci-astronomy/pyAstroStack/Manifest |  1 -
 7 files changed, 21 insertions(+), 29 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-misc/mendeleydesktop/

2014-12-15 Thread Justin Lecher
commit: bd02dd2885ef352f90ae9a82cf531be8a82d1e3f
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri Dec 12 11:22:09 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Dec 12 11:22:09 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd02dd28

sci-misc/mendeleydesktop: Version bump; Drop old

---
 sci-misc/mendeleydesktop/ChangeLog  | 6 ++
 ...{mendeleydesktop-1.12.3.ebuild = mendeleydesktop-1.12.4.ebuild} | 0
 2 files changed, 6 insertions(+)

diff --git a/sci-misc/mendeleydesktop/ChangeLog 
b/sci-misc/mendeleydesktop/ChangeLog
index 5d0b188..346e901 100644
--- a/sci-misc/mendeleydesktop/ChangeLog
+++ b/sci-misc/mendeleydesktop/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mendeleydesktop-1.12.4 (12 Dec 2014)
+
+  12 Dec 2014; Marius Brehler mar...@linux.sungazer.de
+  +mendeleydesktop-1.12.4.ebuild, -mendeleydesktop-1.12.3.ebuild:
+  Version bump; Drop old
+
   29 Nov 2014; Marius Brehler mar...@linux.sungazer.de 
-files/medneleydekstop,
   mendeleydesktop-1.12.3.ebuild:
   Fixes according to https://github.com/gentoo-science/sci/pull/291

diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild 
b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.4.ebuild
similarity index 100%
rename from sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
rename to sci-misc/mendeleydesktop/mendeleydesktop-1.12.4.ebuild



[gentoo-commits] proj/sci:master commit in: /

2014-12-15 Thread Justin Lecher
commit: 7e49747b5e350a6ff2936f60f2a798a8f189ce12
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Dec 15 11:57:57 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Dec 15 11:57:57 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7e49747b

Merge remote-tracking branch 'github/master'

* github/master:
  Delete pyAstroStack-0.3.0.ebuild
  Delete metadata.xml
  Delete Manifest
  Delete ChangeLog
  Update 2Q-2014
  sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped 
to 0.6.1
  sci-misc/mendeleydesktop: Version bump; Drop old


 profiles/updates/2Q-2014|  1 +
 sci-astronomy/mosstack/ChangeLog| 10 ++
 sci-astronomy/mosstack/Manifest |  1 +
 .../{pyAstroStack = mosstack}/metadata.xml |  6 --
 .../mosstack-0.6.1.ebuild}  | 10 +-
 sci-astronomy/pyAstroStack/ChangeLog| 21 -
 sci-astronomy/pyAstroStack/Manifest |  1 -
 sci-misc/mendeleydesktop/ChangeLog  |  6 ++
 sci-misc/mendeleydesktop/Manifest   |  7 ++-
 ...-1.12.3.ebuild = mendeleydesktop-1.12.4.ebuild} |  0
 10 files changed, 29 insertions(+), 34 deletions(-)



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

2014-12-15 Thread Justin Lecher
commit: 0e4f9ee960bd6afc9fb10e1fd7c92d6194672782
Author: Mikko Laine mikko.laine AT gmail DOT com
AuthorDate: Sun Dec 14 11:29:23 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Dec 14 11:29:23 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0e4f9ee9

Update 2Q-2014

---
 profiles/updates/2Q-2014 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/2Q-2014 b/profiles/updates/2Q-2014
index 88463d7..5c275eb 100644
--- a/profiles/updates/2Q-2014
+++ b/profiles/updates/2Q-2014
@@ -1 +1,2 @@
 move sci-physics/LoopTools sci-physics/looptools
+move sci-astronomy/pyAstroStack sci-astronomy/mosstack



[gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/

2014-12-15 Thread Justin Lecher
commit: b0c6f58aeb6ea64523e7180df8ccb1e67ffbd4c1
Author: mikko_laine mikko.laine AT gmail DOT com
AuthorDate: Sat Dec 13 21:33:21 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sat Dec 13 21:33:21 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b0c6f58a

sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped to 
0.6.1

Package-Manager: portage-2.2.14

---
 sci-astronomy/mosstack/ChangeLog | 10 +
 sci-astronomy/mosstack/metadata.xml  | 20 +
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild | 33 
 3 files changed, 63 insertions(+)

diff --git a/sci-astronomy/mosstack/ChangeLog b/sci-astronomy/mosstack/ChangeLog
new file mode 100644
index 000..91c7755
--- /dev/null
+++ b/sci-astronomy/mosstack/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/mosstack
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mosstack-0.6.1 (13 Dec 2014)
+
+  13 Dec 2014; Mikko Laine mikko.la...@gmail.com +metadata.xml,
+  +mosstack-0.6.1.ebuild:
+  sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped 
to
+  0.6.1

diff --git a/sci-astronomy/mosstack/metadata.xml 
b/sci-astronomy/mosstack/metadata.xml
new file mode 100644
index 000..e425fd5
--- /dev/null
+++ b/sci-astronomy/mosstack/metadata.xml
@@ -0,0 +1,20 @@
+?xml version='1.0' encoding='UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  maintainer
+emailmikko.la...@gmail.com/email
+nameMikko Laine/name
+  /maintainer
+  longdescription
+An open source stacking software for astronomical images taken with a DSLR
+camera. Mosstack can calibrate, debayer, register, align and stack photos
+taken with modern DSLR's from Canon. It has a command line user interface
+inspired by AstroSurf IRIS and a graphical user interface written with 
PyQt4
+  /longdescription
+  use
+flag name=openclEnables OpenCL support and pulls in pyopencl. This 
makes
+some operations much faster but requires specific hardware and 
drivers./flag
+flag name=qt4Pulls in PyQt4. Program works on command line interface
+without it but for GUI the library is required./flag
+  /use
+/pkgmetadata

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
new file mode 100644
index 000..c589368
--- /dev/null
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION=Stacking software for astronomical images
+HOMEPAGE=https://sites.google.com/site/mosstack;
+SRC_URI=http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz;
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~amd64 ~x86
+
+IUSE=opencl qt4
+
+DEPEND==dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+
+RDEPEND==dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
+   sci-libs/scikits_image[${PYTHON_USEDEP}]
+   media-gfx/imagemagick-6.8.0.0
+   sci-astronomy/sextractor
+   media-gfx/dcraw
+   media-libs/exiftool
+   dev-python/astropy[${PYTHON_USEDEP}]
+   opencl? ( =dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
+   qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
+
+DOCS=( CHANGES.txt README.txt )



[gentoo-commits] proj/sci:master commit in: /

2014-12-15 Thread Justin Lecher
commit: e9d619a1095be583da8ca672892c349aa0f61bb4
Author: Justin jlec AT gentoo DOT org
AuthorDate: Fri Dec 12 13:07:49 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Dec 12 13:07:49 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e9d619a1

Merge pull request #300 from marbre/mendeleydesktop

sci-misc/mendeleydesktop: Version bump; Drop old


 sci-misc/mendeleydesktop/ChangeLog | 6 ++
 sci-misc/mendeleydesktop/Manifest  | 7 ++-
 ...mendeleydesktop-1.12.3.ebuild = mendeleydesktop-1.12.4.ebuild} | 0
 3 files changed, 8 insertions(+), 5 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/

2014-12-15 Thread Justin Lecher
commit: 25012e6340aee760e18b03b79e126bf27b697b76
Author: Mikko Laine mikko.laine AT gmail DOT com
AuthorDate: Sun Dec 14 11:33:35 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Dec 14 11:33:35 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25012e63

Delete metadata.xml

---
 sci-astronomy/pyAstroStack/metadata.xml | 18 --
 1 file changed, 18 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/metadata.xml 
b/sci-astronomy/pyAstroStack/metadata.xml
deleted file mode 100644
index e5392c5..000
--- a/sci-astronomy/pyAstroStack/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-?xml version='1.0' encoding='UTF-8'?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  maintainer
-emailmikko.la...@gmail.com/email
-nameMikko Laine/name
-  /maintainer
-  longdescription
-An open source stacking software for astronomical images taken with a DSLR
-camera. PyAstroStack can calibrate, debayer, register, align and stack 
photos
-taken with modern DSLR's from Canon. It has a command line user interface
-inspired by AstroSurf IRIS.
-  /longdescription
-  use
-flag name=openclEnables OpenCL support and pulls in pyopencl. This 
makes
-some operations much faster but requires specific hardware and 
drivers./flag
-  /use
-/pkgmetadata



[gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/

2014-12-15 Thread Justin Lecher
commit: 687d2882f4392b3e1e72845da13a993b94994da1
Author: Mikko Laine mikko.laine AT gmail DOT com
AuthorDate: Sun Dec 14 11:33:39 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Dec 14 11:33:39 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=687d2882

Delete pyAstroStack-0.3.0.ebuild

---
 .../pyAstroStack/pyAstroStack-0.3.0.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild 
b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
deleted file mode 100644
index b5e04f3..000
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION=Stacking software for astronomical images
-HOMEPAGE=https://bitbucket.org/mikko_laine/pyastrostack/;
-SRC_URI=http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz;
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=opencl
-
-DEPEND==dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
-   dev-python/cython[${PYTHON_USEDEP}]
-
-RDEPEND==dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
-   dev-python/configparser[$(python_gen_usedep python2_7)]
-   sci-libs/scikits_image[${PYTHON_USEDEP}]
-   media-gfx/imagemagick-6.8.0.0
-   sci-astronomy/sextractor
-   media-gfx/dcraw
-   media-libs/exiftool
-   dev-python/astropy[${PYTHON_USEDEP}]
-   opencl? ( =dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
-
-DOCS=( CHANGES.txt README.txt )



[gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/

2014-12-15 Thread Justin Lecher
commit: 41e3e4c631e35eefcfc60b9db7be7de7cccbed91
Author: Mikko Laine mikko.laine AT gmail DOT com
AuthorDate: Sun Dec 14 11:33:23 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Dec 14 11:33:23 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=41e3e4c6

Delete ChangeLog

---
 sci-astronomy/pyAstroStack/ChangeLog | 21 -
 1 file changed, 21 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog 
b/sci-astronomy/pyAstroStack/ChangeLog
deleted file mode 100644
index 9c477be..000
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-astronomy/pyAstroStack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Sep 2014; Christoph Junghans ott...@gentoo.org 
pyAstroStack-0.3.0.ebuild:
-  clean up
-
-  16 Apr 2014; Mikko Laine mikko.la...@gmail.com pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: more DEPEND fixes about configparser
-
-  16 Apr 2014; Mikko Laine mikko.la...@gmail.com pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: DEPEND fixes about configparser
-
-  14 Apr 2014; Mikko Laine mikko.la...@gmail.com pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: Added few missing PYTHON_DEPENDS
-
-*pyAstroStack-0.3.0 (11 Apr 2014)
-
-  11 Apr 2014; Mikko Laine mikko.la...@gmail.com +metadata.xml,
-  +pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: Added an ebuild for pyAstroStack



[gentoo-commits] gentoo-x86 commit in media-gfx/photoqt: - New directory

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 12:16:35

  Log:
  Directory /var/cvsroot/gentoo-x86/media-gfx/photoqt added to the repository



[gentoo-commits] gentoo-x86 commit in net-misc/bgpq3: ChangeLog bgpq3-0.1.21.ebuild

2014-12-15 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/15 12:18:22

  Modified: ChangeLog
  Added:bgpq3-0.1.21.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.2  net-misc/bgpq3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/bgpq3/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Nov 2013 15:33:19 -  1.1
+++ ChangeLog   15 Dec 2014 12:18:22 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/bgpq3
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bgpq3/ChangeLog,v 1.1 2013/11/10 
15:33:19 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bgpq3/ChangeLog,v 1.2 2014/12/15 
12:18:22 pinkbyte Exp $
+
+*bgpq3-0.1.21 (15 Dec 2014)
+
+  15 Dec 2014; Sergey Popov pinkb...@gentoo.org +bgpq3-0.1.21.ebuild:
+  Version bump
 
 *bgpq3-0.1.19 (10 Nov 2013)
 



1.1  net-misc/bgpq3/bgpq3-0.1.21.ebuild

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

Index: bgpq3-0.1.21.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bgpq3/bgpq3-0.1.21.ebuild,v 1.1 
2014/12/15 12:18:22 pinkbyte Exp $

EAPI=5

inherit eutils

DESCRIPTION=Generate access-lists for Cisco/Juniper routers, successor of bgpq
HOMEPAGE=http://snar.spb.ru/prog/bgpq3/;
SRC_URI=http://snar.spb.ru/prog/bgpq3/${P}.tgz;

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

src_prepare() {
# Respect CFLAGS and LDFLAGS
sed -i \
-e '/^CFLAGS=/s/-g //' \
-e '/^CFLAGS=/s/ -O0//' \
Makefile.in || die 'sed on Makefile.in failed'

epatch_user
}

src_install() {
dobin bgpq3
doman bgpq3.8
dodoc CHANGES
dohtml *.html
}






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-permashift: ChangeLog vdr-permashift-1.0.1.ebuild

2014-12-15 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/12/15 12:43:10

  Modified: ChangeLog
  Added:vdr-permashift-1.0.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.5  media-plugins/vdr-permashift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   26 Sep 2014 11:04:49 -  1.4
+++ ChangeLog   15 Dec 2014 12:43:10 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-permashift
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 
1.4 2014/09/26 11:04:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 
1.5 2014/12/15 12:43:10 hd_brummy Exp $
+
+*vdr-permashift-1.0.1 (15 Dec 2014)
+
+  15 Dec 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  +vdr-permashift-1.0.1.ebuild:
+  bump
 
 *vdr-permashift-1.0.0 (26 Sep 2014)
 



1.1  media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild

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

Index: vdr-permashift-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild,v
 1.1 2014/12/15 12:43:10 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

DESCRIPTION=VDR Plugin: permanent timeshift by recording live TV on hard disk
HOMEPAGE=http://ein-eike.de/vdr-plugin-permashift-english/;
SRC_URI=http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz;

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

DEPEND==media-video/vdr-2.0.6[permashift_v1]
RDEPEND=






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

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 12:47:00

  Modified: ChangeLog package.mask
  Log:
  Add =media-gfx/photoqt-1.1 to Qt5 mask

Revision  ChangesPath
1.9615   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9614
retrieving revision 1.9615
diff -u -r1.9614 -r1.9615
--- ChangeLog   15 Dec 2014 00:49:02 -  1.9614
+++ ChangeLog   15 Dec 2014 12:46:59 -  1.9615
@@ -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.9614 2014/12/15 
00:49:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9615 2014/12/15 
12:46:59 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  15 Dec 2014; Ben de Groot yng...@gentoo.org package.mask:
+  Add =media-gfx/photoqt-1.1 to Qt5 mask
+
   15 Dec 2014; Mike Gilbert flop...@gentoo.org package.mask:
   Restore Gnome 3.14 mask, without the unrelated noise.
 



1.16223  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16222
retrieving revision 1.16223
diff -u -r1.16222 -r1.16223
--- package.mask15 Dec 2014 00:49:02 -  1.16222
+++ package.mask15 Dec 2014 12:46:59 -  1.16223
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16222 2014/12/15 
00:49:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16223 2014/12/15 
12:46:59 yngwin Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -649,6 +649,7 @@
 www-client/otter
 =app-text/calibre-2*
 app-i18n/fcitx-qt5
+=media-gfx/photoqt-1.1
 =media-sound/drumstick-1.0.0
 =media-sound/kmetronome-1.0.0
 






[gentoo-commits] gentoo-x86 commit in media-gfx/photoqt/files: - New directory

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 12:53:32

  Log:
  Directory /var/cvsroot/gentoo-x86/media-gfx/photoqt/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-util/nvidia-cuda-toolkit: ChangeLog nvidia-cuda-toolkit-6.5.14.ebuild

2014-12-15 Thread JosA MarAa Alonso (nimiux)
nimiux  14/12/15 12:54:56

  Modified: ChangeLog nvidia-cuda-toolkit-6.5.14.ebuild
  Log:
  Stable for amd64 wrt bug #525226
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.96 dev-util/nvidia-cuda-toolkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   17 Nov 2014 09:56:21 -  1.95
+++ ChangeLog   15 Dec 2014 12:54:56 -  1.96
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/nvidia-cuda-toolkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog,v 
1.95 2014/11/17 09:56:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog,v 
1.96 2014/12/15 12:54:56 nimiux Exp $
+
+  15 Dec 2014; Chema Alonso nim...@gentoo.org
+  nvidia-cuda-toolkit-6.5.14.ebuild:
+  Stable for amd64 wrt bug #525226
 
   17 Nov 2014; Justin Lecher j...@gentoo.org
   nvidia-cuda-toolkit-6.5.14.ebuild, nvidia-cuda-toolkit-6.5.19.ebuild:



1.7  
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild?r1=1.6r2=1.7

Index: nvidia-cuda-toolkit-6.5.14.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nvidia-cuda-toolkit-6.5.14.ebuild   17 Nov 2014 09:56:21 -  1.6
+++ nvidia-cuda-toolkit-6.5.14.ebuild   15 Dec 2014 12:54:56 -  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/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild,v
 1.6 2014/11/17 09:56:21 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild,v
 1.7 2014/12/15 12:54:56 nimiux Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 SLOT=0/${PV}
 LICENSE=NVIDIA-CUDA
-KEYWORDS=-* ~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=-* amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debugger doc eclipse profiler
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in media-gfx/photoqt/files: photo-0.7.1.1-install-desktop.patch

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:02:21

  Added:photo-0.7.1.1-install-desktop.patch
  Log:
  Move from media-gfx/photo due to upstream renaming (bug #514622). Add Qt5 
based version bump from lorelei overlay.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.1  media-gfx/photoqt/files/photo-0.7.1.1-install-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/files/photo-0.7.1.1-install-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/files/photo-0.7.1.1-install-desktop.patch?rev=1.1content-type=text/plain

Index: photo-0.7.1.1-install-desktop.patch
===
diff -burN photo-0.7.1.1-orig/CMakeLists.txt photo-0.7.1.1/CMakeLists.txt
--- photo-0.7.1.1-orig/CMakeLists.txt   2012-04-29 20:38:49.374650243 +0800
+++ photo-0.7.1.1/CMakeLists.txt2012-04-29 21:00:03.237838770 +0800
@@ -28,7 +28,7 @@
 if(UNIX)
 
# find xdg-desktop-menu and xdg-mime
-   find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
+   #find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
 
# Set the install prefix to /usr/
SET(PRODUCT_INSTALL_PREFIX /usr)
@@ -41,7 +41,8 @@
 
# Install desktop file
INSTALL(
-   CODE execute_process(COMMAND ${XDG-DESKTOP-MENU_EXECUTABLE} 
install --novendor ${CMAKE_CURRENT_SOURCE_DIR}/photo.desktop)
+   FILES photo.desktop
+   DESTINATION share/applications/
)
 
# And install all the icons






[gentoo-commits] gentoo-x86 commit in media-gfx/photoqt: photoqt-1.1.0.1.ebuild photoqt-0.8-r1.ebuild ChangeLog metadata.xml Manifest

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:02:21

  Added:photoqt-1.1.0.1.ebuild photoqt-0.8-r1.ebuild
ChangeLog metadata.xml Manifest
  Log:
  Move from media-gfx/photo due to upstream renaming (bug #514622). Add Qt5 
based version bump from lorelei overlay.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.1  media-gfx/photoqt/photoqt-1.1.0.1.ebuild

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

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

EAPI=5
inherit cmake-utils

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

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

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

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



1.1  media-gfx/photoqt/photoqt-0.8-r1.ebuild

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

Index: photoqt-0.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-0.8-r1.ebuild,v 
1.1 2014/12/15 13:02:21 yngwin Exp $

EAPI=5
inherit cmake-utils

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

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

DEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsql:4
media-gfx/exiv2:=
RDEPEND=${DEPEND}

PATCHES=(
${FILESDIR}/photo-0.7.1.1-install-desktop.patch
)

S=${WORKDIR}/photo-${PV}



1.1  media-gfx/photoqt/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for media-gfx/photoqt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.1 2014/12/15 
13:02:21 yngwin Exp $

*photo-0.8-r1 (19 Aug 2014)

  19 Aug 2014; Davide Pesavento p...@gentoo.org +photo-0.8-r1.ebuild,
  -photo-0.7.1.1.ebuild, -photo-0.8.ebuild:
  EAPI=5; add missing qtsql dep (bug 514586); add slot operator on exiv2 dep.

  02 Mar 2013; Markos Chandras hwoar...@gentoo.org photo-0.7.1.1.ebuild,
  photo-0.8.ebuild:
  Move Qt dependencies to the new category

*photo-0.8 (15 Oct 2012)

  15 Oct 2012; Ben de Groot yng...@gentoo.org +photo-0.8.ebuild:
  Version bump. Updated homepage and src_uri, bug #438440.

*photo-0.7.1.1 (11 May 2012)

  11 May 2012; Ben de Groot yng...@gentoo.org
  +files/photo-0.7.1.1-install-desktop.patch, +metadata.xml,
  +photo-0.7.1.1.ebuild:
  Initial import from qt overlay



1.1  media-gfx/photoqt/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdqt/herd
  use
flag name='exiv2'
  Use pkgmedia-gfx/exiv2/pkg as optional dependency
/flag
flag name='graphicsmagick'
  Use pkgmedia-gfx/graphicsmagick/pkg as optional dependency
/flag
  /use
/pkgmetadata



1.1  media-gfx/photoqt/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/Manifest?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in media-gfx/photo/files: photo-0.7.1.1-install-desktop.patch

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:13:29

  Removed:  photo-0.7.1.1-install-desktop.patch
  Log:
  Moving media-gfx/photo to media-gfx/photoqt



[gentoo-commits] gentoo-x86 commit in media-gfx/photo: ChangeLog Manifest metadata.xml photo-0.8-r1.ebuild

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:13:29

  Removed:  ChangeLog Manifest metadata.xml photo-0.8-r1.ebuild
  Log:
  Moving media-gfx/photo to media-gfx/photoqt



[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: ChangeLog

2014-12-15 Thread Justin Lecher (jlec)
jlec14/12/15 13:27:13

  Modified: ChangeLog
  Log:
  sys-fs/aufs3: Fix checksums, #532642
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.115sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   15 Dec 2014 08:25:09 -  1.114
+++ ChangeLog   15 Dec 2014 13:27:13 -  1.115
@@ -1,6 +1,9 @@
 # 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.114 2014/12/15 
08:25:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.115 2014/12/15 
13:27:13 jlec Exp $
+
+  15 Dec 2014; Justin Lecher j...@gentoo.org Manifest:
+  Fix checksums, #532642
 
 *aufs3-3_p20141215 (15 Dec 2014)
 






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

2014-12-15 Thread Jeroen Roovers (jer)
jer 14/12/15 13:41:16

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- ChangeLog   12 Dec 2014 12:26:21 -  1.435
+++ ChangeLog   15 Dec 2014 13:41:16 -  1.436
@@ -1,6 +1,12 @@
 # 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.435 
2014/12/12 12:26:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.436 
2014/12/15 13:41:16 jer Exp $
+
+*youtube-dl-2014.12.15 (15 Dec 2014)
+
+  15 Dec 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.12.10.3.ebuild,
+  +youtube-dl-2014.12.15.ebuild:
+  Version bump.
 
 *youtube-dl-2014.12.12.1 (12 Dec 2014)
 



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

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

Index: youtube-dl-2014.12.15.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.12.15.ebuild,v 1.1 
2014/12/15 13:41:16 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 
foxgay
goshgay hentaistigma hornbunny mofosex motherless 
pornhd pornhub
pornotube pornoxo redtube sexykarma sexu 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 media-gfx/photoqt: photoqt-1.0.ebuild ChangeLog

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:44:50

  Modified: ChangeLog
  Added:photoqt-1.0.ebuild
  Log:
  Add version bump to last Qt4-based version (bug #514622)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.2  media-gfx/photoqt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Dec 2014 13:02:21 -  1.1
+++ ChangeLog   15 Dec 2014 13:44:50 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/photoqt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.1 
2014/12/15 13:02:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.2 
2014/12/15 13:44:50 yngwin Exp $
+
+*photoqt-1.0 (15 Dec 2014)
+
+  15 Dec 2014; Ben de Groot yng...@gentoo.org +photoqt-1.0.ebuild:
+  Add version bump to last Qt4-based version (bug #514622)
 
 *photo-0.8-r1 (19 Aug 2014)
 



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

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

Index: photoqt-1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.0.ebuild,v 1.1 
2014/12/15 13:44:50 yngwin Exp $

EAPI=5
inherit cmake-utils

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

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

DEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsql:4
exiv2? ( media-gfx/exiv2:= )
graphicsmagick? ( media-gfx/graphicsmagick:= )
#   phonon? ( || ( media-libs/phonon dev-qt/qtphonon ) ) # fails to compile
RDEPEND=${DEPEND}

src_prepare() {
# make desktop file validate; needs more work
echo ';'  ${S}/${PN}.desktop || die
}

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






[gentoo-commits] gentoo-x86 commit in net-libs/courier-unicode: ChangeLog courier-unicode-1.1.ebuild

2014-12-15 Thread Jeroen Roovers (jer)
jer 14/12/15 13:47:28

  Modified: ChangeLog courier-unicode-1.1.ebuild
  Log:
  Marked ~hppa (bug #532520).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-libs/courier-unicode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Sep 2014 19:12:42 -  1.1
+++ ChangeLog   15 Dec 2014 13:47:28 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/courier-unicode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.1 
2014/09/16 19:12:42 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.2 
2014/12/15 13:47:28 jer Exp $
+
+  15 Dec 2014; Jeroen Roovers j...@gentoo.org courier-unicode-1.1.ebuild:
+  Marked ~hppa (bug #532520).
 
 *courier-unicode-1.1 (16 Sep 2014)
 



1.2  net-libs/courier-unicode/courier-unicode-1.1.ebuild

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

Index: courier-unicode-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- courier-unicode-1.1.ebuild  16 Sep 2014 19:12:42 -  1.1
+++ courier-unicode-1.1.ebuild  15 Dec 2014 13:47:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v 
1.1 2014/09/16 19:12:42 hanno Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v 
1.2 2014/12/15 13:47:28 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -10,7 +10,7 @@
 SRC_URI=mirror://sourceforge/courier/${P}.tar.bz2
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~hppa
 IUSE=
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in media-gfx/phototonic: - New directory

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 13:59:46

  Log:
  Directory /var/cvsroot/gentoo-x86/media-gfx/phototonic added to the repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/http-client: http-client-0.4.6.1.ebuild http-client-0.3.3.2.ebuild ChangeLog http-client-0.4.6.ebuild

2014-12-15 Thread Michael Orlitzky (mjo)
mjo 14/12/15 14:02:49

  Modified: http-client-0.3.3.2.ebuild ChangeLog
  Added:http-client-0.4.6.1.ebuild
  Removed:  http-client-0.4.6.ebuild
  Log:
  Restrict tests in v0.3.3.2 and version bump to fix bug #532216.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.3  dev-haskell/http-client/http-client-0.3.3.2.ebuild

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

Index: http-client-0.3.3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.3.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-client-0.3.3.2.ebuild  25 Jul 2014 09:16:16 -  1.2
+++ http-client-0.3.3.2.ebuild  15 Dec 2014 14:02:49 -  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-haskell/http-client/http-client-0.3.3.2.ebuild,v 
1.2 2014/07/25 09:16:16 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.3.3.2.ebuild,v 
1.3 2014/12/15 14:02:49 mjo Exp $
 
 EAPI=5
 
@@ -42,3 +42,6 @@
=dev-haskell/streaming-commons-0.1.1
dev-haskell/zlib )
 
+
+# Prior to version 0.4.6.1, the test suite required internet access.
+RESTRICT=test



1.7  dev-haskell/http-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 Dec 2014 14:26:55 -  1.6
+++ ChangeLog   15 Dec 2014 14:02:49 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/http-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.6 
2014/12/13 14:26:55 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.7 
2014/12/15 14:02:49 mjo Exp $
+
+*http-client-0.4.6.1 (15 Dec 2014)
+
+  15 Dec 2014; Michael Orlitzky m...@gentoo.org +http-client-0.4.6.1.ebuild,
+  -http-client-0.4.6.ebuild, http-client-0.3.3.2.ebuild:
+  Restrict tests in v0.3.3.2 and version bump to fix bug #532216.
 
 *http-client-0.4.6 (13 Dec 2014)
 



1.1  dev-haskell/http-client/http-client-0.4.6.1.ebuild

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

Index: http-client-0.4.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.4.6.1.ebuild,v 
1.1 2014/12/15 14:02:49 mjo Exp $

EAPI=5

# ebuild generated by hackport 0.4.4

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=An HTTP client engine, intended as a base layer for more 
user-friendly packages
HOMEPAGE=https://github.com/snoyberg/http-client;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+network-uri

RDEPEND==dev-haskell/base64-bytestring-1.0:=[profile?] 
dev-haskell/base64-bytestring-1.1:=[profile?]
=dev-haskell/blaze-builder-0.3:=[profile?]
=dev-haskell/case-insensitive-1.0:=[profile?]
dev-haskell/cookie:=[profile?]
dev-haskell/data-default-class:=[profile?]
=dev-haskell/exceptions-0.4:=[profile?]
=dev-haskell/http-types-0.8:=[profile?]
dev-haskell/mime-types:=[profile?]
dev-haskell/publicsuffixlist:=[profile?]
dev-haskell/random:=[profile?]
=dev-haskell/streaming-commons-0.1.0.2:=[profile?] 
dev-haskell/streaming-commons-0.2:=[profile?]
=dev-haskell/text-0.11:=[profile?]
dev-haskell/transformers:=[profile?]

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

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:06:42

  Modified: ChangeLog package.mask
  Log:
  Add media-gfx/phototonic to Qt5 mask

Revision  ChangesPath
1.9616   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9615
retrieving revision 1.9616
diff -u -r1.9615 -r1.9616
--- ChangeLog   15 Dec 2014 12:46:59 -  1.9615
+++ ChangeLog   15 Dec 2014 14:06:42 -  1.9616
@@ -1,11 +1,17 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9615 2014/12/15 
12:46:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9616 2014/12/15 
14:06:42 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  15 Dec 2014; Ben de Groot yng...@gentoo.org updates/4Q-2014, package.mask:
+  Add media-gfx/phototonic to Qt5 mask
+
+  15 Dec 2014; Ben de Groot yng...@gentoo.org updates/4Q-2014:
+  Package move media-gfx/photo to media-gfx/photoqt
+
   15 Dec 2014; Ben de Groot yng...@gentoo.org package.mask:
   Add =media-gfx/photoqt-1.1 to Qt5 mask
 



1.16224  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16223
retrieving revision 1.16224
diff -u -r1.16223 -r1.16224
--- package.mask15 Dec 2014 12:46:59 -  1.16223
+++ package.mask15 Dec 2014 14:06:42 -  1.16224
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16223 2014/12/15 
12:46:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16224 2014/12/15 
14:06:42 yngwin Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -650,6 +650,7 @@
 =app-text/calibre-2*
 app-i18n/fcitx-qt5
 =media-gfx/photoqt-1.1
+media-gfx/phototonic
 =media-sound/drumstick-1.0.0
 =media-sound/kmetronome-1.0.0
 






[gentoo-commits] gentoo-x86 commit in profiles/updates: 4Q-2014

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:06:42

  Modified: 4Q-2014
  Log:
  Add media-gfx/phototonic to Qt5 mask

Revision  ChangesPath
1.9  profiles/updates/4Q-2014

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?r1=1.8r2=1.9

Index: 4Q-2014
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/4Q-2014,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- 4Q-2014 12 Dec 2014 23:23:04 -  1.8
+++ 4Q-2014 15 Dec 2014 14:06:42 -  1.9
@@ -7,3 +7,4 @@
 slotmove =dev-cpp/gstreamermm-0.10* 0 0.10
 move net-zope/zc-buildout dev-python/zc-buildout
 move net-zope/zope-interface dev-python/zope-interface
+move media-gfx/photo media-gfx/photoqt






[gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.6.2.ebuild

2014-12-15 Thread Jeroen Roovers (jer)
jer 14/12/15 14:07:19

  Modified: ChangeLog
  Added:ncmpcpp-0.6.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.93 media-sound/ncmpcpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   8 Dec 2014 19:01:22 -   1.92
+++ ChangeLog   15 Dec 2014 14:07:19 -  1.93
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ncmpcpp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.92 
2014/12/08 19:01:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.93 
2014/12/15 14:07:19 jer Exp $
+
+*ncmpcpp-0.6.2 (15 Dec 2014)
+
+  15 Dec 2014; Jeroen Roovers j...@gentoo.org +ncmpcpp-0.6.2.ebuild:
+  Version bump.
 
   08 Dec 2014; Jeroen Roovers j...@gentoo.org ncmpcpp-0.6.1-r1.ebuild:
   Stable for HPPA (bug #531892).



1.1  media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild

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

Index: ncmpcpp-0.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 
1.1 2014/12/15 14:07:19 jer Exp $

EAPI=5
inherit bash-completion-r1 eutils

DESCRIPTION=featureful ncurses based MPD client inspired by ncmpc
HOMEPAGE=http://ncmpcpp.rybczak.net/;
SRC_URI=http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~sparc ~x86
IUSE=clock curl outputs taglib unicode visualizer

RDEPEND=
=media-libs/libmpdclient-2.1
curl? ( net-misc/curl )
dev-libs/boost[nls]
sys-libs/ncurses[unicode?]
sys-libs/readline
taglib? ( media-libs/taglib )
visualizer? ( sci-libs/fftw:3.0 )

DEPEND=
${RDEPEND}
virtual/pkgconfig


src_prepare() {
sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
}

src_configure() {
econf \
$(use_enable clock) \
$(use_enable outputs) \
$(use_enable unicode) \
$(use_enable visualizer) \
$(use_with curl) \
$(use_with taglib) \
$(use_with visualizer fftw) \
--docdir=/usr/share/doc/${PF}
}

src_install() {
default

dodoc doc/{bindings,config}

newbashcomp doc/${PN}-completion.bash ${PN}
}

pkg_postinst() {
echo
elog Example configuration files have been installed at
elog ${ROOT}usr/share/doc/${PF}
elog ${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings
elog as user configuration files.
echo
if use visualizer; then
elog If you want to use the visualizer, you need mpd with fifo 
enabled.
echo
fi
}






[gentoo-commits] gentoo-x86 commit in media-gfx/phototonic: metadata.xml phototonic-1.5.ebuild Manifest ChangeLog

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:07:27

  Added:metadata.xml phototonic-1.5.ebuild Manifest
ChangeLog
  Log:
  Initial commit. Ebuild based on the one in lorelei overlay.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.1  media-gfx/phototonic/metadata.xml

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

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



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

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

Index: phototonic-1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v 
1.1 2014/12/15 14:07:27 yngwin Exp $

EAPI=5
inherit qmake-utils

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

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

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

src_configure() {
eqmake5
}

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



1.1  media-gfx/phototonic/Manifest

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

Index: Manifest
===
DIST v1.5.tar.gz 180706 SHA256 
0356aa0dbcf015f33fc3ba7bd4c874712bac95aa296d31fd08428883183f97a4 SHA512 
ed0b75e03a51f708aaa86443b4592d8e8baa16d24616a753c83e47bdcbed79d3478f6c97f1d597c597ec005762cb0b1891a4ebda45dc8316232c7e2e12e3823f
 WHIRLPOOL 
b81f4e4797f6f565eccaa1b8891d4a71efcef243ca6b2aff5b697f1dc556931fb57f0c8081c372e618a53a66526bb011e47693f4814b0b31cf72e252e8d67de5
EBUILD phototonic-1.5.ebuild 747 SHA256 
cf385b118c9a9f2adaa1a51e8ee3d16fdcacd096e57d606b892251647eadfa31 SHA512 
f9db99ab43cb13613ec9dc94c6a4c0fd7d2e4a08ef34ccfb7df595c57d2182e1eaa74c13d53c0c931f663c46dbc437c52228c04fe4e01da1a7c2863a4d9f44bd
 WHIRLPOOL 
e4e86a9abb114a075aec19bf8eb46145c13ea1c607712205097aab5d15269152afc80b44efc08237a3409b1524439438b17d93c91b659a876b49afd4cfa1ed41
MISC metadata.xml 255 SHA256 
97ea282613570f70216aab25c7b32a5fbfcba27d02d7972ff4f38c0e78829b83 SHA512 
fb1267dbd13b99b80947b2a13bd5083709db36e43cba5f61dfbea1614034ba5871f1f52d8fc89652b1213b351f5587829f9e3b5737cd3d5e238a70cb600ef9ae
 WHIRLPOOL 
dcebb0a6ad86dd54ed3c9b1d71a223bfe44c41f598ab41c3e43bd56bb800b6e4fba56bfc99631d5ef1e9e5efe57f129cb89e9eb3dad1559406ce21f3788ba25f



1.1  media-gfx/phototonic/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for media-gfx/phototonic
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.1 
2014/12/15 14:07:27 yngwin Exp $

*phototonic-1.5 (15 Dec 2014)

  15 Dec 2014; Ben de Groot yng...@gentoo.org +metadata.xml,
  +phototonic-1.5.ebuild:
  Initial commit. Ebuild based on the one in lorelei overlay.






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

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:08:30

  Modified: phototonic-1.5.ebuild ChangeLog
  Log:
  Convert spaces to tab
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

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

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

Index: phototonic-1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phototonic-1.5.ebuild   15 Dec 2014 14:07:27 -  1.1
+++ phototonic-1.5.ebuild   15 Dec 2014 14:08:30 -  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-gfx/phototonic/phototonic-1.5.ebuild,v 1.1 
2014/12/15 14:07:27 yngwin Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v 1.2 
2014/12/15 14:08:30 yngwin Exp $
 
 EAPI=5
 inherit qmake-utils
@@ -29,7 +29,7 @@
 DEPEND=${RDEPEND}
 
 src_configure() {
-eqmake5
+   eqmake5
 }
 
 src_install() {



1.2  media-gfx/phototonic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Dec 2014 14:07:27 -  1.1
+++ ChangeLog   15 Dec 2014 14:08:30 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/phototonic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.1 
2014/12/15 14:07:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.2 
2014/12/15 14:08:30 yngwin Exp $
+
+  15 Dec 2014; Ben de Groot yng...@gentoo.org phototonic-1.5.ebuild:
+  Convert spaces to tab
 
 *phototonic-1.5 (15 Dec 2014)
 






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

2014-12-15 Thread Alexis Ballier (aballier)
aballier14/12/15 14:33:48

  Modified: ChangeLog mplayer-1.2_pre20141011.ebuild
  Log:
  drop keywords on arches that are 6+ months late in ffmpeg rekeywording, which 
version is needed by this snapshot
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.930media-video/mplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.929
retrieving revision 1.930
diff -u -r1.929 -r1.930
--- ChangeLog   2 Nov 2014 12:02:09 -   1.929
+++ ChangeLog   15 Dec 2014 14:33:48 -  1.930
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mplayer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.929 
2014/11/02 12:02:09 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.930 
2014/12/15 14:33:48 aballier Exp $
+
+  15 Dec 2014; Alexis Ballier aball...@gentoo.org
+  mplayer-1.2_pre20141011.ebuild:
+  drop keywords on arches that are 6+ months late in ffmpeg rekeywording, which
+  version is needed by this snapshot
 
   02 Nov 2014; Sven Vermeulen sw...@gentoo.org 
mplayer-1.2_pre20130729.ebuild,
   mplayer-1.2_pre20141011.ebuild, mplayer-.ebuild:



1.4  media-video/mplayer/mplayer-1.2_pre20141011.ebuild

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

Index: mplayer-1.2_pre20141011.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mplayer-1.2_pre20141011.ebuild  2 Nov 2014 12:02:09 -   1.3
+++ mplayer-1.2_pre20141011.ebuild  15 Dec 2014 14:33:48 -  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/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 
1.3 2014/11/02 12:02:09 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 
1.4 2014/12/15 14:33:48 aballier Exp $
 
 EAPI=5
 
@@ -159,7 +159,7 @@
 SLOT=0
 LICENSE=GPL-2
 if [[ ${PV} != ** ]]; then
-   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris
+   KEYWORDS=~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 else
KEYWORDS=
 fi






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

2014-12-15 Thread Alexis Ballier (aballier)
aballier14/12/15 14:34:18

  Modified: ChangeLog package.mask
  Log:
  unmask =media-video/mplayer-1.2_pre20141011 as 2 months have passed and 
there does not seem to be any improvement for libav support while it starts to 
cause issues to users, see bug #532562 and 
https://bugs.gentoo.org/show_bug.cgi?id=525070#c14

Revision  ChangesPath
1.9617   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9616
retrieving revision 1.9617
diff -u -r1.9616 -r1.9617
--- ChangeLog   15 Dec 2014 14:06:42 -  1.9616
+++ ChangeLog   15 Dec 2014 14:34:18 -  1.9617
@@ -1,11 +1,17 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9616 2014/12/15 
14:06:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9617 2014/12/15 
14:34:18 aballier 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!
 
+  15 Dec 2014; Alexis Ballier aball...@gentoo.org package.mask:
+  unmask =media-video/mplayer-1.2_pre20141011 as 2 months have passed and
+  there does not seem to be any improvement for libav support while it starts
+  to cause issues to users, see bug #532562 and
+  https://bugs.gentoo.org/show_bug.cgi?id=525070#c14
+
   15 Dec 2014; Ben de Groot yng...@gentoo.org updates/4Q-2014, package.mask:
   Add media-gfx/phototonic to Qt5 mask
 



1.16225  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16224
retrieving revision 1.16225
diff -u -r1.16224 -r1.16225
--- package.mask15 Dec 2014 14:06:42 -  1.16224
+++ package.mask15 Dec 2014 14:34:18 -  1.16225
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16224 2014/12/15 
14:06:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16225 2014/12/15 
14:34:18 aballier 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
@@ -717,8 +717,6 @@
 # Alexis Ballier aball...@gentoo.org (4 Aug 2014)
 # vlc-2.2 will not work with this ffmpeg version; others to be investigated.
 =media-video/ffmpeg-2.3
-# bug #525070
-=media-video/mplayer-1.2_pre20141011
 
 # Mikle Kolyada zlog...@gentoo.org
 # Masked due to upstream QA issues.






[gentoo-commits] gentoo-x86 commit in x11-misc/kaqaz: - New directory

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:34:35

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-misc/kaqaz added to the repository



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

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:39:40

  Modified: ChangeLog package.mask
  Log:
  Add x11-misc/kaqaz to Qt5 mask

Revision  ChangesPath
1.9618   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9617
retrieving revision 1.9618
diff -u -r1.9617 -r1.9618
--- ChangeLog   15 Dec 2014 14:34:18 -  1.9617
+++ ChangeLog   15 Dec 2014 14:39:39 -  1.9618
@@ -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.9617 2014/12/15 
14:34:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9618 2014/12/15 
14:39:39 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  15 Dec 2014; Ben de Groot yng...@gentoo.org package.mask:
+  Add x11-misc/kaqaz to Qt5 mask
+
   15 Dec 2014; Alexis Ballier aball...@gentoo.org package.mask:
   unmask =media-video/mplayer-1.2_pre20141011 as 2 months have passed and
   there does not seem to be any improvement for libav support while it starts



1.16226  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16225
retrieving revision 1.16226
diff -u -r1.16225 -r1.16226
--- package.mask15 Dec 2014 14:34:18 -  1.16225
+++ package.mask15 Dec 2014 14:39:39 -  1.16226
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16225 2014/12/15 
14:34:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16226 2014/12/15 
14:39:39 yngwin Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -653,6 +653,7 @@
 media-gfx/phototonic
 =media-sound/drumstick-1.0.0
 =media-sound/kmetronome-1.0.0
+x11-misc/kaqaz
 
 # Sergey Popov pinkb...@gentoo.org (04 Sep 2014)
 # Security mask, wrt bugs #488212, #498164, #500260,






[gentoo-commits] gentoo-x86 commit in dev-python/pythondialog: pythondialog-3.2.1.ebuild ChangeLog pythondialog-3.1.0.ebuild

2014-12-15 Thread Ian Delaney (idella4)
idella4 14/12/15 14:40:23

  Modified: ChangeLog
  Added:pythondialog-3.2.1.ebuild
  Removed:  pythondialog-3.1.0.ebuild
  Log:
  bump; add IUSE and all that goes with a doc build, add pypy3, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.23 dev-python/pythondialog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   26 Oct 2014 12:12:01 -  1.22
+++ ChangeLog   15 Dec 2014 14:40:23 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pythondialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.22 
2014/10/26 12:12:01 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.23 
2014/12/15 14:40:23 idella4 Exp $
+
+*pythondialog-3.2.1 (15 Dec 2014)
+
+  15 Dec 2014; Ian Delaney idel...@gentoo.org +pythondialog-3.2.1.ebuild,
+  -pythondialog-3.1.0.ebuild, pythondialog-3.2.0.ebuild:
+  bump; add IUSE and all that goes with a doc build, add pypy3, rm old
 
 *pythondialog-3.2.0 (26 Oct 2014)
 



1.1  dev-python/pythondialog/pythondialog-3.2.1.ebuild

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

Index: pythondialog-3.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.1.ebuild,v 1.1 
2014/12/15 14:40:23 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} pypy3 )

inherit distutils-r1

DESCRIPTION=A Python module for making simple text/console-mode user 
interfaces
HOMEPAGE=http://pythondialog.sourceforge.net/;
SRC_URI=mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
IUSE=doc examples

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

python_prepare_all() {
sed -e /^'sphinx.ext.intersphinx',/d -i doc/conf.py || die
distutils-r1_python_prepare_all
}

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

python_install_all() {
use examples  local EXAMPLES=( examples/. )
use doc  local HTML_DOCS=( doc/_build/html/. )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in x11-misc/kaqaz: kaqaz-1.2.0.ebuild metadata.xml Manifest ChangeLog

2014-12-15 Thread Ben de Groot (yngwin)
yngwin  14/12/15 14:41:17

  Added:kaqaz-1.2.0.ebuild metadata.xml Manifest ChangeLog
  Log:
  Initial commit. Ebuild from lorelei overlay.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.1  x11-misc/kaqaz/kaqaz-1.2.0.ebuild

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

Index: kaqaz-1.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/kaqaz/kaqaz-1.2.0.ebuild,v 1.1 
2014/12/15 14:41:17 yngwin Exp $

EAPI=5
inherit qmake-utils

DESCRIPTION=Modern note manager
HOMEPAGE=http://labs.sialan.org/projects/kaqaz;
if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI=https://github.com/sialan-labs/kaqaz.git;
KEYWORDS=
else
SRC_URI=https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=GPL-3
SLOT=0
IUSE=

RDEPEND=dev-qt/qtdeclarative:5
dev-qt/qtquick1:5
dev-qt/qtmultimedia:5
dev-qt/qtsql:5
dev-qt/qtsensors:5
dev-qt/qtpositioning:5
dev-qt/qtwidgets:5
dev-qt/qtgui:5
dev-qt/qtcore:5
DEPEND=${RDEPEND}

src_configure() {
eqmake5
}

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



1.1  x11-misc/kaqaz/metadata.xml

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

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



1.1  x11-misc/kaqaz/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kaqaz/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kaqaz/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST kaqaz-1.2.0.tar.gz 5824631 SHA256 
9e6f34164623e79319a962fed6410b74e0d479571116a4525364edfa8ea4a3e9 SHA512 
447d4bb9dd413b07f1f05ab797fe3c277caa1afc7063dccc080ee274f266e07dd04c17b56cacd8baa6e67ba53e0012f2cf5d490493c5fbd24c3e6bfcbf1887c4
 WHIRLPOOL 
9aa125318b6a94325509f22f08cdec96c114e0bf3de8b37966de91421da70e75d09e10414eb9cddfd3c16ec79674b854ffc4ce3a4c66924ec67cb55f339cfd68
EBUILD kaqaz-1.2.0.ebuild 792 SHA256 
3990701649d63d9010afe2304129ed97753b2a8c70880ca3140a2567e92da867 SHA512 
e1f40df82bab03a420cd8ecbc36fdaf3faa5881c72e33eafe326ba1a521807609662741cd344a43f9c14fe1773caae8c7f51ca32bb4b27f55006388aec51
 WHIRLPOOL 
08e24ebc086f35a293691fb845bc35cdf0b8c853080c84ca7d6a0b357f6986974d4df044f36aaa38f840a8d74ca625102c13f14e3d968c4b7d1ea35422a68d34
MISC metadata.xml 255 SHA256 
97ea282613570f70216aab25c7b32a5fbfcba27d02d7972ff4f38c0e78829b83 SHA512 
fb1267dbd13b99b80947b2a13bd5083709db36e43cba5f61dfbea1614034ba5871f1f52d8fc89652b1213b351f5587829f9e3b5737cd3d5e238a70cb600ef9ae
 WHIRLPOOL 
dcebb0a6ad86dd54ed3c9b1d71a223bfe44c41f598ab41c3e43bd56bb800b6e4fba56bfc99631d5ef1e9e5efe57f129cb89e9eb3dad1559406ce21f3788ba25f



1.1  x11-misc/kaqaz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kaqaz/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kaqaz/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for x11-misc/kaqaz
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/kaqaz/ChangeLog,v 1.1 2014/12/15 
14:41:17 yngwin Exp $

*kaqaz-1.2.0 (15 Dec 2014)

  15 Dec 2014; Ben de Groot yng...@gentoo.org +kaqaz-1.2.0.ebuild,
  +metadata.xml:
  Initial commit. Ebuild from lorelei overlay.






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

2014-12-15 Thread Alexis Ballier (aballier)
aballier14/12/15 14:42:24

  Modified: ChangeLog mplayer-.ebuild
  Log:
  update for recent upstream changes on internal dvd libs, bug #528706 by Dan 
Douglas
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.931media-video/mplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.930
retrieving revision 1.931
diff -u -r1.930 -r1.931
--- ChangeLog   15 Dec 2014 14:33:48 -  1.930
+++ ChangeLog   15 Dec 2014 14:42:24 -  1.931
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/mplayer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.930 
2014/12/15 14:33:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.931 
2014/12/15 14:42:24 aballier Exp $
+
+  15 Dec 2014; Alexis Ballier aball...@gentoo.org mplayer-.ebuild:
+  update for recent upstream changes on internal dvd libs, bug #528706 by Dan
+  Douglas
 
   15 Dec 2014; Alexis Ballier aball...@gentoo.org
   mplayer-1.2_pre20141011.ebuild:



1.165media-video/mplayer/mplayer-.ebuild

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

Index: mplayer-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-.ebuild,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- mplayer-.ebuild 2 Nov 2014 12:02:09 -   1.164
+++ mplayer-.ebuild 15 Dec 2014 14:42:24 -  1.165
@@ -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/mplayer/mplayer-.ebuild,v 
1.164 2014/11/02 12:02:09 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-.ebuild,v 
1.165 2014/12/15 14:42:24 aballier Exp $
 
 EAPI=5
 
@@ -322,9 +322,6 @@
#
# dvdread - accessing a DVD
# dvdnav - navigation of menus
-   #
-   # use external libdvdcss, dvdread and dvdnav
-   myconf+= --disable-dvdread-internal --disable-libdvdcss-internal
use dvd || myconf+= --disable-dvdread
use dvdnav || myconf+= --disable-dvdnav
 






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: networkmanager-0.9.10.1_pre20141101.ebuild ChangeLog

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 15:17:37

  Modified: networkmanager-0.9.10.1_pre20141101.ebuild
ChangeLog
  Log:
  NM shows lots of errors making nmcli neither unusable, bug #528748 (by Alex 
Brandt), upstream bug #690457, add a warning then.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  
net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild?r1=1.5r2=1.6

Index: networkmanager-0.9.10.1_pre20141101.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- networkmanager-0.9.10.1_pre20141101.ebuild  9 Dec 2014 14:46:03 -   
1.5
+++ networkmanager-0.9.10.1_pre20141101.ebuild  15 Dec 2014 15:17:37 -  
1.6
@@ -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/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
 1.5 2014/12/09 14:46:03 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
 1.6 2014/12/15 15:17:37 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -292,4 +292,11 @@
ewarn
fi
fi
+
+   # NM shows lots of errors making nmcli neither unusable, bug #528748 
upstream bug #690457
+   if grep -r psk-flags=1 ${EROOT}/etc/NetworkManager/; then
+   ewarn You have psk-flags=1 setting in above files, you will 
need to
+   ewarn either reconfigure affected networks or, at least, set 
the flag
+   ewarn value to '0'.
+   fi
 }



1.217net-misc/networkmanager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   9 Dec 2014 14:46:03 -   1.216
+++ ChangeLog   15 Dec 2014 15:17:37 -  1.217
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.216 
2014/12/09 14:46:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.217 
2014/12/15 15:17:37 pacho Exp $
+
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org
+  networkmanager-0.9.10.1_pre20141101.ebuild:
+  NM shows lots of errors making nmcli neither unusable, bug #528748 (by Alex
+  Brandt), upstream bug #690457, add a warning then.
 
   09 Dec 2014; Pacho Ramos pa...@gentoo.org
   networkmanager-0.9.10.1_pre20141101.ebuild:






[gentoo-commits] gentoo-x86 commit in mail-mta/courier: ChangeLog courier-0.74.0.ebuild

2014-12-15 Thread Jeroen Roovers (jer)
jer 14/12/15 15:30:00

  Modified: ChangeLog courier-0.74.0.ebuild
  Log:
  Marked ~hppa (bug #532520).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.178mail-mta/courier/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.178view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.178content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/ChangeLog?r1=1.177r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   14 Dec 2014 01:32:05 -  1.177
+++ ChangeLog   15 Dec 2014 15:30:00 -  1.178
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/courier
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.177 
2014/12/14 01:32:05 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.178 
2014/12/15 15:30:00 jer Exp $
+
+  15 Dec 2014; Jeroen Roovers j...@gentoo.org courier-0.74.0.ebuild:
+  Marked ~hppa (bug #532520).
 
 *courier-0.74.0 (14 Dec 2014)
 



1.2  mail-mta/courier/courier-0.74.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/courier-0.74.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/courier-0.74.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/courier-0.74.0.ebuild?r1=1.1r2=1.2

Index: courier-0.74.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.74.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- courier-0.74.0.ebuild   14 Dec 2014 01:32:05 -  1.1
+++ courier-0.74.0.ebuild   15 Dec 2014 15:30: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/mail-mta/courier/courier-0.74.0.ebuild,v 
1.1 2014/12/14 01:32:05 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.74.0.ebuild,v 
1.2 2014/12/15 15:30:00 jer Exp $
 
 inherit eutils flag-o-matic multilib
 
@@ -11,7 +11,7 @@
 LICENSE=GPL-2
 # not in keywords due to missing dependencies:
 # ~arm ~s390 ~ppc64 ~alpha ~hppa ~ia64 ~ppc ~sparc ~x86
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~hppa
 IUSE=postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls
 






[gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: gupnp-av-0.12.6.ebuild ChangeLog gupnp-av-0.12.5.ebuild

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 15:36:34

  Modified: gupnp-av-0.12.6.ebuild ChangeLog
  Removed:  gupnp-av-0.12.5.ebuild
  Log:
  vala-0.22 is the minimum required version (#532568 by hf...@fernhout.info ), 
drop old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  net-libs/gupnp-av/gupnp-av-0.12.6.ebuild

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

Index: gupnp-av-0.12.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gupnp-av-0.12.6.ebuild  23 Jul 2014 15:23:46 -  1.3
+++ gupnp-av-0.12.6.ebuild  15 Dec 2014 15:36:34 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild,v 
1.3 2014/07/23 15:23:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild,v 
1.4 2014/12/15 15:36:34 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
-VALA_MIN_API_VERSION=0.14
+VALA_MIN_API_VERSION=0.22 #532568
 VALA_USE_DEPEND=vapigen
 
 inherit eutils gnome2 vala



1.45 net-libs/gupnp-av/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   23 Jul 2014 15:23:46 -  1.44
+++ ChangeLog   15 Dec 2014 15:36:34 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/gupnp-av
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.44 
2014/07/23 15:23:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.45 
2014/12/15 15:36:34 pacho Exp $
+
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org -gupnp-av-0.12.5.ebuild,
+  gupnp-av-0.12.6.ebuild:
+  vala-0.22 is the minimum required version (#532568 by hf...@fernhout.info ),
+  drop old.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org gupnp-av-0.12.6.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server: evolution-data-server-3.12.9.ebuild ChangeLog

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 15:44:48

  Modified: evolution-data-server-3.12.9.ebuild ChangeLog
  Log:
  vala-0.22 is the minimum required version (upstream bug #741557)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  
gnome-extra/evolution-data-server/evolution-data-server-3.12.9.ebuild

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

Index: evolution-data-server-3.12.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-data-server-3.12.9.ebuild 9 Dec 2014 19:23:15 -   1.1
+++ evolution-data-server-3.12.9.ebuild 15 Dec 2014 15:44:48 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.9.ebuild,v
 1.1 2014/12/09 19:23:15 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.9.ebuild,v
 1.2 2014/12/15 15:44:48 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
-VALA_MIN_API_VERSION=0.18
+VALA_MIN_API_VERSION=0.22 # upstream bug #741557
 VALA_USE_DEPEND=vapigen
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx



1.406gnome-extra/evolution-data-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.406view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.406content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.405r2=1.406

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog   9 Dec 2014 19:23:15 -   1.405
+++ ChangeLog   15 Dec 2014 15:44:48 -  1.406
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-data-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.405 
2014/12/09 19:23:15 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.406 
2014/12/15 15:44:48 pacho Exp $
+
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org
+  evolution-data-server-3.12.9.ebuild:
+  vala-0.22 is the minimum required version (upstream bug #741557)
 
 *evolution-data-server-3.12.9 (09 Dec 2014)
 






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

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 16:00:14

  Modified: ChangeLog package.mask
  Log:
  There is no need to hardmask folks at this point

Revision  ChangesPath
1.9619   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9618
retrieving revision 1.9619
diff -u -r1.9618 -r1.9619
--- ChangeLog   15 Dec 2014 14:39:39 -  1.9618
+++ ChangeLog   15 Dec 2014 16:00:14 -  1.9619
@@ -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.9618 2014/12/15 
14:39:39 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9619 2014/12/15 
16:00:14 pacho 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!
 
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org package.mask:
+  There is no need to hardmask folks at this point
+
   15 Dec 2014; Ben de Groot yng...@gentoo.org package.mask:
   Add x11-misc/kaqaz to Qt5 mask
 



1.16227  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16226
retrieving revision 1.16227
diff -u -r1.16226 -r1.16227
--- package.mask15 Dec 2014 14:39:39 -  1.16226
+++ package.mask15 Dec 2014 16:00:14 -  1.16227
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16226 2014/12/15 
14:39:39 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16227 2014/12/15 
16:00:14 pacho 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
@@ -50,7 +50,6 @@
 =dev-cpp/gtkmm-3.13
 =dev-lang/vala-0.25
 =dev-libs/atk-2.13
-=dev-libs/folks-0.10
 =dev-libs/gdl-3.13
 =dev-libs/gjs-1.41
 =dev-libs/glib-2.41






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

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 16:03:22

  Modified: ChangeLog package.mask
  Log:
  Drop now obsoleted mask

Revision  ChangesPath
1.9620   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9619
retrieving revision 1.9620
diff -u -r1.9619 -r1.9620
--- ChangeLog   15 Dec 2014 16:00:14 -  1.9619
+++ ChangeLog   15 Dec 2014 16:03:22 -  1.9620
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9619 2014/12/15 
16:00:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9620 2014/12/15 
16:03:22 pacho 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!
 
   15 Dec 2014; Pacho Ramos pa...@gentoo.org package.mask:
+  Drop now obsoleted mask
+
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org package.mask:
   There is no need to hardmask folks at this point
 
   15 Dec 2014; Ben de Groot yng...@gentoo.org package.mask:



1.16228  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16227
retrieving revision 1.16228
diff -u -r1.16227 -r1.16228
--- package.mask15 Dec 2014 16:00:14 -  1.16227
+++ package.mask15 Dec 2014 16:03:22 -  1.16228
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16227 2014/12/15 
16:00:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16228 2014/12/15 
16:03:22 pacho 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
@@ -722,11 +722,6 @@
 # Masked due to upstream QA issues.
 =dev-perl/Alien-SDL-1.444.0
 
-# Pacho Ramos pa...@gentoo.org (24 Jul 2014)
-# It's a development version that was included without
-# notifying gnome team.
-=dev-python/pygobject-3.13.3
-
 # Yixun Lan d...@gentoo.org (17 Jul 2014)
 # Masked for proper testing. (Major updates in the code).
 =net-misc/tinc-1.1_pre*






[gentoo-commits] gentoo-x86 commit in dev-ml/labltk: ChangeLog labltk-8.06.0.ebuild

2014-12-15 Thread Alexis Ballier (aballier)
aballier14/12/15 16:23:13

  Modified: ChangeLog labltk-8.06.0.ebuild
  Log:
  run configure with --verbose, it is not much more verbose but at least tells 
a bit more
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  dev-ml/labltk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Nov 2014 16:49:59 -  1.3
+++ ChangeLog   15 Dec 2014 16:23:13 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/labltk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v 1.3 2014/11/28 
16:49:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v 1.4 2014/12/15 
16:23:13 aballier Exp $
+
+  15 Dec 2014; Alexis Ballier aball...@gentoo.org labltk-8.06.0.ebuild:
+  run configure with --verbose, it is not much more verbose but at least tells
+  a bit more
 
   28 Nov 2014; Alexis Ballier aball...@gentoo.org labltk-8.06.0.ebuild:
   add subslot



1.4  dev-ml/labltk/labltk-8.06.0.ebuild

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

Index: labltk-8.06.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- labltk-8.06.0.ebuild28 Nov 2014 16:49:59 -  1.3
+++ labltk-8.06.0.ebuild15 Dec 2014 16:23:13 -  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-ml/labltk/labltk-8.06.0.ebuild,v 1.3 
2014/11/28 16:49:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild,v 1.4 
2014/12/15 16:23:13 aballier Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 }
 
 src_configure() {
-   ./configure --use-findlib || die configure failed!
+   ./configure --use-findlib --verbose || die configure failed!
 }
 
 src_compile() {






[gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: brltty-5.0-r3.ebuild ChangeLog

2014-12-15 Thread Pacho Ramos (pacho)
pacho   14/12/15 16:23:50

  Modified: brltty-5.0-r3.ebuild ChangeLog
  Log:
  x86 stable, bug #518990
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  app-accessibility/brltty/brltty-5.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?r1=1.6r2=1.7

Index: brltty-5.0-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- brltty-5.0-r3.ebuild27 Nov 2014 10:15:11 -  1.6
+++ brltty-5.0-r3.ebuild15 Dec 2014 16:23:49 -  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/app-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.6 
2014/11/27 10:15:11 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.7 
2014/12/15 16:23:49 pacho Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86
 IUSE=+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +midi ncurses nls ocaml +pcm python usb +speech
tcl X



1.158app-accessibility/brltty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   4 Dec 2014 23:03:28 -   1.157
+++ ChangeLog   15 Dec 2014 16:23:49 -  1.158
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/brltty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.157 
2014/12/04 23:03:28 teiresias Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.158 
2014/12/15 16:23:49 pacho Exp $
+
+  15 Dec 2014; Pacho Ramos pa...@gentoo.org brltty-5.0-r3.ebuild:
+  x86 stable, bug #518990
 
 *brltty-5.2 (04 Dec 2014)
 






[gentoo-commits] proj/portage:master commit in: bin/

2014-12-15 Thread Arfrever Frehtes Taifersar Arahesis
commit: 57bae253674a5e0ed215f94e10eb3cc0061ae53a
Author: Arfrever Frehtes Taifersar Arahesis Arfrever AT Apache DOT Org
AuthorDate: Mon Dec 15 16:23:03 2014 +
Commit: Arfrever Frehtes Taifersar Arahesis arfrever AT apache DOT org
CommitDate: Mon Dec 15 16:23:03 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=57bae253

portageq pquery: Search ebuilds in all repositories be default.

--all-repos option is no longer supported.
1 call to deprecated portage.repository.config.RepoConfigLoader.mainRepo() 
function
has been deleted.

---
 bin/portageq | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/bin/portageq b/bin/portageq
index 2c4f548..8deeb8a 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -1075,14 +1075,10 @@ def pquery(parser, opts, args):
herds.extend(x.split(,))
xml_matchers.append(HerdMatcher(herds))
 
-   repos = []
-   if opts.all_repos:
-   repos.extend(portdb.repositories.get_repo_for_location(location)
-   for location in portdb.porttrees)
-   elif opts.repo is not None:
-   repos.append(portdb.repositories[opts.repo])
+   if opts.repo is not None:
+   repos = [portdb.repositories[opts.repo]]
else:
-   repos.append(portdb.repositories.mainRepo())
+   repos = list(portdb.repositories)
 
if not atoms:
names = None
@@ -1220,12 +1216,8 @@ def add_pquery_arguments(parser):
},
{
longopt: --repo,
-   help: repo to use (default is 
PORTDIR if omitted)
+   help: repository to use (all 
repositories are used by default)
},
-   {
-   longopt: --all-repos,
-   help: search all repos
-   }
)
),
(



[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/

2014-12-15 Thread Arfrever Frehtes Taifersar Arahesis
commit: f63db9a4598b5a49a989b9176a5c86fa4a70c3c2
Author: Arfrever Frehtes Taifersar Arahesis Arfrever AT Apache DOT Org
AuthorDate: Mon Dec 15 16:24:01 2014 +
Commit: Arfrever Frehtes Taifersar Arahesis arfrever AT apache DOT org
CommitDate: Mon Dec 15 16:24:01 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f63db9a4

portage.dbapi.bintree.binarytree: Delete main-repository-reliant 
microoptimization in index of binary packages.

This microoptimization cannot work when no main repository exists.
1 call to deprecated portage.repository.config.RepoConfigLoader.mainRepo() 
function
has been deleted.

---
 pym/portage/dbapi/bintree.py | 10 --
 1 file changed, 10 deletions(-)

diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index b56c8c1..d7c7f95 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -360,16 +360,6 @@ class binarytree(object):
repository   : ,
}
 
-   # It is especially important to populate keys like
-   # repository that save space when entries can
-   # inherit them from the header. If an existing
-   # pkgindex header already defines these keys, then
-   # they will appropriately override our defaults.
-   main_repo = self.settings.repositories.mainRepo()
-   if main_repo is not None and not 
main_repo.missing_repo_name:
-   
self._pkgindex_default_header_data[repository] = \
-   main_repo.name
-
self._pkgindex_translated_keys = (
(DESCRIPTION   ,   DESC),
(repository,   REPO),



[gentoo-commits] proj/portage:master commit in: pym/portage/tests/dbapi/

2014-12-15 Thread Arfrever Frehtes Taifersar Arahesis
commit: c953151486b3cf92d931affc7fd3bb0b4fbe1a43
Author: Arfrever Frehtes Taifersar Arahesis Arfrever AT Apache DOT Org
AuthorDate: Mon Dec 15 16:26:23 2014 +
Commit: Arfrever Frehtes Taifersar Arahesis arfrever AT apache DOT org
CommitDate: Mon Dec 15 16:26:23 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c9531514

portage.tests.dbapi.test_portdb_cache: Delete deprecated code.

9 calls to deprecated 
portage.repository.config.RepoConfigLoader.mainRepoLocation()
function have been deleted.

---
 pym/portage/tests/dbapi/test_portdb_cache.py | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pym/portage/tests/dbapi/test_portdb_cache.py 
b/pym/portage/tests/dbapi/test_portdb_cache.py
index f08d0f8..5ac9b03 100644
--- a/pym/portage/tests/dbapi/test_portdb_cache.py
+++ b/pym/portage/tests/dbapi/test_portdb_cache.py
@@ -47,7 +47,7 @@ class PortdbCacheTestCase(TestCase):
(lambda: not os.path.exists(md5_cache_dir),),
python_cmd + (textwrap.dedent(
import os, sys, portage
-   if 
portage.portdb.repositories.mainRepoLocation() in portage.portdb._pregen_auxdb:
+   if 
portage.portdb.repositories['test_repo'].location in 
portage.portdb._pregen_auxdb:
sys.exit(1)
),),
 
@@ -56,13 +56,13 @@ class PortdbCacheTestCase(TestCase):
(lambda: os.path.exists(md5_cache_dir),),
python_cmd + (textwrap.dedent(
import os, sys, portage
-   if 
portage.portdb.repositories.mainRepoLocation() not in 
portage.portdb._pregen_auxdb:
+   if 
portage.portdb.repositories['test_repo'].location not in 
portage.portdb._pregen_auxdb:
sys.exit(1)
),),
python_cmd + (textwrap.dedent(
import os, sys, portage
from portage.cache.flat_hash import md5_database
-   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories.mainRepoLocation()],
 md5_database):
+   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories['test_repo'].location],
 md5_database):
sys.exit(1)
),),
 
@@ -73,13 +73,13 @@ class PortdbCacheTestCase(TestCase):
(lambda: os.path.exists(md5_cache_dir),),
python_cmd + (textwrap.dedent(
import os, sys, portage
-   if 
portage.portdb.repositories.mainRepoLocation() not in 
portage.portdb._pregen_auxdb:
+   if 
portage.portdb.repositories['test_repo'].location not in 
portage.portdb._pregen_auxdb:
sys.exit(1)
),),
python_cmd + (textwrap.dedent(
import os, sys, portage
from portage.cache.flat_hash import md5_database
-   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories.mainRepoLocation()],
 md5_database):
+   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories['test_repo'].location],
 md5_database):
sys.exit(1)
),),
 
@@ -90,13 +90,13 @@ class PortdbCacheTestCase(TestCase):
(cache-formats = pms md5-dict, 
layout_conf_path,,
(portage_python, -b, -Wd, 
-Wi::DeprecationWarning, -c) + (textwrap.dedent(
import os, sys, portage
-   if 
portage.portdb.repositories.mainRepoLocation() not in 
portage.portdb._pregen_auxdb:
+   if 
portage.portdb.repositories['test_repo'].location not in 
portage.portdb._pregen_auxdb:
sys.exit(1)
),),
(portage_python, -b, -Wd, 
-Wi::DeprecationWarning, -c) + (textwrap.dedent(
import os, sys, portage
from portage.cache.metadata import database as 
pms_database
-   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories.mainRepoLocation()],
 pms_database):
+   if not 
isinstance(portage.portdb._pregen_auxdb[portage.portdb.repositories['test_repo'].location],
 pms_database):
sys.exit(1)
),),
 
@@ -105,13 +105,13 

[gentoo-commits] proj/portage:master commit in: pym/_emerge/

2014-12-15 Thread Arfrever Frehtes Taifersar Arahesis
commit: d7c0bd69cc7d4ac9b1b45f1b30e07019bd716bd6
Author: Arfrever Frehtes Taifersar Arahesis Arfrever AT Apache DOT Org
AuthorDate: Mon Dec 15 16:28:16 2014 +
Commit: Arfrever Frehtes Taifersar Arahesis arfrever AT apache DOT org
CommitDate: Mon Dec 15 16:28:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d7c0bd69

emerge --info: Check metadata/timestamp.chk in all repositories.

1 use of deprecated PORTDIR has been deleted.

---
 pym/_emerge/actions.py | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 8050f61..d393c78 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -1452,6 +1452,7 @@ def action_info(settings, trees, myopts, myfiles):
vardb = trees[eroot][vartree].dbapi
portdb = trees[eroot]['porttree'].dbapi
bindb = trees[eroot][bintree].dbapi
+   repos = portdb.settings.repositories
for x in myfiles:
any_match = False
cp_exists = bool(vardb.match(x.cp))
@@ -1554,13 +1555,10 @@ def action_info(settings, trees, myopts, myfiles):
line += ,%10d free % (vm_info[swap.free] // 1024,)
append(line)
 
-   lastSync = portage.grabfile(os.path.join(
-   settings[PORTDIR], metadata, timestamp.chk))
-   if lastSync:
-   lastSync = lastSync[0]
-   else:
-   lastSync = Unknown
-   append(Timestamp of tree: %s % (lastSync,))
+   for repo in repos:
+   last_sync = portage.grabfile(os.path.join(repo.location, 
metadata, timestamp.chk))
+   if last_sync:
+   append(Timestamp of repository %s: %s % (repo.name, 
last_sync[0]))
 
# Searching contents for the /bin/sh provider is somewhat
# slow. Therefore, use the basename of the symlink target
@@ -1707,7 +1705,6 @@ def action_info(settings, trees, myopts, myfiles):
append(%s %s % \
((cp + :).ljust(cp_max_len + 1), versions))
 
-   repos = portdb.settings.repositories
append(Repositories:\n)
for repo in repos:
append(repo.info_string())



[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone: - New directory

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 17:00:05

  Log:
  Directory /var/cvsroot/gentoo-x86/profiles/features/prefix/standalone added 
to the repository



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

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 17:07:41

  Modified: Changelog
  Log:
  Added standalone profile.

Revision  ChangesPath
1.3  profiles/features/prefix/Changelog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?r1=1.2r2=1.3

Index: Changelog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Changelog   23 Nov 2014 19:44:36 -  1.2
+++ Changelog   15 Dec 2014 17:07:41 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for profiles/features/prefix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.2 
2014/11/23 19:44:36 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.3 
2014/12/15 17:07:41 redlizard Exp $
+
+  15 Dec 2014; Ruud Koolen redliz...@gentoo.org rpath/use.force,
+  rpath/use.mask, standalone/eapi, standalone/parent:
+  Added standalone profile.
 
   23 Nov 2014; Ruud Koolen redliz...@gentoo.org make.defaults:
   Switched python version to 3.3 from base 3.4.






[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone: eapi parent

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 17:07:41

  Added:eapi parent
  Log:
  Added standalone profile.

Revision  ChangesPath
1.1  profiles/features/prefix/standalone/eapi

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/eapi?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/eapi?rev=1.1content-type=text/plain

Index: eapi
===
5



1.1  profiles/features/prefix/standalone/parent

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/parent?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/parent?rev=1.1content-type=text/plain

Index: parent
===
..






[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/rpath: use.force use.mask

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 17:07:41

  Modified: use.mask
  Added:use.force
  Log:
  Added standalone profile.

Revision  ChangesPath
1.2  profiles/features/prefix/rpath/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/rpath/use.mask?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/rpath/use.mask?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/rpath/use.mask?r1=1.1r2=1.2

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.mask18 Jan 2014 02:01:20 -  1.1
+++ use.mask15 Dec 2014 17:07:41 -  1.2
@@ -1,6 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.mask,v 
1.1 2014/01/18 02:01:20 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.mask,v 
1.2 2014/12/15 17:07:41 redlizard Exp $
+
+# prefix-guest USE flag should be set in prefix rpath profiles
+-prefix-guest
 
 # multilib is never going to work as expected in Prefix rpath
 multilib



1.1  profiles/features/prefix/rpath/use.force

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

Index: use.force
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.force,v 
1.1 2014/12/15 17:07:41 redlizard Exp $

# prefix-guest USE flag should be set in prefix rpath profiles
-prefix-guest







[gentoo-commits] gentoo-x86 commit in media-gfx/inkscape/files: inkscape-0.91_pre3-exif.patch inkscape-0.91_pre3-automagic.patch

2014-12-15 Thread Tim Harder (radhermit)
radhermit14/12/15 17:43:10

  Modified: inkscape-0.91_pre3-automagic.patch
  Added:inkscape-0.91_pre3-exif.patch
  Log:
  Respect openmp status (bug #532638) and add jpeg and exif use flags.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.2  media-gfx/inkscape/files/inkscape-0.91_pre3-automagic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-automagic.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-automagic.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-automagic.patch?r1=1.1r2=1.2

Index: inkscape-0.91_pre3-automagic.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-automagic.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inkscape-0.91_pre3-automagic.patch  14 Dec 2014 20:08:56 -  1.1
+++ inkscape-0.91_pre3-automagic.patch  15 Dec 2014 17:43:10 -  1.2
@@ -1,8 +1,67 @@
-Add configure options for aspell, gtkspell, and imagemagick.
+Respect configure option for openmp and add configure options for aspell,
+gtkspell, imagemagick, jpeg, and exif.
 
 --- inkscape-0.91pre3/configure.ac
 +++ inkscape-0.91pre3/configure.ac
-@@ -675,9 +675,16 @@
+@@ -233,19 +233,28 @@
+ dnl Check for OpenMP 
+ dnl **
+ AC_OPENMP
+-if test x$ac_cv_prog_cxx_openmp != xunsupported; then
+-  openmp_ok=yes
+-  dnl We have it, now set up the flags
+-  CXXFLAGS=$CXXFLAGS $OPENMP_CXXFLAGS
+-  AC_DEFINE(HAVE_OPENMP, 1, [Use OpenMP])
++openmp_ok=no
++if test x$enable_openmp = xyes; then
++  if test x$ac_cv_prog_cxx_openmp != xunsupported; then
++  openmp_ok=yes
++  dnl We have it, now set up the flags
++  CXXFLAGS=$CXXFLAGS $OPENMP_CXXFLAGS
++  AC_DEFINE(HAVE_OPENMP, 1, [Use OpenMP])
++  fi
+ fi
+ 
+ dnl **
+ dnl Check for libexif
+ dnl **
+-PKG_CHECK_MODULES(EXIF, libexif, exif_ok=yes, exif_ok=no)
+-if test x$exif_ok = xyes; then
+-   AC_DEFINE(HAVE_EXIF, 1, [Use libexif])
++AC_ARG_ENABLE(exif,
++  AS_HELP_STRING([--enable-exif], [compile with EXIF support]),
++  enable_exif=$enableval,enable_exif=no)
++
++if test x$enable_exif = xyes; then
++  PKG_CHECK_MODULES(EXIF, libexif, exif_ok=yes, exif_ok=no)
++  if test x$exif_ok = xyes; then
++  AC_DEFINE(HAVE_EXIF, 1, [Use libexif])
++  fi
+ fi
+ AC_SUBST(EXIF_LIBS)
+ AC_SUBST(EXIF_CFLAGS)
+@@ -253,10 +262,16 @@
+ dnl **
+ dnl Check for libjpeg
+ dnl **
+-AC_CHECK_LIB(jpeg, jpeg_CreateDecompress, [AC_CHECK_HEADER(jpeglib.h, 
jpeg_ok=yes, jpeg_ok=no)], jpeg_ok=no)
+-if test x$jpeg_ok = xyes; then
+-   LIBS=-ljpeg $LIBS
+-   AC_DEFINE(HAVE_JPEG, 1, [Use libjpeg])
++AC_ARG_ENABLE(jpeg,
++  AS_HELP_STRING([--enable-jpeg], [compile with JPEG support]),
++  enable_jpeg=$enableval,enable_jpeg=no)
++
++if test x$enable_jpeg = xyes; then
++  AC_CHECK_LIB(jpeg, jpeg_CreateDecompress, [AC_CHECK_HEADER(jpeglib.h, 
jpeg_ok=yes, jpeg_ok=no)], jpeg_ok=no)
++  if test x$jpeg_ok = xyes; then
++  LIBS=-ljpeg $LIBS
++  AC_DEFINE(HAVE_JPEG, 1, [Use libjpeg])
++  fi
+ fi
+ 
+ dnl This check is to get a FIONREAD definition on Solaris 8
+@@ -675,9 +690,16 @@
  dnl Check for ImageMagick Magick++ 
  dnl **
  
@@ -22,7 +81,7 @@
  fi
  AM_CONDITIONAL(USE_IMAGE_MAGICK, test x$magick_ok = xyes)
  
-@@ -712,6 +719,10 @@
+@@ -712,6 +734,10 @@
AC_DEFINE(WITH_GLIBMM_2_32,1,[Build with Glibmm 2.32 or higher])
  fi
  
@@ -33,7 +92,7 @@
  dnl *
  dnl   Allow experimental GTK+3 build
  dnl *
-@@ -723,11 +734,13 @@
+@@ -723,11 +749,13 @@
  if test x$enable_gtk3 = xyes; then
  
ink_spell_pkg=
@@ -51,7 +110,7 @@
PKG_CHECK_MODULES(GTK,
  gtkmm-3.0 = 3.2
  gdkmm-3.0 = 3.2
-@@ -800,11 +813,13 @@
+@@ -800,11 +828,13 @@
  else
  
ink_spell_pkg=
@@ -69,7 +128,7 @@
PKG_CHECK_MODULES(GTK,
  gtk+-2.0  = 2.24
  $ink_spell_pkg
-@@ -928,12 +943,17 @@
+@@ -928,12 +958,17 @@
  dnl **
  dnl Check for aspell 
  dnl **



1.1  media-gfx/inkscape/files/inkscape-0.91_pre3-exif.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-exif.patch?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: inkscape-0.91_pre3-r1.ebuild ChangeLog inkscape-0.91_pre3.ebuild

2014-12-15 Thread Tim Harder (radhermit)
radhermit14/12/15 17:43:10

  Modified: ChangeLog
  Added:inkscape-0.91_pre3-r1.ebuild
  Removed:  inkscape-0.91_pre3.ebuild
  Log:
  Respect openmp status (bug #532638) and add jpeg and exif use flags.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.218media-gfx/inkscape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   14 Dec 2014 20:11:41 -  1.217
+++ ChangeLog   15 Dec 2014 17:43:10 -  1.218
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/inkscape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.217 
2014/12/14 20:11:41 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.218 
2014/12/15 17:43:10 radhermit Exp $
+
+*inkscape-0.91_pre3-r1 (15 Dec 2014)
+
+  15 Dec 2014; Tim Harder radher...@gentoo.org -inkscape-0.91_pre3.ebuild,
+  +inkscape-0.91_pre3-r1.ebuild, files/inkscape-0.91_pre3-automagic.patch,
+  +files/inkscape-0.91_pre3-exif.patch:
+  Respect openmp status (bug #532638) and add jpeg and exif use flags.
 
   14 Dec 2014; Tim Harder radher...@gentoo.org -inkscape-0.48.4.ebuild,
   -inkscape-0.48.4-r1.ebuild, -files/inkscape-0.48.1-libpng15.patch,



1.1  media-gfx/inkscape/inkscape-0.91_pre3-r1.ebuild

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

Index: inkscape-0.91_pre3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.91_pre3-r1.ebuild,v 1.1 
2014/12/15 17:43:10 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=xml

inherit autotools eutils flag-o-matic gnome2-utils fdo-mime toolchain-funcs 
python-single-r1

MY_P=${P/_/}

DESCRIPTION=A SVG based generic vector-drawing program
HOMEPAGE=http://www.inkscape.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.bz2

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris
IUSE=cdr dia dbus exif gnome imagemagick openmp postscript inkjar jpeg lcms 
nls spell static-libs visio wpg
REQUIRED_USE=${PYTHON_REQUIRED_USE}

WPG_DEPS=
|| (
( app-text/libwpg:0.3 dev-libs/librevenge )
( app-text/libwpd:0.9 app-text/libwpg:0.2 )
)

COMMON_DEPEND=
${PYTHON_DEPS}
=app-text/poppler-0.26.0:=[cairo]
=dev-cpp/glibmm-2.28
=dev-cpp/gtkmm-2.18.0:2.4
=dev-cpp/cairomm-1.9.8
=dev-cpp/glibmm-2.32
=dev-libs/boehm-gc-6.4
=dev-libs/glib-2.28
=dev-libs/libsigc++-2.0.12
=dev-libs/libxml2-2.6.20
=dev-libs/libxslt-1.0.15
dev-libs/popt
dev-python/lxml[${PYTHON_USEDEP}]
media-libs/fontconfig
media-libs/freetype:2
media-libs/libpng:0
sci-libs/gsl
x11-libs/libX11
=x11-libs/gtk+-2.10.7:2
=x11-libs/pango-1.24
cdr? (
media-libs/libcdr
${WPG_DEPS}
)
dbus? ( dev-libs/dbus-glib )
exif? ( media-libs/libexif )
gnome? ( =gnome-base/gnome-vfs-2.0 )
imagemagick? ( media-gfx/imagemagick:=[cxx] )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
spell? (
app-text/aspell
app-text/gtkspell:2
)
visio? (
media-libs/libvisio
${WPG_DEPS}
)
wpg? ( ${WPG_DEPS} )


# These only use executables provided by these packages
# See share/extensions for more details. inkscape can tell you to
# install these so we could of course just not depend on those and rely
# on that.
RDEPEND=${COMMON_DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
media-gfx/uniconvertor
dia? ( app-office/dia )
postscript? ( app-text/ghostscript-gpl )


DEPEND=${COMMON_DEPEND}
=dev-libs/boost-1.36
=dev-util/intltool-0.40
=sys-devel/gettext-0.17
virtual/pkgconfig



[gentoo-commits] proj/hardened-patchset: New tag: 20141214

2014-12-15 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Dec 15 17:51:55 2014 +

New tag: 20141214




[gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: package.use.mask use.force

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:34:41

  Removed:  package.use.mask use.force
  Log:
  Removed redundant multilib clauses.



[gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: package.use.mask use.force

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:34:41

  Removed:  package.use.mask use.force
  Log:
  Removed redundant multilib clauses.



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

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:34:40

  Modified: ChangeLog
  Log:
  Removed redundant multilib clauses.

Revision  ChangesPath
1.439profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -r1.438 -r1.439
--- ChangeLog   29 Nov 2014 13:08:08 -  1.438
+++ ChangeLog   15 Dec 2014 18:34:40 -  1.439
@@ -1,6 +1,10 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.438 
2014/11/29 13:08:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.439 
2014/12/15 18:34:40 redlizard Exp $
+
+  15 Dec 2014; Ruud Koolen redliz...@gentoo.org linux/amd64/package.use.mask,
+  linux/amd64/use.force, linux/x86/package.use.mask, linux/x86/use.force:
+  Removed redundant multilib clauses.
 
   29 Nov 2014; Mikle Kolyada zlog...@gentoo.org package.use.mask:
   Mask dev-vcs/git[mediawiki] (bug #497068)






[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2014-12-15 Thread Anthony G. Basile
commit: 1871ed5eed91379b531e86f2bafc3fdf506fbb29
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Dec 15 18:36:21 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Dec 15 18:36:21 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=1871ed5e

sys-kernel/hardened-sources: testing patchset 20141214

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 0xF52D4BBA

---
 ...ened-sources-3.14.26.ebuild = hardened-sources-3.14.26-r1.ebuild} | 4 ++--
 ...rdened-sources-3.17.6.ebuild = hardened-sources-3.17.6-r1.ebuild} | 4 ++--
 ...rdened-sources-3.2.64-r4.ebuild = hardened-sources-3.2.65.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.26.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.26.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild
index cd320ce..447d9c6 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.26.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=29
+K_GENPATCHES_VER=31
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.17.6.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.17.6.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild
index 3857ba1..8dfe266 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.17.6.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=8
+K_GENPATCHES_VER=9
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.64-r4.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.64-r4.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild
index 51efd6d..b658290 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.64-r4.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-5
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 



[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone/linux-x86: - New directory

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:40:34

  Log:
  Directory 
/var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-x86 added to 
the repository



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

2014-12-15 Thread Sven Vermeulen
commit: 4c1f6bd7f3b8835acd750cadd6a20eb3373be4b6
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Tue Nov 11 14:22:23 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Mon Dec 15 18:37:59 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4c1f6bd7

Add bitcoin ports

---
 policy/modules/kernel/corenetwork.te.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/kernel/corenetwork.te.in 
b/policy/modules/kernel/corenetwork.te.in
index 2afa2e5..104e7f5 100644
--- a/policy/modules/kernel/corenetwork.te.in
+++ b/policy/modules/kernel/corenetwork.te.in
@@ -93,6 +93,7 @@ network_port(asterisk, tcp,1720,s0, udp,2427,s0, udp,2727,s0, 
udp,4569,s0)
 network_port(audit, tcp,60,s0)
 network_port(auth, tcp,113,s0)
 network_port(bgp, tcp,179,s0, udp,179,s0, tcp,2605,s0, udp,2605,s0)
+network_port(bitcoin, tcp,8332,s0, tcp,8333,s0)
 network_port(boinc, tcp,31416,s0)
 network_port(boinc_client, tcp,1043,s0, udp,1034,s0)
 network_port(biff) # no defined portcon



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-12-15 Thread Sven Vermeulen
commit: 70c4420916c7da775aac6f6b383e7f17f85bcb79
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Tue Nov 11 14:23:16 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Mon Dec 15 18:37:59 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=70c44209

Bitcoin policy

---
 policy/modules/contrib/bitcoin.fc | 16 +++
 policy/modules/contrib/bitcoin.if | 48 +++
 policy/modules/contrib/bitcoin.te | 98 +++
 3 files changed, 162 insertions(+)

diff --git a/policy/modules/contrib/bitcoin.fc 
b/policy/modules/contrib/bitcoin.fc
new file mode 100644
index 000..d2198e4
--- /dev/null
+++ b/policy/modules/contrib/bitcoin.fc
@@ -0,0 +1,16 @@
+#
+# /etc
+#
+/etc/bitcoin(/.*)? gen_context(system_u:object_r:bitcoin_etc_t,s0)
+/etc/rc\.d/init\.d/bitcoind--  
gen_context(system_u:object_r:bitcoin_initrc_exec_t,s0)
+
+#
+# /usr
+#
+/usr/bin/bitcoind  --  gen_context(system_u:object_r:bitcoin_exec_t,s0)
+
+#
+# /var
+#
+/var/lib/bitcoin(/.*)? gen_context(system_u:object_r:bitcoin_var_lib_t,s0)
+

diff --git a/policy/modules/contrib/bitcoin.if 
b/policy/modules/contrib/bitcoin.if
new file mode 100644
index 000..922bc7c
--- /dev/null
+++ b/policy/modules/contrib/bitcoin.if
@@ -0,0 +1,48 @@
+## summaryBitcoin software-based online payment system/summary
+
+#
+## summary
+## Administer a bitcoin environment
+## /summary
+## param name=domain
+## summary
+## Domain allowed access
+## /summary
+## /param
+## param name=role
+## summary
+## Role allowed access
+## /summary
+## /param
+#
+interface(`bitcoin_admin',`
+   gen_require(`
+   type bitcoin_t;
+   type bitcoin_etc_t, bitcoin_tmp_t, bitcoin_log_t;
+   type bitcoin_var_lib_t, bitcoin_var_run_t;
+   type bitcoin_initrc_exec_t;
+   ')
+
+   allow $1 bitcoin_t:process { ptrace signal_perms };
+   ps_process_pattern($1, bitcoin_t)
+
+   init_labeled_script_domtrans($1, bitcoin_initrc_exec_t)
+   domain_system_change_exemption($1)
+   role_transition $2 bitcoin_initrc_exec_t system_r;
+   allow $2 system_r;
+
+   files_list_tmp($1)
+   admin_pattern($1, bitcoin_tmp_t)
+
+   logging_list_logs($1)
+   admin_pattern($1, bitcoin_log_t)
+
+   files_list_etc($1)
+   admin_pattern($1, bitcoin_etc_t)
+
+   files_list_var_lib($1)
+   admin_pattern($1, bitcoin_var_lib_t)
+
+   files_list_pids($1)
+   admin_pattern($1, bitcoin_var_run_t)
+')

diff --git a/policy/modules/contrib/bitcoin.te 
b/policy/modules/contrib/bitcoin.te
new file mode 100644
index 000..672516e
--- /dev/null
+++ b/policy/modules/contrib/bitcoin.te
@@ -0,0 +1,98 @@
+policy_module(bitcoin, 0.1)
+
+#
+#
+# Declarations
+#
+
+## desc
+## p
+## Determine whether the bitcoin daemon can bind
+## to all unreserved ports or not.
+## /p
+## /desc
+gen_tunable(bitcoin_bind_all_unreserved_ports, false)
+
+type bitcoin_t;
+type bitcoin_exec_t;
+init_daemon_domain(bitcoin_t, bitcoin_exec_t)
+
+type bitcoin_initrc_exec_t;
+init_script_file(bitcoin_initrc_exec_t)
+
+type bitcoin_etc_t;
+files_config_file(bitcoin_etc_t)
+init_script_readable_type(bitcoin_etc_t)
+
+type bitcoin_log_t;
+logging_log_file(bitcoin_log_t)
+
+type bitcoin_var_lib_t;
+files_type(bitcoin_var_lib_t)
+init_script_readable_type(bitcoin_var_lib_t)
+
+type bitcoin_var_run_t;
+files_pid_file(bitcoin_var_run_t)
+
+type bitcoin_tmp_t;
+files_tmp_file(bitcoin_tmp_t)
+
+#
+#
+# Local policy
+#
+
+allow bitcoin_t self:process signal_perms;
+allow bitcoin_t self:netlink_route_socket { write getattr read bind create 
nlmsg_read };
+allow bitcoin_t self:tcp_socket create_stream_socket_perms;
+
+read_files_pattern(bitcoin_t, bitcoin_etc_t, bitcoin_etc_t)
+read_lnk_files_pattern(bitcoin_t, bitcoin_etc_t, bitcoin_etc_t)
+#list_dirs_pattern(bitcoin_t, bitcoin_etc_t, bitcoin_etc_t)
+
+allow bitcoin_t bitcoin_tmp_t:file { create_file_perms write_file_perms };
+files_tmp_filetrans(bitcoin_t, bitcoin_tmp_t, file)
+
+allow bitcoin_t bitcoin_var_lib_t:lnk_file read_lnk_file_perms;
+manage_files_pattern(bitcoin_t, bitcoin_var_lib_t, bitcoin_var_lib_t)
+manage_dirs_pattern(bitcoin_t, bitcoin_var_lib_t, bitcoin_var_lib_t)
+
+kernel_read_system_state(bitcoin_t)
+kernel_read_vm_sysctls(bitcoin_t)
+
+corenet_all_recvfrom_netlabel(bitcoin_t)
+corenet_all_recvfrom_unlabeled(bitcoin_t)
+
+corenet_sendrecv_bitcoin_server_packets(bitcoin_t)
+# TODO why bind and connect simultaneously? If needed, perhaps also 
bitcoin_client_packets
+corenet_tcp_bind_bitcoin_port(bitcoin_t)
+corenet_tcp_connect_bitcoin_port(bitcoin_t)
+corenet_tcp_connect_http_port(bitcoin_t)
+corenet_tcp_bind_generic_node(bitcoin_t)

[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone/linux-amd64-no-multilib: - New directory

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:40:28

  Log:
  Directory 
/var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib
 added to the repository



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

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:41:32

  Modified: Changelog
  Log:
  Added amd64 and x86 standalone profiles.

Revision  ChangesPath
1.4  profiles/features/prefix/Changelog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/Changelog?r1=1.3r2=1.4

Index: Changelog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Changelog   15 Dec 2014 17:07:41 -  1.3
+++ Changelog   15 Dec 2014 18:41:32 -  1.4
@@ -1,6 +1,14 @@
 # ChangeLog for profiles/features/prefix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.3 
2014/12/15 17:07:41 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.4 
2014/12/15 18:41:32 redlizard Exp $
+
+  15 Dec 2014; Ruud Koolen redliz...@gentoo.org
+  standalong/linux-amd64-no-multilib/eapi,
+  standalong/linux-amd64-no-multilib/make.defaults,
+  standalong/linux-amd64-no-multilib/parent,
+  standalong/linux-x86/eapi, standalong/linux-x86/make.defaults,
+  standalong/linux-x86/parent:
+  Added amd64 and x86 standalone profiles.
 
   15 Dec 2014; Ruud Koolen redliz...@gentoo.org rpath/use.force,
   rpath/use.mask, standalone/eapi, standalone/parent:






[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone/linux-amd64-no-multilib: eapi make.defaults parent

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:41:32

  Added:eapi make.defaults parent
  Log:
  Added amd64 and x86 standalone profiles.

Revision  ChangesPath
1.1  
profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi?rev=1.1content-type=text/plain

Index: eapi
===
5



1.1  
profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults?rev=1.1content-type=text/plain

Index: make.defaults
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults,v
 1.1 2014/12/15 18:41:32 redlizard Exp $

ARCH=amd64
CHOST=x86_64-pc-linux-gnu
# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
ACCEPT_KEYWORDS=-amd64 ~amd64-linux

# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS=amd64
DEFAULT_ABI=amd64
ABI=amd64
IUSE_IMPLICIT=abi_x86_64
LIBDIR_amd64=lib



1.1  
profiles/features/prefix/standalone/linux-amd64-no-multilib/parent

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/parent?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/parent?rev=1.1content-type=text/plain

Index: parent
===
..






[gentoo-commits] gentoo-x86 commit in profiles/features/prefix/standalone/linux-x86: eapi make.defaults parent

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:41:32

  Added:eapi make.defaults parent
  Log:
  Added amd64 and x86 standalone profiles.

Revision  ChangesPath
1.1  profiles/features/prefix/standalone/linux-x86/eapi

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/eapi?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/eapi?rev=1.1content-type=text/plain

Index: eapi
===
5



1.1  profiles/features/prefix/standalone/linux-x86/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/make.defaults?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/make.defaults?rev=1.1content-type=text/plain

Index: make.defaults
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-x86/make.defaults,v
 1.1 2014/12/15 18:41:32 redlizard Exp $

ARCH=x86
CHOST=i686-pc-linux-gnu
# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
ACCEPT_KEYWORDS=-x86 ~x86-linux

# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS=x86
DEFAULT_ABI=x86
ABI=x86
IUSE_IMPLICIT=abi_x86_32
LIBDIR_x86=lib



1.1  profiles/features/prefix/standalone/linux-x86/parent

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/parent?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/prefix/standalone/linux-x86/parent?rev=1.1content-type=text/plain

Index: parent
===
..






[gentoo-commits] gentoo-x86 commit in profiles/default/linux/amd64/13.0/no-multilib/prefix: - New directory

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:44:50

  Log:
  Directory 
/var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/no-multilib/prefix 
added to the repository



[gentoo-commits] gentoo-x86 commit in profiles/default/linux/x86/13.0/prefix: - New directory

2014-12-15 Thread Ruud Koolen (redlizard)
redlizard14/12/15 18:45:23

  Log:
  Directory /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/prefix 
added to the repository



[gentoo-commits] gentoo-x86 commit in sec-policy/selinux-bitcoin: - New directory

2014-12-15 Thread Sven Vermeulen (swift)
swift   14/12/15 18:46:58

  Log:
  Directory /var/cvsroot/gentoo-x86/sec-policy/selinux-bitcoin added to the 
repository



[gentoo-commits] gentoo-x86 commit in sec-policy/selinux-bitcoin: metadata.xml ChangeLog selinux-bitcoin-9999.ebuild

2014-12-15 Thread Sven Vermeulen (swift)
swift   14/12/15 18:49:23

  Added:metadata.xml ChangeLog selinux-bitcoin-.ebuild
  Log:
  Adding SELinux policy ebuild for bitcoin (bug #528516)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.1  sec-policy/selinux-bitcoin/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdselinux/herd
longdescriptionGentoo SELinux policy for bitcoin/longdescription
/pkgmetadata



1.1  sec-policy/selinux-bitcoin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sec-policy/selinux-bitcoin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bitcoin/ChangeLog,v 1.1 
2014/12/15 18:49:23 swift Exp $

*selinux-bitcoin- (15 Dec 2014)

  15 Dec 2014; Sven Vermeulen sw...@gentoo.org +selinux-bitcoin-.ebuild,
  +metadata.xml:
  Initial bitcoin policy ebuild




1.1  sec-policy/selinux-bitcoin/selinux-bitcoin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/selinux-bitcoin-.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-bitcoin/selinux-bitcoin-.ebuild?rev=1.1content-type=text/plain

Index: selinux-bitcoin-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-bitcoin/selinux-bitcoin-.ebuild,v
 1.1 2014/12/15 18:49:23 swift Exp $
EAPI=5

IUSE=
MODS=bitcoin

inherit selinux-policy-2

DESCRIPTION=SELinux policy for bitcoin

if [[ $PV == * ]] ; then
KEYWORDS=
else
KEYWORDS=~amd64 ~x86
fi






[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

2014-12-15 Thread Sven Vermeulen
commit: 24762b278b67aca295c421b75683c3bf5e27ed21
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Mon Dec 15 18:50:28 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Mon Dec 15 18:50:28 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=24762b27

Update corenetwork builds after adding bitcoin ports

---
 policy/modules/kernel/corenetwork.if | 443 +++
 policy/modules/kernel/corenetwork.te |  10 +-
 2 files changed, 452 insertions(+), 1 deletion(-)

diff --git a/policy/modules/kernel/corenetwork.if 
b/policy/modules/kernel/corenetwork.if
index 3385d83..ee210d4 100644
--- a/policy/modules/kernel/corenetwork.if
+++ b/policy/modules/kernel/corenetwork.if
@@ -12021,6 +12021,449 @@ interface(`corenet_relabelto_bgp_server_packets',`
 
 
 ## summary
+## Send and receive TCP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=both weight=10/
+#
+interface(`corenet_tcp_sendrecv_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   allow $1 bitcoin_port_t:tcp_socket { send_msg recv_msg };
+')
+
+
+## summary
+## Send UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=write weight=10/
+#
+interface(`corenet_udp_send_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   allow $1 bitcoin_port_t:udp_socket send_msg;
+')
+
+
+## summary
+## Do not audit attempts to send UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain to not audit.
+## /summary
+## /param
+## infoflow type=none/
+#
+interface(`corenet_dontaudit_udp_send_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   dontaudit $1 bitcoin_port_t:udp_socket send_msg;
+')
+
+
+## summary
+## Receive UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=read weight=10/
+#
+interface(`corenet_udp_receive_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   allow $1 bitcoin_port_t:udp_socket recv_msg;
+')
+
+
+## summary
+## Do not audit attempts to receive UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain to not audit.
+## /summary
+## /param
+## infoflow type=none/
+#
+interface(`corenet_dontaudit_udp_receive_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   dontaudit $1 bitcoin_port_t:udp_socket recv_msg;
+')
+
+
+## summary
+## Send and receive UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=both weight=10/
+#
+interface(`corenet_udp_sendrecv_bitcoin_port',`
+   corenet_udp_send_bitcoin_port($1)
+   corenet_udp_receive_bitcoin_port($1)
+')
+
+
+## summary
+## Do not audit attempts to send and receive
+## UDP traffic on the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain to not audit.
+## /summary
+## /param
+## infoflow type=none/
+#
+interface(`corenet_dontaudit_udp_sendrecv_bitcoin_port',`
+   corenet_dontaudit_udp_send_bitcoin_port($1)
+   corenet_dontaudit_udp_receive_bitcoin_port($1)
+')
+
+
+## summary
+## Bind TCP sockets to the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=none/
+#
+interface(`corenet_tcp_bind_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   allow $1 bitcoin_port_t:tcp_socket name_bind;
+   
+')
+
+
+## summary
+## Bind UDP sockets to the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## infoflow type=none/
+#
+interface(`corenet_udp_bind_bitcoin_port',`
+   gen_require(`
+   type bitcoin_port_t;
+   ')
+
+   allow $1 bitcoin_port_t:udp_socket name_bind;
+   
+')
+
+
+## summary
+## Make a TCP connection to the bitcoin port.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#

[gentoo-commits] gentoo-x86 commit in dev-db/opendbx: metadata.xml ChangeLog

2014-12-15 Thread Alice Ferrazzi (alicef)
alicef  14/12/15 18:56:52

  Modified: metadata.xml ChangeLog
  Log:
  Update email and removed proxy-maintainers herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-db/opendbx/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml15 Mar 2014 13:51:33 -  1.5
+++ metadata.xml15 Dec 2014 18:56:52 -  1.6
@@ -1,16 +1,9 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdproxy-maintainers/herd
 maintainer
-   emailalice.ferra...@gmail.com/email
+   emailali...@gentoo.org/email
nameAlice Ferrazzi/name
-   descriptionAssign bugs to her./description
-/maintainer
-maintainer
-   emailmr...@gentoo.org/email
-   nameManuel RĂ¼ger/name
-   descriptionCC him on bugs./description
 /maintainer
 use
flag name=bindistDisable support for pkgdev-db/firebird/pkg 
database



1.41 dev-db/opendbx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   3 Nov 2014 11:24:56 -   1.40
+++ ChangeLog   15 Dec 2014 18:56:52 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/opendbx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.40 2014/11/03 
11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.41 2014/12/15 
18:56:52 alicef Exp $
+
+  15 Dec 2014; Alice Ferrazzi ali...@gentoo.org metadata.xml:
+  Update email and removed proxy-maintainers herd
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org opendbx-1.4.5.ebuild,
   opendbx-1.4.6.ebuild, opendbx-1.5.0.ebuild:






[gentoo-commits] gentoo-x86 commit in net-analyzer/carl: carl-0.9-r1.ebuild ChangeLog

2014-12-15 Thread Tobias Klausmann (klausman)
klausman14/12/15 18:57:01

  Modified: carl-0.9-r1.ebuild ChangeLog
  Log:
  Update ebuild to be compatible with all major Python versions
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.2  net-analyzer/carl/carl-0.9-r1.ebuild

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

Index: carl-0.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/carl/carl-0.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- carl-0.9-r1.ebuild  15 Dec 2014 09:20:57 -  1.1
+++ carl-0.9-r1.ebuild  15 Dec 2014 18:57:01 -  1.2
@@ -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/net-analyzer/carl/carl-0.9-r1.ebuild,v 1.1 
2014/12/15 09:20:57 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/carl-0.9-r1.ebuild,v 1.2 
2014/12/15 18:57:01 klausman Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4})
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy3)
 
 inherit distutils-r1
 



1.16 net-analyzer/carl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Dec 2014 09:20:57 -  1.15
+++ ChangeLog   15 Dec 2014 18:57:01 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/carl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v 1.15 
2014/12/15 09:20:57 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/ChangeLog,v 1.16 
2014/12/15 18:57:01 klausman Exp $
+
+  15 Dec 2014; Tobias Klausmann klaus...@gentoo.org carl-0.9-r1.ebuild:
+  Also add pypy implementations
 
 *carl-0.9-r1 (15 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.2.65.ebuild ChangeLog vanilla-sources-3.2.64.ebuild

2014-12-15 Thread Agostino Sarubbo (ago)
ago 14/12/15 19:05:17

  Modified: ChangeLog
  Added:vanilla-sources-3.2.65.ebuild
  Removed:  vanilla-sources-3.2.64.ebuild
  Log:
  Automated version bump to 3.2.65 - remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.1336   sys-kernel/vanilla-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1335
retrieving revision 1.1336
diff -u -r1.1335 -r1.1336
--- ChangeLog   12 Dec 2014 09:27:51 -  1.1335
+++ ChangeLog   15 Dec 2014 19:05:17 -  1.1336
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1335 2014/12/12 09:27:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1336 2014/12/15 19:05:17 ago Exp $
+
+*vanilla-sources-3.2.65 (15 Dec 2014)
+
+  15 Dec 2014; Agostino Sarubbo a...@gentoo.org 
+vanilla-sources-3.2.65.ebuild,
+  -vanilla-sources-3.2.64.ebuild:
+  Automated version bump to 3.2.65 - remove old.
 
 *vanilla-sources-3.12.35 (12 Dec 2014)
 



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.2.65.ebuild

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

Index: vanilla-sources-3.2.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.2.65.ebuild,v
 1.1 2014/12/15 19:05:17 ago Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

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






[gentoo-commits] gentoo-x86 commit in games-engines/xzip: xzip-1.8.2-r2.ebuild ChangeLog

2014-12-15 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/15 19:17:49

  Modified: xzip-1.8.2-r2.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-engines/xzip/xzip-1.8.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild?r1=1.9r2=1.10

Index: xzip-1.8.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xzip-1.8.2-r2.ebuild1 Jul 2007 23:13:59 -   1.9
+++ xzip-1.8.2-r2.ebuild15 Dec 2014 19:17:49 -  1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 
1.9 2007/07/01 23:13:59 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 
1.10 2014/12/15 19:17:49 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION=X interface to Z-code based text games
@@ -21,12 +22,11 @@
 src_compile() {
emake \
CFLAGS=${CFLAGS} -DAUTO_END_MODE \
-   LDFLAGS=${LDFLAGS} \
-   || die emake failed
+   LDFLAGS=${LDFLAGS}
 }
 
 src_install() {
-   dogamesbin xzip || die dogamesbin failed
+   dogamesbin xzip
dodoc README
doman xzip.1
prepgamesdirs



1.11 games-engines/xzip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   1 Jul 2007 23:13:59 -   1.10
+++ ChangeLog   15 Dec 2014 19:17:49 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/xzip
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.10 
2007/07/01 23:13:59 nyhm Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.11 
2014/12/15 19:17:49 mr_bones_ Exp $
+
+  15 Dec 2014; Michael Sterrett mr_bon...@gentoo.org xzip-1.8.2-r2.ebuild:
+  EAPI=5
 
   01 Jul 2007; Tristan Heaven n...@gentoo.org
   -files/xzip-182-makefile.diff, xzip-1.8.2-r2.ebuild:






  1   2   >