[gentoo-commits] gentoo-x86 commit in sci-electronics/xnec2c: ChangeLog xnec2c-3.1.ebuild xnec2c-2.9.ebuild

2014-12-29 Thread Thomas Beierlein (tomjbe)
tomjbe  14/12/29 08:03:13

  Modified: ChangeLog
  Added:xnec2c-3.1.ebuild
  Removed:  xnec2c-2.9.ebuild
  Log:
  Version bump. Remove old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.22 sci-electronics/xnec2c/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   28 Dec 2014 12:02:35 -  1.21
+++ ChangeLog   29 Dec 2014 08:03:13 -  1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sci-electronics/xnec2c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.21 
2014/12/28 12:02:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.22 
2014/12/29 08:03:13 tomjbe Exp $
+
+*xnec2c-3.1 (29 Dec 2014)
+
+  29 Dec 2014; Thomas Beierlein tom...@gentoo.org -xnec2c-2.9.ebuild,
+  +xnec2c-3.1.ebuild, -files/xnec2c-1.4-fortify.patch:
+  Version bump. Remove old
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org xnec2c-3.0.ebuild:
   Stable for x86, wrt bug #531204



1.1  sci-electronics/xnec2c/xnec2c-3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-3.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-3.1.ebuild?rev=1.1content-type=text/plain

Index: xnec2c-3.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-3.1.ebuild,v 
1.1 2014/12/29 08:03:13 tomjbe Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION=A GTK+ graphical interactive version of nec2c
HOMEPAGE=http://www.qsl.net/5b4az/pages/nec2.html;
SRC_URI=http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2;

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

RDEPEND=dev-libs/glib:2
x11-libs/gtk+:2
DEPEND=${RDEPEND}
sys-devel/gettext

src_prepare() {
glib-gettextize --force --copy || die
eautoreconf
}

