[gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.40.ebuild ChangeLog xfe-1.37.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 08:17:05

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

Revision  ChangesPath
1.99 x11-misc/xfe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   8 Oct 2014 06:40:31 -   1.98
+++ ChangeLog   13 Jan 2015 08:17:05 -  1.99
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xfe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.98 2014/10/08 
06:40:31 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.99 2015/01/13 
08:17:05 jer Exp $
+
+*xfe-1.40 (13 Jan 2015)
+
+  13 Jan 2015; Jeroen Roovers  -xfe-1.37.ebuild,
+  +xfe-1.40.ebuild:
+  Version bump.
 
   08 Oct 2014; Jeroen Roovers  xfe-1.37.ebuild:
   Fix building against newer media-libs/freetype by AlexOmskiy and Matthew



1.1  x11-misc/xfe/xfe-1.40.ebuild

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

Index: xfe-1.40.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.40.ebuild,v 1.1 
2015/01/13 08:17:05 jer Exp $

EAPI=5

PLOCALES="
bs ca cs da de el es_AR es_CO es fr hu it ja nl no pl pt_BR pt_PT ru sv 
tr
zh_CN zh_TW
"
inherit autotools l10n

DESCRIPTION="MS-Explorer-like minimalist file manager for X"
HOMEPAGE="http://roland65.free.fr/xfe";
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug nls startup-notification"

RDEPEND="
media-libs/libpng:0
x11-libs/fox:1.6[truetype,png]
x11-libs/libX11
x11-libs/libXft
startup-notification? ( x11-libs/startup-notification )
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
nls? (
dev-util/intltool
sys-devel/gettext
)
"

DOCS=( AUTHORS BUGS ChangeLog README TODO )

src_prepare() {
cat >po/POTFILES.skip <<-EOF
src/icons.cpp
xfe.desktop.in.in
xfi.desktop.in.in
xfp.desktop.in.in
xfv.desktop.in.in
xfw.desktop.in.in
EOF

# malformed LINGUAS file
# recent intltool expects newline for every linguas
sed -i \
-e '/^#/!s:\s\s*:\n:g' \
po/LINGUAS || die

# remove not selected locales
rm_locale() { sed -i -e "/${1}/d" po/LINGUAS || die ;}
l10n_for_each_disabled_locale_do rm_locale

sed -i \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die

eautoreconf
}

src_configure() {
econf \
$(use_enable debug) \
$(use_enable nls) \
$(use_enable startup-notification sn) \
--enable-minimalflags
}






[gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-4.1.0-remove-dmapi-automagic.patch samba-4.x-readline63_typedef_fix.patch samba4.initd

2015-01-13 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/13 08:49:48

  Removed:  samba-4.1.0-remove-dmapi-automagic.patch
samba-4.x-readline63_typedef_fix.patch samba4.initd
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.1.15.ebuild ChangeLog samba-3.6.23-r1.ebuild

2015-01-13 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/13 08:49:48

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

Revision  ChangesPath
1.706net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.706&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.706&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.705&r2=1.706

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.705
retrieving revision 1.706
diff -u -r1.705 -r1.706
--- ChangeLog   3 Jan 2015 19:54:54 -   1.705
+++ ChangeLog   13 Jan 2015 08:49:48 -  1.706
@@ -1,6 +1,13 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.705 2015/01/03 
19:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.706 2015/01/13 
08:49:48 polynomial-c Exp $
+
+*samba-4.1.15 (13 Jan 2015)
+
+  13 Jan 2015; Lars Wendler  -samba-3.6.23-r1.ebuild,
+  +samba-4.1.15.ebuild, -files/samba-4.1.0-remove-dmapi-automagic.patch,
+  -files/samba4.initd, -files/samba-4.x-readline63_typedef_fix.patch:
+  Version bump. Removed old.
 
   03 Jan 2015; Michał Górny  samba-4.0.23.ebuild,
   samba-4.1.14.ebuild:



1.1  net-fs/samba/samba-4.1.15.ebuild

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

Index: samba-4.1.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.15.ebuild,v 1.1 
2015/01/13 08:49:48 polynomial-c Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'

inherit python-single-r1 waf-utils multilib linux-info systemd

MY_PV="${PV/_rc/rc}"
MY_P="${PN}-${MY_PV}"

SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~hppa ~x86"

DESCRIPTION="Samba Suite Version 4"
HOMEPAGE="http://www.samba.org/";
LICENSE="GPL-3"

SLOT="0"

IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint
ldap quota selinux syslog systemd test winbind"

# sys-apps/attr is an automagic dependency (see bug #489748)
# sys-libs/pam is an automagic dependency (see bug #489770)
CDEPEND="${PYTHON_DEPS}
>=app-crypt/heimdal-1.5[-ssl]
dev-libs/iniparser
dev-libs/popt
sys-libs/readline
virtual/libiconv
dev-python/subunit[${PYTHON_USEDEP}]
sys-apps/attr
sys-libs/libcap
>=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP}]
>=sys-libs/ldb-1.1.17
>=sys-libs/tdb-1.2.12[python,${PYTHON_USEDEP}]
>=sys-libs/talloc-2.0.8[python,${PYTHON_USEDEP}]
>=sys-libs/tevent-0.9.18
sys-libs/zlib
virtual/pam
acl? ( virtual/acl )
addns? ( net-dns/bind-tools[gssapi] )
aio? ( dev-libs/libaio )
cluster? ( >=dev-db/ctdb-1.0.114_p1 )
cups? ( net-print/cups )
dmapi? ( sys-apps/dmapi )
fam? ( virtual/fam )
gnutls? ( dev-libs/libgcrypt:0
>=net-libs/gnutls-1.4.0 )
ldap? ( net-nds/openldap )
systemd? ( sys-apps/systemd:0= )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
client? ( net-fs/cifs-utils[ads?] )
selinux? ( sec-policy/selinux-samba )
"

REQUIRED_USE="ads? ( acl ldap )
${PYTHON_REQUIRED_USE}"

RESTRICT="mirror"

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

CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"

PATCHES=(
"${FILESDIR}/${PN}-4.1.14-named.conf.dlz.patch"
"${FILESDIR}/${PN}-4.0.19-automagic_aio_fix.patch"
# support libsystemd (instead of libsystemd-daemon), bug #526362
"${FILESDIR}/${PN}-4.1.14-libsystemd.patch"
)

WAF_BINARY="${S}/buildtools/bin/waf"

