[gentoo-commits] gentoo-x86 commit in app-backup/deja-dup: deja-dup-34.0.ebuild ChangeLog

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 07:07:13

  Modified: ChangeLog
  Added:deja-dup-34.0.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.57 app-backup/deja-dup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/deja-dup/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/deja-dup/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/deja-dup/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/deja-dup/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   7 Apr 2015 14:05:55 -   1.56
+++ ChangeLog   13 Apr 2015 07:07:13 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/deja-dup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/ChangeLog,v 1.56 
2015/04/07 14:05:55 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/ChangeLog,v 1.57 
2015/04/13 07:07:13 jlec Exp $
+
+*deja-dup-34.0 (13 Apr 2015)
+
+  13 Apr 2015; Justin Lecher  +deja-dup-34.0.ebuild:
+  Version Bump
 
   25 Nov 2014; Justin Lecher  -deja-dup-30.0.ebuild,
   -deja-dup-32.0.ebuild:



1.1  app-backup/deja-dup/deja-dup-34.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/deja-dup/deja-dup-34.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/deja-dup/deja-dup-34.0.ebuild?rev=1.1&content-type=text/plain

Index: deja-dup-34.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-34.0.ebuild,v 
1.1 2015/04/13 07:07:13 jlec Exp $

EAPI=5

GNOME2_LA_PUNT="yes"

VALA_MIN_API_VERSION="0.20"
VALA_MAX_API_VERSION="0.24"

inherit cmake-utils eutils gnome2 vala

DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/";
SRC_URI="http://launchpad.net/${PN}/34/${PV}/+download/${P}.tar.xz";

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

RESTRICT="test"

COMMON_DEPEND="
app-crypt/libsecret[vala]
>=dev-libs/glib-2.34:2
>=dev-libs/libpeas-1.0
>=x11-libs/gtk+-3.6:3
>=x11-libs/libnotify-0.7

>=app-backup/duplicity-0.6.23
dev-libs/dbus-glib

nautilus? ( gnome-base/nautilus )"
RDEPEND="${COMMON_DEPEND}
gnome-base/dconf
gnome-base/gvfs[fuse]"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
$(vala_depend)
dev-perl/Locale-gettext
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"

src_prepare() {
sed \
-e '/RPATH/s:PKG_LIBEXECDIR:PKG_LIBDIR:g' \
-i CMakeLists.txt || die
vala_src_prepare
gnome2_src_prepare
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DENABLE_CCPANEL=OFF
-DENABLE_UNITY=OFF
-DENABLE_UNITY_CCPANEL=OFF
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
$(cmake-utils_use_enable nautilus)
$(cmake-utils_use_enable test TESTING)
)
cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile
}

src_install() {
cmake-utils_src_install
}






[gentoo-commits] gentoo-x86 commit in sys-boot/gummiboot: gummiboot-45.ebuild gummiboot-9999.ebuild ChangeLog

2015-04-13 Thread Michal Gorny (mgorny)
mgorny  15/04/13 07:21:47

  Modified: gummiboot-45.ebuild gummiboot-.ebuild ChangeLog
  Log:
  Bump gnu-efi dep since new version with correct paths is available now.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  sys-boot/gummiboot/gummiboot-45.ebuild

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

Index: gummiboot-45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gummiboot-45.ebuild 7 Aug 2014 08:11:18 -   1.2
+++ gummiboot-45.ebuild 13 Apr 2015 07:21:47 -  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-boot/gummiboot/gummiboot-45.ebuild,v 
1.2 2014/08/07 08:11:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 
1.3 2015/04/13 07:21:47 mgorny Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
app-arch/xz-utils
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
-   =sys-boot/gnu-efi-3.0s"
+   >=sys-boot/gnu-efi-3.0.2"
 
 pkg_pretend() {
# CONFIG_EFI_STUB  is required to boot a kernel with gummiboot



1.2  sys-boot/gummiboot/gummiboot-.ebuild

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

Index: gummiboot-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gummiboot-.ebuild   2 Aug 2014 07:54:54 -   1.1
+++ gummiboot-.ebuild   13 Apr 2015 07:21:47 -  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/sys-boot/gummiboot/gummiboot-.ebuild,v 
1.1 2014/08/02 07:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-.ebuild,v 
1.2 2015/04/13 07:21:47 mgorny Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
-   =sys-boot/gnu-efi-3.0s"
+   >=sys-boot/gnu-efi-3.0.2"
 
 pkg_pretend() {
# CONFIG_EFI_STUB  is required to boot a kernel with gummiboot



1.3  sys-boot/gummiboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Aug 2014 08:11:18 -   1.2
+++ ChangeLog   13 Apr 2015 07:21:47 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/gummiboot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.2 
2014/08/07 08:11:18 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.3 
2015/04/13 07:21:47 mgorny Exp $
+
+  13 Apr 2015; Michał Górny  gummiboot-45.ebuild,
+  gummiboot-.ebuild:
+  Bump gnu-efi dep since new version with correct paths is available now.
 
   07 Aug 2014; Michał Górny  gummiboot-45.ebuild:
   Use locally-hosted, fully-generated distfile instead of the unstable 
snapshot,






[gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-9999.ebuild ChangeLog

2015-04-13 Thread Matthias Maier (tamiko)
tamiko  15/04/13 07:46:19

  Modified: virt-manager-.ebuild ChangeLog
  Log:
  fix src_prepare in live build; bug #546400
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.27 app-emulation/virt-manager/virt-manager-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?r1=1.26&r2=1.27

Index: virt-manager-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- virt-manager-.ebuild1 Jan 2015 10:36:02 -   1.26
+++ virt-manager-.ebuild13 Apr 2015 07:46:19 -  1.27
@@ -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-emulation/virt-manager/virt-manager-.ebuild,v 
1.26 2015/01/01 10:36:02 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v 
1.27 2015/04/13 07:46:19 tamiko Exp $
 
 EAPI=5
 
@@ -52,8 +52,6 @@
 DOCS=( README NEWS )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-optional_avahi.patch
-
distutils-r1_src_prepare
 }
 



1.120app-emulation/virt-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.120&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.120&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   8 Apr 2015 13:13:27 -   1.119
+++ ChangeLog   13 Apr 2015 07:46:19 -  1.120
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 
1.119 2015/04/08 13:13:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 
1.120 2015/04/13 07:46:19 tamiko Exp $
+
+  13 Apr 2015; Matthias Maier  virt-manager-.ebuild:
+  fix src_prepare in live build; bug #546400
 
   08 Apr 2015; Agostino Sarubbo  virt-manager-1.1.0-r2.ebuild:
   Stable for amd64, wrt bug #545622






[gentoo-commits] gentoo-x86 commit in dev-util/spec-cleaner: ChangeLog spec-cleaner-9999.ebuild spec-cleaner-0.6.8.ebuild spec-cleaner-0.6.5.ebuild

2015-04-13 Thread Tomas Chvatal (scarabeus)
scarabeus15/04/13 07:46:35

  Modified: ChangeLog spec-cleaner-.ebuild
  Added:spec-cleaner-0.6.8.ebuild
  Removed:  spec-cleaner-0.6.5.ebuild
  Log:
  Version bump to latest release, drop older, remove py3.3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.13 dev-util/spec-cleaner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Feb 2015 12:52:53 -   1.12
+++ ChangeLog   13 Apr 2015 07:46:35 -  1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/spec-cleaner
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.12 
2015/02/09 12:52:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.13 
2015/04/13 07:46:35 scarabeus Exp $
+
+*spec-cleaner-0.6.8 (13 Apr 2015)
+
+  13 Apr 2015; Tomáš Chvátal 
+  -spec-cleaner-0.6.5.ebuild, +spec-cleaner-0.6.8.ebuild,
+  spec-cleaner-.ebuild:
+  Version bump to latest release, drop older, remove py3.3
 
 *spec-cleaner-0.6.5 (09 Feb 2015)
 



1.6  dev-util/spec-cleaner/spec-cleaner-.ebuild

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

Index: spec-cleaner-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spec-cleaner-.ebuild28 Nov 2014 13:06:14 -  1.5
+++ spec-cleaner-.ebuild13 Apr 2015 07:46:35 -  1.6
@@ -1,10 +1,10 @@
-# 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/spec-cleaner/spec-cleaner-.ebuild,v 1.5 
2014/11/28 13:06:14 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-.ebuild,v 1.6 
2015/04/13 07:46:35 scarabeus Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 EGIT_REPO_URI="https://github.com/openSUSE/spec-cleaner.git";
 inherit distutils-r1
 [[ ${PV} ==  ]] && inherit git-r3



1.1  dev-util/spec-cleaner/spec-cleaner-0.6.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.6.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.6.8.ebuild?rev=1.1&content-type=text/plain

Index: spec-cleaner-0.6.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.6.8.ebuild,v 1.1 
2015/04/13 07:46:35 scarabeus Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_4} )
EGIT_REPO_URI="https://github.com/openSUSE/spec-cleaner.git";
inherit distutils-r1
[[ ${PV} ==  ]] && inherit git-r3

DESCRIPTION="SUSE spec file cleaner and formatter"
HOMEPAGE="https://github.com/openSUSE/spec-cleaner";
[[ ${PV} !=  ]] && 
SRC_URI="https://github.com/openSUSE/${PN}/archive/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
[[ ${PV} !=  ]] && \
KEYWORDS="~amd64 ~x86"
IUSE="test"

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

[[ ${PV} !=  ]] && S="${WORKDIR}/${PN}-${P}"

src_prepare() {
# we have libexec
sed -i \
-e 's:lib/obs:libexec/obs:g' \
setup.py || die
distutils-r1_src_prepare
}

python_test() {
nosetests
}






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.10.7.ebuild postfix-3.0.1.ebuild postfix-2.11.5.ebuild ChangeLog

2015-04-13 Thread Eray Aslan (eras)
eras15/04/13 07:50:46

  Modified: ChangeLog
  Added:postfix-2.10.7.ebuild postfix-3.0.1.ebuild
postfix-2.11.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.581mail-mta/postfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -r1.580 -r1.581
--- ChangeLog   9 Apr 2015 20:52:17 -   1.580
+++ ChangeLog   13 Apr 2015 07:50:46 -  1.581
@@ -1,6 +1,14 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.580 
2015/04/09 20:52:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.581 
2015/04/13 07:50:46 eras Exp $
+
+*postfix-3.0.1 (13 Apr 2015)
+*postfix-2.11.5 (13 Apr 2015)
+*postfix-2.10.7 (13 Apr 2015)
+
+  13 Apr 2015; Eray Aslan  +postfix-2.10.7.ebuild,
+  +postfix-2.11.5.ebuild, +postfix-3.0.1.ebuild:
+  Version bump
 
   09 Apr 2015; Markus Meier  postfix-3.0.0.ebuild:
   arm stable, bug #544248



1.1  mail-mta/postfix/postfix-2.10.7.ebuild

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

Index: postfix-2.10.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10.7.ebuild,v 1.1 
2015/04/13 07:50:46 eras Exp $

EAPI=5
inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam user 
versionator systemd

MY_PV="${PV/_pre/-}"
MY_SRC="${PN}-${MY_PV}"
MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official";
VDA_PV="2.10.0"
VDA_P="${PN}-vda-v13-${VDA_PV}"
RC_VER="2.7"

DESCRIPTION="A fast and secure drop-in replacement for sendmail"
HOMEPAGE="http://www.postfix.org/";
SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) "

LICENSE="IBM"
SLOT="0"
KEYWORDS="~mips ~s390"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql 
nis pam postgres sasl selinux sqlite ssl vda"

DEPEND=">=dev-libs/libpcre-3.4
dev-lang/perl
berkdb? ( >=sys-libs/db-3.2:* )
cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) )
ldap? ( net-nds/openldap )
ldap-bind? ( net-nds/openldap[sasl] )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
postgres? ( dev-db/postgresql:* )
sasl? (  >=dev-libs/cyrus-sasl-2 )
sqlite? ( dev-db/sqlite:3 )
ssl? ( >=dev-libs/openssl-0.9.6g:* )"