src_install() {
default

dodoc AUTHORS README doc/*.txt
use doc  dohtml -r doc/*.html doc/images
insinto /usr/share/doc/${PF}/examples
use examples  doins examples/*
}






[gentoo-commits] gentoo-x86 commit in sci-electronics/xnec2c/files: xnec2c-1.4-fortify.patch

2014-12-29 Thread Thomas Beierlein (tomjbe)
tomjbe  14/12/29 08:03:13

  Removed:  xnec2c-1.4-fortify.patch
  Log:
  Version bump. Remove old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)



[gentoo-commits] gentoo-x86 commit in dev-python/nautilus-python: nautilus-python-1.1-r2.ebuild ChangeLog

2014-12-29 Thread Gilles Dartiguelongue (eva)
eva 14/12/29 08:06:10

  Modified: nautilus-python-1.1-r2.ebuild ChangeLog
  Log:
  Fix gtk-doc support, bug #533858. Add missing dependencies.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.3  dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild

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

Index: nautilus-python-1.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nautilus-python-1.1-r2.ebuild   25 Dec 2014 00:08:43 -  1.2
+++ nautilus-python-1.1-r2.ebuild   29 Dec 2014 08:06:10 -  1.3
@@ -1,13 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild,v
 1.2 2014/12/25 00:08:43 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild,v
 1.3 2014/12/29 08:06:10 eva Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
-
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils gnome2 python-single-r1
 
@@ -18,31 +17,36 @@
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~x86
 IUSE=doc
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 # Depend on pygobject:3 for sanity, and because it's automagic
-RDEPEND=dev-python/pygobject:3[${PYTHON_USEDEP}]
+RDEPEND=
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
=gnome-base/nautilus-2.32[introspection]
-   ${PYTHON_DEPS}
+   ${PYTHON_DEPS}
+
 DEPEND=${RDEPEND}
+   =dev-util/gtk-doc-am-1.9
+   virtual/pkgconfig
doc? (
app-text/docbook-xml-dtd:4.1.2
-   =dev-util/gtk-doc-1.9 )
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DOCS=AUTHORS ChangeLog NEWS README
+   dev-libs/libxslt
+   =dev-util/gtk-doc-1.9 )
+
+
+src_configure() {
+   # FIXME: package does not ship pre-built documentation
+   # and has broken logic for dealing with gtk-doc
+   gnome2_src_configure $(use_enable doc gtk-doc)
+}
 
 src_install() {
gnome2_src_install
# Directory for systemwide extensions
keepdir /usr/share/nautilus-python/extensions
# Doesn't get installed by make install for some reason
-   if use doc; then
+   if use doc ; then
insinto /usr/share/gtk-doc/html/nautilus-python # for 
dev-util/devhelp
doins -r docs/html/.
fi
 }
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-}



1.24 dev-python/nautilus-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/nautilus-python/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   25 Dec 2014 00:08:43 -  1.23
+++ ChangeLog   29 Dec 2014 08:06:10 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/nautilus-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nautilus-python/ChangeLog,v 1.23 
2014/12/25 00:08:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nautilus-python/ChangeLog,v 1.24 
2014/12/29 08:06:10 eva Exp $
+
+  29 Dec 2014; Gilles Dartiguelongue e...@gentoo.org
+  nautilus-python-1.1-r2.ebuild:
+  Fix gtk-doc support, bug #533858. Add missing dependencies.
 
   25 Dec 2014; Michał Górny mgo...@gentoo.org nautilus-python-1.1-r2.ebuild:
   Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.






[gentoo-commits] gentoo-x86 commit in dev-python/cherrytemplate: cherrytemplate-1.0.0-r1.ebuild ChangeLog cherrytemplate-1.0.0.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/29 08:09:22

  Modified: ChangeLog
  Added:cherrytemplate-1.0.0-r1.ebuild
  Removed:  cherrytemplate-1.0.0.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/cherrytemplate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Jul 2010 23:01:50 -   1.8
+++ ChangeLog   29 Dec 2014 08:09:22 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cherrytemplate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.8 
2010/07/03 23:01:50 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.9 
2014/12/29 08:09:22 idella4 Exp $
+
+*cherrytemplate-1.0.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney idel...@gentoo.org 
+cherrytemplate-1.0.0-r1.ebuild,
+  -cherrytemplate-1.0.0.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   03 Jul 2010; Arfrever Frehtes Taifersar Arahesis arfre...@gentoo.org
   cherrytemplate-1.0.0.ebuild:
@@ -32,4 +38,3 @@
   15 Mar 2005; Rob Cakebread pythonh...@gentoo.org
   +cherrytemplate-1.0.0.ebuild:
   Initial commit.
-



1.1  dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild

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

Index: cherrytemplate-1.0.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild,v
 1.1 2014/12/29 08:09:22 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN=CherryTemplate
MY_P=${MY_PN}-${PV}

DESCRIPTION=Easy and powerful templating module for Python
HOMEPAGE=http://cherrytemplate.python-hosting.com/;
SRC_URI=mirror://sourceforge/cherrypy/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~x86
IUSE=

DEPEND=
RDEPEND=

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in x11-terms/guake: ChangeLog guake-0.4.4.ebuild

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 08:20:19

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

Revision  ChangesPath
1.37 x11-terms/guake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   28 Dec 2014 12:09:48 -  1.36
+++ ChangeLog   29 Dec 2014 08:20:19 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for x11-terms/guake
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.36 2014/12/28 
12:09:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.37 2014/12/29 
08:20:19 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org -guake-0.4.4.ebuild:
+  Old.
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org guake-0.5.0.ebuild:
   Stable for x86, wrt bug #529552






[gentoo-commits] gentoo-x86 commit in dev-util/catfish: ChangeLog catfish-1.2.1.ebuild catfish-1.0.2.ebuild

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 08:21:03

  Modified: ChangeLog
  Removed:  catfish-1.2.1.ebuild catfish-1.0.2.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.27 dev-util/catfish/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   28 Dec 2014 12:10:07 -  1.26
+++ ChangeLog   29 Dec 2014 08:21:03 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/catfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.26 
2014/12/28 12:10:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.27 
2014/12/29 08:21:03 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org -catfish-1.0.2.ebuild,
+  -catfish-1.2.1.ebuild:
+  Old.
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org catfish-1.2.2.ebuild:
   Stable for x86, wrt bug #530986






[gentoo-commits] gentoo-x86 commit in mail-filter/opendkim: opendkim-2.10.0.ebuild opendkim-2.9.3.ebuild ChangeLog

2014-12-29 Thread Eray Aslan (eras)
eras14/12/29 08:25:20

  Modified: ChangeLog
  Added:opendkim-2.10.0.ebuild opendkim-2.9.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.85 mail-filter/opendkim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   9 Dec 2014 08:30:13 -   1.84
+++ ChangeLog   29 Dec 2014 08:25:20 -  1.85
@@ -1,6 +1,13 @@
 # ChangeLog for mail-filter/opendkim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.84 
2014/12/09 08:30:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.85 
2014/12/29 08:25:20 eras Exp $
+
+*opendkim-2.10.0 (29 Dec 2014)
+*opendkim-2.9.3 (29 Dec 2014)
+
+  29 Dec 2014; Eray Aslan e...@gentoo.org +opendkim-2.10.0.ebuild,
+  +opendkim-2.9.3.ebuild:
+  Version bump
 
   09 Dec 2014; Eray Aslan e...@gentoo.org
   -files/opendkim-2.8.0-unbreak_upgrade.patch, -opendkim-2.8.4.ebuild,



1.1  mail-filter/opendkim/opendkim-2.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.10.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.10.0.ebuild?rev=1.1content-type=text/plain

Index: opendkim-2.10.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.10.0.ebuild,v 1.1 
2014/12/29 08:25:20 eras Exp $

EAPI=5
inherit autotools db-use eutils systemd user

# for betas
#MY_P=${P/_b/.B}
#S=${WORKDIR}/${PN}-2.8.0
#SRC_URI=mirror://sourceforge/opendkim/${MY_P}.tar.gz

DESCRIPTION=A milter-based application to provide DKIM signing and 
verification
HOMEPAGE=http://opendkim.org;
SRC_URI=mirror://sourceforge/opendkim/${P}.tar.gz

LICENSE=Sendmail-Open-Source BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=+berkdb gnutls ldap lmdb lua memcached opendbx poll sasl selinux +ssl 
static-libs unbound

DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail )
dev-libs/libbsd
ssl? ( =dev-libs/openssl-0.9.8 )
berkdb? ( =sys-libs/db-3.2 )
opendbx? ( =dev-db/opendbx-1.4.0 )
lua? ( dev-lang/lua )
ldap? ( net-nds/openldap )
lmdb? ( dev-db/lmdb )
memcached? ( dev-libs/libmemcached )
sasl? ( dev-libs/cyrus-sasl )
unbound? ( =net-dns/unbound-1.4.1 net-dns/dnssec-root )
!unbound? ( net-libs/ldns )
gnutls? ( =net-libs/gnutls-2.11.7 )

RDEPEND=${DEPEND}
sys-process/psmisc
selinux? ( sec-policy/selinux-dkim )


REQUIRED_USE=sasl? ( ldap )

pkg_setup() {
enewgroup milter
# mail-milter/spamass-milter creates milter user with this home 
directory
# For consistency reasons, milter user must be created here with this 
home directory
# even though this package doesn't need a home directory for this user 
(#280571)
enewuser milter -1 -1 /var/lib/milter milter
}

src_prepare() {
sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \
   -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
   -e 's:/etc/mail:/etc/opendkim:g' \
   -e 's:mailnull:milter:g' \
   -e 's:^#[[:space:]]*PidFile.*:PidFile 
/run/opendkim/opendkim.pid:' \
   opendkim/opendkim.conf.sample 
opendkim/opendkim.conf.simple.in \
   stats/opendkim-reportstats{,.in} || die

sed -i -e 's:dist_doc_DATA:dist_html_DATA:' 
libopendkim/docs/Makefile.am \
|| die

#sed -i -e '/sock.*mt.getcwd/s:mt.getcwd():/tmp:' opendkim/tests/*.lua
#sed -i -e '/sock.*mt.getcwd/s:mt.getcwd():/proc/self/cwd:' 
opendkim/tests/*.lua

eautoreconf
}

src_configure() {
local myconf
if use berkdb ; then
myconf=$(db_includedir)
myconf=--with-db-incdir=${myconf#-I}
myconf+= --enable-popauth
myconf+= --enable-query_cache
myconf+= --enable-stats
fi
if use unbound; then
myconf+= --with-unbound
else
myconf+= --with-ldns
fi
if use ldap; then

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

2014-12-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/29 08:25:52

  Modified: ChangeLog
  Added:pciutils-3.3.0-r1.ebuild
  Removed:  pciutils-3.3.0.ebuild
  Log:
  Added dependency on libudev (bug #533728)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.234sys-apps/pciutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   4 Dec 2014 04:09:30 -   1.233
+++ ChangeLog   29 Dec 2014 08:25:52 -  1.234
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/pciutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.233 
2014/12/04 04:09:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.234 
2014/12/29 08:25:52 polynomial-c Exp $
+
+*pciutils-3.3.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Lars Wendler polynomia...@gentoo.org -pciutils-3.3.0.ebuild,
+  +pciutils-3.3.0-r1.ebuild:
+  Added dependency on libudev (bug #533728).
 
 *pciutils-3.3.0 (04 Dec 2014)
 



1.1  sys-apps/pciutils/pciutils-3.3.0-r1.ebuild

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

Index: pciutils-3.3.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.3.0-r1.ebuild,v 
1.1 2014/12/29 08:25:52 polynomial-c Exp $

EAPI=5

inherit eutils multilib toolchain-funcs

DESCRIPTION=Various utilities dealing with the PCI bus
HOMEPAGE=http://mj.ucw.cz/sw/pciutils/ 
http://git.kernel.org/?p=utils/pciutils/pciutils.git;
SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux
IUSE=dns +kmod static-libs +udev zlib

# Have the sub-libs in RDEPEND with [static-libs] since, logically,
# our libssl.a depends on libz.a/etc... at runtime.
LIB_DEPEND=zlib? ( sys-libs/zlib[static-libs(+)] )
DEPEND=kmod? ( sys-apps/kmod )
static-libs? ( ${LIB_DEPEND} )
!static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )
udev? ( virtual/libudev )
RDEPEND=${DEPEND}
sys-apps/hwids
DEPEND=${DEPEND}
kmod? ( virtual/pkgconfig )

switch_config() {
[[ $# -ne 2 ]]  return 1
local opt=$1 val=$2

sed s@^\(${opt}=\).*\$@\1${val}@ -i Makefile || die
return 0
}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.1.9-static-pc.patch

if use static-libs ; then
cp -pPR ${S} ${S}.static || die
fi
}

pemake() {
emake \
HOST=${CHOST} \
CROSS_COMPILE=${CHOST}- \
CC=$(tc-getCC) \
DNS=$(usex dns) \
IDSDIR='$(SHAREDIR)/misc' \
MANDIR='$(SHAREDIR)/man' \
PREFIX=${EPREFIX}/usr \
SHARED=yes \
STRIP= \
ZLIB=$(usex zlib) \
PCI_COMPRESSED_IDS=0 \
PCI_IDS=pci.ids \
LIBDIR=\${PREFIX}/$(get_libdir) \
LIBKMOD=$(usex kmod) \
HWDB=$(usex udev) \
$@
}

src_compile() {
pemake OPT=${CFLAGS} all
if use static-libs ; then
pemake \
-C ${S}.static \
OPT=${CFLAGS} \
SHARED=no \
lib/libpci.a
fi
}

src_install() {
pemake DESTDIR=${D} install install-lib
use static-libs  dolib.a ${S}.static/lib/libpci.a
dodoc ChangeLog README TODO

rm ${ED}/usr/sbin/update-pciids ${ED}/usr/share/misc/pci.ids \
${ED}/usr/share/man/man8/update-pciids.8*

newinitd ${FILESDIR}/init.d-pciparm pciparm
newconfd ${FILESDIR}/conf.d-pciparm pciparm
}

pkg_postinst() {
if [[ ${REPLACING_VERSIONS} ]]  [[ ${REPLACING_VERSIONS}  3.2.0 ]]; 
then
elog The 'network-cron' USE flag is gone; if you want a more 
up-to-date
elog 

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

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/29 08:42:08

  Modified: ChangeLog package.mask
  Log:
  Mask dev-python/cl for removal

Revision  ChangesPath
1.9650   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9649
retrieving revision 1.9650
diff -u -r1.9649 -r1.9650
--- ChangeLog   28 Dec 2014 21:00:04 -  1.9649
+++ ChangeLog   29 Dec 2014 08:42:07 -  1.9650
@@ -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.9649 2014/12/28 
21:00:04 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9650 2014/12/29 
08:42:07 idella4 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!
 
+  29 Dec 2014; Ian Delaney idel...@gentoo.org package.mask:
+  Masked dev-python/cl for removal in 30 days.
+
   28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org package.mask:
   Mask unmaintained dev-db/postgresql-{docs,base,server} packages for a while.
 



1.16249  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16248
retrieving revision 1.16249
diff -u -r1.16248 -r1.16249
--- package.mask28 Dec 2014 21:00:04 -  1.16248
+++ package.mask29 Dec 2014 08:42:07 -  1.16249
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16248 2014/12/28 
21:00:04 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16249 2014/12/29 
08:42:07 idella4 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Ian Delaney idel...@gentoo.org (29 Dec 2014)
+# Initial maintainer left, added as a support to kombu however
+# appears to have never been used. Has no revdeps.
+# Removal in 30 days.
+dev-python/cl
+
 # Aaron W. Swenson titanof...@gentoo.org (28 Dec 2014)
 # Split ebuilds are no longer maintained. Migrate to the unified
 # ebuilds invoking the following, substituting SLOT for the desired






[gentoo-commits] gentoo-x86 commit in dev-ruby/builder: builder-3.2.2.ebuild ChangeLog

2014-12-29 Thread Hans de Graaff (graaff)
graaff  14/12/29 08:46:35

  Modified: builder-3.2.2.ebuild ChangeLog
  Log:
  Add ruby22 target, bug 533892.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.6  dev-ruby/builder/builder-3.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.2.2.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.2.2.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.2.2.ebuild?r1=1.5r2=1.6

Index: builder-3.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- builder-3.2.2.ebuild3 Nov 2014 15:41:21 -   1.5
+++ builder-3.2.2.ebuild29 Dec 2014 08:46:35 -  1.6
@@ -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/dev-ruby/builder/builder-3.2.2.ebuild,v 1.5 
2014/11/03 15:41:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.2.2.ebuild,v 1.6 
2014/12/29 08:46:35 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_TASK_TEST=test_all
 



1.106dev-ruby/builder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   18 Nov 2014 13:51:23 -  1.105
+++ ChangeLog   29 Dec 2014 08:46:35 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/builder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.105 
2014/11/18 13:51:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.106 
2014/12/29 08:46:35 graaff Exp $
+
+  29 Dec 2014; Hans de Graaff gra...@gentoo.org builder-3.2.2.ebuild:
+  Add ruby22 target, bug 533892.
 
   18 Nov 2014; Manuel Rüger mr...@gentoo.org
   -files/builder-2.1.2-activesupport.patch,






[gentoo-commits] gentoo-x86 commit in app-editors/uemacs-pk: ChangeLog uemacs-pk-4.0.15_p20141208.ebuild

2014-12-29 Thread Ulrich Mueller (ulm)
ulm 14/12/29 09:03:04

  Modified: ChangeLog
  Added:uemacs-pk-4.0.15_p20141208.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.28 app-editors/uemacs-pk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   2 Mar 2014 21:40:04 -   1.27
+++ ChangeLog   29 Dec 2014 09:03:04 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/uemacs-pk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.27 
2014/03/02 21:40:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.28 
2014/12/29 09:03:04 ulm Exp $
+
+*uemacs-pk-4.0.15_p20141208 (29 Dec 2014)
+
+  29 Dec 2014; Ulrich Müller u...@gentoo.org
+  +uemacs-pk-4.0.15_p20141208.ebuild:
+  Version bump.
 
   02 Mar 2014; Ulrich Müller u...@gentoo.org
   -uemacs-pk-4.0.15_p20120526.ebuild, -uemacs-pk-4.0.15_p20120925.ebuild,



1.1  app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild?rev=1.1content-type=text/plain

Index: uemacs-pk-4.0.15_p20141208.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild,v
 1.1 2014/12/29 09:03:04 ulm Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=uEmacs/PK is an enhanced version of MicroEMACS
HOMEPAGE=http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK;
# snapshot from git repo
SRC_URI=http://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz;

LICENSE=free-noncomm
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-fbsd

RDEPEND=sys-libs/ncurses
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/uemacs

src_prepare() {
epatch ${FILESDIR}/${PN}-4.0.15_p20110825-gentoo.patch
}

src_compile() {
emake V=1 \
CC=$(tc-getCC) \
CFLAGS=${CFLAGS} \
LDFLAGS=${LDFLAGS} \
LIBS=$($(tc-getPKG_CONFIG) --libs ncurses)
}

src_install() {
dobin em
insinto /usr/share/${PN}
doins emacs.hlp
newins emacs.rc .emacsrc
dodoc README readme.39e emacs.ps UTF-8-demo.txt
}






[gentoo-commits] gentoo-x86 commit in sys-devel/native-cctools: native-cctools-2.ebuild native-cctools-1.ebuild native-cctools-4.ebuild ChangeLog

2014-12-29 Thread Fabian Groffen (grobian)
grobian 14/12/29 09:07:57

  Modified: native-cctools-2.ebuild native-cctools-1.ebuild
native-cctools-4.ebuild ChangeLog
  Log:
  Change HOMEPAGE to an existing page, bug #533760
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.2  sys-devel/native-cctools/native-cctools-2.ebuild

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

Index: native-cctools-2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- native-cctools-2.ebuild 7 Jun 2011 12:41:31 -   1.1
+++ native-cctools-2.ebuild 29 Dec 2014 09:07:57 -  1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-2.ebuild,v 1.1 
2011/06/07 12:41:31 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-2.ebuild,v 1.2 
2014/12/29 09:07:57 grobian Exp $
 
 EAPI=3
 
 inherit eutils
 
 DESCRIPTION=Host OS native assembler as and static linker ld
-HOMEPAGE=http://youroperatingsystem.com/;
+HOMEPAGE=http://prefix.gentoo.org/;
 SRC_URI=
 
 LICENSE=GPL-2 # actually, we don't know, the wrapper is



1.2  sys-devel/native-cctools/native-cctools-1.ebuild

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

Index: native-cctools-1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- native-cctools-1.ebuild 9 Feb 2011 15:53:53 -   1.1
+++ native-cctools-1.ebuild 29 Dec 2014 09:07:57 -  1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-1.ebuild,v 1.1 
2011/02/09 15:53:53 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-1.ebuild,v 1.2 
2014/12/29 09:07:57 grobian Exp $
 
 EAPI=3
 
 inherit eutils
 
 DESCRIPTION=Host OS native assembler as and static linker ld
-HOMEPAGE=http://youroperatingsystem.com/;
+HOMEPAGE=http://prefix.gentoo.org/;
 SRC_URI=
 
 LICENSE=GPL-2 # actually, we don't know, the wrapper is



1.2  sys-devel/native-cctools/native-cctools-4.ebuild

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

Index: native-cctools-4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- native-cctools-4.ebuild 8 Nov 2013 14:19:30 -   1.1
+++ native-cctools-4.ebuild 29 Dec 2014 09:07:57 -  1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-4.ebuild,v 1.1 
2013/11/08 14:19:30 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/native-cctools/native-cctools-4.ebuild,v 1.2 
2014/12/29 09:07:57 grobian Exp $
 
 EAPI=3
 
 inherit eutils
 
 DESCRIPTION=Host OS native assembler as and static linker ld
-HOMEPAGE=http://youroperatingsystem.com/;
+HOMEPAGE=http://prefix.gentoo.org/;
 SRC_URI=
 
 LICENSE=GPL-2 # actually, we don't know, the wrapper is



1.6  sys-devel/native-cctools/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-python/clientcookie: clientcookie-1.3.0-r1.ebuild ChangeLog clientcookie-1.3.0.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/29 09:14:05

  Modified: ChangeLog
  Added:clientcookie-1.3.0-r1.ebuild
  Removed:  clientcookie-1.3.0.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.21 dev-python/clientcookie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   22 Oct 2013 11:39:17 -  1.20
+++ ChangeLog   29 Dec 2014 09:14:05 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/clientcookie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.20 
2013/10/22 11:39:17 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.21 
2014/12/29 09:14:05 idella4 Exp $
+
+*clientcookie-1.3.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney idel...@gentoo.org +clientcookie-1.3.0-r1.ebuild,
+  -clientcookie-1.3.0.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   22 Oct 2013; Fabian Groffen grob...@gentoo.org clientcookie-1.3.0.ebuild:
   Marked ~x64-macos, bug #487670



1.1  dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild

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

Index: clientcookie-1.3.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild,v 
1.1 2014/12/29 09:14:05 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_P=ClientCookie-${PV}

DESCRIPTION=Python module for handling HTTP cookies on the client side
HOMEPAGE=http://wwwsearch.sourceforge.net/ClientCookie/ 
http://pypi.python.org/pypi/ClientCookie;
SRC_URI=http://wwwsearch.sourceforge.net/ClientCookie/src/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~ia64-linux ~x86-linux 
~x64-macos ~x86-macos
IUSE=

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

S=${WORKDIR}/${MY_P}

DOCS=*.txt






[gentoo-commits] gentoo-x86 commit in dev-db/couchdb: couchdb-1.6.1.ebuild ChangeLog

2014-12-29 Thread Dirkjan Ochtman (djc)
djc 14/12/29 10:51:33

  Modified: ChangeLog
  Added:couchdb-1.6.1.ebuild
  Log:
  Version bump couchdb to 1.6.1 (fix bug 501332, bug 529826, bug 520372)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.104dev-db/couchdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   2 Nov 2014 08:12:10 -   1.103
+++ ChangeLog   29 Dec 2014 10:51:33 -  1.104
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/couchdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.103 2014/11/02 
08:12:10 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.104 2014/12/29 
10:51:33 djc Exp $
+
+*couchdb-1.6.1 (29 Dec 2014)
+
+  29 Dec 2014; Dirkjan Ochtman d...@gentoo.org +couchdb-1.6.1.ebuild:
+  Version bump couchdb to 1.6.1 (fix bug 501332, bug 529826, bug 520372)
 
   02 Nov 2014; Sven Vermeulen sw...@gentoo.org couchdb-1.5.1.ebuild,
   couchdb-1.6.0.ebuild:



1.1  dev-db/couchdb/couchdb-1.6.1.ebuild

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

Index: couchdb-1.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-db/couchdb/couchdb-1.6.1.ebuild,v 1.1 
2014/12/29 10:51:33 djc Exp $

EAPI=5

inherit eutils multilib pax-utils user

DESCRIPTION=Apache CouchDB is a distributed, fault-tolerant and schema-free 
document-oriented database.
HOMEPAGE=http://couchdb.apache.org/;
SRC_URI=mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=selinux test

RDEPEND==dev-libs/icu-4.3.1:=
dev-lang/erlang[ssl]
=dev-libs/openssl-0.9.8j:0
=net-misc/curl-7.18.2
dev-lang/spidermonkey-1.8.7
selinux? ( sec-policy/selinux-couchdb )

DEPEND=${RDEPEND}
RESTRICT=test

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

pkg_setup() {
enewgroup couchdb
enewuser couchdb -1 -1 /var/lib/couchdb couchdb
}

src_prepare() {
sed -i ./src/couchdb/priv/Makefile.* -e 's|-Werror||g'
}

src_configure() {
econf \
--with-erlang=${EPREFIX}/usr/$(get_libdir)/erlang/usr/include 
\
--localstatedir=${EPREFIX}/var \
--with-js-lib=${EPREFIX}/usr/$(get_libdir)
# bug 296609, upstream bug #COUCHDB-621
sed -e s#localdocdir = /usr/share/doc/couchdb#localdocdir = 
${EPREFIX}/usr/share/doc/${PF}# -i Makefile || die sed failed
}

src_compile() {
emake
# bug 442616
pax-mark mr src/couchdb/priv/couchjs
}

src_test() {
emake distcheck
}

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

fowners couchdb:couchdb \
/var/lib/couchdb \
/var/log/couchdb

for f in ${ED}/etc/couchdb/*.ini ; do
fowners root:couchdb ${f#${ED}}
fperms 660 ${f#${ED}}
done
fperms 664 /etc/couchdb/default.ini

newinitd ${FILESDIR}/couchdb.init-4 couchdb
newconfd ${FILESDIR}/couchdb.conf-2 couchdb

sed -i -e s:LIBDIR:$(get_libdir): ${ED}/etc/conf.d/couchdb
}






[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/

2014-12-29 Thread Ulrich Müller
commit: b8df3c03057602613ecacb0939e2ea62ad28d27e
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Mon Dec 29 10:38:08 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Mon Dec 29 10:38:08 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=b8df3c03

app-editors/emacs-vcs: Install CONTRIBUTE file.

Package-Manager: portage-2.2.15

---
 app-editors/emacs-vcs/ChangeLog | 3 +++
 app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 9ace187..fb31368 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Dec 2014; Ulrich Müller u...@gentoo.org emacs-vcs-25.0.-r1.ebuild:
+  Install CONTRIBUTE file.
+
 *emacs-vcs-25.0.-r1 (13 Nov 2014)
 
   13 Nov 2014; Ulrich Müller u...@gentoo.org -emacs-vcs-25.0..ebuild,

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild
index 1a4cf02..07daa6b 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild
@@ -291,7 +291,7 @@ src_install () {
EOF
elisp-site-file-install ${T}/${SITEFILE} || die
 
-   dodoc README BUGS
+   dodoc README BUGS CONTRIBUTE
 
if use aqua; then
dodir /Applications/Gentoo



[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-xwidget/

2014-12-29 Thread Ulrich Müller
commit: 084eadf93279631a2e48abd88561edd593f388f7
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Mon Dec 29 11:16:56 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Mon Dec 29 11:16:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=084eadf9

app-editors/emacs-xwidget: Upstream version number has changed. Merge changes 
from emacs-vcs.

Package-Manager: portage-2.2.15

---
 app-editors/emacs-xwidget/ChangeLog|  6 +++
 .ebuild = emacs-xwidget-25.0..ebuild} | 63 +++---
 2 files changed, 36 insertions(+), 33 deletions(-)

diff --git a/app-editors/emacs-xwidget/ChangeLog 
b/app-editors/emacs-xwidget/ChangeLog
index 36dd441..28a0a5a 100644
--- a/app-editors/emacs-xwidget/ChangeLog
+++ b/app-editors/emacs-xwidget/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*emacs-xwidget-25.0. (29 Dec 2014)
+
+  29 Dec 2014; Ulrich Müller u...@gentoo.org -emacs-xwidget-24.4..ebuild,
+  +emacs-xwidget-25.0..ebuild:
+  Upstream version number has changed. Merge changes from emacs-vcs.
+
   13 Nov 2014; Ulrich Müller u...@gentoo.org emacs-xwidget-24.4..ebuild:
   Merge changes from emacs-vcs.
 

diff --git a/app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild 
b/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
similarity index 90%
rename from app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild
rename to app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
index 4661889..0cce171 100644
--- a/app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild
+++ b/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
@@ -27,8 +27,8 @@ HOMEPAGE=http://www.gnu.org/software/emacs/
http://www.emacswiki.org/emacs/EmacsXembed;
 
 LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
-SLOT=24
-IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm xwidgets zlib
+SLOT=25
+IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm xwidgets zlib
 REQUIRED_USE=?? ( aqua X )
 
 RDEPEND=sys-libs/ncurses
@@ -68,21 +68,21 @@ RDEPEND=sys-libs/ncurses
=dev-libs/m17n-lib-1.5.1
)
)
-   gtk? (
+   gtk3? (
+   x11-libs/gtk+:3
xwidgets? (
-   x11-libs/gtk+:3
+   =dev-libs/gobject-introspection-1.32.1
net-libs/webkit-gtk:3
)
-   !xwidgets? (
-   gtk3? ( x11-libs/gtk+:3 )
-   !gtk3? ( x11-libs/gtk+:2 )
-   )
)
-   !gtk? (
-   motif? ( =x11-libs/motif-2.3:0 )
-   !motif? (
-   Xaw3d? ( x11-libs/libXaw3d )
-   !Xaw3d? ( athena? ( x11-libs/libXaw ) )
+   !gtk3? (
+   gtk? ( x11-libs/gtk+:2 )
+   !gtk? (
+   motif? ( =x11-libs/motif-2.3:0 )
+   !motif? (
+   Xaw3d? ( x11-libs/libXaw3d )
+   !Xaw3d? ( athena? ( x11-libs/libXaw ) )
+   )
)
)
)
@@ -173,26 +173,15 @@ src_configure() {
USE flag \m17n-lib\ has no effect if \xft\ 
is not set.
fi
 
-   local f
-   if use gtk; then
-   einfo Configuring to build with GIMP Toolkit (GTK+)
-   if use xwidgets; then
-   myconf+= --with-x-toolkit=gtk3 --with-xwidgets
-   else
-   myconf+= --with-x-toolkit=$(usex gtk3 gtk3 
gtk2)
-   myconf+= --without-xwidgets
-   fi
-   for f in motif Xaw3d athena; do
-   use ${f}  ewarn \
-   USE flag \${f}\ has no effect if 
\gtk\ is set.
-   done
+   if use gtk3; then
+   einfo Configuring to build with GIMP Toolkit (GTK+) 
version 3
+   myconf+= --with-x-toolkit=gtk3 $(use_with xwidgets)
+   elif use gtk; then
+   einfo Configuring to 

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

2014-12-29 Thread Mike Pagano (mpagano)
mpagano 14/12/29 11:23:29

  Modified: ChangeLog
  Added:git-sources-3.19_rc2.ebuild
  Log:
  Manual version bump.
  
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
3C33C650B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1412
retrieving revision 1.1413
diff -u -r1.1412 -r1.1413
--- ChangeLog   21 Dec 2014 17:26:05 -  1.1412
+++ ChangeLog   29 Dec 2014 11:23:29 -  1.1413
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1412 
2014/12/21 17:26:05 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1413 
2014/12/29 11:23:29 mpagano Exp $
+
+*git-sources-3.19_rc2 (29 Dec 2014)
+
+  29 Dec 2014; Michael Pagano mpag...@gentoo.org
+  +git-sources-3.19_rc2.ebuild:
+  Manual version bump.
 
   21 Dec 2014; Michael Pagano mpag...@gentoo.org
   -git-sources-3.18_rc7.ebuild:



1.1  sys-kernel/git-sources/git-sources-3.19_rc2.ebuild

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

Index: git-sources-3.19_rc2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.19_rc2.ebuild,v 
1.1 2014/12/29 11:23:29 mpagano Exp $

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

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

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

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

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

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

pkg_postinst() {
postinst_sources
}






[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: ChangeLog emacs-vcs-25.0.9999-r1.ebuild

2014-12-29 Thread Ulrich Mueller (ulm)
ulm 14/12/29 11:28:11

  Modified: ChangeLog emacs-vcs-25.0.-r1.ebuild
  Log:
  Install CONTRIBUTE file.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.179app-editors/emacs-vcs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   1 Dec 2014 23:23:11 -   1.178
+++ ChangeLog   29 Dec 2014 11:28:11 -  1.179
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/emacs-vcs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.178 
2014/12/01 23:23:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.179 
2014/12/29 11:28:11 ulm Exp $
+
+  29 Dec 2014; Ulrich Müller u...@gentoo.org emacs-vcs-25.0.-r1.ebuild:
+  Install CONTRIBUTE file.
 
 *emacs-vcs-25.0.50_pre20141130 (01 Dec 2014)
 



1.3  app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild

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

Index: emacs-vcs-25.0.-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emacs-vcs-25.0.-r1.ebuild   13 Nov 2014 12:55:24 -  1.2
+++ emacs-vcs-25.0.-r1.ebuild   29 Dec 2014 11:28:11 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild,v 
1.2 2014/11/13 12:55:24 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.-r1.ebuild,v 
1.3 2014/12/29 11:28:11 ulm Exp $
 
 EAPI=5
 
@@ -291,7 +291,7 @@
EOF
elisp-site-file-install ${T}/${SITEFILE} || die
 
-   dodoc README BUGS
+   dodoc README BUGS CONTRIBUTE
 
if use aqua; then
dodir /Applications/Gentoo






[gentoo-commits] gentoo-x86 commit in dev-python/rply: rply-0.7.3.ebuild ChangeLog

2014-12-29 Thread Dirkjan Ochtman (djc)
djc 14/12/29 11:56:51

  Modified: ChangeLog
  Added:rply-0.7.3.ebuild
  Log:
  Version bump rply to 0.7.3
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.6  dev-python/rply/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Apr 2014 06:52:17 -  1.5
+++ ChangeLog   29 Dec 2014 11:56:51 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/rply
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.5 2014/04/24 
06:52:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.6 2014/12/29 
11:56:51 djc Exp $
+
+*rply-0.7.3 (29 Dec 2014)
+
+  29 Dec 2014; Dirkjan Ochtman d...@gentoo.org +rply-0.7.3.ebuild:
+  Version bump rply to 0.7.3
 
   24 Apr 2014; Ian Delaney idel...@gentoo.org rply-0.7.2-r1.ebuild:
   Excluding failed tests under py3 subsequent to upstream issue rply/issues/26,



1.1  dev-python/rply/rply-0.7.3.ebuild

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

Index: rply-0.7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.7.3.ebuild,v 1.1 
2014/12/29 11:56:51 djc Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Pure python parser generator that also works with RPython
HOMEPAGE=https://github.com/alex/rply;
SRC_URI=https://github.com/alex/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

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

python_prepare() {
# https://github.com/alex/rply/issues/26; fail under py[3-4]
if python_is_python3; then
sed -e s':test_simple:_:' -e s':test_empty_production:_:' \
-i tests/test_parsergenerator.py
fi
distutils-r1_python_prepare
}

python_test() {
py.test || die Tests fail with ${EPYTHON}
}






[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-xwidget/

2014-12-29 Thread Ulrich Müller
commit: ce7ffa160d114dcc99fc881a608917000daccae6
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Mon Dec 29 12:34:08 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Mon Dec 29 12:34:08 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=ce7ffa16

app-editors/emacs-xwidget: Set a fake version number to avoid collisions with 
emacs-vcs.

Package-Manager: portage-2.2.15

---
 app-editors/emacs-xwidget/ChangeLog  | 3 +++
 app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs-xwidget/ChangeLog 
b/app-editors/emacs-xwidget/ChangeLog
index 28a0a5a..1cec23c 100644
--- a/app-editors/emacs-xwidget/ChangeLog
+++ b/app-editors/emacs-xwidget/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Dec 2014; Ulrich Müller u...@gentoo.org emacs-xwidget-25.0..ebuild:
+  Set a fake version number to avoid collisions with emacs-vcs.
+
 *emacs-xwidget-25.0. (29 Dec 2014)
 
   29 Dec 2014; Ulrich Müller u...@gentoo.org -emacs-xwidget-24.4..ebuild,

diff --git a/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild 
b/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
index 0cce171..7ae4df6 100644
--- a/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
+++ b/app-editors/emacs-xwidget/emacs-xwidget-25.0..ebuild
@@ -104,8 +104,8 @@ EMACS_SUFFIX=${PN/emacs/emacs-${SLOT}}
 SITEFILE=20${PN}-${SLOT}-gentoo.el
 
 src_prepare() {
-   # set a fake version number to avoid collisions between SLOTs
-   #sed -i -e /AC_INIT/s/\(24\.[0-9]*\)\.[0-9]*/\1.60/ configure.ac
+   # set a fake version number to avoid collisions with emacs-vcs
+   sed -i -e /AC_INIT/s/\(25\.[0-9]*\)\.[0-9]*/\1.60/ configure.ac
 
if [[ ${PV##*.} =  ]]; then
FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[ \t]*\([^ 
\t,)]*\).*/\1/p' \



[gentoo-commits] gentoo-x86 commit in x11-terms/mlterm: mlterm-3.4.1.ebuild ChangeLog

2014-12-29 Thread Akinori Hattori (hattya)
hattya  14/12/29 12:43:09

  Modified: ChangeLog
  Added:mlterm-3.4.1.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.103x11-terms/mlterm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   31 Oct 2014 11:48:26 -  1.102
+++ ChangeLog   29 Dec 2014 12:43:09 -  1.103
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/mlterm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.102 
2014/10/31 11:48:26 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.103 
2014/12/29 12:43:09 hattya Exp $
+
+*mlterm-3.4.1 (29 Dec 2014)
+
+  29 Dec 2014; Akinori Hattori hat...@gentoo.org +mlterm-3.4.1.ebuild:
+  new upstream release
 
 *mlterm-3.4.0 (31 Oct 2014)
 



1.1  x11-terms/mlterm/mlterm-3.4.1.ebuild

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

Index: mlterm-3.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/mlterm-3.4.1.ebuild,v 1.1 
2014/12/29 12:43:09 hattya Exp $

EAPI=5

inherit autotools-utils eutils

DESCRIPTION=A multi-lingual terminal emulator
HOMEPAGE=http://mlterm.sourceforge.net/;
SRC_URI=mirror://sourceforge/mlterm/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
IUSE=bidi cairo debug fcitx gtk ibus libssh2 m17n-lib nls regis scim 
static-libs uim utempter xft

RDEPEND=x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
bidi? ( dev-libs/fribidi )
cairo? ( x11-libs/cairo )
fcitx? ( app-i18n/fcitx )
gtk? ( x11-libs/gtk+ )
ibus? ( app-i18n/ibus )
libssh2? ( net-libs/libssh2 )
m17n-lib? ( dev-libs/m17n-lib )
nls? ( virtual/libintl )
regis? (
|| (
media-libs/sdl-ttf
media-libs/sdl2-ttf
)
)
scim? ( app-i18n/scim )
uim? ( app-i18n/uim )
utempter? ( sys-libs/libutempter )
xft? ( x11-libs/libXft )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

DOCS=( ChangeLog README doc/{en,ja} )

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

src_prepare() {
# default config
sed -i \
-e / icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/mlterm-icon.svg \
-e / scrollbar_view_name =/ascrollbar_view_name = sample \
etc/main

autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
--with-type-engines=xcore$(usex xft ,xft )$(usex cairo 
,cairo )
--enable-optimize-redrawing
--enable-vt52
$(use_enable bidi fribidi)
$(use_enable debug)
$(use_enable fcitx)
$(use_enable ibus)
$(use_enable libssh2 ssh2)
$(use_enable m17n-lib m17nlib)
$(use_enable nls)
$(use_enable scim)
$(use_enable uim)
$(use_enable utempter utmp)
)

local scrollbars=sample,extra
local tools=mlclient,mlcc,mlmenu,mlterm-zoom
if use gtk; then
myeconfargs+=(--with-imagelib=gdk-pixbuf)
if has_version x11-libs/gtk+:3; then
myeconfargs+=(--with-gtk=3.0)
fi
scrollbars+=,pixmap_engine
tools+=,mlconfig,mlimgloader
fi
if use regis; then
tools+=,registobmp
fi
myeconfargs+=(--with-scrollbars=${scrollbars})
myeconfargs+=(--with-tools=${tools})

addpredict /dev/ptmx
autotools-utils_src_configure
}

src_install () {
autotools-utils_src_install
docinto contrib/icon
dodoc contrib/icon/README

doicon contrib/icon/mlterm*
make_desktop_entry mlterm mlterm mlterm-icon System;TerminalEmulator
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/moneta: moneta-0.7.20.ebuild ChangeLog

2014-12-29 Thread Naohiro Aota (naota)
naota   14/12/29 12:45:10

  Modified: ChangeLog
  Added:moneta-0.7.20.ebuild
  Log:
  Add dev-ruby/moneta-0.7.20
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.9  dev-ruby/moneta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/moneta/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Apr 2014 23:29:32 -   1.8
+++ ChangeLog   29 Dec 2014 12:45:10 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/moneta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/moneta/ChangeLog,v 1.8 2014/04/05 
23:29:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/moneta/ChangeLog,v 1.9 2014/12/29 
12:45:10 naota Exp $
+
+*moneta-0.7.20 (29 Dec 2014)
+
+  29 Dec 2014; Naohiro Aota na...@gentoo.org +moneta-0.7.20.ebuild:
+  Add dev-ruby/moneta-0.7.20
 
   05 Apr 2014; Manuel Rüger mr...@gentoo.org moneta-0.6.0-r1.ebuild:
   Remove ree18 and ruby18 target.



1.1  dev-ruby/moneta/moneta-0.7.20.ebuild

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

Index: moneta-0.7.20.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/moneta/moneta-0.7.20.ebuild,v 1.1 
2014/12/29 12:45:10 naota Exp $

EAPI=4
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_RECIPE_TEST=none
# test is disabled for now. It requires many packages.

RUBY_FAKEGEM_EXTRADOC=README.md SPEC.md

inherit ruby-fakegem

GITHUB_USER=minad

DESCRIPTION=A unified interface to key/value stores
HOMEPAGE=http://github.com/minad/moneta;
SRC_URI=http://github.com/${GITHUB_USER}/moneta/tarball/v${PV} - ${P}.tgz

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

RUBY_S=${GITHUB_USER}-${PN}-*

# ruby_add_bdepend test? (
#   =dev-ruby/actionpack-3.2.11
#   )






[gentoo-commits] gentoo-x86 commit in media-libs/libsixel: libsixel-1.4.4.ebuild ChangeLog

2014-12-29 Thread Akinori Hattori (hattya)
hattya  14/12/29 12:46:00

  Modified: ChangeLog
  Added:libsixel-1.4.4.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.8  media-libs/libsixel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   29 Nov 2014 13:00:23 -  1.7
+++ ChangeLog   29 Dec 2014 12:46:00 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libsixel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.7 
2014/11/29 13:00:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.8 
2014/12/29 12:46:00 hattya Exp $
+
+*libsixel-1.4.4 (29 Dec 2014)
+
+  29 Dec 2014; Akinori Hattori hat...@gentoo.org +libsixel-1.4.4.ebuild:
+  new upstream release
 
 *libsixel-1.3.6 (29 Nov 2014)
 



1.1  media-libs/libsixel/libsixel-1.4.4.ebuild

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

Index: libsixel-1.4.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.4.4.ebuild,v 
1.1 2014/12/29 12:46:00 hattya Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=A lightweight, fast implementation of DEC SIXEL graphics codec
HOMEPAGE=https://github.com/saitoha/libsixel;
SRC_URI=https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT public-domain
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=curl gd gtk jpeg png zsh-completion

RDEPEND=curl? ( net-misc/curl )
gd? ( media-libs/gd )
gtk? ( x11-libs/gdk-pixbuf:2 )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng )
zsh-completion? ( app-shells/zsh )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
econf \
--with-bashcompletiondir=$(get_bashcompdir) \
$(use_with curl libcurl) \
$(use_with gd) \
$(use_with gtk gdk-pixbuf2) \
$(use_with jpeg) \
$(use_with png)
}

src_test() {
emake test
}

src_install() {
default

docompress -x /usr/share/doc/${PF}/images
dodoc -r images

use zsh-completion || rm -rf ${ED}/usr/share/zsh
}






[gentoo-commits] gentoo-x86 commit in net-misc/mikutter: mikutter-3.1.1.ebuild ChangeLog mikutter-3.1.0.ebuild

2014-12-29 Thread Naohiro Aota (naota)
naota   14/12/29 12:48:22

  Modified: ChangeLog
  Added:mikutter-3.1.1.ebuild
  Removed:  mikutter-3.1.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.46 net-misc/mikutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/mikutter/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   5 Dec 2014 13:10:40 -   1.45
+++ ChangeLog   29 Dec 2014 12:48:22 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/mikutter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/ChangeLog,v 1.45 
2014/12/05 13:10:40 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/ChangeLog,v 1.46 
2014/12/29 12:48:22 naota Exp $
+
+*mikutter-3.1.1 (29 Dec 2014)
+
+  29 Dec 2014; Naohiro Aota na...@gentoo.org +mikutter-3.1.1.ebuild,
+  -mikutter-3.1.0.ebuild:
+  version bump
 
 *mikutter-3.1.0 (05 Dec 2014)
 



1.1  net-misc/mikutter/mikutter-3.1.1.ebuild

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

Index: mikutter-3.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-3.1.1.ebuild,v 
1.1 2014/12/29 12:48:22 naota Exp $

EAPI=5

USE_RUBY=ruby20

inherit ruby-ng eutils

if [ ${PV} =  ]; then
EGIT_REPO_URI=git://toshia.dip.jp/mikutter.git
inherit git-2
KEYWORDS=
EGIT_SOURCEDIR=${WORKDIR}/all
else
MY_P=${PN}.${PV}
SRC_URI=http://mikutter.hachune.net/bin/${MY_P}.tar.gz;
KEYWORDS=~amd64
RUBY_S=${PN}
fi

DESCRIPTION=mikutter is simple, powerful and moeful twitter client
HOMEPAGE=http://mikutter.hachune.net/;

LICENSE=GPL-3
SLOT=0
IUSE=+libnotify sound

DEPEND=
RDEPEND=libnotify? ( x11-libs/libnotify )
sound? ( media-sound/alsa-utils )

ruby_add_rdepend dev-ruby/addressable
dev-ruby/bsearch
dev-ruby/delayer
dev-ruby/json
dev-ruby/memoize
=dev-ruby/moneta-0.7
=dev-ruby/oauth-0.4.7
dev-ruby/rcairo
=dev-ruby/ruby-gettext-3.0.1
=dev-ruby/ruby-gtk2-2.2.0
dev-ruby/ruby-hmac
dev-ruby/typed-array
virtual/ruby-ssl

all_ruby_unpack() {
if [ ${PV} =  ];then
git-2_src_unpack
else
default
fi
}

each_ruby_install() {
exeinto /usr/share/mikutter
doexe mikutter.rb
insinto /usr/share/mikutter
doins -r core plugin
exeinto /usr/bin
#if use ruby_targets_ruby21; then
#   sed -e 's/ruby19/ruby21/' ${FILESDIR}/mikutter
if use ruby_targets_ruby20; then
sed -e 's/ruby19/ruby20/' ${FILESDIR}/mikutter
else
die
fi | newexe - mikutter
dodoc README
make_desktop_entry mikutter Mikutter \
/usr/share/mikutter/core/skin/data/icon.png
}






[gentoo-commits] gentoo-x86 commit in dev-python/columnize: columnize-0.3.5-r1.ebuild ChangeLog columnize-0.3.5.ebuild columnize-0.3.3.ebuild columnize-0.3.4.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/29 12:52:31

  Modified: ChangeLog
  Added:columnize-0.3.5-r1.ebuild
  Removed:  columnize-0.3.5.ebuild columnize-0.3.3.ebuild
columnize-0.3.4.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/columnize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Aug 2014 21:09:00 -  1.7
+++ ChangeLog   29 Dec 2014 12:52:31 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/columnize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.7 
2014/08/10 21:09:00 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.8 
2014/12/29 12:52:31 idella4 Exp $
+
+*columnize-0.3.5-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney idel...@gentoo.org +columnize-0.3.5-r1.ebuild,
+  -columnize-0.3.3.ebuild, -columnize-0.3.4.ebuild, -columnize-0.3.5.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org columnize-0.3.3.ebuild,
   columnize-0.3.4.ebuild, columnize-0.3.5.ebuild:



1.1  dev-python/columnize/columnize-0.3.5-r1.ebuild

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

Index: columnize-0.3.5-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.5-r1.ebuild,v 1.1 
2014/12/29 12:52:31 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Format a simple (i.e. not nested) list into aligned columns
HOMEPAGE=http://code.google.com/p/pycolumnize/ 
http://pypi.python.org/pypi/columnize;
SRC_URI=http://pycolumnize.googlecode.com/files/${P}.tar.gz;

LICENSE=PSF-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

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

python_test() {
nosetests || die tests failed
}






[gentoo-commits] gentoo-x86 commit in sys-apps/sdparm: ChangeLog sdparm-1.09.ebuild

2014-12-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/29 12:56:00

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

Revision  ChangesPath
1.80 sys-apps/sdparm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   17 Oct 2014 01:43:23 -  1.79
+++ ChangeLog   29 Dec 2014 12:56:00 -  1.80
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/sdparm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.79 2014/10/17 
01:43:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.80 2014/12/29 
12:56:00 polynomial-c Exp $
+
+*sdparm-1.09 (29 Dec 2014)
+
+  29 Dec 2014; Lars Wendler polynomia...@gentoo.org +sdparm-1.09.ebuild:
+  Version bump.
 
   17 Oct 2014; Mike Frysinger vap...@gentoo.org sdparm-1.08-r1.ebuild:
   Drop redundant install of sas_disk_blink #523406 by Michał Bartoszkiewicz.



1.1  sys-apps/sdparm/sdparm-1.09.ebuild

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

Index: sdparm-1.09.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild,v 1.1 
2014/12/29 12:56:00 polynomial-c Exp $

EAPI=4

DESCRIPTION=Utility to output and modify parameters on a SCSI device, like 
hdparm
HOMEPAGE=http://sg.danny.cz/sg/sdparm.html;
SRC_URI=http://sg.danny.cz/sg/p/${P}.tgz;

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

# Older releases contain a conflicting sas_disk_blink
RDEPEND==sys-apps/sg3_utils-1.28
DEPEND=${RDEPEND}

DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )

src_configure() {
# sdparm ships with a local copy of this lib, but will use the system 
copy if it
# detects it (see the README file).  Force the use of the system lib.  
#479578
export ac_cv_lib_sgutils2_sg_ll_inquiry=yes
default
}

src_install() {
default

# These don't exist yet. Someone wanna copy hdparm's and make them 
work? :)
#newinitd ${FILESDIR}/sdparm-init-7 sdparm
#newconfd ${FILESDIR}/sdparm-conf.d.3 sdparm
}






[gentoo-commits] gentoo-x86 commit in dev-libs/poco/files: 1.4.6_p4-gentoo.patch

2014-12-29 Thread Thomas Sachau (tommy)
tommy   14/12/29 13:13:01

  Added:1.4.6_p4-gentoo.patch
  Log:
  Version bump, bug 508720
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x35899067)

Revision  ChangesPath
1.1  dev-libs/poco/files/1.4.6_p4-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/files/1.4.6_p4-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/files/1.4.6_p4-gentoo.patch?rev=1.1content-type=text/plain

Index: 1.4.6_p4-gentoo.patch
===
--- components  2012-11-18 16:56:59.0 +0100
+++ components  2012-12-06 12:29:07.779546771 +0100
@@ -1,14 +1,8 @@
-CppUnit
 Foundation
 XML
 Util
 Net
-Crypto
-NetSSL_OpenSSL
 Data
-Data/SQLite
-Data/ODBC
-Data/MySQL
 Zip
 PageCompiler
 PageCompiler/File2Page
--- Data/ODBC/ODBC.make 2014-04-18 13:41:55.0 +0200
+++ Data/ODBC/ODBC.make.new 2014-12-29 13:44:03.0 +0100
@@ -14,9 +14,9 @@
 ifeq (0, $(shell test -d /usr/lib/$(OSARCH)-linux-gnu; echo $$?))
 ODBCLIBDIR = /usr/lib/$(OSARCH)-linux-gnu
 else ifeq (0, $(shell test -d /usr/lib64; echo $$?))
-ODBCLIBDIR = /usr/lib64
+ODBCLIBDIR = /usr/$(LIBDIR)
 else 
-ODBCLIBDIR = /usr/lib
+ODBCLIBDIR = /usr/$(LIBDIR)
 endif
 endif
 
@@ -35,10 +35,10 @@
 # -DODBCVER=0x0300: SQLHandle declaration issue
 # -DNOMINMAX  : MIN/MAX macros defined in windows conflict with libstdc++
 CXXFLAGS += -DODBCVER=0x0300 -DNOMINMAX
-else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libodbc$(LIBLINKEXT); echo $$?))
+else ifeq (unixodbc, $(GENTOO_ODBC)
 SYSLIBS += -lodbc
 COMMONFLAGS += -DPOCO_UNIXODBC
-else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libiodbc$(LIBLINKEXT); echo $$?))
+else ifeq (unixodbc, $(GENTOO_ODBC))
 SYSLIBS += -liodbc -liodbcinst
 COMMONFLAGS += -DPOCO_IODBC -I/usr/include/iodbc
 else
--- Makefile2012-11-18 16:57:00.0 +0100
+++ Makefile2012-12-06 12:29:07.779546771 +0100
@@ -33,7 +33,7 @@
 
 install: libexecs
mkdir -p $(INSTALLDIR)/include/Poco
-   mkdir -p $(INSTALLDIR)/lib
+   mkdir -p $(INSTALLDIR)/$(LIBDIR)
mkdir -p $(INSTALLDIR)/bin
for comp in $(COMPONENTS) ; do \
if [ -d $(POCO_BASE)/$$comp/include ] ; then \
@@ -43,11 +43,11 @@
find $(POCO_BUILD)/$$comp/bin -perm -700 -type f -exec 
cp -f {} $(INSTALLDIR)/bin \; ; \
fi ; \
done
-   find $(POCO_BUILD)/lib -name libPoco* -type f -exec cp -f {} 
$(INSTALLDIR)/lib \;
-   find $(POCO_BUILD)/lib -name libPoco* -type l -exec cp -Rf {} 
$(INSTALLDIR)/lib \;
+   find $(POCO_BUILD)/$(LIBDIR) -name libPoco* -type f -exec cp -f {} 
$(INSTALLDIR)/$(LIBDIR) \;
+   find $(POCO_BUILD)/$(LIBDIR) -name libPoco* -type l -exec cp -Rf {} 
$(INSTALLDIR)/$(LIBDIR) \;
 
-libexecs =  Foundation-libexec XML-libexec Util-libexec Net-libexec 
Crypto-libexec NetSSL_OpenSSL-libexec Data-libexec Data/SQLite-libexec 
Data/ODBC-libexec Data/MySQL-libexec Zip-libexec PageCompiler-libexec 
PageCompiler/File2Page-libexec
-tests=  Foundation-tests XML-tests Util-tests Net-tests Crypto-tests 
NetSSL_OpenSSL-tests Data-tests Data/SQLite-tests Data/ODBC-tests 
Data/MySQL-tests Zip-tests
+libexecs =  Foundation-libexec XML-libexec Util-libexec Net-libexec 
Data-libexec Zip-libexec PageCompiler-libexec
+tests=  Foundation-tests XML-tests Util-tests Net-tests Data-tests 
Zip-tests
 samples  =  Foundation-samples XML-samples Util-samples Net-samples 
Crypto-samples NetSSL_OpenSSL-samples Data-samples Zip-samples 
PageCompiler-samples
 
 .PHONY: $(libexecs)






[gentoo-commits] gentoo-x86 commit in dev-libs/poco: poco-1.4.6_p4.ebuild ChangeLog

2014-12-29 Thread Thomas Sachau (tommy)
tommy   14/12/29 13:13:01

  Modified: ChangeLog
  Added:poco-1.4.6_p4.ebuild
  Log:
  Version bump, bug 508720
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x35899067)

Revision  ChangesPath
1.29 dev-libs/poco/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   10 Aug 2014 20:38:45 -  1.28
+++ ChangeLog   29 Dec 2014 13:13:01 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/poco
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.28 2014/08/10 
20:38:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.29 2014/12/29 
13:13:01 tommy Exp $
+
+*poco-1.4.6_p4 (29 Dec 2014)
+
+  29 Dec 2014; Thomas Sachau (Tommy[D]) to...@gentoo.org
+  +files/1.4.6_p4-gentoo.patch, +poco-1.4.6_p4.ebuild:
+  Version bump, bug 508720
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org poco-1.3.3_p1.ebuild,
   poco-1.3.6_p2.ebuild, poco-1.4.3_p1.ebuild, poco-1.4.5-r1.ebuild,



1.1  dev-libs/poco/poco-1.4.6_p4.ebuild

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

Index: poco-1.4.6_p4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.6_p4.ebuild,v 1.1 
2014/12/29 13:13:01 tommy Exp $

EAPI=5

inherit eutils toolchain-funcs flag-o-matic multilib versionator

MY_P=${P/_}
MY_DOCP=${PN}-$(get_version_component_range 1-3)-all-doc

DESCRIPTION=C++ class libraries to simplify the development of 
network-centric, portable applications
HOMEPAGE=http://pocoproject.org/;
SRC_URI=http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )
LICENSE=Boost-1.0
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=doc examples iodbc mysql odbc sqlite ssl test

DEPEND==dev-libs/libpcre-8.13
dev-libs/expat
sys-libs/zlib
mysql? ( virtual/mysql )
odbc? ( iodbc? ( dev-db/libiodbc )
!iodbc? ( dev-db/unixODBC ) )
ssl? ( dev-libs/openssl )
sqlite? ( dev-db/sqlite:3 )
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}-all

src_prepare() {
epatch \
${FILESDIR}/${PV}-gentoo.patch \
${FILESDIR}/poco-1.4.4-patch-for-libpcre-8.32.patch
}