pkg_setup() {
python-single-r1_pkg_setup
if use aio; then
if ! linux_config_exists || ! linux_chkconfig_present AIO; then
ewarn "You must enable AIO support in your 
kernel config, "
ewarn "to be able to support asynchronous I/O. "
ewarn "You can find it at"
ewarn
ewarn "General Support"
ewarn " Enable AIO support "
ewarn
  

[gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.85.ebuild ChangeLog exim-4.85_rc4.ebuild

2015-01-13 Thread Fabian Groffen (grobian)
grobian 15/01/13 08:56:18

  Modified: ChangeLog
  Added:exim-4.85.ebuild
  Removed:  exim-4.85_rc4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.309mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.309&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.309&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.308&r2=1.309

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   3 Jan 2015 10:04:57 -   1.308
+++ ChangeLog   13 Jan 2015 08:56:18 -  1.309
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.308 2015/01/03 
10:04:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.309 2015/01/13 
08:56:18 grobian Exp $
+
+*exim-4.85 (13 Jan 2015)
+
+  13 Jan 2015; Fabian Groffen  +exim-4.85.ebuild,
+  -exim-4.85_rc4.ebuild:
+  Version bump
 
   03 Jan 2015; Fabian Groffen  exim-4.84.ebuild,
   exim-4.85_rc4.ebuild:



1.1  mail-mta/exim/exim-4.85.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85.ebuild?rev=1.1&content-type=text/plain

Index: exim-4.85.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85.ebuild,v 1.1 
2015/01/13 08:56:18 grobian Exp $

EAPI="5"

inherit eutils toolchain-funcs multilib pam systemd

IUSE="dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls 
ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy 
radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X"
REQUIRED_USE="spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) 
pkcs11? ( gnutls )"

COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo 
/test)"

DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
SRC_URI="${COMM_URI}/${P//rc/RC}.tar.bz2
mirror://gentoo/system_filter.exim.gz
doc? ( ${COMM_URI}/${PN}-html-${PV//rc/RC}.tar.bz2 )"
HOMEPAGE="http://www.exim.org/";

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris"

COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=sys-libs/db-3.2
dev-libs/libpcre
perl? ( dev-lang/perl:= )
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )
ssl? ( dev-libs/openssl )
gnutls? ( net-libs/gnutls[pkcs11?]
  dev-libs/libtasn1 )
ldap? ( >=net-nds/openldap-2.0.7 )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )
spf? ( >=mail-filter/libspf2-1.2.5-r1 )
dmarc? ( mail-filter/opendmarc )
srs? ( mail-filter/libsrs_alt )
X? ( x11-proto/xproto
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXaw
)
sqlite? ( dev-db/sqlite )
radius? ( net-dialup/radiusclient )
virtual/libiconv
"
# added X check for #57206
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/mini-qmail
!=mail-mta/msmtp-1.4.19-r1[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/mailwrapper
>=net-mail/mailbase-0.00-r5
virtual/logger
dcc? ( mail-filter/dcc )
selinux? ( sec-policy/selinux-exim )
"

S=${WORKDIR}/${P//rc/RC}

src_prepare() {
epatch "${FILESDIR}"/exim-4.14-tail.patch
epatch "${FILESDIR}"/exim-4.74-localscan_dlopen.patch
epatch "${FILESDIR}"/exim-4.69-r1.27021.patch
epatch "${FILESDIR}"/exim-4.74-radius-db-ENV-clash.patch # 287426
epatch "${FILESDIR}"/exim-4.82-makefile-freebsd.patch # 235785
epatch "${FILESDIR}"/exim-4.77-as-needed-ldflags.patch # 352265, 391279
epatch "${FILESDIR}"/exim-4.76-crosscompile.patch # 266591

if use maildir 

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

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 08:57:50

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

Revision  ChangesPath
1.2  app-crypt/gnupg/gnupg-2.0.26-r3.ebuild

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

Index: gnupg-2.0.26-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnupg-2.0.26-r3.ebuild  31 Dec 2014 18:27:16 -  1.1
+++ gnupg-2.0.26-r3.ebuild  13 Jan 2015 08:57:50 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v 
1.1 2014/12/31 18:27:16 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v 
1.2 2015/01/13 08:57:50 jer Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls mta readline static selinux smartcard tools usb"
 
 COMMON_DEPEND_LIBS="



1.564app-crypt/gnupg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -r1.563 -r1.564
--- ChangeLog   6 Jan 2015 17:54:26 -   1.563
+++ ChangeLog   13 Jan 2015 08:57:50 -  1.564
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.563 
2015/01/06 17:54:26 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.564 
2015/01/13 08:57:50 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  gnupg-2.0.26-r3.ebuild:
+  Stable for HPPA (bug #534110).
 
   06 Jan 2015; Kristian Fiskerstrand  gnupg-2.1.1-r1.ebuild:
   Gnupg 2.1 require the internal dirmngr to be used and provide this by default






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

2015-01-13 Thread Fabian Groffen (grobian)
grobian 15/01/13 08:57:54

  Modified: package.mask ChangeLog
  Log:
  Remove exim-4.85_rc* masks

Revision  ChangesPath
1.16286  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16285
retrieving revision 1.16286
diff -u -r1.16285 -r1.16286
--- package.mask12 Jan 2015 21:54:34 -  1.16285
+++ package.mask13 Jan 2015 08:57:53 -  1.16286
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16285 2015/01/12 
21:54:34 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16286 2015/01/13 
08:57:53 grobian 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
@@ -361,11 +361,6 @@
 # experimental features and accept a more unstable release.
 >=www-client/chromium-41
 
-# Fabian Groffen  (18 Nov 2014)
-# Mask Exim 4.85 release candidates
-=mail-mta/exim-4.85_rc3
-=mail-mta/exim-4.85_rc4
-
 # Markos Chandras  (18 Nov 2014)
 # Mask latest development version for testing
 =x11-misc/lightdm-1.13*



1.9681   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9680
retrieving revision 1.9681
diff -u -r1.9680 -r1.9681
--- ChangeLog   12 Jan 2015 20:00:25 -  1.9680
+++ ChangeLog   13 Jan 2015 08:57:53 -  1.9681
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9680 2015/01/12 
20:00:25 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9681 2015/01/13 
08:57:53 grobian 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!
 
+  13 Jan 2015; Fabian Groffen  package.mask:
+  Remove masks for Exim 4.85 release candidates
+
   12 Jan 2015; Mike Pagano  package.mask:
   Added Expiry to package.mask items
 






[gentoo-commits] gentoo-x86 commit in sys-apps/epoch: epoch-1.2.1.ebuild ChangeLog

2015-01-13 Thread Alice Ferrazzi (alicef)
alicef  15/01/13 09:30:36

  Modified: ChangeLog
  Added:epoch-1.2.1.ebuild
  Log:
  Bump to 1.2.1. Fix Gentoo Copyright.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 sys-apps/epoch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   24 Dec 2014 07:15:18 -  1.10
+++ ChangeLog   13 Jan 2015 09:30:36 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/epoch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.10 2014/12/24 
07:15:18 alicef Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.11 2015/01/13 
09:30:36 alicef Exp $
+
+*epoch-1.2.1 (02 Jan 2015)
+
+  02 Jan 2015; Alice Ferrazzi  +epoch-1.2.1.ebuild:
+  Bump to 1.2.1. Fix Gentoo Copyright.
 
 *epoch-1.2.0 (24 Dec 2014)
 



1.1  sys-apps/epoch/epoch-1.2.1.ebuild

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

Index: epoch-1.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.2.1.ebuild,v 1.1 
2015/01/13 09:30:36 alicef Exp $

EAPI="5"

inherit eutils linux-info

MY_PV="${PV/rc/RC}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="An init system, a /sbin/init replacement; designed for simplicity"
HOMEPAGE="http://universe2.us/epoch.html";
SRC_URI="https://github.com/Subsentient/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

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

pkg_pretend() {
local CONFIG_CHECK="~PROC_FS"

[[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
}

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0-fix-CFLAGS.patch
}

src_compile() {
NEED_EMPTY_CFLAGS=1 sh ./buildepoch.sh || die "Cannot build epoch."
}

newepochins() {
local type="$1"

cd ${type} || die "Cannot change directory."
for file in * ; do
if [[ "${file}" != "epoch" ]] ; then
new${type} ${file} epoch-${file}
fi
done
cd .. || die "Cannot change directory."
}

src_install() {
cd built || die "Cannot change directory."

dosbin sbin/epoch

# For now, rename to epoch-* until we can blend in with a standard 
approach.
newepochins bin
newepochins sbin

insinto /etc/epoch/
newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf
}

pkg_postinst() {
elog "Make sure to provide /run and /tmp tmpfs mounts using /etc/fstab."
elog ""
elog "An example epoch configuration is provided at 
/etc/epoch/epoch.conf"
elog "which starts a minimal needed to use Gentoo."
elog ""
elog "To use epoch, add this kernel parameter: 
init=/usr/sbin/epoch-init"
elog ""
elog "Additional information about epoch is available at"
elog "${HOMEPAGE} and configuration documentation at"
elog "http://universe2.us/epochconfig.html which is useful reading 
material."
elog ""
elog "Its author Subsentient can be contacted at #epoch on 
irc.freenode.net."
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:51:21

  Modified: rdiscount-1.6.8-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild

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

Index: rdiscount-1.6.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rdiscount-1.6.8-r2.ebuild   8 Jan 2015 11:39:22 -   1.6
+++ rdiscount-1.6.8-r2.ebuild   13 Jan 2015 09:51:21 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v 1.6 
2015/01/08 11:39:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v 1.7 
2015/01/13 09:51:21 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.38 dev-ruby/rdiscount/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Jan 2015 11:39:22 -   1.37
+++ ChangeLog   13 Jan 2015 09:51:21 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.37 
2015/01/08 11:39:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.38 
2015/01/13 09:51:21 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  rdiscount-1.6.8-r2.ebuild:
+  Stable for ppc, wrt bug #503570
 
   08 Jan 2015; Agostino Sarubbo  rdiscount-1.6.8-r2.ebuild:
   Stable for x86, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:51:16

  Modified: hpricot-0.8.6-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild

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

Index: hpricot-0.8.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hpricot-0.8.6-r2.ebuild 8 Jan 2015 11:39:18 -   1.11
+++ hpricot-0.8.6-r2.ebuild 13 Jan 2015 09:51:16 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 
1.11 2015/01/08 11:39:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 
1.12 2015/01/13 09:51:16 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake



1.64 dev-ruby/hpricot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   8 Jan 2015 11:39:18 -   1.63
+++ ChangeLog   13 Jan 2015 09:51:16 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hpricot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.63 
2015/01/08 11:39:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.64 
2015/01/13 09:51:16 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  hpricot-0.8.6-r2.ebuild:
+  Stable for ppc, wrt bug #503570
 
   08 Jan 2015; Agostino Sarubbo  hpricot-0.8.6-r2.ebuild:
   Stable for x86, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in app-text/ronn: ronn-0.7.3-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:51:26

  Modified: ronn-0.7.3-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 app-text/ronn/ronn-0.7.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?r1=1.9&r2=1.10

Index: ronn-0.7.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ronn-0.7.3-r2.ebuild8 Jan 2015 11:39:26 -   1.9
+++ ronn-0.7.3-r2.ebuild13 Jan 2015 09:51:26 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v 1.9 
2015/01/08 11:39:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v 1.10 
2015/01/13 09:51:26 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE=""
 



1.35 app-text/ronn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   8 Jan 2015 11:39:26 -   1.34
+++ ChangeLog   13 Jan 2015 09:51:26 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ronn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.34 2015/01/08 
11:39:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.35 2015/01/13 
09:51:26 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  ronn-0.7.3-r2.ebuild:
+  Stable for ppc, wrt bug #503570
 
   08 Jan 2015; Agostino Sarubbo  ronn-0.7.3-r2.ebuild:
   Stable for x86, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in dev-ruby/mustache: mustache-0.99.5.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:51:31

  Modified: mustache-0.99.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-ruby/mustache/mustache-0.99.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?r1=1.7&r2=1.8

Index: mustache-0.99.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mustache-0.99.5.ebuild  8 Jan 2015 11:39:30 -   1.7
+++ mustache-0.99.5.ebuild  13 Jan 2015 09:51:31 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 
1.7 2015/01/08 11:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 
1.8 2015/01/13 09:51:31 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.42 dev-ruby/mustache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   8 Jan 2015 11:39:30 -   1.41
+++ ChangeLog   13 Jan 2015 09:51:31 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mustache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.41 
2015/01/08 11:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.42 
2015/01/13 09:51:31 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  mustache-0.99.5.ebuild:
+  Stable for ppc, wrt bug #503570
 
   08 Jan 2015; Agostino Sarubbo  mustache-0.99.5.ebuild:
   Stable for x86, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:58:02

  Modified: hpricot-0.8.6-r2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.13 dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?r1=1.12&r2=1.13

Index: hpricot-0.8.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hpricot-0.8.6-r2.ebuild 13 Jan 2015 09:51:16 -  1.12
+++ hpricot-0.8.6-r2.ebuild 13 Jan 2015 09:58:02 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 
1.12 2015/01/13 09:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 
1.13 2015/01/13 09:58:02 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake



1.65 dev-ruby/hpricot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   13 Jan 2015 09:51:16 -  1.64
+++ ChangeLog   13 Jan 2015 09:58:02 -  1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hpricot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.64 
2015/01/13 09:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.65 
2015/01/13 09:58:02 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  hpricot-0.8.6-r2.ebuild:
+  Stable for ppc64, wrt bug #503570
 
   13 Jan 2015; Agostino Sarubbo  hpricot-0.8.6-r2.ebuild:
   Stable for ppc, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:58:06

  Modified: rdiscount-1.6.8-r2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild?r1=1.7&r2=1.8

Index: rdiscount-1.6.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rdiscount-1.6.8-r2.ebuild   13 Jan 2015 09:51:21 -  1.7
+++ rdiscount-1.6.8-r2.ebuild   13 Jan 2015 09:58:06 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v 1.7 
2015/01/13 09:51:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v 1.8 
2015/01/13 09:58:06 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.39 dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Jan 2015 09:51:21 -  1.38
+++ ChangeLog   13 Jan 2015 09:58:06 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.38 
2015/01/13 09:51:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.39 
2015/01/13 09:58:06 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  rdiscount-1.6.8-r2.ebuild:
+  Stable for ppc64, wrt bug #503570
 
   13 Jan 2015; Agostino Sarubbo  rdiscount-1.6.8-r2.ebuild:
   Stable for ppc, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in app-text/ronn: ronn-0.7.3-r2.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:58:10

  Modified: ronn-0.7.3-r2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 app-text/ronn/ronn-0.7.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild?r1=1.10&r2=1.11

Index: ronn-0.7.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ronn-0.7.3-r2.ebuild13 Jan 2015 09:51:26 -  1.10
+++ ronn-0.7.3-r2.ebuild13 Jan 2015 09:58:10 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v 1.10 
2015/01/13 09:51:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r2.ebuild,v 1.11 
2015/01/13 09:58:10 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE=""
 



1.36 app-text/ronn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   13 Jan 2015 09:51:26 -  1.35
+++ ChangeLog   13 Jan 2015 09:58:10 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ronn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.35 2015/01/13 
09:51:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.36 2015/01/13 
09:58:10 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  ronn-0.7.3-r2.ebuild:
+  Stable for ppc64, wrt bug #503570
 
   13 Jan 2015; Agostino Sarubbo  ronn-0.7.3-r2.ebuild:
   Stable for ppc, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in dev-ruby/mustache: mustache-0.99.5.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 09:58:14

  Modified: mustache-0.99.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #503570
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-ruby/mustache/mustache-0.99.5.ebuild

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

Index: mustache-0.99.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mustache-0.99.5.ebuild  13 Jan 2015 09:51:31 -  1.8
+++ mustache-0.99.5.ebuild  13 Jan 2015 09:58:14 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 
1.8 2015/01/13 09:51:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 
1.9 2015/01/13 09:58:14 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.43 dev-ruby/mustache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   13 Jan 2015 09:51:31 -  1.42
+++ ChangeLog   13 Jan 2015 09:58:14 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mustache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.42 
2015/01/13 09:51:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.43 
2015/01/13 09:58:14 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  mustache-0.99.5.ebuild:
+  Stable for ppc64, wrt bug #503570
 
   13 Jan 2015; Agostino Sarubbo  mustache-0.99.5.ebuild:
   Stable for ppc, wrt bug #503570






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.22.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:19:55

  Modified: file-5.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #532768
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  sys-apps/file/file-5.22.ebuild

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

Index: file-5.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- file-5.22.ebuild11 Jan 2015 21:03:26 -  1.5
+++ file-5.22.ebuild13 Jan 2015 10:19:55 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.5 
2015/01/11 21:03:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.6 
2015/01/13 10:19:55 ago Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



1.303sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- ChangeLog   11 Jan 2015 21:03:26 -  1.302
+++ ChangeLog   13 Jan 2015 10:19:55 -  1.303
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.302 2015/01/11 
21:03:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.303 2015/01/13 
10:19:55 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  file-5.22.ebuild:
+  Stable for sparc, wrt bug #532768
 
   11 Jan 2015; Markus Meier  file-5.22.ebuild:
   arm stable, bug #532768






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.3.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:06

  Modified: wireshark-1.12.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #536034
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  net-analyzer/wireshark/wireshark-1.12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild?r1=1.5&r2=1.6

Index: wireshark-1.12.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wireshark-1.12.3.ebuild 9 Jan 2015 13:55:10 -   1.5
+++ wireshark-1.12.3.ebuild 13 Jan 2015 10:20:06 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v 1.5 
2015/01/09 13:55:10 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v 1.6 
2015/01/13 10:20:06 ago Exp $
 
 EAPI=5
 inherit autotools eutils fcaps multilib qt4-r2 user
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
portaudio +qt4 qt5 sbc selinux smi ssl zlib



1.686net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.686&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.686&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.685&r2=1.686

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- ChangeLog   9 Jan 2015 13:55:10 -   1.685
+++ ChangeLog   13 Jan 2015 10:20:06 -  1.686
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.685 
2015/01/09 13:55:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.686 
2015/01/13 10:20:06 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  wireshark-1.12.3.ebuild:
+  Stable for sparc, wrt bug #536034
 
   09 Jan 2015; Tobias Klausmann  wireshark-1.12.3.ebuild:
   Stable on alpha, bug 536034






[gentoo-commits] gentoo-x86 commit in media-libs/jasper: jasper-1.900.1-r8.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:00

  Modified: jasper-1.900.1-r8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #533744
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/jasper/jasper-1.900.1-r8.ebuild

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

Index: jasper-1.900.1-r8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jasper-1.900.1-r8.ebuild11 Jan 2015 21:04:15 -  1.7
+++ jasper-1.900.1-r8.ebuild13 Jan 2015 10:20:00 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r8.ebuild,v 1.7 
2015/01/11 21:04:15 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r8.ebuild,v 1.8 
2015/01/13 10:20:00 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="JasPer2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg opengl static-libs"
 
 RDEPEND="



1.112media-libs/jasper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   11 Jan 2015 21:04:15 -  1.111
+++ ChangeLog   13 Jan 2015 10:20:00 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.111 
2015/01/11 21:04:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.112 
2015/01/13 10:20:00 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  jasper-1.900.1-r8.ebuild:
+  Stable for sparc, wrt bug #533744
 
   11 Jan 2015; Markus Meier  jasper-1.900.1-r8.ebuild:
   arm stable, bug #533744






[gentoo-commits] gentoo-x86 commit in media-libs/sbc: sbc-1.3.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:09

  Modified: sbc-1.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #536034
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 media-libs/sbc/sbc-1.3.ebuild

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

Index: sbc-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sbc-1.3.ebuild  9 Jan 2015 13:55:19 -   1.9
+++ sbc-1.3.ebuild  13 Jan 2015 10:20:09 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.9 
2015/01/09 13:55:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.10 
2015/01/13 10:20:09 ago Exp $
 
 EAPI=5
 inherit eutils multilib multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



1.33 media-libs/sbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   9 Jan 2015 13:55:19 -   1.32
+++ ChangeLog   13 Jan 2015 10:20:09 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sbc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.32 2015/01/09 
13:55:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.33 2015/01/13 
10:20:09 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  sbc-1.3.ebuild:
+  Stable for sparc, wrt bug #536034
 
   09 Jan 2015; Tobias Klausmann  sbc-1.3.ebuild:
   Stable on alpha, bug 536034






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

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:14

  Modified: tcpdump-4.6.2-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #534660
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild

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

Index: tcpdump-4.6.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tcpdump-4.6.2-r1.ebuild 11 Jan 2015 21:05:26 -  1.7
+++ tcpdump-4.6.2-r1.ebuild 13 Jan 2015 10:20:14 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild,v 1.7 
2015/01/11 21:05:26 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild,v 1.8 
2015/01/13 10:20:14 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs user
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root smi ssl ipv6 samba suid test"
 
 RDEPEND="



1.207net-analyzer/tcpdump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.207&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.207&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.206&r2=1.207

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   11 Jan 2015 21:05:26 -  1.206
+++ ChangeLog   13 Jan 2015 10:20:14 -  1.207
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.206 
2015/01/11 21:05:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.207 
2015/01/13 10:20:14 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  tcpdump-4.6.2-r1.ebuild:
+  Stable for sparc, wrt bug #534660
 
   11 Jan 2015; Markus Meier  tcpdump-4.6.2-r1.ebuild:
   arm stable, bug #534660






[gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.22.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:42

  Modified: privoxy-3.0.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #531292
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-proxy/privoxy/privoxy-3.0.22.ebuild

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

Index: privoxy-3.0.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- privoxy-3.0.22.ebuild   12 Jan 2015 10:38:05 -  1.4
+++ privoxy-3.0.22.ebuild   13 Jan 2015 10:20:41 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v 
1.4 2015/01/12 10:38:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v 
1.5 2015/01/13 10:20:41 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.103net-proxy/privoxy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   12 Jan 2015 10:38:05 -  1.102
+++ ChangeLog   13 Jan 2015 10:20:41 -  1.103
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.102 
2015/01/12 10:38:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.103 
2015/01/13 10:20:41 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  privoxy-3.0.22.ebuild:
+  Stable for sparc, wrt bug #531292
 
   12 Jan 2015; Agostino Sarubbo  privoxy-3.0.22.ebuild:
   Stable for amd64, wrt bug #531292






[gentoo-commits] gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.15.2-r1.ebuild xorg-server-1.12.4-r3.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:32

  Modified: xorg-server-1.15.2-r1.ebuild
xorg-server-1.12.4-r3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #532086
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?r1=1.4&r2=1.5

Index: xorg-server-1.15.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-server-1.15.2-r1.ebuild12 Jan 2015 07:26:28 -  1.4
+++ xorg-server-1.15.2-r1.ebuild13 Jan 2015 10:20:32 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 1.4 
2015/01/12 07:26:28 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 1.5 
2015/01/13 10:20:32 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.16-cve-2014-8091..8103.patches.tar.xz"
 



1.4  x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?r1=1.3&r2=1.4

Index: xorg-server-1.12.4-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-server-1.12.4-r3.ebuild11 Jan 2015 14:05:48 -  1.3
+++ xorg-server-1.12.4-r3.ebuild13 Jan 2015 10:20:32 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.3 
2015/01/11 14:05:48 nativemad Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.4 
2015/01/13 10:20:32 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 
 SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.12-cve-2014-8091..8103.patches.tar.xz"
 



1.811x11-base/xorg-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.811&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.811&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?r1=1.810&r2=1.811

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -r1.810 -r1.811
--- ChangeLog   12 Jan 2015 07:26:28 -  1.810
+++ ChangeLog   13 Jan 2015 10:20:32 -  1.811
@@ -1,6 +1,10 @@
 # ChangeLog for x11-base/xorg-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.810 
2015/01/12 07:26:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.811 
2015/01/13 10:20:32 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  xorg-server-1.12.4-r3.ebuild,
+  xorg-server-1.15.2-r1.ebuild:
+  Stable for sparc, wrt bug #532086
 
   12 Jan 2015; Jeroen Roovers  xorg-server-1.15.2-r1.ebuild:
   Stable for HPPA (bug #532086).






[gentoo-commits] gentoo-x86 commit in app-arch/cpio: cpio-2.11-r3.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:23

  Modified: cpio-2.11-r3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #530512
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  app-arch/cpio/cpio-2.11-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild?r1=1.4&r2=1.5

Index: cpio-2.11-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpio-2.11-r3.ebuild 12 Jan 2015 10:37:55 -  1.4
+++ cpio-2.11-r3.ebuild 13 Jan 2015 10:20:23 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild,v 1.4 
2015/01/12 10:37:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11-r3.ebuild,v 1.5 
2015/01/13 10:20:23 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_prepare() {



1.137app-arch/cpio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/ChangeLog?rev=1.137&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/ChangeLog?rev=1.137&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   12 Jan 2015 10:37:55 -  1.136
+++ ChangeLog   13 Jan 2015 10:20:23 -  1.137
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cpio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.136 2015/01/12 
10:37:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.137 2015/01/13 
10:20:23 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  cpio-2.11-r3.ebuild:
+  Stable for sparc, wrt bug #530512
 
   12 Jan 2015; Agostino Sarubbo  cpio-2.11-r3.ebuild:
   Stable for amd64, wrt bug #530512






[gentoo-commits] gentoo-x86 commit in media-gfx/imagemagick: imagemagick-6.9.0.3.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:37

  Modified: imagemagick-6.9.0.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #534106
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-gfx/imagemagick/imagemagick-6.9.0.3.ebuild

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

Index: imagemagick-6.9.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.9.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- imagemagick-6.9.0.3.ebuild  11 Jan 2015 21:09:02 -  1.7
+++ imagemagick-6.9.0.3.ebuild  13 Jan 2015 10:20:37 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.9.0.3.ebuild,v 1.7 
2015/01/11 21:09:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.9.0.3.ebuild,v 1.8 
2015/01/13 10:20:37 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



1.586media-gfx/imagemagick/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/imagemagick/ChangeLog?rev=1.586&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/imagemagick/ChangeLog?rev=1.586&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/imagemagick/ChangeLog?r1=1.585&r2=1.586

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -r1.585 -r1.586
--- ChangeLog   11 Jan 2015 21:09:02 -  1.585
+++ ChangeLog   13 Jan 2015 10:20:37 -  1.586
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/imagemagick
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.585 
2015/01/11 21:09:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.586 
2015/01/13 10:20:37 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  imagemagick-6.9.0.3.ebuild:
+  Stable for sparc, wrt bug #534106
 
   11 Jan 2015; Markus Meier  imagemagick-6.9.0.3.ebuild:
   arm stable, bug #534106






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1k.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:19

  Modified: openssl-1.0.1k.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #536042
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/openssl/openssl-1.0.1k.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?r1=1.7&r2=1.8

Index: openssl-1.0.1k.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openssl-1.0.1k.ebuild   11 Jan 2015 21:13:07 -  1.7
+++ openssl-1.0.1k.ebuild   13 Jan 2015 10:20:19 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild,v 
1.7 2015/01/11 21:13:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild,v 
1.8 2015/01/13 10:20:19 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat 
vanilla zlib"
 
 # The blocks are temporary just to make sure people upgrade to a



1.622dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.622&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.622&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.621&r2=1.622

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -r1.621 -r1.622
--- ChangeLog   11 Jan 2015 21:13:07 -  1.621
+++ ChangeLog   13 Jan 2015 10:20:19 -  1.622
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.621 
2015/01/11 21:13:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.622 
2015/01/13 10:20:19 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  openssl-1.0.1k.ebuild:
+  Stable for sparc, wrt bug #536042
 
   11 Jan 2015; Markus Meier  openssl-1.0.1k.ebuild:
   arm stable, bug #536042






[gentoo-commits] gentoo-x86 commit in dev-libs/libevent: libevent-2.0.22.ebuild ChangeLog

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 10:20:46

  Modified: libevent-2.0.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #535774
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/libevent/libevent-2.0.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild?r1=1.7&r2=1.8

Index: libevent-2.0.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libevent-2.0.22.ebuild  11 Jan 2015 21:07:09 -  1.7
+++ libevent-2.0.22.ebuild  13 Jan 2015 10:20:45 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 
1.7 2015/01/11 21:07:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 
1.8 2015/01/13 10:20:45 ago Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug +ssl static-libs test +threads"
 
 DEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )"



1.290dev-libs/libevent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.290&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.290&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?r1=1.289&r2=1.290

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   11 Jan 2015 21:07:09 -  1.289
+++ ChangeLog   13 Jan 2015 10:20:45 -  1.290
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libevent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.289 
2015/01/11 21:07:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.290 
2015/01/13 10:20:45 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  libevent-2.0.22.ebuild:
+  Stable for sparc, wrt bug #535774
 
   11 Jan 2015; Markus Meier  libevent-2.0.22.ebuild:
   arm stable, bug #535774






[gentoo-commits] gentoo-x86 commit in net-misc/iperf: iperf-3.0.11.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 10:22:40

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

Revision  ChangesPath
1.68 net-misc/iperf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   18 Dec 2014 09:57:48 -  1.67
+++ ChangeLog   13 Jan 2015 10:22:40 -  1.68
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/iperf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.67 2014/12/18 
09:57:48 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.68 2015/01/13 
10:22:40 jer Exp $
+
+*iperf-3.0.11 (13 Jan 2015)
+
+  13 Jan 2015; Jeroen Roovers  +iperf-3.0.11.ebuild:
+  Version bump.
 
 *iperf-3.0.10 (18 Dec 2014)
 



1.1  net-misc/iperf/iperf-3.0.11.ebuild

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

Index: iperf-3.0.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.11.ebuild,v 1.1 
2015/01/13 10:22:40 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
LICENSE="BSD"
SLOT="3"
HOMEPAGE="https://github.com/esnet/iperf/";
SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
IUSE="static-libs"

src_prepare() {
epatch "${FILESDIR}"/${PN}-3.0.5-flags.patch
eautoreconf
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.3.ebuild wireshark-99999999.ebuild wireshark-1.99.1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 10:35:44

  Modified: ChangeLog wireshark-1.12.3.ebuild
wireshark-.ebuild wireshark-1.99.1.ebuild
  Log:
  RDEPEND on virtual/freedesktop-icon-theme for all of USE="gtk3 qt4 qt5" (bug 
#525390).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.687net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.687&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.687&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.686&r2=1.687

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- ChangeLog   13 Jan 2015 10:20:06 -  1.686
+++ ChangeLog   13 Jan 2015 10:35:44 -  1.687
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.686 
2015/01/13 10:20:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.687 
2015/01/13 10:35:44 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  wireshark-1.12.3.ebuild,
+  wireshark-1.99.1.ebuild, wireshark-.ebuild:
+  RDEPEND on virtual/freedesktop-icon-theme for all of USE="gtk3 qt4 qt5" (bug
+  #525390).
 
   13 Jan 2015; Agostino Sarubbo  wireshark-1.12.3.ebuild:
   Stable for sparc, wrt bug #536034



1.7  net-analyzer/wireshark/wireshark-1.12.3.ebuild

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

Index: wireshark-1.12.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wireshark-1.12.3.ebuild 13 Jan 2015 10:20:06 -  1.6
+++ wireshark-1.12.3.ebuild 13 Jan 2015 10:35:44 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v 1.6 
2015/01/13 10:20:06 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.3.ebuild,v 1.7 
2015/01/13 10:35:44 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps multilib qt4-r2 user
@@ -25,7 +25,6 @@
x11-libs/gdk-pixbuf
x11-libs/pango
x11-misc/xdg-utils
-   virtual/freedesktop-icon-theme
 "
 CDEPEND="
>=dev-libs/glib-2.14:2
@@ -80,6 +79,9 @@
 "
 RDEPEND="
${CDEPEND}
+   gtk3? ( virtual/freedesktop-icon-theme )
+   qt4? ( virtual/freedesktop-icon-theme )
+   qt5? ( virtual/freedesktop-icon-theme )
selinux? ( sec-policy/selinux-wireshark )
 "
 



1.6  net-analyzer/wireshark/wireshark-.ebuild

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

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wireshark-.ebuild   17 Dec 2014 15:19:03 -  1.5
+++ wireshark-.ebuild   13 Jan 2015 10:35:44 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.5 
2014/12/17 15:19:03 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.6 
2015/01/13 10:35:44 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -25,7 +25,6 @@
x11-libs/gdk-pixbuf
x11-libs/pango
x11-misc/xdg-utils
-   virtual/freedesktop-icon-theme
 "
 CDEPEND="
>=dev-libs/glib-2.14:2
@@ -80,6 +79,9 @@
 "
 RDEPEND="

[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: ChangeLog aufs-sources-3.14.28.ebuild aufs-sources-3.17.8.ebuild aufs-sources-3.12.34.ebuild aufs-sources-3.10.61.ebuild aufs-sources-3.1

2015-01-13 Thread Justin Lecher (jlec)
jlec15/01/13 11:06:20

  Modified: ChangeLog
  Added:aufs-sources-3.14.28.ebuild
aufs-sources-3.17.8.ebuild
  Removed:  aufs-sources-3.12.34.ebuild
aufs-sources-3.10.61.ebuild
aufs-sources-3.10.63.ebuild
aufs-sources-3.10.62.ebuild
aufs-sources-3.12.30.ebuild
aufs-sources-3.12.21-r1.ebuild
aufs-sources-3.10.41-r1.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release; 
drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   9 Jan 2015 14:17:56 -   1.166
+++ ChangeLog   13 Jan 2015 11:06:20 -  1.167
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.166 
2015/01/09 14:17:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.167 
2015/01/13 11:06:20 jlec Exp $
+
+*aufs-sources-3.17.8 (13 Jan 2015)
+*aufs-sources-3.14.28 (13 Jan 2015)
+
+  13 Jan 2015; Justin Lecher  -aufs-sources-3.10.41-r1.ebuild,
+  -aufs-sources-3.10.61.ebuild, -aufs-sources-3.10.62.ebuild,
+  -aufs-sources-3.10.63.ebuild, -aufs-sources-3.12.21-r1.ebuild,
+  -aufs-sources-3.12.30.ebuild, -aufs-sources-3.12.34.ebuild,
+  +aufs-sources-3.14.28.ebuild, +aufs-sources-3.17.8.ebuild:
+  Bump to latest aufs3, genpatches and linux release; drop old
 
 *aufs-sources-3.18.2 (09 Jan 2015)
 



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

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

Index: aufs-sources-3.14.28.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.28.ebuild,v 
1.1 2015/01/13 11:06:20 jlec Exp $

EAPI=5

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

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

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

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

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

README_GENTOO_SUFFIX="-r1"

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

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

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

unpack ${AUFS_TARBALL}

einfo "Using aufs3 version: ${AUFS_VERSION}"

kernel-2_src_unpack
}

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

src_install() {
kernel-2_src_install
dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.

[gentoo-commits] gentoo-x86 commit in net-analyzer/arping: ChangeLog arping-2.15.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 11:11:14

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

Revision  ChangesPath
1.84 net-analyzer/arping/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   9 Jan 2015 13:49:03 -   1.83
+++ ChangeLog   13 Jan 2015 11:11:14 -  1.84
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/arping
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.83 
2015/01/09 13:49:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.84 
2015/01/13 11:11:14 jer Exp $
+
+*arping-2.15 (13 Jan 2015)
+
+  13 Jan 2015; Jeroen Roovers  +arping-2.15.ebuild:
+  Version bump.
 
   09 Jan 2015; Agostino Sarubbo  arping-2.14.ebuild:
   Stable for amd64, wrt bug #535522



1.1  net-analyzer/arping/arping-2.15.ebuild

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

Index: arping-2.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild,v 1.1 
2015/01/13 11:11:14 jer Exp $

EAPI=5

DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping";
SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz";

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

DEPEND="
net-libs/libpcap
net-libs/libnet:1.1
"
RDEPEND="${DEPEND}"

src_prepare() {
rm -f Makefile

# since we install as arping2, use arping2 in documentation 
sed -i \
-e "s|\(${PN}\)|\12|g" \
-e "s|\(${PN}\)\(\W\)|\12\2|g" \
-e "s|${PN}2-|${PN}-|g" \
-e "s|(${PN}2 2.*\.x only)||g" \
doc/${PN}.8 || die
sed -i \
-e "s|\(${PN}\) |\12 |g" \
extra/${PN}-scan-net.sh || die
}

src_install() {
# since we install as arping2, we cannot use emake install
newsbin src/${PN} ${PN}2
newman doc/${PN}.8 ${PN}2.8
dodoc README extra/arping-scan-net.sh
}






[gentoo-commits] gentoo-x86 commit in dev-libs/leveldb: leveldb-1.9.0-r6.ebuild ChangeLog

2015-01-13 Thread Anthony G. Basile (blueness)
blueness15/01/13 11:42:14

  Modified: leveldb-1.9.0-r6.ebuild ChangeLog
  Log:
  Stable on amd64, arm and x86, bug #536228
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  dev-libs/leveldb/leveldb-1.9.0-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild?r1=1.2&r2=1.3

Index: leveldb-1.9.0-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leveldb-1.9.0-r6.ebuild 11 Aug 2014 22:10:39 -  1.2
+++ leveldb-1.9.0-r6.ebuild 13 Jan 2015 11:42:13 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild,v 
1.2 2014/08/11 22:10:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild,v 
1.3 2015/01/13 11:42:13 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
 IUSE="+snappy static-libs"
 
 DEPEND="



1.25 dev-libs/leveldb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/leveldb/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   23 Aug 2014 02:04:29 -  1.24
+++ ChangeLog   13 Jan 2015 11:42:13 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/leveldb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.24 
2014/08/23 02:04:29 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.25 
2015/01/13 11:42:13 blueness Exp $
+
+  13 Jan 2015; Anthony G. Basile  leveldb-1.9.0-r6.ebuild:
+  Stable on amd64, arm and x86, bug #536228
 
   23 Aug 2014; Mike Gilbert  leveldb-1.17.ebuild:
   Use a stable tarball.






[gentoo-commits] gentoo-x86 commit in virtual/bitcoin-leveldb: bitcoin-leveldb-0.ebuild ChangeLog

2015-01-13 Thread Anthony G. Basile (blueness)
blueness15/01/13 11:46:19

  Modified: bitcoin-leveldb-0.ebuild ChangeLog
  Log:
  Stable on amd64, arm and x86, bug #536228
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild

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

Index: bitcoin-leveldb-0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitcoin-leveldb-0.ebuild13 Nov 2014 18:10:57 -  1.3
+++ bitcoin-leveldb-0.ebuild13 Jan 2015 11:46:19 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v 1.3 
2014/11/13 18:10:57 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v 1.4 
2015/01/13 11:46:19 blueness Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 
 DEPEND=""
 RDEPEND="
@@ -20,7 +20,7 @@
=dev-libs/leveldb-1.11.0-r1[-snappy]
=dev-libs/leveldb-1.12.0-r1[-snappy]
=dev-libs/leveldb-1.13.0-r1[-snappy]
-   =dev-libs/leveldb-1.14.0-r1[-snappy]
+   =dev-libs/leveldb-1.14.0[-snappy]
=dev-libs/leveldb-1.15.0-r1[-snappy]
=dev-libs/leveldb-1.17[-snappy]
)"



1.5  virtual/bitcoin-leveldb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   13 Nov 2014 18:10:57 -  1.4
+++ ChangeLog   13 Jan 2015 11:46:19 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/bitcoin-leveldb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v 1.4 
2014/11/13 18:10:57 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v 1.5 
2015/01/13 11:46:19 blueness Exp $
+
+  13 Jan 2015; Anthony G. Basile  
bitcoin-leveldb-0.ebuild:
+  Stable on amd64, arm and x86, bug #536228
 
   13 Nov 2014; Anthony G. Basile  
bitcoin-leveldb-0.ebuild:
   Reorder dependency order






[gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.2.5.ebuild ChangeLog

2015-01-13 Thread Pacho Ramos (pacho)
pacho   15/01/13 11:55:00

  Modified: flake8-2.2.5.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #530600
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  dev-python/flake8/flake8-2.2.5.ebuild

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

Index: flake8-2.2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flake8-2.2.5.ebuild 1 Jan 2015 21:23:37 -   1.3
+++ flake8-2.2.5.ebuild 13 Jan 2015 11:55:00 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.3 
2015/01/01 21:23:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.4 
2015/01/13 11:55:00 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -11,7 +11,7 @@
 HOMEPAGE="http://bitbucket.org/tarek/flake8 
https://pypi.python.org/pypi/flake8";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



1.23 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   1 Jan 2015 21:23:37 -   1.22
+++ ChangeLog   13 Jan 2015 11:55:00 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.22 
2015/01/01 21:23:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.23 
2015/01/13 11:55:00 pacho Exp $
+
+  13 Jan 2015; Pacho Ramos  flake8-2.2.5.ebuild:
+  amd64/x86 stable, bug #530600
 
   01 Jan 2015; Markus Meier  flake8-2.2.5.ebuild:
   arm stable, bug #530600






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vaapi: gst-plugins-vaapi-0.5.9.ebuild ChangeLog gst-plugins-vaapi-0.5.8.ebuild

2015-01-13 Thread Pacho Ramos (pacho)
pacho   15/01/13 12:27:51

  Modified: ChangeLog
  Added:gst-plugins-vaapi-0.5.9.ebuild
  Removed:  gst-plugins-vaapi-0.5.8.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  media-plugins/gst-plugins-vaapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Jul 2014 09:00:41 -  1.6
+++ ChangeLog   13 Jan 2015 12:27:51 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-vaapi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog,v 
1.6 2014/07/26 09:00:41 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vaapi/ChangeLog,v 
1.7 2015/01/13 12:27:51 pacho Exp $
+
+*gst-plugins-vaapi-0.5.9 (13 Jan 2015)
+
+  13 Jan 2015; Pacho Ramos  +gst-plugins-vaapi-0.5.9.ebuild,
+  -gst-plugins-vaapi-0.5.8.ebuild:
+  Version bump, drop old
 
   26 Jul 2014; Samuli Suominen 
   gst-plugins-vaapi-0.5.8-r1.ebuild, gst-plugins-vaapi-0.5.8.ebuild:



1.1  
media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.5.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.5.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.5.9.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-vaapi-0.5.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.5.9.ebuild,v
 1.1 2015/01/13 12:27:51 pacho Exp $

EAPI="5"
inherit eutils multilib-minimal

MY_PN="gstreamer-vaapi"
DESCRIPTION="Hardware accelerated video decoding through VA-API plugin"
HOMEPAGE="http://gitorious.org/vaapi/gstreamer-vaapi";
SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${MY_PN}/${MY_PN}-${PV}.tar.bz2";

LICENSE="LGPL-2.1"
SLOT="1.0"
KEYWORDS="~amd64"
IUSE="+X opengl wayland"

RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
>=media-libs/gstreamer-1.2.3:1.0[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-base-1.2.3:1.0[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-bad-1.2.3:1.0[${MULTILIB_USEDEP}]
>=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
>=x11-libs/libva-1.2.1-r1[X?,opengl?,wayland?,${MULTILIB_USEDEP}]
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
>=virtual/libudev-208:=[${MULTILIB_USEDEP}]
wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"

S="${WORKDIR}/${MY_PN}-${PV}"

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--disable-static \
--enable-drm \
$(use_enable opengl glx) \
$(use_enable wayland) \
$(use_enable X x11)
}

multilib_src_install_all() {
einstalldocs
prune_libtool_files --modules
}






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmtime: ChangeLog wmtime-1.2.ebuild

2015-01-13 Thread Bernard Cafarelli (voyageur)
voyageur15/01/13 12:28:22

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

Revision  ChangesPath
1.7  x11-plugins/wmtime/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Nov 2014 13:13:24 -   1.6
+++ ChangeLog   13 Jan 2015 12:28:22 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmtime
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.6 
2014/11/05 13:13:24 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.7 
2015/01/13 12:28:22 voyageur Exp $
+
+*wmtime-1.2 (13 Jan 2015)
+
+  13 Jan 2015; Bernard Cafarelli  +wmtime-1.2.ebuild:
+  Version bump
 
   05 Nov 2014; Bernard Cafarelli  wmtime-1.1.ebuild:
   Host tarball on my devspace, bug #527610



1.1  x11-plugins/wmtime/wmtime-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.2.ebuild?rev=1.1&content-type=text/plain

Index: wmtime-1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.2.ebuild,v 1.1 
2015/01/13 12:28:22 voyageur Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="applet which displays the date and time in a dockable tile"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime";
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";

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

RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xproto"

S=${WORKDIR}/dockapps

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

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

dodoc BUGS CHANGES HINTS README TODO
}






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-taglib: metadata.xml ChangeLog gst-plugins-taglib-1.4.5.ebuild gst-plugins-taglib-1.2.4.ebuild gst-plugins-taglib-0.10.31.ebuild gst-plu

2015-01-13 Thread Mart Raudsepp (leio)
leio15/01/13 12:29:42

  Modified: metadata.xml ChangeLog
  Added:gst-plugins-taglib-1.4.5.ebuild
  Removed:  gst-plugins-taglib-1.2.4.ebuild
gst-plugins-taglib-0.10.31.ebuild
gst-plugins-taglib-1.2.3.ebuild
  Log:
  Version bump, remove old, add long description. Has various fixes to the 
id3v2 tag writer and fixes APE tags writing to wavpack files to the correct 
place in file
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  media-plugins/gst-plugins-taglib/metadata.xml

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

Index: metadata.xml
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml16 Aug 2008 17:11:21 -  1.2
+++ metadata.xml13 Jan 2015 12:29:42 -  1.3
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gstreamer
+gstreamer
+
+   GStreamer plugin for tag writing based on taglib
+
+   Includes the following elements:
+   * id3v2mux - TagLib-based ID3v2 Muxer
+   * apev2mux - TagLib-based APEv2 Muxer
+
 



1.149media-plugins/gst-plugins-taglib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   11 Oct 2014 13:29:09 -  1.148
+++ ChangeLog   13 Jan 2015 12:29:42 -  1.149
@@ -1,6 +1,16 @@
 # ChangeLog for media-plugins/gst-plugins-taglib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v 1.148 
2014/10/11 13:29:09 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v 1.149 
2015/01/13 12:29:42 leio Exp $
+
+*gst-plugins-taglib-1.4.5 (13 Jan 2015)
+
+  13 Jan 2015; Mart Raudsepp 
+  -gst-plugins-taglib-0.10.31.ebuild, -gst-plugins-taglib-1.2.3.ebuild,
+  -gst-plugins-taglib-1.2.4.ebuild, +gst-plugins-taglib-1.4.5.ebuild,
+  metadata.xml:
+  Version bump, remove old, add long description. Has various fixes to the
+  id3v2 tag writer and fixes APE tags writing to wavpack files to the correct
+  place in file
 
   11 Oct 2014; Markus Meier 
   gst-plugins-taglib-0.10.31-r1.ebuild:



1.1  
media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-taglib-1.4.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild,v
 1.1 2015/01/13 12:29:42 leio Exp $

EAPI="5"

GST_ORG_MODULE=gst-plugins-good
inherit gstreamer

DESCRIPTION="GStreamer taglib based tag handler"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
IUSE=""

RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmcalc: wmcalc-0.5.ebuild ChangeLog

2015-01-13 Thread Bernard Cafarelli (voyageur)
voyageur15/01/13 12:41:19

  Modified: ChangeLog
  Added:wmcalc-0.5.ebuild
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.22 x11-plugins/wmcalc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   15 Feb 2012 09:44:32 -  1.21
+++ ChangeLog   13 Jan 2015 12:41:19 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmcalc
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.21 
2012/02/15 09:44:32 voyageur Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.22 
2015/01/13 12:41:19 voyageur Exp $
+
+*wmcalc-0.5 (13 Jan 2015)
+
+  13 Jan 2015; Bernard Cafarelli  +wmcalc-0.5.ebuild:
+  Version bump with new homepage, ebuild cleanup
 
   15 Feb 2012; Bernard Cafarelli  wmcalc-0.4.ebuild:
   Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607



1.1  x11-plugins/wmcalc/wmcalc-0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild?rev=1.1&content-type=text/plain

Index: wmcalc-0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild,v 1.1 
2015/01/13 12:41:19 voyageur Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="A WindowMaker DockApp calculator"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmcalc";
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";

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

RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xproto"

S=${WORKDIR}/dockapps

src_prepare() {
sed -e "/\$(INSTALL_DIR)/s/\/man1//" -i Makefile || die
}

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

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

dodoc README
}






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-wavpack: metadata.xml ChangeLog gst-plugins-wavpack-1.4.5.ebuild gst-plugins-wavpack-0.10.31.ebuild gst-plugins-wavpack-1.2.3.ebuild gst

2015-01-13 Thread Mart Raudsepp (leio)
leio15/01/13 13:08:06

  Modified: metadata.xml ChangeLog
  Added:gst-plugins-wavpack-1.4.5.ebuild
  Removed:  gst-plugins-wavpack-0.10.31.ebuild
gst-plugins-wavpack-1.2.3.ebuild
gst-plugins-wavpack-1.2.4.ebuild
  Log:
  Version bump, remove old, add long description. Has a couple tiny bug fixes
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  media-plugins/gst-plugins-wavpack/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml30 Aug 2007 10:54:02 -  1.1
+++ metadata.xml13 Jan 2015 13:08:06 -  1.2
@@ -2,4 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 gstreamer
+
+   GStreamer plugin for Wavpack lossless/lossy audio format handling.
+
+   Includes the following elements:
+   * wavpackenc - Encodes audio with the Wavpack lossless/lossy audio codec
+   * wavpackdec - Decodes Wavpack audio data
+
 



1.101media-plugins/gst-plugins-wavpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?rev=1.101&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?rev=1.101&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   25 Aug 2014 11:02:29 -  1.100
+++ ChangeLog   13 Jan 2015 13:08:06 -  1.101
@@ -1,6 +1,14 @@
 # ChangeLog for media-plugins/gst-plugins-wavpack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v 1.100 
2014/08/25 11:02:29 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v 1.101 
2015/01/13 13:08:06 leio Exp $
+
+*gst-plugins-wavpack-1.4.5 (13 Jan 2015)
+
+  13 Jan 2015; Mart Raudsepp 
+  -gst-plugins-wavpack-0.10.31.ebuild, -gst-plugins-wavpack-1.2.3.ebuild,
+  -gst-plugins-wavpack-1.2.4.ebuild, +gst-plugins-wavpack-1.4.5.ebuild,
+  metadata.xml:
+  Version bump, remove old, add long description. Has a couple tiny bug fixes
 
   25 Aug 2014; Agostino Sarubbo 
   gst-plugins-wavpack-0.10.31-r1.ebuild, gst-plugins-wavpack-1.2.4-r1.ebuild:



1.1  
media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-wavpack-1.4.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild,v
 1.1 2015/01/13 13:08:06 leio Exp $

EAPI="5"

GST_ORG_MODULE=gst-plugins-good
inherit gstreamer

DESCRIPTION="GStreamer encoder/decoder for wavpack audio format"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
IUSE=""

RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"






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

2015-01-13 Thread Agostino Sarubbo (ago)
ago 15/01/13 13:46:25

  Modified: gnupg-2.0.26-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534110
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-crypt/gnupg/gnupg-2.0.26-r3.ebuild

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

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



1.565app-crypt/gnupg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- ChangeLog   13 Jan 2015 08:57:50 -  1.564
+++ ChangeLog   13 Jan 2015 13:46:25 -  1.565
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.564 
2015/01/13 08:57:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.565 
2015/01/13 13:46:25 ago Exp $
+
+  13 Jan 2015; Agostino Sarubbo  gnupg-2.0.26-r3.ebuild:
+  Stable for amd64, wrt bug #534110
 
   13 Jan 2015; Jeroen Roovers  gnupg-2.0.26-r3.ebuild:
   Stable for HPPA (bug #534110).






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20150110.ebuild ChangeLog

2015-01-13 Thread Nicolas Bock (nicolasbock)
nicolasbock15/01/13 14:24:21

  Modified: ChangeLog
  Added:lammps-20150110.ebuild
  Log:
  sci-physics/lammps: Adding new version.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.58 sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   7 Jan 2015 17:34:34 -   1.57
+++ ChangeLog   13 Jan 2015 14:24:21 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.57 
2015/01/07 17:34:34 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.58 
2015/01/13 14:24:21 nicolasbock Exp $
+
+*lammps-20150110 (13 Jan 2015)
+
+  13 Jan 2015; Nicolas Bock  +lammps-20150110.ebuild:
+  sci-physics/lammps: Adding new version.
 
 *lammps-20150105 (07 Jan 2015)
 *lammps-20150106 (07 Jan 2015)



1.1  sci-physics/lammps/lammps-20150110.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20150110.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20150110.ebuild?rev=1.1&content-type=text/plain

Index: lammps-20150110.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20150110.ebuild,v 
1.1 2015/01/13 14:24:21 nicolasbock Exp $

EAPI=5

inherit eutils flag-o-matic fortran-2 multilib

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator"
HOMEPAGE="http://lammps.sandia.gov/";
SRC_URI="http://lammps.sandia.gov/tars/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples gzip lammps-memalign mpi static-libs"

DEPEND="
mpi? (
virtual/blas
virtual/lapack
virtual/mpi
)
sci-libs/voro++
"
RDEPEND="${DEPEND}"

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

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS="$(usex gzip '-DLAMMPS_GZIP' '')"
LAMMPS_INCLUDEFLAGS+="$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')"

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi "mpic++" "$(tc-getCXX)") \
F90=$(usex mpi "mpif90" "$(tc-getFC)") \
LINK=$(usex mpi "mpic++" "$(tc-getCXX)") \
CCFLAGS="${CXXFLAGS}" \
F90FLAGS="${FCFLAGS}" \
LINKFLAGS="${LDFLAGS}" \
LMP_INC="${LAMMPS_INCLUDEFLAGS}" \
MPI_INC=$(usex mpi '' "-I../STUBS") \
MPI_PATH=$(usex mpi '' '-L../STUBS') \
MPI_LIB=$(usex mpi '' '-lmpi_stubs') \
user-atc_SYSLIB="$(usex mpi "$($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack)" '')"\
"$@"
}

src_prepare() {
# Fix inconsistent use of SHFLAGS.
sed -i \
-e 's:voronoi_SYSINC\s\+=.*$:voronoi_SYSINC = 
-I/usr/include/voro++:' \
-e 's:voronoi_SYSPATH\s\+=.*$:voronoi_SYSPATH =:' \
lib/voronoi/Makefile.lammps || die

# Fix missing .so name.
sed -i \
-e 's:SHLIBFLAGS\s\+=\s\+:SHLIBFLAGS = 
-Wl,-soname,liblammps.so.0 :' \
src/MAKE/Makefile.serial || die

 

[gentoo-commits] gentoo-x86 commit in sys-apps/man-db: man-db-2.6.6.ebuild ChangeLog man-db-2.6.7.1.ebuild man-db-2.7.1.ebuild

2015-01-13 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/13 14:31:25

  Modified: man-db-2.6.6.ebuild ChangeLog man-db-2.6.7.1.ebuild
man-db-2.7.1.ebuild
  Log:
  Fixed dependency on app-text/po4a as per bug #534224
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.13 sys-apps/man-db/man-db-2.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?r1=1.12&r2=1.13

Index: man-db-2.6.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- man-db-2.6.6.ebuild 2 Nov 2014 09:48:46 -   1.12
+++ man-db-2.6.6.ebuild 13 Jan 2015 14:31:25 -  1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.12 
2014/11/02 09:48:46 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.13 
2015/01/13 14:31:25 polynomial-c Exp $
 
 EAPI="4"
 
@@ -26,7 +26,7 @@
app-arch/xz-utils
virtual/pkgconfig
nls? (
-   app-text/po4a
+   >=app-text/po4a-0.45
sys-devel/gettext
)"
 RDEPEND="${CDEPEND}



1.78 sys-apps/man-db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.78&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.78&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   22 Dec 2014 10:16:44 -  1.77
+++ ChangeLog   13 Jan 2015 14:31:25 -  1.78
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/man-db
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.77 2014/12/22 
10:16:44 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.78 2015/01/13 
14:31:25 polynomial-c Exp $
+
+  13 Jan 2015; Lars Wendler  man-db-2.6.6.ebuild,
+  man-db-2.6.7.1.ebuild, man-db-2.7.1.ebuild:
+  Fixed dependency on app-text/po4a as per bug #534224.
 
 *man-db-2.7.1 (22 Dec 2014)
 



1.3  sys-apps/man-db/man-db-2.6.7.1.ebuild

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

Index: man-db-2.6.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- man-db-2.6.7.1.ebuild   2 Nov 2014 09:48:46 -   1.2
+++ man-db-2.6.7.1.ebuild   13 Jan 2015 14:31:25 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v 1.2 
2014/11/02 09:48:46 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v 1.3 
2015/01/13 14:31:25 polynomial-c Exp $
 
 EAPI="4"
 
@@ -26,7 +26,7 @@
app-arch/xz-utils
virtual/pkgconfig
nls? (
-   app-text/po4a
+   >=app-text/po4a-0.45
sys-devel/gettext
)"
 RDEPEND="${CDEPEND}



1.2  sys-apps/man-db/man-db-2.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?r1=1.1&r2=1.2

Index: man-db-2.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-

[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/files/, dev-util/kdevelop-php/

2015-01-13 Thread Vadim A. Misbakh-Soloviov
commit: 47fae4571848c5aaf4c01f6e0782c56f424b255b
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Tue Jan 13 14:50:06 2015 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Tue Jan 13 14:50:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=47fae457

[dev-util/kdevelop-php] Fix KDevelop4 plugin

Signed-off-by: Vadim A. Misbakh-Soloviov  mva.name>

---
 dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch | 10 +-
 dev-util/kdevelop-php/kdevelop-php-4..ebuild |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch 
b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
index 4e64c9f..cbc1cf2 100644
--- a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
+++ b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
@@ -2,11 +2,11 @@ diff -ruN kdevelop-php-1.2.0.orig/parser/CMakeLists.txt 
kdevelop-php-1.2.0/parse
 --- kdevelop-php-1.2.0.orig/parser/CMakeLists.txt  2011-01-23 
20:42:54.0 +0100
 +++ kdevelop-php-1.2.0/parser/CMakeLists.txt   2011-04-25 22:29:05.486182541 
+0200
 @@ -21,6 +21,8 @@
- ${KDE4_KTEXTEDITOR_LIBS}
+ target_link_libraries(kdevphpparser LINK_PRIVATE
+ KDev::Language
  )
- 
-+add_dependencies( kdev4phpparser php-parser-generated )
 +
- kde4_add_executable( php-parser main.cpp )
- target_link_libraries(php-parser ${QT_QTCORE_LIBRARY} 
${KDEVPLATFORM_TESTS_LIBRARIES} ${KDEVPLATFORM_LANGUAGE_LIBRARIES} 
kdev4phpparser)
++add_dependencies( kdev4phpparser php-parser-generated )
+ 
+ add_executable( php-parser main.cpp )
  

diff --git a/dev-util/kdevelop-php/kdevelop-php-4..ebuild 
b/dev-util/kdevelop-php/kdevelop-php-4..ebuild
index 45673a0..cbcccd8 100644
--- a/dev-util/kdevelop-php/kdevelop-php-4..ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-4..ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED=test
 KDEBASE="kdevelop"
 KMNAME="kdev-php"
 EGIT_REPONAME="${KMNAME}"
+EGIT_BRANCH="1.7"
 inherit kde4-base
 
 DESCRIPTION="PHP plugin for KDevelop 4"
@@ -24,6 +25,7 @@ RESTRICT="test"
 
 DEPEND="
>=dev-util/kdevelop-pg-qt-1.0.0
+   <=dev-util/kdevelop-pg-qt-5
 "
 RDEPEND="
dev-util/kdevelop:${SLOT}



[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall-core: ChangeLog shorewall-core-4.5.21.10-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:53:01

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

Revision  ChangesPath
1.67 net-firewall/shorewall-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   18 Nov 2014 13:03:10 -  1.66
+++ ChangeLog   13 Jan 2015 15:53:01 -  1.67
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/shorewall-core
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/ChangeLog,v 
1.66 2014/11/18 13:03:10 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/ChangeLog,v 
1.67 2015/01/13 15:53:01 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  shorewall-core-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
   18 Nov 2014; Michael Weber  
-files/4.5.18-r1/shorewallrc_new,
   -files/4.5.21.7/10-releasenotes.patch, -files/4.5.21.7/shorewallrc,



1.2  
net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild?r1=1.1&r2=1.2

Index: shorewall-core-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall-core-4.5.21.10-r1.ebuild  18 Nov 2014 11:13:04 -  1.1
+++ shorewall-core-4.5.21.10-r1.ebuild  13 Jan 2015 15:53:01 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild,v
 1.1 2014/11/18 11:13:04 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.21.10-r1.ebuild,v
 1.2 2015/01/13 15:53:01 jer Exp $
 
 EAPI="5"
 
@@ -27,7 +27,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="selinux"
 
 DEPEND="






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall6: ChangeLog shorewall6-4.5.21.10-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:52:44

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

Revision  ChangesPath
1.108net-firewall/shorewall6/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6/ChangeLog?rev=1.108&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6/ChangeLog?rev=1.108&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   18 Nov 2014 13:05:20 -  1.107
+++ ChangeLog   13 Jan 2015 15:52:44 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/shorewall6
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/ChangeLog,v 1.107 
2014/11/18 13:05:20 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/ChangeLog,v 1.108 
2015/01/13 15:52:44 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  shorewall6-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
   18 Nov 2014; Michael Weber 
   -files/4.5.18-r1/shorewall6.conf-SUBSYSLOCK.patch,



1.2  net-firewall/shorewall6/shorewall6-4.5.21.10-r1.ebuild

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

Index: shorewall6-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall6-4.5.21.10-r1.ebuild  18 Nov 2014 11:16:07 -  1.1
+++ shorewall6-4.5.21.10-r1.ebuild  13 Jan 2015 15:52:44 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.21.10-r1.ebuild,v
 1.1 2014/11/18 11:16:07 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.21.10-r1.ebuild,v
 1.2 2015/01/13 15:52:44 jer Exp $
 
 EAPI="5"
 
@@ -32,7 +32,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="=net-firewall/shorewall-${PVR}"






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall-lite: shorewall-lite-4.5.21.10-r1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:53:55

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

Revision  ChangesPath
1.2  
net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild?r1=1.1&r2=1.2

Index: shorewall-lite-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall-lite-4.5.21.10-r1.ebuild  18 Nov 2014 11:15:05 -  1.1
+++ shorewall-lite-4.5.21.10-r1.ebuild  13 Jan 2015 15:53:55 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild,v
 1.1 2014/11/18 11:15:05 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.10-r1.ebuild,v
 1.2 2015/01/13 15:53:55 jer Exp $
 
 EAPI="5"
 
@@ -31,7 +31,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="=net-firewall/shorewall-core-${PVR}"



1.160net-firewall/shorewall-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/ChangeLog?rev=1.160&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/ChangeLog?rev=1.160&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-lite/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   18 Nov 2014 13:08:20 -  1.159
+++ ChangeLog   13 Jan 2015 15:53:55 -  1.160
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/shorewall-lite
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 
1.159 2014/11/18 13:08:20 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 
1.160 2015/01/13 15:53:55 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  shorewall-lite-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
   18 Nov 2014; Michael Weber 
   -files/4.5.18-r1/shorewall-lite.initd,






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall6-lite: ChangeLog shorewall6-lite-4.5.21.10-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:54:52

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

Revision  ChangesPath
1.85 net-firewall/shorewall6-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   18 Nov 2014 13:06:49 -  1.84
+++ ChangeLog   13 Jan 2015 15:54:52 -  1.85
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/shorewall6-lite
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog,v 
1.84 2014/11/18 13:06:49 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/ChangeLog,v 
1.85 2015/01/13 15:54:52 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  shorewall6-lite-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
   18 Nov 2014; Michael Weber 
   -files/4.5.18-r1/shorewall6-lite.initd,



1.2  
net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild?r1=1.1&r2=1.2

Index: shorewall6-lite-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall6-lite-4.5.21.10-r1.ebuild 18 Nov 2014 11:17:03 -  1.1
+++ shorewall6-lite-4.5.21.10-r1.ebuild 13 Jan 2015 15:54:52 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild,v
 1.1 2014/11/18 11:17:03 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.10-r1.ebuild,v
 1.2 2015/01/13 15:54:52 jer Exp $
 
 EAPI="5"
 
@@ -31,7 +31,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="=net-firewall/shorewall-core-${PVR}"






[gentoo-commits] gentoo-x86 commit in net-print/cups: cups-2.0.1-r1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:58:05

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

Revision  ChangesPath
1.5  net-print/cups/cups-2.0.1-r1.ebuild

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

Index: cups-2.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cups-2.0.1-r1.ebuild1 Jan 2015 21:22:12 -   1.4
+++ cups-2.0.1-r1.ebuild13 Jan 2015 15:58:05 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.1-r1.ebuild,v 1.4 
2015/01/01 21:22:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.1-r1.ebuild,v 1.5 
2015/01/13 15:58:05 jer Exp $
 
 EAPI=5
 
@@ -21,10 +21,10 @@
if [[ ${PV} !=  ]]; then
EGIT_BRANCH=branch-${PV/.}
fi
-   KEYWORDS=""
+   KEYWORDS="hppa"
 else
SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~m68k-mint" # ~x86-fbsd
+   KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~m68k-mint" # ~x86-fbsd
 fi
 
 DESCRIPTION="The Common Unix Printing System"



1.656net-print/cups/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.656&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.656&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.655&r2=1.656

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -r1.655 -r1.656
--- ChangeLog   3 Jan 2015 20:05:37 -   1.655
+++ ChangeLog   13 Jan 2015 15:58:05 -  1.656
@@ -1,6 +1,9 @@
 # ChangeLog for net-print/cups
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.655 2015/01/03 
20:05:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.656 2015/01/13 
15:58:05 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  cups-2.0.1-r1.ebuild:
+  Stable for HPPA (bug #533692).
 
   03 Jan 2015; Manuel Rüger  cups-.ebuild:
   Update doc URL in elog as suggested by a3li. Fixes bug #534496.






[gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-engine: ChangeLog foomatic-db-engine-4.0.11.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:58:34

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

Revision  ChangesPath
1.86 net-print/foomatic-db-engine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   9 Jan 2015 13:48:31 -   1.85
+++ ChangeLog   13 Jan 2015 15:58:34 -  1.86
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/foomatic-db-engine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 
1.85 2015/01/09 13:48:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 
1.86 2015/01/13 15:58:34 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  foomatic-db-engine-4.0.11.ebuild:
+  Stable for HPPA (bug #535630).
 
   09 Jan 2015; Agostino Sarubbo 
   foomatic-db-engine-4.0.11.ebuild:



1.5  
net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?r1=1.4&r2=1.5

Index: foomatic-db-engine-4.0.11.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- foomatic-db-engine-4.0.11.ebuild9 Jan 2015 13:48:31 -   1.4
+++ foomatic-db-engine-4.0.11.ebuild13 Jan 2015 15:58:34 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
 1.4 2015/01/09 13:48:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
 1.5 2015/01/13 15:58:34 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND="net-print/cups"






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

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:59:44

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

Revision  ChangesPath
1.111app-misc/devtodo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   11 Jan 2015 21:10:36 -  1.110
+++ ChangeLog   13 Jan 2015 15:59:44 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/devtodo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.110 
2015/01/11 21:10:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.111 
2015/01/13 15:59:44 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  devtodo-0.1.20-r3.ebuild:
+  Stable for HPPA (bug #534870).
 
   11 Jan 2015; Markus Meier  devtodo-0.1.20-r3.ebuild:
   arm stable, bug #534870



1.4  app-misc/devtodo/devtodo-0.1.20-r3.ebuild

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

Index: devtodo-0.1.20-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- devtodo-0.1.20-r3.ebuild11 Jan 2015 21:10:36 -  1.3
+++ devtodo-0.1.20-r3.ebuild13 Jan 2015 15:59:44 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.3 2015/01/11 21:10:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.4 2015/01/13 15:59:44 jer Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall-init: shorewall-init-4.5.21.10-r1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:54:30

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

Revision  ChangesPath
1.2  
net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild?r1=1.1&r2=1.2

Index: shorewall-init-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall-init-4.5.21.10-r1.ebuild  18 Nov 2014 11:13:58 -  1.1
+++ shorewall-init-4.5.21.10-r1.ebuild  13 Jan 2015 15:54:30 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild,v
 1.1 2014/11/18 11:13:58 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall-init/shorewall-init-4.5.21.10-r1.ebuild,v
 1.2 2015/01/13 15:54:30 jer Exp $
 
 EAPI="5"
 
@@ -27,7 +27,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=sys-apps/coreutils-8.20"



1.15 net-firewall/shorewall-init/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall-init/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   18 Nov 2014 13:09:45 -  1.14
+++ ChangeLog   13 Jan 2015 15:54:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/shorewall-init
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-init/ChangeLog,v 
1.14 2014/11/18 13:09:45 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-init/ChangeLog,v 
1.15 2015/01/13 15:54:30 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  shorewall-init-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
   18 Nov 2014; Michael Weber 
   -files/4.5.21.7/01_Remove-ipset-functionality.patch,






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: ChangeLog shorewall-4.5.21.10-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:53:24

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

Revision  ChangesPath
1.270net-firewall/shorewall/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.270&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.270&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?r1=1.269&r2=1.270

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   4 Jan 2015 09:49:46 -   1.269
+++ ChangeLog   13 Jan 2015 15:53:24 -  1.270
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/shorewall
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.269 
2015/01/04 09:49:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.270 
2015/01/13 15:53:24 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  shorewall-4.5.21.10-r1.ebuild:
+  Stable for HPPA (bug #535560).
 
 *shorewall-4.6.5.3 (04 Jan 2015)
 



1.2  net-firewall/shorewall/shorewall-4.5.21.10-r1.ebuild

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

Index: shorewall-4.5.21.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.21.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall-4.5.21.10-r1.ebuild   18 Nov 2014 11:12:24 -  1.1
+++ shorewall-4.5.21.10-r1.ebuild   13 Jan 2015 15:53:24 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.21.10-r1.ebuild,v 
1.1 2014/11/18 11:12:24 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.21.10-r1.ebuild,v 
1.2 2015/01/13 15:53:24 jer Exp $
 
 EAPI="5"
 
@@ -32,7 +32,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="






[gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.7.4.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:04:34

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

Revision  ChangesPath
1.2  dev-db/sqlite/sqlite-3.8.7.4.ebuild

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

Index: sqlite-3.8.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.7.4.ebuild   12 Dec 2014 21:23:06 -  1.1
+++ sqlite-3.8.7.4.ebuild   13 Jan 2015 16:04:34 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v 1.1 
2014/12/12 21:23:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v 1.2 
2015/01/13 16:04:34 jer Exp $
 
 EAPI="5"
 
@@ -21,7 +21,7 @@
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test"
 
 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )



1.543dev-db/sqlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.543&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.543&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.542&r2=1.543

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -r1.542 -r1.543
--- ChangeLog   12 Dec 2014 21:23:06 -  1.542
+++ ChangeLog   13 Jan 2015 16:04:34 -  1.543
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.542 2014/12/12 
21:23:06 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.543 2015/01/13 
16:04:34 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  sqlite-3.8.7.4.ebuild:
+  Stable for HPPA (bug #536142).
 
 *sqlite-3.8.7.4 (12 Dec 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/main/en: name-logo.xml

2015-01-13 Thread David Abbott (dabbott)
dabbott 15/01/13 15:55:28

  Modified: name-logo.xml
  Log:
  removed the word 'content' and replaced it with 'works' Bug 536484

Revision  ChangesPath
1.11 xml/htdocs/main/en/name-logo.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?r1=1.10&r2=1.11

Index: name-logo.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/name-logo.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- name-logo.xml   26 Apr 2011 18:18:24 -  1.10
+++ name-logo.xml   13 Jan 2015 15:55:28 -  1.11
@@ -1,9 +1,9 @@
 
 
 
-
+
 
-
+
 Gentoo Name and Logo Usage Guidelines
 
 
@@ -14,12 +14,12 @@
 This document covers the guidelines on the Gentoo Name and Logo usage.
 
 
-
+
 
 
 
-1.8
-2005-12-11
+11
+2015-01-13
 
 
 Preliminaries
@@ -62,7 +62,7 @@
 
 
 
-Any content that is copyright Gentoo Foundation, Inc.
+Any works that is copyright Gentoo Foundation, Inc.
 
 
 
@@ -118,7 +118,7 @@
 
 
 
-You are permitted to use the Gentoo name in computer-related content, provided
+You are permitted to use the Gentoo name in computer-related works, provided
 that:
 
 
@@ -137,7 +137,7 @@
   
   
 
-  you clearly state that the content, project, site, product or any other
+  you clearly state that the works, project, site, product or any other
   type of item with which the "Gentoo" name is associated is not part of 
the
   Gentoo project and is not directed or managed by Gentoo Foundation, Inc.
 
@@ -174,7 +174,7 @@
 
 Commercial use of the Gentoo "g" logo and Gentoo artwork is allowed for any
 software or computer hardware product that contains or is based
-upon content produced by the Gentoo project, or any project or service 
+upon works produced by the Gentoo project, or any project or service 
 referencing Gentoo or the Gentoo Project, provided that the following 
 conditions are met:
 
@@ -186,7 +186,7 @@
   
   
 the artwork used is not the primary (largest) mark displayed on the
-product, and is thus intended to convey that the product contains "content
+product, and is thus intended to convey that the product contains "works
 produced by the Gentoo project", but is not itself a product being sold
 or supported by Gentoo Foundation, Inc.
   
@@ -216,13 +216,13 @@
 Inc., and that any Gentoo artwork is copyright Gentoo Foundation, Inc, and,
   
   
-the "g" logo and Gentoo artwork are used in content that pertain to "the
+the "g" logo and Gentoo artwork are used in works that pertain to "the
 Gentoo project", as directed by the Gentoo Foundation, Inc., and not any
 effort outside or beyond the authority of the Gentoo Foundation, Inc., and
   
   
 
-  you clearly state that the content, project, site, product or any other
+  you clearly state that the works, project, site, product or any other
   type of item with which the "g" logo or Gentoo artwork is associated is
   not part of the Gentoo project and is not directed or managed by Gentoo
   Foundation, Inc.






[gentoo-commits] gentoo-x86 commit in dev-util/oprofile: ChangeLog oprofile-0.9.9-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:05:53

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

Revision  ChangesPath
1.101dev-util/oprofile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   1 Dec 2014 10:17:13 -   1.100
+++ ChangeLog   13 Jan 2015 16:05:53 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/oprofile
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.100 
2014/12/01 10:17:13 bircoph Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.101 
2015/01/13 16:05:53 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  oprofile-0.9.9-r1.ebuild:
+  Stable for HPPA (bug #536166).
 
   01 Dec 2014; Andrew Savchenko  oprofile-1.0.0.ebuild:
   Update kernel dependecy data.



1.2  dev-util/oprofile/oprofile-0.9.9-r1.ebuild

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

Index: oprofile-0.9.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-0.9.9-r1.ebuild1 Dec 2014 08:02:49 -   1.1
+++ oprofile-0.9.9-r1.ebuild13 Jan 2015 16:05:53 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v 1.1 
2014/12/01 08:02:49 bircoph Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v 1.2 
2015/01/13 16:05:53 jer Exp $
 
 EAPI="5"
 inherit autotools eutils linux-info multilib user java-pkg-opt-2
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="java pch qt4"
 
 DEPEND=">=dev-libs/popt-1.7-r1






[gentoo-commits] gentoo-x86 commit in app-text/dvipdfmx: dvipdfmx-20110311-r1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:08:36

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

Revision  ChangesPath
1.4  app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild?r1=1.3&r2=1.4

Index: dvipdfmx-20110311-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dvipdfmx-20110311-r1.ebuild 11 Jan 2015 21:14:26 -  1.3
+++ dvipdfmx-20110311-r1.ebuild 13 Jan 2015 16:08:36 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v 1.3 
2015/01/11 21:14:26 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v 1.4 
2015/01/13 16:08:36 jer Exp $
 
 EAPI=3
 inherit autotools eutils texlive-common
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
 IUSE=""
 
 DEPEND="app-text/libpaper



1.79 app-text/dvipdfmx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/ChangeLog?rev=1.79&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/ChangeLog?rev=1.79&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvipdfmx/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   11 Jan 2015 21:14:26 -  1.78
+++ ChangeLog   13 Jan 2015 16:08:36 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dvipdfmx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.78 
2015/01/11 21:14:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.79 
2015/01/13 16:08:36 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  dvipdfmx-20110311-r1.ebuild:
+  Stable for HPPA (bug #534904).
 
   11 Jan 2015; Markus Meier  dvipdfmx-20110311-r1.ebuild:
   arm stable, bug #534904






[gentoo-commits] gentoo-x86 commit in app-text/xmlto: ChangeLog xmlto-0.0.26.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:09:29

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

Revision  ChangesPath
1.94 app-text/xmlto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   9 Jan 2015 13:47:31 -   1.93
+++ ChangeLog   13 Jan 2015 16:09:29 -  1.94
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xmlto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.93 2015/01/09 
13:47:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.94 2015/01/13 
16:09:29 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  xmlto-0.0.26.ebuild:
+  Stable for HPPA (bug #534918).
 
   09 Jan 2015; Agostino Sarubbo  xmlto-0.0.26.ebuild:
   Stable for amd64, wrt bug #534918



1.3  app-text/xmlto/xmlto-0.0.26.ebuild

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

Index: xmlto-0.0.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xmlto-0.0.26.ebuild 9 Jan 2015 13:47:31 -   1.2
+++ xmlto-0.0.26.ebuild 13 Jan 2015 16:09:29 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.2 
2015/01/09 13:47:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.3 
2015/01/13 16:09:29 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="latex"
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1






[gentoo-commits] gentoo-x86 commit in dev-libs/libxdg-basedir: ChangeLog libxdg-basedir-1.2.0-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:10:16

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

Revision  ChangesPath
1.40 dev-libs/libxdg-basedir/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   9 Jan 2015 13:39:49 -   1.39
+++ ChangeLog   13 Jan 2015 16:10:16 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxdg-basedir
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.39 
2015/01/09 13:39:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.40 
2015/01/13 16:10:16 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  libxdg-basedir-1.2.0-r1.ebuild:
+  Stable for HPPA (bug #535122).
 
   09 Jan 2015; Agostino Sarubbo  
libxdg-basedir-1.2.0-r1.ebuild:
   Stable for amd64, wrt bug #535122



1.3  dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild?r1=1.2&r2=1.3

Index: libxdg-basedir-1.2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxdg-basedir-1.2.0-r1.ebuild  9 Jan 2015 13:39:49 -   1.2
+++ libxdg-basedir-1.2.0-r1.ebuild  13 Jan 2015 16:10:16 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
 1.2 2015/01/09 13:39:49 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
 1.3 2015/01/13 16:10:16 jer Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x64-macos ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS: Net-DNS-0.740.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:12:57

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

Revision  ChangesPath
1.3  dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild

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

Index: Net-DNS-0.740.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Net-DNS-0.740.0.ebuild  9 Jan 2015 13:42:09 -   1.2
+++ Net-DNS-0.740.0.ebuild  13 Jan 2015 16:12:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 
1.2 2015/01/09 13:42:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 
1.3 2015/01/13 16:12:57 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="ipv6 test"
 
 RDEPEND="



1.173dev-perl/Net-DNS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.173&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.173&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   9 Jan 2015 13:42:09 -   1.172
+++ ChangeLog   13 Jan 2015 16:12:57 -  1.173
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Net-DNS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.172 
2015/01/09 13:42:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.173 
2015/01/13 16:12:57 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Net-DNS-0.740.0.ebuild:
+  Stable for HPPA (bug #535210).
 
   09 Jan 2015; Agostino Sarubbo  Net-DNS-0.740.0.ebuild:
   Stable for amd64, wrt bug #535210






[gentoo-commits] gentoo-x86 commit in dev-python/six: ChangeLog six-1.8.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 15:56:36

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

Revision  ChangesPath
1.56 dev-python/six/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   8 Jan 2015 20:47:46 -   1.55
+++ ChangeLog   13 Jan 2015 15:56:36 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/six
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.55 2015/01/08 
20:47:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.56 2015/01/13 
15:56:36 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  six-1.8.0.ebuild:
+  Stable for HPPA (bug #534366).
 
   08 Jan 2015; Markus Meier  six-1.8.0.ebuild:
   arm stable, bug #534366



1.5  dev-python/six/six-1.8.0.ebuild

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

Index: six-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- six-1.8.0.ebuild8 Jan 2015 20:47:46 -   1.4
+++ six-1.8.0.ebuild13 Jan 2015 15:56:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v 1.4 
2015/01/08 20:47:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v 1.5 
2015/01/13 15:56:36 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc test"
 
 DEPEND="doc? ( dev-python/sphinx )






[gentoo-commits] gentoo-x86 commit in app-text/t1utils: ChangeLog t1utils-1.38.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:30:55

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

Revision  ChangesPath
1.73 app-text/t1utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   11 Jan 2015 21:15:14 -  1.72
+++ ChangeLog   13 Jan 2015 16:30:55 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/t1utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.72 
2015/01/11 21:15:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.73 
2015/01/13 16:30:55 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  t1utils-1.38.ebuild:
+  Stable for HPPA (bug #534912).
 
   11 Jan 2015; Markus Meier  t1utils-1.38.ebuild:
   arm stable, bug #534912



1.3  app-text/t1utils/t1utils-1.38.ebuild

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

Index: t1utils-1.38.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- t1utils-1.38.ebuild 11 Jan 2015 21:15:14 -  1.2
+++ t1utils-1.38.ebuild 13 Jan 2015 16:30:55 -  1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.38.ebuild,v 1.2 
2015/01/11 21:15:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.38.ebuild,v 1.3 
2015/01/13 16:30:55 jer Exp $
 
 IUSE=""
 
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz";
 HOMEPAGE="http://www.lcdf.org/type/#t1utils";
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-id: ChangeLog myspell-id-2.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:31:59

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

Revision  ChangesPath
1.24 app-dicts/myspell-id/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   11 Jan 2015 20:58:07 -  1.23
+++ ChangeLog   13 Jan 2015 16:31:59 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-id
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.23 
2015/01/11 20:58:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.24 
2015/01/13 16:31:59 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  myspell-id-2.0.ebuild:
+  Stable for HPPA (bug #534836).
 
   11 Jan 2015; Markus Meier  myspell-id-2.0.ebuild:
   arm stable, bug #534836



1.4  app-dicts/myspell-id/myspell-id-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild?r1=1.3&r2=1.4

Index: myspell-id-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- myspell-id-2.0.ebuild   11 Jan 2015 20:58:07 -  1.3
+++ myspell-id-2.0.ebuild   13 Jan 2015 16:31:59 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild,v 1.3 
2015/01/11 20:58:07 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild,v 1.4 
2015/01/13 16:31:59 jer Exp $
 
 EAPI=4
 
@@ -24,5 +24,5 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-ro: myspell-ro-3.3.10.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:33:09

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

Revision  ChangesPath
1.4  app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild?r1=1.3&r2=1.4

Index: myspell-ro-3.3.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- myspell-ro-3.3.10.ebuild11 Jan 2015 21:01:19 -  1.3
+++ myspell-ro-3.3.10.ebuild13 Jan 2015 16:33:09 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v 1.3 
2015/01/11 21:01:19 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v 1.4 
2015/01/13 16:33:09 jer Exp $
 
 EAPI=5
 
@@ -30,5 +30,5 @@
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""



1.35 app-dicts/myspell-ro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   11 Jan 2015 21:01:19 -  1.34
+++ ChangeLog   13 Jan 2015 16:33:09 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-ro
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.34 
2015/01/11 21:01:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.35 
2015/01/13 16:33:09 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  myspell-ro-3.3.10.ebuild:
+  Stable for HPPA (bug #534840).
 
   11 Jan 2015; Markus Meier  myspell-ro-3.3.10.ebuild:
   arm stable, bug #534840






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-lv: myspell-lv-1.0.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:34:17

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

Revision  ChangesPath
1.4  app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild?r1=1.3&r2=1.4

Index: myspell-lv-1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- myspell-lv-1.0.0.ebuild 11 Jan 2015 20:58:51 -  1.3
+++ myspell-lv-1.0.0.ebuild 13 Jan 2015 16:34:17 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v 1.3 
2015/01/11 20:58:51 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v 1.4 
2015/01/13 16:34:17 jer Exp $
 
 EAPI=5
 
@@ -24,5 +24,5 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""



1.29 app-dicts/myspell-lv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   11 Jan 2015 20:58:51 -  1.28
+++ ChangeLog   13 Jan 2015 16:34:17 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-lv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.28 
2015/01/11 20:58:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.29 
2015/01/13 16:34:17 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  myspell-lv-1.0.0.ebuild:
+  Stable for HPPA (bug #534838).
 
   11 Jan 2015; Markus Meier  myspell-lv-1.0.0.ebuild:
   arm stable, bug #534838






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSLeay: ChangeLog Net-SSLeay-1.650.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:36:31

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

Revision  ChangesPath
1.130dev-perl/Net-SSLeay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.130&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.130&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   9 Jan 2015 13:42:14 -   1.129
+++ ChangeLog   13 Jan 2015 16:36:31 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Net-SSLeay
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.129 
2015/01/09 13:42:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.130 
2015/01/13 16:36:31 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Net-SSLeay-1.650.0.ebuild:
+  Stable for HPPA (bug #535212).
 
   09 Jan 2015; Agostino Sarubbo  Net-SSLeay-1.650.0.ebuild:
   Stable for amd64, wrt bug #535212



1.3  dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild

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

Index: Net-SSLeay-1.650.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Net-SSLeay-1.650.0.ebuild   9 Jan 2015 13:42:14 -   1.2
+++ Net-SSLeay-1.650.0.ebuild   13 Jan 2015 16:36:31 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v 1.2 
2015/01/09 13:42:14 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v 1.3 
2015/01/13 16:36:31 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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=""
 
 RDEPEND="dev-libs/openssl"






[gentoo-commits] gentoo-x86 commit in dev-perl/Sub-Exporter: Sub-Exporter-0.987.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:37:29

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

Revision  ChangesPath
1.3  dev-perl/Sub-Exporter/Sub-Exporter-0.987.0.ebuild

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

Index: Sub-Exporter-0.987.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.987.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Sub-Exporter-0.987.0.ebuild 9 Jan 2015 13:42:34 -   1.2
+++ Sub-Exporter-0.987.0.ebuild 13 Jan 2015 16:37:29 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.987.0.ebuild,v 1.2 
2015/01/09 13:42:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.987.0.ebuild,v 1.3 
2015/01/13 16:37:29 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A sophisticated exporter for custom-built routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.46 dev-perl/Sub-Exporter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   9 Jan 2015 13:42:34 -   1.45
+++ ChangeLog   13 Jan 2015 16:37:29 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Sub-Exporter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.45 
2015/01/09 13:42:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.46 
2015/01/13 16:37:29 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Sub-Exporter-0.987.0.ebuild:
+  Stable for HPPA (bug #535226).
 
   09 Jan 2015; Agostino Sarubbo  Sub-Exporter-0.987.0.ebuild:
   Stable for amd64, wrt bug #535226






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Inline: ChangeLog Test-Inline-2.213.0-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:38:37

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

Revision  ChangesPath
1.84 dev-perl/Test-Inline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   9 Jan 2015 13:42:44 -   1.83
+++ ChangeLog   13 Jan 2015 16:38:37 -  1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Inline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.83 
2015/01/09 13:42:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.84 
2015/01/13 16:38:37 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Test-Inline-2.213.0-r1.ebuild:
+  Stable for HPPA (bug #535234).
 
   09 Jan 2015; Agostino Sarubbo  
Test-Inline-2.213.0-r1.ebuild:
   Stable for amd64, wrt bug #535234



1.3  dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild

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

Index: Test-Inline-2.213.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Test-Inline-2.213.0-r1.ebuild   9 Jan 2015 13:42:44 -   1.2
+++ Test-Inline-2.213.0-r1.ebuild   13 Jan 2015 16:38:37 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild,v 
1.2 2015/01/09 13:42:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild,v 
1.3 2015/01/13 16:38:37 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Inline test suite support for Perl"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Tester: ChangeLog Test-Tester-0.109.0-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:39:30

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

Revision  ChangesPath
1.58 dev-perl/Test-Tester/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Tester/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Tester/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Tester/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   9 Jan 2015 13:42:59 -   1.57
+++ ChangeLog   13 Jan 2015 16:39:30 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Tester
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/ChangeLog,v 1.57 
2015/01/09 13:42:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/ChangeLog,v 1.58 
2015/01/13 16:39:30 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Test-Tester-0.109.0-r1.ebuild:
+  Stable for HPPA (bug #535240).
 
   09 Jan 2015; Agostino Sarubbo  
Test-Tester-0.109.0-r1.ebuild:
   Stable for amd64, wrt bug #535240



1.3  dev-perl/Test-Tester/Test-Tester-0.109.0-r1.ebuild

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

Index: Test-Tester-0.109.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Tester/Test-Tester-0.109.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Test-Tester-0.109.0-r1.ebuild   9 Jan 2015 13:42:59 -   1.2
+++ Test-Tester-0.109.0-r1.ebuild   13 Jan 2015 16:39:30 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Tester/Test-Tester-0.109.0-r1.ebuild,v 
1.2 2015/01/09 13:42:59 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Tester/Test-Tester-0.109.0-r1.ebuild,v 
1.3 2015/01/13 16:39:30 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Ease testing test modules built with Test::Builder"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog pygresql-4.1.1-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 16:51:55

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

Revision  ChangesPath
1.76 dev-db/pygresql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   9 Jan 2015 13:48:11 -   1.75
+++ ChangeLog   13 Jan 2015 16:51:55 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pygresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.75 2015/01/09 
13:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.76 2015/01/13 
16:51:55 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  pygresql-4.1.1-r1.ebuild:
+  Stable for HPPA (bug #534946).
 
   09 Jan 2015; Agostino Sarubbo  pygresql-4.1.1-r1.ebuild:
   Stable for amd64, wrt bug #534946



1.6  dev-db/pygresql/pygresql-4.1.1-r1.ebuild

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

Index: pygresql-4.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pygresql-4.1.1-r1.ebuild9 Jan 2015 13:48:11 -   1.5
+++ pygresql-4.1.1-r1.ebuild13 Jan 2015 16:51:55 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v 
1.5 2015/01/09 13:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v 
1.6 2015/01/13 16:51:55 jer Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="POSTGRESQL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="|| (






[gentoo-commits] gentoo-x86 commit in sci-libs/suitesparseconfig: suitesparseconfig-4.2.1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:05:25

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

Revision  ChangesPath
1.5  sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild

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

Index: suitesparseconfig-4.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suitesparseconfig-4.2.1.ebuild  9 Jan 2015 13:39:19 -   1.4
+++ suitesparseconfig-4.2.1.ebuild  13 Jan 2015 17:05:25 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
 1.4 2015/01/09 13:39:19 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
 1.5 2015/01/13 17:05:25 jer Exp $
 
 EAPI=5
 
@@ -12,5 +12,5 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"



1.7  sci-libs/suitesparseconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   9 Jan 2015 13:39:19 -   1.6
+++ ChangeLog   13 Jan 2015 17:05:25 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/suitesparseconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.6 
2015/01/09 13:39:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.7 
2015/01/13 17:05:25 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  suitesparseconfig-4.2.1.ebuild:
+  Stable for HPPA (bug #534624).
 
   09 Jan 2015; Agostino Sarubbo  
suitesparseconfig-4.2.1.ebuild:
   Stable for amd64, wrt bug #534624






[gentoo-commits] gentoo-x86 commit in sci-libs/colamd: colamd-2.8.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:06:03

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

Revision  ChangesPath
1.5  sci-libs/colamd/colamd-2.8.0.ebuild

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

Index: colamd-2.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- colamd-2.8.0.ebuild 4 Mar 2014 19:48:32 -   1.4
+++ colamd-2.8.0.ebuild 13 Jan 2015 17:06:03 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.8.0.ebuild,v 1.4 
2014/03/04 19:48:32 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.8.0.ebuild,v 1.5 
2015/01/13 17:06:03 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"



1.37 sci-libs/colamd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colamd/ChangeLog?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colamd/ChangeLog?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colamd/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   4 Jan 2015 15:06:32 -   1.36
+++ ChangeLog   13 Jan 2015 17:06:03 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/colamd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.36 2015/01/04 
15:06:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.37 2015/01/13 
17:06:03 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  colamd-2.8.0.ebuild:
+  Stable for HPPA (bug #534636).
 
   04 Jan 2015; Justin Lecher  -colamd-2.7.4.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ccolamd-2.8.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:06:26

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

Revision  ChangesPath
1.5  sci-libs/ccolamd/ccolamd-2.8.0.ebuild

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

Index: ccolamd-2.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccolamd-2.8.0.ebuild4 Mar 2014 19:45:44 -   1.4
+++ ccolamd-2.8.0.ebuild13 Jan 2015 17:06:26 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.8.0.ebuild,v 1.4 
2014/03/04 19:45:44 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.8.0.ebuild,v 1.5 
2015/01/13 17:06:26 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"



1.35 sci-libs/ccolamd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   4 Mar 2014 19:45:44 -   1.34
+++ ChangeLog   13 Jan 2015 17:06:26 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/ccolamd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.34 
2014/03/04 19:45:44 vincent Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.35 
2015/01/13 17:06:26 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  ccolamd-2.8.0.ebuild:
+  Stable for HPPA (bug #534642).
 
   04 Mar 2014; Vicente Olivert Riera  ccolamd-2.8.0.ebuild:
   Add ~mips keyword.






[gentoo-commits] gentoo-x86 commit in sci-libs/amd: ChangeLog amd-2.3.1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:08:15

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

Revision  ChangesPath
1.39 sci-libs/amd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   4 Jan 2015 14:40:42 -   1.38
+++ ChangeLog   13 Jan 2015 17:08:15 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/amd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.38 2015/01/04 
14:40:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.39 2015/01/13 
17:08:15 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  amd-2.3.1.ebuild:
+  Stable for HPPA (bug #534626).
 
   04 Jan 2015; Justin Lecher  -amd-2.2.3.ebuild, metadata.xml:
   Drop old



1.5  sci-libs/amd/amd-2.3.1.ebuild

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

Index: amd-2.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amd-2.3.1.ebuild4 Mar 2014 19:51:23 -   1.4
+++ amd-2.3.1.ebuild13 Jan 2015 17:08:15 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.3.1.ebuild,v 1.4 
2014/03/04 19:51:23 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.3.1.ebuild,v 1.5 
2015/01/13 17:08:15 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc fortran static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"






[gentoo-commits] gentoo-x86 commit in sci-libs/camd: ChangeLog camd-2.3.1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:09:28

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

Revision  ChangesPath
1.28 sci-libs/camd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   4 Mar 2014 19:46:55 -   1.27
+++ ChangeLog   13 Jan 2015 17:09:27 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/camd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.27 2014/03/04 
19:46:55 vincent Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.28 2015/01/13 
17:09:27 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  camd-2.3.1.ebuild:
+  Stable for HPPA (bug #534640).
 
   04 Mar 2014; Vicente Olivert Riera  camd-2.3.1.ebuild:
   Add ~mips keyword.



1.5  sci-libs/camd/camd-2.3.1.ebuild

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

Index: camd-2.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- camd-2.3.1.ebuild   4 Mar 2014 19:46:55 -   1.4
+++ camd-2.3.1.ebuild   13 Jan 2015 17:09:27 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.3.1.ebuild,v 1.4 
2014/03/04 19:46:55 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.3.1.ebuild,v 1.5 
2015/01/13 17:09:27 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"






[gentoo-commits] gentoo-x86 commit in sci-libs/cholmod: ChangeLog cholmod-2.1.2.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:09:49

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

Revision  ChangesPath
1.43 sci-libs/cholmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   4 Mar 2014 19:52:00 -   1.42
+++ ChangeLog   13 Jan 2015 17:09:49 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/cholmod
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.42 
2014/03/04 19:52:00 vincent Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.43 
2015/01/13 17:09:49 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  cholmod-2.1.2.ebuild:
+  Stable for HPPA (bug #534648).
 
   04 Mar 2014; Vicente Olivert Riera  cholmod-2.1.2.ebuild:
   Add ~mips keyword.



1.4  sci-libs/cholmod/cholmod-2.1.2.ebuild

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

Index: cholmod-2.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cholmod-2.1.2.ebuild4 Mar 2014 19:52:00 -   1.3
+++ cholmod-2.1.2.ebuild13 Jan 2015 17:09:49 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v 1.3 
2014/03/04 19:52:00 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v 1.4 
2015/01/13 17:09:49 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cuda doc lapack metis minimal static-libs"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in sci-libs/umfpack: umfpack-5.6.2.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:11:09

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

Revision  ChangesPath
1.6  sci-libs/umfpack/umfpack-5.6.2.ebuild

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

Index: umfpack-5.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- umfpack-5.6.2.ebuild18 Jun 2014 14:44:27 -  1.5
+++ umfpack-5.6.2.ebuild13 Jan 2015 17:11:09 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.6.2.ebuild,v 1.5 
2014/06/18 14:44:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.6.2.ebuild,v 1.6 
2015/01/13 17:11:09 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc +cholmod static-libs"
 
 RDEPEND="



1.52 sci-libs/umfpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   4 Jan 2015 15:27:01 -   1.51
+++ ChangeLog   13 Jan 2015 17:11:09 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/umfpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.51 
2015/01/04 15:27:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.52 
2015/01/13 17:11:09 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  umfpack-5.6.2.ebuild:
+  Stable for HPPA (bug #534650).
 
   04 Jan 2015; Justin Lecher  -umfpack-5.6.1-r1.ebuild:
   Drop old






[gentoo-commits] gentoo-x86 commit in sci-libs/arpack: ChangeLog arpack-3.1.3-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:12:17

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

Revision  ChangesPath
1.58 sci-libs/arpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   9 Jan 2015 13:40:29 -   1.57
+++ ChangeLog   13 Jan 2015 17:12:17 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/arpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.57 2015/01/09 
13:40:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.58 2015/01/13 
17:12:17 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  arpack-3.1.3-r1.ebuild:
+  Stable for HPPA (bug #534630).
 
   09 Jan 2015; Agostino Sarubbo  arpack-3.1.3-r1.ebuild:
   Stable for amd64, wrt bug #534630



1.3  sci-libs/arpack/arpack-3.1.3-r1.ebuild

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

Index: arpack-3.1.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arpack-3.1.3-r1.ebuild  9 Jan 2015 13:40:29 -   1.2
+++ arpack-3.1.3-r1.ebuild  13 Jan 2015 17:12:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.3-r1.ebuild,v 
1.2 2015/01/09 13:40:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.3-r1.ebuild,v 
1.3 2015/01/13 17:12:17 jer Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="doc examples mpi static-libs"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in sci-libs/metis: metis-4.0.3.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:13:22

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

Revision  ChangesPath
1.10 sci-libs/metis/metis-4.0.3.ebuild

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

Index: metis-4.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metis-4.0.3.ebuild  4 Jan 2015 15:13:15 -   1.9
+++ metis-4.0.3.ebuild  13 Jan 2015 17:13:22 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v 1.9 
2015/01/04 15:13:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v 1.10 
2015/01/13 17:13:22 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz";
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 LICENSE="free-noncomm"
 IUSE="doc static-libs"
 



1.38 sci-libs/metis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   4 Jan 2015 15:13:15 -   1.37
+++ ChangeLog   13 Jan 2015 17:13:22 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/metis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.37 2015/01/04 
15:13:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.38 2015/01/13 
17:13:22 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  metis-4.0.3.ebuild:
+  Stable for HPPA (bug #534644).
 
   04 Jan 2015; Justin Lecher  metis-4.0.3.ebuild:
   Bump EAPI






[gentoo-commits] gentoo-x86 commit in dev-perl/Data-Dump: Data-Dump-1.220.0-r1.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:14:34

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

Revision  ChangesPath
1.2  dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild?r1=1.1&r2=1.2

Index: Data-Dump-1.220.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Data-Dump-1.220.0-r1.ebuild 22 Aug 2014 17:45:34 -  1.1
+++ Data-Dump-1.220.0-r1.ebuild 13 Jan 2015 17:14:34 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild,v 1.1 
2014/08/22 17:45:34 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild,v 1.2 
2015/01/13 17:14:34 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



1.31 dev-perl/Data-Dump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Dump/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Dump/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   22 Aug 2014 17:45:34 -  1.30
+++ ChangeLog   13 Jan 2015 17:14:34 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Data-Dump
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Dump/ChangeLog,v 1.30 
2014/08/22 17:45:34 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Dump/ChangeLog,v 1.31 
2015/01/13 17:14:34 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Data-Dump-1.220.0-r1.ebuild:
+  Stable for HPPA (bug #535166).
 
 *Data-Dump-1.220.0-r1 (22 Aug 2014)
 *Data-Dump-1.210.0-r1 (22 Aug 2014)






[gentoo-commits] gentoo-x86 commit in dev-perl/dbix-searchbuilder: ChangeLog dbix-searchbuilder-1.660.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:16:06

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

Revision  ChangesPath
1.93 dev-perl/dbix-searchbuilder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog?rev=1.93&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog?rev=1.93&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   16 Nov 2014 16:29:15 -  1.92
+++ ChangeLog   13 Jan 2015 17:16:06 -  1.93
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/dbix-searchbuilder
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 
1.92 2014/11/16 16:29:15 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 
1.93 2015/01/13 17:16:06 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  dbix-searchbuilder-1.660.0.ebuild:
+  Stable for HPPA (bug #535258).
 
 *dbix-searchbuilder-1.660.0 (16 Nov 2014)
 



1.2  
dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild?r1=1.1&r2=1.2

Index: dbix-searchbuilder-1.660.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbix-searchbuilder-1.660.0.ebuild   16 Nov 2014 16:29:15 -  1.1
+++ dbix-searchbuilder-1.660.0.ebuild   13 Jan 2015 17:16:06 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild,v
 1.1 2014/11/16 16:29:15 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.660.0.ebuild,v
 1.2 2015/01/13 17:16:06 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in app-emacs/d-mode: ChangeLog d-mode-2.0.6.ebuild

2015-01-13 Thread Ulrich Mueller (ulm)
ulm 15/01/13 17:21:42

  Modified: ChangeLog d-mode-2.0.6.ebuild
  Log:
  Fix build failure with Emacs 24.4, bug 536490.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.3  app-emacs/d-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jun 2014 11:07:52 -   1.2
+++ ChangeLog   13 Jan 2015 17:21:42 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/d-mode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v 1.2 2014/06/07 
11:07:52 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v 1.3 2015/01/13 
17:21:42 ulm Exp $
+
+  13 Jan 2015; Ulrich Müller  d-mode-2.0.6.ebuild,
+  +files/d-mode-2.0.6-emacs-24.4.patch:
+  Fix build failure with Emacs 24.4, bug 536490.
 
   07 Jun 2014; Ulrich Müller  d-mode-2.0.6.ebuild:
   Remove redundant NEED_EMACS assignment.



1.3  app-emacs/d-mode/d-mode-2.0.6.ebuild

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

Index: d-mode-2.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- d-mode-2.0.6.ebuild 7 Jun 2014 11:07:52 -   1.2
+++ d-mode-2.0.6.ebuild 13 Jan 2015 17:21:42 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v 1.2 
2014/06/07 11:07:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v 1.3 
2015/01/13 17:21:42 ulm Exp $
 
 EAPI=5
 
@@ -16,4 +16,5 @@
 KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/Emacs-D-Mode-2.0.6"
+ELISP_PATCHES="${P}-emacs-24.4.patch"
 SITEFILE="50${PN}-gentoo.el"






[gentoo-commits] gentoo-x86 commit in app-emacs/d-mode/files: d-mode-2.0.6-emacs-24.4.patch

2015-01-13 Thread Ulrich Mueller (ulm)
ulm 15/01/13 17:21:42

  Added:d-mode-2.0.6-emacs-24.4.patch
  Log:
  Fix build failure with Emacs 24.4, bug 536490.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.1  app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch?rev=1.1&content-type=text/plain

Index: d-mode-2.0.6-emacs-24.4.patch
===
https://bugs.gentoo.org/536490

--- Emacs-D-Mode-2.0.6-orig/d-mode.el
+++ Emacs-D-Mode-2.0.6/d-mode.el
@@ -66,6 +66,10 @@
 ;; necessary to get them compiled.)
 ;; Coment out 'when-compile part for debugging
 (eval-when-compile
+  (and (= emacs-major-version 24)
+   (= emacs-minor-version 4)
+   (null emacs-repository-version)
+   (require 'cl))
   (require 'cc-langs)
   (require 'cc-fonts)
 )






[gentoo-commits] gentoo commit in xml/htdocs/main/en: name-logo.xml

2015-01-13 Thread David Abbott (dabbott)
dabbott 15/01/13 17:23:28

  Modified: name-logo.xml
  Log:
  removed the word 'content' and replaced it with 'works' ver 2 Bug 536484

Revision  ChangesPath
1.12 xml/htdocs/main/en/name-logo.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/name-logo.xml?r1=1.11&r2=1.12

Index: name-logo.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/name-logo.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- name-logo.xml   13 Jan 2015 15:55:28 -  1.11
+++ name-logo.xml   13 Jan 2015 17:23:28 -  1.12
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 Gentoo Name and Logo Usage Guidelines
@@ -18,7 +18,7 @@
 
 
 
-11
+12
 2015-01-13
 
 
@@ -58,11 +58,11 @@
 
 
 
-Content produced by the Gentoo project
+Works produced by the Gentoo project
 
 
 
-Any works that is copyright Gentoo Foundation, Inc.
+Any works that are copyright Gentoo Foundation, Inc.
 
 
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Sys-CPU: Sys-CPU-0.610.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:26:34

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

Revision  ChangesPath
1.3  dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild

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

Index: Sys-CPU-0.610.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Sys-CPU-0.610.0.ebuild  9 Jan 2015 13:42:39 -   1.2
+++ Sys-CPU-0.610.0.ebuild  13 Jan 2015 17:26:34 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v 
1.2 2015/01/09 13:42:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v 
1.3 2015/01/13 17:26:34 jer Exp $
 
 EAPI=5
 
@@ -11,5 +11,5 @@
 DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 IUSE=""



1.36 dev-perl/Sys-CPU/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   9 Jan 2015 13:42:39 -   1.35
+++ ChangeLog   13 Jan 2015 17:26:34 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Sys-CPU
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.35 
2015/01/09 13:42:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.36 
2015/01/13 17:26:34 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Sys-CPU-0.610.0.ebuild:
+  Stable for HPPA (bug #535228).
 
   09 Jan 2015; Agostino Sarubbo  Sys-CPU-0.610.0.ebuild:
   Stable for amd64, wrt bug #535228






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-TCP: Test-TCP-2.60.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:27:36

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

Revision  ChangesPath
1.2  dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild?r1=1.1&r2=1.2

Index: Test-TCP-2.60.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Test-TCP-2.60.0.ebuild  11 Jul 2014 17:14:58 -  1.1
+++ Test-TCP-2.60.0.ebuild  13 Jan 2015 17:27:36 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild,v 
1.1 2014/07/11 17:14:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild,v 
1.2 2015/01/13 17:27:36 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Testing TCP program"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.15 dev-perl/Test-TCP/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   11 Jul 2014 17:14:58 -  1.14
+++ ChangeLog   13 Jan 2015 17:27:36 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-TCP
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v 1.14 
2014/07/11 17:14:58 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v 1.15 
2015/01/13 17:27:36 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Test-TCP-2.60.0.ebuild:
+  Stable for HPPA (bug #535238).
 
 *Test-TCP-2.60.0 (11 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-SAX-Writer: ChangeLog XML-SAX-Writer-0.540.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:29:58

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

Revision  ChangesPath
1.52 dev-perl/XML-SAX-Writer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   9 Jan 2015 13:43:04 -   1.51
+++ ChangeLog   13 Jan 2015 17:29:58 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-SAX-Writer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog,v 1.51 
2015/01/09 13:43:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/ChangeLog,v 1.52 
2015/01/13 17:29:58 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  XML-SAX-Writer-0.540.0.ebuild:
+  Stable for HPPA (bug #535252).
 
   09 Jan 2015; Agostino Sarubbo  
XML-SAX-Writer-0.540.0.ebuild:
   Stable for amd64, wrt bug #535252



1.3  dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild

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

Index: XML-SAX-Writer-0.540.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XML-SAX-Writer-0.540.0.ebuild   9 Jan 2015 13:43:04 -   1.2
+++ XML-SAX-Writer-0.540.0.ebuild   13 Jan 2015 17:29:58 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild,v 
1.2 2015/01/09 13:43:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild,v 
1.3 2015/01/13 17:29:58 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Writer: ChangeLog XML-Writer-0.624.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:30:38

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

Revision  ChangesPath
1.113dev-perl/XML-Writer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/ChangeLog?rev=1.113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/ChangeLog?rev=1.113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   22 Aug 2014 18:33:27 -  1.112
+++ ChangeLog   13 Jan 2015 17:30:38 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Writer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/ChangeLog,v 1.112 
2014/08/22 18:33:27 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/ChangeLog,v 1.113 
2015/01/13 17:30:38 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  XML-Writer-0.624.0.ebuild:
+  Stable for HPPA (bug #535256).
 
 *XML-Writer-0.623.0-r1 (22 Aug 2014)
 



1.2  dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild?r1=1.1&r2=1.2

Index: XML-Writer-0.624.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XML-Writer-0.624.0.ebuild   16 Mar 2014 12:20:36 -  1.1
+++ XML-Writer-0.624.0.ebuild   13 Jan 2015 17:30:38 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild,v 1.1 
2014/03/16 12:20:36 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild,v 1.2 
2015/01/13 17:30:38 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-linux ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-perl/Socket6: Socket6-0.250.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:31:25

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

Revision  ChangesPath
1.2  dev-perl/Socket6/Socket6-0.250.0.ebuild

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

Index: Socket6-0.250.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.250.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Socket6-0.250.0.ebuild  4 Feb 2014 11:04:12 -   1.1
+++ Socket6-0.250.0.ebuild  13 Jan 2015 17:31:25 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.250.0.ebuild,v 
1.1 2014/02/04 11:04:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.250.0.ebuild,v 
1.2 2015/01/13 17:31:25 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 SRC_TEST="do"



1.57 dev-perl/Socket6/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket6/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket6/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket6/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   21 Aug 2014 20:04:13 -  1.56
+++ ChangeLog   13 Jan 2015 17:31:25 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Socket6
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.56 
2014/08/21 20:04:13 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.57 
2015/01/13 17:31:25 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Socket6-0.250.0.ebuild:
+  Stable for HPPA (bug #535222).
 
 *Socket6-0.230.0-r1 (21 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/set-scalar: ChangeLog set-scalar-1.280.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:32:19

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

Revision  ChangesPath
1.58 dev-perl/set-scalar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   9 Jan 2015 18:43:18 -   1.57
+++ ChangeLog   13 Jan 2015 17:32:19 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/set-scalar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.57 
2015/01/09 18:43:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.58 
2015/01/13 17:32:19 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  set-scalar-1.280.0.ebuild:
+  Stable for HPPA (bug #535268).
 
   09 Jan 2015; Mikle Kolyada  set-scalar-1.290.0.ebuild:
   Pull correct version



1.4  dev-perl/set-scalar/set-scalar-1.280.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild?r1=1.3&r2=1.4

Index: set-scalar-1.280.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- set-scalar-1.280.0.ebuild   9 Jan 2015 13:43:34 -   1.3
+++ set-scalar-1.280.0.ebuild   13 Jan 2015 17:32:19 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild,v 1.3 
2015/01/09 13:43:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/set-scalar/set-scalar-1.280.0.ebuild,v 1.4 
2015/01/13 17:32:19 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Scalar set operations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-perl/extutils-depends: extutils-depends-0.308.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:33:19

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

Revision  ChangesPath
1.3  dev-perl/extutils-depends/extutils-depends-0.308.0.ebuild

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

Index: extutils-depends-0.308.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.308.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extutils-depends-0.308.0.ebuild 9 Jan 2015 13:43:19 -   1.2
+++ extutils-depends-0.308.0.ebuild 13 Jan 2015 17:33:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.308.0.ebuild,v
 1.2 2015/01/09 13:43:19 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.308.0.ebuild,v
 1.3 2015/01/13 17:33:19 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Easily build XS extensions that depend on XS extensions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 SRC_TEST="do parallel"



1.92 dev-perl/extutils-depends/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-depends/ChangeLog?rev=1.92&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-depends/ChangeLog?rev=1.92&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-depends/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   9 Jan 2015 22:31:12 -   1.91
+++ ChangeLog   13 Jan 2015 17:33:19 -  1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/extutils-depends
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.91 
2015/01/09 22:31:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.92 
2015/01/13 17:33:19 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  
extutils-depends-0.308.0.ebuild:
+  Stable for HPPA (bug #535260).
 
 *extutils-depends-0.403.0 (09 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.150.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:33:59

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

Revision  ChangesPath
1.70 dev-perl/extutils-pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   9 Jan 2015 13:43:24 -   1.69
+++ ChangeLog   13 Jan 2015 17:33:59 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 
1.69 2015/01/09 13:43:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 
1.70 2015/01/13 17:33:59 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  extutils-pkgconfig-1.150.0.ebuild:
+  Stable for HPPA (bug #535262).
 
   09 Jan 2015; Agostino Sarubbo 
   extutils-pkgconfig-1.150.0.ebuild:



1.3  
dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild

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

Index: extutils-pkgconfig-1.150.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extutils-pkgconfig-1.150.0.ebuild   9 Jan 2015 13:43:24 -   1.2
+++ extutils-pkgconfig-1.150.0.ebuild   13 Jan 2015 17:33:59 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild,v
 1.2 2015/01/09 13:43:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild,v
 1.3 2015/01/13 17:33:59 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="virtual/pkgconfig"






[gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Tree: ChangeLog HTML-Tree-5.30.0-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:34:43

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

Revision  ChangesPath
1.81 dev-perl/HTML-Tree/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/ChangeLog?rev=1.81&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/ChangeLog?rev=1.81&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   22 Aug 2014 16:17:16 -  1.80
+++ ChangeLog   13 Jan 2015 17:34:43 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/HTML-Tree
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/ChangeLog,v 1.80 
2014/08/22 16:17:16 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/ChangeLog,v 1.81 
2015/01/13 17:34:43 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  HTML-Tree-5.30.0-r1.ebuild:
+  Stable for HPPA (bug #535192).
 
 *HTML-Tree-4.200.0-r1 (22 Aug 2014)
 *HTML-Tree-5.30.0-r1 (22 Aug 2014)



1.2  dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild?r1=1.1&r2=1.2

Index: HTML-Tree-5.30.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HTML-Tree-5.30.0-r1.ebuild  22 Aug 2014 16:17:16 -  1.1
+++ HTML-Tree-5.30.0-r1.ebuild  13 Jan 2015 17:34:43 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild,v 1.1 
2014/08/22 16:17:16 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-5.30.0-r1.ebuild,v 1.2 
2015/01/13 17:34:43 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A library to manage HTML-Tree in PERL"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Socket-INET6: ChangeLog IO-Socket-INET6-2.720.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:35:24

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

Revision  ChangesPath
1.60 dev-perl/IO-Socket-INET6/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   23 Aug 2014 21:57:20 -  1.59
+++ ChangeLog   13 Jan 2015 17:35:24 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Socket-INET6
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.59 
2014/08/23 21:57:20 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.60 
2015/01/13 17:35:24 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  IO-Socket-INET6-2.720.0.ebuild:
+  Stable for HPPA (bug #535198).
 
 *IO-Socket-INET6-2.710.0-r1 (23 Aug 2014)
 



1.2  dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild?r1=1.1&r2=1.2

Index: IO-Socket-INET6-2.720.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IO-Socket-INET6-2.720.0.ebuild  8 Feb 2014 13:07:11 -   1.1
+++ IO-Socket-INET6-2.720.0.ebuild  13 Jan 2015 17:35:24 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild,v
 1.1 2014/02/08 13:07:11 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0.ebuild,v
 1.2 2015/01/13 17:35:24 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Work with IO sockets in ipv6"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/Socket6"






[gentoo-commits] gentoo-x86 commit in dev-perl/Filter: ChangeLog Filter-1.490.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:36:33

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

Revision  ChangesPath
1.28 dev-perl/Filter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Filter/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Filter/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Filter/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Filter/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   9 Jan 2015 13:41:34 -   1.27
+++ ChangeLog   13 Jan 2015 17:36:33 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Filter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/ChangeLog,v 1.27 2015/01/09 
13:41:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/ChangeLog,v 1.28 2015/01/13 
17:36:33 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Filter-1.490.0.ebuild:
+  Stable for HPPA (bug #535178).
 
   09 Jan 2015; Agostino Sarubbo  Filter-1.490.0.ebuild:
   Stable for amd64, wrt bug #535178



1.3  dev-perl/Filter/Filter-1.490.0.ebuild

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

Index: Filter-1.490.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Filter/Filter-1.490.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Filter-1.490.0.ebuild   9 Jan 2015 13:41:34 -   1.2
+++ Filter-1.490.0.ebuild   13 Jan 2015 17:36:33 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/Filter-1.490.0.ebuild,v 1.2 
2015/01/09 13:41:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/Filter-1.490.0.ebuild,v 1.3 
2015/01/13 17:36:33 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Interface for creation of Perl Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Clone: ChangeLog Clone-0.360.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:36:05

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

Revision  ChangesPath
1.97 dev-perl/Clone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.97&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.97&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   9 Jan 2015 22:45:08 -   1.96
+++ ChangeLog   13 Jan 2015 17:36:05 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Clone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.96 2015/01/09 
22:45:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.97 2015/01/13 
17:36:05 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  Clone-0.360.0.ebuild:
+  Stable for HPPA (bug #535154).
 
 *Clone-0.370.0 (09 Jan 2015)
 



1.3  dev-perl/Clone/Clone-0.360.0.ebuild

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

Index: Clone-0.360.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.360.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Clone-0.360.0.ebuild9 Jan 2015 13:40:54 -   1.2
+++ Clone-0.360.0.ebuild13 Jan 2015 17:36:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.360.0.ebuild,v 1.2 
2015/01/09 13:40:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.360.0.ebuild,v 1.3 
2015/01/13 17:36:05 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Recursively copy Perl datatypes"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 SRC_TEST="do"
 mymake='OPTIMIZE=${CFLAGS}'






[gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run: ChangeLog IPC-Run-0.920.0-r1.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:37:27

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

Revision  ChangesPath
1.48 dev-perl/IPC-Run/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   9 Jan 2015 13:41:54 -   1.47
+++ ChangeLog   13 Jan 2015 17:37:27 -  1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.47 
2015/01/09 13:41:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.48 
2015/01/13 17:37:27 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  IPC-Run-0.920.0-r1.ebuild:
+  Stable for HPPA (bug #535204).
 
   09 Jan 2015; Agostino Sarubbo  IPC-Run-0.920.0-r1.ebuild:
   Stable for amd64, wrt bug #535204



1.3  dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild

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

Index: IPC-Run-0.920.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IPC-Run-0.920.0-r1.ebuild   9 Jan 2015 13:41:54 -   1.2
+++ IPC-Run-0.920.0-r1.ebuild   13 Jan 2015 17:37:27 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.2 
2015/01/09 13:41:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.3 
2015/01/13 17:37:27 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-perl/IO-Tty-1.08"






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Tty: ChangeLog IO-Tty-1.120.0.ebuild

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:37:52

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

Revision  ChangesPath
1.53 dev-perl/IO-Tty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   9 Jan 2015 13:41:49 -   1.52
+++ ChangeLog   13 Jan 2015 17:37:52 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Tty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.52 2015/01/09 
13:41:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.53 2015/01/13 
17:37:52 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  IO-Tty-1.120.0.ebuild:
+  Stable for HPPA (bug #535202).
 
   09 Jan 2015; Agostino Sarubbo  IO-Tty-1.120.0.ebuild:
   Stable for amd64, wrt bug #535202



1.3  dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild

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

Index: IO-Tty-1.120.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IO-Tty-1.120.0.ebuild   9 Jan 2015 13:41:49 -   1.2
+++ IO-Tty-1.120.0.ebuild   13 Jan 2015 17:37:52 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v 1.2 
2015/01/09 13:41:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v 1.3 
2015/01/13 17:37:52 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="IO::Tty and IO::Pty modules for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Socket-SSL: IO-Socket-SSL-1.967.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:38:32

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

Revision  ChangesPath
1.3  dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild

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

Index: IO-Socket-SSL-1.967.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IO-Socket-SSL-1.967.0.ebuild9 Jan 2015 13:41:44 -   1.2
+++ IO-Socket-SSL-1.967.0.ebuild13 Jan 2015 17:38:32 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v 
1.2 2015/01/09 13:41:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v 
1.3 2015/01/13 17:38:32 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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="idn"
 
 DEPEND="



1.212dev-perl/IO-Socket-SSL/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?rev=1.212&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?rev=1.212&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?r1=1.211&r2=1.212

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog   9 Jan 2015 13:41:44 -   1.211
+++ ChangeLog   13 Jan 2015 17:38:32 -  1.212
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Socket-SSL
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.211 
2015/01/09 13:41:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.212 
2015/01/13 17:38:32 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers  IO-Socket-SSL-1.967.0.ebuild:
+  Stable for HPPA (bug #535200).
 
   09 Jan 2015; Agostino Sarubbo  IO-Socket-SSL-1.967.0.ebuild:
   Stable for amd64, wrt bug #535200






[gentoo-commits] gentoo-x86 commit in dev-perl/Spreadsheet-WriteExcel: Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog

2015-01-13 Thread Jeroen Roovers (jer)
jer 15/01/13 17:39:22

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

Revision  ChangesPath
1.3  
dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild

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

Index: Spreadsheet-WriteExcel-2.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Spreadsheet-WriteExcel-2.400.0.ebuild   4 Aug 2014 18:50:25 -   
1.2
+++ Spreadsheet-WriteExcel-2.400.0.ebuild   13 Jan 2015 17:39:22 -  
1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.2 2014/08/04 18:50:25 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.3 2015/01/13 17:39:22 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write cross-platform Excel binary file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/perl-File-Temp



1.87 dev-perl/Spreadsheet-WriteExcel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   22 Aug 2014 16:50:46 -  1.86
+++ ChangeLog   13 Jan 2015 17:39:22 -  1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Spreadsheet-WriteExcel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.86 2014/08/22 16:50:46 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.87 2015/01/13 17:39:22 jer Exp $
+
+  13 Jan 2015; Jeroen Roovers 
+  Spreadsheet-WriteExcel-2.400.0.ebuild:
+  Stable for HPPA (bug #535224).
 
 *Spreadsheet-WriteExcel-2.390.0-r1 (22 Aug 2014)
 






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

2015-01-13 Thread Andreas HAttel (dilfridge)
dilfridge15/01/13 17:52:48

  Added:20141209.txt
  Log:
  add meeting log

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

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

Index: 20141209.txt
===
[20:00:26] -*- WilliamH is here
[20:00:48] -*- mgorny is here for blueness
[20:00:58]  hi
[20:01:08]  I'm around-ish
[20:01:16]  In the cab 2min from home..
[20:01:28]  I'm here until 19:30.
[20:01:57]  Could any of you please do roll call?
[20:03:05]  sort of just did, unofficially
[20:03:10]  just rich0 and ulm?
[20:03:43]  here
[20:04:17] -*- WilliamH here until 19:30
[20:04:29]  rich0: ping
[20:04:57]  blueness mentioned rich0 needed a proxy too but he didn't 
ping me afterwards
[20:05:08]  ah right
[20:07:10]  ok here again
[20:07:16]  ok here again
[20:07:18]  http://article.gmane.org/gmane.linux.gentoo.project/4132
[20:07:20]  the agenda
[20:07:34]  i'm actually working on that council summary right now
[20:07:37]  should get it committed today
[20:07:38]  :)
[20:08:03]  so do we have anything to say on bug 523828 ?
[20:08:08]  dilfridge: https://bugs.gentoo.org/523828 "GLEP 42 
update: Unify gentoo-news repo and rsync structure"; Doc Other, GLEP Changes; 
CONF; mgorny:glep
[20:09:16]  I'm all for dropping the  subdir, since we started 
removing old news items anyway.
[20:09:46]  as long as it's not hundreds of files, that should not 
make any problems
[20:09:49] -*- WilliamH is for droping the subdir as well
[20:09:53]  dropping *
[20:10:23]  anyone else?
[20:10:27]  we need an updated commit hook
[20:10:42]  yeah, means coordiation mgorny<>infra
[20:10:48]  presumably not open source so it's gonna be impossible 
for anyone to work on it
[20:10:49]  yep
[20:11:10]  maybe we'll sync that with gitmig
[20:11:10]  that doesnt worry me too much since it was already 
modified once
[20:11:33]  mgorny: do it now, one thing less to worry about
[20:11:55]  ok
[20:12:02]  i'll ping infra people about it
[20:12:12]  do we need a vote?
[20:12:51] -*- ulm notes that nobody has objected
[20:13:00]  indeed
[20:13:12]  so I think this is good to go from our side and we can 
un-cc council.
[20:13:33]  last words for this topic?
[20:13:54]  seems not.
[20:13:57]  ok 
[20:13:59]  item 3
[20:14:03]  open floor
[20:14:06]  anyone?
[20:14:38]   in metadata.xml!
[20:14:44]  ... 
[20:14:48]  do we want to revisit this?
[20:15:33]  (talking as mgorny, not blueness now :P)
[20:15:33]  either leave everything as it is, or get rid of herds
[20:15:43] -*- WilliamH says nuke herds
[20:15:54]  but don't rename it only to a more verbose syntax
[20:16:00]  so herds.xml completely and leave mail aliases?
[20:16:31]  mgorny: that would be my thought, just make herds into 
aliases if they aren't already, make them maintainers.
[20:16:34]  nuke herds as a concept ("groups of packages"), but 
unify/simplify it as mail aliases
[20:17:23]  I have a question in regards to EAPI 6 now that we have 
mgorny here too. Did we ever officially include (or vote on) banning global 
helpers?
[20:17:27]  so no type="" in maintainer?
[20:17:34]  and find a way to keep metadata.xml 
[20:18:05]  if we are to change in backwards-incompat, we should 
probably switch from XML to JSON
[20:18:10]  or YAML, even better
[20:18:22]  - maintainers: f...@gentoo.org, b...@gentoo.org
[20:18:30]  even without -
[20:18:47]  mgorny: simpler, introduce a NEW tag that expands its 
contents to conte...@gentoo.org
[20:19:03]  nope, that's a bad idea
[20:19:13]  why?
[20:19:32]  again it's going in the direction of having more rules
[20:19:36]  I personally like the (non-doable) 
dilfridge
[20:19:53]  plus not every ebuild repo is gentoo
[20:20:09]  dilfridge: yeah, keep it simple
[20:20:40]  eselect
[20:20:41]  emacs
[20:20:45]  right now the perl is a short alternative 
to a very long ...
[20:20:56]  and I dont want to lose this
[20:21:01]  so well, simplifying it in non-backwards compatible way is 
second step, i'd say
[20:21:23]  could we focus on the first step which is unifying alias 
style?
[20:21:28]  maintainer tag*
[20:21:31]  mgorny: it's not even backwards-incompat to move to 
yaml, you'd put it in metadata.yaml and could translate
[20:21:38]  yml rather
[20:21:59]  dberkholz: keep the .xml for a transition time?
[20:22:08]  just disallow having both
[20:22:29]  there are some tools/sites using the xml
[20:22:37]  packages.g.o I suppose
[20:22:39]  ulm: pretty much, yeah. server-side translator, if .yml 
exists it has precedence and might even be able to refuse commits to .xml
[20:23:34]  I have no problems with using xml, just there are ways 
of xml and xmn>m
[20:24:45]  2. we want to replace metadata.xml with something 

[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: metadata.xml wesnoth-1.12.ebuild ChangeLog

2015-01-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/13 18:11:11

  Modified: metadata.xml ChangeLog
  Added:wesnoth-1.12.ebuild
  Log:
  version bump (bug #530642)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-strategy/wesnoth/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/metadata.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/metadata.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml20 May 2012 06:48:19 -  1.6
+++ metadata.xml13 Jan 2015 18:11:11 -  1.7
@@ -4,5 +4,6 @@
   games
   
 Enable compilation of server
+   Support for right-to-left languages
   
 



1.237games-strategy/wesnoth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.237&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.237&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.236&r2=1.237

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   31 Dec 2013 07:29:23 -  1.236
+++ ChangeLog   13 Jan 2015 18:11:11 -  1.237
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/wesnoth
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.236 
2013/12/31 07:29:23 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.237 
2015/01/13 18:11:11 mr_bones_ Exp $
+
+*wesnoth-1.12 (13 Jan 2015)
+
+  13 Jan 2015; Michael Sterrett  +wesnoth-1.12.ebuild,
+  metadata.xml:
+  version bump (bug #530642)
 
   31 Dec 2013; Michael Sterrett 
   -files/wesnoth-1.10.4-boost.patch, -wesnoth-1.10.4.ebuild,



1.1  games-strategy/wesnoth/wesnoth-1.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.ebuild?rev=1.1&content-type=text/plain

Index: wesnoth-1.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.ebuild,v 
1.1 2015/01/13 18:11:11 mr_bones_ Exp $

EAPI=5
inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games

DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
HOMEPAGE="http://www.wesnoth.org/";
SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="dbus dedicated doc fribidi nls server"

RDEPEND=">=media-libs/libsdl-1.2.7:0[joystick,video,X]
media-libs/sdl-net
!dedicated? (
>=media-libs/sdl-ttf-2.0.8
>=media-libs/sdl-mixer-1.2[vorbis]
>=media-libs/sdl-image-1.2[jpeg,png]
fribidi? ( dev-libs/fribidi )
dbus? ( sys-apps/dbus )
sys-libs/zlib
x11-libs/pango
dev-lang/lua
media-libs/fontconfig
)
>=dev-libs/boost-1.48[nls,threads]
virtual/libintl"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"

S=${WORKDIR}/${P}.0

src_prepare() {
if use dedicated || use server ; then
sed \
-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
-e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \
-e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
-e "s/GAMES_GROUP/${GAMES_GROUP}/" 
"${FILESDIR}"/wesnothd.rc \
> "${T}"/wesnothd || die
fi
if ! use doc ; then
sed -i \
-e '/manual/d' \
doc/CMakeLists.txt || die
fi
# bug #472994
mv icons/wesnoth-icon-Mac.png icons/wesnoth-icon.png || die
mv icons/map-editor-icon-Mac.png icons/wesnoth_editor-icon.png || die

# respect LINGUAS (bug #483316)
if [[ ${LINGUAS+set} ]] ; then

  1   2   3   >