RDEPEND="${DEPEND}
dovecot-sasl? ( net-mail/dovecot )
memcached? ( net-misc/memcached )
net-mail/mailbase
selinux? ( sec-policy/selinux-postfix )
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/mini-qmail
!mail-mta/msmtp[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/fastforward"

REQUIRED_USE="ldap-bind? ( ldap sasl )"

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

pkg_setup() {
# Add postfix, postdrop user/group (bug #77565)
enewgroup postfix 207
enewgroup postdrop 208
enewuser postfix 207 -1 /var/spool/postfix postfix,mail
}

src_prepare() {
epatch "${FILESDIR}/${PN}-2.11.1-db6.patch"
if use vda; then
epatch "${DISTDIR}"/${VDA_P}.patch
fi

sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
src/util/sys_defs.h || die "sed failed"

# change default paths to better comply with portage standard paths
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
}

src_configure() {
# Make sure LDFLAGS get passed down to the executables.
local mycc="-DHAS_PCRE" mylibs="${LDFLAGS} -lpcre -lcrypt -lpthread"

use pam && mylibs="${mylibs} -lpam"

if use ldap; then
mycc="${mycc} -DHAS_LDAP"
mylibs="${mylibs} -lldap -llber"
fi

if use mysql; then

[gentoo-commits] gentoo-x86 commit in app-misc/boxes: boxes-1.1.2-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:34

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

Revision  ChangesPath
1.2  app-misc/boxes/boxes-1.1.2-r1.ebuild

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

Index: boxes-1.1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boxes-1.1.2-r1.ebuild   11 Mar 2015 08:48:37 -  1.1
+++ boxes-1.1.2-r1.ebuild   13 Apr 2015 07:55:34 -  1.2
@@ -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/boxes/boxes-1.1.2-r1.ebuild,v 1.1 
2015/03/11 08:48:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.1.2-r1.ebuild,v 1.2 
2015/04/13 07:55:34 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="



1.35 app-misc/boxes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   11 Mar 2015 08:48:37 -  1.34
+++ ChangeLog   13 Apr 2015 07:55:34 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/boxes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.34 2015/03/11 
08:48:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.35 2015/04/13 
07:55:34 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  boxes-1.1.2-r1.ebuild:
+  Stable for amd64, wrt bug #546374
 
 *boxes-1.1.2-r1 (11 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in games-board/mt_ncurses_client: mt_ncurses_client-0.1.98.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:44

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

Revision  ChangesPath
1.9  
games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild?r1=1.8&r2=1.9

Index: mt_ncurses_client-0.1.98.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mt_ncurses_client-0.1.98.ebuild 2 Jan 2015 17:39:44 -   1.8
+++ mt_ncurses_client-0.1.98.ebuild 13 Apr 2015 07:55:44 -  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/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild,v
 1.8 2015/01/02 17:39:44 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild,v
 1.9 2015/04/13 07:55:44 ago Exp $
 
 EAPI=5
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/glib:2



1.7  games-board/mt_ncurses_client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   2 Jan 2015 17:39:44 -   1.6
+++ ChangeLog   13 Apr 2015 07:55:44 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/mt_ncurses_client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/ChangeLog,v 
1.6 2015/01/02 17:39:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/ChangeLog,v 
1.7 2015/04/13 07:55:44 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo 
+  mt_ncurses_client-0.1.98.ebuild:
+  Stable for amd64, wrt bug #546312
 
   02 Jan 2015; Michael Sterrett 
   mt_ncurses_client-0.1.98.ebuild:






[gentoo-commits] gentoo-x86 commit in media-gfx/dcraw: dcraw-9.24.4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:49

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

Revision  ChangesPath
1.2  media-gfx/dcraw/dcraw-9.24.4.ebuild

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

Index: dcraw-9.24.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-9.24.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dcraw-9.24.4.ebuild 8 Mar 2015 16:59:35 -   1.1
+++ dcraw-9.24.4.ebuild 13 Apr 2015 07:55:49 -  1.2
@@ -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/dcraw/dcraw-9.24.4.ebuild,v 1.1 
2015/03/08 16:59:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-9.24.4.ebuild,v 1.2 
2015/04/13 07:55:49 ago Exp $
 
 EAPI=5
 inherit eutils readme.gentoo toolchain-funcs
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW"
 IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 



1.100media-gfx/dcraw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   21 Mar 2015 21:30:39 -  1.99
+++ ChangeLog   13 Apr 2015 07:55:49 -  1.100
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/dcraw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.99 2015/03/21 
21:30:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.100 
2015/04/13 07:55:49 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  dcraw-9.24.4.ebuild:
+  Stable for amd64, wrt bug #546250
 
   21 Mar 2015; Tim Harder  -dcraw-9.17.ebuild,
   -dcraw-9.19.ebuild, -dcraw-9.20.ebuild, -dcraw-9.21.ebuild,






[gentoo-commits] gentoo-x86 commit in sci-physics/pythia: pythia-6.4.28.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:59

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

Revision  ChangesPath
1.2  sci-physics/pythia/pythia-6.4.28.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild?r1=1.1&r2=1.2

Index: pythia-6.4.28.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pythia-6.4.28.ebuild29 Oct 2013 19:52:25 -  1.1
+++ pythia-6.4.28.ebuild13 Apr 2015 07:55:59 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild,v 
1.1 2013/10/29 19:52:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.28.ebuild,v 
1.2 2015/04/13 07:55:59 ago Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 
 SLOT="6"
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
 src_prepare() {



1.57 sci-physics/pythia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   2 Sep 2014 21:31:28 -   1.56
+++ ChangeLog   13 Apr 2015 07:55:59 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/pythia
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.56 
2014/09/02 21:31:28 jauhien Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.57 
2015/04/13 07:55:59 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  pythia-6.4.28.ebuild:
+  Stable for amd64, wrt bug #546254
 
 *pythia-8.1.86 (02 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in games-util/lutris: lutris-0.3.6.2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:39

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

Revision  ChangesPath
1.2  games-util/lutris/lutris-0.3.6.2.ebuild

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

Index: lutris-0.3.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lutris-0.3.6.2.ebuild   11 Mar 2015 05:31:33 -  1.1
+++ lutris-0.3.6.2.ebuild   13 Apr 2015 07:55:39 -  1.2
@@ -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/games-util/lutris/lutris-0.3.6.2.ebuild,v 
1.1 2015/03/11 05:31:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.6.2.ebuild,v 
1.2 2015/04/13 07:55:39 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]



1.15 games-util/lutris/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   11 Mar 2015 16:39:59 -  1.14
+++ ChangeLog   13 Apr 2015 07:55:39 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/lutris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.14 
2015/03/11 16:39:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.15 
2015/04/13 07:55:39 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  lutris-0.3.6.2.ebuild:
+  Stable for amd64, wrt bug #546310
 
   11 Mar 2015; Michael Sterrett  -lutris-0.3.4.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in games-emulation/emutos: emutos-0.9.4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:24

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

Revision  ChangesPath
1.2  games-emulation/emutos/emutos-0.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild?r1=1.1&r2=1.2

Index: emutos-0.9.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emutos-0.9.4.ebuild 12 Mar 2015 18:53:46 -  1.1
+++ emutos-0.9.4.ebuild 13 Apr 2015 07:55:24 -  1.2
@@ -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/games-emulation/emutos/emutos-0.9.4.ebuild,v 1.1 
2015/03/12 18:53:46 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild,v 1.2 
2015/04/13 07:55:24 ago Exp $
 
 EAPI=5
 inherit games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=""



1.27 games-emulation/emutos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/emutos/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   12 Mar 2015 18:53:46 -  1.26
+++ ChangeLog   13 Apr 2015 07:55:24 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/emutos
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.26 
2015/03/12 18:53:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.27 
2015/04/13 07:55:24 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  emutos-0.9.4.ebuild:
+  Stable for amd64, wrt bug #546304
 
 *emutos-0.9.4 (12 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in games-sports/ultimatestunts: ultimatestunts-0.7.7.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:09

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

Revision  ChangesPath
1.2  games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?r1=1.1&r2=1.2

Index: ultimatestunts-0.7.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ultimatestunts-0.7.7.ebuild 14 Mar 2015 02:31:10 -  1.1
+++ ultimatestunts-0.7.7.ebuild 13 Apr 2015 07:56:09 -  1.2
@@ -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/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.1 2015/03/14 02:31:10 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.2 2015/04/13 07:56:09 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic versionator games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND="media-libs/libsdl[joystick,opengl,video]



1.28 games-sports/ultimatestunts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   14 Mar 2015 02:31:10 -  1.27
+++ ChangeLog   13 Apr 2015 07:56:09 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/ultimatestunts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.27 2015/03/14 02:31:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.28 2015/04/13 07:56:09 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  ultimatestunts-0.7.7.ebuild:
+  Stable for amd64, wrt bug #546398
 
 *ultimatestunts-0.7.7 (14 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-chemistry/eden: eden-5.3-r2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:04

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

Revision  ChangesPath
1.2  sci-chemistry/eden/eden-5.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/eden-5.3-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/eden-5.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/eden-5.3-r2.ebuild?r1=1.1&r2=1.2

Index: eden-5.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/eden/eden-5.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eden-5.3-r2.ebuild  11 Mar 2015 14:54:19 -  1.1
+++ eden-5.3-r2.ebuild  13 Apr 2015 07:56:04 -  1.2
@@ -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-chemistry/eden/eden-5.3-r2.ebuild,v 1.1 
2015/03/11 14:54:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/eden/eden-5.3-r2.ebuild,v 1.2 
2015/04/13 07:56:04 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="double-precision"
 
 RDEPEND="



1.21 sci-chemistry/eden/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/eden/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/eden/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   11 Mar 2015 14:54:19 -  1.20
+++ ChangeLog   13 Apr 2015 07:56:04 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/eden
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/eden/ChangeLog,v 1.20 
2015/03/11 14:54:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/eden/ChangeLog,v 1.21 
2015/04/13 07:56:04 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  eden-5.3-r2.ebuild:
+  Stable for amd64, wrt bug #546376
 
 *eden-5.3-r2 (11 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/hamcrest-library: hamcrest-library-1.3-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:14

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

Revision  ChangesPath
1.4  dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild

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

Index: hamcrest-library-1.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hamcrest-library-1.3-r1.ebuild  11 Apr 2015 22:43:35 -  1.3
+++ hamcrest-library-1.3-r1.ebuild  13 Apr 2015 07:56:14 -  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-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild,v
 1.3 2015/04/11 22:43:35 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild,v
 1.4 2015/04/13 07:56:14 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD-2"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 CDEPEND="
dev-java/hamcrest-generator:${SLOT}



1.6  dev-java/hamcrest-library/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/hamcrest-library/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Apr 2015 22:43:35 -  1.5
+++ ChangeLog   13 Apr 2015 07:56:14 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/hamcrest-library
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-library/ChangeLog,v 1.5 
2015/04/11 22:43:35 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-library/ChangeLog,v 1.6 
2015/04/13 07:56:14 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  
hamcrest-library-1.3-r1.ebuild:
+  Stable for amd64, wrt bug #546296
 
   11 Apr 2015; Patrice Clement 
   hamcrest-library-1.3-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-sports/trigger: trigger-0.6.1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:19

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

Revision  ChangesPath
1.2  games-sports/trigger/trigger-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trigger/trigger-0.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trigger/trigger-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trigger/trigger-0.6.1.ebuild?r1=1.1&r2=1.2

Index: trigger-0.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trigger-0.6.1.ebuild13 Mar 2015 05:56:44 -  1.1
+++ trigger-0.6.1.ebuild13 Apr 2015 07:56:19 -  1.2
@@ -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/games-sports/trigger/trigger-0.6.1.ebuild,v 
1.1 2015/03/13 05:56:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.6.1.ebuild,v 
1.2 2015/04/13 07:56:19 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="virtual/opengl



1.29 games-sports/trigger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   13 Mar 2015 05:56:44 -  1.28
+++ ChangeLog   13 Apr 2015 07:56:19 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/trigger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.28 
2015/03/13 05:56:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.29 
2015/04/13 07:56:19 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  trigger-0.6.1.ebuild:
+  Stable for amd64, wrt bug #546396
 
 *trigger-0.6.1 (13 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in games-kids/gcompris: gcompris-15.02.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:29

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

Revision  ChangesPath
1.2  games-kids/gcompris/gcompris-15.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-15.02.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-15.02.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-15.02.ebuild?r1=1.1&r2=1.2

Index: gcompris-15.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-15.02.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcompris-15.02.ebuild   12 Mar 2015 19:30:39 -  1.1
+++ gcompris-15.02.ebuild   13 Apr 2015 07:55:29 -  1.2
@@ -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/games-kids/gcompris/gcompris-15.02.ebuild,v 
1.1 2015/03/12 19:30:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-15.02.ebuild,v 
1.2 2015/04/13 07:55:29 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="gstreamer"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



1.109games-kids/gcompris/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?rev=1.109&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?rev=1.109&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   12 Mar 2015 19:30:39 -  1.108
+++ ChangeLog   13 Apr 2015 07:55:29 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/gcompris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.108 
2015/03/12 19:30:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.109 
2015/04/13 07:55:29 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  gcompris-15.02.ebuild:
+  Stable for amd64, wrt bug #546306
 
 *gcompris-15.02 (12 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/ipy: ipy-0.82a.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:55:54

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

Revision  ChangesPath
1.2  dev-python/ipy/ipy-0.82a.ebuild

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

Index: ipy-0.82a.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.82a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipy-0.82a.ebuild27 Feb 2015 13:49:47 -  1.1
+++ ipy-0.82a.ebuild13 Apr 2015 07:55:54 -  1.2
@@ -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/ipy/ipy-0.82a.ebuild,v 1.1 
2015/02/27 13:49:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.82a.ebuild,v 1.2 
2015/04/13 07:55:54 ago Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.50 dev-python/ipy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   11 Apr 2015 07:02:57 -  1.49
+++ ChangeLog   13 Apr 2015 07:55:54 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ipy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.49 2015/04/11 
07:02:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.50 2015/04/13 
07:55:54 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  ipy-0.82a.ebuild:
+  Stable for amd64, wrt bug #546402
 
 *ipy-0.83 (11 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in media-sound/umurmur: umurmur-0.2.15.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:29

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

Revision  ChangesPath
1.2  media-sound/umurmur/umurmur-0.2.15.ebuild

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

Index: umurmur-0.2.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/umurmur/umurmur-0.2.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- umurmur-0.2.15.ebuild   8 Aug 2014 18:26:05 -   1.1
+++ umurmur-0.2.15.ebuild   13 Apr 2015 07:56:29 -  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/media-sound/umurmur/umurmur-0.2.15.ebuild,v 
1.1 2014/08/08 18:26:05 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/umurmur-0.2.15.ebuild,v 
1.2 2015/04/13 07:56:29 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="polarssl"
 
 DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2



1.23 media-sound/umurmur/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   12 Apr 2015 15:37:01 -  1.22
+++ ChangeLog   13 Apr 2015 07:56:29 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/umurmur
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v 1.22 
2015/04/12 15:37:01 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v 1.23 
2015/04/13 07:56:29 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  umurmur-0.2.15.ebuild:
+  Stable for amd64, wrt bug #546302
 
 *umurmur-0.2.16 (12 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-board/mt_gtk_client: mt_gtk_client-0.1.98.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 07:56:24

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

Revision  ChangesPath
1.11 games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild

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

Index: mt_gtk_client-0.1.98.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mt_gtk_client-0.1.98.ebuild 2 Jan 2015 17:43:24 -   1.10
+++ mt_gtk_client-0.1.98.ebuild 13 Apr 2015 07:56:24 -  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/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 
1.10 2015/01/02 17:43:24 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 
1.11 2015/04/13 07:56:24 ago Exp $
 
 EAPI=5
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome"
 
 DEPEND="dev-libs/glib:2



1.8  games-board/mt_gtk_client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_gtk_client/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_gtk_client/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mt_gtk_client/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   2 Jan 2015 17:43:24 -   1.7
+++ ChangeLog   13 Apr 2015 07:56:24 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/mt_gtk_client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/ChangeLog,v 1.7 
2015/01/02 17:43:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/ChangeLog,v 1.8 
2015/04/13 07:56:24 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  mt_gtk_client-0.1.98.ebuild:
+  Stable for amd64, wrt bug #546314
 
   02 Jan 2015; Michael Sterrett 
   mt_gtk_client-0.1.98.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn: ccpn-2.4.2_p150413.ebuild ChangeLog

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:01:37

  Modified: ChangeLog
  Added:ccpn-2.4.2_p150413.ebuild
  Log:
  Today's python patches
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.167sci-chemistry/ccpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   7 Apr 2015 14:36:39 -   1.166
+++ ChangeLog   13 Apr 2015 08:01:37 -  1.167
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/ccpn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.166 
2015/04/07 14:36:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.167 
2015/04/13 08:01:37 jlec Exp $
+
+*ccpn-2.4.2_p150413 (13 Apr 2015)
+
+  13 Apr 2015; Justin Lecher  +ccpn-2.4.2_p150413.ebuild:
+  Today's python patches
 
 *ccpn-2.4.2_p150325 (25 Mar 2015)
 



1.1  sci-chemistry/ccpn/ccpn-2.4.2_p150413.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.2_p150413.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.2_p150413.ebuild?rev=1.1&content-type=text/plain

Index: ccpn-2.4.2_p150413.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.2_p150413.ebuild,v 1.1 
2015/04/13 08:01:37 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ssl,tk"

inherit eutils flag-o-matic multilib portability python-single-r1 
toolchain-funcs versionator

PATCHSET="${PV##*_p}"
MY_PN="${PN}mr"
MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})"
MY_MAJOR="$(get_version_component_range 1-3)"

DESCRIPTION="The Collaborative Computing Project for NMR"
HOMEPAGE="http://www.ccpn.ac.uk/ccpn";
SRC_URI="http://www-old.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}.tar.gz";
[[ -n ${PATCHSET} ]] \
&& SRC_URI+=" 
http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch.xz";

SLOT="0"
LICENSE="|| ( CCPN LGPL-2.1 )"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+opengl"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
${PYTHON_DEPS}
dev-lang/tk:0=[threads]
dev-python/numpy[${PYTHON_USEDEP}]
dev-tcltk/tix
=sci-libs/ccpn-data-"${MY_MAJOR}"*[${PYTHON_USEDEP}]
sci-biology/psipred
x11-libs/libXext
x11-libs/libX11
opengl? (
media-libs/freeglut
dev-python/pyglet[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}"

RESTRICT="mirror"

S="${WORKDIR}"/${MY_PN}/${MY_PN}$(get_version_component_range 1-2)

src_prepare() {
[[ -n ${PATCHSET} ]] && \
EPATCH_OPTS="-p2" epatch 
"${WORKDIR}"/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch

epatch "${FILESDIR}"/2.3.1-parallel.patch

append-lfs-flags

sed \
-e "/PSIPRED_DIR/s:'data':'share/psipred/data':g" \
-e "s:weights_s:weights:g" \
-i python/ccpnmr/analysis/wrappers/Psipred.py || die

local tk_ver
local myconf

tk_ver="$(best_version dev-lang/tk | cut -d- -f3 | cut -d. -f1,2)"

if use opengl; then
GLUT_NEED_INIT="-DNEED_GLUT_INIT"
IGNORE_GL_FLAG=""
GL_FLAG="-DUSE_GL_TRUE"
GL_DIR="${EPREFIX}/usr"
GL_LIB="-lglut -lGLU -lGL"
GL_INCLUDE_FLAGS="-I\$(GL_DIR)/include"
GL_LIB_FLAGS=""
else
IGNORE_GL_FLAG="-DIGNORE_GL"
GL_FLAG="-DUSE_GL_FALSE"
fi

GLUT_NOT_IN_GL=""
GLUT_FLAG="\$(GLUT_NEED_INIT) \$(GLUT_NOT_IN_GL)"

rm -rf data model doc license || die

sed \
-e "s|/usr|${EPREFIX}/usr|g" \
-e "s|^\(CC =\).*|\1 $(tc-getCC)|g" \
-e "s|^\(OPT_FLAG =\).*|\1 ${CPPFLAGS} ${CFLAGS}|g" \
-e "s|^\(LINK_FLAGS =.*\)|\1 ${LDFLAGS}|g" \
-e "s|^\(IGNORE_GL_FLAG =\).*|\1 ${IGNORE_GL_FLAG}|g" \
-e "s|^\(GL_FLAG =\).*|\1 ${GL_FLAG}|g" \
-e "s|^\(GL_DIR =\).*|\1 ${GL_DIR}|g" \
-e "s|^\(GL_LIB =\).*|\1 ${GL_LIB}|g" \
-e "s

[gentoo-commits] gentoo-x86 commit in sci-chemistry/autodock: ChangeLog autodock-4.2.3-r1.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:02:47

  Modified: ChangeLog
  Removed:  autodock-4.2.3-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.11 sci-chemistry/autodock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/autodock/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   13 Mar 2015 11:04:23 -  1.10
+++ ChangeLog   13 Apr 2015 08:02:47 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/autodock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock/ChangeLog,v 1.10 
2015/03/13 11:04:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock/ChangeLog,v 1.11 
2015/04/13 08:02:47 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -autodock-4.2.3-r1.ebuild:
+  Drop old
 
 *autodock-4.2.6 (13 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-biology/goby-cpp/files: - New directory

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:10:34

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sci-biology/goby-cpp/file: - New directory

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:10:30

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/file added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-arch/alien: alien-8.90.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:16:26

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

Revision  ChangesPath
1.5  app-arch/alien/alien-8.90.ebuild

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

Index: alien-8.90.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.90.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alien-8.90.ebuild   28 Mar 2015 21:44:47 -  1.4
+++ alien-8.90.ebuild   13 Apr 2015 08:16:26 -  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/alien/alien-8.90.ebuild,v 1.4 
2015/03/28 21:44:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.90.ebuild,v 1.5 
2015/04/13 08:16:26 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 hppa ppc ~ppc64 ~x86"
 IUSE="+bzip2"
 
 RDEPEND="app-arch/rpm



1.58 app-arch/alien/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   28 Mar 2015 21:44:47 -  1.57
+++ ChangeLog   13 Apr 2015 08:16:26 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/alien
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.57 2015/03/28 
21:44:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.58 2015/04/13 
08:16:26 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  alien-8.90.ebuild:
+  Stable for alpha, wrt bug #534808
 
   28 Mar 2015; Agostino Sarubbo  alien-8.90.ebuild:
   Stable for ppc, wrt bug #534808






[gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.2.5.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:16:04

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

Revision  ChangesPath
1.5  net-firewall/psad/psad-2.2.5.ebuild

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

Index: psad-2.2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psad-2.2.5.ebuild   28 Mar 2015 21:37:34 -  1.4
+++ psad-2.2.5.ebuild   13 Apr 2015 08:16:04 -  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-firewall/psad/psad-2.2.5.ebuild,v 1.4 
2015/03/28 21:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.2.5.ebuild,v 1.5 
2015/04/13 08:16:04 ago Exp $
 
 EAPI=5
 #PERL_EXPORT_PHASE_FUNCTIONS=no
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ppc ~sparc x86"
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"
 RDEPEND="



1.89 net-firewall/psad/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   28 Mar 2015 21:37:34 -  1.88
+++ ChangeLog   13 Apr 2015 08:16:04 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.88 
2015/03/28 21:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.89 
2015/04/13 08:16:04 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  psad-2.2.5.ebuild:
+  Stable for alpha, wrt bug #543988
 
   28 Mar 2015; Agostino Sarubbo  psad-2.2.5.ebuild:
   Stable for ppc, wrt bug #543988






[gentoo-commits] gentoo-x86 commit in net-dns/djbdns: djbdns-1.05-r30.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:17:21

  Modified: djbdns-1.05-r30.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #544178
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  net-dns/djbdns/djbdns-1.05-r30.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r30.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r30.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r30.ebuild?r1=1.8&r2=1.9

Index: djbdns-1.05-r30.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r30.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- djbdns-1.05-r30.ebuild  1 Apr 2015 08:19:37 -   1.8
+++ djbdns-1.05-r30.ebuild  13 Apr 2015 08:17:21 -  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/net-dns/djbdns/djbdns-1.05-r30.ebuild,v 1.8 
2015/04/01 08:19:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r30.ebuild,v 1.9 
2015/04/13 08:17:21 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic readme.gentoo toolchain-funcs user
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
 IUSE="ipv6 selinux"
 
 DEPEND=""



1.164net-dns/djbdns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?rev=1.164&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?rev=1.164&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?r1=1.163&r2=1.164

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   1 Apr 2015 08:19:37 -   1.163
+++ ChangeLog   13 Apr 2015 08:17:21 -  1.164
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/djbdns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.163 2015/04/01 
08:19:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.164 2015/04/13 
08:17:21 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  djbdns-1.05-r30.ebuild:
+  Stable for alpha, wrt bug #544178
 
   01 Apr 2015; Agostino Sarubbo  djbdns-1.05-r30.ebuild:
   Stable for sparc, wrt bug #544178






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:17:02

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

Revision  ChangesPath
1.10 app-text/rman/rman-3.2-r1.ebuild

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

Index: rman-3.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rman-3.2-r1.ebuild  31 Mar 2015 07:45:07 -  1.9
+++ rman-3.2-r1.ebuild  13 Apr 2015 08:17:02 -  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/rman/rman-3.2-r1.ebuild,v 1.9 
2015/03/31 07:45:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2-r1.ebuild,v 1.10 
2015/04/13 08:17:02 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~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 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RESTRICT="test"



1.49 app-text/rman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   31 Mar 2015 07:45:07 -  1.48
+++ ChangeLog   13 Apr 2015 08:17:02 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.48 2015/03/31 
07:45:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.49 2015/04/13 
08:17:02 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  rman-3.2-r1.ebuild:
+  Stable for alpha, wrt bug #540792
 
   31 Mar 2015; Agostino Sarubbo  rman-3.2-r1.ebuild:
   Stable for ppc64, wrt bug #540792






[gentoo-commits] gentoo-x86 commit in net-irc/irssi: irssi-0.8.17.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:17:45

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

Revision  ChangesPath
1.12 net-irc/irssi/irssi-0.8.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild?r1=1.11&r2=1.12

Index: irssi-0.8.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- irssi-0.8.17.ebuild 1 Apr 2015 08:19:54 -   1.11
+++ irssi-0.8.17.ebuild 13 Apr 2015 08:17:45 -  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/net-irc/irssi/irssi-0.8.17.ebuild,v 1.11 
2015/04/01 08:19:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild,v 1.12 
2015/04/13 08:17:45 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~x86-interix ~amd64-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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ipv6 +perl selinux ssl socks5 +proxy"
 
 CDEPEND="sys-libs/ncurses



1.217net-irc/irssi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   1 Apr 2015 08:19:54 -   1.216
+++ ChangeLog   13 Apr 2015 08:17:45 -  1.217
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/irssi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.216 2015/04/01 
08:19:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.217 2015/04/13 
08:17:45 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  irssi-0.8.17.ebuild:
+  Stable for alpha, wrt bug #530888
 
   01 Apr 2015; Agostino Sarubbo  irssi-0.8.17.ebuild:
   Stable for sparc, wrt bug #530888






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:18:04

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

Revision  ChangesPath
1.7  sys-apps/lm_sensors/lm_sensors-3.3.4-r1.ebuild

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

Index: lm_sensors-3.3.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lm_sensors-3.3.4-r1.ebuild  1 Apr 2015 08:20:11 -   1.6
+++ lm_sensors-3.3.4-r1.ebuild  13 Apr 2015 08:18:04 -  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/sys-apps/lm_sensors/lm_sensors-3.3.4-r1.ebuild,v 1.6 
2015/04/01 08:20:11 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.4-r1.ebuild,v 1.7 
2015/04/13 08:18:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="sensord static-libs"
 
 RDEPEND="



1.151sys-apps/lm_sensors/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   7 Apr 2015 14:46:18 -   1.150
+++ ChangeLog   13 Apr 2015 08:18:04 -  1.151
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/lm_sensors
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.150 
2015/04/07 14:46:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.151 
2015/04/13 08:18:04 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  lm_sensors-3.3.4-r1.ebuild:
+  Stable for alpha, wrt bug #544014
 
   01 Apr 2015; Agostino Sarubbo  lm_sensors-3.3.4-r1.ebuild:
   Stable for sparc, wrt bug #544014






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:18:21

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

Revision  ChangesPath
1.10 app-arch/zip/zip-3.0-r3.ebuild

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

Index: zip-3.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/zip/zip-3.0-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zip-3.0-r3.ebuild   1 Apr 2015 08:21:56 -   1.9
+++ zip-3.0-r3.ebuild   13 Apr 2015 08:18:21 -  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-arch/zip/zip-3.0-r3.ebuild,v 1.9 
2015/04/01 08:21:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-3.0-r3.ebuild,v 1.10 
2015/04/13 08:18:21 ago Exp $
 
 EAPI="4"
 inherit toolchain-funcs eutils flag-o-matic
@@ -12,7 +12,7 @@
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux"
 IUSE="bzip2 crypt natspec unicode"
 
 RDEPEND="bzip2? ( app-arch/bzip2 )



1.113app-arch/zip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/zip/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   1 Apr 2015 08:21:56 -   1.112
+++ ChangeLog   13 Apr 2015 08:18:21 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/zip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/ChangeLog,v 1.112 2015/04/01 
08:21:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/ChangeLog,v 1.113 2015/04/13 
08:18:21 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  zip-3.0-r3.ebuild:
+  Stable for alpha, wrt bug #530914
 
   01 Apr 2015; Agostino Sarubbo  zip-3.0-r3.ebuild:
   Stable for sparc, wrt bug #530914






[gentoo-commits] gentoo-x86 commit in app-text/pinfo: pinfo-0.6.10-r5.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:18:39

  Modified: pinfo-0.6.10-r5.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #534910
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-text/pinfo/pinfo-0.6.10-r5.ebuild

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

Index: pinfo-0.6.10-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pinfo-0.6.10-r5.ebuild  1 Apr 2015 08:23:43 -   1.7
+++ pinfo-0.6.10-r5.ebuild  13 Apr 2015 08:18:39 -  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/app-text/pinfo/pinfo-0.6.10-r5.ebuild,v 1.7 
2015/04/01 08:23:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r5.ebuild,v 1.8 
2015/04/13 08:18:39 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="nls readline"
 
 RDEPEND="



1.86 app-text/pinfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   1 Apr 2015 08:23:43 -   1.85
+++ ChangeLog   13 Apr 2015 08:18:39 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pinfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.85 2015/04/01 
08:23:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.86 2015/04/13 
08:18:39 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  pinfo-0.6.10-r5.ebuild:
+  Stable for alpha, wrt bug #534910
 
   01 Apr 2015; Agostino Sarubbo  pinfo-0.6.10-r5.ebuild:
   Stable for sparc, wrt bug #534910






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian: xapian-1.2.19.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:19:28

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

Revision  ChangesPath
1.9  dev-libs/xapian/xapian-1.2.19.ebuild

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

Index: xapian-1.2.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xapian-1.2.19.ebuild1 Apr 2015 08:24:40 -   1.8
+++ xapian-1.2.19.ebuild13 Apr 2015 08:19:28 -  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-libs/xapian/xapian-1.2.19.ebuild,v 1.8 
2015/04/01 08:24:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v 1.9 
2015/04/13 08:19:28 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert 
+inmemory"
 
 DEPEND="sys-libs/zlib"



1.139dev-libs/xapian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   1 Apr 2015 08:24:40 -   1.138
+++ ChangeLog   13 Apr 2015 08:19:28 -  1.139
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.138 
2015/04/01 08:24:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.139 
2015/04/13 08:19:28 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  xapian-1.2.19.ebuild:
+  Stable for alpha, wrt bug #531758
 
   01 Apr 2015; Agostino Sarubbo  xapian-1.2.19.ebuild:
   Stable for sparc, wrt bug #531758






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian-bindings: xapian-bindings-1.2.19.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:19:31

  Modified: xapian-bindings-1.2.19.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #531758
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/xapian-bindings/xapian-bindings-1.2.19.ebuild

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

Index: xapian-bindings-1.2.19.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xapian-bindings-1.2.19.ebuild   1 Apr 2015 08:24:44 -   1.8
+++ xapian-bindings-1.2.19.ebuild   13 Apr 2015 08:19:31 -  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-libs/xapian-bindings/xapian-bindings-1.2.19.ebuild,v
 1.8 2015/04/01 08:24:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.19.ebuild,v
 1.9 2015/04/13 08:19:31 ago Exp $
 
 EAPI="5"
 
@@ -23,7 +23,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc ~x86"
 #IUSE="java lua mono perl php python ruby tcl"
 #REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"
 IUSE="java lua perl php python ruby tcl"



1.97 dev-libs/xapian-bindings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   8 Apr 2015 17:51:56 -   1.96
+++ ChangeLog   13 Apr 2015 08:19:31 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian-bindings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.96 
2015/04/08 17:51:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.97 
2015/04/13 08:19:31 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  
xapian-bindings-1.2.19.ebuild:
+  Stable for alpha, wrt bug #531758
 
   08 Apr 2015; Michał Górny  xapian-bindings-1.2.17.ebuild,
   xapian-bindings-1.2.18.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Search-Xapian: Search-Xapian-1.2.19.0.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:19:35

  Modified: Search-Xapian-1.2.19.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #531758
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild

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

Index: Search-Xapian-1.2.19.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Search-Xapian-1.2.19.0.ebuild   1 Apr 2015 08:24:47 -   1.5
+++ Search-Xapian-1.2.19.0.ebuild   13 Apr 2015 08:19:35 -  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-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild,v 
1.5 2015/04/01 08:24:47 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild,v 
1.6 2015/04/13 08:19:35 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm ~mips ppc ppc64 sparc ~x86"
 IUSE="examples"
 
 RDEPEND="~dev-libs/xapian-${VERSION}



1.64 dev-perl/Search-Xapian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   1 Apr 2015 08:24:47 -   1.63
+++ ChangeLog   13 Apr 2015 08:19:35 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Search-Xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.63 
2015/04/01 08:24:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.64 
2015/04/13 08:19:35 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  
Search-Xapian-1.2.19.0.ebuild:
+  Stable for alpha, wrt bug #531758
 
   01 Apr 2015; Agostino Sarubbo  
Search-Xapian-1.2.19.0.ebuild:
   Stable for sparc, wrt bug #531758






[gentoo-commits] gentoo-x86 commit in app-text/xapian-omega: xapian-omega-1.2.19.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:19:25

  Modified: xapian-omega-1.2.19.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #531758
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  app-text/xapian-omega/xapian-omega-1.2.19.ebuild

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

Index: xapian-omega-1.2.19.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.19.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xapian-omega-1.2.19.ebuild  1 Apr 2015 08:24:37 -   1.5
+++ xapian-omega-1.2.19.ebuild  13 Apr 2015 08:19:25 -  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/app-text/xapian-omega/xapian-omega-1.2.19.ebuild,v 1.5 
2015/04/01 08:24:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.19.ebuild,v 1.6 
2015/04/13 08:19:25 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-libs/xapian-${PV}



1.60 app-text/xapian-omega/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   1 Apr 2015 08:24:37 -   1.59
+++ ChangeLog   13 Apr 2015 08:19:25 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xapian-omega
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.59 
2015/04/01 08:24:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.60 
2015/04/13 08:19:25 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  xapian-omega-1.2.19.ebuild:
+  Stable for alpha, wrt bug #531758
 
   01 Apr 2015; Agostino Sarubbo  xapian-omega-1.2.19.ebuild:
   Stable for sparc, wrt bug #531758






[gentoo-commits] gentoo-x86 commit in app-text/xlhtml: xlhtml-0.5.1_p6.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:19:52

  Modified: xlhtml-0.5.1_p6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #544010
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 app-text/xlhtml/xlhtml-0.5.1_p6.ebuild

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

Index: xlhtml-0.5.1_p6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xlhtml-0.5.1_p6.ebuild  1 Apr 2015 08:25:04 -   1.9
+++ xlhtml-0.5.1_p6.ebuild  13 Apr 2015 08:19:52 -  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/xlhtml/xlhtml-0.5.1_p6.ebuild,v 
1.9 2015/04/01 08:25:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 
1.10 2015/04/13 08:19:52 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${PN}



1.26 app-text/xlhtml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   1 Apr 2015 08:25:04 -   1.25
+++ ChangeLog   13 Apr 2015 08:19:52 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xlhtml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.25 2015/04/01 
08:25:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.26 2015/04/13 
08:19:52 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  xlhtml-0.5.1_p6.ebuild:
+  Stable for alpha, wrt bug #544010
 
   01 Apr 2015; Agostino Sarubbo  xlhtml-0.5.1_p6.ebuild:
   Stable for sparc, wrt bug #544010






[gentoo-commits] gentoo-x86 commit in dev-libs/ossp-uuid: ossp-uuid-1.6.2-r4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:20:09

  Modified: ossp-uuid-1.6.2-r4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #536704
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/ossp-uuid/ossp-uuid-1.6.2-r4.ebuild

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

Index: ossp-uuid-1.6.2-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ossp-uuid-1.6.2-r4.ebuild   1 Apr 2015 08:26:04 -   1.7
+++ ossp-uuid-1.6.2-r4.ebuild   13 Apr 2015 08:20:09 -  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/ossp-uuid/ossp-uuid-1.6.2-r4.ebuild,v 1.7 
2015/04/01 08:26:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r4.ebuild,v 1.8 
2015/04/13 08:20:09 ago Exp $
 
 EAPI="5"
 
@@ -23,7 +23,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
 IUSE="+cxx perl php static-libs"
 
 DEPEND="perl? ( dev-lang/perl:= )"



1.55 dev-libs/ossp-uuid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   1 Apr 2015 08:26:04 -   1.54
+++ ChangeLog   13 Apr 2015 08:20:09 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ossp-uuid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.54 
2015/04/01 08:26:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.55 
2015/04/13 08:20:09 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  ossp-uuid-1.6.2-r4.ebuild:
+  Stable for alpha, wrt bug #536704
 
   01 Apr 2015; Agostino Sarubbo  ossp-uuid-1.6.2-r4.ebuild:
   Stable for sparc, wrt bug #536704






[gentoo-commits] gentoo-x86 commit in dev-tcltk/itcl: itcl-3.4.1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:20:27

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

Revision  ChangesPath
1.8  dev-tcltk/itcl/itcl-3.4.1.ebuild

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

Index: itcl-3.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- itcl-3.4.1.ebuild   1 Apr 2015 08:27:36 -   1.7
+++ itcl-3.4.1.ebuild   13 Apr 2015 08:20:27 -  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-tcltk/itcl/itcl-3.4.1.ebuild,v 1.7 
2015/04/01 08:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.8 
2015/04/13 08:20:27 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 RDEPEND="http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/itcl/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/itcl/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/itcl/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   7 Apr 2015 14:21:28 -   1.69
+++ ChangeLog   13 Apr 2015 08:20:27 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/itcl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.69 2015/04/07 
14:21:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.70 2015/04/13 
08:20:27 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  itcl-3.4.1.ebuild:
+  Stable for alpha, wrt bug #543024
 
   01 Apr 2015; Agostino Sarubbo  itcl-3.4.1.ebuild:
   Stable for sparc, wrt bug #543024






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tclxml: tclxml-3.2-r2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:20:46

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

Revision  ChangesPath
1.6  dev-tcltk/tclxml/tclxml-3.2-r2.ebuild

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

Index: tclxml-3.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tclxml-3.2-r2.ebuild1 Apr 2015 08:27:53 -   1.5
+++ tclxml-3.2-r2.ebuild13 Apr 2015 08:20:46 -  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-tcltk/tclxml/tclxml-3.2-r2.ebuild,v 1.5 
2015/04/01 08:27:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild,v 1.6 
2015/04/13 08:20:46 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 IUSE="debug threads"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 
 DEPEND="
>=dev-lang/tcl-8.2:0



1.55 dev-tcltk/tclxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   1 Apr 2015 08:27:53 -   1.54
+++ ChangeLog   13 Apr 2015 08:20:46 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tclxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.54 
2015/04/01 08:27:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.55 
2015/04/13 08:20:46 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  tclxml-3.2-r2.ebuild:
+  Stable for alpha, wrt bug #543884
 
   01 Apr 2015; Agostino Sarubbo  tclxml-3.2-r2.ebuild:
   Stable for sparc, wrt bug #543884






[gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.9.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:21:31

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

Revision  ChangesPath
1.10 dev-util/strace/strace-4.9.ebuild

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

Index: strace-4.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- strace-4.9.ebuild   1 Apr 2015 08:29:21 -   1.9
+++ strace-4.9.ebuild   13 Apr 2015 08:21:31 -  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/dev-util/strace/strace-4.9.ebuild,v 1.9 
2015/04/01 08:29:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.10 
2015/04/13 08:21:31 ago Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
inherit git-2 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.212dev-util/strace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog   1 Apr 2015 08:29:21 -   1.211
+++ ChangeLog   13 Apr 2015 08:21:31 -  1.212
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.211 
2015/04/01 08:29:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.212 
2015/04/13 08:21:31 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  strace-4.9.ebuild:
+  Stable for alpha, wrt bug #532494
 
   01 Apr 2015; Agostino Sarubbo  strace-4.9.ebuild:
   Stable for sparc, wrt bug #532494






[gentoo-commits] gentoo-x86 commit in media-sound/edna: edna-0.6.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:21:49

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

Revision  ChangesPath
1.14 media-sound/edna/edna-0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/edna/edna-0.6.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/edna/edna-0.6.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/edna/edna-0.6.ebuild?r1=1.13&r2=1.14

Index: edna-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.6.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- edna-0.6.ebuild 1 Apr 2015 08:30:36 -   1.13
+++ edna-0.6.ebuild 13 Apr 2015 08:21:49 -  1.14
@@ -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-sound/edna/edna-0.6.ebuild,v 1.13 
2015/04/01 08:30:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.6.ebuild,v 1.14 
2015/04/13 08:21:49 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
 IUSE="flac ogg"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



1.40 media-sound/edna/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   1 Apr 2015 08:30:36 -   1.39
+++ ChangeLog   13 Apr 2015 08:21:49 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/edna
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.39 
2015/04/01 08:30:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.40 
2015/04/13 08:21:49 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  edna-0.6.ebuild:
+  Stable for alpha, wrt bug #544040
 
   01 Apr 2015; Agostino Sarubbo  edna-0.6.ebuild:
   Stable for sparc, wrt bug #544040






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tls: tls-1.6-r3.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:21:04

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

Revision  ChangesPath
1.8  dev-tcltk/tls/tls-1.6-r3.ebuild

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

Index: tls-1.6-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tls-1.6-r3.ebuild   1 Apr 2015 08:28:28 -   1.7
+++ tls-1.6-r3.ebuild   13 Apr 2015 08:21:04 -  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-tcltk/tls/tls-1.6-r3.ebuild,v 1.7 
2015/04/01 08:28:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild,v 1.8 
2015/04/13 08:21:04 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="tk"
 
 DEPEND="



1.43 dev-tcltk/tls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   1 Apr 2015 08:28:28 -   1.42
+++ ChangeLog   13 Apr 2015 08:21:04 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.42 2015/04/01 
08:28:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.43 2015/04/13 
08:21:04 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  tls-1.6-r3.ebuild:
+  Stable for alpha, wrt bug #543898
 
   01 Apr 2015; Agostino Sarubbo  tls-1.6-r3.ebuild:
   Stable for sparc, wrt bug #543898






[gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.15.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:22:32

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

Revision  ChangesPath
1.7  sys-cluster/keepalived/keepalived-1.2.15.ebuild

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

Index: keepalived-1.2.15.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- keepalived-1.2.15.ebuild1 Apr 2015 08:32:24 -   1.6
+++ keepalived-1.2.15.ebuild13 Apr 2015 08:22:32 -  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/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v 1.6 
2015/04/01 08:32:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v 1.7 
2015/04/13 08:22:32 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
 IUSE="debug ipv6 snmp"
 
 RDEPEND="dev-libs/popt



1.127sys-cluster/keepalived/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.127&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.127&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   1 Apr 2015 08:32:24 -   1.126
+++ ChangeLog   13 Apr 2015 08:22:32 -  1.127
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/keepalived
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.126 
2015/04/01 08:32:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.127 
2015/04/13 08:22:32 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  keepalived-1.2.15.ebuild:
+  Stable for alpha, wrt bug #538792
 
   01 Apr 2015; Agostino Sarubbo  keepalived-1.2.15.ebuild:
   Stable for sparc, wrt bug #538792






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:22:10

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

Revision  ChangesPath
1.9  net-firewall/shorewall/shorewall-4.6.6.2.ebuild

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

Index: shorewall-4.6.6.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- shorewall-4.6.6.2.ebuild1 Apr 2015 08:30:55 -   1.8
+++ shorewall-4.6.6.2.ebuild13 Apr 2015 08:22:10 -  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/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v 1.8 
2015/04/01 08:30:55 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v 1.9 
2015/04/13 08:22:10 ago Exp $
 
 EAPI="5"
 
@@ -68,7 +68,7 @@
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 fi
 
 SRC_URI="



1.284net-firewall/shorewall/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog   1 Apr 2015 08:30:55 -   1.283
+++ ChangeLog   13 Apr 2015 08:22:10 -  1.284
@@ -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.283 
2015/04/01 08:30:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.284 
2015/04/13 08:22:10 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  shorewall-4.6.6.2.ebuild:
+  Stable for alpha, wrt bug #543450
 
   01 Apr 2015; Agostino Sarubbo  shorewall-4.6.6.2.ebuild:
   Stable for sparc, wrt bug #543450






[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: linux-headers-3.18.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:22:51

  Modified: linux-headers-3.18.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #541048
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 sys-kernel/linux-headers/linux-headers-3.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?r1=1.9&r2=1.10

Index: linux-headers-3.18.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-headers-3.18.ebuild   1 Apr 2015 08:33:08 -   1.9
+++ linux-headers-3.18.ebuild   13 Apr 2015 08:22:51 -  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/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v 
1.9 2015/04/01 08:33:08 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v 
1.10 2015/04/13 08:22:51 ago Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



1.435sys-kernel/linux-headers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- ChangeLog   1 Apr 2015 08:33:08 -   1.434
+++ ChangeLog   13 Apr 2015 08:22:51 -  1.435
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/linux-headers
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.434 
2015/04/01 08:33:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.435 
2015/04/13 08:22:51 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  linux-headers-3.18.ebuild:
+  Stable for alpha, wrt bug #541048
 
   01 Apr 2015; Agostino Sarubbo  linux-headers-3.18.ebuild:
   Stable for sparc, wrt bug #541048






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:24:29

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

Revision  ChangesPath
1.10 x11-libs/cairo/cairo-1.12.18-r1.ebuild

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

Index: cairo-1.12.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cairo-1.12.18-r1.ebuild 31 Mar 2015 07:56:36 -  1.9
+++ cairo-1.12.18-r1.ebuild 13 Apr 2015 08:24:29 -  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/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 
1.9 2015/03/31 07:56:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 
1.10 2015/04/13 08:24:29 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
SRC_URI=""
 else
SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



1.413x11-libs/cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.413&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.413&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.412&r2=1.413

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- ChangeLog   31 Mar 2015 07:56:36 -  1.412
+++ ChangeLog   13 Apr 2015 08:24:29 -  1.413
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.412 2015/03/31 
07:56:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.413 2015/04/13 
08:24:29 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  cairo-1.12.18-r1.ebuild:
+  Stable for alpha, wrt bug #540676
 
   31 Mar 2015; Agostino Sarubbo  cairo-1.12.18-r1.ebuild:
   Stable for ppc64, wrt bug #540676






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:24:59

  Modified: eselect-mode-1.4.4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #541598
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild

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

Index: eselect-mode-1.4.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eselect-mode-1.4.4.ebuild   2 Apr 2015 20:00:59 -   1.8
+++ eselect-mode-1.4.4.ebuild   13 Apr 2015 08:24:59 -  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/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild,v 1.8 
2015/04/02 20:00:59 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild,v 1.9 
2015/04/13 08:24:59 ago 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 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${MY_P}/misc"
 SITEFILE="50${PN}-gentoo.el"



1.56 app-emacs/eselect-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   2 Apr 2015 20:00:59 -   1.55
+++ ChangeLog   13 Apr 2015 08:24:59 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/eselect-mode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v 1.55 
2015/04/02 20:00:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v 1.56 
2015/04/13 08:24:59 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  eselect-mode-1.4.4.ebuild:
+  Stable for alpha, wrt bug #541598
 
   02 Apr 2015; Markus Meier  eselect-mode-1.4.4.ebuild:
   arm stable, bug #541598






[gentoo-commits] gentoo-x86 commit in app-admin/eselect: eselect-1.4.4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:24:56

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

Revision  ChangesPath
1.10 app-admin/eselect/eselect-1.4.4.ebuild

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

Index: eselect-1.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eselect-1.4.4.ebuild2 Apr 2015 20:00:20 -   1.9
+++ eselect-1.4.4.ebuild13 Apr 2015 08:24:56 -  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-admin/eselect/eselect-1.4.4.ebuild,v 
1.9 2015/04/02 20:00:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.4.ebuild,v 
1.10 2015/04/13 08:24:56 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 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="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



1.304app-admin/eselect/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?rev=1.304&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?rev=1.304&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?r1=1.303&r2=1.304

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog   2 Apr 2015 20:00:20 -   1.303
+++ ChangeLog   13 Apr 2015 08:24:56 -  1.304
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.303 
2015/04/02 20:00:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.304 
2015/04/13 08:24:56 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  eselect-1.4.4.ebuild:
+  Stable for alpha, wrt bug #541598
 
   02 Apr 2015; Markus Meier  eselect-1.4.4.ebuild:
   arm stable, bug #541598






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:25:34

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

Revision  ChangesPath
1.10 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild?r1=1.9&r2=1.10

Index: arping-2.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- arping-2.15.ebuild  2 Apr 2015 20:13:15 -   1.9
+++ arping-2.15.ebuild  13 Apr 2015 08:25:34 -  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/net-analyzer/arping/arping-2.15.ebuild,v 
1.9 2015/04/02 20:13:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild,v 
1.10 2015/04/13 08:25:34 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 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"
+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



1.99 net-analyzer/arping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   2 Apr 2015 20:13:15 -   1.98
+++ ChangeLog   13 Apr 2015 08:25:34 -  1.99
@@ -1,6 +1,9 @@
 # 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.98 
2015/04/02 20:13:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.99 
2015/04/13 08:25:34 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  arping-2.15.ebuild:
+  Stable for alpha, wrt bug #543196
 
   02 Apr 2015; Markus Meier  arping-2.15.ebuild:
   arm stable, bug #543196






[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.17.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:25:51

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

Revision  ChangesPath
1.10 dev-python/unidecode/unidecode-0.04.17.ebuild

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

Index: unidecode-0.04.17.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- unidecode-0.04.17.ebuild8 Apr 2015 08:05:00 -   1.9
+++ unidecode-0.04.17.ebuild13 Apr 2015 08:25:51 -  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/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.9 
2015/04/08 08:05:00 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.10 
2015/04/13 08:25:51 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc sparc x86"
+KEYWORDS="alpha amd64 arm hppa ppc sparc x86"
 
 S=${WORKDIR}/${MY_P}
 



1.38 dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Apr 2015 08:05:00 -   1.37
+++ ChangeLog   13 Apr 2015 08:25:51 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.37 
2015/04/08 08:05:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.38 
2015/04/13 08:25:51 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  unidecode-0.04.17.ebuild:
+  Stable for alpha, wrt bug #543476
 
   08 Apr 2015; Michał Górny  unidecode-0.04.16.ebuild,
   unidecode-0.04.17.ebuild:






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:26:10

  Modified: sux-1.0-r4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #543928
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  x11-misc/sux/sux-1.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/sux-1.0-r4.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/sux-1.0-r4.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/sux-1.0-r4.ebuild?r1=1.6&r2=1.7

Index: sux-1.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/sux/sux-1.0-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sux-1.0-r4.ebuild   2 Apr 2015 20:18:47 -   1.6
+++ sux-1.0-r4.ebuild   13 Apr 2015 08:26:10 -  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/x11-misc/sux/sux-1.0-r4.ebuild,v 1.6 
2015/04/02 20:18:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sux/sux-1.0-r4.ebuild,v 1.7 
2015/04/13 08:26:10 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc sparc x86"
+KEYWORDS="alpha amd64 arm ppc sparc x86"
 IUSE=""
 
 S="${WORKDIR}"



1.33 x11-misc/sux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   2 Apr 2015 20:18:47 -   1.32
+++ ChangeLog   13 Apr 2015 08:26:10 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/sux
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v 1.32 2015/04/02 
20:18:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v 1.33 2015/04/13 
08:26:10 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  sux-1.0-r4.ebuild:
+  Stable for alpha, wrt bug #543928
 
   02 Apr 2015; Markus Meier  sux-1.0-r4.ebuild:
   arm stable, bug #543928






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: tk-8.5.17.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:26:41

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

Revision  ChangesPath
1.10 dev-lang/tk/tk-8.5.17.ebuild

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

Index: tk-8.5.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tk-8.5.17.ebuild2 Apr 2015 20:20:56 -   1.9
+++ tk-8.5.17.ebuild13 Apr 2015 08:26:40 -  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/dev-lang/tk/tk-8.5.17.ebuild,v 1.9 
2015/04/02 20:20:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v 1.10 
2015/04/13 08:26:40 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="tcltk"
 SLOT="0/8.5"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug threads truetype aqua xscreensaver"
 
 RDEPEND="



1.223dev-lang/tk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.223&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.223&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?r1=1.222&r2=1.223

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   7 Apr 2015 14:10:29 -   1.222
+++ ChangeLog   13 Apr 2015 08:26:40 -  1.223
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.222 2015/04/07 
14:10:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.223 2015/04/13 
08:26:40 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  tk-8.5.17.ebuild:
+  Stable for alpha, wrt bug #543022
 
   02 Apr 2015; Markus Meier  tk-8.5.17.ebuild:
   arm stable, bug #543022






[gentoo-commits] gentoo-x86 commit in sci-biology/goby-cpp: goby-cpp-2.0.1.ebuild ChangeLog

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:26:36

  Modified: goby-cpp-2.0.1.ebuild ChangeLog
  Log:
  Regenerate protocols, bug #514556
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?r1=1.1&r2=1.2

Index: goby-cpp-2.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goby-cpp-2.0.1.ebuild   19 Jul 2012 10:46:06 -  1.1
+++ goby-cpp-2.0.1.ebuild   13 Apr 2015 08:26:36 -  1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v 1.1 
2012/07/19 10:46:06 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v 1.2 
2015/04/13 08:26:36 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 AUTOTOOLS_AUTORECONF=yes
 
@@ -24,9 +24,19 @@
 
 S="${WORKDIR}/${PV}/cpp"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-underlinking.patch
+)
+
 src_prepare() {
sed \
-e 
'/BUILD_TIMESTAMP/s:\(goby/timestamp.h\):$(top_srcdir)/src/\1:g' \
-i src/Makefile.am || die
+
+   pushd src/goby > /dev/null || die
+   cp "${FILESDIR}"/*.proto . || die
+   protoc --cpp_out=. *.proto || die
+   popd > /dev/null || die
+
autotools-utils_src_prepare
 }



1.5  sci-biology/goby-cpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   11 Mar 2013 15:22:58 -  1.4
+++ ChangeLog   13 Apr 2015 08:26:36 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/goby-cpp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.4 
2013/03/11 15:22:58 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.5 
2015/04/13 08:26:36 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  +files/Alignments.proto,
+  +files/Reads.proto, +files/goby-cpp-2.0.1-underlinking.patch,
+  goby-cpp-2.0.1.ebuild:
+  Regenerate protocols, bug #514556
 
   11 Mar 2013; Justin Lecher  metadata.xml:
   Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
@@ -20,4 +25,3 @@
   25 Sep 2011; Andrey Kislyuk  +goby-cpp-1.9.7.3.ebuild,
   +metadata.xml:
   New package, ebuild written by me
-






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.17.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:26:37

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

Revision  ChangesPath
1.10 dev-lang/tcl/tcl-8.5.17.ebuild

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

Index: tcl-8.5.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tcl-8.5.17.ebuild   2 Apr 2015 20:20:08 -   1.9
+++ tcl-8.5.17.ebuild   13 Apr 2015 08:26:37 -  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/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.9 
2015/04/02 20:20:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.10 
2015/04/13 08:26:37 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="tcltk"
 SLOT="0/8.5"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



1.217dev-lang/tcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.217&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.217&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.216&r2=1.217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   7 Apr 2015 14:10:02 -   1.216
+++ ChangeLog   13 Apr 2015 08:26:37 -  1.217
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.216 2015/04/07 
14:10:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.217 2015/04/13 
08:26:37 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  tcl-8.5.17.ebuild:
+  Stable for alpha, wrt bug #543022
 
   02 Apr 2015; Markus Meier  tcl-8.5.17.ebuild:
   arm stable, bug #543022






[gentoo-commits] gentoo-x86 commit in sci-biology/goby-cpp/files: Alignments.proto goby-cpp-2.0.1-underlinking.patch Reads.proto

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:26:36

  Added:Alignments.proto goby-cpp-2.0.1-underlinking.patch
Reads.proto
  Log:
  Regenerate protocols, bug #514556
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-biology/goby-cpp/files/Alignments.proto

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/files/Alignments.proto?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/files/Alignments.proto?rev=1.1&content-type=text/plain

Index: Alignments.proto
===
package goby;

option java_package = "edu.cornell.med.icb.goby.alignments";

option optimize_for = SPEED;

/*
  This message is written to 'basename'.entries as a very large chunked 
collection.
*/
message AlignmentCollection {
repeated AlignmentEntry alignment_entries = 1;
}


message AlignmentEntry {
/* Multiplicity of this entry. The number of times this  alignment entry 
would be repeated exactly the same if
 query redundancy had not been removed by read factorization.
*/
optional uint32 multiplicity = 7;

/*
  Compressed stream of data. Removed since Goby 2.0 supports chunk codecs. 
Do not reuse field index 23
  optional bytes compressed_data = 23;
*/

/* An integer that uniquely identifies the query (a short read) in a set of 
alignment runs. When several
  alignment runs are made with the same set of query sequences, equality of 
query index means that the query
  sequences were the same. (Comparing integers for equality is much faster 
than comparing strings.)
  This field is required (enforced by semantic validation in Goby 2.0+).
*/
optional uint32 query_index = 1;
/* An integer that uniquely identifies the target (e.g., a chromosome) in a 
set of alignment runs. When several
  alignment runs are made with the same set of target sequences, equality 
of target index means that the target
  sequence was the same across the runs. (Comparing integers for equality 
is much faster than comparing strings.)
  This field is required (enforced by semantic validation in Goby 2.0+).
*/
optional uint32 target_index = 2;
/*
 The position on the target of the start of the alignment between the query 
and the target.
 In the following example, position is 3 because the third base of the 
query 'C' was aligned with
 position 3 of the reference (two read bases were soft clipped: "ct"). This 
example shows that the
 alignment can start at a mismatch if it was so constructed by the aligner.

 0123456789
 GTCAAA  target
  ctCGTC query
This field is required (enforced by semantic validation in Goby 2.0+).
   */
optional uint32 position = 3;

/*
   True when the query matches the target on the reverse strand
*/
optional bool matching_reverse_strand = 6;

/*
 The position on the query where the alignment starts. This value is 
different from zero
 when some bases/residues of the query could not be aligned with the target.
 TODO: Rename this to left_trim. Add a right_trim property.
*/
optional uint32 query_position = 5;

/*
 The score of the alignment, where larger scores indicate better matches 
between the query and the target.
 If an aligner outputs only the number of mismatches between query and 
target, the score is taken to be
 -(#mismatches(query,target)).
*/
optional float score = 4;

/*
  Number of bases/residues that differ in the alignment between query and 
target sequences.
*/
optional uint32 number_of_mismatches = 8;

/*
 Cumulative number of insertions and/or deletions present in the alignment.
*/
optional uint32 number_of_indels = 9;

/*
 Number of bases that have been aligned for the query. Please note that 
query_aligned_length must be
 less or equal to query_length.
*/
optional uint32 query_aligned_length = 11;

/*
 Number of bases that have been aligned for the target.
*/
optional uint32 target_aligned_length = 12;

repeated SequenceVariation sequence_variations = 13;

/*
 Length of the query sequence.
*/
optional uint32 query_length = 10;
/*
  Mapping Quality (phred-scaled posterior probability that the mapping
  position of this read is incorrect). Please note that different aligners
  may estimate mapping quality with different approaches, resulting in 
aligner
  specific differences in the distribution of mapping quality. It is 
recommended
  to condition mapping quality on the aligner that produced the specific 
alignment
  being processed. See aligner name and version in the header.
  Note that the following description is preliminary. A clear specification 
is
  needed:
 

[gentoo-commits] gentoo-x86 commit in app-text/sgmltools-lite: sgmltools-lite-3.0.3-r14.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:27:01

  Modified: sgmltools-lite-3.0.3-r14.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #544008
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild

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

Index: sgmltools-lite-3.0.3-r14.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sgmltools-lite-3.0.3-r14.ebuild 2 Apr 2015 20:23:02 -   1.8
+++ sgmltools-lite-3.0.3-r14.ebuild 13 Apr 2015 08:27:01 -  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/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild,v
 1.8 2015/04/02 20:23:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild,v
 1.9 2015/04/13 08:27:01 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="jadetex"
 
 RDEPEND="${PYTHON_DEPS}



1.73 app-text/sgmltools-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   2 Apr 2015 20:23:02 -   1.72
+++ ChangeLog   13 Apr 2015 08:27:01 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/sgmltools-lite
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.72 
2015/04/02 20:23:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.73 
2015/04/13 08:27:01 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo 
+  sgmltools-lite-3.0.3-r14.ebuild:
+  Stable for alpha, wrt bug #544008
 
   02 Apr 2015; Markus Meier 
   sgmltools-lite-3.0.3-r14.ebuild:






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:27:19

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

Revision  ChangesPath
1.9  app-text/aspell/aspell-0.60.6.1-r1.ebuild

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

Index: aspell-0.60.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- aspell-0.60.6.1-r1.ebuild   2 Apr 2015 20:24:35 -   1.8
+++ aspell-0.60.6.1-r1.ebuild   13 Apr 2015 08:27:19 -  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/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v 
1.8 2015/04/02 20:24:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v 
1.9 2015/04/13 08:27:19 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm 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 ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm 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 ~sparc-solaris ~x86-solaris"
 IUSE="nls"
 
 PDEPEND="app-dicts/aspell-en"



1.156app-text/aspell/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   2 Apr 2015 20:24:35 -   1.155
+++ ChangeLog   13 Apr 2015 08:27:19 -  1.156
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/aspell
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.155 
2015/04/02 20:24:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.156 
2015/04/13 08:27:19 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  aspell-0.60.6.1-r1.ebuild:
+  Stable for alpha, wrt bug #543996
 
   02 Apr 2015; Markus Meier  aspell-0.60.6.1-r1.ebuild:
   arm stable, bug #543996






[gentoo-commits] gentoo-x86 commit in x11-misc/sux: metadata.xml ChangeLog sux-1.0-r3.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:28:02

  Modified: metadata.xml ChangeLog
  Removed:  sux-1.0-r3.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  x11-misc/sux/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sux/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/sux/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml14 Aug 2013 12:35:14 -  1.4
+++ metadata.xml13 Apr 2015 08:28:02 -  1.5
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-desktop-misc
+  desktop-misc
 



1.34 x11-misc/sux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   13 Apr 2015 08:26:10 -  1.33
+++ ChangeLog   13 Apr 2015 08:28:02 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/sux
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v 1.33 2015/04/13 
08:26:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sux/ChangeLog,v 1.34 2015/04/13 
08:28:02 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -sux-1.0-r3.ebuild, 
metadata.xml:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  sux-1.0-r4.ebuild:
   Stable for alpha, wrt bug #543928






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:27:45

  Modified: syslog-ng-3.6.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #543234
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 app-admin/syslog-ng/syslog-ng-3.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild?r1=1.11&r2=1.12

Index: syslog-ng-3.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- syslog-ng-3.6.2.ebuild  3 Apr 2015 08:12:54 -   1.11
+++ syslog-ng-3.6.2.ebuild  13 Apr 2015 08:27:45 -  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/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v 1.11 
2015/04/03 08:12:54 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v 1.12 
2015/04/13 08:27:45 ago Exp $
 
 EAPI=5
 inherit eutils multilib systemd versionator
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
 IUSE="amqp caps dbi geoip ipv6 json mongodb pacct redis smtp spoof-source ssl 
systemd tcpd"
 RESTRICT="test"
 



1.425app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.425&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.425&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.424&r2=1.425

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- ChangeLog   3 Apr 2015 08:12:54 -   1.424
+++ ChangeLog   13 Apr 2015 08:27:45 -  1.425
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.424 
2015/04/03 08:12:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.425 
2015/04/13 08:27:45 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  syslog-ng-3.6.2.ebuild:
+  Stable for alpha, wrt bug #543234
 
   03 Apr 2015; Markus Meier  syslog-ng-3.6.2.ebuild:
   arm stable, bug #543234






[gentoo-commits] gentoo-x86 commit in dev-ruby/bsearch: bsearch-1.5.0-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:28:04

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

Revision  ChangesPath
1.9  dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild

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

Index: bsearch-1.5.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bsearch-1.5.0-r1.ebuild 4 Apr 2015 08:10:20 -   1.8
+++ bsearch-1.5.0-r1.ebuild 13 Apr 2015 08:28:04 -  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/bsearch/bsearch-1.5.0-r1.ebuild,v 
1.8 2015/04/04 08:10:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild,v 
1.9 2015/04/13 08:28:04 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 all_ruby_prepare() {



1.20 dev-ruby/bsearch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   4 Apr 2015 08:10:20 -   1.19
+++ ChangeLog   13 Apr 2015 08:28:04 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bsearch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.19 
2015/04/04 08:10:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bsearch/ChangeLog,v 1.20 
2015/04/13 08:28:04 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  bsearch-1.5.0-r1.ebuild:
+  Stable for alpha, wrt bug #542634
 
   04 Apr 2015; Jeroen Roovers  bsearch-1.5.0-r1.ebuild:
   Stable for HPPA (bug #542634).






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

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:28:42

  Modified: metadata.xml ChangeLog
  Removed:  unidecode-0.04.16.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  dev-python/unidecode/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml7 May 2014 15:12:52 -   1.5
+++ metadata.xml13 Apr 2015 08:28:42 -  1.6
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-python
-
-j...@gentoo.org
-
-
+  python
+  
+j...@gentoo.org
+  
+  
 This is a Python port of the Text::Unidecode Perl 
(dev-perl/Text-Unidecode module
 
 



1.39 dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Apr 2015 08:25:51 -  1.38
+++ ChangeLog   13 Apr 2015 08:28:42 -  1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.38 
2015/04/13 08:25:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.39 
2015/04/13 08:28:42 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -unidecode-0.04.16.ebuild,
+  metadata.xml:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  unidecode-0.04.17.ebuild:
   Stable for alpha, wrt bug #543476






[gentoo-commits] gentoo-x86 commit in dev-tcltk/bwidget: bwidget-1.9.8.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:28:21

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

Revision  ChangesPath
1.3  dev-tcltk/bwidget/bwidget-1.9.8.ebuild

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

Index: bwidget-1.9.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/bwidget-1.9.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bwidget-1.9.8.ebuild8 Apr 2015 12:14:21 -   1.2
+++ bwidget-1.9.8.ebuild13 Apr 2015 08:28:21 -  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-tcltk/bwidget/bwidget-1.9.8.ebuild,v 
1.2 2015/04/08 12:14:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/bwidget-1.9.8.ebuild,v 
1.3 2015/04/13 08:28:21 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="tcltk"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-lang/tk"



1.41 dev-tcltk/bwidget/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   8 Apr 2015 12:14:21 -   1.40
+++ ChangeLog   13 Apr 2015 08:28:21 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/bwidget
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/ChangeLog,v 1.40 
2015/04/08 12:14:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/ChangeLog,v 1.41 
2015/04/13 08:28:21 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  bwidget-1.9.8.ebuild:
+  Stable for alpha, wrt bug #545932
 
   08 Apr 2015; Agostino Sarubbo  bwidget-1.9.8.ebuild:
   Stable for amd64, wrt bug #545932






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:29:01

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

Revision  ChangesPath
1.4  x11-libs/libnotify/libnotify-0.7.6-r1.ebuild

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

Index: libnotify-0.7.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnotify-0.7.6-r1.ebuild   8 Apr 2015 12:14:36 -   1.3
+++ libnotify-0.7.6-r1.ebuild   13 Apr 2015 08:29:01 -  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-libs/libnotify/libnotify-0.7.6-r1.ebuild,v 1.3 
2015/04/08 12:14:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.6-r1.ebuild,v 1.4 
2015/04/13 08:29:01 ago Exp $
 
 EAPI=5
 inherit autotools eutils gnome.org multilib-minimal
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 COMMON_DEPEND="app-eselect/eselect-notify-send



1.108x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   8 Apr 2015 12:14:36 -   1.107
+++ ChangeLog   13 Apr 2015 08:29:01 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.107 
2015/04/08 12:14:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.108 
2015/04/13 08:29:01 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libnotify-0.7.6-r1.ebuild:
+  Stable for alpha, wrt bug #545858
 
   08 Apr 2015; Agostino Sarubbo  libnotify-0.7.6-r1.ebuild:
   Stable for amd64, wrt bug #545858






[gentoo-commits] gentoo-x86 commit in media-sound/edna: ChangeLog edna-0.5-r4.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:29:16

  Modified: ChangeLog
  Removed:  edna-0.5-r4.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.41 media-sound/edna/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   13 Apr 2015 08:21:49 -  1.40
+++ ChangeLog   13 Apr 2015 08:29:16 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/edna
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.40 
2015/04/13 08:21:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.41 
2015/04/13 08:29:16 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -edna-0.5-r4.ebuild:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  edna-0.6.ebuild:
   Stable for alpha, wrt bug #544040






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tls: metadata.xml ChangeLog tls-1.6-r2.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:29:36

  Modified: metadata.xml ChangeLog
  Removed:  tls-1.6-r2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-tcltk/tls/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml19 Dec 2006 05:35:51 -  1.2
+++ metadata.xml13 Apr 2015 08:29:36 -  1.3
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-tcltk
+  tcltk
 



1.44 dev-tcltk/tls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   13 Apr 2015 08:21:04 -  1.43
+++ ChangeLog   13 Apr 2015 08:29:36 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.43 2015/04/13 
08:21:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.44 2015/04/13 
08:29:36 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -tls-1.6-r2.ebuild, 
metadata.xml:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  tls-1.6-r3.ebuild:
   Stable for alpha, wrt bug #543898






[gentoo-commits] gentoo-x86 commit in sys-fs/udisks: udisks-2.1.4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:29:32

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

Revision  ChangesPath
1.3  sys-fs/udisks/udisks-2.1.4.ebuild

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

Index: udisks-2.1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-2.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udisks-2.1.4.ebuild 8 Apr 2015 12:13:49 -   1.2
+++ udisks-2.1.4.ebuild 13 Apr 2015 08:29: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/sys-fs/udisks/udisks-2.1.4.ebuild,v 1.2 
2015/04/08 12:13:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-2.1.4.ebuild,v 1.3 
2015/04/13 08:29:32 ago Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils linux-info systemd udev
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="debug cryptsetup +gptfdisk +introspection selinux systemd"
 
 COMMON_DEPEND=">=dev-libs/glib-2.32



1.178sys-fs/udisks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   8 Apr 2015 12:13:49 -   1.177
+++ ChangeLog   13 Apr 2015 08:29:32 -  1.178
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udisks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.177 2015/04/08 
12:13:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.178 2015/04/13 
08:29:32 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  udisks-2.1.4.ebuild:
+  Stable for alpha, wrt bug #545856
 
   08 Apr 2015; Agostino Sarubbo  udisks-2.1.4.ebuild:
   Stable for amd64, wrt bug #545856






[gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: notification-daemon-3.14.1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:28:42

  Modified: notification-daemon-3.14.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #545864
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild?r1=1.2&r2=1.3

Index: notification-daemon-3.14.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notification-daemon-3.14.1.ebuild   8 Apr 2015 12:14:16 -   1.2
+++ notification-daemon-3.14.1.ebuild   13 Apr 2015 08:28:42 -  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/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild,v
 1.2 2015/04/08 12:14:16 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild,v
 1.3 2015/04/13 08:28:42 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.101x11-misc/notification-daemon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   8 Apr 2015 12:14:16 -   1.100
+++ ChangeLog   13 Apr 2015 08:28:42 -  1.101
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 
1.100 2015/04/08 12:14:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 
1.101 2015/04/13 08:28:42 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo 
+  notification-daemon-3.14.1.ebuild:
+  Stable for alpha, wrt bug #545864
 
   08 Apr 2015; Agostino Sarubbo 
   notification-daemon-3.14.1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-4.02.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:29:54

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

Revision  ChangesPath
1.4  sys-fs/quota/quota-4.02.ebuild

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

Index: quota-4.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.02.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quota-4.02.ebuild   8 Apr 2015 13:13:12 -   1.3
+++ quota-4.02.ebuild   13 Apr 2015 08:29:54 -  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/sys-fs/quota/quota-4.02.ebuild,v 1.3 
2015/04/08 13:13:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.02.ebuild,v 1.4 
2015/04/13 08:29:54 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ldap netlink nls rpc tcpd"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )



1.71 sys-fs/quota/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   8 Apr 2015 13:13:12 -   1.70
+++ ChangeLog   13 Apr 2015 08:29:54 -  1.71
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.70 2015/04/08 
13:13:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.71 2015/04/13 
08:29:54 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  quota-4.02.ebuild:
+  Stable for alpha, wrt bug #545586
 
   08 Apr 2015; Agostino Sarubbo  quota-4.02.ebuild:
   Stable for amd64, wrt bug #545586






[gentoo-commits] gentoo-x86 commit in app-text/xlhtml: ChangeLog xlhtml-0.5.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:30:47

  Modified: ChangeLog
  Removed:  xlhtml-0.5.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.27 app-text/xlhtml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   13 Apr 2015 08:19:52 -  1.26
+++ ChangeLog   13 Apr 2015 08:30:47 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xlhtml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.26 2015/04/13 
08:19:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.27 2015/04/13 
08:30:47 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -xlhtml-0.5.ebuild:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  xlhtml-0.5.1_p6.ebuild:
   Stable for alpha, wrt bug #544010






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:30:15

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

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

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

Index: logrotate-3.8.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- logrotate-3.8.9.ebuild  9 Apr 2015 20:41:20 -   1.5
+++ logrotate-3.8.9.ebuild  13 Apr 2015 08:30:15 -  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/app-admin/logrotate/logrotate-3.8.9.ebuild,v 1.5 
2015/04/09 20:41:20 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9.ebuild,v 1.6 
2015/04/13 08:30:15 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl selinux"
 
 CDEPEND="



1.194app-admin/logrotate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   9 Apr 2015 20:41:20 -   1.193
+++ ChangeLog   13 Apr 2015 08:30:15 -  1.194
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/logrotate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.193 
2015/04/09 20:41:20 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.194 
2015/04/13 08:30:15 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  logrotate-3.8.9.ebuild:
+  Stable for alpha, wrt bug #545566
 
   09 Apr 2015; Chema Alonso  logrotate-3.8.9.ebuild:
   Fix bug #545922 by Duncan






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tclxml: ChangeLog tclxml-3.2-r1.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:30:14

  Modified: ChangeLog
  Removed:  tclxml-3.2-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.56 dev-tcltk/tclxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   13 Apr 2015 08:20:46 -  1.55
+++ ChangeLog   13 Apr 2015 08:30:14 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tclxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.55 
2015/04/13 08:20:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.56 
2015/04/13 08:30:14 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -tclxml-3.2-r1.ebuild:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  tclxml-3.2-r2.ebuild:
   Stable for alpha, wrt bug #543884






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:30:36

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

Revision  ChangesPath
1.6  dev-util/automoc/automoc-0.9.88-r1.ebuild

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

Index: automoc-0.9.88-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- automoc-0.9.88-r1.ebuild8 Apr 2015 13:12:52 -   1.5
+++ automoc-0.9.88-r1.ebuild13 Apr 2015 08:30:36 -  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-util/automoc/automoc-0.9.88-r1.ebuild,v 
1.5 2015/04/08 13:12:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88-r1.ebuild,v 
1.6 2015/04/13 08:30:36 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



1.13 dev-util/automoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   8 Apr 2015 13:12:52 -   1.12
+++ ChangeLog   13 Apr 2015 08:30:36 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/automoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.12 
2015/04/08 13:12:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.13 
2015/04/13 08:30:36 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  automoc-0.9.88-r1.ebuild:
+  Stable for alpha, wrt bug #545522
 
   08 Apr 2015; Agostino Sarubbo  automoc-0.9.88-r1.ebuild:
   Stable for amd64, wrt bug #545522






[gentoo-commits] gentoo-x86 commit in sci-libs/cln: cln-1.3.3.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:31:39

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

Revision  ChangesPath
1.5  sci-libs/cln/cln-1.3.3.ebuild

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

Index: cln-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cln-1.3.3.ebuild8 Apr 2015 13:35:18 -   1.4
+++ cln-1.3.3.ebuild13 Apr 2015 08:31:39 -  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/cln/cln-1.3.3.ebuild,v 1.4 
2015/04/08 13:35:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.5 
2015/04/13 08:31:39 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
 RDEPEND="dev-libs/gmp"



1.68 sci-libs/cln/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   8 Apr 2015 13:35:18 -   1.67
+++ ChangeLog   13 Apr 2015 08:31:39 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/cln
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.67 2015/04/08 
13:35:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.68 2015/04/13 
08:31:39 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  cln-1.3.3.ebuild:
+  Stable for alpha, wrt bug #545420
 
   08 Apr 2015; Agostino Sarubbo  cln-1.3.3.ebuild:
   Stable for amd64, wrt bug #545420






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.13.ebuild ChangeLog

2015-04-13 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/13 08:32:27

  Modified: subversion-1.8.13.ebuild ChangeLog
  Log:
  Fix dependency for swig
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.2  dev-vcs/subversion/subversion-1.8.13.ebuild

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

Index: subversion-1.8.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-1.8.13.ebuild9 Apr 2015 12:58:45 -   1.1
+++ subversion-1.8.13.ebuild13 Apr 2015 08:32:27 -  1.2
@@ -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-vcs/subversion/subversion-1.8.13.ebuild,v 1.1 
2015/04/09 12:58:45 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.13.ebuild,v 1.2 
2015/04/13 08:32:27 polynomial-c Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -46,15 +46,18 @@
perl? ( dev-perl/URI )"
 # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
 DEPEND="${COMMON_DEPEND}
-   test? ( ${PYTHON_DEPS} )
!!=virtual/jdk-1.5 )
kde? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
-   http? ( virtual/pkgconfig )"
+   perl? ( dev-lang/swig )
+   python? ( dev-lang/swig )
+   ruby? ( dev-lang/swig )
+   test? ( ${PYTHON_DEPS} )"
 
 REQUIRED_USE="
ctypes-python? ( ${PYTHON_REQUIRED_USE} )



1.224dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.224&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.224&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   9 Apr 2015 12:58:45 -   1.223
+++ ChangeLog   13 Apr 2015 08:32:27 -  1.224
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/subversion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.223 
2015/04/09 12:58:45 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.224 
2015/04/13 08:32:27 polynomial-c Exp $
+
+  13 Apr 2015; Lars Wendler  subversion-1.8.13.ebuild:
+  Fix dependency for swig.
+
+  13 Apr 2015; Lars Wendler  subversion-1.8.13.ebuild:
+  Added dev-lang/swig to DEPEND.
 
 *subversion-1.8.13 (09 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-libs/libupnp: libupnp-1.6.18-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:31:56

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

Revision  ChangesPath
1.4  net-libs/libupnp/libupnp-1.6.18-r1.ebuild

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

Index: libupnp-1.6.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.18-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libupnp-1.6.18-r1.ebuild8 Apr 2015 13:36:08 -   1.3
+++ libupnp-1.6.18-r1.ebuild13 Apr 2015 08:31:56 -  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/net-libs/libupnp/libupnp-1.6.18-r1.ebuild,v 
1.3 2015/04/08 13:36:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.18-r1.ebuild,v 
1.4 2015/04/13 08:31:56 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
+KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
 IUSE="debug doc ipv6 static-libs"
 
 DOCS="NEWS README ChangeLog"



1.55 net-libs/libupnp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   8 Apr 2015 13:36:08 -   1.54
+++ ChangeLog   13 Apr 2015 08:31:56 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libupnp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.54 
2015/04/08 13:36:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.55 
2015/04/13 08:31:56 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libupnp-1.6.18-r1.ebuild:
+  Stable for alpha, wrt bug #545206
 
   08 Apr 2015; Agostino Sarubbo  libupnp-1.6.18-r1.ebuild:
   Stable for amd64, wrt bug #545206






[gentoo-commits] gentoo-x86 commit in sys-apps/ed: ed-1.10.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:32:14

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

Revision  ChangesPath
1.7  sys-apps/ed/ed-1.10.ebuild

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

Index: ed-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ed-1.10.ebuild  8 Apr 2015 13:36:03 -   1.6
+++ ed-1.10.ebuild  13 Apr 2015 08:32:14 -  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/sys-apps/ed/ed-1.10.ebuild,v 1.6 2015/04/08 
13:36:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.10.ebuild,v 1.7 2015/04/13 
08:32:14 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="$(unpacker_src_uri_depends)



1.111sys-apps/ed/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   8 Apr 2015 13:36:03 -   1.110
+++ ChangeLog   13 Apr 2015 08:32:14 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/ed
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.110 2015/04/08 
13:36:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.111 2015/04/13 
08:32:14 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  ed-1.10.ebuild:
+  Stable for alpha, wrt bug #545204
 
   08 Apr 2015; Agostino Sarubbo  ed-1.10.ebuild:
   Stable for amd64, wrt bug #545204






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:32:34

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

Revision  ChangesPath
1.6  media-libs/harfbuzz/harfbuzz-0.9.38.ebuild

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

Index: harfbuzz-0.9.38.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- harfbuzz-0.9.38.ebuild  8 Apr 2015 17:59:35 -   1.5
+++ harfbuzz-0.9.38.ebuild  13 Apr 2015 08:32:34 -  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/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.5 
2015/04/08 17:59:35 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.6 
2015/04/13 08:32:34 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 [[ ${PV} ==  ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="+cairo +glib +graphite icu +introspection static-libs test +truetype"
 REQUIRED_USE="introspection? ( glib )"
 



1.104media-libs/harfbuzz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   8 Apr 2015 17:59:35 -   1.103
+++ ChangeLog   13 Apr 2015 08:32:34 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/harfbuzz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.103 
2015/04/08 17:59:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.104 
2015/04/13 08:32:34 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  harfbuzz-0.9.38.ebuild:
+  Stable for alpha, wrt bug #544792
 
   08 Apr 2015; Michał Górny  harfbuzz-0.9.28.ebuild,
   harfbuzz-0.9.35.ebuild, harfbuzz-0.9.38.ebuild, harfbuzz-0.9.40.ebuild,






[gentoo-commits] gentoo-x86 commit in app-office/lyx: lyx-2.1.3.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:33:26

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

Revision  ChangesPath
1.5  app-office/lyx/lyx-2.1.3.ebuild

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

Index: lyx-2.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lyx-2.1.3.ebuild8 Apr 2015 15:18:09 -   1.4
+++ lyx-2.1.3.ebuild13 Apr 2015 08:33:26 -  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-office/lyx/lyx-2.1.3.ebuild,v 1.4 
2015/04/08 15:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.3.ebuild,v 1.5 
2015/04/13 08:33:26 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
 IUSE="cups debug nls +latex monolithic-build html rtf dot docbook dia 
subversion rcs svg gnumeric +hunspell aspell enchant"
 
 LANGS="ar ca cs de da el en es eu fi fr gl he hu ia id it ja nb nn pl pt ro ru 
sk sr sv tr uk zh_CN zh_TW"



1.333app-office/lyx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.333&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.333&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?r1=1.332&r2=1.333

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- ChangeLog   8 Apr 2015 15:18:09 -   1.332
+++ ChangeLog   13 Apr 2015 08:33:26 -  1.333
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/lyx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.332 2015/04/08 
15:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.333 2015/04/13 
08:33:26 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  lyx-2.1.3.ebuild:
+  Stable for alpha, wrt bug #544700
 
   08 Apr 2015; Agostino Sarubbo  lyx-2.1.3.ebuild:
   Stable for amd64, wrt bug #544700






[gentoo-commits] gentoo-x86 commit in gnome-extra/polkit-gnome: polkit-gnome-0.105-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:34:00

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

Revision  ChangesPath
1.5  gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild?r1=1.4&r2=1.5

Index: polkit-gnome-0.105-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- polkit-gnome-0.105-r1.ebuild8 Apr 2015 17:20:50 -   1.4
+++ polkit-gnome-0.105-r1.ebuild13 Apr 2015 08:34:00 -  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/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild,v 
1.4 2015/04/08 17:20:50 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild,v 
1.5 2015/04/13 08:34:00 ago Exp $
 
 EAPI=4
 inherit gnome.org
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30



1.64 gnome-extra/polkit-gnome/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   8 Apr 2015 17:20:50 -   1.63
+++ ChangeLog   13 Apr 2015 08:34:00 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/polkit-gnome
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.63 
2015/04/08 17:20:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.64 
2015/04/13 08:34:00 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  polkit-gnome-0.105-r1.ebuild:
+  Stable for alpha, wrt bug #545850
 
   08 Apr 2015; Jeroen Roovers  polkit-gnome-0.105-r1.ebuild:
   Stable for HPPA (bug #545850).






[gentoo-commits] gentoo-x86 commit in dev-libs/expat: expat-2.1.0-r4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:33:43

  Modified: expat-2.1.0-r4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #545846
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-libs/expat/expat-2.1.0-r4.ebuild

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

Index: expat-2.1.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- expat-2.1.0-r4.ebuild   8 Apr 2015 17:19:29 -   1.4
+++ expat-2.1.0-r4.ebuild   13 Apr 2015 08:33:43 -  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-libs/expat/expat-2.1.0-r4.ebuild,v 1.4 
2015/04/08 17:19:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.5 
2015/04/13 08:33:43 ago Exp $
 
 EAPI=5
 inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 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="elibc_FreeBSD examples static-libs unicode"
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"



1.167dev-libs/expat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   8 Apr 2015 17:19:29 -   1.166
+++ ChangeLog   13 Apr 2015 08:33:43 -  1.167
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/expat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.166 2015/04/08 
17:19:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.167 2015/04/13 
08:33:43 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  expat-2.1.0-r4.ebuild:
+  Stable for alpha, wrt bug #545846
 
   08 Apr 2015; Jeroen Roovers  expat-2.1.0-r4.ebuild:
   Stable for HPPA (bug #545846).






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:34:18

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

Revision  ChangesPath
1.4  media-libs/exempi/exempi-2.2.1.ebuild

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

Index: exempi-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/exempi/exempi-2.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exempi-2.2.1.ebuild 8 Apr 2015 17:21:33 -   1.3
+++ exempi-2.2.1.ebuild 13 Apr 2015 08:34:18 -  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/media-libs/exempi/exempi-2.2.1.ebuild,v 1.3 
2015/04/08 17:21:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exempi/exempi-2.2.1.ebuild,v 1.4 
2015/04/13 08:34:18 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="examples static-libs"
 
 RDEPEND=">=dev-libs/expat-2:=



1.40 media-libs/exempi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/exempi/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   8 Apr 2015 17:21:33 -   1.39
+++ ChangeLog   13 Apr 2015 08:34:18 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/exempi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/exempi/ChangeLog,v 1.39 
2015/04/08 17:21:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exempi/ChangeLog,v 1.40 
2015/04/13 08:34:18 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  exempi-2.2.1.ebuild:
+  Stable for alpha, wrt bug #545852
 
   08 Apr 2015; Jeroen Roovers  exempi-2.2.1.ebuild:
   Stable for HPPA (bug #545852).






[gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: libxklavier-5.3.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:34:39

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

Revision  ChangesPath
1.5  x11-libs/libxklavier/libxklavier-5.3.ebuild

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

Index: libxklavier-5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxklavier-5.3.ebuild  8 Apr 2015 17:22:12 -   1.4
+++ libxklavier-5.3.ebuild  13 Apr 2015 08:34:39 -  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-libs/libxklavier/libxklavier-5.3.ebuild,v 1.4 
2015/04/08 17:22:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.5 
2015/04/13 08:34:39 ago Exp $
 
 EAPI=4
 inherit eutils gnome.org libtool
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc +introspection"
 
 RDEPEND="app-text/iso-codes



1.179x11-libs/libxklavier/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   8 Apr 2015 17:22:12 -   1.178
+++ ChangeLog   13 Apr 2015 08:34:39 -  1.179
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxklavier
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.178 
2015/04/08 17:22:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.179 
2015/04/13 08:34:39 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libxklavier-5.3.ebuild:
+  Stable for alpha, wrt bug #545860
 
   08 Apr 2015; Jeroen Roovers  libxklavier-5.3.ebuild:
   Stable for HPPA (bug #545860).






[gentoo-commits] gentoo-x86 commit in x11-libs/startup-notification: startup-notification-0.12-r1.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:34:58

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

Revision  ChangesPath
1.5  
x11-libs/startup-notification/startup-notification-0.12-r1.ebuild

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

Index: startup-notification-0.12-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- startup-notification-0.12-r1.ebuild 8 Apr 2015 17:23:26 -   1.4
+++ startup-notification-0.12-r1.ebuild 13 Apr 2015 08:34:58 -  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-libs/startup-notification/startup-notification-0.12-r1.ebuild,v
 1.4 2015/04/08 17:23:26 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild,v
 1.5 2015/04/13 08:34:58 ago Exp $
 
 EAPI=5
 inherit eutils xorg-2
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.4.3



1.94 x11-libs/startup-notification/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   8 Apr 2015 17:23:26 -   1.93
+++ ChangeLog   13 Apr 2015 08:34:58 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/startup-notification
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/ChangeLog,v 
1.93 2015/04/08 17:23:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/ChangeLog,v 
1.94 2015/04/13 08:34:58 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo 
+  startup-notification-0.12-r1.ebuild:
+  Stable for alpha, wrt bug #545862
 
   08 Apr 2015; Jeroen Roovers 
   startup-notification-0.12-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-themes/hicolor-icon-theme: hicolor-icon-theme-0.15.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:35:32

  Modified: hicolor-icon-theme-0.15.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #545868
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild?r1=1.3&r2=1.4

Index: hicolor-icon-theme-0.15.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hicolor-icon-theme-0.15.ebuild  8 Apr 2015 17:25:01 -   1.3
+++ hicolor-icon-theme-0.15.ebuild  13 Apr 2015 08:35: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-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild,v
 1.3 2015/04/08 17:25:01 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild,v
 1.4 2015/04/13 08:35:32 ago Exp $
 
 EAPI=5
 inherit gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.72 x11-themes/hicolor-icon-theme/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   8 Apr 2015 17:25:01 -   1.71
+++ ChangeLog   13 Apr 2015 08:35:32 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/hicolor-icon-theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 
1.71 2015/04/08 17:25:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 
1.72 2015/04/13 08:35:32 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  
hicolor-icon-theme-0.15.ebuild:
+  Stable for alpha, wrt bug #545868
 
   08 Apr 2015; Jeroen Roovers  hicolor-icon-theme-0.15.ebuild:
   Stable for HPPA (bug #545868).






[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: pkgconfig-0.28-r2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:35:50

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

Revision  ChangesPath
1.4  dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild

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

Index: pkgconfig-0.28-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pkgconfig-0.28-r2.ebuild8 Apr 2015 17:26:08 -   1.3
+++ pkgconfig-0.28-r2.ebuild13 Apr 2015 08:35:50 -  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-util/pkgconfig/pkgconfig-0.28-r2.ebuild,v 1.3 
2015/04/08 17:26:08 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild,v 1.4 
2015/04/13 08:35:50 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
inherit autotools git-2
 else
-   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"
SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz";
 fi
 



1.161dev-util/pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   8 Apr 2015 17:26:08 -   1.160
+++ ChangeLog   13 Apr 2015 08:35:50 -  1.161
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/pkgconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.160 
2015/04/08 17:26:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.161 
2015/04/13 08:35:50 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  pkgconfig-0.28-r2.ebuild:
+  Stable for alpha, wrt bug #545848
 
   08 Apr 2015; Jeroen Roovers  pkgconfig-0.28-r2.ebuild:
   Stable for HPPA (bug #545848).






[gentoo-commits] gentoo-x86 commit in x11-misc/shared-mime-info: shared-mime-info-1.4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:35:15

  Modified: shared-mime-info-1.4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #545866
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild?r1=1.3&r2=1.4

Index: shared-mime-info-1.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shared-mime-info-1.4.ebuild 8 Apr 2015 17:24:14 -   1.3
+++ shared-mime-info-1.4.ebuild 13 Apr 2015 08:35:15 -  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-misc/shared-mime-info/shared-mime-info-1.4.ebuild,v 
1.3 2015/04/08 17:24:14 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild,v 
1.4 2015/04/13 08:35:15 ago Exp $
 
 EAPI=5
 inherit eutils fdo-mime
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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 ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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="test"
 
 RDEPEND=">=dev-libs/glib-2



1.217x11-misc/shared-mime-info/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   8 Apr 2015 17:24:14 -   1.216
+++ ChangeLog   13 Apr 2015 08:35:15 -  1.217
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/shared-mime-info
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.216 
2015/04/08 17:24:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.217 
2015/04/13 08:35:15 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  shared-mime-info-1.4.ebuild:
+  Stable for alpha, wrt bug #545866
 
   08 Apr 2015; Jeroen Roovers  shared-mime-info-1.4.ebuild:
   Stable for HPPA (bug #545866).






[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.39.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:36:10

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

Revision  ChangesPath
1.5  net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild

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

Index: libmicrohttpd-0.9.39.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libmicrohttpd-0.9.39.ebuild 8 Apr 2015 17:27:00 -   1.4
+++ libmicrohttpd-0.9.39.ebuild 13 Apr 2015 08:36:10 -  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-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v 
1.4 2015/04/08 17:27:00 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v 
1.5 2015/04/13 08:36:10 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 IUSE="epoll messages ssl static-libs test"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.87 net-libs/libmicrohttpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   8 Apr 2015 17:27:00 -   1.86
+++ ChangeLog   13 Apr 2015 08:36:10 -  1.87
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.86 
2015/04/08 17:27:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.87 
2015/04/13 08:36:10 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libmicrohttpd-0.9.39.ebuild:
+  Stable for alpha, wrt bug #545814
 
   08 Apr 2015; Jeroen Roovers  libmicrohttpd-0.9.39.ebuild:
   Stable for HPPA (bug #545814).






[gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: dbus-glib-0.102.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:36:27

  Modified: dbus-glib-0.102.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #545844
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-libs/dbus-glib/dbus-glib-0.102.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?r1=1.10&r2=1.11

Index: dbus-glib-0.102.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dbus-glib-0.102.ebuild  8 Apr 2015 17:34:20 -   1.10
+++ dbus-glib-0.102.ebuild  13 Apr 2015 08:36:27 -  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/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 
1.10 2015/04/08 17:34:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 
1.11 2015/04/13 08:36:27 ago Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="debug doc static-libs test"
 
 CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]



1.158dev-libs/dbus-glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   8 Apr 2015 17:34:20 -   1.157
+++ ChangeLog   13 Apr 2015 08:36:27 -  1.158
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/dbus-glib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.157 
2015/04/08 17:34:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.158 
2015/04/13 08:36:27 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  dbus-glib-0.102.ebuild:
+  Stable for alpha, wrt bug #545844
 
   08 Apr 2015; Jeroen Roovers  dbus-glib-0.102.ebuild:
   Stable for HPPA (bug #545844).






[gentoo-commits] gentoo-x86 commit in app-text/rman: ChangeLog rman-3.2.ebuild

2015-04-13 Thread Justin Lecher (jlec)
jlec15/04/13 08:36:50

  Modified: ChangeLog
  Removed:  rman-3.2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.50 app-text/rman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   13 Apr 2015 08:17:02 -  1.49
+++ ChangeLog   13 Apr 2015 08:36:50 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.49 2015/04/13 
08:17:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.50 2015/04/13 
08:36:50 jlec Exp $
+
+  13 Apr 2015; Justin Lecher  -rman-3.2.ebuild:
+  Drop old
 
   13 Apr 2015; Agostino Sarubbo  rman-3.2-r1.ebuild:
   Stable for alpha, wrt bug #540792






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:36:50

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

Revision  ChangesPath
1.4  dev-libs/geoip/geoip-1.6.5.ebuild

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

Index: geoip-1.6.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoip-1.6.5.ebuild  8 Apr 2015 17:36:24 -   1.3
+++ geoip-1.6.5.ebuild  13 Apr 2015 08:36:50 -  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-libs/geoip/geoip-1.6.5.ebuild,v 1.3 
2015/04/08 17:36:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.5.ebuild,v 1.4 
2015/04/13 08:36:50 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -14,7 +14,7 @@
 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
 LICENSE="LGPL-2.1 GPL-2 MaxMind2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
 IUSE="static-libs"
 RESTRICT="test"
 



1.249dev-libs/geoip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   8 Apr 2015 17:36:24 -   1.248
+++ ChangeLog   13 Apr 2015 08:36:50 -  1.249
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/geoip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.248 2015/04/08 
17:36:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.249 2015/04/13 
08:36:50 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  geoip-1.6.5.ebuild:
+  Stable for alpha, wrt bug #545914
 
   08 Apr 2015; Jeroen Roovers  geoip-1.6.5.ebuild:
   Stable for HPPA (bug #545914).






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:36:53

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

Revision  ChangesPath
1.4  net-misc/geoipupdate/geoipupdate-2.2.1.ebuild

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

Index: geoipupdate-2.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoipupdate-2.2.1.ebuild8 Apr 2015 17:36:45 -   1.3
+++ geoipupdate-2.2.1.ebuild13 Apr 2015 08:36:53 -  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/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild,v 1.3 
2015/04/08 17:36:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild,v 1.4 
2015/04/13 08:36:53 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="



1.42 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   8 Apr 2015 17:36:45 -   1.41
+++ ChangeLog   13 Apr 2015 08:36:53 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/geoipupdate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.41 
2015/04/08 17:36:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.42 
2015/04/13 08:36:53 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  geoipupdate-2.2.1.ebuild:
+  Stable for alpha, wrt bug #545914
 
   08 Apr 2015; Jeroen Roovers  geoipupdate-2.2.1.ebuild:
   Stable for HPPA (bug #545914).






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-3.0.0.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:37:30

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

Revision  ChangesPath
1.9  mail-mta/postfix/postfix-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?r1=1.8&r2=1.9

Index: postfix-3.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- postfix-3.0.0.ebuild9 Apr 2015 20:52:17 -   1.8
+++ postfix-3.0.0.ebuild13 Apr 2015 08:37:30 -  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/mail-mta/postfix/postfix-3.0.0.ebuild,v 1.8 
2015/04/09 20:52:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild,v 1.9 
2015/04/13 08:37:30 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator
@@ -19,7 +19,7 @@
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
 
 DEPEND=">=dev-libs/libpcre-3.4



1.582mail-mta/postfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -r1.581 -r1.582
--- ChangeLog   13 Apr 2015 07:50:46 -  1.581
+++ ChangeLog   13 Apr 2015 08:37:30 -  1.582
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.581 
2015/04/13 07:50:46 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.582 
2015/04/13 08:37:30 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  postfix-3.0.0.ebuild:
+  Stable for alpha, wrt bug #544248
 
 *postfix-3.0.1 (13 Apr 2015)
 *postfix-2.11.5 (13 Apr 2015)






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:38:52

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

Revision  ChangesPath
1.3  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hwids-20150129.ebuild   12 Apr 2015 07:28:14 -  1.2
+++ hwids-20150129.ebuild   13 Apr 2015 08:38: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/sys-apps/hwids/hwids-20150129.ebuild,v 1.2 
2015/04/12 07:28:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.3 
2015/04/13 08:38:52 ago Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
inherit git-2
 else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.160sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   12 Apr 2015 07:28:14 -  1.159
+++ ChangeLog   13 Apr 2015 08:38:52 -  1.160
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.159 2015/04/12 
07:28:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.160 2015/04/13 
08:38:52 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  hwids-20150129.ebuild:
+  Stable for alpha, wrt bug #546184
 
   12 Apr 2015; Mikle Kolyada  hwids-20150129.ebuild:
   amd64 stable wrt bug #546184






[gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-23.4-r13.ebuild emacs-24.4-r4.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:38:12

  Modified: emacs-23.4-r13.ebuild emacs-24.4-r4.ebuild
ChangeLog
  Log:
  Stable for alpha, wrt bug #58
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-editors/emacs/emacs-23.4-r13.ebuild

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

Index: emacs-23.4-r13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-23.4-r13.ebuild   9 Apr 2015 20:57:50 -   1.8
+++ emacs-23.4-r13.ebuild   13 Apr 2015 08:38:12 -  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/app-editors/emacs/emacs-23.4-r13.ebuild,v 
1.8 2015/04/09 20:57:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r13.ebuild,v 
1.9 2015/04/13 08:38:12 ago Exp $
 
 EAPI=5
 WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="23"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~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 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="alsa aqua athena dbus games gconf gif gpm gtk gzip-el hesiod jpeg 
kerberos livecd m17n-lib motif pax_kernel png sound source svg tiff 
toolkit-scroll-bars X Xaw3d xft +xpm"
 REQUIRED_USE="?? ( aqua X )"
 



1.9  app-editors/emacs/emacs-24.4-r4.ebuild

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

Index: emacs-24.4-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-24.4-r4.ebuild9 Apr 2015 20:58:37 -   1.8
+++ emacs-24.4-r4.ebuild13 Apr 2015 08:38:12 -  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/app-editors/emacs/emacs-24.4-r4.ebuild,v 
1.8 2015/04/09 20:58:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r4.ebuild,v 
1.9 2015/04/13 08:38:12 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 



1.678app-editors/emacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- ChangeLog   11 Apr 2015 08:25:18 -  1.677
+++ ChangeLog   13 Apr 2015 08:38:12 -  1.678
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.677 
2015/04/11 08:25:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-

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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:38:15

  Modified: emacs-common-gentoo-1.5.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #58
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  
app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild

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

Index: emacs-common-gentoo-1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- emacs-common-gentoo-1.5.ebuild  9 Apr 2015 20:57:04 -   1.7
+++ emacs-common-gentoo-1.5.ebuild  13 Apr 2015 08:38:15 -  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/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild,v
 1.7 2015/04/09 20:57:04 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild,v
 1.8 2015/04/13 08:38:15 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="games X"
 
 PDEPEND="virtual/emacs"



1.120app-emacs/emacs-common-gentoo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   9 Apr 2015 20:57:04 -   1.119
+++ ChangeLog   13 Apr 2015 08:38:15 -  1.120
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/emacs-common-gentoo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 
1.119 2015/04/09 20:57:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 
1.120 2015/04/13 08:38:15 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  
emacs-common-gentoo-1.5.ebuild:
+  Stable for alpha, wrt bug #58
 
   09 Apr 2015; Markus Meier  emacs-common-gentoo-1.5.ebuild:
   arm stable, bug #58






[gentoo-commits] gentoo-x86 commit in dev-libs/libwacom: libwacom-0.11.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:38:34

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

Revision  ChangesPath
1.8  dev-libs/libwacom/libwacom-0.11.ebuild

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

Index: libwacom-0.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwacom/libwacom-0.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libwacom-0.11.ebuild9 Apr 2015 21:01:25 -   1.7
+++ libwacom-0.11.ebuild13 Apr 2015 08:38:34 -  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/libwacom/libwacom-0.11.ebuild,v 
1.7 2015/04/09 21:01:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/libwacom-0.11.ebuild,v 
1.8 2015/04/13 08:38:34 ago Exp $
 
 EAPI=5
 inherit eutils udev
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



1.32 dev-libs/libwacom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   9 Apr 2015 21:01:25 -   1.31
+++ ChangeLog   13 Apr 2015 08:38:34 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libwacom
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.31 
2015/04/09 21:01:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.32 
2015/04/13 08:38:34 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libwacom-0.11.ebuild:
+  Stable for alpha, wrt bug #544618
 
   09 Apr 2015; Markus Meier  libwacom-0.11.ebuild:
   arm stable, bug #544618






[gentoo-commits] gentoo-x86 commit in net-misc/dhcp: dhcp-4.3.1-r2.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:39:39

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

Revision  ChangesPath
1.9  net-misc/dhcp/dhcp-4.3.1-r2.ebuild

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

Index: dhcp-4.3.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.3.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dhcp-4.3.1-r2.ebuild12 Apr 2015 10:11:24 -  1.8
+++ dhcp-4.3.1-r2.ebuild13 Apr 2015 08:39:39 -  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/net-misc/dhcp/dhcp-4.3.1-r2.ebuild,v 1.8 
2015/04/12 10:11:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.3.1-r2.ebuild,v 1.9 
2015/04/13 08:39:39 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-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"
 IUSE="+client ipv6 kernel_linux ldap selinux +server ssl vim-syntax"
 
 DEPEND="



1.272net-misc/dhcp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   12 Apr 2015 10:11:24 -  1.271
+++ ChangeLog   13 Apr 2015 08:39:39 -  1.272
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dhcp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.271 2015/04/12 
10:11:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.272 2015/04/13 
08:39:39 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  dhcp-4.3.1-r2.ebuild:
+  Stable for alpha, wrt bug #539258
 
   12 Apr 2015; Mikle Kolyada  dhcp-4.3.1-r2.ebuild:
   x86 stable wrt bug #539258






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:39:18

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

Revision  ChangesPath
1.11 dev-libs/libltdl/libltdl-2.4.6.ebuild

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

Index: libltdl-2.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libltdl/libltdl-2.4.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libltdl-2.4.6.ebuild12 Apr 2015 10:05:30 -  1.10
+++ libltdl-2.4.6.ebuild13 Apr 2015 08:39:18 -  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/dev-libs/libltdl/libltdl-2.4.6.ebuild,v 
1.10 2015/04/12 10:05:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/libltdl-2.4.6.ebuild,v 
1.11 2015/04/13 08:39:18 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static-libs"
 # libltdl doesn't have a testsuite.
 RESTRICT="test"



1.22 dev-libs/libltdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   12 Apr 2015 10:05:30 -  1.21
+++ ChangeLog   13 Apr 2015 08:39:18 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libltdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v 1.21 
2015/04/12 10:05:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libltdl/ChangeLog,v 1.22 
2015/04/13 08:39:18 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libltdl-2.4.6.ebuild:
+  Stable for alpha, wrt bug #540408
 
   12 Apr 2015; Mikle Kolyada  libltdl-2.4.6.ebuild:
   x86 stable wrt bug #540408






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

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:39:15

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

Revision  ChangesPath
1.11 sys-devel/libtool/libtool-2.4.6.ebuild

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

Index: libtool-2.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libtool-2.4.6.ebuild12 Apr 2015 10:04:39 -  1.10
+++ libtool-2.4.6.ebuild13 Apr 2015 08:39:15 -  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/sys-devel/libtool/libtool-2.4.6.ebuild,v 
1.10 2015/04/12 10:04:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v 
1.11 2015/04/13 08:39:15 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
inherit git-2
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="A shared library tool for developers"



1.257sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog   12 Apr 2015 10:04:39 -  1.256
+++ ChangeLog   13 Apr 2015 08:39:15 -  1.257
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.256 
2015/04/12 10:04:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.257 
2015/04/13 08:39:15 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  libtool-2.4.6.ebuild:
+  Stable for alpha, wrt bug #540408
 
   12 Apr 2015; Mikle Kolyada  libtool-2.4.6.ebuild:
   x86 stable wrt bug #540408






[gentoo-commits] gentoo-x86 commit in media-libs/netpbm: netpbm-10.66.00.ebuild ChangeLog

2015-04-13 Thread Agostino Sarubbo (ago)
ago 15/04/13 08:39:57

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

Revision  ChangesPath
1.12 media-libs/netpbm/netpbm-10.66.00.ebuild

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

Index: netpbm-10.66.00.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.66.00.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- netpbm-10.66.00.ebuild  1 Apr 2015 08:30:18 -   1.11
+++ netpbm-10.66.00.ebuild  13 Apr 2015 08:39:57 -  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/media-libs/netpbm/netpbm-10.66.00.ebuild,v 
1.11 2015/04/01 08:30:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.66.00.ebuild,v 
1.12 2015/04/13 08:39:57 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc jbig jpeg jpeg2k png rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml zlib"
 
 RDEPEND="jbig? ( media-libs/jbigkit )



1.286media-libs/netpbm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/netpbm/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog   1 Apr 2015 08:30:18 -   1.285
+++ ChangeLog   13 Apr 2015 08:39:57 -  1.286
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/netpbm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/ChangeLog,v 1.285 
2015/04/01 08:30:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/ChangeLog,v 1.286 
2015/04/13 08:39:57 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo  netpbm-10.66.00.ebuild:
+  Stable for alpha, wrt bug #544404
 
   01 Apr 2015; Agostino Sarubbo  netpbm-10.66.00.ebuild:
   Stable for sparc, wrt bug #544404






  1   2   3   4   5   6   7   8   9   10   >