src_configure() {
targets=libexecs
odbc=unixodbc

if use ssl; then
targets=${targets} NetSSL_OpenSSL-libexec Crypto-libexec
echo NetSSL_OpenSSL  components
echo Crypto  components
fi
if use odbc; then
targets=${targets} Data/ODBC-libexec
echo Data/ODBC  components
if use iodbc; then
append-flags -I/usr/include/iodbc
odbc=iodbc
fi
fi
if use sqlite; then
targets=${targets} Data/SQLite-libexec
echo Data/SQLite  components
fi
if use mysql; then
targets=${targets} Data/MySQL-libexec
echo Data/MySQL  components
fi

if use test; then
targets=${targets} cppunit tests
echo CppUnit  components
use ssl  targets=${targets} NetSSL_OpenSSL-tests 
Crypto-tests
use odbc  targets=${targets} Data/ODBC-tests
use sqlite  targets=${targets} Data/SQLite-tests
use mysql  targets=${targets} Data/MySQL-tests
fi

local myconf
use test || myconf=--no-tests
# not autoconf
./configure \
--no-samples ${myconf} \
--prefix=/usr \
--unbundled \
|| die configure failed

sed -i \
-e 's|-O2||g' \
-e s|CC  = .*|CC  = $(tc-getCC)| \
-e s|CXX = .*|CXX = $(tc-getCXX)| \
-e s|RANLIB  = .*|RANLIB  = $(tc-getRANLIB)| \
-e s|LIB = ar|LIB = $(tc-getAR)| \
-e s|STRIP   = .*|STRIP   = 

[gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.41_pre20140215-r1.ebuild ChangeLog

2014-12-29 Thread Anthony G. Basile (blueness)
blueness14/12/29 13:53:21

  Modified: ecb-2.41_pre20140215-r1.ebuild ChangeLog
  Log:
  Stable on ppc, bug #530530
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.6  app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?r1=1.5r2=1.6

Index: ecb-2.41_pre20140215-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ecb-2.41_pre20140215-r1.ebuild  26 Dec 2014 13:19:32 -  1.5
+++ ecb-2.41_pre20140215-r1.ebuild  29 Dec 2014 13:53:21 -  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/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.5 
2014/12/26 13:19:32 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.6 
2014/12/29 13:53:21 blueness Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=java
 
 DEPEND=!!app-emacs/cedet-2.0



1.62 app-emacs/ecb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   26 Dec 2014 13:19:32 -  1.61
+++ ChangeLog   29 Dec 2014 13:53:21 -  1.62
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/ecb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.61 2014/12/26 
13:19:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.62 2014/12/29 
13:53:21 blueness Exp $
+
+  29 Dec 2014; Anthony G. Basile bluen...@gentoo.org
+  ecb-2.41_pre20140215-r1.ebuild:
+  Stable on ppc, bug #530530
 
   26 Dec 2014; Agostino Sarubbo a...@gentoo.org 
ecb-2.41_pre20140215-r1.ebuild:
   Stable for x86, wrt bug #530530






[gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ChangeLog ecb-2.40-r2.ebuild

2014-12-29 Thread Ulrich Mueller (ulm)
ulm 14/12/29 14:08:42

  Modified: ChangeLog
  Removed:  ecb-2.40-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.63 app-emacs/ecb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   29 Dec 2014 13:53:21 -  1.62
+++ ChangeLog   29 Dec 2014 14:08:42 -  1.63
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/ecb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.62 2014/12/29 
13:53:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.63 2014/12/29 
14:08:42 ulm Exp $
+
+  29 Dec 2014; Ulrich Müller u...@gentoo.org -ecb-2.40-r2.ebuild,
+  -files/ecb-2.40-cedet-version.patch, -files/ecb-2.40-emacs-24.patch:
+  Remove old.
 
   29 Dec 2014; Anthony G. Basile bluen...@gentoo.org
   ecb-2.41_pre20140215-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emacs/ecb/files: ecb-2.40-cedet-version.patch ecb-2.40-emacs-24.patch

2014-12-29 Thread Ulrich Mueller (ulm)
ulm 14/12/29 14:08:42

  Removed:  ecb-2.40-cedet-version.patch
ecb-2.40-emacs-24.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)



[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox: metadata.xml ChangeLog virtualbox-4.3.20-r1.ebuild

2014-12-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/29 14:13:37

  Modified: metadata.xml ChangeLog
  Added:virtualbox-4.3.20-r1.ebuild
  Log:
  Make installation of udev rules optional (bug #532930). pax-mark some more 
files (bug #524202)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.9  app-emulation/virtualbox/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml9 Apr 2013 07:33:55 -   1.8
+++ metadata.xml29 Dec 2014 14:13:37 -  1.9
@@ -14,6 +14,7 @@
flag name='extensions'Install extension module packages/flag
flag name='headless'Build without any graphic frontend/flag
flag name='sdk'Enable building of SDK/flag
+   flag name='udev'Controls installation of special USB udev 
rules./flag
flag name='vboxwebsrv'Build and install the VirtualBox 
webservice/flag
 /use
 /pkgmetadata



1.196app-emulation/virtualbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?rev=1.196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?rev=1.196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?r1=1.195r2=1.196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   22 Dec 2014 13:11:58 -  1.195
+++ ChangeLog   29 Dec 2014 14:13:37 -  1.196
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/virtualbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.195 
2014/12/22 13:11:58 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.196 
2014/12/29 14:13:37 polynomial-c Exp $
+
+*virtualbox-4.3.20-r1 (29 Dec 2014)
+
+  29 Dec 2014; Lars Wendler polynomia...@gentoo.org
+  +virtualbox-4.3.20-r1.ebuild, metadata.xml:
+  Make installation of udev rules optional (bug #532930). pax-mark some more
+  files (bug #524202).
 
   22 Dec 2014; Lars Wendler polynomia...@gentoo.org
   -virtualbox-4.3.16.ebuild, virtualbox-4.3.18.ebuild,



1.1  app-emulation/virtualbox/virtualbox-4.3.20-r1.ebuild

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

Index: virtualbox-4.3.20-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.3.20-r1.ebuild,v 
1.1 2014/12/29 14:13:37 polynomial-c Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit eutils fdo-mime flag-o-matic java-pkg-opt-2 linux-info multilib 
pax-utils python-single-r1 qt4-r2 toolchain-funcs udev

MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=VirtualBox-${MY_PV}
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2

http://dev.gentoo.org/~polynomial-c/${PN}/patchsets/${PN}-4.3.16-patches-01.tar.xz;
S=${WORKDIR}/${MY_P}

DESCRIPTION=Family of powerful x86 virtualization products for enterprise as 
well as home use
HOMEPAGE=http://www.virtualbox.org/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+additions alsa doc extensions headless java pam pulseaudio +opengl 
python +qt4 +sdk +udev vboxwebsrv vnc

RDEPEND=!app-emulation/virtualbox-bin
~app-emulation/virtualbox-modules-${PV}
dev-libs/libIDL
=dev-libs/libxslt-1.1.19
net-misc/curl
dev-libs/openssl
dev-libs/libxml2
media-libs/libpng
media-libs/libvpx
sys-libs/zlib
!headless? (
qt4? (
dev-qt/qtgui:4
dev-qt/qtcore:4
opengl? ( dev-qt/qtopengl:4 )
x11-libs/libXinerama
)
opengl? ( virtual/opengl media-libs/freeglut )
x11-libs/libX11

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

2014-12-29 Thread Ulrich Mueller (ulm)
ulm 14/12/29 14:14:57

  Modified: package.mask ChangeLog
  Log:
  Mask app-emacs/cedet for removal.

Revision  ChangesPath
1.16250  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16249
retrieving revision 1.16250
diff -u -r1.16249 -r1.16250
--- package.mask29 Dec 2014 08:42:07 -  1.16249
+++ package.mask29 Dec 2014 14:14:56 -  1.16250
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16249 2014/12/29 
08:42:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16250 2014/12/29 
14:14:56 ulm Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller u...@gentoo.org (29 Dec 2014)
+# Does not compile with Emacs 24.4 or later.
+# Use the CEDET included with Emacs instead.
+# Masked for removal in 30 days, bug 529298.
+app-emacs/cedet
+
 # Ian Delaney idel...@gentoo.org (29 Dec 2014)
 # Initial maintainer left, added as a support to kombu however
 # appears to have never been used. Has no revdeps.



1.9651   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9650
retrieving revision 1.9651
diff -u -r1.9650 -r1.9651
--- ChangeLog   29 Dec 2014 08:42:07 -  1.9650
+++ ChangeLog   29 Dec 2014 14:14:56 -  1.9651
@@ -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.9650 2014/12/29 
08:42:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9651 2014/12/29 
14:14:56 ulm 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!
 
+  29 Dec 2014; Ulrich Müller u...@gentoo.org package.mask:
+  Mask app-emacs/cedet for removal.
+
   29 Dec 2014; Ian Delaney idel...@gentoo.org package.mask:
   Masked dev-python/cl for removal in 30 days.
 






[gentoo-commits] gentoo-x86 commit in media-video/mpv: ChangeLog mpv-0.7.2.ebuild mpv-9999.ebuild mpv-0.6.1.ebuild mpv-0.7.0.ebuild

2014-12-29 Thread Yixun Lan (dlan)
dlan14/12/29 14:15:58

  Modified: ChangeLog mpv-.ebuild
  Added:mpv-0.7.2.ebuild
  Removed:  mpv-0.6.1.ebuild mpv-0.7.0.ebuild
  Log:
  version bump, bug #533780, proxy for maintainer, thanks Nikoli
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.110media-video/mpv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   12 Dec 2014 10:38:18 -  1.109
+++ ChangeLog   29 Dec 2014 14:15:58 -  1.110
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.109 
2014/12/12 10:38:18 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.110 
2014/12/29 14:15:58 dlan Exp $
+
+*mpv-0.7.2 (29 Dec 2014)
+
+  29 Dec 2014; Yixun Lan d...@gentoo.org -mpv-0.6.1.ebuild,
+  -mpv-0.7.0.ebuild, +mpv-0.7.2.ebuild, mpv-.ebuild:
+  version bump, bug #533780, proxy for maintainer, thanks Nikoli
 
   12 Dec 2014; Sergey Popov pinkb...@gentoo.org metadata.xml:
   USE='vaapi' is now global, removing it's description from metadata



1.62 media-video/mpv/mpv-.ebuild

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

Index: mpv-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- mpv-.ebuild 5 Dec 2014 18:33:22 -   1.61
+++ mpv-.ebuild 29 Dec 2014 14:15:58 -  1.62
@@ -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/mpv/mpv-.ebuild,v 1.61 
2014/12/05 18:33:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v 1.62 
2014/12/29 14:15:58 dlan Exp $
 
 EAPI=5
 
@@ -65,7 +65,7 @@
xscreensaver? ( x11-libs/libXScrnSaver )
xv? ( x11-libs/libXv )
)
-   alsa? ( media-libs/alsa-lib )
+   alsa? ( =media-libs/alsa-lib-1.0.18 )
bluray? ( =media-libs/libbluray-0.3.0 )
bs2b? ( media-libs/libbs2b )
cdio? (



1.1  media-video/mpv/mpv-0.7.2.ebuild

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

Index: mpv-0.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild,v 1.1 
2014/12/29 14:15:58 dlan Exp $

EAPI=5

EGIT_REPO_URI=https://github.com/mpv-player/mpv.git;

inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
[[ ${PV} == ** ]]  inherit git-r3

WAF_V=1.8.1

DESCRIPTION=Video player based on MPlayer/mplayer2
HOMEPAGE=http://mpv.io/;
SRC_URI=http://ftp.waf.io/pub/release/waf-${WAF_V};
[[ ${PV} == ** ]] || \
SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2
SLOT=0
[[ ${PV} == ** ]] || \
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
IUSE=+alsa bluray bs2b cdio +cli -doc-pdf dvb +dvd dvdnav egl +enca encode
+iconv jack -joystick jpeg ladspa lcms +libass libcaca libguess libmpv lirc lua
luajit +mpg123 -openal +opengl oss -portaudio postproc pulseaudio pvr samba -sdl
selinux v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv

REQUIRED_USE=
|| ( cli libmpv )
dvdnav? ( dvd )
egl? ( opengl X )
enca? ( iconv )
lcms? ( opengl )
libguess? ( iconv )
luajit? ( lua )
opengl? ( || ( wayland X ) )
pvr? ( v4l )
vaapi? ( X )
vdpau? ( X )
wayland? ( opengl )
xinerama? ( X )
xscreensaver? ( X )
xv? ( X )


RDEPEND=
|| (

[gentoo-commits] gentoo-x86 commit in net-misc/midentd: midentd-2.3.1-r1.ebuild ChangeLog

2014-12-29 Thread Pacho Ramos (pacho)
pacho   14/12/29 14:19:01

  Modified: midentd-2.3.1-r1.ebuild ChangeLog
  Log:
  HOMEPAGE dead for a long time (#533784 by Jonas Stein)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  net-misc/midentd/midentd-2.3.1-r1.ebuild

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

Index: midentd-2.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- midentd-2.3.1-r1.ebuild 4 Dec 2006 02:30:15 -   1.6
+++ midentd-2.3.1-r1.ebuild 29 Dec 2014 14:19:01 -  1.7
@@ -1,33 +1,33 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v 
1.6 2006/12/04 02:30:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v 
1.7 2014/12/29 14:19:01 pacho Exp $
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION=ident daemon with masquerading and fake replies support
-HOMEPAGE=http://panorama.sth.ac.at/midentd/;
-SRC_URI=http://panorama.sth.ac.at/midentd/files/${P}.tar.gz;
+HOMEPAGE=https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=mirror://gentoo/${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~sparc x86
 IUSE=
 
+DEPEND=
 RDEPEND=dev-lang/perl
 
-src_unpack() {
-   unpack ${A}
-   cd ${S}
+src_prepare() {
epatch ${FILESDIR}/${PV}-pidfile.patch
sed -i \
-e 's:/usr/local:/usr:' \
-e 's:service ident:service auth:' \
-e 's:disable = no:disable = yes:' \
-   midentd.xinetd
+   midentd.xinetd || die
 }
 
 src_install() {
-   dosbin midentd midentd.logcycle || die
+   dosbin midentd midentd.logcycle
 
insinto /etc/xinetd.d
newins midentd.xinetd midentd



1.8  net-misc/midentd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 May 2007 19:45:45 -  1.7
+++ ChangeLog   29 Dec 2014 14:19:01 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/midentd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v 1.7 2007/05/14 
19:45:45 bangert Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v 1.8 2014/12/29 
14:19:01 pacho Exp $
+
+  29 Dec 2014; Pacho Ramos pa...@gentoo.org midentd-2.3.1-r1.ebuild:
+  HOMEPAGE dead for a long time (#533784 by Jonas Stein)
 
   14 May 2007; Thilo Bangert bang...@gentoo.org metadata.xml:
   add herdno-herd/herd






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

2014-12-29 Thread Karol Herbst
commit: c2f814f4b06f244c94c3960b7f143773fb6dfab6
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Mon Dec 29 14:27:29 2014 +
Commit: Karol Herbst git AT karolherbst DOT de
CommitDate: Mon Dec 29 14:27:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c2f814f4

[kde-misc/kaccounts-providers] telepathy-connection-managers uses another USE 
flag for xmpp support now

---
 kde-misc/kaccounts-providers/kaccounts-providers-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild 
b/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild
index 6df3f0d..b255e6f 100644
--- a/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild
+++ b/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild
@@ -15,7 +15,7 @@ IUSE=telepathy
 
 DEPEND=
 RDEPEND=
-   telepathy? ( net-im/telepathy-connection-managers[jabber] )
+   telepathy? ( net-im/telepathy-connection-managers[xmpp] )
net-libs/signon-ui
net-libs/signon-oauth2
 



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

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 15:15:56

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

Revision  ChangesPath
1.142app-misc/gentoo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   19 Jan 2014 11:57:20 -  1.141
+++ ChangeLog   29 Dec 2014 15:15:56 -  1.142
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/gentoo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.141 
2014/01/19 11:57:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.142 
2014/12/29 15:15:56 jer Exp $
+
+*gentoo-0.20.5 (29 Dec 2014)
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org +gentoo-0.20.5.ebuild:
+  Version bump.
 
   19 Jan 2014; Jeroen Roovers j...@gentoo.org -gentoo-0.19.13.ebuild,
   -gentoo-0.20.1.ebuild, -gentoo-0.20.3.ebuild:



1.1  app-misc/gentoo/gentoo-0.20.5.ebuild

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

Index: gentoo-0.20.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.20.5.ebuild,v 1.1 
2014/12/29 15:15:56 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=A modern GTK+ based filemanager for any WM
HOMEPAGE=http://www.obsession.se/gentoo/ http://gentoo.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=nls

RDEPEND=
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/pango

DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )


DOCS=(
AUTHORS BUGS CONFIG-CHANGES CREDITS NEWS README TODO 
docs/{FAQ,menus.txt}
)

src_prepare() {
sed -i \
-e 's^icons/gnome/16x16/mimetypes^gentoo/icons^' \
gentoorc.in || die
sed -i \
-e '/GTK_DISABLE_DEPRECATED/d' \
-e '/^GENTOO_CFLAGS=/s|.*|${CFLAGS}|g' \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die #357343
eautoreconf
}

src_configure() {
econf \
--sysconfdir=/etc/gentoo \
$(use_enable nls)
}

src_install() {
default

dohtml -r docs/{images,config,*.{html,css}}
newman docs/gentoo.1x gentoo.1
docinto scratch
dodoc docs/scratch/*

make_desktop_entry ${PN} Gentoo \
/usr/share/${PN}/icons/${PN}.png \
System;FileTools;FileManager
}






[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy: sqlalchemy-0.7.10.ebuild ChangeLog

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:00:18

  Modified: sqlalchemy-0.7.10.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530600).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild?r1=1.5r2=1.6

Index: sqlalchemy-0.7.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sqlalchemy-0.7.10.ebuild31 Oct 2013 05:11:28 -  1.5
+++ sqlalchemy-0.7.10.ebuild29 Dec 2014 16:00:18 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.5 
2013/10/31 05:11:28 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.6 
2014/12/29 16:00:18 jer Exp $
 
 EAPI=5
 # py3 appears underdone, 
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples firebird mssql mysql postgres +sqlite test
 
 RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.141dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   27 Dec 2014 19:26:40 -  1.140
+++ ChangeLog   29 Dec 2014 16:00:18 -  1.141
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.140 
2014/12/27 19:26:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.141 
2014/12/29 16:00:18 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org sqlalchemy-0.7.10.ebuild:
+  Stable for HPPA (bug #530600).
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org sqlalchemy-0.9.8.ebuild:
   Stable for amd64, wrt bug #530600






[gentoo-commits] gentoo-x86 commit in app-crypt/signing-party: signing-party-1.1.11-r1.ebuild ChangeLog signing-party-1.1.11.ebuild signing-party-1.1.9.ebuild

2014-12-29 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/29 16:00:36

  Modified: ChangeLog
  Added:signing-party-1.1.11-r1.ebuild
  Removed:  signing-party-1.1.11.ebuild
signing-party-1.1.9.ebuild
  Log:
  Fix dynamic running autotools, bug#533916
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.49 app-crypt/signing-party/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/signing-party/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/signing-party/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/signing-party/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/signing-party/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   21 Dec 2014 16:32:02 -  1.48
+++ ChangeLog   29 Dec 2014 16:00:36 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/signing-party
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/signing-party/ChangeLog,v 1.48 
2014/12/21 16:32:02 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/signing-party/ChangeLog,v 1.49 
2014/12/29 16:00:36 alonbl Exp $
+
+*signing-party-1.1.11-r1 (29 Dec 2014)
+
+  29 Dec 2014; Alon Bar-Lev alo...@gentoo.org 
+signing-party-1.1.11-r1.ebuild,
+  -signing-party-1.1.11.ebuild, -signing-party-1.1.9.ebuild:
+  Fix dynamic running autotools, bug#533916
 
 *signing-party-1.1.11 (21 Dec 2014)
 



1.1  app-crypt/signing-party/signing-party-1.1.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/signing-party/signing-party-1.1.11-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/signing-party/signing-party-1.1.11-r1.ebuild?rev=1.1content-type=text/plain

Index: signing-party-1.1.11-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/signing-party/signing-party-1.1.11-r1.ebuild,v
 1.1 2014/12/29 16:00:36 alonbl Exp $

EAPI=5

inherit eutils toolchain-funcs autotools

DESCRIPTION=A collection of several tools related to OpenPGP
HOMEPAGE=http://pgp-tools.alioth.debian.org/;
SRC_URI=mirror://debian/pool/main/s/signing-party/${PN}_${PV}.orig.tar.gz

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

DEPEND=dev-lang/perl
RDEPEND=${DEPEND}
=app-crypt/gnupg-1.3.92
dev-perl/GnuPG-Interface
dev-perl/text-template
dev-perl/MIME-tools
net-mail/qprint
=dev-perl/MailTools-1.62
dev-perl/Net-IDN-Encode
virtual/mailx
virtual/mta
|| (
dev-perl/libintl-perl
dev-perl/Text-Iconv
app-text/recode
)
S=$WORKDIR

src_prepare() {
# app-crypt/keylookup
rm -r keylookup || die
# media-gfx/springgraph
rm -r springgraph || die

cd keyanalyze/pgpring
mv configure.in configure.ac
sed -i 's/AM_C_PROTOTYPES//' configure.ac || die
eautoreconf
cd ${WORKDIR}

find . -name Makefile | xargs sed -i -e 's/CFLAGS:=/CFLAGS=/' -e 
's/CPPFLAGS:=/CPPFLAGS=/' -e 's/LDFLAGS:=/LDFLAGS=/'

sed -i 
s:/usr/share/doc/signing-party/caff/caffrc.sample:${EPREFIX}/usr/share/doc/${P}/caff/caffrc.sample.gz:g
 \
caff/caff || die
sed -i -e 's/automake[^ ]*/true/g' -e 's/autoconf[^ ]*/true/g' 
keyanalyze/Makefile || die
sed -i 's/make /\$(MAKE) /' keyanalyze/Makefile || die
sed -i 
s|:/usr/share/signing-party|:${EPREFIX}/usr/share/signing-party| \
gpgsigs/gpgsigs || die
}

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

src_install() {
# Check Makefile when a new tool is introduced to this package.
# caff
dobin caff/caff caff/pgp-clean caff/pgp-fixkey
docinto caff
dodoc caff/{README*,THANKS,TODO,caffrc.sample}
# gpgdir
dobin gpgdir/gpgdir
docinto gpgdir
dodoc gpgdir/{VERSION,LICENSE,README,INSTALL,CREDITS,ChangeLog*}
# gpg-key2ps
dobin gpg-key2ps/gpg-key2ps
docinto gpg-key2ps
dodoc gpg-key2ps/README
# gpglist
dobin gpglist/gpglist
# gpg-mailkeys
dobin gpg-mailkeys/gpg-mailkeys
docinto gpg-mailkeys
dodoc gpg-mailkeys/{example.gpg-mailkeysrc,README}
# gpgparticipants
dobin 

[gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.4.0-r1.ebuild

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:03:27

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

Revision  ChangesPath
1.70 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   17 Sep 2014 19:37:03 -  1.69
+++ ChangeLog   29 Dec 2014 16:03:27 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/decorator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.69 
2014/09/17 19:37:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.70 
2014/12/29 16:03:27 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org decorator-3.4.0-r1.ebuild:
+  Stable for HPPA (bug #530600).
 
   17 Sep 2014; Markos Chandras hwoar...@gentoo.org decorator-3.4.0-r1.ebuild:
   Add ~mips



1.10 dev-python/decorator/decorator-3.4.0-r1.ebuild

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

Index: decorator-3.4.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- decorator-3.4.0-r1.ebuild   17 Sep 2014 19:37:03 -  1.9
+++ decorator-3.4.0-r1.ebuild   29 Dec 2014 16:03:27 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.9 
2014/09/17 19:37:03 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.10 
2014/12/29 16:03:27 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.7.2-r1.ebuild ChangeLog

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:04:03

  Modified: sqlalchemy-migrate-0.7.2-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530600).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  
dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild?r1=1.5r2=1.6

Index: sqlalchemy-migrate-0.7.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sqlalchemy-migrate-0.7.2-r1.ebuild  27 Oct 2014 02:42:11 -  1.5
+++ sqlalchemy-migrate-0.7.2-r1.ebuild  29 Dec 2014 16:04:03 -  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/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v
 1.5 2014/10/27 02:42:11 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v
 1.6 2014/12/29 16:04:03 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 IUSE=
 
 DEPEND=dev-python/decorator[${PYTHON_USEDEP}]



1.40 dev-python/sqlalchemy-migrate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   21 Nov 2014 01:38:10 -  1.39
+++ ChangeLog   29 Dec 2014 16:04:03 -  1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sqlalchemy-migrate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 
1.39 2014/11/21 01:38:10 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 
1.40 2014/12/29 16:04:03 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org
+  sqlalchemy-migrate-0.7.2-r1.ebuild:
+  Stable for HPPA (bug #530600).
 
 *sqlalchemy-migrate-0.9.1 (21 Nov 2014)
 






[gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/

2014-12-29 Thread Michael Palimaka
commit: f8d338a31400b05dcce6fc75c19f2fbacf92d335
Author: Gustaw Smolarczyk wielkiegie AT gmail DOT com
AuthorDate: Sat Dec 27 14:44:54 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec 29 16:05:44 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f8d338a3

[dev-util/kdevplatform] Fix 4. ebuild.

---
 dev-util/kdevplatform/kdevplatform-4..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/kdevplatform/kdevplatform-4..ebuild 
b/dev-util/kdevplatform/kdevplatform-4..ebuild
index 6b88857..aa8f43e 100644
--- a/dev-util/kdevplatform/kdevplatform-4..ebuild
+++ b/dev-util/kdevplatform/kdevplatform-4..ebuild
@@ -11,6 +11,7 @@ pt_BR ru sk sl sv th uk zh_CN zh_TW
 VIRTUALDBUS_TEST=true
 VIRTUALX_REQUIRED=test
 EGIT_REPONAME=${PN}
+EGIT_BRANCH=1.7
 inherit kde4-base
 
 DESCRIPTION=KDE development support libraries and apps



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

2014-12-29 Thread Michael Palimaka
commit: 30c12dc6b7e82ad6d1247e7993b7ab89ab3fb7df
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sat Dec 27 19:57:17 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec 29 16:06:59 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30c12dc6

[kde-plasma/plasma-nm] Update dependency (libnm-qt → networkmanager-qt)

Package-Manager: portage-2.2.15

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index db571f0..96bbb7d 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -29,7 +29,7 @@ DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep libnm-qt 'teamd=')
+   $(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
dev-qt/qtdbus:5



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

2014-12-29 Thread Michael Palimaka
commit: 068fea8ce0458fb616338a384769bc000b7ab20b
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sat Dec 27 19:53:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec 29 16:06:59 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=068fea8c

[kde-frameworks/networkmanager-qt] Renamed from 'libnm-qt'

Package-Manager: portage-2.2.15

---
 kde-frameworks/networkmanager-qt/metadata.xml  |  8 +++
 .../networkmanager-qt-.ebuild  | 27 ++
 2 files changed, 35 insertions(+)

diff --git a/kde-frameworks/networkmanager-qt/metadata.xml 
b/kde-frameworks/networkmanager-qt/metadata.xml
new file mode 100644
index 000..7aa99ba
--- /dev/null
+++ b/kde-frameworks/networkmanager-qt/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdkde/herd
+   use
+   flag name=teamdEnable Teamd control support/flag
+   /use
+/pkgmetadata

diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-.ebuild 
b/kde-frameworks/networkmanager-qt/networkmanager-qt-.ebuild
new file mode 100644
index 000..222654f
--- /dev/null
+++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=NetworkManager bindings for Qt
+LICENSE=LGPL-2
+KEYWORDS=
+IUSE=teamd
+
+RDEPEND=
+   dev-qt/qtdbus:5
+   dev-qt/qtnetwork:5
+   || (
+   =net-misc/networkmanager-0.9.10.0[consolekit,teamd=]
+   =net-misc/networkmanager-0.9.10.0[systemd,teamd=]
+   )
+   !kde-frameworks/libnm-qt
+   !kde-plasma/libnm-qt
+   !net-libs/libnm-qt
+
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+



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

2014-12-29 Thread Michael Palimaka
commit: 6d916bf97bb3ffab3fc0eda8840aa296941f69f2
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sat Dec 27 19:58:30 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec 29 16:06:59 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6d916bf9

[sets] Rename 'kde-frameworks/libnm-qt' to 'kde-frameworks/networkmanager-qt'

---
 sets/kde-frameworks-live | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index 2b55659..a6aadae 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -54,7 +54,7 @@
 ~kde-frameworks/kwidgetsaddons-
 ~kde-frameworks/kwindowsystem-
 ~kde-frameworks/kxmlgui-
-~kde-frameworks/libnm-qt-
+~kde-frameworks/networkmanager-qt-
 ~kde-frameworks/plasma-
 ~kde-frameworks/solid-
 ~kde-frameworks/sonnet-



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

2014-12-29 Thread Michael Palimaka
commit: 8afa69cfd0004d918bfe6344455c9fa9192d4e91
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sat Dec 27 19:55:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec 29 16:06:58 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8afa69cf

[kde-frameworks/libnm-qt] Renamed to 'networkmanager-qt'

---
 kde-frameworks/libnm-qt/libnm-qt-.ebuild | 25 -
 kde-frameworks/libnm-qt/metadata.xml |  8 
 2 files changed, 33 deletions(-)

diff --git a/kde-frameworks/libnm-qt/libnm-qt-.ebuild 
b/kde-frameworks/libnm-qt/libnm-qt-.ebuild
deleted file mode 100644
index d42acc8..000
--- a/kde-frameworks/libnm-qt/libnm-qt-.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION=NetworkManager bindings for Qt
-LICENSE=LGPL-2
-KEYWORDS=
-IUSE=teamd
-
-RDEPEND=
-   dev-qt/qtdbus:5
-   dev-qt/qtnetwork:5
-   || (
-   =net-misc/networkmanager-0.9.10.0[consolekit,teamd=]
-   =net-misc/networkmanager-0.9.10.0[systemd,teamd=]
-   )
-   !net-libs/libnm-qt
-
-DEPEND=${RDEPEND}
-   virtual/pkgconfig
-

diff --git a/kde-frameworks/libnm-qt/metadata.xml 
b/kde-frameworks/libnm-qt/metadata.xml
deleted file mode 100644
index 7aa99ba..000
--- a/kde-frameworks/libnm-qt/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   herdkde/herd
-   use
-   flag name=teamdEnable Teamd control support/flag
-   /use
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in media-libs/vigra: vigra-1.8.0.ebuild ChangeLog vigra-1.8.0-r1.ebuild vigra-1.9.0.ebuild vigra-1.10.0.ebuild

2014-12-29 Thread Andreas HAttel (dilfridge)
dilfridge14/12/29 16:32:04

  Modified: vigra-1.8.0.ebuild ChangeLog vigra-1.8.0-r1.ebuild
vigra-1.9.0.ebuild vigra-1.10.0.ebuild
  Log:
  Add slot operator to hdf5 dependency
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.5  media-libs/vigra/vigra-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild?r1=1.4r2=1.5

Index: vigra-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vigra-1.8.0.ebuild  11 Apr 2013 17:35:21 -  1.4
+++ vigra-1.8.0.ebuild  29 Dec 2014 16:32:04 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild,v 1.4 
2013/04/11 17:35:21 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0.ebuild,v 1.5 
2014/12/29 16:32:04 dilfridge Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 RDEPEND=
=dev-libs/boost-1.40[python?]
fftw? ( sci-libs/fftw:3.0 )
-   hdf5? ( sci-libs/hdf5 )
+   hdf5? ( sci-libs/hdf5:= )
jpeg? ( virtual/jpeg )
openexr? ( media-libs/openexr:= )
png? ( media-libs/libpng:0= )



1.68 media-libs/vigra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   8 Nov 2014 12:17:42 -   1.67
+++ ChangeLog   29 Dec 2014 16:32:04 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/vigra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v 1.67 
2014/11/08 12:17:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v 1.68 
2014/12/29 16:32:04 dilfridge Exp $
+
+  29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org vigra-1.8.0.ebuild,
+  vigra-1.8.0-r1.ebuild, vigra-1.9.0.ebuild, vigra-1.10.0.ebuild:
+  Add slot operator to hdf5 dependency
 
   08 Nov 2014; Agostino Sarubbo a...@gentoo.org vigra-1.9.0.ebuild:
   Stable for ppc/ppc64/x86, wrt bug #526352



1.3  media-libs/vigra/vigra-1.8.0-r1.ebuild

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

Index: vigra-1.8.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vigra-1.8.0-r1.ebuild   28 Apr 2013 15:42:20 -  1.2
+++ vigra-1.8.0-r1.ebuild   29 Dec 2014 16:32:04 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0-r1.ebuild,v 
1.2 2013/04/28 15:42:20 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0-r1.ebuild,v 
1.3 2014/12/29 16:32:04 dilfridge Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 RDEPEND=dev-lang/python:2.7
=dev-libs/boost-1.52.0-r6[python?,${PYTHON_USEDEP}]
fftw? ( sci-libs/fftw:3.0 )
-   hdf5? ( sci-libs/hdf5 )
+   hdf5? ( sci-libs/hdf5:= )
jpeg? ( virtual/jpeg )
openexr? ( media-libs/openexr:= )
png? ( media-libs/libpng:0= )



1.7  media-libs/vigra/vigra-1.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vigra/vigra-1.9.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vigra/vigra-1.9.0.ebuild?rev=1.7content-type=text/plain
diff : 

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

2014-12-29 Thread Andreas HAttel (dilfridge)
dilfridge14/12/29 16:33:58

  Modified: ChangeLog
  Removed:  vigra-1.8.0.ebuild vigra-1.8.0-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.69 media-libs/vigra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   29 Dec 2014 16:32:04 -  1.68
+++ ChangeLog   29 Dec 2014 16:33:58 -  1.69
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/vigra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v 1.68 
2014/12/29 16:32:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/ChangeLog,v 1.69 
2014/12/29 16:33:58 dilfridge Exp $
+
+  29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org -vigra-1.8.0.ebuild,
+  -vigra-1.8.0-r1.ebuild:
+  Drop old
 
   29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org vigra-1.8.0.ebuild,
   vigra-1.8.0-r1.ebuild, vigra-1.9.0.ebuild, vigra-1.10.0.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/obmenu: ChangeLog obmenu-1.0-r1.ebuild

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:36:05

  Modified: ChangeLog
  Added:obmenu-1.0-r1.ebuild
  Log:
  Migrate to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.12 x11-misc/obmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obmenu/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Oct 2013 15:12:48 -  1.11
+++ ChangeLog   29 Dec 2014 16:36:05 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/obmenu
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu/ChangeLog,v 1.11 2013/10/19 
15:12:48 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu/ChangeLog,v 1.12 2014/12/29 
16:36:05 jer Exp $
+
+*obmenu-1.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org +obmenu-1.0-r1.ebuild:
+  Migrate to distutils-r1.
 
   19 Oct 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due desktop-wm removal



1.1  x11-misc/obmenu/obmenu-1.0-r1.ebuild

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

Index: obmenu-1.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu/obmenu-1.0-r1.ebuild,v 1.1 
2014/12/29 16:36:05 jer Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Menu editor designed for openbox
HOMEPAGE=http://obmenu.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd

RDEPEND=dev-python/pygtk






[gentoo-commits] gentoo-x86 commit in dev-libs/geoip: geoip-1.6.3.ebuild ChangeLog

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:58:58

  Modified: geoip-1.6.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #533668).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-libs/geoip/geoip-1.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild?r1=1.5r2=1.6

Index: geoip-1.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geoip-1.6.3.ebuild  28 Dec 2014 10:22:27 -  1.5
+++ geoip-1.6.3.ebuild  29 Dec 2014 16:58:58 -  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/dev-libs/geoip/geoip-1.6.3.ebuild,v 1.5 
2014/12/28 10:22:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild,v 1.6 
2014/12/29 16:58:58 jer Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -14,7 +14,7 @@
 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
 LICENSE=LGPL-2.1 GPL-2 MaxMind2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
 IUSE=static-libs
 RESTRICT=test
 



1.238dev-libs/geoip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   28 Dec 2014 10:22:27 -  1.237
+++ ChangeLog   29 Dec 2014 16:58:58 -  1.238
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/geoip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.237 2014/12/28 
10:22:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.238 2014/12/29 
16:58:58 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org geoip-1.6.3.ebuild:
+  Stable for HPPA (bug #533668).
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org geoip-1.6.3.ebuild:
   Stable for x86, wrt bug #533668






[gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.1.0.ebuild

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 16:58:51

  Modified: ChangeLog geoipupdate-2.1.0.ebuild
  Log:
  Stable for HPPA (bug #533668).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.33 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   28 Dec 2014 10:22:31 -  1.32
+++ ChangeLog   29 Dec 2014 16:58:51 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/geoipupdate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.32 
2014/12/28 10:22:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.33 
2014/12/29 16:58:51 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org geoipupdate-2.1.0.ebuild:
+  Stable for HPPA (bug #533668).
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org geoipupdate-2.1.0.ebuild:
   Stable for x86, wrt bug #533668



1.4  net-misc/geoipupdate/geoipupdate-2.1.0.ebuild

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

Index: geoipupdate-2.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoipupdate-2.1.0.ebuild28 Dec 2014 10:22:31 -  1.3
+++ geoipupdate-2.1.0.ebuild29 Dec 2014 16:58:51 -  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/net-misc/geoipupdate/geoipupdate-2.1.0.ebuild,v 1.3 
2014/12/28 10:22:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.1.0.ebuild,v 1.4 
2014/12/29 16:58:51 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~x86-fbsd
 IUSE=
 
 DEPEND=






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

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 17:02:35

  Modified: ChangeLog xscreensaver-5.32.ebuild
  Log:
  Stable for HPPA (bug #533752).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.385x11-misc/xscreensaver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- ChangeLog   30 Nov 2014 13:04:03 -  1.384
+++ ChangeLog   29 Dec 2014 17:02:35 -  1.385
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xscreensaver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.384 
2014/11/30 13:04:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.385 
2014/12/29 17:02:35 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org xscreensaver-5.32.ebuild:
+  Stable for HPPA (bug #533752).
 
   30 Nov 2014; Jeroen Roovers j...@gentoo.org -xscreensaver-5.29.ebuild:
   Old.



1.2  x11-misc/xscreensaver/xscreensaver-5.32.ebuild

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

Index: xscreensaver-5.32.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xscreensaver-5.32.ebuild20 Nov 2014 11:03:34 -  1.1
+++ xscreensaver-5.32.ebuild29 Dec 2014 17:02:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.32.ebuild,v 1.1 
2014/11/20 11:03:34 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.32.ebuild,v 1.2 
2014/12/29 17:02:35 jer Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib pam
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris
 IUSE=gdm jpeg new-login opengl pam +perl selinux suid xinerama
 
 COMMON_DEPEND=






[gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: harfbuzz-0.9.35.ebuild ChangeLog

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 17:05:34

  Modified: harfbuzz-0.9.35.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #531592).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  media-libs/harfbuzz/harfbuzz-0.9.35.ebuild

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

Index: harfbuzz-0.9.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.35.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- harfbuzz-0.9.35.ebuild  24 Nov 2014 08:44:27 -  1.2
+++ harfbuzz-0.9.35.ebuild  29 Dec 2014 17:05:34 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.35.ebuild,v 1.2 
2014/11/24 08:44:27 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.35.ebuild,v 1.3 
2014/12/29 17:05:34 jer Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 LICENSE=Old-MIT ISC icu
 SLOT=0/0.9.18 # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 [[ ${PV} ==  ]] || \
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris
 IUSE=+cairo +glib +graphite icu +introspection static-libs test +truetype
 REQUIRED_USE=introspection? ( glib )
 



1.94 media-libs/harfbuzz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   27 Dec 2014 20:47:26 -  1.93
+++ ChangeLog   29 Dec 2014 17:05:34 -  1.94
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/harfbuzz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.93 
2014/12/27 20:47:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.94 
2014/12/29 17:05:34 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org harfbuzz-0.9.35.ebuild:
+  Stable for HPPA (bug #531592).
 
 *harfbuzz-0.9.37 (27 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in games-board/domination: domination-1.1.1.5.ebuild ChangeLog

2014-12-29 Thread Alfredo Tupone (tupone)
tupone  14/12/29 17:16:03

  Modified: domination-1.1.1.5.ebuild ChangeLog
  Log:
  Require java-1.5. Should fix bug #528368
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.5  games-board/domination/domination-1.1.1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?r1=1.4r2=1.5

Index: domination-1.1.1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- domination-1.1.1.5.ebuild   14 Jun 2014 10:11:51 -  1.4
+++ domination-1.1.1.5.ebuild   29 Dec 2014 17:16:03 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.4 
2014/06/14 10:11:51 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.5 
2014/12/29 17:16:03 tupone Exp $
 
 EAPI=5
 inherit eutils java-pkg-2 java-ant-2 games
@@ -14,8 +14,8 @@
 KEYWORDS=amd64 x86 ~x86-fbsd
 IUSE=
 
-RDEPEND==virtual/jre-1.4
-DEPEND==virtual/jdk-1.4
+RDEPEND==virtual/jre-1.5
+DEPEND==virtual/jdk-1.5
app-arch/unzip
 
 S=${WORKDIR}/Domination



1.22 games-board/domination/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   16 Jul 2014 01:56:04 -  1.21
+++ ChangeLog   29 Dec 2014 17:16:03 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/domination
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.21 
2014/07/16 01:56:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.22 
2014/12/29 17:16:03 tupone Exp $
+
+  29 Dec 2014; Tupone Alfredo tup...@gentoo.org domination-1.1.1.5.ebuild:
+  Require java-1.5. Should fix bug #528368 by Diego Elio Petteno'
 
   16 Jul 2014; Michael Sterrett mr_bon...@gentoo.org
   -domination-1.1.1.2.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/logrotate: logrotate-3.8.8.ebuild ChangeLog

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 17:27:50

  Modified: logrotate-3.8.8.ebuild ChangeLog
  Log:
  Use autotools.eclass (bug #533798). Remove -Werror (bug #533830).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.6  app-admin/logrotate/logrotate-3.8.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.8.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.8.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.8.ebuild?r1=1.5r2=1.6

Index: logrotate-3.8.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- logrotate-3.8.8.ebuild  28 Dec 2014 10:05:24 -  1.5
+++ logrotate-3.8.8.ebuild  29 Dec 2014 17:27:50 -  1.6
@@ -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/app-admin/logrotate/logrotate-3.8.8.ebuild,v 1.5 
2014/12/28 10:05:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.8.ebuild,v 1.6 
2014/12/29 17:27:50 jer Exp $
 
 EAPI=5
 
-inherit eutils toolchain-funcs flag-o-matic
+inherit autotools eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION=Rotates, compresses, and mails system logs
 HOMEPAGE=https://fedorahosted.org/logrotate/;
@@ -34,8 +34,9 @@
${FILESDIR}/${P}-ignore-hidden.patch \
${FILESDIR}/${P}-fbsd.patch \
${FILESDIR}/${P}-noasprintf.patch \
-   ${FILESDIR}/${P}-atomic-create.patch
-   ${S}/autogen.sh || die
+   ${FILESDIR}/${P}-atomic-create.patch \
+   ${FILESDIR}/${P}-Werror.patch
+   eautoreconf
 }
 
 src_compile() {



1.186app-admin/logrotate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog   28 Dec 2014 10:05:24 -  1.185
+++ ChangeLog   29 Dec 2014 17:27:50 -  1.186
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/logrotate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.185 
2014/12/28 10:05:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.186 
2014/12/29 17:27:50 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers j...@gentoo.org logrotate-3.8.8.ebuild,
+  +files/logrotate-3.8.8-Werror.patch:
+  Use autotools.eclass (bug #533798). Remove -Werror (bug #533830).
 
   28 Dec 2014; Agostino Sarubbo a...@gentoo.org logrotate-3.8.8.ebuild:
   Stable for x86, wrt bug #531744






[gentoo-commits] gentoo-x86 commit in app-admin/logrotate/files: logrotate-3.8.8-Werror.patch

2014-12-29 Thread Jeroen Roovers (jer)
jer 14/12/29 17:27:50

  Added:logrotate-3.8.8-Werror.patch
  Log:
  Use autotools.eclass (bug #533798). Remove -Werror (bug #533830).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  app-admin/logrotate/files/logrotate-3.8.8-Werror.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/files/logrotate-3.8.8-Werror.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/files/logrotate-3.8.8-Werror.patch?rev=1.1content-type=text/plain

Index: logrotate-3.8.8-Werror.patch
===
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 MAN = logrotate.8
 MAN5 = logrotate.conf.5
 
-AM_CFLAGS = -Wall -Werror
+AM_CFLAGS = -Wall
 sbin_PROGRAMS = logrotate
 logrotate_SOURCES = logrotate.c log.c config.c basenames.c
 






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

2014-12-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/29 17:59:00

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



[gentoo-commits] gentoo-x86 commit in dev-python/potr: metadata.xml ChangeLog potr-1.0.1.ebuild

2014-12-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/29 18:04:37

  Added:metadata.xml ChangeLog potr-1.0.1.ebuild
  Log:
  Add initial ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

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

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailaide...@gentoo.org/email
nameAmadeusz Żołnowski/name
/maintainer
longdescription lang=en
This is a pure Python OTR implementation; it does not bind to 
libotr.
/longdescription
/pkgmetadata



1.1  dev-python/potr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/potr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/ChangeLog,v 1.1 2014/12/29 
18:04:37 aidecoe Exp $

*potr-1.0.1 (29 Dec 2014)

  29 Dec 2014; Amadeusz Żołnowski aide...@gentoo.org +potr-1.0.1.ebuild,
  +metadata.xml:
  Add initial ebuild.




1.1  dev-python/potr/potr-1.0.1.ebuild

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

Index: potr-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/dev-python/potr/potr-1.0.1.ebuild,v 1.1 
2014/12/29 18:04:37 aidecoe Exp $

EAPI=5

MY_PN=python-${PN}
MY_P=${MY_PN}-${PV}

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

inherit distutils-r1

DESCRIPTION=Pure Python OTR implementation
HOMEPAGE=https://github.com/python-otr/pure-python-otr;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip

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

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

RDEPEND=${CDEPEND}

S=${WORKDIR}/${MY_P}






[gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/

2014-12-29 Thread Emil Karlson
commit: ab146e358cd2dc977a174f9314f66dae4ee07394
Author: Emil Karlson jekarlson AT gmail DOT com
AuthorDate: Mon Dec 29 18:09:13 2014 +
Commit: Emil Karlson jekarlson AT gmail DOT com
CommitDate: Mon Dec 29 18:09:13 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ab146e35

x11-drivers/ati-drivers: install libamdhsasc*.so

bug 533942

---
 x11-drivers/ati-drivers/ati-drivers-14.12.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild 
b/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild
index d73d87e..8976260 100644
--- a/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild
@@ -517,6 +517,7 @@ src_install-libs() {
dosym libOpenCL.so.${libmajor} 
/usr/$(get_libdir)/OpenCL/vendors/amd/libOpenCL.so
exeinto /usr/$(get_libdir)
doexe ${MY_ARCH_DIR}/usr/${pkglibdir}/libati*.so*
+   doexe ${MY_ARCH_DIR}/usr/${pkglibdir}/libamdhsasc*.so
 
# OpenCL vendor files
insinto /etc/OpenCL/vendors/



[gentoo-commits] gentoo-x86 commit in app-portage/portpeek: ChangeLog portpeek-2.1.18.ebuild portpeek-2.1.16.ebuild portpeek-2.1.16-r1.ebuild

2014-12-29 Thread Mike Pagano (mpagano)
mpagano 14/12/29 18:47:39

  Modified: ChangeLog
  Added:portpeek-2.1.18.ebuild
  Removed:  portpeek-2.1.16.ebuild portpeek-2.1.16-r1.ebuild
  Log:
  Portpeek was removing a masked package in package.unmask, even if it was 
installed and globally masked.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.189app-portage/portpeek/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   8 Dec 2014 01:36:56 -   1.188
+++ ChangeLog   29 Dec 2014 18:47:39 -  1.189
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/portpeek
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.188 
2014/12/08 01:36:56 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.189 
2014/12/29 18:47:39 mpagano Exp $
+
+*portpeek-2.1.18 (29 Dec 2014)
+
+  29 Dec 2014; Mike Pagano mpag...@gentoo.org -portpeek-2.1.16.ebuild,
+  -portpeek-2.1.16-r1.ebuild, +portpeek-2.1.18.ebuild:
+  Portpeek was removing a masked package in package.unmask, even if it was
+  installed and globally masked.
 
   08 Dec 2014; Mike Pagano mpag...@gentoo.org portpeek-2.1.16.ebuild:
   Dropping amd64 stable keyword. There might be an issue with this version. I



1.1  app-portage/portpeek/portpeek-2.1.18.ebuild

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

Index: portpeek-2.1.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.1.18.ebuild,v 1.1 
2014/12/29 18:47:39 mpagano Exp $

EAPI=5

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

inherit python-r1

DESCRIPTION=A helper program for maintaining the package.keyword and 
package.unmask files
HOMEPAGE=http://www.mpagano.com/blog/?page_id=3;
SRC_URI=http://www.mpagano.com/downloads/${P}.tar.gz;

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

REQUIRED_USE=${PYTHON_REQUIRED_USE}

DEPEND=${PYTHON_DEPS}
RDEPEND=${DEPEND}
=app-portage/gentoolkit-0.3.0.9-r2
=sys-apps/portage-2.2.8-r1[${PYTHON_USEDEP}]

src_install() {
python_foreach_impl python_doscript ${PN}
doman *.[0-9]
}






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-4.3.5.2.ebuild ChangeLog libreoffice-4.2.9999.ebuild libreoffice-9999-r2.ebuild libreoffice-4.3.9999.ebuild

2014-12-29 Thread Andreas HAttel (dilfridge)
dilfridge14/12/29 20:05:21

  Modified: libreoffice-4.3.5.2.ebuild ChangeLog
libreoffice-4.2..ebuild
libreoffice--r2.ebuild
libreoffice-4.3..ebuild
  Log:
  Add missing dodir, bug 498084
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.2  app-office/libreoffice/libreoffice-4.3.5.2.ebuild

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

Index: libreoffice-4.3.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreoffice-4.3.5.2.ebuild  28 Dec 2014 17:12:34 -  1.1
+++ libreoffice-4.3.5.2.ebuild  29 Dec 2014 20:05:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.5.2.ebuild,v 1.1 
2014/12/28 17:12:34 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.5.2.ebuild,v 1.2 
2014/12/29 20:05:21 dilfridge Exp $
 
 EAPI=5
 
@@ -578,6 +578,7 @@
if use branding; then
insinto /usr/$(get_libdir)/${PN}/program
newins ${WORKDIR}/branding-sofficerc sofficerc
+   dodir /etc/env.d
echo 
CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc  
${ED}/etc/env.d/99${PN}
fi
 



1.602app-office/libreoffice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.601
retrieving revision 1.602
diff -u -r1.601 -r1.602
--- ChangeLog   28 Dec 2014 21:25:33 -  1.601
+++ ChangeLog   29 Dec 2014 20:05:21 -  1.602
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.601 
2014/12/28 21:25:33 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.602 
2014/12/29 20:05:21 dilfridge Exp $
+
+  29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
+  libreoffice-4.2..ebuild, libreoffice-4.3.5.2.ebuild,
+  libreoffice-4.3..ebuild, libreoffice--r2.ebuild:
+  Add missing dodir, bug 498084
 
   28 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
   libreoffice-4.2.6.3.ebuild:



1.32 app-office/libreoffice/libreoffice-4.2..ebuild

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

Index: libreoffice-4.2..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2..ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libreoffice-4.2..ebuild 28 Dec 2014 20:53:23 -  1.31
+++ libreoffice-4.2..ebuild 29 Dec 2014 20:05:21 -  1.32
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2..ebuild,v 
1.31 2014/12/28 20:53:23 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2..ebuild,v 
1.32 2014/12/29 20:05:21 dilfridge Exp $
 
 EAPI=5
 
@@ -559,6 +559,7 @@
if use branding; then
insinto /usr/$(get_libdir)/${PN}/program
newins ${WORKDIR}/branding-sofficerc sofficerc
+   dodir /etc/env.d
echo 
CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc  
${ED}/etc/env.d/99${PN}
fi
 



1.236

[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201410-02.xml

2014-12-29 Thread Tobias Heinlein (keytoaster)
keytoaster14/12/29 20:06:18

  Modified: glsa-201410-02.xml
  Log:
  Fixed capitalization in resolution instructions, reported by Olaf Krause.

Revision  ChangesPath
1.2  xml/htdocs/security/en/glsa/glsa-201410-02.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201410-02.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201410-02.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201410-02.xml?r1=1.1r2=1.2

Index: glsa-201410-02.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-201410-02.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-201410-02.xml  12 Oct 2014 08:04:57 -  1.1
+++ glsa-201410-02.xml  29 Dec 2014 20:06:18 -  1.2
@@ -4,13 +4,13 @@
 !DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
 glsa id=201410-02
   titlePerl, Perl Locale-Maketext module: Multiple vulnerabilities/title
-  synopsisMultiple vulnerabilities have been found in Perl Locale-Maketext
-module, allowing remote attackers to inject and execute arbitrary Perl
-code.
+  synopsisMultiple vulnerabilities have been found in the Perl
+Locale-Maketext module, allowing remote attackers to inject and execute
+arbitrary Perl code.
   /synopsis
   product type=ebuildLocale-Maketext/product
   announcedOctober 12, 2014/announced
-  revisedOctober 12, 2014: 1/revised
+  revisedDecember 29, 2014: 2/revised
   bug446376/bug
   accessremote/access
   affected
@@ -27,42 +27,40 @@
 pLocale-Maketext - Perl framework for localization/p
   /background
   description
-pTwo vulnerabilities have been reported in Locale-Maketext module for
-  Perl, which can be exploited 
-  by malicious users to compromise an application using the module.
+pTwo vulnerabilities have been reported in the Locale-Maketext module for
+  Perl, which can be exploited by malicious users to compromise an
+  application using the module.
 /p
 
 pThe vulnerabilities are caused due to the “_compile()” function not
-  properly sanitising input, 
-  which can be exploited to inject and execute arbitrary Perl code.
+  properly sanitising input, which can be exploited to inject and execute
+  arbitrary Perl code.
 /p
   /description
   impact type=normal
-pA remote attacker could possibly execute
-  arbitrary code with the privileges of the process, or cause a Denial of
-  Service condition.
+pA remote attacker could possibly execute arbitrary code with the
+  privileges of the process, or cause a Denial of Service condition.
 /p
   /impact
   workaround
 pThere is no known workaround at this time./p
   /workaround
   resolution
-pAll users of the Perl Locale-Maketext module should upgrade to the
-  latest version:
+pAll users of the Locale-Maketext module should upgrade to the latest
+  version:
 /p
 
 code
   # emerge --sync
   # emerge --ask --oneshot --verbose
-  gt;=perl-core/locale-maketext-1.230.0
+  gt;=perl-core/Locale-Maketext-1.230.0
 /code
-
   /resolution
   references
 uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6329;CVE-2012-6329/uri
   /references
   metadata tag=requester timestamp=Tue, 01 Jan 2013 20:38:14 
+ackle/metadata
-  metadata tag=submitter timestamp=Sun, 12 Oct 2014 08:04:05 +
+  metadata tag=submitter timestamp=Mon, 29 Dec 2014 20:02:06 +
 pinkbyte
   /metadata
 /glsa






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

2014-12-29 Thread Andreas HAttel (dilfridge)
dilfridge14/12/29 21:26:14

  Modified: ChangeLog
  Added:libreoffice-bin-4.2.8.2.ebuild
  Log:
  Version bump for bug 528438
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.167app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   12 Nov 2014 20:08:27 -  1.166
+++ ChangeLog   29 Dec 2014 21:26:14 -  1.167
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.166 2014/11/12 20:08:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.167 2014/12/29 21:26:14 dilfridge Exp $
+
+*libreoffice-bin-4.2.8.2 (29 Dec 2014)
+
+  29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-4.2.8.2.ebuild:
+  Version bump for bug 528438
 
   12 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -libreoffice-bin-4.2.6.3-r1.ebuild:



1.1  app-office/libreoffice-bin/libreoffice-bin-4.2.8.2.ebuild

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

Index: libreoffice-bin-4.2.8.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.8.2.ebuild,v
 1.1 2014/12/29 21:26:14 dilfridge Exp $

EAPI=5

KDE_REQUIRED=optional
CMAKE_REQUIRED=never

BASE_PACKAGENAME=bin
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_REQ_USE=threads,xml

inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.2*
app-text/poppler:0/46
dev-libs/boost:0/1.55.0
dev-libs/icu:0/53
=media-gfx/graphite2-1.2*
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
=sys-libs/glibc-2.19-r1
virtual/jpeg:62
kde? ( =kde-base/kdelibs-4.12.5-r2:4 =dev-qt/qtcore-4.8.5-r2:4 
=dev-qt/qtgui-4.8.5-r3:4 )


# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above. 
# All dependencies below this point should remain identical to those in 
# the source ebuilds.

COMMON_DEPEND=
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
=app-text/hunspell-1.3.2-r3
app-text/mythes
=app-text/libabw-0.0*
=app-text/libexttextcat-3.2
  

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

2014-12-29 Thread Andreas HAttel (dilfridge)
dilfridge14/12/29 21:29:08

  Modified: ChangeLog
  Added:libreoffice-bin-debug-4.2.8.2.ebuild
  Log:
  Version bump for bug 528438
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.70 app-office/libreoffice-bin-debug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   12 Nov 2014 20:09:15 -  1.69
+++ ChangeLog   29 Dec 2014 21:29:08 -  1.70
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.69 
2014/11/12 20:09:15 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.70 
2014/12/29 21:29:08 dilfridge Exp $
+
+*libreoffice-bin-debug-4.2.8.2 (29 Dec 2014)
+
+  29 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-debug-4.2.8.2.ebuild:
+  Version bump for bug 528438
 
   12 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -libreoffice-bin-debug-4.2.6.3-r1.ebuild:



1.1  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.8.2.ebuild

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

Index: libreoffice-bin-debug-4.2.8.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.8.2.ebuild,v
 1.1 2014/12/29 21:29:08 dilfridge Exp $

EAPI=5

BASE_PACKAGENAME=debug
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, 
debug info
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

RDEPEND==app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]

DEPEND=dev-util/xdelta:3

RESTRICT=test strip

S=${WORKDIR}

src_unpack() {
einfo Uncompressing distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz
xz -cd 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz  
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar || die

local patchname
use kde  patchname=-kde
use gnome  patchname=-gnome
use java  patchname=${patchname}-java

if [ -n ${patchname} ]; then
einfo Patching distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using 
${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3
xdelta3 -d -s 
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3 
${WORKDIR}/tmpdist.tar || die
mv ${WORKDIR}/tmpdist.tar 

[gentoo-commits] proj/api:master commit in: files/overlays/

2014-12-29 Thread Devan Franchini
commit: ca9fc39a6a462b8afaeae58f6d305a76d79d5d8b
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Mon Dec 29 21:39:30 2014 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Mon Dec 29 21:39:30 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=ca9fc39a

repositories.xml: Renames steam repo to reflect true name

---
 files/overlays/repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 42102a2..f6aa576 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5162,7 +5162,7 @@ FIN
 
feedhttp://git.overlays.gentoo.org/gitweb/?p=user/srcshelton.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
-namesteam/name
+namesteam-overlay/name
 description lang=en![CDATA[Gentoo overlay for Valve's Steam client 
and Steam-based games]]/description
 homepagehttps://github.com/anyc/steam-overlay/homepage
 owner type=person



[gentoo-commits] gentoo-x86 commit in www-client/pybugz/files: pybugz-0.10.1-bugzilla-4.4.1.patch

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/29 22:13:04

  Removed:  pybugz-0.10.1-bugzilla-4.4.1.patch
  Log:
  remove old versions
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)



[gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.11.ebuild pybugz-0.10.1-r2.ebuild pybugz-0.10.1.ebuild

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/29 22:13:04

  Modified: ChangeLog
  Removed:  pybugz-0.11.ebuild pybugz-0.10.1-r2.ebuild
pybugz-0.10.1.ebuild
  Log:
  remove old versions
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.138www-client/pybugz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   14 Dec 2014 20:56:13 -  1.137
+++ ChangeLog   29 Dec 2014 22:13:04 -  1.138
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/pybugz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.137 
2014/12/14 20:56:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.138 
2014/12/29 22:13:04 williamh Exp $
+
+  29 Dec 2014; William Hubbs willi...@gentoo.org
+  -files/pybugz-0.10.1-bugzilla-4.4.1.patch, -pybugz-0.10.1-r2.ebuild,
+  -pybugz-0.10.1.ebuild, -pybugz-0.11.ebuild:
+  remove old versions
 
   14 Dec 2014; Mikle Kolyada zlog...@gentoo.org pybugz-0.11.1.ebuild:
   ppc/ppc64 stable wrt bug #531826






[gentoo-commits] gentoo-x86 commit in sys-apps/tuxonice-userui: metadata.xml ChangeLog

2014-12-29 Thread Mike Gilbert (floppym)
floppym 14/12/29 23:35:58

  Modified: metadata.xml ChangeLog
  Log:
  Set maintainer=Arfrever.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.9  sys-apps/tuxonice-userui/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml21 Sep 2013 12:44:27 -  1.8
+++ metadata.xml29 Dec 2014 23:35:58 -  1.9
@@ -2,8 +2,10 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailmaintainer-nee...@gentoo.org/email
+   emailarfrever@gmail.com/email
+   nameArfrever Frehtes Taifersar Arahesis/name
/maintainer
+   herdproxy-maintainers/herd
use
flag name='fbsplash'Add support for framebuffer splash/flag
/use



1.36 sys-apps/tuxonice-userui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   21 Sep 2013 12:44:27 -  1.35
+++ ChangeLog   29 Dec 2014 23:35:58 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/tuxonice-userui
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.35 
2013/09/21 12:44:27 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.36 
2014/12/29 23:35:58 floppym Exp $
+
+  29 Dec 2014; Mike Gilbert flop...@gentoo.org metadata.xml:
+  Set maintainer=Arfrever.
 
   21 Sep 2013; Pacho Ramos pa...@gentoo.org -tuxonice-userui-1.0.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb/files: libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch

2014-12-29 Thread Remi Cardona (remi)
remi14/12/30 00:29:26

  Added:   

libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
  Log:
  x11-libs/libxcb: revbump + add patch to fix bug #533906
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  ChangesPath
1.1  
x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch?rev=1.1content-type=text/plain

Index: libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
===
From e9b5234b3b0b53bd3a35f947ddb8a72d03cf1825 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Cardona?= r...@gentoo.org
Date: Mon, 29 Dec 2014 20:18:22 +0100
Subject: [PATCH] Don't install headers/man pages for disabled extensions
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

https://bugs.gentoo.org/show_bug.cgi?id=533906

Signed-off-by: Rémi Cardona r...@gentoo.org
---
 src/Makefile.am | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 5a3c52a..774ad8e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,208 +24,208 @@ XCB_LIBS = libxcb.la
 
 # FIXME: find a way to autogenerate this from the XML files.
 
-EXTSOURCES += composite.c
 if BUILD_COMPOSITE
+EXTSOURCES += composite.c
 lib_LTLIBRARIES += libxcb-composite.la
 libxcb_composite_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_composite_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_composite_la_SOURCES = composite.c composite.h
 endif
 
-EXTSOURCES += damage.c
 if BUILD_DAMAGE
+EXTSOURCES += damage.c
 lib_LTLIBRARIES += libxcb-damage.la
 libxcb_damage_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_damage_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_damage_la_SOURCES = damage.c damage.h
 endif
 
-EXTSOURCES += dpms.c
 if BUILD_DPMS
+EXTSOURCES += dpms.c
 lib_LTLIBRARIES += libxcb-dpms.la
 libxcb_dpms_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_dpms_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_dpms_la_SOURCES = dpms.c dpms.h
 endif
 
-EXTSOURCES += dri2.c
 if BUILD_DRI2
+EXTSOURCES += dri2.c
 lib_LTLIBRARIES += libxcb-dri2.la
 libxcb_dri2_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_dri2_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_dri2_la_SOURCES = dri2.c dri2.h
 endif
 
-EXTSOURCES += dri3.c
 if BUILD_DRI3
+EXTSOURCES += dri3.c
 lib_LTLIBRARIES += libxcb-dri3.la
 libxcb_dri3_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_dri3_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_dri3_la_SOURCES = dri3.c dri3.h
 endif
 
-EXTSOURCES += present.c
 if BUILD_PRESENT
+EXTSOURCES += present.c
 lib_LTLIBRARIES += libxcb-present.la
 libxcb_present_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_present_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_present_la_SOURCES = present.c present.h
 endif
 
-EXTSOURCES += glx.c
 if BUILD_GLX
 lib_LTLIBRARIES += libxcb-glx.la
+EXTSOURCES += glx.c
 libxcb_glx_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_glx_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_glx_la_SOURCES = glx.c glx.h
 endif
 
-EXTSOURCES += randr.c
 if BUILD_RANDR
+EXTSOURCES += randr.c
 lib_LTLIBRARIES += libxcb-randr.la
 libxcb_randr_la_LDFLAGS = -version-info 1:0:1 -no-undefined 
@lt_enable_auto_import@
 libxcb_randr_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_randr_la_SOURCES = randr.c randr.h
 endif
 
-EXTSOURCES += record.c
 if BUILD_RECORD
+EXTSOURCES += record.c
 lib_LTLIBRARIES += libxcb-record.la
 libxcb_record_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_record_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_record_la_SOURCES = record.c record.h
 endif
 
-EXTSOURCES += render.c
 if BUILD_RENDER
+EXTSOURCES += render.c
 lib_LTLIBRARIES += libxcb-render.la
 libxcb_render_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_render_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_render_la_SOURCES = render.c render.h
 endif
 
-EXTSOURCES += res.c
 if BUILD_RESOURCE
+EXTSOURCES += res.c
 lib_LTLIBRARIES += libxcb-res.la
 libxcb_res_la_LDFLAGS = -version-info 0:0:0 -no-undefined 
@lt_enable_auto_import@
 libxcb_res_la_LIBADD = $(XCB_LIBS)
 nodist_libxcb_res_la_SOURCES = res.c res.h
 endif
 
-EXTSOURCES += screensaver.c
 if BUILD_SCREENSAVER
+EXTSOURCES += screensaver.c
 lib_LTLIBRARIES += libxcb-screensaver.la
 libxcb_screensaver_la_LDFLAGS = 

[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.11-r1.ebuild ChangeLog

2014-12-29 Thread Remi Cardona (remi)
remi14/12/30 00:29:26

  Modified: ChangeLog
  Added:libxcb-1.11-r1.ebuild
  Log:
  x11-libs/libxcb: revbump + add patch to fix bug #533906
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  ChangesPath
1.148x11-libs/libxcb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.148view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.148content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.147r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   21 Dec 2014 09:42:18 -  1.147
+++ ChangeLog   30 Dec 2014 00:29:26 -  1.148
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.147 
2014/12/21 09:42:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.148 
2014/12/30 00:29:26 remi Exp $
+
+*libxcb-1.11-r1 (30 Dec 2014)
+
+  30 Dec 2014; Rémi Cardona r...@gentoo.org +libxcb-1.11-r1.ebuild,
+  +files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
+  :
+  Don't install headers/man pages for disabled extension, see bug #533906.
 
   21 Dec 2014; Michał Górny mgo...@gentoo.org files/xcb-rebuilder.sh:
   Use sys-apps/gentoo-functions in xcb-rebuilder, bug #504420.



1.1  x11-libs/libxcb/libxcb-1.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.1content-type=text/plain

Index: libxcb-1.11-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.1 
2014/12/30 00:29:26 remi Exp $

EAPI=5

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

XORG_DOC=doc
XORG_MULTILIB=yes
XORG_EAUTORECONF=yes
inherit python-any-r1 xorg-2

DESCRIPTION=X C-language Bindings library
HOMEPAGE=http://xcb.freedesktop.org/;
EGIT_REPO_URI=git://anongit.freedesktop.org/git/xcb/libxcb
[[ ${PV} != * ]]  \
SRC_URI=http://xcb.freedesktop.org/dist/${P}.tar.bz2;

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=selinux xkb
SLOT=0/${PV}

RDEPEND==dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]
# Note: ${PYTHON_USEDEP} needs to go verbatim
DEPEND=${RDEPEND}
dev-libs/libxslt
${PYTHON_DEPS}
$(python_gen_any_dep \

=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])

python_check_deps() {
has_version --host-root =x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]
}

pkg_setup() {
python-any-r1_pkg_setup
}

PATCHES=(
${FILESDIR}/${P}-xevie-xprint_removal.patch

${FILESDIR}/${PN}-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
)

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable doc build-docs)
$(use_enable selinux)
$(use_enable xkb)
--enable-xinput
)
xorg-2_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-python/cosmolopy: cosmolopy-0.1.104-r1.ebuild ChangeLog cosmolopy-0.1.104.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 02:11:10

  Modified: ChangeLog
  Added:cosmolopy-0.1.104-r1.ebuild
  Removed:  cosmolopy-0.1.104.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/cosmolopy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Oct 2012 01:48:04 -  1.7
+++ ChangeLog   30 Dec 2014 02:11:10 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cosmolopy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.7 
2012/10/18 01:48:04 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.8 
2014/12/30 02:11:10 idella4 Exp $
+
+*cosmolopy-0.1.104-r1 (30 Dec 2014)
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org +cosmolopy-0.1.104-r1.ebuild,
+  -cosmolopy-0.1.104.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   18 Oct 2012; Patrick Lauer patr...@gentoo.org cosmolopy-0.1.104.ebuild:
   Restricting CPython-2.5



1.1  dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild

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

Index: cosmolopy-0.1.104-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild,v 1.1 
2014/12/30 02:11:10 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7)

inherit distutils-r1

MY_PN=CosmoloPy
MY_P=${MY_PN}-${PV}

DESCRIPTION=Cosmology routines built on NumPy/SciPy
HOMEPAGE=http://roban.github.com/CosmoloPy/ 
http://pypi.python.org/pypi/CosmoloPy;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=doc

DEPEND=dev-python/nose[${PYTHON_USEDEP}]
dev-lang/swig
doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )
RDEPEND=sci-libs/scipy[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}

python_compile_all() {
if use doc; then
epydoc -n CosmoloPy - Cosmology routines built on NumPy/SciPy 
\
--exclude='cosmolopy.EH._power' 
--exclude='cosmolopy.EH.power' \
--no-private --no-frames --html --docformat 
restructuredtext \
cosmolopy/ -o docAPI/ || die
fi
}

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






[gentoo-commits] gentoo-x86 commit in dev-python/setuptools: setuptools-9999.ebuild setuptools-9.1.ebuild ChangeLog

2014-12-29 Thread Mike Gilbert (floppym)
floppym 14/12/30 03:51:04

  Modified: setuptools-.ebuild ChangeLog
  Added:setuptools-9.1.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.12 dev-python/setuptools/setuptools-.ebuild

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

Index: setuptools-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- setuptools-.ebuild  4 Jul 2014 04:53:36 -   1.11
+++ setuptools-.ebuild  30 Dec 2014 03:51:04 -  1.12
@@ -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/dev-python/setuptools/setuptools-.ebuild,v 1.11 
2014/07/04 04:53:36 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-.ebuild,v 1.12 
2014/12/30 03:51:04 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 #if LIVE



1.259dev-python/setuptools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   23 Dec 2014 16:03:03 -  1.258
+++ ChangeLog   30 Dec 2014 03:51:04 -  1.259
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.258 
2014/12/23 16:03:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.259 
2014/12/30 03:51:04 floppym Exp $
+
+*setuptools-9.1 (30 Dec 2014)
+
+  30 Dec 2014; Mike Gilbert flop...@gentoo.org +setuptools-9.1.ebuild,
+  setuptools-.ebuild:
+  Bump.
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org setuptools-7.0.ebuild:
   Stable for alpha, wrt bug #530650



1.1  dev-python/setuptools/setuptools-9.1.ebuild

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

Index: setuptools-9.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/setuptools/setuptools-9.1.ebuild,v 1.1 
2014/12/30 03:51:04 floppym Exp $

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

inherit distutils-r1

DESCRIPTION=a collection of extensions to Distutils
HOMEPAGE=http://pypi.python.org/pypi/setuptools;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=PSF-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=test

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

# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1

DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )

python_prepare_all() {
# Disable tests requiring network connection.
rm -f setuptools/tests/test_packageindex.py

distutils-r1_python_prepare_all
}

python_test() {
# test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
# It tries to sandbox the test in a tempdir
HOME=${PWD} esetup.py test
}

python_install() {
export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
distutils-r1_python_install
}






[gentoo-commits] gentoo-x86 commit in app-admin/rex: rex-0.56.0.ebuild ChangeLog

2014-12-29 Thread Patrick Lauer (patrick)
patrick 14/12/30 04:00:10

  Modified: ChangeLog
  Added:rex-0.56.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.26 app-admin/rex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rex/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   10 Nov 2014 03:01:11 -  1.25
+++ ChangeLog   30 Dec 2014 04:00:09 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/rex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/ChangeLog,v 1.25 2014/11/10 
03:01:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/ChangeLog,v 1.26 2014/12/30 
04:00:09 patrick Exp $
+
+*rex-0.56.0 (30 Dec 2014)
+
+  30 Dec 2014; Patrick Lauer patr...@gentoo.org +rex-0.56.0.ebuild:
+  Bump
 
 *rex-0.55.1 (10 Nov 2014)
 



1.1  app-admin/rex/rex-0.56.0.ebuild

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

Index: rex-0.56.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/rex-0.56.0.ebuild,v 1.1 
2014/12/30 04:00:09 patrick Exp $

EAPI=5

MODULE_AUTHOR=JFRIED
MODULE_VERSION=0.53.1
MODULE_A=Rex-${PV}.tar.gz

inherit perl-module

DESCRIPTION=(R)?ex is a small script to ease the execution of remote commands

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-perl/Net-SSH2
DEPEND=${RDEPEND}
dev-perl/JSON-XS
dev-perl/XML-Simple
dev-perl/Digest-SHA1
dev-perl/Digest-HMAC
dev-perl/Expect
dev-perl/DBI
dev-perl/yaml
dev-perl/libwww-perl
dev-perl/String-Escape
dev-perl/List-MoreUtils
dev-perl/Parallel-ForkManager

SRC_TEST=do

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






[gentoo-commits] gentoo-x86 commit in dev-python/dbutils: dbutils-1.1-r1.ebuild ChangeLog dbutils-1.1.ebuild dbutils-1.0.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 04:30:56

  Modified: ChangeLog
  Added:dbutils-1.1-r1.ebuild
  Removed:  dbutils-1.1.ebuild dbutils-1.0.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/dbutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbutils/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Aug 2014 21:09:16 -  1.7
+++ ChangeLog   30 Dec 2014 04:30:56 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/dbutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbutils/ChangeLog,v 1.7 
2014/08/10 21:09:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbutils/ChangeLog,v 1.8 
2014/12/30 04:30:56 idella4 Exp $
+
+*dbutils-1.1-r1 (30 Dec 2014)
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org +dbutils-1.1-r1.ebuild,
+  -dbutils-1.0.ebuild, -dbutils-1.1.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org dbutils-1.0.ebuild,
   dbutils-1.1.ebuild:



1.1  dev-python/dbutils/dbutils-1.1-r1.ebuild

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

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

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN=DBUtils
MY_P=${MY_PN}-${PV}

DESCRIPTION=Database connections for multi-threaded environments
HOMEPAGE=http://www.webwareforpython.org/DBUtils 
http://pypi.python.org/pypi/DBUtils;
SRC_URI=http://www.webwareforpython.org/downloads/DBUtils/${MY_P}.tar.gz;

LICENSE=OSL-2.0
SLOT=0
KEYWORDS=~amd64 ~x86 ~ppc
IUSE=doc examples

DEPEND=
RDEPEND=

S=${WORKDIR}/${MY_P}

python_prepare_all() {
sed -i -e s/, 'DBUtils.Tests'// \
-e s/, 'DBUtils.Examples'// \
-e /package_data=/d \
setup.py || die sed failed
distutils-r1_python_prepare_all
}

python_test() {
nosetests -s ${MY_PN}/Tests
}

python_install_all() {
use doc  local HTML_DOCS=( ${S}/${MY_PN}/Docs/. )
use examples  local EXAMPLES=( ${MY_PN}/Examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-piston: django-piston-0.2.3-r1.ebuild django-piston-9999.ebuild ChangeLog

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 04:50:14

  Modified: django-piston-0.2.3-r1.ebuild
django-piston-.ebuild ChangeLog
  Log:
  conversion - distutils-r1 of live ebuild
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/django-piston/django-piston-0.2.3-r1.ebuild

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

Index: django-piston-0.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-piston/django-piston-0.2.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-piston-0.2.3-r1.ebuild   10 Aug 2014 21:09:29 -  1.3
+++ django-piston-0.2.3-r1.ebuild   30 Dec 2014 04:50:14 -  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/dev-python/django-piston/django-piston-0.2.3-r1.ebuild,v
 1.3 2014/08/10 21:09:29 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-piston/django-piston-0.2.3-r1.ebuild,v
 1.4 2014/12/30 04:50:14 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
@@ -18,5 +18,5 @@
 IUSE=
 
 RDEPEND=dev-python/django[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
+DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]



1.3  dev-python/django-piston/django-piston-.ebuild

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

Index: django-piston-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-piston/django-piston-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-piston-.ebuild   10 Aug 2014 21:09:29 -  1.2
+++ django-piston-.ebuild   30 Dec 2014 04:50:14 -  1.3
@@ -1,14 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-piston/django-piston-.ebuild,v 
1.2 2014/08/10 21:09:29 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-piston/django-piston-.ebuild,v 
1.3 2014/12/30 04:50:14 idella4 Exp $
 
-EAPI=3
+EAPI=5
 
-PYTHON_DEPEND=2
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS=3.*
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils mercurial
+inherit distutils-r1 mercurial
 
 PYTHON_MODNAME=piston
 
@@ -19,21 +17,10 @@
 LICENSE=BSD
 SLOT=0
 KEYWORDS=
-IUSE=examples
+IUSE=
 
-RDEPEND=dev-python/django
-DEPEND=${RDEPEND}
-   dev-python/setuptools
+RDEPEND=dev-python/django[${PYTHON_USEDEP}]
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
 
 S=${WORKDIR}/${PN}
-
-src_install() {
-   DOCS=AUTHORS.txt
-
-   distutils_src_install
-
-   if use examples ; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}



1.9  dev-python/django-piston/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-piston/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Aug 2014 21:09:29 -  1.8
+++ ChangeLog   30 Dec 2014 04:50:14 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-piston
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-piston/ChangeLog,v 1.8 
2014/08/10 21:09:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-piston/ChangeLog,v 1.9 
2014/12/30 04:50:14 idella4 Exp $
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org django-piston-0.2.3-r1.ebuild,
+  django-piston-.ebuild:
+  conversion - distutils-r1 of live 

[gentoo-commits] gentoo-x86 commit in www-servers/pound: pound-2.7f.ebuild ChangeLog

2014-12-29 Thread Patrick Lauer (patrick)
patrick 14/12/30 04:54:38

  Modified: ChangeLog
  Added:pound-2.7f.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.55 www-servers/pound/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   25 Oct 2014 03:42:11 -  1.54
+++ ChangeLog   30 Dec 2014 04:54:38 -  1.55
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/pound
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.54 
2014/10/25 03:42:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.55 
2014/12/30 04:54:38 patrick Exp $
+
+*pound-2.7f (30 Dec 2014)
+
+  30 Dec 2014; Patrick Lauer patr...@gentoo.org +pound-2.7f.ebuild:
+  Bump
 
 *pound-2.7d (25 Oct 2014)
 



1.1  www-servers/pound/pound-2.7f.ebuild

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

Index: pound-2.7f.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.7f.ebuild,v 1.1 
2014/12/30 04:54:38 patrick Exp $

EAPI=5
inherit eutils

MY_P=${P/p/P}
DESCRIPTION=A http/https reverse-proxy and load-balancer
HOMEPAGE=http://www.apsis.ch/pound/;
SRC_URI=http://www.apsis.ch/pound/${MY_P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86
IUSE=

DEPEND=dev-libs/libpcre
dev-libs/openssl
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_install() {
dodir /usr/sbin
cp ${S}/pound ${D}/usr/sbin/
cp ${S}/poundctl ${D}/usr/sbin/

doman pound.8
doman poundctl.8
dodoc README FAQ

dodir /etc/init.d
newinitd ${FILESDIR}/pound.init-1.9 pound

insinto /etc
newins ${FILESDIR}/pound-2.2.cfg pound.cfg
}

pkg_postinst() {
elog No demo-/sample-configfile is included in the distribution -
elog read the man-page for more info.
elog A sample (localhost: - localhost:80) for gentoo is given in 
\/etc/pound.cfg\.
echo
ewarn You will have to upgrade you configuration file, if you are
ewarn upgrading from a version = 2.0.
echo
ewarn The 'WebDAV' config statement is no longer supported!
ewarn Please adjust your configuration, if necessary.
echo
}






[gentoo-commits] gentoo-x86 commit in games-rpg/soltys: ChangeLog soltys-1.0-r1.ebuild soltys-1.0.ebuild

2014-12-29 Thread Denis Dupeyron (calchan)
calchan 14/12/30 05:43:42

  Modified: ChangeLog
  Added:soltys-1.0-r1.ebuild
  Removed:  soltys-1.0.ebuild
  Log:
  Remove hq3x as default scaler as it can be too ambitious for some machines 
and can be changed by the user at run time.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-rpg/soltys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/soltys/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   30 Oct 2014 00:16:18 -  1.1
+++ ChangeLog   30 Dec 2014 05:43:42 -  1.2
@@ -1,6 +1,13 @@
 # ChangeLog for games-rpg/soltys
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/ChangeLog,v 1.1 2014/10/30 
00:16:18 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/ChangeLog,v 1.2 2014/12/30 
05:43:42 calchan Exp $
+
+*soltys-1.0-r1 (30 Dec 2014)
+
+  30 Dec 2014; Denis Dupeyron calc...@gentoo.org -soltys-1.0.ebuild,
+  +soltys-1.0-r1.ebuild:
+  Remove hq3x as default scaler as it can be too ambitious for some machines
+  and can be changed by the user at run time.
 
 *soltys-1.0 (30 Oct 2014)
 



1.1  games-rpg/soltys/soltys-1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/soltys/soltys-1.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/soltys/soltys-1.0-r1.ebuild?rev=1.1content-type=text/plain

Index: soltys-1.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/soltys-1.0-r1.ebuild,v 1.1 
2014/12/30 05:43:42 calchan Exp $

EAPI=5
inherit unpacker eutils games

DESCRIPTION=Classic adventure game
HOMEPAGE=http://wiki.scummvm.org/index.php/Soltys;
SRC_URI=linguas_en? ( mirror://sourceforge/scummvm/${PN}-en-v${PV}.zip )
linguas_es? ( mirror://sourceforge/scummvm/${PN}-es-v${PV}.zip )
linguas_pl? ( mirror://sourceforge/scummvm/${PN}-pl-v${PV}.zip )
!linguas_en? ( !linguas_es? ( !linguas_pl? ( 
mirror://sourceforge/scummvm/${PN}-en-v${PV}.zip ) ) )
http://www.scummvm.org/images/cat-soltys.png;

LICENSE=Soltys
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=linguas_en linguas_es linguas_pl

RDEPEND==games-engines/scummvm-1.5
DEPEND=$(unpacker_src_uri_depends)

S=${WORKDIR}

src_unpack() {
if use linguas_en || ( ! use linguas_en  ! use linguas_es  ! use 
linguas_pl ) ; then
mkdir -p en || die
unpacker ${PN}-en-v${PV}.zip
mv vol.{cat,dat} en/ || die
fi
if use linguas_es ; then
mkdir -p es || die
unpacker ${PN}-es-v${PV}.zip
mv soltys-es-v1-0/vol.{cat,dat} es/ || die
fi
if use linguas_pl ; then
mkdir -p pl || die
unpacker ${PN}-pl-v${PV}.zip
mv vol.{cat,dat} pl/ || die
fi
}

src_prepare() {
rm -rf license.txt soltys-es-v1-0
}

src_install() {
insinto ${GAMES_DATADIR}/${PN}
doins -r *
newicon ${DISTDIR}/cat-soltys.png soltys.png
if use linguas_en || ( ! use linguas_en  ! use linguas_es  ! use 
linguas_pl ) ; then
games_make_wrapper soltys-en scummvm -f -p 
\${GAMES_DATADIR}/${PN}/en\ soltys .
make_desktop_entry ${PN}-en Soltys (English) soltys
fi
if use linguas_es ; then
games_make_wrapper soltys-es scummvm -f -p 
\${GAMES_DATADIR}/${PN}/es\ soltys .
make_desktop_entry ${PN}-es Soltys (Español) soltys
fi
if use linguas_pl ; then
games_make_wrapper soltys-pl scummvm -f -p 
\${GAMES_DATADIR}/${PN}/pl\ soltys .
make_desktop_entry ${PN}-pl Soltys (Polski) soltys
fi
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in dev-python/embedly: embedly-0.4.3-r1.ebuild ChangeLog embedly-0.4.3.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 06:09:35

  Modified: ChangeLog
  Added:embedly-0.4.3-r1.ebuild
  Removed:  embedly-0.4.3.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/embedly/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/embedly/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 May 2012 01:20:59 -  1.1
+++ ChangeLog   30 Dec 2014 06:09:35 -  1.2
@@ -1,10 +1,15 @@
 # ChangeLog for dev-python/embedly
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/embedly/ChangeLog,v 1.1 
2012/05/15 01:20:59 rafaelmartins Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/embedly/ChangeLog,v 1.2 
2014/12/30 06:09:35 idella4 Exp $
+
+*embedly-0.4.3-r1 (30 Dec 2014)
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org +embedly-0.4.3-r1.ebuild,
+  -embedly-0.4.3.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
 *embedly-0.4.3 (15 May 2012)
 
   15 May 2012; Rafael G. Martins rafaelmart...@gentoo.org
   +embedly-0.4.3.ebuild, +metadata.xml:
   Initial version.
-



1.1  dev-python/embedly/embedly-0.4.3-r1.ebuild

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

Index: embedly-0.4.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/embedly/embedly-0.4.3-r1.ebuild,v 
1.1 2014/12/30 06:09:35 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN=Embedly
MY_P=${MY_PN}-${PV}

DESCRIPTION=Python Library for Embedly
HOMEPAGE=https://github.com/embedly/embedly-python/ 
http://pypi.python.org/pypi/Embedly;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

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

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

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in dev-python/figleaf: figleaf-0.6.1-r1.ebuild ChangeLog figleaf-0.6.1.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 06:19:49

  Modified: ChangeLog
  Added:figleaf-0.6.1-r1.ebuild
  Removed:  figleaf-0.6.1.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/figleaf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Mar 2014 06:49:50 -  1.2
+++ ChangeLog   30 Dec 2014 06:19:49 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/figleaf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.2 
2014/03/17 06:49:50 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.3 
2014/12/30 06:19:49 idella4 Exp $
+
+*figleaf-0.6.1-r1 (30 Dec 2014)
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org +figleaf-0.6.1-r1.ebuild,
+  -figleaf-0.6.1.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   17 Mar 2014; Kacper Kowalik xarthis...@gentoo.org metadata.xml:
   Remove myself from metadata.xml



1.1  dev-python/figleaf/figleaf-0.6.1-r1.ebuild

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

Index: figleaf-0.6.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/figleaf-0.6.1-r1.ebuild,v 
1.1 2014/12/30 06:19:49 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Code coverage tool
HOMEPAGE=http://darcs.idyll.org/~t/projects/figleaf/doc/ 
http://pypi.python.org/pypi/figleaf;
SRC_URI=http://darcs.idyll.org/~t/projects/${P}.tar.gz;

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

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

DOCS=doc/*.txt doc/ChangeLog

python_test() {
nosetests || die tests failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in licenses: Dreamweb

2014-12-29 Thread Denis Dupeyron (calchan)
calchan 14/12/30 06:25:50

  Added:Dreamweb
  Log:
  Add Dreamweb license for games-rpg/dreamweb.

Revision  ChangesPath
1.1  licenses/Dreamweb

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/Dreamweb?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/Dreamweb?rev=1.1content-type=text/plain

Index: Dreamweb
===
Dreamweb PC DOS version. Version 1.1
(C) 1994 Neil Dodwell and David Dew trading as Creative Reality


Changelog:
v1.1 Added manual and diary scans. With help from Simon Sawatzki (sim...@gmx.de)
v1.0 Initial freeware release


LICENSE:

 1) You may distribute this game for free on any medium, provided this license 
and all associated copyright notices and disclaimers are left intact.

 2) You may charge a reasonable copying fee for this archive, and may distribute
it in aggregate as part of a larger  possibly commercial software distribution
(such as a Linux distribution or magazine coverdisk). You must provide proper
attribution and ensure this license and all associated copyright notices, and 
disclaimers are left intact.

 3) You may not charge a fee for the game itself. This includes reselling the
game as an individual item.

 4) All game content is (C) Neil Dodwell and David Dew trading as Creative 
Reality.
The ScummVM engine is (C) The ScummVM Team (www.scummvm.org)

 5) THE GAMEDATA IN THIS ARCHIVE IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.







[gentoo-commits] gentoo-x86 commit in games-rpg/dreamweb: - New directory

2014-12-29 Thread Denis Dupeyron (calchan)
calchan 14/12/30 06:26:32

  Log:
  Directory /var/cvsroot/gentoo-x86/games-rpg/dreamweb added to the repository



[gentoo-commits] gentoo-x86 commit in games-rpg/dreamweb: metadata.xml ChangeLog dreamweb-1.1.ebuild Manifest

2014-12-29 Thread Denis Dupeyron (calchan)
calchan 14/12/30 06:49:33

  Added:metadata.xml ChangeLog dreamweb-1.1.ebuild Manifest
  Log:
  Initial commit.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-rpg/dreamweb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/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
herdgames/herd
use
  flag name=docHigh-resolution scans of the written material in the 
original UK game box/flag
/use
/pkgmetadata



1.1  games-rpg/dreamweb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for games-rpg/dreamweb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/dreamweb/ChangeLog,v 1.1 
2014/12/30 06:49:33 calchan Exp $

*dreamweb-1.1 (30 Dec 2014)

  30 Dec 2014; Denis Dupeyron calc...@gentoo.org +dreamweb-1.1.ebuild,
  +metadata.xml:
  Initial commit.




1.1  games-rpg/dreamweb/dreamweb-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/dreamweb-1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dreamweb/dreamweb-1.1.ebuild?rev=1.1content-type=text/plain

Index: dreamweb-1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/dreamweb/dreamweb-1.1.ebuild,v 1.1 
2014/12/30 06:49:33 calchan Exp $

EAPI=5
inherit unpacker eutils games

DESCRIPTION=Top-down adventure game set in a gritty futuristic/dystopian city
HOMEPAGE=http://wiki.scummvm.org/index.php/Dreamweb;
SRC_URI=doc? ( mirror://sourceforge/scummvm/${PN}-manuals-en-highres.zip )
linguas_de? ( mirror://sourceforge/scummvm/${PN}-cd-de-${PV}.zip )
linguas_en? ( mirror://sourceforge/scummvm/${PN}-cd-us-${PV}.zip )
linguas_en_GB? ( mirror://sourceforge/scummvm/${PN}-cd-uk-${PV}.zip )
linguas_en_US? ( mirror://sourceforge/scummvm/${PN}-cd-us-${PV}.zip )
linguas_es? ( mirror://sourceforge/scummvm/${PN}-cd-es-${PV}.zip )
linguas_fr? ( mirror://sourceforge/scummvm/${PN}-cd-fr-${PV}.zip )
linguas_it? ( mirror://sourceforge/scummvm/${PN}-cd-it-${PV}.zip )
!linguas_de? ( !linguas_en? ( !linguas_en_GB? ( !linguas_en_US? ( 
!linguas_es? ( !linguas_fr? ( !linguas_it? \
( mirror://sourceforge/scummvm/${PN}-cd-us-${PV}.zip ) ) ) ) ) 
) )
http://www.scummvm.org/images/cat-dreamweb.png;

LICENSE=Dreamweb
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc linguas_de linguas_en linguas_en_GB linguas_en_US linguas_es 
linguas_fr linguas_it

RDEPEND==games-engines/scummvm-1.7[flac]
DEPEND=$(unpacker_src_uri_depends)

S=${WORKDIR}

src_unpack() {
if use linguas_de ; then
mkdir -p ${S}/de || die
cd ${S}/de || die
unpacker ${PN}-cd-de-${PV}.zip
fi
if use linguas_en || use linguas_en_US || ( ! use linguas_de  ! use 
linguas_en  ! use linguas_en_GB  \
! use linguas_en_US  ! use linguas_es  ! use 
linguas_fr  ! use linguas_it ) ; then
mkdir -p ${S}/en_US || die
cd ${S}/en_US || die
unpacker ${PN}-cd-us-${PV}.zip
fi
if use linguas_en_GB ; then
mkdir -p ${S}/en_GB || die
cd ${S}/en_GB || die
unpacker ${PN}-cd-uk-${PV}.zip
fi
if use linguas_es ; then
mkdir -p ${S}/es || die
cd ${S}/es || die
unpacker ${PN}-cd-es-${PV}.zip
fi
if use linguas_fr ; then
mkdir -p ${S}/fr || die
cd ${S}/fr || die
unpacker ${PN}-cd-fr-${PV}.zip
fi
if use linguas_it ; then
mkdir -p ${S}/it || die
cd ${S}/it || die
unpacker ${PN}-cd-it-${PV}.zip
fi
if use doc ; then
mkdir -p ${S}/doc || die
cd ${S}/doc || die
unpacker ${PN}-manuals-en-highres.zip
fi
}

src_prepare() {
rm -rf */license.txt */*.EXE || die
}

src_install() {
insinto ${GAMES_DATADIR}/${PN}
newicon ${DISTDIR}/cat-dreamweb.png dreamweb.png

[gentoo-commits] gentoo-x86 commit in dev-ruby/sass-rails: sass-rails-5.0.1.ebuild ChangeLog

2014-12-29 Thread Hans de Graaff (graaff)
graaff  14/12/30 06:52:17

  Modified: ChangeLog
  Added:sass-rails-5.0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.23 dev-ruby/sass-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   22 Dec 2014 10:37:10 -  1.22
+++ ChangeLog   30 Dec 2014 06:52:17 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/sass-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.22 
2014/12/22 10:37:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.23 
2014/12/30 06:52:17 graaff Exp $
+
+*sass-rails-5.0.1 (30 Dec 2014)
+
+  30 Dec 2014; Hans de Graaff gra...@gentoo.org +sass-rails-5.0.1.ebuild:
+  Version bump.
 
 *sass-rails-5.0.0 (22 Dec 2014)
 



1.1  dev-ruby/sass-rails/sass-rails-5.0.1.ebuild

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

Index: sass-rails-5.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/sass-rails/sass-rails-5.0.1.ebuild,v 1.1 
2014/12/30 06:52:17 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem versionator

DESCRIPTION=Official Ruby-on-Rails Integration with Sass
HOMEPAGE=https://github.com/rails/sass-rails;

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86

IUSE=

# Restrict tests for now since it is hard to set up the right
# environment with the correct ruby interpreter and Rails test
# application.
RESTRICT=test

#ruby_add_bdepend test? ( dev-ruby/sfl dev-ruby/bundler )

ruby_add_rdepend =dev-ruby/sass-3.1 =dev-ruby/sass-3*
=dev-ruby/railties-4*
=dev-ruby/sprockets-rails-2.0 dev-ruby/sprockets-rails-4
=dev-ruby/sprockets-2.8 dev-ruby/sprockets-4
=dev-ruby/tilt-1.1 =dev-ruby/tilt-1*

each_ruby_test() {
${RUBY} -S bundle exec rake test || die
}






[gentoo-commits] gentoo-x86 commit in sys-fs/udisks: udisks-2.1.4.ebuild ChangeLog

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 06:54:19

  Modified: ChangeLog
  Added:udisks-2.1.4.ebuild
  Log:
  Version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.175sys-fs/udisks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   6 Dec 2014 20:19:20 -   1.174
+++ ChangeLog   30 Dec 2014 06:54:19 -  1.175
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udisks
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.174 2014/12/06 
20:19:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.175 2014/12/30 
06:54:19 williamh Exp $
+
+*udisks-2.1.4 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org +udisks-2.1.4.ebuild:
+  Version bump approved by ssuominen
 
   06 Dec 2014; Mikle Kolyada zlog...@gentoo.org udisks-1.0.5-r1.ebuild,
   udisks-1.0.5.ebuild, udisks-2.1.3.ebuild:



1.1  sys-fs/udisks/udisks-2.1.4.ebuild

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

Index: udisks-2.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-2.1.4.ebuild,v 1.1 
2014/12/30 06:54:19 williamh Exp $

EAPI=5
inherit bash-completion-r1 eutils linux-info systemd udev

DESCRIPTION=Daemon providing interfaces to work with storage devices
HOMEPAGE=http://www.freedesktop.org/wiki/Software/udisks;
SRC_URI=http://udisks.freedesktop.org/releases/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86
IUSE=debug cryptsetup +gptfdisk +introspection selinux systemd

COMMON_DEPEND==dev-libs/glib-2.32
=dev-libs/libatasmart-0.19
=sys-auth/polkit-0.110
virtual/acl
virtual/libgudev:=
virtual/udev
introspection? ( =dev-libs/gobject-introspection-1.30 )
systemd? ( sys-apps/systemd )
# gptfdisk - src/udiskslinuxpartition.c - sgdisk (see also #412801#c1)
# util-linux - mount, umount, swapon, swapoff (see also #403073)
RDEPEND=${COMMON_DEPEND}
=sys-apps/util-linux-2.20.1-r2
=sys-block/parted-3
virtual/eject
cryptsetup? (
sys-fs/cryptsetup[udev(+)]
sys-fs/lvm2[udev(+)]
)
gptfdisk? ( =sys-apps/gptfdisk-0.8 )
selinux? ( sec-policy/selinux-devicekit )

DEPEND=${COMMON_DEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
=dev-util/gdbus-codegen-2.32
dev-util/intltool
=sys-kernel/linux-headers-3.1
virtual/pkgconfig

QA_MULTILIB_PATHS=usr/lib/udisks2/udisksd

DOCS=AUTHORS HACKING NEWS README

pkg_setup() {
# Listing only major arch's here to avoid tracking kernel's defconfig
if use amd64 || use arm || use ppc || use ppc64 || use x86; then
CONFIG_CHECK=~!IDE #319829
CONFIG_CHECK+= ~TMPFS_POSIX_ACL #412377
CONFIG_CHECK+= ~SWAP # 
http://forums.gentoo.org/viewtopic-t-923640.html
CONFIG_CHECK+= ~NLS_UTF8 #425562
kernel_is lt 3 10  CONFIG_CHECK+= ~USB_SUSPEND #331065, 
#477278
linux-info_pkg_setup
fi
}

src_prepare() {
use systemd || { sed -i -e 's:libsystemd-login:disable:' configure || 
die; }

epatch_user
}

src_configure() {
econf \
--localstatedir=${EPREFIX}/var \
--disable-static \
$(use_enable debug) \
--disable-gtk-doc \
$(use_enable introspection) \
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html \
--with-udevdir=$(get_udevdir) \
$(systemd_with_unitdir)
}

src_install() {
default
prune_libtool_files
keepdir /var/lib/udisks2 #383091

rm -rf ${ED}/usr/share/bash-completion
dobashcomp data/completions/udisksctl

local htmldir=udisks2
if [[ -d ${ED}/usr/share/doc/${PF}/html/${htmldir} ]]; then
dosym 

[gentoo-commits] gentoo-x86 commit in net-libs/libssh: ChangeLog libssh-0.6.4.ebuild

2014-12-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/30 07:00:18

  Modified: ChangeLog libssh-0.6.4.ebuild
  Log:
  Fixed compilation with libgcrypt (bug #533424)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.118net-libs/libssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   23 Dec 2014 08:35:29 -  1.117
+++ ChangeLog   30 Dec 2014 07:00:18 -  1.118
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.117 
2014/12/23 08:35:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.118 
2014/12/30 07:00:18 polynomial-c Exp $
+
+  30 Dec 2014; Lars Wendler polynomia...@gentoo.org libssh-0.6.4.ebuild:
+  Fixed compilation with libgcrypt (bug #533424).
 
 *libssh-0.6.4 (23 Dec 2014)
 



1.2  net-libs/libssh/libssh-0.6.4.ebuild

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

Index: libssh-0.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libssh-0.6.4.ebuild 23 Dec 2014 08:35:29 -  1.1
+++ libssh-0.6.4.ebuild 30 Dec 2014 07:00:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.1 
2014/12/23 08:35:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.2 
2014/12/30 07:00:18 polynomial-c Exp $
 
 EAPI=5
 
@@ -9,7 +9,8 @@
 
 DESCRIPTION=Access a working SSH implementation by means of a library
 HOMEPAGE=http://www.libssh.org/;
-SRC_URI=https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz - 
${P}.tar.gz
+SRC_URI=https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz - 
${P}.tar.gz
+   
http://git.libssh.org/projects/libssh.git/patch/?id=3880a8ed80a4b1e2c052bd62f328bba2f869d5ae
 - ${PN}-0.6.4-libgcrypt_build_fix.patch
 
 LICENSE=LGPL-2.1
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux
@@ -34,6 +35,7 @@
 
 PATCHES=(
${FILESDIR}/${PN}-0.5.0-tests.patch
+   ${DISTDIR}/${P}-libgcrypt_build_fix.patch
 )
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in sys-power/upower: upower-0.99.2.ebuild ChangeLog

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 07:03:59

  Modified: ChangeLog
  Added:upower-0.99.2.ebuild
  Log:
  version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.167sys-power/upower/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.167view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.167content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?r1=1.166r2=1.167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   26 Sep 2014 11:41:26 -  1.166
+++ ChangeLog   30 Dec 2014 07:03:59 -  1.167
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/upower
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.166 
2014/09/26 11:41:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.167 
2014/12/30 07:03:59 williamh Exp $
+
+*upower-0.99.2 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org +upower-0.99.2.ebuild:
+  version bump approved by ssuominen
 
   26 Sep 2014; Tobias Klausmann klaus...@gentoo.org upower-0.99.1.ebuild:
   Stable on alpha, bug 523044



1.1  sys-power/upower/upower-0.99.2.ebuild

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

Index: upower-0.99.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.99.2.ebuild,v 1.1 
2014/12/30 07:03:59 williamh Exp $

EAPI=5
inherit eutils systemd

DESCRIPTION=D-Bus abstraction for enumerating power devices and querying 
history and statistics
HOMEPAGE=http://upower.freedesktop.org/;
SRC_URI=http://${PN}.freedesktop.org/releases/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0/3 # based on SONAME of libupower-glib.so
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=+introspection ios kernel_FreeBSD kernel_linux

RDEPEND==dev-libs/dbus-glib-0.100
=dev-libs/glib-2.30
sys-apps/dbus:=
introspection? ( dev-libs/gobject-introspection )
kernel_linux? (
virtual/libusb:1
virtual/libgudev:=
virtual/udev
ios? (
=app-pda/libimobiledevice-1:=
=app-pda/libplist-1:=
)
)
DEPEND=${RDEPEND}
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
dev-util/intltool
virtual/pkgconfig

QA_MULTILIB_PATHS=usr/lib/${PN}/.*

DOCS=AUTHORS HACKING NEWS README

src_prepare() {
sed -i -e '/DISABLE_DEPRECATED/d' configure || die
}

src_configure() {
local backend myconf

if use kernel_linux; then
backend=linux
elif use kernel_FreeBSD; then
backend=freebsd
else
backend=dummy
fi

econf \
--libexecdir=${EPREFIX}/usr/lib/${PN} \
--localstatedir=${EPREFIX}/var \
$(use_enable introspection) \
--disable-static \
${myconf} \
--enable-man-pages \
--disable-tests \
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html \
--with-backend=${backend} \
$(use_with ios idevice) \
$(systemd_with_utildir) \
$(systemd_with_unitdir)
}

src_install() {
default

# http://bugs.gentoo.org/487400
insinto /usr/share/doc/${PF}/html/UPower
doins doc/html/*
dosym /usr/share/doc/${PF}/html/UPower /usr/share/gtk-doc/html/UPower

keepdir /var/lib/upower #383091
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.9.ebuild ChangeLog

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 07:12:46

  Modified: ChangeLog
  Added:libvdpau-0.9.ebuild
  Log:
  version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.36 x11-libs/libvdpau/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   20 Jul 2014 19:26:04 -  1.35
+++ ChangeLog   30 Dec 2014 07:12:46 -  1.36
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libvdpau
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.35 
2014/07/20 19:26:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.36 
2014/12/30 07:12:46 williamh Exp $
+
+*libvdpau-0.9 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org +libvdpau-0.9.ebuild:
+  version bump approved by ssuominen
 
   20 Jul 2014; Samuli Suominen ssuomi...@gentoo.org libvdpau-0.8.ebuild:
   Use virtualx.eclass for the testsuite wrt #517604 by Nikoli



1.1  x11-libs/libvdpau/libvdpau-0.9.ebuild

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

Index: libvdpau-0.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.9.ebuild,v 1.1 
2014/12/30 07:12:46 williamh Exp $

EAPI=5
VIRTUALX_REQUIRED=test
inherit autotools-multilib virtualx

DESCRIPTION=VDPAU wrapper and trace libraries
HOMEPAGE=http://www.freedesktop.org/wiki/Software/VDPAU;
SRC_URI=http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd
IUSE=doc dri

RDEPEND==x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
dri? ( =x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
!=x11-drivers/nvidia-drivers-180*
!=x11-drivers/nvidia-drivers-185*
!=x11-drivers/nvidia-drivers-190*
abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? (
app-doc/doxygen
media-gfx/graphviz
virtual/latex-base
)
dri? ( =x11-proto/dri2proto-2.2 )

src_configure() {
local myeconfargs=(
--docdir=${EPREFIX}/usr/share/doc/${PF}
$(use_enable doc documentation)
$(use dri || echo --disable-dri2)
)

autotools-multilib_src_configure
}

multilib_src_test() {
Xemake check
}

src_install() {
autotools-multilib_src_install
prune_libtool_files --modules
}






[gentoo-commits] gentoo-x86 commit in x11-misc/vdpauinfo: vdpauinfo-0.9.ebuild ChangeLog

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 07:16:48

  Modified: ChangeLog
  Added:vdpauinfo-0.9.ebuild
  Log:
  version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.7  x11-misc/vdpauinfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Oct 2013 19:12:26 -  1.6
+++ ChangeLog   30 Dec 2014 07:16:48 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/vdpauinfo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.6 
2013/10/25 19:12:26 cardoe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.7 
2014/12/30 07:16:48 williamh Exp $
+
+*vdpauinfo-0.9 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org +vdpauinfo-0.9.ebuild:
+  version bump approved by ssuominen
 
 *vdpauinfo-0.1 (25 Oct 2013)
 



1.1  x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild

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

Index: vdpauinfo-0.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild,v 
1.1 2014/12/30 07:16:48 williamh Exp $

EAPI=5

DESCRIPTION=Displays info about your card's VDPAU support
HOMEPAGE=http://www.freedesktop.org/wiki/Software/VDPAU;
SRC_URI=http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz;

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

RDEPEND=x11-libs/libX11
x11-libs/libvdpau
DEPEND=${RDEPEND}
virtual/pkgconfig
x11-proto/xproto






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

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 07:24:52

  Modified: ChangeLog eutils.eclass
  Log:
  Modify eutils.eclass to allow 512x512 icons to be installed (this was
  approved by ssuominen).

Revision  ChangesPath
1.1490   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1489
retrieving revision 1.1490
diff -u -r1.1489 -r1.1490
--- ChangeLog   28 Dec 2014 22:55:58 -  1.1489
+++ ChangeLog   30 Dec 2014 07:24:52 -  1.1490
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1489 2014/12/28 
22:55:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1490 2014/12/30 
07:24:52 williamh Exp $
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org eutils.eclass:
+  Allow 512x512 icons to be installed (this was approved by ssuominen).
 
   28 Dec 2014; Gilles Dartiguelongue e...@gentoo.org gstreamer.eclass:
   Add workaround for new orc break gstreamer ebuilds, bug #533664.



1.441eclass/eutils.eclass

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

Index: eutils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -r1.440 -r1.441
--- eutils.eclass   15 Nov 2014 09:49:10 -  1.440
+++ eutils.eclass   30 Dec 2014 07:24:52 -  1.441
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.440 2014/11/15 
09:49:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.441 2014/12/30 
07:24:52 williamh Exp $
 
 # @ECLASS: eutils.eclass
 # @MAINTAINER:
@@ -1082,7 +1082,7 @@
size=${2}
fi
case ${size} in
-   16|22|24|32|36|48|64|72|96|128|192|256)
+   16|22|24|32|36|48|64|72|96|128|192|256|512)
size=${size}x${size};;
scalable)
;;






[gentoo-commits] gentoo-x86 commit in dev-ruby/aws-s3: ChangeLog aws-s3-0.6.3.ebuild

2014-12-29 Thread Hans de Graaff (graaff)
graaff  14/12/30 07:33:44

  Modified: ChangeLog aws-s3-0.6.3.ebuild
  Log:
  Add ruby20, ruby21. Avoid deprecated rake code. Fix tests to return a proper 
exit code.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.17 dev-ruby/aws-s3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   11 Nov 2014 11:06:37 -  1.16
+++ ChangeLog   30 Dec 2014 07:33:44 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/aws-s3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v 1.16 2014/11/11 
11:06:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v 1.17 2014/12/30 
07:33:44 graaff Exp $
+
+  30 Dec 2014; Hans de Graaff gra...@gentoo.org aws-s3-0.6.3.ebuild:
+  Add ruby20, ruby21. Avoid deprecated rake code. Fix tests to return a proper
+  exit code.
 
   11 Nov 2014; Manuel Rüger mr...@gentoo.org aws-s3-0.6.3.ebuild:
   Drop jruby target.



1.5  dev-ruby/aws-s3/aws-s3-0.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild?r1=1.4r2=1.5

Index: aws-s3-0.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aws-s3-0.6.3.ebuild 11 Nov 2014 11:06:37 -  1.4
+++ aws-s3-0.6.3.ebuild 30 Dec 2014 07:33:44 -  1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild,v 1.4 
2014/11/11 11:06:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild,v 1.5 
2014/12/30 07:33:44 graaff Exp $
 
 EAPI=4
 
-USE_RUBY=ruby19
+USE_RUBY=ruby19 ruby20 ruby21
 
-RUBY_FAKEGEM_TASK_DOC=doc:rdoc
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=README
 
@@ -33,3 +33,7 @@
 RUBY_PATCHES=(
${P}+ruby19.patch
 )
+
+each_ruby_test() {
+   ${RUBY} -I. -e Dir['test/*_test.rb'].each {|f| require f } || die
+}






[gentoo-commits] gentoo-x86 commit in x11-themes/hicolor-icon-theme: hicolor-icon-theme-0.14.ebuild ChangeLog

2014-12-29 Thread William Hubbs (williamh)
williamh14/12/30 07:36:12

  Modified: ChangeLog
  Added:hicolor-icon-theme-0.14.ebuild
  Log:
  version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.66 x11-themes/hicolor-icon-theme/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   19 Feb 2013 04:52:06 -  1.65
+++ ChangeLog   30 Dec 2014 07:36:12 -  1.66
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/hicolor-icon-theme
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 
1.65 2013/02/19 04:52:06 zmedico Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 
1.66 2014/12/30 07:36:12 williamh Exp $
+
+*hicolor-icon-theme-0.14 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs willi...@gentoo.org
+  +hicolor-icon-theme-0.14.ebuild:
+  version bump approved by ssuominen
 
   19 Feb 2013; Zac Medico zmed...@gentoo.org hicolor-icon-theme-0.12.ebuild:
   Add ~arm-linux keyword.



1.1  
x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild?rev=1.1content-type=text/plain

Index: hicolor-icon-theme-0.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v
 1.1 2014/12/30 07:36:12 williamh Exp $

inherit gnome2-utils

DESCRIPTION=Fallback theme for the freedesktop icon theme specification
HOMEPAGE=http://icon-theme.freedesktop.org/wiki/HicolorTheme;
SRC_URI=http://icon-theme.freedesktop.org/releases/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=

RESTRICT=binchecks strip

src_install() {
emake DESTDIR=${D} install || die
dodoc ChangeLog README
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }






[gentoo-commits] gentoo-x86 commit in dev-ruby/mime-types: mime-types-2.4.3.ebuild ChangeLog

2014-12-29 Thread Hans de Graaff (graaff)
graaff  14/12/30 07:43:06

  Modified: mime-types-2.4.3.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/mime-types/mime-types-2.4.3.ebuild

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

Index: mime-types-2.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mime-types-2.4.3.ebuild 24 Oct 2014 14:53:58 -  1.1
+++ mime-types-2.4.3.ebuild 30 Dec 2014 07:43:06 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.3.ebuild,v 1.1 
2014/10/24 14:53:58 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.3.ebuild,v 1.2 
2014/12/30 07:43:06 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_EXTRADOC=History.rdoc History-Types.rdoc README.rdoc
@@ -29,5 +29,5 @@
 }
 
 each_ruby_test() {
-   ${RUBY} -Ilib -S testrb test/test_*.rb || die
+   ${RUBY} -Ilib:test:. -e 'Dir[test/test_*.rb].each{|f| require f}' || 
die
 }



1.60 dev-ruby/mime-types/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   30 Oct 2014 15:57:09 -  1.59
+++ ChangeLog   30 Dec 2014 07:43:06 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mime-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.59 
2014/10/30 15:57:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.60 
2014/12/30 07:43:06 graaff Exp $
+
+  30 Dec 2014; Hans de Graaff gra...@gentoo.org mime-types-2.4.3.ebuild:
+  Add ruby22.
 
   30 Oct 2014; Manuel Rüger mr...@gentoo.org -mime-types-2.2.ebuild,
   -mime-types-2.3.ebuild, -mime-types-2.4.1.ebuild, -mime-types-2.4.ebuild,






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/X11-XCB/

2014-12-29 Thread hasufell
commit: be95a8a148f0d7f6ee77eb07540d618dca378086
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sun Dec 28 16:05:41 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sun Dec 28 16:05:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=be95a8a1

[fixup] dev-perl/X11-XCB LICENSE is set by eclass already

---
 dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
index 51f25c2..7c86dad 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
@@ -10,7 +10,6 @@ inherit perl-module
 
 DESCRIPTION=Perl bindings for libxcb
 
-LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MouseX-NativeTraits/

2014-12-29 Thread hasufell
commit: 4cc3126a5ac64ada9c945655c4350a7cbb3f041f
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sat Dec 27 16:45:01 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sat Dec 27 16:45:01 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4cc3126a

[added] dev-perl/MouseX-NativeTraits-1.90.0

Will be needed for dev-perl/X11-XCB-0.90.0.

---
 .../MouseX-NativeTraits-1.90.0.ebuild  | 23 ++
 dev-perl/MouseX-NativeTraits/metadata.xml  | 10 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild 
b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
new file mode 100644
index 000..e101223
--- /dev/null
+++ b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2014 Julian Ospald hasuf...@gentoo.org
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=GFUJI
+MODULE_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION=Extend your attribute interfaces for Mouse
+
+LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+DEPEND=dev-perl/Any-Moose
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Test-Fatal )
+RDEPEND=dev-perl/Mouse
+
+SRC_TEST=do

diff --git a/dev-perl/MouseX-NativeTraits/metadata.xml 
b/dev-perl/MouseX-NativeTraits/metadata.xml
new file mode 100644
index 000..64b38f2
--- /dev/null
+++ b/dev-perl/MouseX-NativeTraits/metadata.xml
@@ -0,0 +1,10 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdperl/herd
+   maintainer
+   emailhasuf...@gentoo.org/email
+   nameJulian Ospald/name
+   /maintainer
+/pkgmetadata
+



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/XS-Object-Magic/

2014-12-29 Thread hasufell
commit: 02baf1113fc02d0d57601815522759aab3cfd5ba
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sat Dec 27 16:44:18 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sat Dec 27 16:44:18 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=02baf111

[added] dev-perl/XS-Object-Magic-0.40.0

Will be needed for dev-perl/X11-XCB-0.90.0.

---
 .../XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild  | 29 ++
 dev-perl/XS-Object-Magic/metadata.xml  | 10 
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild 
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
new file mode 100644
index 000..144d519
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2014 Julian Ospald hasuf...@gentoo.org
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION=Opaque, extensible XS pointer backed objects using sv_magic
+
+LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+RDEPEND=virtual/perl-parent
+DEPEND=
+   dev-perl/extutils-depends
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Scalar-List-Utils
+   test? (
+   dev-perl/Test-Fatal
+   dev-perl/Test-use-ok
+   )
+
+
+SRC_TEST=do

diff --git a/dev-perl/XS-Object-Magic/metadata.xml 
b/dev-perl/XS-Object-Magic/metadata.xml
new file mode 100644
index 000..20af62f
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/metadata.xml
@@ -0,0 +1,10 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdperl/herd
+   maintainer
+   emailhasuf...@gentoo.de/email
+   nameJulian Ospald/name
+   /maintainer
+/pkgmetadata
+



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MouseX-NativeTraits/

2014-12-29 Thread hasufell
commit: a0946aa4681903c53b98734774fdce8b73fff458
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sun Dec 28 16:06:00 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sun Dec 28 16:06:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a0946aa4

[fixup] dev-perl/MouseX-NativeTraits LICENSE is set by eclass already

---
 dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild 
b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
index e101223..838880e 100644
--- a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
+++ b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
@@ -10,7 +10,6 @@ inherit perl-module
 
 DESCRIPTION=Extend your attribute interfaces for Mouse
 
-LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/XS-Object-Magic/

2014-12-29 Thread hasufell
commit: 0d22c927a670619aa16ccf955029ce2894e8274c
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sun Dec 28 16:03:42 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sun Dec 28 16:03:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0d22c927

[fixup] dev-perl/XS-Object-Magic LICENSE is set by eclass already

---
 dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild 
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
index 144d519..4800bf5 100644
--- a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
@@ -10,7 +10,6 @@ inherit perl-module
 
 DESCRIPTION=Opaque, extensible XS pointer backed objects using sv_magic
 
-LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/X11-XCB/

2014-12-29 Thread hasufell
commit: 71886ddc7842e0b702e407daa8d38fe0fb67f0f9
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sun Dec 28 16:03:17 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sun Dec 28 16:03:17 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=71886ddc

[fixup] dev-perl/X11-XCB fix skipping of tests

---
 dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
index 3779465..51f25c2 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
@@ -29,6 +29,6 @@ DEPEND=dev-perl/extutils-depends
dev-perl/Test-Exception
)
 
-SRC_TEST=skip # FIXME: portage/virtualx messes up
+RESTRICT=test # FIXME: portage/virtualx messes up
 
 MAKEOPTS+= -j1



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/X11-XCB/

2014-12-29 Thread hasufell
commit: 0e69f9d6e4aad61e6b16a716f2a2d66bb38ece34
Author: hasufell hasufell AT hasufell DOT de
AuthorDate: Sat Dec 27 16:45:48 2014 +
Commit: hasufell hasufell AT hasufell DOT de
CommitDate: Sat Dec 27 16:45:48 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e69f9d6

[added] dev-perl/X11-XCB-0.90.0

---
 dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild | 34 ++
 dev-perl/X11-XCB/metadata.xml  | 10 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
new file mode 100644
index 000..3779465
--- /dev/null
+++ b/dev-perl/X11-XCB/X11-XCB-0.90.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2014 Julian Ospald hasuf...@gentoo.org
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=MSTPLBG
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION=Perl bindings for libxcb
+
+LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+RDEPEND=dev-perl/Mouse
+   dev-perl/MouseX-NativeTraits
+   dev-perl/Try-Tiny
+   virtual/perl-XSLoader
+DEPEND=dev-perl/extutils-depends
+   dev-perl/XS-Object-Magic
+   virtual/perl-Devel-PPPort
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-ExtUtils-ParseXS
+   test? (
+   dev-perl/Test-Deep
+   dev-perl/Test-Exception
+   )
+
+SRC_TEST=skip # FIXME: portage/virtualx messes up
+
+MAKEOPTS+= -j1

diff --git a/dev-perl/X11-XCB/metadata.xml b/dev-perl/X11-XCB/metadata.xml
new file mode 100644
index 000..64b38f2
--- /dev/null
+++ b/dev-perl/X11-XCB/metadata.xml
@@ -0,0 +1,10 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdperl/herd
+   maintainer
+   emailhasuf...@gentoo.org/email
+   nameJulian Ospald/name
+   /maintainer
+/pkgmetadata
+



[gentoo-commits] gentoo-x86 commit in dev-python/functest: functest-0.8.8-r1.ebuild ChangeLog functest-0.8.8.ebuild

2014-12-29 Thread Ian Delaney (idella4)
idella4 14/12/30 07:57:50

  Modified: ChangeLog
  Added:functest-0.8.8-r1.ebuild
  Removed:  functest-0.8.8.ebuild
  Log:
  revbump; conversion - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/functest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/functest/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   22 Jul 2010 16:17:58 -  1.3
+++ ChangeLog   30 Dec 2014 07:57:50 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/functest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/ChangeLog,v 1.3 
2010/07/22 16:17:58 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/ChangeLog,v 1.4 
2014/12/30 07:57:50 idella4 Exp $
+
+*functest-0.8.8-r1 (30 Dec 2014)
+
+  30 Dec 2014; Ian Delaney idel...@gentoo.org +functest-0.8.8-r1.ebuild,
+  -functest-0.8.8.ebuild:
+  revbump; conversion - distutils-r1, rm old
 
   22 Jul 2010; Arfrever Frehtes Taifersar Arahesis arfre...@gentoo.org
   functest-0.8.8.ebuild:
@@ -14,4 +20,3 @@
   25 Jul 2009; Jesus Rivero neurog...@gentoo.org +functest-0.8.8.ebuild,
   +metadata.xml:
   Initial commit. Thanks to Almad (b...@almad.net). Closes bug #238899.
-



1.1  dev-python/functest/functest-0.8.8-r1.ebuild

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

Index: functest-0.8.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/functest/functest-0.8.8-r1.ebuild,v 1.1 
2014/12/30 07:57:50 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Functest is a test tool/framework for testing in Python
HOMEPAGE=http://code.google.com/p/functest/ 
http://pypi.python.org/pypi/functest;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

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

python_prepare_all() {
# purge test folder to avoid file collisions
sed -e s:find_packages():find_packages(exclude=['tests','tests.*']): 
-i setup.py || die
distutils-r1_python_prepare_all
}

python_test() {
PATH=scripts:${PATH} nosetests || die Tests fail with ${EPYTHON}
}






  1   2   >