[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 06:56:56

  Modified: ChangeLog
  Log:
  Also stub out fcntl #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.55 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   17 May 2015 05:05:04 -  1.54
+++ ChangeLog   17 May 2015 06:56:56 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.54 2015/05/17 
05:05:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.55 2015/05/17 
06:56:56 vapier Exp $
+
+  17 May 2015; Mike Frysinger  files/yaboot-stubfuncs.patch:
+  Also stub out fcntl #527974 by Agostino Sarubbo.
 
   17 May 2015; Mike Frysinger  yaboot-1.3.14-r2.ebuild,
   yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot/files: yaboot-stubfuncs.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 06:56:56

  Modified: yaboot-stubfuncs.patch
  Log:
  Also stub out fcntl #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  sys-boot/yaboot/files/yaboot-stubfuncs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?r1=1.4&r2=1.5

Index: yaboot-stubfuncs.patch
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-stubfuncs.patch  17 May 2015 05:02:02 -  1.4
+++ yaboot-stubfuncs.patch  17 May 2015 06:56:56 -  1.5
@@ -20,7 +20,7 @@
  int posix_memalign(void **memptr, size_t alignment, size_t size)
 --- lib/nonstd.c
 +++ lib/nonstd.c
-@@ -65,3 +65,203 @@
+@@ -65,3 +65,208 @@
  {
return NULL;
  }
@@ -89,6 +89,11 @@
 +  return 0;
 +}
 +
++// ext2 libs only use this to turn off caches currently
++int fcntl(int fd, int cmd, ...) {
++  return 0;
++}
++
 +void exit(int status) {
 +  prom_exit();
 +}






[gentoo-commits] gentoo-x86 commit in dev-libs/pugixml/files: pugixml-1.2-cmake.patch

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/17 06:42:44

  Removed:  pugixml-1.2-cmake.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in dev-libs/pugixml: ChangeLog pugixml-1.4.ebuild pugixml-1.2.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/17 06:42:44

  Modified: ChangeLog
  Removed:  pugixml-1.4.ebuild pugixml-1.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.25 dev-libs/pugixml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   17 May 2015 06:41:54 -  1.24
+++ ChangeLog   17 May 2015 06:42:44 -  1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/pugixml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.24 
2015/05/17 06:41:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.25 
2015/05/17 06:42:44 radhermit Exp $
+
+  17 May 2015; Tim Harder  -pugixml-1.2.ebuild,
+  -pugixml-1.4.ebuild, -files/pugixml-1.2-cmake.patch:
+  Remove old.
 
 *pugixml-1.6 (17 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/pugixml: ChangeLog pugixml-1.6.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/17 06:41:54

  Modified: ChangeLog
  Added:pugixml-1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.24 dev-libs/pugixml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   19 Apr 2015 09:50:12 -  1.23
+++ ChangeLog   17 May 2015 06:41:54 -  1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/pugixml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.23 
2015/04/19 09:50:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.24 
2015/05/17 06:41:54 radhermit Exp $
+
+*pugixml-1.6 (17 May 2015)
+
+  17 May 2015; Tim Harder  +pugixml-1.6.ebuild:
+  Version bump.
 
   19 Apr 2015; Agostino Sarubbo  pugixml-1.5.ebuild:
   Stable for x86, wrt bug #535124



1.1  dev-libs/pugixml/pugixml-1.6.ebuild

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

Index: pugixml-1.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.6.ebuild,v 1.1 
2015/05/17 06:41:54 radhermit Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath 
support"
HOMEPAGE="http://pugixml.org/ https://github.com/zeux/pugixml/";
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"

S=${WORKDIR}/${P}/scripts

src_configure() {
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.68.ebuild ChangeLog

2015-05-16 Thread Jeroen Roovers (jer)
jer 15/05/17 06:40:19

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

Revision  ChangesPath
1.283dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog   10 Apr 2015 04:34:10 -  1.282
+++ ChangeLog   17 May 2015 06:40:19 -  1.283
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.282 
2015/04/10 04:34:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.283 
2015/05/17 06:40:19 jer Exp $
+
+*debootstrap-1.0.68 (17 May 2015)
+
+  17 May 2015; Jeroen Roovers  +debootstrap-1.0.68.ebuild:
+  Version bump.
 
   10 Apr 2015; Jeroen Roovers  -debootstrap-1.0.56.ebuild,
   -debootstrap-1.0.59.ebuild, -debootstrap-1.0.66.ebuild:



1.1  dev-util/debootstrap/debootstrap-1.0.68.ebuild

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

Index: debootstrap-1.0.68.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.68.ebuild,v 1.1 
2015/05/17 06:40:19 jer Exp $

EAPI=5
inherit eutils

DESCRIPTION="Debian/Ubuntu bootstrap scripts"
HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html";
SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
mirror://gentoo/devices.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"

RDEPEND="
app-arch/dpkg
net-misc/wget
sys-devel/binutils
"

DOCS=( TODO debian/changelog )

src_unpack() {
unpack ${PN}_${PV}.tar.gz
cp "${DISTDIR}"/devices.tar.gz "${S}"
}

src_compile() {
return
}

src_install() {
default
doman debootstrap.8
}

pkg_postinst() {
if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; 
then
elog "To check Release files against a keyring"
elog " (--keyring=K), please install app-crypt/gnupg."
fi
}






[gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2_p10.ebuild ChangeLog

2015-05-16 Thread Jeroen Roovers (jer)
jer 15/05/17 06:33:31

  Modified: mpfr-3.1.2_p10.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #549520).
  
  (Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-libs/mpfr/mpfr-3.1.2_p10.ebuild

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

Index: mpfr-3.1.2_p10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2_p10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpfr-3.1.2_p10.ebuild   16 May 2015 11:20:57 -  1.4
+++ mpfr-3.1.2_p10.ebuild   17 May 2015 06:33:31 -  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/mpfr/mpfr-3.1.2_p10.ebuild,v 1.4 
2015/05/16 11:20:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2_p10.ebuild,v 1.5 
2015/05/17 06:33:31 jer Exp $
 
 EAPI="4"
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 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="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[${MULTILIB_USEDEP},static-libs?]"



1.189dev-libs/mpfr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   16 May 2015 11:20:57 -  1.188
+++ ChangeLog   17 May 2015 06:33:31 -  1.189
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/mpfr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.188 2015/05/16 
11:20:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.189 2015/05/17 
06:33:31 jer Exp $
+
+  17 May 2015; Jeroen Roovers  mpfr-3.1.2_p10.ebuild:
+  Stable for HPPA (bug #549520).
 
   16 May 2015; Pacho Ramos  mpfr-3.1.2_p10.ebuild:
   ppc stable wrt bug #549520






[gentoo-commits] gentoo-x86 commit in sys-auth/pambase: pambase-20150213.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 05:23:58

  Modified: pambase-20150213.ebuild ChangeLog
  Log:
  Mark alpha/arm64/ia64/m68k/ppc64/s390/sh stable #547434.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 sys-auth/pambase/pambase-20150213.ebuild

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

Index: pambase-20150213.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pambase-20150213.ebuild 15 May 2015 12:27:10 -  1.10
+++ pambase-20150213.ebuild 17 May 2015 05:23:58 -  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-auth/pambase/pambase-20150213.ebuild,v 
1.10 2015/05/15 12:27:10 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 
1.11 2015/05/17 05:23:58 vapier Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="consolekit cracklib debug gnome-keyring minimal mktemp +nullok pam_krb5 
pam_ssh passwdqc securetty selinux +sha512 systemd"
 
 RESTRICT=binchecks



1.150sys-auth/pambase/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   15 May 2015 12:27:10 -  1.149
+++ ChangeLog   17 May 2015 05:23:58 -  1.150
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pambase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.149 
2015/05/15 12:27:10 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.150 
2015/05/17 05:23:58 vapier Exp $
+
+  17 May 2015; Mike Frysinger  pambase-20150213.ebuild:
+  Mark alpha/arm64/ia64/m68k/ppc64/s390/sh stable #547434.
 
   15 May 2015; Mikle Kolyada  pambase-20150213.ebuild:
   sparc stable wrt bug #547434






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

2015-05-16 Thread Mike Frysinger
commit: abf9fef20f1da54ca161616c059afd10449baced
Author: Sven Vermeulen  gentoo  org>
AuthorDate: Sun May 17 05:22:20 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun May 17 05:22:20 2015 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=abf9fef2

system-login: fix nested selinux comment

URL: https://bugs.gentoo.org/540096

 system-login.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-login.in b/system-login.in
index e630918..137c40c 100644
--- a/system-login.in
+++ b/system-login.in
@@ -48,7 +48,7 @@ session   include system-auth
 sessionoptionalpam_ck_connector.so nox11
 #endif
 #if HAVE_SELINUX
-# Note: modules that run in the user's context must come after this line.
+ # Note: modules that run in the user's context must come after this line.
 sessionrequiredpam_selinux.so multiple open
 #endif
 #if HAVE_GNOME_KEYRING



[gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.2.0.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 05:18:31

  Modified: ChangeLog
  Added:pam-1.2.0.ebuild
  Log:
  Version bump #549120 by teidakankan.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.351sys-libs/pam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.351&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.351&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.350&r2=1.351

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog   17 May 2015 03:18:38 -  1.350
+++ ChangeLog   17 May 2015 05:18:31 -  1.351
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.350 2015/05/17 
03:18:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.351 2015/05/17 
05:18:31 vapier Exp $
+
+*pam-1.2.0 (17 May 2015)
+
+  17 May 2015; Mike Frysinger  +pam-1.2.0.ebuild:
+  Version bump #549120 by teidakankan.
 
   17 May 2015; Mike Frysinger 
   files/pam-1.1.8-CVE-2013-7041.patch, files/pam-1.1.8-CVE-2014-2583.patch:



1.1  sys-libs/pam/pam-1.2.0.ebuild

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

Index: pam-1.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.2.0.ebuild,v 1.1 
2015/05/17 05:18:31 vapier Exp $

EAPI=5

inherit libtool multilib multilib-minimal eutils pam toolchain-funcs 
flag-o-matic db-use

MY_PN="Linux-PAM"
MY_P="${MY_PN}-${PV}"

HOMEPAGE="https://fedorahosted.org/linux-pam/";
DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
http://www.linux-pam.org/documentation/${MY_P}-docs.tar.bz2";

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax"

RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )
audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] )
nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2
>=sys-devel/flex-2.5.39-r1[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
PDEPEND="sys-auth/pambase
vim-syntax? ( app-vim/pam-syntax )"
RDEPEND="${RDEPEND}
!/dev/null | fgrep -q 
pam_stack.so; then
eerror ""
eerror "Your current setup is using the pam_stack module."
eerror "This module is deprecated and no longer supported, and 
since version"
eerror "0.99 is no longer installed, nor provided by any other 
package."
eerror "The package will be built (to allow binary package 
builds), but will"
eerror "not be installed."
eerror "Please replace pam_stack usage with proper include 
directive usage,"
eerror "following the PAM Upgrade guide at the following URL"
eerror "  
http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml";
eerror ""

retval=1
fi

if sed -e 's:#.*::' "${EROOT}"/etc/pam.d/* 2>/dev/null | egrep -q 
'pam_(pwdb|console)'; then
eerror ""
eerror "Your current setup is using one or more of the 
following modules,"
eerror "that are not built or supported anymore:"
eerror "pam_pwdb, pam_console"
eerror "If you are in real need for these modules, please 
contact the maintainers"
eerror "of PAM through http://bugs.gentoo.org/ providing 
information about its"
eerror "use cases."
eerror "Please also make sure to read the PAM Upgrade guide at 
the following URL:"
eerror "  
http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml";
eerror ""

retval=1
f

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 05:05:04

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.14-r2.ebuild
ChangeLog
  Log:
  Add e2fsprogs[static-libs] dep to older versions since they use it too.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- yaboot-1.3.16.ebuild17 May 2015 04:27:34 -  1.11
+++ yaboot-1.3.16.ebuild17 May 2015 05:05:04 -  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/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.11 
2015/05/17 04:27:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.12 
2015/05/17 05:05:04 vapier Exp $
 
 EAPI="5"
 
@@ -15,7 +15,8 @@
 KEYWORDS="-* ppc -ppc64"
 IUSE="ibm"
 
-DEPEND="sys-apps/powerpc-utils"
+DEPEND="sys-apps/powerpc-utils
+   sys-fs/e2fsprogs[static-libs]"
 RDEPEND="!sys-boot/yaboot-static
!ibm? (
sys-fs/hfsutils



1.12 sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:27:34 -  1.11
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 05:05:04 -  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/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.11 2015/05/17 04:27:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.12 2015/05/17 05:05:04 vapier Exp $
 
 EAPI="5"
 
@@ -15,7 +15,8 @@
 KEYWORDS="-* ppc -ppc64"
 IUSE="ibm"
 
-DEPEND="sys-apps/powerpc-utils"
+DEPEND="sys-apps/powerpc-utils
+   sys-fs/e2fsprogs[static-libs]"
 RDEPEND="!sys-boot/yaboot-static
!ibm? (
sys-fs/hfsutils



1.54 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   17 May 2015 05:02:02 -  1.53
+++ ChangeLog   17 May 2015 05:05:04 -  1.54
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.53 2015/05/17 
05:02:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.54 2015/05/17 
05:05:04 vapier Exp $
+
+  17 May 2015; Mike Frysinger  yaboot-1.3.14-r2.ebuild,
+  yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:
+  Add e2fsprogs[static-libs] dep to older versions since they use it too.
 
   17 May 2015; Mike Frysinger  files/yaboot-stubfuncs.patch,
   yaboot-1.3.17-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.17-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 05:02:02

  Modified: yaboot-1.3.17-r2.ebuild ChangeLog
  Log:
  Add pread/pwrite stubs that newer ext2 libs use #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.9  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:27:34 -  1.8
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 05:02:02 -  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/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.8 2015/05/17 04:27:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.9 2015/05/17 05:02:02 vapier Exp $
 
 EAPI="5"
 
@@ -32,19 +32,16 @@
 
 src_prepare() {
# No need to hardcode this path -- the compiler already knows to use it.
+   # Error only on real errors, for prom printing format compile failure.
sed -i \
-e 's:-I/usr/include::' \
+   -e 's:-Werror:-Wno-error:g' \
Makefile || die
 
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch"
-
-   # Error only on real errors, for prom printing format compile failure
-   sed -i "s:-Werror:-Wno-error:g" Makefile
-
-   # Stub out some functions that are not provided (and unneeded)
epatch "${FILESDIR}/${PN}-stubfuncs.patch"
 
# Fix the devspec path on newer kernels



1.53 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   17 May 2015 04:33:12 -  1.52
+++ ChangeLog   17 May 2015 05:02:02 -  1.53
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.52 2015/05/17 
04:33:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.53 2015/05/17 
05:02:02 vapier Exp $
+
+  17 May 2015; Mike Frysinger  files/yaboot-stubfuncs.patch,
+  yaboot-1.3.17-r2.ebuild:
+  Add pread/pwrite stubs that newer ext2 libs use #527974 by Agostino Sarubbo.
 
   17 May 2015; Mike Frysinger 
   files/yaboot-1.3.17-nopiessp-gcc4.patch, files/yaboot-nopiessp-gcc4.patch:






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot/files: yaboot-stubfuncs.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 05:02:02

  Modified: yaboot-stubfuncs.patch
  Log:
  Add pread/pwrite stubs that newer ext2 libs use #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-boot/yaboot/files/yaboot-stubfuncs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch?r1=1.3&r2=1.4

Index: yaboot-stubfuncs.patch
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/files/yaboot-stubfuncs.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-stubfuncs.patch  20 Jun 2012 13:54:25 -  1.3
+++ yaboot-stubfuncs.patch  17 May 2015 05:02:02 -  1.4
@@ -1,3 +1,5 @@
+Stub out some functions that are not provided (and unneeded)
+
 --- lib/malloc.c
 +++ lib/malloc.c
 @@ -64,6 +64,15 @@ void *malloc (unsigned int size)
@@ -16,32 +18,41 @@
  /* Do not fall back to the malloc above as posix_memalign is needed by
   * external libraries not yaboot */
  int posix_memalign(void **memptr, size_t alignment, size_t size)
 lib/nonstd.c   2012-06-20 09:38:54.0 -0400
-+++ lib/nonstd.c   2012-06-20 09:38:57.0 -0400
-@@ -65,3 +65,178 @@
+--- lib/nonstd.c
 lib/nonstd.c
+@@ -65,3 +65,203 @@
  {
return NULL;
  }
 +
-+// I tried to use prom functions for these...
++int lseek(int fd, int offset, int whence) {
++  // XXX: This whence addition seems wrong ..
++  return prom_lseek((void *)fd, whence + offset);
++}
++
++int lseek64(int fd, int64_t offset, int whence) {
++  return lseek(fd, offset, whence);
++}
++
 +int open(const char *pathname, int flags) {
 +  return (int) prom_open((char *)pathname);
 +}
 +
 +int open64(const char *pathname, int flags) {
-+  return (int) prom_open((char *)pathname);
++  return open(pathname, flags);
 +}
 +
-+int __open64_2 (__const char *__path, int __oflag) {
-+  return (int) prom_open((char *)__path);
++// Internal glibc fortify calls.
++int __open64_2(const char *path, int flags) {
++  return open64(path, flags);
 +}
 +
 +int read(int fd, void *buf, size_t count) {
 +  return prom_read((void *)fd, buf, count);
 +}
 +
-+int write(int fd, void *buf, size_t count) {
-+  return prom_write((void *)fd, buf, count);
++int write(int fd, const void *buf, size_t count) {
++  return prom_write((void *)fd, (void *)buf, count);
 +}
 +
 +int close(int fd) {
@@ -49,6 +60,30 @@
 +  return 0;
 +}
 +
++int pread(int fd, void *buf, size_t count, int32_t offset) {
++  int curr = lseek(fd, 0, 0 /*SEEK_CUR*/);
++  lseek(fd, offset, 0 /*SEEK_SET*/);
++  int ret = read(fd, buf, count);
++  lseek(fd, curr, 0 /*SEEK_SET*/);
++  return ret;
++}
++
++int pread64(int fd, void *buf, int64_t count, int64_t offset) {
++  return pread(fd, buf, count, offset);
++}
++
++int pwrite(int fd, const void *buf, size_t count, int32_t offset) {
++  int curr = lseek(fd, 0, 0 /*SEEK_CUR*/);
++  lseek(fd, offset, 0 /*SEEK_SET*/);
++  int ret = write(fd, buf, count);
++  lseek(fd, curr, 0 /*SEEK_SET*/);
++  return ret;
++}
++
++int pwrite64(int fd, const void *buf, int64_t count, int64_t offset) {
++  return pwrite(fd, buf, count, offset);
++}
++
 +// No fsync, just assume we've sync'd
 +int fsync(int fd) {
 +  return 0;
@@ -159,14 +194,6 @@
 +  return 0;
 +}
 +
-+int lseek(int fd, int offset, int whence) {
-+  return prom_lseek ((void *)fd, whence + offset);
-+}
-+
-+int lseek64(int fd, int offset, int whence) {
-+  return prom_lseek ((void *)fd, whence + offset);
-+}
-+
 +size_t fwrite(const void *ptr, size_t size, size_t nmemb, void *stream) {
 +  return 0;
 +}






[gentoo-commits] gentoo-x86 commit in dev-python/py: py-1.4.27.ebuild ChangeLog py-1.4.13.ebuild

2015-05-16 Thread Ian Delaney (idella4)
idella4 15/05/17 04:41:03

  Modified: py-1.4.27.ebuild ChangeLog
  Removed:  py-1.4.13.ebuild
  Log:
  rm old -1.4.13, add comment re failure of test under pypy
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/py/py-1.4.27.ebuild

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

Index: py-1.4.27.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- py-1.4.27.ebuild15 May 2015 09:17:55 -  1.1
+++ py-1.4.27.ebuild17 May 2015 04:41:03 -  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/py/py-1.4.27.ebuild,v 1.1 
2015/05/15 09:17:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.27.ebuild,v 1.2 
2015/05/17 04:41:03 idella4 Exp $
 
 EAPI="5"
 
@@ -33,6 +33,8 @@
 }
 
 python_test() {
+   # 1 failure, test_comments, under both pypy only.
+   # Also appears the home repo has no issue tracker.
py.test || die "testing failed with ${EPYTHON}"
 }
 



1.194dev-python/py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   15 May 2015 09:17:55 -  1.193
+++ ChangeLog   17 May 2015 04:41:03 -  1.194
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.193 2015/05/15 
09:17:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.194 2015/05/17 
04:41:03 idella4 Exp $
+
+  17 May 2015; Ian Delaney  -py-1.4.13.ebuild,
+  py-1.4.27.ebuild:
+  rm old -1.4.13, add comment re failure of test under pypy
 
 *py-1.4.27 (15 May 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:33:12

  Modified: ChangeLog
  Log:
  Add stub func for newer ssp builds #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.52 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   17 May 2015 04:27:34 -  1.51
+++ ChangeLog   17 May 2015 04:33:12 -  1.52
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.51 2015/05/17 
04:27:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.52 2015/05/17 
04:33:12 vapier Exp $
+
+  17 May 2015; Mike Frysinger 
+  files/yaboot-1.3.17-nopiessp-gcc4.patch, files/yaboot-nopiessp-gcc4.patch:
+  Add stub func for newer ssp builds #527974 by Agostino Sarubbo.
 
   17 May 2015; Mike Frysinger  -files/yaboot-nopiessp.patch,
   yaboot-1.3.14-r2.ebuild, yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot/files: yaboot-nopiessp-gcc4.patch yaboot-1.3.17-nopiessp-gcc4.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:33:12

  Modified: yaboot-nopiessp-gcc4.patch
yaboot-1.3.17-nopiessp-gcc4.patch
  Log:
  Add stub func for newer ssp builds #527974 by Agostino Sarubbo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch

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

Index: yaboot-nopiessp-gcc4.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-nopiessp-gcc4.patch  24 Jun 2010 19:44:02 -  1.1
+++ yaboot-nopiessp-gcc4.patch  17 May 2015 04:33:12 -  1.2
@@ -1,6 +1,10 @@
-diff -Nrup yaboot-1.3.13.orig/Config.gentoo yaboot-1.3.13/Config.gentoo
 yaboot-1.3.13.orig/Config.gentoo   1970-01-01 00:00:00.0 +
-+++ yaboot-1.3.13/Config.gentoo2005-06-12 00:41:14.889576152 +
+disable ssp usage in yaboot itself
+
+unfortunately, since we link against external libs that themselves were built
+with ssp turned on, we have to provide stubs to keep the linking from failing
+
+--- yaboot-1.3.13/Config.gentoo
 yaboot-1.3.13/Config.gentoo
 @@ -0,0 +1,6 @@
 +check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 
2>&1; \
 +  then echo "$(1)"; else echo "$(2)"; fi)
@@ -8,9 +12,8 @@
 +CFLAGS += $(call check_gcc, -fno-stack-protector)
 +CFLAGS += $(call check_gcc, --nopie)
 +
-diff -Nrup yaboot-1.3.13.orig/Makefile yaboot-1.3.13/Makefile
 yaboot-1.3.13.orig/Makefile2004-07-11 20:12:03.0 +
-+++ yaboot-1.3.13/Makefile 2005-06-12 00:41:14.890576000 +
+--- yaboot-1.3.13/Makefile
 yaboot-1.3.13/Makefile
 @@ -1,6 +1,7 @@
  ## Setup
  
@@ -28,15 +31,8 @@
  
  ifeq ($(USE_MD5_PASSWORDS),y)
  OBJS += second/md5.o
-diff -Naur yaboot-1.3.14.orig/lib/ssp.c yaboot-1.3.14/lib/ssp.c
 yaboot-1.3.14.orig/lib/ssp.c   1970-01-01 00:00:00.0 +
-+++ yaboot-1.3.14/lib/ssp.c2010-06-20 18:50:57.0 +
-@@ -0,0 +1,7 @@
-+extern void __stack_chk_fail_local (void) ;
-+
-+void
-+__stack_chk_fail_local (void)
-+{
-+  return;
-+}
-
+--- yaboot-1.3.14/lib/ssp.c
 yaboot-1.3.14/lib/ssp.c
+@@ -0,0 +1,2 @@
++void __stack_chk_fail(void) {}
++void __stack_chk_fail_local(void) {}



1.2  sys-boot/yaboot/files/yaboot-1.3.17-nopiessp-gcc4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-1.3.17-nopiessp-gcc4.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-1.3.17-nopiessp-gcc4.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/files/yaboot-1.3.17-nopiessp-gcc4.patch?r1=1.1&r2=1.2

Index: yaboot-1.3.17-nopiessp-gcc4.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot/files/yaboot-1.3.17-nopiessp-gcc4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-1.3.17-nopiessp-gcc4.patch   24 Feb 2012 15:15:33 -  1.1
+++ yaboot-1.3.17-nopiessp-gcc4.patch   17 May 2015 04:33:12 -  1.2
@@ -1,6 +1,10 @@
-diff -Nrup yaboot-1.3.13.orig/Config.gentoo yaboot-1.3.13/Config.gentoo
 yaboot-1.3.13.orig/Config.gentoo   1970-01-01 00:00:00.0 +
-+++ yaboot-1.3.13/Config.gentoo2005-06-12 00:41:14.889576152 +
+disable ssp usage in yaboot itself
+
+unfortunately, since we link against external libs that themselves were built
+with ssp turned on, we have to provide stubs to keep the linking from failing
+
+--- yaboot-1.3.13/Config.gentoo
 yaboot-1.3.13/Config.gentoo
 @@ -0,0 +1,6 @@
 +check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 
2>&1; \
 +  then echo "$(1)"; else echo "$(2)"; fi)
@@ -8,9 +12,8 @@
 +CFLAGS += $(call check_gcc, -fno-stack-protector)
 +CFLAGS += $(call check_gcc, --nopie)
 +
-diff -Nrup yaboot-1.3.13.orig/Makefile yaboot-1.3.13/Makefile
 yaboot-1.3.13.orig/Makefile2004-07-11 20:12:03.0 +
-+++ yaboot-1.3.13/Makefile 2005-06-12 00:41:14.890576000 +
+--- yaboot-1.3.13/Makefile
 yaboot-1.3.13/Makefile
 @@ -1,6 +1,7 @@
  ## Setup
  
@@ -21,22 +24,15 @@
  # Debug mode (spam/verbose)
 @@ -79,7 +80,7 @@ HOSTCFLAGS = -O2 $(CFLAGS) -Wall -I/usr/
second/fs_of.o second/fs_ext2.o second/fs_iso.o second/fs_swap.o \
-   second/iso_util.o \
- 

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:27:34

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Drop support for ssp found in gcc-3 and older #527974.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yaboot-1.3.16.ebuild17 May 2015 04:25:12 -  1.10
+++ yaboot-1.3.16.ebuild17 May 2015 04:27:34 -  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-boot/yaboot/yaboot-1.3.16.ebuild,v 1.10 
2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.11 
2015/05/17 04:27:34 vapier Exp $
 
 EAPI="5"
 
@@ -38,12 +38,7 @@
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
-   if [[ "$(gcc-major-version)" -eq "3" ]]; then
-   epatch "${FILESDIR}/yaboot-nopiessp.patch"
-   fi
-   if [[ "$(gcc-major-version)" -eq "4" ]]; then
-   epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
-   fi
+   epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
 
# e2fsprogs memalign patch
epatch "${FILESDIR}/${P}-memalign.patch"



1.8  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:25:12 -  1.7
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:27: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/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.7 2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.8 2015/05/17 04:27:34 vapier Exp $
 
 EAPI="5"
 
@@ -39,12 +39,7 @@
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
-   if [[ "$(gcc-major-version)" -eq "3" ]]; then
-   epatch "${FILESDIR}/${PN}-nopiessp.patch"
-   fi
-   if [[ "$(gcc-major-version)" -eq "4" ]]; then
-   epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch"
-   fi
+   epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch"
 
# Error only on real errors, for prom printing format compile failure
sed -i "s:-Werror:-Wno-error:g" Makefile



1.11 sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:25:12 -  1.10
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:27:34 -  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-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.10 2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.11 2015/05/17 04:27:34 vapier Exp $
 
 EAPI="5"
 
@@ -32,12 +32,7 @@
# dual boot

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot/files: yaboot-nopiessp.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:27:34

  Removed:  yaboot-nopiessp.patch
  Log:
  Drop support for ssp found in gcc-3 and older #527974.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)



[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:25:12

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Update to EAPI=5.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.10 sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yaboot-1.3.16.ebuild17 May 2015 04:18:20 -  1.9
+++ yaboot-1.3.16.ebuild17 May 2015 04:25:12 -  1.10
@@ -1,14 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.9 
2015/05/17 04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.10 
2015/05/17 04:25:12 vapier Exp $
+
+EAPI="5"
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="PPC Bootloader"
-SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz";
 HOMEPAGE="http://yaboot.ozlabs.org";
-SLOT="0"
+SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz";
+
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="-* ppc -ppc64"
 IUSE="ibm"
 
@@ -21,10 +24,12 @@
)"
 
 src_unpack() {
-   unpack ${A}
+   default
cd "${S}"
cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
+}
 
+src_prepare() {
# No need to hardcode this path -- the compiler already knows to use it.
sed -i \
-e 's:-I/usr/include::' \
@@ -46,11 +51,11 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
+   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)"
 }
 
 src_install() {
-   sed -i -e 's/\/local//' etc/yaboot.conf
-   make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
-   mv "${D}/etc/yaboot.conf" "${D}/etc/yaboot.conf.sample"
+   sed -i -e 's/\/local//' etc/yaboot.conf || die
+   emake ROOT="${D}" PREFIX=/usr MANDIR=share/man install
+   mv "${ED}"/etc/yaboot.conf{,.sample} || die
 }



1.7  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:18:20 -  1.6
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:25:12 -  1.7
@@ -1,16 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.6 2015/05/17 04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.7 2015/05/17 04:25:12 vapier Exp $
 
-EAPI=2
+EAPI="5"
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="PPC Bootloader"
-SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz";
 HOMEPAGE="http://yaboot.ozlabs.org";
-SLOT="0"
+SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz";
+
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="-* ppc -ppc64"
 IUSE="ibm"
 
@@ -24,7 +25,7 @@
)"
 
 src_unpack() {
-   unpack ${A}
+   default
cd "${S}"
cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
 }
@@ -57,11 +58,11 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
+   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)"
 }
 
 src_install() {
-   sed -i -e 's/\/local//' etc/yaboot.conf
-   make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
-   mv "${D}/etc/yaboot.conf" "${D}/etc/yaboot.conf.sample"
+   sed -i -e 's/\/local//' etc/yaboot.conf || die
+   emake ROOT="${D}" PREFIX=/usr MANDIR=share/man install
+   mv "${ED}"/etc/yaboot.conf{,.sample} || die
 }



1.10 sys-boot/yaboot/yab

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:20:57

  Modified: yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Use `sed -i` like we do in newer versions.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.9  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:18:20 -  1.8
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:20:56 -  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/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.8 2015/05/17 04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.9 2015/05/17 04:20:56 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -42,8 +42,6 @@
 }
 
 src_install() {
-   cp etc/yaboot.conf etc/yaboot.conf.bak
-   sed -e 's/\/local//' etc/yaboot.conf >| etc/yaboot.conf.edit
-   mv -f etc/yaboot.conf.edit etc/yaboot.conf
+   sed -i -e 's/\/local//' etc/yaboot.conf
make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
 }



1.49 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   17 May 2015 04:18:20 -  1.48
+++ ChangeLog   17 May 2015 04:20:56 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.48 2015/05/17 
04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.49 2015/05/17 
04:20:56 vapier Exp $
+
+  17 May 2015; Mike Frysinger  yaboot-1.3.14-r2.ebuild:
+  Use `sed -i` like we do in newer versions.
 
   17 May 2015; Mike Frysinger  yaboot-1.3.14-r2.ebuild,
   yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:18:20

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Block yaboot-static at runtime since it is now keyworded for ppc.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.9  sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yaboot-1.3.16.ebuild17 May 2015 04:16:27 -  1.8
+++ yaboot-1.3.16.ebuild17 May 2015 04:18:20 -  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/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.8 
2015/05/17 04:16:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.9 
2015/05/17 04:18:20 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -13,9 +13,12 @@
 IUSE="ibm"
 
 DEPEND="sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-sys-fs/hfsplusutils
-sys-fs/mac-fdisk )"
+RDEPEND="!sys-boot/yaboot-static
+   !ibm? (
+   sys-fs/hfsutils
+   sys-fs/hfsplusutils
+   sys-fs/mac-fdisk
+   )"
 
 src_unpack() {
unpack ${A}



1.6  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:16:27 -  1.5
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:18:20 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.5 2015/05/17 04:16:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.6 2015/05/17 04:18:20 vapier Exp $
 
 EAPI=2
 
@@ -15,10 +15,13 @@
 IUSE="ibm"
 
 DEPEND="sys-apps/powerpc-utils
-   sys-fs/e2fsprogs[static-libs]"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-sys-fs/hfsplusutils
-sys-fs/mac-fdisk )"
+   sys-fs/e2fsprogs[static-libs]"
+RDEPEND="!sys-boot/yaboot-static
+   !ibm? (
+   sys-fs/hfsutils
+   sys-fs/hfsplusutils
+   sys-fs/mac-fdisk
+   )"
 
 src_unpack() {
unpack ${A}



1.8  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:16:27 -  1.7
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:18:20 -  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/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.7 2015/05/17 04:16:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.8 2015/05/17 04:18:20 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -13,9 +13,12 @@
 IUSE="ibm"
 
 DEPEND="sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-sys-fs/hfsplusutils
-sys-fs/mac-fdisk )"
+RDEPEND="!sys-boot

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:16:27

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Drop hardcoded -I/usr/include which breaks cross-compiles and is not needed 
for native builds.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-1.3.16.ebuild17 May 2015 04:12:42 -  1.7
+++ yaboot-1.3.16.ebuild17 May 2015 04:16: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/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.7 
2015/05/17 04:12:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.8 
2015/05/17 04:16:27 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,6 +22,11 @@
cd "${S}"
cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
 
+   # No need to hardcode this path -- the compiler already knows to use it.
+   sed -i \
+   -e 's:-I/usr/include::' \
+   Makefile || die
+
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"



1.5  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:12:42 -  1.4
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:16:27 -  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/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.4 2015/05/17 04:12:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.5 2015/05/17 04:16:27 vapier Exp $
 
 EAPI=2
 
@@ -27,6 +27,11 @@
 }
 
 src_prepare() {
+   # No need to hardcode this path -- the compiler already knows to use it.
+   sed -i \
+   -e 's:-I/usr/include::' \
+   Makefile || die
+
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"



1.7  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:12:42 -  1.6
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:16:27 -  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-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.6 2015/05/17 04:12:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.7 2015/05/17 04:16:27 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -19,6 +19,12 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+
+   # No need to hardcode this path -- the compiler already knows to use it.
+   sed -i \
+   -e 's:-I/usr/include::' \
+   Makefile || die
+
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FI

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:12:42

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Remove legacy CC setup -- always use tc-getCC.  Also make sure we respect LD.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-1.3.16.ebuild17 May 2015 04:09:05 -  1.6
+++ yaboot-1.3.16.ebuild17 May 2015 04:12:42 -  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-boot/yaboot/yaboot-1.3.16.ebuild,v 1.6 
2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.7 
2015/05/17 04:12:42 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -38,8 +38,7 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-   [ -n "$(tc-getCC)" ] || CC="gcc"
-   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
 }
 
 src_install() {



1.4  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:09:05 -  1.3
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:12:42 -  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-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.3 2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.4 2015/05/17 04:12:42 vapier Exp $
 
 EAPI=2
 
@@ -49,8 +49,7 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-   [ -n "$(tc-getCC)" ] || CC="gcc"
-   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
 }
 
 src_install() {



1.6  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:09:05 -  1.5
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:12:42 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.5 2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.6 2015/05/17 04:12:42 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -19,7 +19,6 @@
 
 src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-   [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
@@ -30,7 +29,7 @@
epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
fi
epatch "${FILESDIR}/sysfs-ofpath.patch"
-   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+   emake PREFIX=/usr MANDIR=share/man CC="$(tc-getC

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild yaboot-1.3.14-r2.ebuild ChangeLog yaboot-1.3.17-r1.ebuild yaboot-1.3.17.ebuild

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 04:09:05

  Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
  Removed:  yaboot-1.3.17-r1.ebuild yaboot-1.3.17.ebuild
  Log:
  Switch `export -n` to `unset`, and also clear CPPFLAGS & LDFLAGS.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  sys-boot/yaboot/yaboot-1.3.16.ebuild

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

Index: yaboot-1.3.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.16.ebuild22 May 2011 07:48:57 -  1.5
+++ yaboot-1.3.16.ebuild17 May 2015 04:09:05 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/yaboot/yaboot-1.3.16.ebuild,v 1.5 
2011/05/22 07:48:57 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.6 
2015/05/17 04:09:05 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -37,8 +37,7 @@
 }
 
 src_compile() {
-   export -n CFLAGS
-   export -n CXXFLAGS
+   unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
[ -n "$(tc-getCC)" ] || CC="gcc"
emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
 }



1.3  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

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

Index: yaboot-1.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-1.3.17-r2.ebuild 20 Jun 2012 13:54:25 -  1.2
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:09:05 -  1.3
@@ -1,6 +1,6 @@
-# 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/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.2 2012/06/20 13:54:25 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.3 2015/05/17 04:09:05 vapier Exp $
 
 EAPI=2
 
@@ -48,8 +48,7 @@
 }
 
 src_compile() {
-   export -n CFLAGS
-   export -n CXXFLAGS
+   unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
[ -n "$(tc-getCC)" ] || CC="gcc"
emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
 }



1.5  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

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

Index: yaboot-1.3.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-1.3.14-r2.ebuild 10 Apr 2011 14:23:30 -  1.4
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:09:05 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.4 2011/04/10 14:23:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.5 2015/05/17 04:09:05 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -18,8 +18,7 @@
 sys-fs/mac-fdisk )"
 
 src_compile() {
-   export -n CFLAGS
-   export -n CXXFLAGS
+   unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
[ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"



1.45 sys-boot/yaboot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static: yaboot-static-1.3.14-r1.ebuild yaboot-static-1.3.17-r1.ebuild yaboot-static-1.3.16-r1.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:59:27

  Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
  Log:
  Update to EAPI=5.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?r1=1.7&r2=1.8

Index: yaboot-static-1.3.14-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:58:17 -  1.7
+++ yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:59:27 -  1.8
@@ -1,17 +1,22 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.7 2015/05/17 03:58:17 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.8 2015/05/17 03:59:27 vapier Exp $
+
+# Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe.
+
+EAPI="5"
 
 inherit eutils
 
 DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
-
 HOMEPAGE="http://yaboot.ozlabs.org/";
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
+
 DEPEND="sys-apps/powerpc-utils"
 RDEPEND="!sys-boot/yaboot
!ibm? (
@@ -20,21 +25,20 @@
sys-fs/mac-fdisk
)"
 
+S=${WORKDIR}
+
 QA_PRESTRIPPED="
/usr/lib/yaboot/yaboot
/usr/lib/yaboot/yaboot.chrp
/usr/lib/yaboot/addnote
 "
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/sysfs-ofpath.patch
 }
 
 src_install() {
# don't blow away the user's old conf file
-   mv "${WORKDIR}/etc/yaboot.conf" 
"${WORKDIR}/etc/yaboot.conf.unconfigured" \
-   || die "mv failed"
-   cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
+   mv "${WORKDIR}"/etc/yaboot.conf{,.sample} || die
+   cp -pPR "${WORKDIR}"/* "${D}" || die
 }



1.7  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

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

Index: yaboot-static-1.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:58:17 -  1.6
+++ yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:59:27 -  1.7
@@ -1,20 +1,22 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.6 2015/05/17 03:58:17 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.7 2015/05/17 03:59:27 vapier Exp $
 
-EAPI=2
+# Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe.
+
+EAPI="5"
 
 inherit eutils
 
 DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
-### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
-
 HOMEPAGE="http://yaboot.ozlabs.org/";
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
+
 DEPEND="sys-apps/powerpc-utils"
 RDEPEND="!sys-boot/yaboot
!ibm? (
@@ -23,6 +25,8 @@
sys-fs/mac-fdisk
)"
 
+S=${WORKDIR}
+
 QA_PRESTRIPPED="
/usr/lib/yaboot/yaboot
/usr/lib/yaboot/yaboot.chrp
@@ -30,10 +34,9 @@
 "
 
 src_prepare() {
-   # Fix the devspec path on newer kernels
epatch "${FILESDIR}/new-ofpath-devspec.patch"
 }
 
 src_install() {
-   cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
+   cp -pPR "${WORKDIR}"/* "${D}" || die
 }



1.6  sys-boot/yaboot-s

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static/files: new-ofpath-devspec.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:59:27

  Modified: new-ofpath-devspec.patch
  Log:
  Update to EAPI=5.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-boot/yaboot-static/files/new-ofpath-devspec.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/files/new-ofpath-devspec.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/files/new-ofpath-devspec.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/files/new-ofpath-devspec.patch?r1=1.1&r2=1.2

Index: new-ofpath-devspec.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/files/new-ofpath-devspec.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- new-ofpath-devspec.patch12 May 2012 03:20:41 -  1.1
+++ new-ofpath-devspec.patch17 May 2015 03:59:27 -  1.2
@@ -1,5 +1,7 @@
 usr/sbin/ofpath.bak2012-05-09 12:24:51.709911981 -0400
-+++ usr/sbin/ofpath2012-05-09 12:32:19.661560544 -0400
+Fix the devspec path on newer kernels
+
+--- usr/sbin/ofpath
 usr/sbin/ofpath
 @@ -85,11 +85,20 @@
  [ "$DEBUG" = 1 ] && echo "Devpath is: $DEVPATH"
  
@@ -16,7 +18,7 @@
 +  ### /dev/sd* on kernel <3.3
 +  CONTROLLER_PATH=$(cat ${DEVPATH}/../../../devspec);
 +elif [ -e "${DEVPATH}/../../../../devspec" ]; then
-+  ### /dev/sd* on kernel 3.3+ 
++  ### /dev/sd* on kernel 3.3+
 +  CONTROLLER_PATH=$(cat ${DEVPATH}/../../../../devspec);
 +else
 +  ### None of the above...






[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static: yaboot-static-1.3.14-r1.ebuild yaboot-static-1.3.17-r1.ebuild yaboot-static-1.3.16-r1.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:58:17

  Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
  Log:
  Add QA_PRESTRIPPED to quiet install warnings.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

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

Index: yaboot-static-1.3.14-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:56:44 -  1.6
+++ yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:58:17 -  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-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.6 2015/05/17 03:56:44 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.7 2015/05/17 03:58:17 vapier Exp $
 
 inherit eutils
 
@@ -20,6 +20,12 @@
sys-fs/mac-fdisk
)"
 
+QA_PRESTRIPPED="
+   /usr/lib/yaboot/yaboot
+   /usr/lib/yaboot/yaboot.chrp
+   /usr/lib/yaboot/addnote
+"
+
 src_unpack() {
unpack ${A}
cd "${S}"



1.6  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

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

Index: yaboot-static-1.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:56:44 -  1.5
+++ yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:58:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.5 2015/05/17 03:56:44 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.6 2015/05/17 03:58:17 vapier Exp $
 
 EAPI=2
 
@@ -23,6 +23,12 @@
sys-fs/mac-fdisk
)"
 
+QA_PRESTRIPPED="
+   /usr/lib/yaboot/yaboot
+   /usr/lib/yaboot/yaboot.chrp
+   /usr/lib/yaboot/addnote
+"
+
 src_prepare() {
# Fix the devspec path on newer kernels
epatch "${FILESDIR}/new-ofpath-devspec.patch"



1.5  sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild?r1=1.4&r2=1.5

Index: yaboot-static-1.3.16-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:56:44 -  1.4
+++ yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:58:17 -  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/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.4 2015/05/17 03:56:44 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.5 2015/05/17 03:58:17 vapier Exp $
 
 inherit eutils
 
@@ -21,6 +21,12 @@
sys-fs/mac-fdisk
)"
 
+QA_PRESTRIPPED="
+   /usr/lib/yaboot/yaboot
+   /usr/lib/yaboot/yaboot.chrp
+   /usr/lib/yaboot/addnote
+"

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static: yaboot-static-1.3.14-r1.ebuild yaboot-static-1.3.17-r1.ebuild yaboot-static-1.3.16-r1.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:56:44

  Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
  Log:
  Move yaboot blocker to RDEPEND -- you can build these at the same time, just 
not install them both.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

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

Index: yaboot-static-1.3.14-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:55:10 -  1.5
+++ yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:56:44 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.5 2015/05/17 03:55:10 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.6 2015/05/17 03:56:44 vapier Exp $
 
 inherit eutils
 
@@ -12,11 +12,13 @@
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
-DEPEND="!sys-boot/yaboot
-   sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-sys-fs/hfsplusutils
-sys-fs/mac-fdisk )"
+DEPEND="sys-apps/powerpc-utils"
+RDEPEND="!sys-boot/yaboot
+   !ibm? (
+   sys-fs/hfsutils
+   sys-fs/hfsplusutils
+   sys-fs/mac-fdisk
+   )"
 
 src_unpack() {
unpack ${A}



1.5  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild?r1=1.4&r2=1.5

Index: yaboot-static-1.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:55:10 -  1.4
+++ yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:56:44 -  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/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.4 2015/05/17 03:55:10 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.5 2015/05/17 03:56:44 vapier Exp $
 
 EAPI=2
 
@@ -15,11 +15,13 @@
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
-DEPEND="!sys-boot/yaboot
-   sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-sys-fs/hfsplusutils
-sys-fs/mac-fdisk )"
+DEPEND="sys-apps/powerpc-utils"
+RDEPEND="!sys-boot/yaboot
+   !ibm? (
+   sys-fs/hfsutils
+   sys-fs/hfsplusutils
+   sys-fs/mac-fdisk
+   )"
 
 src_prepare() {
# Fix the devspec path on newer kernels



1.4  sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild

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

Index: yaboot-static-1.3.16-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:55:10 -  1.3
+++ yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:56:44 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation

[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static: yaboot-static-1.3.14-r1.ebuild yaboot-static-1.3.17-r1.ebuild yaboot-static-1.3.16-r1.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:55:10

  Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
  Log:
  Allow install on ppc systems too for testing purposes.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?r1=1.4&r2=1.5

Index: yaboot-static-1.3.14-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:42:57 -  1.4
+++ yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:55: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/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.4 2015/05/17 03:42:57 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.5 2015/05/17 03:55:10 vapier Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ppc64"
+KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
 DEPEND="!sys-boot/yaboot
sys-apps/powerpc-utils"



1.4  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

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

Index: yaboot-static-1.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:42:57 -  1.3
+++ yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:55:10 -  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-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.3 2015/05/17 03:42:57 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.4 2015/05/17 03:55:10 vapier Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ppc64"
+KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
 DEPEND="!sys-boot/yaboot
sys-apps/powerpc-utils"



1.3  sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild

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

Index: yaboot-static-1.3.16-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:42:57 -  1.2
+++ yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:55:10 -  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-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.2 2015/05/17 03:42:57 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.3 2015/05/17 03:55:10 vapier Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~ppc64"
+KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
 DEPEND="!sys-boot/yaboot
sys-apps/powerpc-utils"



1.31 sys-boot/yaboot-static/ChangeLog


[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: e3c34af712148f9ef5908be8d58455425b399e28
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 03:54:16 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 03:54:16 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=e3c34af7

config.py: Suppresses warning message for lack of -d flag for --query

 WebappConfig/config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index ab19ee3..cb9d552 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -1013,7 +1013,8 @@ class Config:
 pvr += argsvr[i]
 self.config.set('USER', 'pvr', pvr)
 
-if not options['dir'] and self.work != 'list_installs':
+if (not options['dir'] and
+self.work not in ('list_installs', 'query')):
 pn  = self.config.get('USER', 'pn')
 msg = 'Install dir flag not supplied, defaulting to '\
   '"%(pn)s".' % {'pn': pn}



[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: 06ee9ed48c9c25544eb0776c5f9797c0abbb898f
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 03:44:03 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 03:44:03 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=06ee9ed4

db.py: Reverts OUT.info() call to print() in listinstalls()

 WebappConfig/db.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WebappConfig/db.py b/WebappConfig/db.py
index 06d9e04..0fbd34a 100644
--- a/WebappConfig/db.py
+++ b/WebappConfig/db.py
@@ -403,7 +403,7 @@ class WebappDB(AppHierarchy):
 OUT.info('  ' + i[3].strip(), 1)
 else:
 # This is a simplified form for the webapp.eclass
-OUT.info(i[3].strip(), 1)
+print(i[3].strip())
 
 # 
 # Handler for /usr/share/webapps



[gentoo-commits] gentoo-x86 commit in sys-boot/yaboot-static: yaboot-static-1.3.14-r1.ebuild yaboot-static-1.3.17-r1.ebuild yaboot-static-1.3.16-r1.ebuild ChangeLog yaboot-static-1.3.17.ebuild

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:42:57

  Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
  Removed:  yaboot-static-1.3.17.ebuild
  Log:
  Update HOMEPAGE #472078 by Jonas Stein.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

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

Index: yaboot-static-1.3.14-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-static-1.3.14-r1.ebuild  10 Apr 2011 14:24:22 -  1.3
+++ yaboot-static-1.3.14-r1.ebuild  17 May 2015 03:42:57 -  1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 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/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.3 2011/04/10 14:24:22 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.4 2015/05/17 03:42:57 vapier Exp $
 
 inherit eutils
 
 DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
 
-HOMEPAGE="http://penguinppc.org/projects/yaboot/";
+HOMEPAGE="http://yaboot.ozlabs.org/";
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
 LICENSE="GPL-2"
 SLOT="0"



1.3  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

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

Index: yaboot-static-1.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-static-1.3.17-r1.ebuild  20 Jun 2012 13:56:16 -  1.2
+++ yaboot-static-1.3.17-r1.ebuild  17 May 2015 03:42:57 -  1.3
@@ -1,6 +1,6 @@
-# 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/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.2 2012/06/20 13:56:16 josejx Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.3 2015/05/17 03:42:57 vapier Exp $
 
 EAPI=2
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
 ### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
 
-HOMEPAGE="http://penguinppc.org/projects/yaboot/";
+HOMEPAGE="http://yaboot.ozlabs.org/";
 SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
 LICENSE="GPL-2"
 SLOT="0"



1.2  sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild

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

Index: yaboot-static-1.3.16-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-static-1.3.16-r1.ebuild  24 Feb 2012 15:18:55 -  1.1
+++ yaboot-static-1.3.16-r1.ebuild  17 May 2015 03:42:57 -  1.2
@@ -1,13 +1,13 @@
-# 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/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.1 2012/02/24 15:18:55 josejx Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.2 2015/05/17 03:42:57 vap

[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: 0c5f5843bcbe77cabd14ccc4efb745a4fb1639ed
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 03:19:16 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 03:19:18 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=0c5f5843

config.py: Readds the "dir" key to the option_to_config term

 WebappConfig/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 8d6a0ae..ab19ee3 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -892,6 +892,7 @@ class Config:
 
 # Map command line options into the configuration
 option_to_config = {'host' : 'vhost_hostname',
+'dir'  : 'g_installdir',
 'server'   : 'vhost_server',
 'secure'   : 'g_secure',
 'user' : 'vhost_config_uid',



[gentoo-commits] gentoo-x86 commit in sys-libs/pam: ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:18:38

  Modified: ChangeLog
  Log:
  add urls to gentoo reports
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.350sys-libs/pam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.350&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.350&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.349&r2=1.350

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog   17 May 2015 03:17:27 -  1.349
+++ ChangeLog   17 May 2015 03:18:38 -  1.350
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.349 2015/05/17 
03:17:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.350 2015/05/17 
03:18:38 vapier Exp $
+
+  17 May 2015; Mike Frysinger 
+  files/pam-1.1.8-CVE-2013-7041.patch, files/pam-1.1.8-CVE-2014-2583.patch:
+  add urls to gentoo reports
 
 *pam-1.1.8-r3 (17 May 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/pam/files: pam-1.1.8-CVE-2014-2583.patch pam-1.1.8-CVE-2013-7041.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:18:38

  Modified: pam-1.1.8-CVE-2014-2583.patch
pam-1.1.8-CVE-2013-7041.patch
  Log:
  add urls to gentoo reports
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch?r1=1.1&r2=1.2

Index: pam-1.1.8-CVE-2014-2583.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam-1.1.8-CVE-2014-2583.patch   17 May 2015 03:17:27 -  1.1
+++ pam-1.1.8-CVE-2014-2583.patch   17 May 2015 03:18:38 -  1.2
@@ -1,3 +1,5 @@
+https://bugs.gentoo.org/505604
+
 From 9dcead87e6d7f66d34e7a56d11a30daca367dffb Mon Sep 17 00:00:00 2001
 From: "Dmitry V. Levin" 
 Date: Wed, 26 Mar 2014 22:17:23 +



1.2  sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch?r1=1.1&r2=1.2

Index: pam-1.1.8-CVE-2013-7041.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam-1.1.8-CVE-2013-7041.patch   17 May 2015 03:17:27 -  1.1
+++ pam-1.1.8-CVE-2013-7041.patch   17 May 2015 03:18:38 -  1.2
@@ -1,3 +1,5 @@
+https://bugs.gentoo.org/493432
+
 From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
 From: "Dmitry V. Levin" 
 Date: Fri, 24 Jan 2014 22:18:32 +






[gentoo-commits] gentoo-x86 commit in sys-libs/pam/files: pam-1.1.8-CVE-2014-2583.patch pam-1.1.8-CVE-2013-7041.patch

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:17:27

  Added:pam-1.1.8-CVE-2014-2583.patch
pam-1.1.8-CVE-2013-7041.patch
  Log:
  Respect USE=pie #459784 by Agostino Sarubbo.  Change ISA dir to "." #464016 
by Michał Górny.  Fix from upstream for password case checks #493432 by 
Agostino Sarubbo.  Fix from upstream for timestamp handling #505604 by Agostino 
Sarubbo.  Install docs to the right path #52 by Chris Mayo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2014-2583.patch?rev=1.1&content-type=text/plain

Index: pam-1.1.8-CVE-2014-2583.patch
===
>From 9dcead87e6d7f66d34e7a56d11a30daca367dffb Mon Sep 17 00:00:00 2001
From: "Dmitry V. Levin" 
Date: Wed, 26 Mar 2014 22:17:23 +
Subject: [PATCH] pam_timestamp: fix potential directory traversal issue
 (ticket #27)

pam_timestamp uses values of PAM_RUSER and PAM_TTY as components of
the timestamp pathname it creates, so extra care should be taken to
avoid potential directory traversal issues.

* modules/pam_timestamp/pam_timestamp.c (check_tty): Treat
"." and ".." tty values as invalid.
(get_ruser): Treat "." and ".." ruser values, as well as any ruser
value containing '/', as invalid.

Fixes CVE-2014-2583.

Reported-by: Sebastian Krahmer 
---
 modules/pam_timestamp/pam_timestamp.c | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/modules/pam_timestamp/pam_timestamp.c 
b/modules/pam_timestamp/pam_timestamp.c
index 5193733..b3f08b1 100644
--- a/modules/pam_timestamp/pam_timestamp.c
+++ b/modules/pam_timestamp/pam_timestamp.c
@@ -158,7 +158,7 @@ check_tty(const char *tty)
tty = strrchr(tty, '/') + 1;
}
/* Make sure the tty wasn't actually a directory (no basename). */
-   if (strlen(tty) == 0) {
+   if (!strlen(tty) || !strcmp(tty, ".") || !strcmp(tty, "..")) {
return NULL;
}
return tty;
@@ -243,6 +243,17 @@ get_ruser(pam_handle_t *pamh, char *ruserbuf, size_t 
ruserbuflen)
if (pwd != NULL) {
ruser = pwd->pw_name;
}
+   } else {
+   /*
+* This ruser is used by format_timestamp_name as a component
+* of constructed timestamp pathname, so ".", "..", and '/'
+* are disallowed to avoid potential path traversal issues.
+*/
+   if (!strcmp(ruser, ".") ||
+   !strcmp(ruser, "..") ||
+   strchr(ruser, '/')) {
+   ruser = NULL;
+   }
}
if (ruser == NULL || strlen(ruser) >= ruserbuflen) {
*ruserbuf = '\0';
-- 
2.4.0




1.1  sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/pam-1.1.8-CVE-2013-7041.patch?rev=1.1&content-type=text/plain

Index: pam-1.1.8-CVE-2013-7041.patch
===
>From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
From: "Dmitry V. Levin" 
Date: Fri, 24 Jan 2014 22:18:32 +
Subject: [PATCH] pam_userdb: fix password hash comparison

Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed
passwords support in pam_userdb, hashes are compared case-insensitively.
This bug leads to accepting hashes for completely different passwords in
addition to those that should be accepted.

Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for
modern password hashes with different lengths and settings, did not
update the hash comparison accordingly, which leads to accepting
computed hashes longer than stored hashes when the latter is a prefix
of the former.

* modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed
hash whose length differs from the stored hash length.
Compare computed and stored hashes case-sensitively.
Fixes CVE-2013-7041.

Bug-Debian: http://bugs.debian.org/731368
---
 modules/pam_userdb/pam_userdb.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/modules/pam_userdb/pam_userdb.c b/modules/pam_userdb/pam_userdb.c
index de8b5b1..ff040e6 100644
--- a/modules/pam_userdb/pam_userdb.c
+++ b/modules/pam_userdb/pam_userdb.c
@@ -222,12 +222,15 @@ user_lookup (pam_handle_t *pamh, const char *database, 
const char *cryptmode,
  } else {
cryptpw = crypt (pass, data.dptr);
 
-   if (cryptpw) {

[gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.8-r3.ebuild ChangeLog

2015-05-16 Thread Mike Frysinger (vapier)
vapier  15/05/17 03:17:27

  Modified: ChangeLog
  Added:pam-1.1.8-r3.ebuild
  Log:
  Respect USE=pie #459784 by Agostino Sarubbo.  Change ISA dir to "." #464016 
by Michał Górny.  Fix from upstream for password case checks #493432 by 
Agostino Sarubbo.  Fix from upstream for timestamp handling #505604 by Agostino 
Sarubbo.  Install docs to the right path #52 by Chris Mayo.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.349sys-libs/pam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.349&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.349&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.348&r2=1.349

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog   27 Oct 2014 01:43:30 -  1.348
+++ ChangeLog   17 May 2015 03:17:27 -  1.349
@@ -1,6 +1,16 @@
 # ChangeLog for sys-libs/pam
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.348 2014/10/27 
01:43:30 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.349 2015/05/17 
03:17:27 vapier Exp $
+
+*pam-1.1.8-r3 (17 May 2015)
+
+  17 May 2015; Mike Frysinger 
+  +files/pam-1.1.8-CVE-2013-7041.patch, +files/pam-1.1.8-CVE-2014-2583.patch,
+  +pam-1.1.8-r3.ebuild:
+  Respect USE=pie #459784 by Agostino Sarubbo.  Change ISA dir to "." #464016 
by
+  Michał Górny.  Fix from upstream for password case checks #493432 by Agostino
+  Sarubbo.  Fix from upstream for timestamp handling #505604 by Agostino
+  Sarubbo.  Install docs to the right path #52 by Chris Mayo.
 
   27 Oct 2014; Mike Frysinger  pam-1.1.8-r2.ebuild:
   Mark arm64/m68k/s390/sh stable.



1.1  sys-libs/pam/pam-1.1.8-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r3.ebuild?rev=1.1&content-type=text/plain

Index: pam-1.1.8-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r3.ebuild,v 1.1 
2015/05/17 03:17:27 vapier Exp $

EAPI=5

inherit libtool multilib multilib-minimal eutils pam toolchain-funcs 
flag-o-matic db-use

MY_PN="Linux-PAM"
MY_P="${MY_PN}-${PV}"

HOMEPAGE="https://fedorahosted.org/linux-pam/";
DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
http://www.linux-pam.org/documentation/${MY_P}-docs.tar.bz2";

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax"

RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )
audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] )
nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2
>=sys-devel/flex-2.5.39-r1[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
PDEPEND="sys-auth/pambase
vim-syntax? ( app-vim/pam-syntax )"
RDEPEND="${RDEPEND}
!/dev/null | fgrep -q 
pam_stack.so; then
eerror ""
eerror "Your current setup is using the pam_stack module."
eerror "This module is deprecated and no longer supported, and 
since version"
eerror "0.99 is no longer installed, nor provided by any other 
package."
eerror "The package will be built (to allow binary package 
builds), but will"
eerror "not be installed."
eerror "Please replace pam_stack usage with proper include 
directive usage,"
eerror "following the PAM Upgrade guide at the following URL"
eerror "  
http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml";
eerror ""

retval=1
fi

if sed -e 's:#.*::' "${EROOT}"/etc/pam.d/* 2>/dev/null | egrep -q 
'pam_(pwdb|console)'; then
eerror ""
 

[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: 2fd12eb88ac1066ba296fff6b91c1a685ad41b8a
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 02:51:31 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 02:51:31 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=2fd12eb8

config.py: Message clean ups

 WebappConfig/config.py | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 37c2982..8d6a0ae 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -1001,7 +1001,8 @@ class Config:
 if len(args) > 1:
 argsvr = args[1].split('.')
 if len(argsvr) == 1:
-OUT.die('Invalid package version: %(pvr)s' % {'pvr': 
args[1]})
+OUT.die('Invalid package version: %(pvr)s'
+% {'pvr': args[1]})
 
 pvr = ''
 for i in range(0, len(argsvr)):
@@ -1384,17 +1385,15 @@ class Config:
 # upgrade
 
 # okay - what do we have?
-
-OUT.info('Removing '
- + old['WEB_CATEGORY'] + '/'
- + old['WEB_PN'] + '-'
- + old['WEB_PVR'] + ' from '
- + self.installdir() + '\n'
- + '  Installed by '
- + old['WEB_INSTALLEDBY'] + ' on '
- + old['WEB_INSTALLEDDATE'] + '\n'
- +'  Config files owned by '
- + old['WEB_INSTALLEDFOR'], 1)
+msg = 'Removing '
+if old['WEB_CATEGORY']:
+msg += old['WEB_CATEGORY'] + '/'
+msg += old['WEB_PN'] + '-' + old['WEB_PVR'] + ' from '\
+   + self.installdir() + '\n  Installed by '\
+   + old['WEB_INSTALLEDBY'] + ' on ' + 
old['WEB_INSTALLEDDATE']\
+   + '\n  Config files owned by ' + old['WEB_INSTALLEDFOR']
+
+OUT.info(msg, 1)
 
 content = self.create_content(old['WEB_CATEGORY'], old['WEB_PN'], 
old['WEB_PVR'])
 content.read()



[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: 057acc70d1b05474cf0569d35bb8c68ec250add0
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 02:40:12 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 02:40:16 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=057acc70

config.py: Allows for -lui to not have any arguments passed

Other command line flags such as -I, -C, or -U will always expect
2 command line args. If they are not properly supplied then that
is handled by argparse. This commit allows for the -lui flag that
can have 0 up to 2 optional flags passed to have that 0 flags passed.

 WebappConfig/config.py | 84 ++
 1 file changed, 43 insertions(+), 41 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index c9c0baf..37c2982 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -976,47 +976,49 @@ class Config:
  'show_postinst', 'show_postupgrade', 'upgrade']:
 # get cat / pn
 args = options[self.work]
-m= args[0].split('/')
-
-if self.work == 'list_installs' and len(args) > 2:
-msg = os.path.basename(sys.argv[0]) + ': error: argument -li/'\
-  '--list-installs: expected up to 2 arguments'
-
-self.parser.print_usage()
-print(msg)
-sys.exit()
-
-if len(m) == 1:
-if '*' not in m:
-self.config.set('USER', 'pn',  m[0])
-elif len(m) == 2:
-self.config.set('USER', 'cat', m[0])
-if '*' not in m:
-self.config.set('USER', 'pn',  m[1])
-else:
-OUT.die('Invalid package name')
-
-if len(args) > 1:
-argsvr = args[1].split('.')
-if len(argsvr) == 1:
-OUT.die('Invalid package version: %(pvr)s' % {'pvr': 
args[1]})
-
-pvr = ''
-for i in range(0, len(argsvr)):
-if not i == len(argsvr) - 1:
-pvr += argsvr[i] + '.'
-else:
-pvr += argsvr[i]
-self.config.set('USER', 'pvr', pvr)
-
-if not options['dir'] and self.work != 'list_installs':
-pn  = self.config.get('USER', 'pn')
-msg = 'Install dir flag not supplied, defaulting to '\
-  '"%(pn)s".' % {'pn': pn}
-
-OUT.warn(msg)
-self.config.set('USER', 'g_installdir', pn)
-self.flag_dir = True
+
+if len(args):
+m= args[0].split('/')
+
+if self.work == 'list_installs' and len(args) > 2:
+msg = os.path.basename(sys.argv[0]) + ': error: argument '\
+  '-li/--list-installs: expected up to 2 arguments'
+
+self.parser.print_usage()
+print(msg)
+sys.exit()
+
+if len(m) == 1:
+if '*' not in m:
+self.config.set('USER', 'pn',  m[0])
+elif len(m) == 2:
+self.config.set('USER', 'cat', m[0])
+if '*' not in m:
+self.config.set('USER', 'pn',  m[1])
+else:
+OUT.die('Invalid package name')
+
+if len(args) > 1:
+argsvr = args[1].split('.')
+if len(argsvr) == 1:
+OUT.die('Invalid package version: %(pvr)s' % {'pvr': 
args[1]})
+
+pvr = ''
+for i in range(0, len(argsvr)):
+if not i == len(argsvr) - 1:
+pvr += argsvr[i] + '.'
+else:
+pvr += argsvr[i]
+self.config.set('USER', 'pvr', pvr)
+
+if not options['dir'] and self.work != 'list_installs':
+pn  = self.config.get('USER', 'pn')
+msg = 'Install dir flag not supplied, defaulting to '\
+  '"%(pn)s".' % {'pn': pn}
+
+OUT.warn(msg)
+self.config.set('USER', 'g_installdir', pn)
+self.flag_dir = True
 
 
 # 



[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: bfbfdd01c9d143015c5f08fb29410d980f498594
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 02:26:44 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 02:26:47 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=bfbfdd01

config.py: Adds optionality to --dir flag

If the --dir flag is not specified with actions that require
the dir flag then webapp-config will default to the name of the
package as the installation directory.

 WebappConfig/config.py | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 06dfc4c..c9c0baf 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -429,8 +429,9 @@ class Config:
'--dir',
nargs = 1,
help = 'Install  into DIR under 
the'
-   ' htdocs dir. The default is '
-   + self.config.get('USER', 'g_installdir'))
+   ' htdocs dir. Not specifying using this flag'
+   ' will result in defaulting to the package '
+   ' name.')
 
 inst_locs.add_argument('-h',
'--host',
@@ -891,7 +892,6 @@ class Config:
 
 # Map command line options into the configuration
 option_to_config = {'host' : 'vhost_hostname',
-'dir'  : 'g_installdir',
 'server'   : 'vhost_server',
 'secure'   : 'g_secure',
 'user' : 'vhost_config_uid',
@@ -1009,6 +1009,15 @@ class Config:
 pvr += argsvr[i]
 self.config.set('USER', 'pvr', pvr)
 
+if not options['dir'] and self.work != 'list_installs':
+pn  = self.config.get('USER', 'pn')
+msg = 'Install dir flag not supplied, defaulting to '\
+  '"%(pn)s".' % {'pn': pn}
+
+OUT.warn(msg)
+self.config.set('USER', 'g_installdir', pn)
+self.flag_dir = True
+
 
 # 
 # Helper functions



[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc32: package.mask use.mask

2015-05-16 Thread Ben de Groot (yngwin)
yngwin  15/05/17 02:22:39

  Modified: use.mask
  Added:package.mask
  Log:
  Fix Qt5 mask for ppc

Revision  ChangesPath
1.13 profiles/arch/powerpc/ppc32/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?r1=1.12&r2=1.13

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- use.mask27 Jun 2014 22:17:30 -  1.12
+++ use.mask17 May 2015 02:22:39 -  1.13
@@ -1,6 +1,10 @@
 # Unmask the flag which corresponds to ARCH.
 -ppc
 
+# Ben de Groot  (01 Feb 2015)
+# please remove when keyworded
+qt5
+
 # Michał Górny  (27 Jun 2014)
 # Unmask multilib flag for the ABI.
 -abi_ppc_32



1.6  profiles/arch/powerpc/ppc32/package.mask

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







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

2015-05-16 Thread Ben de Groot (yngwin)
yngwin  15/05/17 02:22:39

  Modified: ChangeLog
  Log:
  Fix Qt5 mask for ppc

Revision  ChangesPath
1.1  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.
retrieving revision 1.1
diff -u -r1. -r1.1
--- ChangeLog   15 May 2015 12:12:54 -  1.
+++ ChangeLog   17 May 2015 02:22:39 -  1.1
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1. 2015/05/15 
12:12:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1 2015/05/17 
02:22:39 yngwin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  17 May 2015; Ben de Groot 
+  +arch/powerpc/ppc32/package.mask, arch/powerpc/ppc32/use.mask:
+  Fix Qt5 mask for ppc
+
   15 May 2015; Pacho Ramos  arch/powerpc/use.stable.mask:
   Update use.stable.mask
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-4.8.6-r2.ebuild ChangeLog qtcore-5.4.1.ebuild

2015-05-16 Thread Patrick Lauer (patrick)
patrick 15/05/17 01:49:50

  Modified: qtcore-4.8.6-r2.ebuild ChangeLog
qtcore-5.4.1.ebuild
  Log:
  Remove conditional keywording badness
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-qt/qtcore/qtcore-4.8.6-r2.ebuild

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

Index: qtcore-4.8.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtcore-4.8.6-r2.ebuild  16 May 2015 11:27:08 -  1.6
+++ qtcore-4.8.6-r2.ebuild  17 May 2015 01:49:50 -  1.7
@@ -1,19 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.6 
2015/05/16 11:27:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.7 
2015/05/17 01:49:50 patrick Exp $
 
 EAPI=5
 
 inherit qt4-build-multilib
 
 DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT4_BUILD_TYPE} == live ]]; then
-   KEYWORDS="hppa ppc ppc64"
-else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-fi
-
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="+glib iconv icu qt3support ssl"
 
 DEPEND="



1.78 dev-qt/qtcore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   16 May 2015 11:27:08 -  1.77
+++ ChangeLog   17 May 2015 01:49:50 -  1.78
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtcore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.77 2015/05/16 
11:27:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.78 2015/05/17 
01:49:50 patrick Exp $
+
+  17 May 2015; Patrick Lauer  qtcore-4.8.6-r2.ebuild,
+  qtcore-5.4.1.ebuild:
+  Remove conditional keywording badness
 
   16 May 2015; Pacho Ramos  qtcore-4.8.6-r2.ebuild:
   ppc stable wrt bug #530238



1.5  dev-qt/qtcore/qtcore-5.4.1.ebuild

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

Index: qtcore-5.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtcore-5.4.1.ebuild 16 May 2015 10:12:57 -  1.4
+++ qtcore-5.4.1.ebuild 17 May 2015 01:49:50 -  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-qt/qtcore/qtcore-5.4.1.ebuild,v 1.4 
2015/05/16 10:12:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild,v 1.5 
2015/05/17 01:49:50 patrick Exp $
 
 EAPI=5
 
@@ -9,13 +9,7 @@
 inherit qt5-build
 
 DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == live ]]; then
-   KEYWORDS="~ppc64"
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 IUSE="icu systemd"
 
 DEPEND="






[gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/

2015-05-16 Thread Devan Franchini
commit: 169d2a845e27f960db82b5cfff9b59710c2975db
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May 17 00:38:26 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May 17 00:38:26 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=169d2a84

config.py: Removes unnecessary .keys() call for option_to_config dict

 WebappConfig/config.py | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 2c14baa..06dfc4c 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -904,15 +904,15 @@ class Config:
 'verbose'  : 'g_verbose',
 'bug_report'   : 'g_bugreport'}
 
-for i in list(option_to_config.keys()):
-if i in options and options[i]:
+for key in option_to_config:
+if key in options and options[key]:
 # If it's a list, we're expecting only one value in the list.
-if isinstance(options[i], list):
-self.config.set('USER', option_to_config[i],
-str(options[i][0]))
+if isinstance(options[key], list):
+self.config.set('USER', option_to_config[key],
+str(options[key][0]))
 else:
-self.config.set('USER', option_to_config[i],
-str(options[i]))
+self.config.set('USER', option_to_config[key],
+str(options[key]))
 
 # handle verbosity
 if ('pretend' in options



[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins: metadata.xml ChangeLog

2015-05-16 Thread Patrick Lauer (patrick)
patrick 15/05/17 00:29:26

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag description from metadata.xml
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 net-analyzer/nagios-plugins/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/metadata.xml?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/metadata.xml?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/metadata.xml?r1=1.11&r2=1.12

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml22 Nov 2014 21:19:19 -  1.11
+++ metadata.xml17 May 2015 00:29:26 -  1.12
@@ -44,10 +44,6 @@
   compatible UPS units. Disabling the flag does not remove any
   plugin file.
 
-
-  Install the script for sending IM notifications over Jabber with
-  Nagios.
-
 
   Install dev-perl/Net-SNMP required for monitoring
   SNMP values. Disabling the flag does not remove any plugin file.



1.174net-analyzer/nagios-plugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   16 May 2015 10:36:02 -  1.173
+++ ChangeLog   17 May 2015 00:29:26 -  1.174
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagios-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 
1.173 2015/05/16 10:36:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 
1.174 2015/05/17 00:29:26 patrick Exp $
+
+  17 May 2015; Patrick Lauer  metadata.xml:
+  Remove unneeded useflag description from metadata.xml
 
   16 May 2015; Pacho Ramos  nagios-plugins-1.4.16-r2.ebuild,
   nagios-plugins-1.4.16-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in net-irc/weechat: metadata.xml ChangeLog

2015-05-16 Thread Patrick Lauer (patrick)
patrick 15/05/17 00:21:10

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag description from metadata.xml
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 net-irc/weechat/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/metadata.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/metadata.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/metadata.xml?r1=1.9&r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml29 Nov 2014 00:16:40 -  1.9
+++ metadata.xml17 May 2015 00:21:10 -  1.10
@@ -15,7 +15,6 @@
Enable FIFO support (sh pipes).
Enable support for logging.
Enable relay plugin (experimental)
-   Enable rmodifier plugin.
Build infrastructure for scripting.
Enable trigger plugin.
Enable xfer plugin support.



1.159net-irc/weechat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   16 May 2015 19:19:32 -  1.158
+++ ChangeLog   17 May 2015 00:21:10 -  1.159
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.158 
2015/05/16 19:19:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.159 
2015/05/17 00:21:10 patrick Exp $
+
+  17 May 2015; Patrick Lauer  metadata.xml:
+  Remove unneeded useflag description from metadata.xml
 
   16 May 2015; Tim Harder  -weechat-0.4.3-r1.ebuild,
   -weechat-1.0.1.ebuild, -weechat-1.1.ebuild, weechat-.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: ChangeLog

2015-05-16 Thread Matt Thode (prometheanfire)
prometheanfire15/05/16 23:58:10

  Modified: ChangeLog
  Log:
  adding missing udev rules file
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.97 sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   16 May 2015 21:51:48 -  1.96
+++ ChangeLog   16 May 2015 23:58:10 -  1.97
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.96 
2015/05/16 21:51:48 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.97 
2015/05/16 23:58:10 prometheanfire Exp $
+
+  16 May 2015; Matthew Thode 
+  +files/openstack-scsi-disk.rules:
+  adding missing udev rules file
 
   16 May 2015; Matthew Thode 
   +files/scsi-openscsi-link.sh, nova-2015.1.0-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: openstack-scsi-disk.rules

2015-05-16 Thread Matt Thode (prometheanfire)
prometheanfire15/05/16 23:58:10

  Added:openstack-scsi-disk.rules
  Log:
  adding missing udev rules file
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-cluster/nova/files/openstack-scsi-disk.rules

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/openstack-scsi-disk.rules?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/openstack-scsi-disk.rules?rev=1.1&content-type=text/plain

Index: openstack-scsi-disk.rules
===
KERNEL=="sd*", SUBSYSTEM=="block", ENV{ID_BUS}=="scsi", 
PROGRAM="/etc/nova/scsi-openscsi-link.sh %b $id", SYMLINK+="disk/by-path/%c"







[gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-6.9.0.ebuild ChangeLog

2015-05-16 Thread William Hubbs (williamh)
williamh15/05/16 23:23:32

  Modified: ChangeLog
  Added:dhcpcd-6.9.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.456net-misc/dhcpcd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- ChangeLog   5 May 2015 13:20:12 -   1.455
+++ ChangeLog   16 May 2015 23:23:32 -  1.456
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/dhcpcd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.455 
2015/05/05 13:20:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.456 
2015/05/16 23:23:32 williamh Exp $
+
+*dhcpcd-6.9.0 (16 May 2015)
+
+  16 May 2015; William Hubbs  +dhcpcd-6.9.0.ebuild:
+  version bump
 
 *dhcpcd-6.8.2 (05 May 2015)
 



1.1  net-misc/dhcpcd/dhcpcd-6.9.0.ebuild

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

Index: dhcpcd-6.9.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.9.0.ebuild,v 1.1 
2015/05/16 23:23:32 williamh Exp $

EAPI=5

if [[ ${PV} == "" ]]; then
FOSSIL_URI="http://roy.marples.name/projects/dhcpcd";
else
MY_P="${P/_alpha/-alpha}"
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
S="${WORKDIR}/${MY_P}"
fi

inherit eutils systemd toolchain-funcs

DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
HOMEPAGE="http://roy.marples.name/projects/dhcpcd/";
LICENSE="BSD-2"
SLOT="0"
IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"

COMMON_DEPEND="udev? ( virtual/udev )"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"

if [[ ${PV} == "" ]]; then
DEPEND+=" dev-vcs/fossil"

src_unpack()
{
local distdir=${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}
local repo=${distdir}/fossil/${PN}.fossil

addwrite "${distdir}"

if [[ -e "${repo}" ]]; then
fossil pull "${FOSSIL_URI}" -R "${repo}" || die
else
mkdir -p "${distdir}/fossil" || die
fossil clone "${FOSSIL_URI}" "${repo}" || die
fi

mkdir -p "${S}" || die
cd "${S}" || die
fossil open "${repo}" || die
}
fi

src_prepare()
{
epatch_user
}

src_configure()
{
local dev hooks rundir
use udev || dev="--without-dev --without-udev"
hooks="--with-hook=ntp.conf"
use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
use kernel_linux && rundir="--rundir=${EPREFIX}/run"
econf \
--prefix="${EPREFIX}" \
--libexecdir="${EPREFIX}/lib/dhcpcd" \
--dbdir="${EPREFIX}/var/lib/dhcpcd" \
--localstatedir="${EPREFIX}/var" \
${rundir} \
$(use_enable embedded) \
$(use_enable ipv6) \
${dev} \
CC="$(tc-getCC)" \
${hooks}
}

src_install()
{
default
newinitd "${FILESDIR}"/${PN}.initd ${PN}
systemd_dounit "${FILESDIR}"/${PN}.service
}

pkg_postinst()
{
# Upgrade the duid file to the new format if needed
local old_duid="${ROOT}"/var/lib/dhcpcd/dhcpcd.duid
local new_duid="${ROOT}"/etc/dhcpcd.duid
if [ -e "${old_duid}" ] && ! grep -q '..:..:..:..:..:..' "${old_duid}"; 
then
sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_duid}"
fi

# Move the duid to /etc, a more sensible location
if [ -e "${old_duid}" -a ! -e "${new_duid}" ]; then
cp -p "${old_duid}" "${new_duid}"
fi

if [ -z "$REPLACING_VERSIONS" ]; then
elog
 e

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

2015-05-16 Thread Zac Medico
commit: 28d5b7e78e0fdad2479685ec257ab5b858195007
Author: Zac Medico  gentoo  org>
AuthorDate: Sat May 16 20:57:11 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat May 16 22:36:02 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=28d5b7e7

egencache --update-pkg-desc-index: handle read-only repo (bug 549616)

If the repo is read-only, write the cache to /var/cache/edb/dep
where IndexedPortdb searches for it.

X-Gentoo-Bug: 549616
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=549616
Acked-by: Brian Dolbec  gentoo.org>

 bin/egencache| 17 -
 pym/portage/repository/config.py | 12 
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/bin/egencache b/bin/egencache
index f97432f..6075ccf 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -1086,8 +1086,23 @@ def egencache_main(args):
ret.append(scheduler.returncode)
 
if options.update_pkg_desc_index:
+   if repo_config.writable:
+   writable_location = repo_config.location
+   else:
+   writable_location = os.path.join(portdb.depcachedir,
+   repo_config.location.lstrip(os.sep))
+   msg = [
+   "WARNING: Repository is not writable: %s" % (
+   repo_config.location,),
+   " Using cache directory instead: %s" % (
+   writable_location,)
+   ]
+   msg = "".join(line + '\n' for line in msg)
+   writemsg_level(msg,
+   level=logging.WARNING, noiselevel=-1)
+
gen_index = GenPkgDescIndex(portdb, os.path.join(
-   repo_config.location, "metadata", "pkg_desc_index"))
+   writable_location, "metadata", "pkg_desc_index"))
gen_index.run()
ret.append(gen_index.returncode)
 

diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index e44b619..05eedbe 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -26,6 +26,7 @@ from portage.env.loaders import KeyValuePairFileLoader
 from portage.util import (normalize_path, read_corresponding_eapi_file, 
shlex_split,
stack_lists, writemsg, writemsg_level, _recursive_file_list)
 from portage.util._path import exists_raise_eaccess, isdir_raise_eaccess
+from portage.util.path import first_existing
 from portage.localization import _
 from portage import _unicode_decode
 from portage import _unicode_encode
@@ -346,6 +347,17 @@ class RepoConfig(object):
if new_repo.name is not None:
self.missing_repo_name = new_repo.missing_repo_name
 
+   @property
+   def writable(self):
+   """
+   Check if self.location is writable, or permissions are 
sufficient
+   to create it if it does not exist yet.
+   @rtype: bool
+   @return: True if self.location is writable or can be created,
+   False otherwise
+   """
+   return os.access(first_existing(self.location), os.W_OK)
+
@staticmethod
def _read_valid_repo_name(repo_path):
name, missing = RepoConfig._read_repo_name(repo_path)



[gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: scsi-openscsi-link.sh

2015-05-16 Thread Matt Thode (prometheanfire)
prometheanfire15/05/16 21:51:49

  Added:scsi-openscsi-link.sh
  Log:
  allowing novncproxy on compute-only hosts
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-cluster/nova/files/scsi-openscsi-link.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/scsi-openscsi-link.sh?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/scsi-openscsi-link.sh?rev=1.1&content-type=text/plain

Index: scsi-openscsi-link.sh
===
#!/bin/bash

# Author: Geaaru
# Date: October 23, 2014
# Version: 0.1.0
# License: GPL 2.0

# Description: Script for udev symlink creation of
#  scsi disk attached and visible under
#  /dev/disk/by-path/ with name convention
#  used in openstack LVM iscsi driver.
#
# Requirements: lsscsi (for retrieve LUN ID, I don't know how can i do that 
from udev/iscsiadm)

# Rules for UDEV must in this format:
# KERNEL=="sd*", BUS=="scsi", PROGRAM="/etc/nova/scsi-openscsi-link.sh 
%b",SYMLINK+="disk/by-path/%c"

# NOTE: it seems that input params %b or others are not passed to script.
#   I try to retrieve it from environment variables.

if [[ -z "$DEVTYPE" || -z "$ID_BUS" ]] ; then
exit 1
fi
   
echo "" >> /tmp/udev.log
echo "ENV => `env`" >> /tmp/udev.log
echo "" >> /tmp/udev.log

if [[ $DEVTYPE != "disk" || $ID_BUS != "scsi" ]]; then
echo "EXIT 1" >> /tmp/udev.log
exit 1
fi

# ID_SCSI variable what identify ?

HOST=`echo  "$DEVPATH" | awk '{ split($0, word, "/"); print substr(word[4], 5); 
}'`



# Bins
iscsiadm=/usr/sbin/iscsiadm
lsscsi=/usr/bin/lsscsi

[ -e /sys/class/iscsi_host ] || exit 1

# Create file path like this:
# /sys/class/iscsi_host/host11/device/session3/iscsi_session/session3/targetname
file="/sys/class/iscsi_host/host${HOST}/device/session*/iscsi_session*/session*/targetname"

target_iqn=$(cat ${file})

if [ -z "${target_iqn}" ] ; then
echo "EXIT 2" >> /tmp/udev.log
exit 1
fi

# Retrieve target_port because I can't retrieve it with iscsi_id
# /lib/udev/scsi_id -g -x /dev/sdg
# ID_SCSI=1
# ID_VENDOR=IET
# ID_VENDOR_ENC=IET\x20\x20\x20\x20\x20
# ID_MODEL=VIRTUAL-DISK
# ID_MODEL_ENC=VIRTUAL-DISK
# ID_REVISION=0001
# ID_TYPE=disk
# ID_SERIAL=1IET_00010001
# ID_SERIAL_SHORT=IET_00010001
# ID_SCSI_SERIAL=  beaf11a

# iscsiadm -m node | grep --colour=none  
iqn.2014-09.org.openstack:vol-cinder-f48f0a69-e871-4c47-9cd3-3ccb8c811363 | cut 
-d',' -f 1

tp_ispresent=$(${iscsiadm} -m node | grep --colour=none ${target_iqn} | wc -l)
if [ x$tp_ispresent = x0 ] ; then
  # Target is not present. Ignore it.
echo "EXIT 3" >> /tmp/udev.log
  exit 1
fi

target_portal=$(${iscsiadm} -m node | grep --colour=none ${target_iqn} | cut 
-d',' -f 1)
#target=$(${iscsiadm} -m node | grep --colour=none ${target_iqn} | cut -d' ' -f 
1)
#target_portal=$(echo ${target} | cut -d',' -f 1)
target_lun=$(${lsscsi} | grep $DEVNAME | sed 
's/.[0-9]*:[0-9]*:[0-9]*:\([0-9]*\).*/\1/')

echo "TARGET_PORTAL=$target_portal" >> /tmp/udev.log
echo "TARGET_LUN=$target_lun" >> /tmp/udev.log

linkname="ip-${target_portal}-iscsi-${target_iqn}-lun-${target_lun}"

echo "RETURN ${linkname}" >> /tmp/udev.log

echo "${linkname}"

exit 0






[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2015.1.0-r1.ebuild nova-2015.1.9999.ebuild ChangeLog

2015-05-16 Thread Matt Thode (prometheanfire)
prometheanfire15/05/16 21:51:48

  Modified: nova-2015.1.0-r1.ebuild nova-2015.1..ebuild
ChangeLog
  Log:
  allowing novncproxy on compute-only hosts
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  sys-cluster/nova/nova-2015.1.0-r1.ebuild

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

Index: nova-2015.1.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nova-2015.1.0-r1.ebuild 15 May 2015 18:25:04 -  1.4
+++ nova-2015.1.0-r1.ebuild 16 May 2015 21:51:48 -  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/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v 
1.4 2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v 
1.5 2015/05/16 21:51:48 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite 
mysql postgres xen iscsi"
 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute 
!novncproxy !rabbitmq !mysql !postgres !sqlite )
+   compute-only? ( compute 
!rabbitmq !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.10 sys-cluster/nova/nova-2015.1..ebuild

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

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nova-2015.1..ebuild 15 May 2015 18:25:04 -  1.9
+++ nova-2015.1..ebuild 16 May 2015 21:51:48 -  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-cluster/nova/nova-2015.1..ebuild,v 
1.9 2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.10 2015/05/16 21:51:48 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -17,7 +17,7 @@
 KEYWORDS=""
 IUSE="+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite 
mysql postgres xen iscsi"
 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute 
!novncproxy !rabbitmq !mysql !postgres !sqlite )
+   compute-only? ( compute 
!rabbitmq !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.96 sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   15 May 2015 18:25:04 -  1.95
+++ ChangeLog   16 May 2015 21:51:48 -  1.96
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.95 
2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.96 
2015/05/16 21:51:48 prometheanfire Exp $
+
+  16 May 2015; Matthew Thode 
+  +files/scsi-openscsi-link.sh, nova

[gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/

2015-05-16 Thread José María Alonso
commit: 29fc0ba2803315b9f97b3de006a01398ab42c37f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat May 16 21:41:20 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat May 16 21:41:20 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=29fc0ba2

dev-lisp/cffi: fix copyright line in live ebuild. (BTW, previous commit is 
mine, somehow I lost my configuration, sorry)

 dev-lisp/cffi/cffi-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/cffi/cffi-.ebuild b/dev-lisp/cffi/cffi-.ebuild
index be57428..ecbf82f 100644
--- a/dev-lisp/cffi/cffi-.ebuild
+++ b/dev-lisp/cffi/cffi-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
+
 inherit common-lisp-3 git-2
 
 MY_P=${PN}_${PV}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/

2015-05-16 Thread José María Alonso
commit: bd89de66c929be70dbdfae09500dd45c1cdf4280
Author: developer@kamana  lisper  es>
AuthorDate: Sat May 16 21:28:07 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat May 16 21:28:07 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd89de66

dev-lisp/cffi: fix git uri in live ebuild

 dev-lisp/cffi/cffi-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cffi/cffi-.ebuild b/dev-lisp/cffi/cffi-.ebuild
index ac28485..be57428 100644
--- a/dev-lisp/cffi/cffi-.ebuild
+++ b/dev-lisp/cffi/cffi-.ebuild
@@ -9,7 +9,7 @@ MY_P=${PN}_${PV}
 
 DESCRIPTION="The Common Foreign Function Interface (CFFI)"
 HOMEPAGE="http://common-lisp.net/project/cffi/";
-EGIT_REPO_URI="git://common-lisp.net/projects/cffi/cffi.git"
+EGIT_REPO_URI="git://github.com/${PN}/${PN}/"
 
 LICENSE="MIT"
 SLOT="0"
@@ -38,7 +38,7 @@ src_install() {
common-lisp-install-sources examples/ src/ uffi-compat/
common-lisp-install-sources -t all grovel/ tests/
common-lisp-install-asdf
-   dodoc README TODO doc/*.txt
+   dodoc README.md TODO doc/*.txt
if use doc; then
doinfo doc/*.info
rm doc/{spec,manual}/cffi* || die



[gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: ChangeLog libcmis-0.5.0-r1.ebuild

2015-05-16 Thread Andreas Huettel (dilfridge)
dilfridge15/05/16 21:13:10

  Modified: ChangeLog
  Added:libcmis-0.5.0-r1.ebuild
  Log:
  Add gcc-5 compatibility patch, bug 546738
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.37 dev-cpp/libcmis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   11 Apr 2015 21:29:13 -  1.36
+++ ChangeLog   16 May 2015 21:13:10 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/libcmis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.36 2015/04/11 
21:29:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.37 2015/05/16 
21:13:10 dilfridge Exp $
+
+*libcmis-0.5.0-r1 (16 May 2015)
+
+  16 May 2015; Andreas K. Huettel 
+  +libcmis-0.5.0-r1.ebuild:
+  Add gcc-5 compatibility patch, bug 546738
 
   11 Apr 2015; Andreas K. Huettel  -libcmis-0.4.1.ebuild:
   Remove old



1.1  dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild

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

Index: libcmis-0.5.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild,v 
1.1 2015/05/16 21:13:10 dilfridge Exp $

EAPI=5

EGIT_REPO_URI="git://git.code.sf.net/p/libcmis/code"
[[ ${PV} ==  ]] && SCM_ECLASS="git-r3"
inherit eutils alternatives autotools ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION="C++ client library for the CMIS interface"
HOMEPAGE="https://sourceforge.net/projects/libcmis/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz 
http://dev.gentoo.org/~dilfridge/distfiles/${P}-gcc5.patch.gz";

LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
SLOT="0.5"

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

IUSE="static-libs man test"

RDEPEND="
!dev-cpp/libcmis:0
!dev-cpp/libcmis:0.2
!dev-cpp/libcmis:0.3
!dev-cpp/libcmis:0.4
dev-libs/boost:=
dev-libs/libxml2
net-misc/curl
"
DEPEND="${RDEPEND}
virtual/pkgconfig
man? (
app-text/docbook2X
dev-libs/libxslt
)
test? (
dev-util/cppcheck
dev-util/cppunit
)
"

src_prepare() {
epatch "${WORKDIR}/${P}-gcc5.patch"
eautoreconf
}

src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--program-suffix=-${SLOT} \
--disable-werror \
$(use_with man) \
$(use_enable static-libs static) \
$(use_enable test tests) \
--enable-client
}

src_install() {
default
prune_libtool_files --all
}

pkg_postinst() {
alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
}

pkg_postrm() {
alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog package.mask use.mask

2015-05-16 Thread Jeroen Roovers (jer)
jer 15/05/16 19:57:41

  Modified: ChangeLog package.mask use.mask
  Log:
  Unmask dev-qt/*-5 for PPC64.

Revision  ChangesPath
1.327profiles/arch/powerpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- ChangeLog   11 May 2015 01:37:50 -  1.326
+++ ChangeLog   16 May 2015 19:57:41 -  1.327
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.326 
2015/05/11 01:37:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.327 
2015/05/16 19:57:41 jer Exp $
+
+  16 May 2015; Jeroen Roovers  package.mask, use.mask:
+  Unmask dev-qt/*-5 for PPC64.
 
   11 May 2015; Davide Pesavento  package.use.mask,
   ppc64/package.use.stable.mask:



1.67 profiles/arch/powerpc/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.mask,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- package.mask2 Feb 2015 04:09:31 -   1.66
+++ package.mask16 May 2015 19:57:41 -  1.67
@@ -1,52 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.mask,v 1.66 
2015/02/02 04:09:31 mr_bones_ Exp $
-
-# Ben de Groot  (01 Feb 2015)
-# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well.
->=dev-qt/assistant-5.4.0
->=dev-qt/designer-5.4.0
->=dev-qt/linguist-5.4.0
->=dev-qt/linguist-tools-5.4.0
->=dev-qt/pixeltool-5.4.0
->=dev-qt/qdbus-5.4.0
->=dev-qt/qdbusviewer-5.4.0
->=dev-qt/qdoc-5.4.0
->=dev-qt/qtconcurrent-5.4.0
->=dev-qt/qtcore-5.4.0
->=dev-qt/qtdbus-5.4.0
->=dev-qt/qtdeclarative-5.4.0
->=dev-qt/qtdiag-5.4.0
->=dev-qt/qtgraphicaleffects-5.4.0
->=dev-qt/qtgui-5.4.0
->=dev-qt/qthelp-5.4.0
->=dev-qt/qtimageformats-5.4.0
->=dev-qt/qtmultimedia-5.4.0
->=dev-qt/qtnetwork-5.4.0
->=dev-qt/qtopengl-5.4.0
->=dev-qt/qtpaths-5.4.0
->=dev-qt/qtpositioning-5.4.0
->=dev-qt/qtprintsupport-5.4.0
->=dev-qt/qtquick1-5.4.0
->=dev-qt/qtquickcontrols-5.4.0
->=dev-qt/qtscript-5.4.0
->=dev-qt/qtsensors-5.4.0
->=dev-qt/qtserialport-5.4.0
->=dev-qt/qtsql-5.4.0
->=dev-qt/qtsvg-5.4.0
->=dev-qt/qttest-5.4.0
->=dev-qt/qttranslations-5.4.0
->=dev-qt/qtwayland-5.4.0
->=dev-qt/qtwebkit-5.4.0
->=dev-qt/qtwebsockets-5.4.0
->=dev-qt/qtwidgets-5.4.0
->=dev-qt/qtx11extras-5.4.0
->=dev-qt/qtxml-5.4.0
->=dev-qt/qtxmlpatterns-5.4.0
->=dev-qt/qt-creator-3.3.0
-=app-text/calibre-2*
->=sci-astronomy/stellarium-0.13
->=x11-misc/sddm-0.10.0
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.mask,v 1.67 
2015/05/16 19:57:41 jer Exp $
 
 # Julian Ospald  (01 Sep 2014)
 # Needs either hardmasked >=media-video/libav-10 or



1.55 profiles/arch/powerpc/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?r1=1.54&r2=1.55

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/use.mask,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- use.mask28 Apr 2015 03:00:03 -  1.54
+++ use.mask16 May 2015 19:57:41 -  1.55
@@ -221,7 +221,3 @@
 # Pacho Ramos  (08 Jan 2014)
 # Unmask systemd since it is keyworded here.
 -systemd
-
-# Ben de Groot  (01 Feb 2015)
-# please remove when keyworded
-qt5






[gentoo-commits] gentoo-x86 commit in x11-misc/urxvt-perls: ChangeLog urxvt-perls-2.2.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:42:28

  Modified: ChangeLog
  Added:urxvt-perls-2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.7  x11-misc/urxvt-perls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   21 Feb 2015 23:23:25 -  1.6
+++ ChangeLog   16 May 2015 19:42:28 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/urxvt-perls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v 1.6 
2015/02/21 23:23:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v 1.7 
2015/05/16 19:42:28 radhermit Exp $
+
+*urxvt-perls-2.2 (16 May 2015)
+
+  16 May 2015; Tim Harder  +urxvt-perls-2.2.ebuild:
+  Version bump.
 
   21 Feb 2015; Tim Harder  urxvt-perls-2.1.ebuild:
   Stabilize for amd64/x86.



1.1  x11-misc/urxvt-perls/urxvt-perls-2.2.ebuild

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

Index: urxvt-perls-2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/urxvt-perls-2.2.ebuild,v 1.1 
2015/05/16 19:42:28 radhermit Exp $

EAPI=5

inherit multilib

DESCRIPTION="Perl extensions for rxvt-unicode"
HOMEPAGE="https://github.com/muennich/urxvt-perls";
SRC_URI="https://github.com/muennich/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="x11-misc/xsel
x11-terms/rxvt-unicode[perl]"

src_install() {
insinto /usr/$(get_libdir)/urxvt/perl
doins clipboard keyboard-select url-select
dodoc README.md
}






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

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:40:02

  Modified: ChangeLog
  Added:ranger-1.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.34 app-misc/ranger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   26 Apr 2015 01:54:42 -  1.33
+++ ChangeLog   16 May 2015 19:40:02 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ranger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v 1.33 2015/04/26 
01:54:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v 1.34 2015/05/16 
19:40:02 radhermit Exp $
+
+*ranger-1.7.1 (16 May 2015)
+
+  16 May 2015; Tim Harder  +ranger-1.7.1.ebuild:
+  Version bump.
 
 *ranger-1.7.0 (26 Apr 2015)
 



1.1  app-misc/ranger/ranger-1.7.1.ebuild

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

Index: ranger-1.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ranger-1.7.1.ebuild,v 1.1 
2015/05/16 19:40:02 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1

if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://git.savannah.nongnu.org/ranger.git"
inherit git-r3
else
SRC_URI="http://nongnu.org/${PN}/${P}.tar.gz";
KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="A vim-inspired file manager for the console"
HOMEPAGE="http://ranger.nongnu.org/";
LICENSE="GPL-3"
SLOT="0"

RDEPEND="virtual/pager"

PATCHES=( "${FILESDIR}"/${PN}-1.6.1-w3mimgdisplay.patch )

src_prepare() {
sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || 
die
distutils-r1_src_prepare
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Ranger has many optional dependencies to support enhanced 
file previews."
elog "See the README or homepage for more details."
fi
}






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

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:37:36

  Modified: ChangeLog task-2.4.4.ebuild
  Log:
  Add slot for readline dep.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.53 app-misc/task/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 May 2015 19:36:33 -  1.52
+++ ChangeLog   16 May 2015 19:37:36 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/task
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.52 2015/05/16 
19:36:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.53 2015/05/16 
19:37:36 radhermit Exp $
+
+  16 May 2015; Tim Harder  task-2.4.4.ebuild:
+  Add slot for readline dep.
 
 *task-2.4.4 (16 May 2015)
 



1.2  app-misc/task/task-2.4.4.ebuild

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

Index: task-2.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/task-2.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- task-2.4.4.ebuild   16 May 2015 19:36:33 -  1.1
+++ task-2.4.4.ebuild   16 May 2015 19:37:36 -  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/task/task-2.4.4.ebuild,v 1.1 
2015/05/16 19:36:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/task-2.4.4.ebuild,v 1.2 
2015/05/16 19:37:36 radhermit Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
 IUSE="gnutls vim-syntax zsh-completion"
 
-DEPEND="sys-libs/readline
+DEPEND="sys-libs/readline:0
gnutls? ( net-libs/gnutls )
elibc_glibc? ( sys-apps/util-linux )"
 RDEPEND="${DEPEND}"






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

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:36:33

  Modified: ChangeLog
  Added:task-2.4.4.ebuild
  Log:
  Version bump (bug 543896).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.52 app-misc/task/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   20 Feb 2015 03:42:48 -  1.51
+++ ChangeLog   16 May 2015 19:36:33 -  1.52
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/task
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.51 2015/02/20 
03:42:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.52 2015/05/16 
19:36:33 radhermit Exp $
+
+*task-2.4.4 (16 May 2015)
+
+  16 May 2015; Tim Harder  +task-2.4.4.ebuild:
+  Version bump (bug 543896).
 
 *task-2.4.1 (20 Feb 2015)
 



1.1  app-misc/task/task-2.4.4.ebuild

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

Index: task-2.4.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/task/task-2.4.4.ebuild,v 1.1 
2015/05/16 19:36:33 radhermit Exp $

EAPI=5

inherit eutils cmake-utils bash-completion-r1

DESCRIPTION="Taskwarrior is a command-line todo list manager"
HOMEPAGE="http://taskwarrior.org/";
SRC_URI="http://taskwarrior.org/download/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
IUSE="gnutls vim-syntax zsh-completion"

DEPEND="sys-libs/readline
gnutls? ( net-libs/gnutls )
elibc_glibc? ( sys-apps/util-linux )"
RDEPEND="${DEPEND}"

src_prepare() {
# use the correct directory locations
sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" \
scripts/add-ons/* || die

# don't automatically install scripts
sed -i '/scripts/d' CMakeLists.txt || die
}

src_configure() {
mycmakeargs=(
$(cmake-utils_use_use gnutls GNUTLS)
-DTASK_DOCDIR=share/doc/${PF}
-DTASK_RCDIR=share/${PN}/rc
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

newbashcomp scripts/bash/task.sh task

if use vim-syntax ; then
rm scripts/vim/README
insinto /usr/share/vim/vimfiles
doins -r scripts/vim/*
fi

if use zsh-completion ; then
insinto /usr/share/zsh/site-functions
doins scripts/zsh/*
fi

exeinto /usr/share/${PN}/scripts
doexe scripts/add-ons/*
}






[gentoo-commits] gentoo-x86 commit in net-misc/proxychains/files: proxychains-4.7-makefile.patch proxychains-4.2.0-makefile.patch

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:29:16

  Removed:  proxychains-4.7-makefile.patch
proxychains-4.2.0-makefile.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in app-text/paperwork: paperwork-0.2.3.ebuild ChangeLog paperwork-0.2.4.ebuild paperwork-0.2.2.ebuild paperwork-0.2.1.ebuild paperwork-0.2.ebuild

2015-05-16 Thread Bernard Cafarelli (voyageur)
voyageur15/05/16 19:29:45

  Modified: paperwork-0.2.3.ebuild ChangeLog
  Added:paperwork-0.2.4.ebuild
  Removed:  paperwork-0.2.2.ebuild paperwork-0.2.1.ebuild
paperwork-0.2.ebuild
  Log:
  Version bump, block newer whoosh in older release, drop previous 0.2.x 
versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.3  app-text/paperwork/paperwork-0.2.3.ebuild

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

Index: paperwork-0.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paperwork-0.2.3.ebuild  18 Apr 2015 08:07:50 -  1.2
+++ paperwork-0.2.3.ebuild  16 May 2015 19:29:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.2 2015/04/18 08:07:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.3 2015/05/16 19:29:45 voyageur Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -26,7 +26,7 @@
>=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
-   dev-python/whoosh[${PYTHON_USEDEP}]
+   http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/paperwork/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/paperwork/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/paperwork/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Apr 2015 08:07:50 -  1.7
+++ ChangeLog   16 May 2015 19:29:45 -  1.8
@@ -1,6 +1,14 @@
 # ChangeLog for app-text/paperwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.7 
2015/04/18 08:07:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.8 
2015/05/16 19:29:45 voyageur Exp $
+
+*paperwork-0.2.4 (16 May 2015)
+
+  16 May 2015; Bernard Cafarelli  -paperwork-0.2.ebuild,
+  -paperwork-0.2.1.ebuild, -paperwork-0.2.2.ebuild, paperwork-0.2.3.ebuild,
+  +paperwork-0.2.4.ebuild:
+  Version bump, block newer whoosh in older release, drop previous 0.2.x
+  versions
 
   18 Apr 2015; Bernard Cafarelli  paperwork-0.2.3.ebuild:
   Drop postinst log, this version mostly relies on OCR tool for orientation



1.1  app-text/paperwork/paperwork-0.2.4.ebuild

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

Index: paperwork-0.2.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.4.ebuild,v 
1.1 2015/05/16 19:29:45 voyageur Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
HOMEPAGE="https://github.com/jflesch/paperwork";
SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="app-text/poppler[introspection]
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
>=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/whoosh[${PYTHON_USEDEP}]
dev-util/glade[introspection,python]
sci-libs/scikits_learn[${PYTHON_USEDEP}]
sci-libs/scikits_image[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
x11-libs/gtk+:3[in

[gentoo-commits] gentoo-x86 commit in net-misc/proxychains: ChangeLog proxychains-4.7.ebuild proxychains-4.2.0.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:29:16

  Modified: ChangeLog
  Removed:  proxychains-4.7.ebuild proxychains-4.2.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.34 net-misc/proxychains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   16 May 2015 19:28:25 -  1.33
+++ ChangeLog   16 May 2015 19:29:16 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/proxychains
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.33 
2015/05/16 19:28:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.34 
2015/05/16 19:29:16 radhermit Exp $
+
+  16 May 2015; Tim Harder  -proxychains-4.2.0.ebuild,
+  -proxychains-4.7.ebuild, -files/proxychains-4.2.0-makefile.patch,
+  -files/proxychains-4.7-makefile.patch:
+  Remove old.
 
   16 May 2015; Tim Harder  proxychains-4.8.1.ebuild:
   amd64 stable wrt bug #535610






[gentoo-commits] gentoo-x86 commit in net-misc/proxychains: ChangeLog proxychains-4.8.1.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:28:25

  Modified: ChangeLog proxychains-4.8.1.ebuild
  Log:
  amd64 stable wrt bug #535610
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.33 net-misc/proxychains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   26 Apr 2015 17:17:09 -  1.32
+++ ChangeLog   16 May 2015 19:28:25 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/proxychains
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.32 
2015/04/26 17:17:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.33 
2015/05/16 19:28:25 radhermit Exp $
+
+  16 May 2015; Tim Harder  proxychains-4.8.1.ebuild:
+  amd64 stable wrt bug #535610
 
   26 Apr 2015; Pacho Ramos  proxychains-4.8.1.ebuild:
   ppc stable wrt bug #535610



1.4  net-misc/proxychains/proxychains-4.8.1.ebuild

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

Index: proxychains-4.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proxychains-4.8.1.ebuild26 Apr 2015 17:17:09 -  1.3
+++ proxychains-4.8.1.ebuild16 May 2015 19:28:25 -  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/proxychains/proxychains-4.8.1.ebuild,v 1.3 
2015/04/26 17:17:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.8.1.ebuild,v 1.4 
2015/05/16 19:28:25 radhermit Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 S=${WORKDIR}/${MY_P}
 






[gentoo-commits] gentoo-x86 commit in net-irc/weechat/files: weechat-0.4.3-always-link-against-pthreads.patch

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:19:32

  Removed:  weechat-0.4.3-always-link-against-pthreads.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in net-irc/weechat: ChangeLog weechat-9999.ebuild weechat-0.4.3-r1.ebuild weechat-1.0.1.ebuild weechat-1.1.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:19:32

  Modified: ChangeLog weechat-.ebuild
  Removed:  weechat-0.4.3-r1.ebuild weechat-1.0.1.ebuild
weechat-1.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.158net-irc/weechat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   16 May 2015 19:17:21 -  1.157
+++ ChangeLog   16 May 2015 19:19:32 -  1.158
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.157 
2015/05/16 19:17:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.158 
2015/05/16 19:19:32 radhermit Exp $
+
+  16 May 2015; Tim Harder  -weechat-0.4.3-r1.ebuild,
+  -weechat-1.0.1.ebuild, -weechat-1.1.ebuild, weechat-.ebuild,
+  -files/weechat-0.4.3-always-link-against-pthreads.patch:
+  Remove old.
 
 *weechat-1.2 (16 May 2015)
 



1.40 net-irc/weechat/weechat-.ebuild

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

Index: weechat-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- weechat-.ebuild 1 Apr 2015 20:52:24 -   1.39
+++ weechat-.ebuild 16 May 2015 19:19:32 -  1.40
@@ -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/weechat/weechat-.ebuild,v 1.39 
2015/04/01 20:52:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v 1.40 
2015/05/16 19:19:32 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,6 +23,7 @@
 NETWORKS="+irc"
 PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger 
+xfer"
 #INTERFACES="+ncurses gtk"
+# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
 SCRIPT_LANGS="guile lua +perl +python ruby tcl"
 LANGS=" cs de es fr hu it ja pl pt_BR ru tr"
 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
@@ -57,6 +58,9 @@
 
 DOCS="AUTHORS.asciidoc ChangeLog.asciidoc ReleaseNotes.asciidoc 
README.asciidoc"
 
+# tests need to be fixed to not use system plugins if weechat is already 
installed
+RESTRICT="test"
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }






[gentoo-commits] gentoo-x86 commit in net-irc/weechat: ChangeLog weechat-1.2.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:17:21

  Modified: ChangeLog
  Added:weechat-1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.157net-irc/weechat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   13 May 2015 09:37:00 -  1.156
+++ ChangeLog   16 May 2015 19:17:21 -  1.157
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.156 
2015/05/13 09:37:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.157 
2015/05/16 19:17:21 radhermit Exp $
+
+*weechat-1.2 (16 May 2015)
+
+  16 May 2015; Tim Harder  +weechat-1.2.ebuild:
+  Version bump.
 
   13 May 2015; Agostino Sarubbo  weechat-1.1.1.ebuild:
   Stable for x86, wrt bug #545256



1.1  net-irc/weechat/weechat-1.2.ebuild

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

Index: weechat-1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v 1.1 
2015/05/16 19:17:21 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit python-single-r1 multilib cmake-utils

if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/weechat/weechat.git";
else
SRC_URI="http://${PN}.org/files/src/${P}.tar.bz2";
KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Portable and multi-interface IRC client"
HOMEPAGE="http://weechat.org/";

LICENSE="GPL-3"
SLOT="0"

NETWORKS="+irc"
PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger 
+xfer"
#INTERFACES="+ncurses gtk"
# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
SCRIPT_LANGS="guile lua +perl +python ruby tcl"
LANGS=" cs de es fr hu it ja pl pt_BR ru tr"
IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
#REQUIRED_USE=" || ( ncurses gtk )"

RDEPEND="
dev-libs/libgcrypt:0=
net-misc/curl[ssl]
sys-libs/ncurses
sys-libs/zlib
charset? ( virtual/libiconv )
guile? ( dev-scheme/guile:12 )
lua? ( dev-lang/lua:0[deprecated] )
nls? ( virtual/libintl )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
ruby? ( >=dev-lang/ruby-1.9 )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
"
#   ncurses? ( sys-libs/ncurses )
#   gtk? ( x11-libs/gtk+:2 )
DEPEND="${RDEPEND}
doc? (
app-text/asciidoc
dev-util/source-highlight
)
nls? ( >=sys-devel/gettext-0.15 )
test? ( dev-util/cpputest )
"

DOCS="AUTHORS.asciidoc ChangeLog.asciidoc ReleaseNotes.asciidoc README.asciidoc"

# tests need to be fixed to not use system plugins if weechat is already 
installed
RESTRICT="test"

pkg_setup() {
use python && python-single-r1_pkg_setup
}

src_prepare() {
local i

# fix libdir placement
sed -i \
-e "s:lib/:$(get_libdir)/:g" \
-e "s:lib\":$(get_libdir)\":g" \
CMakeLists.txt || die "sed failed"

# install only required translations
for i in ${LANGS} ; do
if ! use linguas_${i} ; then
sed -i \
-e "/${i}.po/d" \
po/CMakeLists.txt || die
fi
done

# install only required documentation ; en always
for i in `grep ADD_SUBDIRECTORY doc/CMakeLists.txt \
| sed -e 's/.*ADD_SUBDIRECTORY( \(..\) ).*/\1/' -e 
'/en/d'`; do
if ! use linguas_${i} ; then
sed -i \
-e '/ADD_SUBDIRECTORY( '${i}' )/d' \
doc/CMakeLists.txt || die
fi
done
}

src_configure() {
# $(cmake-utils_use_enable gtk)
# $(cmake-

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

2015-05-16 Thread Zac Medico
commit: 25c31a95fd1421952f78ed36dab69d8ff8f1a877
Author: Zac Medico  gentoo  org>
AuthorDate: Sat May 16 19:03:45 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat May 16 19:13:23 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=25c31a95

binarytree.get_pkgindex_uri: handle --gebinpkg=n (bug 549666)

Since commit 328dd4712f88cbb8ef390ae9eb471afa1ef781d7,
get_pkgindex_uri triggers AttributeError if --rebuild* options are
used together with --getbinpkg=n.

Fixes: 328dd4712f88 ("binpkg-multi-instance 3 of 7")
X-Gentoo-Bug: 549666
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=549666
Acked-by: Brian Dolbec  gentoo.org>

 pym/portage/dbapi/bintree.py | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 4043016..f415a63 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -1441,9 +1441,10 @@ class binarytree(object):
def get_pkgindex_uri(self, cpv):
"""Returns the URI to the Packages file for a given package."""
uri = None
-   metadata = self._remotepkgs.get(self.dbapi._instance_key(cpv))
-   if metadata is not None:
-   uri = metadata["PKGINDEX_URI"]
+   if self._remotepkgs is not None:
+   metadata = 
self._remotepkgs.get(self.dbapi._instance_key(cpv))
+   if metadata is not None:
+   uri = metadata["PKGINDEX_URI"]
return uri
 
def gettbz2(self, pkgname):



[gentoo-commits] gentoo-x86 commit in dev-util/cpputest: ChangeLog cpputest-3.7.2.ebuild

2015-05-16 Thread Tim Harder (radhermit)
radhermit15/05/16 19:13:03

  Modified: ChangeLog
  Added:cpputest-3.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.4  dev-util/cpputest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   13 May 2015 09:37:03 -  1.3
+++ ChangeLog   16 May 2015 19:13:03 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cpputest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v 1.3 
2015/05/13 09:37:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v 1.4 
2015/05/16 19:13:03 radhermit Exp $
+
+*cpputest-3.7.2 (16 May 2015)
+
+  16 May 2015; Tim Harder  +cpputest-3.7.2.ebuild:
+  Version bump.
 
   13 May 2015; Agostino Sarubbo  cpputest-3.6.ebuild:
   Stable for x86, wrt bug #545256



1.1  dev-util/cpputest/cpputest-3.7.2.ebuild

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

Index: cpputest-3.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/cpputest-3.7.2.ebuild,v 
1.1 2015/05/16 19:13:03 radhermit Exp $

EAPI=5
inherit autotools-utils

DESCRIPTION="unit testing and mocking framework for C/C++"
HOMEPAGE="http://cpputest.github.io/ https://github.com/cpputest/cpputest";
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";

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

DEPEND="
test? (
dev-cpp/gmock
dev-cpp/gtest
)
"

DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui/files: qtgui-5.4.1-CVE-2015-1858-1859.patch qtgui-5.4.1-CVE-2015-1860.patch

2015-05-16 Thread Michael Palimaka (kensington)
kensington15/05/16 18:51:53

  Added:qtgui-5.4.1-CVE-2015-1858-1859.patch
qtgui-5.4.1-CVE-2015-1860.patch
  Log:
  Backport patches from upstream to solve CVE-2015-1858, CVE-2015-1859, and 
CVE-2015-1860 wrt bug #546174.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.1  dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1858-1859.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1858-1859.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1858-1859.patch?rev=1.1&content-type=text/plain

Index: qtgui-5.4.1-CVE-2015-1858-1859.patch
===
>From 51ec7ebfe5f45d1c0a03d992e97053cac66e25fe Mon Sep 17 00:00:00 2001
From: Eirik Aavitsland 
Date: Wed, 11 Mar 2015 13:34:01 +0100
Subject: Fixes crash in bmp and ico image decoding

Fuzzing test revealed that for certain malformed bmp and ico files,
the handler would segfault.

Change-Id: I19d45145f31e7f808f7f6a1a1610270ea4159cbe
Reviewed-by: Lars Knoll 
---
 src/gui/image/qbmphandler.cpp| 13 +++--
 src/plugins/imageformats/ico/qicohandler.cpp |  2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/gui/image/qbmphandler.cpp b/src/gui/image/qbmphandler.cpp
index df66499..8acc593 100644
--- a/src/gui/image/qbmphandler.cpp
+++ b/src/gui/image/qbmphandler.cpp
@@ -484,12 +484,6 @@ static bool read_dib_body(QDataStream &s, const 
BMP_INFOHDR &bi, int offset, int
 p = data + (h-y-1)*bpl;
 break;
 case 2:// delta (jump)
-// Protection
-if ((uint)x >= (uint)w)
-x = w-1;
-if ((uint)y >= (uint)h)
-y = h-1;
-
 {
 quint8 tmp;
 d->getChar((char *)&tmp);
@@ -497,6 +491,13 @@ static bool read_dib_body(QDataStream &s, const 
BMP_INFOHDR &bi, int offset, int
 d->getChar((char *)&tmp);
 y += tmp;
 }
+
+// Protection
+if ((uint)x >= (uint)w)
+x = w-1;
+if ((uint)y >= (uint)h)
+y = h-1;
+
 p = data + (h-y-1)*bpl + x;
 break;
 default:// absolute mode
diff --git a/src/plugins/imageformats/ico/qicohandler.cpp 
b/src/plugins/imageformats/ico/qicohandler.cpp
index 00de0c8..ec1654e 100644
--- a/src/plugins/imageformats/ico/qicohandler.cpp
+++ b/src/plugins/imageformats/ico/qicohandler.cpp
@@ -567,7 +567,7 @@ QImage ICOReader::iconAt(int index)
 QImage::Format format = QImage::Format_ARGB32;
 if (icoAttrib.nbits == 24)
 format = QImage::Format_RGB32;
-else if (icoAttrib.ncolors == 2)
+else if (icoAttrib.ncolors == 2 && icoAttrib.depth == 1)
 format = QImage::Format_Mono;
 else if (icoAttrib.ncolors > 0)
 format = QImage::Format_Indexed8;
-- 
cgit v0.11.0




1.1  dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1860.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1860.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.1-CVE-2015-1860.patch?rev=1.1&content-type=text/plain

Index: qtgui-5.4.1-CVE-2015-1860.patch
===
>From d3048a29797ee2d80d84bbda26bb3c954584f332 Mon Sep 17 00:00:00 2001
From: Eirik Aavitsland 
Date: Wed, 11 Mar 2015 09:00:41 +0100
Subject: Fixes crash in gif image decoder

Fuzzing test revealed that for certain malformed gif files,
qgifhandler would segfault.

Change-Id: I5bb6f60e1c61849e0d8c735edc3869945e5331c1
Reviewed-by: Richard J. Moore 
---
 src/gui/image/qgifhandler.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gui/image/qgifhandler.cpp b/src/gui/image/qgifhandler.cpp
index 03e46ab..8d8c4ae 100644
--- a/src/gui/image/qgifhandler.cpp
+++ b/src/gui/image/qgifhandler.cpp
@@ -936,6 +936,8 @@ void QGIFFormat::fillRect(QImage *image, int col, int row, 
int w, int h, QRgb co
 
 void QGIFFormat::nextY(unsigned char *bits, int bpl)
 {
+if (out_of_bounds)
+return;
 int my;
 switch (interlace) {
 case 0: // Non-interlaced
-- 
cgit v0.11.0







[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: qtgui-5.4.1-r2.ebuild ChangeLog qtgui-5.4.1-r1.ebuild

2015-05-16 Thread Michael Palimaka (kensington)
kensington15/05/16 18:51:53

  Modified: ChangeLog
  Added:qtgui-5.4.1-r2.ebuild
  Removed:  qtgui-5.4.1-r1.ebuild
  Log:
  Backport patches from upstream to solve CVE-2015-1858, CVE-2015-1859, and 
CVE-2015-1860 wrt bug #546174.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.87 dev-qt/qtgui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   16 May 2015 11:28:33 -  1.86
+++ ChangeLog   16 May 2015 18:51:53 -  1.87
@@ -1,6 +1,15 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.86 2015/05/16 
11:28:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.87 2015/05/16 
18:51:53 kensington Exp $
+
+*qtgui-5.4.1-r2 (16 May 2015)
+
+  16 May 2015; Michael Palimaka 
+  +files/qtgui-5.4.1-CVE-2015-1858-1859.patch,
+  +files/qtgui-5.4.1-CVE-2015-1860.patch, +qtgui-5.4.1-r2.ebuild,
+  -qtgui-5.4.1-r1.ebuild:
+  Backport patches from upstream to solve CVE-2015-1858, CVE-2015-1859, and
+  CVE-2015-1860 wrt bug #546174.
 
   16 May 2015; Pacho Ramos  qtgui-4.8.6-r4.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/qtgui/qtgui-5.4.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: qtgui-5.4.1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1-r2.ebuild,v 1.1 
2015/05/16 18:51:53 kensington Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~ppc64"
else
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
fi

# TODO: directfb, linuxfb, offscreen (auto-depends on X11)

IUSE="accessibility egl eglfs evdev +gif gles2 gtkstyle +harfbuzz ibus jpeg kms 
+opengl +png udev +xcb"
REQUIRED_USE="
egl? ( evdev opengl )
eglfs? ( egl )
gles2? ( opengl )
kms? ( egl gles2 )
"

RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}[debug=]
media-libs/fontconfig
media-libs/freetype:2
sys-libs/zlib
egl? ( media-libs/mesa[egl] )
evdev? ( sys-libs/mtdev )
gtkstyle? (
x11-libs/gtk+:2
x11-libs/pango
!!x11-libs/cairo[qt4]
)
gles2? ( media-libs/mesa[gles2] )
harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
ibus? ( ~dev-qt/qtdbus-${PV}[debug=] )
jpeg? ( virtual/jpeg:0 )
kms? (
media-libs/mesa[gbm]
virtual/libudev:=
x11-libs/libdrm
)
opengl? ( virtual/opengl )
png? ( media-libs/libpng:0= )
udev? ( virtual/libudev:= )
xcb? (
x11-libs/libICE
x11-libs/libSM
>=x11-libs/libX11-1.5
>=x11-libs/libXi-1.6
x11-libs/libXrender
>=x11-libs/libxcb-1.10:=[xkb]
>=x11-libs/libxkbcommon-0.4.1[X]
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
accessibility? ( ~dev-qt/qtdbus-${PV}[debug=] )
)
"
DEPEND="${RDEPEND}
evdev? ( sys-kernel/linux-headers )
test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
"
PDEPEND="
ibus? ( app-i18n/ibus )
"

PATCHES=(
"${FILESDIR}/${PN}-5.4.1-CVE-2015-0295.patch"
"${FILESDIR}/${PN}-5.4.1-CVE-2015-1858-1859.patch"
"${FILESDIR}/${PN}-5.4.1-CVE-2015-1860.patch"
)

QT5_TARGET_SUBDIRS=(
src/gui
src/platformheaders
src/platformsupport
src/plugins/generic
src/plugins/imageformats
src/plugins/platforms
)

QT5_GENTOO_CONFIG=(
accessibility:accessibility-atspi-bridge
egl
eglfs
evdev
evdev:mtdev:
:fontconfig
:system-freetype:FREETYPE
!:no-freetype:
!gif

[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: elogviewer-2.5.ebuild ChangeLog elogviewer-0.5.2-r2.ebuild elogviewer-2.3-r1.ebuild elogviewer-2.3.ebuild

2015-05-16 Thread Brian Dolbec (dolsen)
dolsen  15/05/16 16:24:49

  Modified: ChangeLog
  Added:elogviewer-2.5.ebuild
  Removed:  elogviewer-0.5.2-r2.ebuild elogviewer-2.3-r1.ebuild
elogviewer-2.3.ebuild
  Log:
  Bump, remove old versions. Drop ~sparc from the new 2.5 version until the 
enum34 dep is keyworded
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0xD80F5F1E1245142E)

Revision  ChangesPath
1.61 app-portage/elogviewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   21 Apr 2015 18:44:59 -  1.60
+++ ChangeLog   16 May 2015 16:24:49 -  1.61
@@ -1,6 +1,14 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.60 
2015/04/21 18:44:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.61 
2015/05/16 16:24:49 dolsen Exp $
+
+*elogviewer-2.5 (16 May 2015)
+
+  16 May 2015; Brian Dolbec  +elogviewer-2.5.ebuild,
+  -elogviewer-0.5.2-r2.ebuild, -elogviewer-2.3-r1.ebuild,
+  -elogviewer-2.3.ebuild:
+  Bump, remove old versions. Drop ~sparc from the new 2.5 version until the
+  enum34 dep is keyworded
 
   21 Apr 2015; Pacho Ramos  elogviewer-2.1-r2.ebuild:
   ppc stable wrt bug #537934



1.1  app-portage/elogviewer/elogviewer-2.5.ebuild

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

Index: elogviewer-2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.5.ebuild,v 1.1 
2015/05/16 16:24:49 dolsen Exp $

EAPI=5
PYTHON_COMPAT=(python{2_7,3_3,3_4})
DISABLE_AUTOFORMATTING=true
inherit distutils-r1 eutils readme.gentoo

DESCRIPTION="Elog viewer for Gentoo"
HOMEPAGE="https://sourceforge.net/projects/elogviewer";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="|| (
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
dev-python/PyQt4[${PYTHON_USEDEP},X]
dev-python/pyside[${PYTHON_USEDEP},X] )
>=sys-apps/portage-2.1
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

DOC_CONTENTS="In order to use this software, you need to activate
Portage's elog features.  Required is
PORTAGE_ELOG_SYSTEM=\"save\"
and at least one of
PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
More information on the elog system can be found in /etc/make.conf.example

To operate properly this software needs the directory
${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
To start the software as a user, add yourself to the portage group."

src_install() {
mv elogviewer.py elogviewer
dobin elogviewer
doman elogviewer.1
make_desktop_entry ${PN} ${PN} ${PN} System
readme.gentoo_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-perl/autovivification: autovivification-0.150.0.ebuild ChangeLog autovivification-0.130.0.ebuild

2015-05-16 Thread Manuel Rueger (mrueg)
mrueg   15/05/16 16:22:50

  Modified: ChangeLog
  Added:autovivification-0.150.0.ebuild
  Removed:  autovivification-0.130.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.6  dev-perl/autovivification/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   5 Nov 2014 15:08:56 -   1.5
+++ ChangeLog   16 May 2015 16:22:50 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/autovivification
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.5 
2014/11/05 15:08:56 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.6 
2015/05/16 16:22:50 mrueg Exp $
+
+*autovivification-0.150.0 (16 May 2015)
+
+  16 May 2015; Manuel Rüger  
+autovivification-0.150.0.ebuild,
+  -autovivification-0.130.0.ebuild:
+  Version bump. Remove old.
 
 *autovivification-0.140.0 (05 Nov 2014)
 



1.1  dev-perl/autovivification/autovivification-0.150.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.150.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.150.0.ebuild?rev=1.1&content-type=text/plain

Index: autovivification-0.150.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.150.0.ebuild,v
 1.1 2015/05/16 16:22:50 mrueg Exp $
EAPI=5
MODULE_AUTHOR=VPIT
MODULE_VERSION=0.12
inherit perl-module

DESCRIPTION="Lexically disable autovivification"
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="virtual/perl-XSLoader"
DEPEND="${RDEPEND}
virtual/perl-Exporter
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Test-Simple"

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.613.ebuild ChangeLog jenkins-bin-1.611.ebuild

2015-05-16 Thread Manuel Rueger (mrueg)
mrueg   15/05/16 16:04:43

  Modified: ChangeLog
  Added:jenkins-bin-1.613.ebuild
  Removed:  jenkins-bin-1.611.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.29 dev-util/jenkins-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   7 May 2015 08:54:05 -   1.28
+++ ChangeLog   16 May 2015 16:04:43 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/jenkins-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.28 
2015/05/07 08:54:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.29 
2015/05/16 16:04:43 mrueg Exp $
+
+*jenkins-bin-1.613 (16 May 2015)
+
+  16 May 2015; Manuel Rüger  +jenkins-bin-1.613.ebuild,
+  -jenkins-bin-1.611.ebuild:
+  Version bump. Remove old.
 
 *jenkins-bin-1.612 (07 May 2015)
 



1.1  dev-util/jenkins-bin/jenkins-bin-1.613.ebuild

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

Index: jenkins-bin-1.613.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.613.ebuild,v 1.1 
2015/05/16 16:04:43 mrueg Exp $

EAPI=5

inherit user

DESCRIPTION="Extensible continuous integration server"
HOMEPAGE="http://jenkins-ci.org/";
LICENSE="MIT"
SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-fonts/dejavu
media-libs/freetype
!dev-util/jenkins-bin:lts
>=virtual/jre-1.7.0"

S=${WORKDIR}

JENKINS_DIR=/var/lib/jenkins

pkg_setup() {
enewgroup jenkins
enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
}

src_install() {
keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home

insinto /opt/jenkins
newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war

insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}

newinitd "${FILESDIR}"/${PN}.init2 jenkins
newconfd "${FILESDIR}"/${PN}.confd jenkins

fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-1.0.3.ebuild ChangeLog

2015-05-16 Thread Manuel Rueger (mrueg)
mrueg   15/05/16 16:00:20

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

Revision  ChangesPath
1.29 dev-libs/libsodium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   7 Apr 2015 14:11:56 -   1.28
+++ ChangeLog   16 May 2015 16:00:20 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libsodium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.28 
2015/04/07 14:11:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.29 
2015/05/16 16:00:20 mrueg Exp $
+
+*libsodium-1.0.3 (16 May 2015)
+
+  16 May 2015; Manuel Rüger  +libsodium-1.0.3.ebuild:
+  Version bump.
 
   28 Feb 2015; Markus Meier  libsodium-1.0.2.ebuild:
   arm stable, bug #539750



1.1  dev-libs/libsodium/libsodium-1.0.3.ebuild

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

Index: libsodium-1.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-1.0.3.ebuild,v 
1.1 2015/05/16 16:00:20 mrueg Exp $

EAPI=5

inherit eutils

DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
HOMEPAGE="https://github.com/jedisct1/libsodium";
SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz";

LICENSE="ISC"
SLOT="0/13"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
IUSE="+asm minimal static-libs +urandom"

src_configure() {
local myconf

# --disable-pie needed on x86, bug #512734
use x86 && myconf="${myconf} --disable-pie"

econf \
$(use_enable asm) \
$(use_enable minimal) \
$(use_enable !urandom blocking-random) \
$(use_enable static-libs static) \
${myconf}
}

src_install() {
default
prune_libtool_files
}






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

2015-05-16 Thread Jack Morgan (jmorgan)
jmorgan 15/05/16 15:54:48

  Modified: ChangeLog ufw-0.34_pre805-r2.ebuild
  Log:
  amd64 stable
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.20 net-firewall/ufw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 May 2015 15:46:54 -  1.19
+++ ChangeLog   16 May 2015 15:54:48 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/ufw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.19 
2015/05/16 15:46:54 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.20 
2015/05/16 15:54:48 jmorgan Exp $
+
+  16 May 2015; Jack Morgan  ufw-0.34_pre805-r2.ebuild:
+  amd64 stable
 
   16 May 2015; Jack Morgan  ufw-0.34_pre805-r2.ebuild:
   ppc/ppc64 stable, adding ia64 keyword



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

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

Index: ufw-0.34_pre805-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ufw-0.34_pre805-r2.ebuild   16 May 2015 15:46:54 -  1.4
+++ ufw-0.34_pre805-r2.ebuild   16 May 2015 15:54:48 -  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/ufw/ufw-0.34_pre805-r2.ebuild,v 1.4 
2015/05/16 15:46:54 jmorgan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v 1.5 
2015/05/16 15:54:48 jmorgan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc ~x86"
 IUSE="examples ipv6"
 
 DEPEND="sys-devel/gettext"






[gentoo-commits] gentoo-x86 commit in net-libs/stem: stem-1.4.0.ebuild ChangeLog stem-1.3.0_p20150414.ebuild stem-1.2.2_p20140718.ebuild

2015-05-16 Thread Manuel Rueger (mrueg)
mrueg   15/05/16 15:54:30

  Modified: ChangeLog
  Added:stem-1.4.0.ebuild
  Removed:  stem-1.3.0_p20150414.ebuild
stem-1.2.2_p20140718.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.11 net-libs/stem/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 Apr 2015 22:28:42 -  1.10
+++ ChangeLog   16 May 2015 15:54:30 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/stem
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.10 2015/04/16 
22:28:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.11 2015/05/16 
15:54:30 mrueg Exp $
+
+*stem-1.4.0 (16 May 2015)
+
+  16 May 2015; Manuel Rüger  +stem-1.4.0.ebuild,
+  -stem-1.2.2_p20140718.ebuild, -stem-1.3.0_p20150414.ebuild:
+  Version bump. Remove old.
 
 *stem-1.3.0_p20150414 (16 Apr 2015)
 



1.1  net-libs/stem/stem-1.4.0.ebuild

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

Index: stem-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.4.0.ebuild,v 1.1 
2015/05/16 15:54:30 mrueg Exp $

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

inherit vcs-snapshot distutils-r1

DESCRIPTION="Stem is a Python controller library for Tor"
HOMEPAGE="https://stem.torproject.org";
SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"

DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
net-misc/tor )
dev-python/setuptools[${PYTHON_USEDEP}]"

RDEPEND="net-misc/tor"

DOCS=( 
docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst}
 )

python_prepare_all() {
# Disable failing test
sed -i -e "/test_expand_path/a \
\ \ \ \ return" test/integ/util/system.py || die
sed -i -e "/test_get_connections_by_ss/,+1d"\
test/integ/util/connection.py || die
distutils-r1_python_prepare_all
}

python_test() {
${PYTHON} run_tests.py --all --target RUN_ALL || die
}






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

2015-05-16 Thread Jack Morgan (jmorgan)
jmorgan 15/05/16 15:46:54

  Modified: ChangeLog ufw-0.34_pre805-r2.ebuild
  Log:
  ppc/ppc64 stable, adding ia64 keyword
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.19 net-firewall/ufw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   7 May 2015 15:56:58 -   1.18
+++ ChangeLog   16 May 2015 15:46:54 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/ufw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.18 
2015/05/07 15:56:58 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.19 
2015/05/16 15:46:54 jmorgan Exp $
+
+  16 May 2015; Jack Morgan  ufw-0.34_pre805-r2.ebuild:
+  ppc/ppc64 stable, adding ia64 keyword
 
   07 May 2015; Jack Morgan  ufw-0.34_pre805-r2.ebuild:
   sparc stable



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

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

Index: ufw-0.34_pre805-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ufw-0.34_pre805-r2.ebuild   7 May 2015 15:56:58 -   1.3
+++ ufw-0.34_pre805-r2.ebuild   16 May 2015 15:46: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/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v 1.3 
2015/05/07 15:56:58 jmorgan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805-r2.ebuild,v 1.4 
2015/05/16 15:46:54 jmorgan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~amd64 ia64 ppc ppc64 sparc ~x86"
 IUSE="examples ipv6"
 
 DEPEND="sys-devel/gettext"






[gentoo-commits] gentoo-x86 commit in sys-auth/polkit-qt: ChangeLog polkit-qt-0.112.0.ebuild polkit-qt-0.103.0.ebuild

2015-05-16 Thread Michael Palimaka (kensington)
kensington15/05/16 15:14:47

  Modified: ChangeLog
  Removed:  polkit-qt-0.112.0.ebuild polkit-qt-0.103.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.41 sys-auth/polkit-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   16 May 2015 10:14:07 -  1.40
+++ ChangeLog   16 May 2015 15:14:47 -  1.41
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/polkit-qt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.40 
2015/05/16 10:14:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.41 
2015/05/16 15:14:47 kensington Exp $
+
+  16 May 2015; Michael Palimaka 
+  -polkit-qt-0.103.0.ebuild, -polkit-qt-0.112.0.ebuild:
+  Remove old.
 
   16 May 2015; Jeroen Roovers  polkit-qt-0.112.0-r1.ebuild:
   Stable for PPC64 (bug #524294).






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

2015-05-16 Thread Michael Palimaka
commit: 425fb6437913febd054acb7631873470a0fbbb6a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 16 15:04:49 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 16 15:04:49 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=425fb643

[kde-frameworks/kwallet] Whitespace and grammar.

Package-Manager: portage-2.2.19

 kde-frameworks/kwallet/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kwallet/metadata.xml 
b/kde-frameworks/kwallet/metadata.xml
index ccfd97a..fb195a9 100644
--- a/kde-frameworks/kwallet/metadata.xml
+++ b/kde-frameworks/kwallet/metadata.xml
@@ -2,5 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
kde
-   Support wallets with GnuPG encryption 
additionally to default blowfish-encrypted file
+   
+   Support wallets with GnuPG encryption in 
addition to the default blowfish-encrypted file
+   
 



[gentoo-commits] gentoo-x86 commit in dev-python/pyopenssl: pyopenssl-0.15.1.ebuild ChangeLog

2015-05-16 Thread Ian Delaney (idella4)
idella4 15/05/16 14:54:40

  Modified: ChangeLog
  Added:pyopenssl-0.15.1.ebuild
  Log:
  bump; update dep cryptography, re-intro fixed tests
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.136dev-python/pyopenssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   8 Apr 2015 08:05:11 -   1.135
+++ ChangeLog   16 May 2015 14:54:40 -  1.136
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyopenssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.135 
2015/04/08 08:05:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.136 
2015/05/16 14:54:40 idella4 Exp $
+
+*pyopenssl-0.15.1 (16 May 2015)
+
+  16 May 2015; Ian Delaney  +pyopenssl-0.15.1.ebuild:
+  bump; update dep cryptography, re-intro fixed tests
 
   08 Apr 2015; Michał Górny  pyopenssl-0.13.1-r1.ebuild,
   pyopenssl-0.13.1.ebuild:



1.1  dev-python/pyopenssl/pyopenssl-0.15.1.ebuild

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

Index: pyopenssl-0.15.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.15.1.ebuild,v 1.1 
2015/05/16 14:54:40 idella4 Exp $

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

inherit distutils-r1 flag-o-matic

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

DESCRIPTION="Python interface to the OpenSSL library"
HOMEPAGE="http://pyopenssl.sourceforge.net/ https://launchpad.net/pyopenssl 
http://pypi.python.org/pypi/pyOpenSSL";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="doc examples"

RDEPEND="
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
>=dev-python/cryptography-0.7[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

S=${WORKDIR}/${MY_P}

python_prepare_all() {
# https://github.com/pyca/pyopenssl/issues/41
sed -e "s/test_digest/_&/" -i OpenSSL/test/test_crypto.py

distutils-r1_python_prepare_all
}

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

python_test() {
esetup.py test

# https://bugs.launchpad.net/pyopenssl/+bug/1237953
rm -rf tmp* *.key *.pem
}

python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] proj/kde:master commit in: kde-apps/palapeli/, kde-apps/ksnakeduel/, kde-apps/kspaceduel/, kde-apps/picmi/, ...

2015-05-16 Thread Manuel Rüger
commit: 499252098217200d0e5e414961c77a0f23255e7f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat May 16 14:51:15 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 14:51:15 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49925209

[kde-apps] Fix deps.

 kde-apps/dolphin-plugins/dolphin-plugins-15.04.49..ebuild | 2 +-
 kde-apps/kajongg/kajongg-15.04.49..ebuild | 4 ++--
 kde-apps/kgoldrunner/kgoldrunner-15.04.49..ebuild | 2 +-
 kde-apps/kigo/kigo-15.04.49..ebuild   | 2 +-
 kde-apps/kiriki/kiriki-15.04.49..ebuild   | 2 +-
 kde-apps/klickety/klickety-15.04.49..ebuild   | 2 +-
 kde-apps/knavalbattle/knavalbattle-15.04.49..ebuild   | 2 +-
 kde-apps/kolf/kolf-15.04.49..ebuild   | 2 +-
 kde-apps/konquest/konquest-15.04.49..ebuild   | 2 +-
 kde-apps/kreversi/kreversi-15.04.49..ebuild   | 2 +-
 kde-apps/ksirk/ksirk-15.04.49..ebuild | 2 +-
 kde-apps/ksnakeduel/ksnakeduel-15.04.49..ebuild   | 2 +-
 kde-apps/kspaceduel/kspaceduel-15.04.49..ebuild   | 2 +-
 kde-apps/ksudoku/ksudoku-15.04.49..ebuild | 2 +-
 kde-apps/ktuberling/ktuberling-15.04.49..ebuild   | 2 +-
 kde-apps/kubrick/kubrick-15.04.49..ebuild | 2 +-
 kde-apps/lskat/lskat-15.04.49..ebuild | 2 +-
 kde-apps/palapeli/palapeli-15.04.49..ebuild   | 2 +-
 kde-apps/picmi/picmi-15.04.49..ebuild | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-15.04.49..ebuild 
b/kde-apps/dolphin-plugins/dolphin-plugins-15.04.49..ebuild
index d9f1852..e05acb8 100644
--- a/kde-apps/dolphin-plugins/dolphin-plugins-15.04.49..ebuild
+++ b/kde-apps/dolphin-plugins/dolphin-plugins-15.04.49..ebuild
@@ -14,7 +14,7 @@ DEPEND="
$(add_kdeapps_dep libkonq)
 "
 RDEPEND="${DEPEND}
-   $(add_kdeapps_dep kompare)
+   $(add_kdeapps_dep kompare '' '14.12.3')
bazaar? ( dev-vcs/bzr )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )

diff --git a/kde-apps/kajongg/kajongg-15.04.49..ebuild 
b/kde-apps/kajongg/kajongg-15.04.49..ebuild
index 45962ea..5142699 100644
--- a/kde-apps/kajongg/kajongg-15.04.49..ebuild
+++ b/kde-apps/kajongg/kajongg-15.04.49..ebuild
@@ -18,11 +18,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND="
${PYTHON_DEPS}
dev-db/sqlite:3
-   $(add_kdeapps_dep libkdegames)
+   $(add_kdeapps_dep libkdegames '' '14.12.3')
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 "
 RDEPEND="${DEPEND}
-   $(add_kdeapps_dep libkmahjongg)
+   $(add_kdeapps_dep libkmahjongg '' '14.12.3')
>=dev-python/twisted-core-8.2.0
 "
 

diff --git a/kde-apps/kgoldrunner/kgoldrunner-15.04.49..ebuild 
b/kde-apps/kgoldrunner/kgoldrunner-15.04.49..ebuild
index 035695e..0e171e5 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-15.04.49..ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-15.04.49..ebuild
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-   $(add_kdeapps_dep libkdegames)
+   $(add_kdeapps_dep libkdegames '' '14.12.3')
media-libs/libsndfile
media-libs/openal
 "

diff --git a/kde-apps/kigo/kigo-15.04.49..ebuild 
b/kde-apps/kigo/kigo-15.04.49..ebuild
index beea7d8..216709b 100644
--- a/kde-apps/kigo/kigo-15.04.49..ebuild
+++ b/kde-apps/kigo/kigo-15.04.49..ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.kde.org/applications/games/kigo/";
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="$(add_kdeapps_dep libkdegames '' '14.12.3')"
 RDEPEND="
${DEPEND}
games-board/gnugo

diff --git a/kde-apps/kiriki/kiriki-15.04.49..ebuild 
b/kde-apps/kiriki/kiriki-15.04.49..ebuild
index a10542a..2a93790 100644
--- a/kde-apps/kiriki/kiriki-15.04.49..ebuild
+++ b/kde-apps/kiriki/kiriki-15.04.49..ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="$(add_kdeapps_dep libkdegames '' '14.12.3')"
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/klickety/klickety-15.04.49..ebuild 
b/kde-apps/klickety/klickety-15.04.49..ebuild
index 532606a..bcf068e 100644
--- a/kde-apps/klickety/klickety-15.04.49..ebuild
+++ b/kde-apps/klickety/klickety-15.04.49..ebuild
@@ -12,5 +12,5 @@ DESCRIPTION="A KDE game almost the same as ksame, but a bit 
different"
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="$(add_kdeapps_dep libkdegames '' '14.12.3')"
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/knavalbattle/knavalbattle-15.04.49..ebuild 
b/kde-apps/knavalbattle/knavalbattle-15.04.49..ebuild
index d021af5..842eafa 100644
--- a/kde-apps/knavalbattle/knavalbattle-15.04.49..e

[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: swi-prolog-7.3.0.ebuild ChangeLog

2015-05-16 Thread Keri Harris (keri)
keri15/05/16 14:47:41

  Modified: ChangeLog
  Added:swi-prolog-7.3.0.ebuild
  Log:
  Add 7.3 development version
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.470dev-lang/swi-prolog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -r1.469 -r1.470
--- ChangeLog   3 May 2015 08:49:34 -   1.469
+++ ChangeLog   16 May 2015 14:47:41 -  1.470
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.469 
2015/05/03 08:49:34 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.470 
2015/05/16 14:47:41 keri Exp $
+
+*swi-prolog-7.3.0 (16 May 2015)
+
+  16 May 2015;  +swi-prolog-7.3.0.ebuild:
+  Add 7.3 development version
 
   03 May 2015;  -swi-prolog-7.1.31.ebuild,
   -swi-prolog-7.1.32.ebuild, -swi-prolog-7.1.33.ebuild,



1.1  dev-lang/swi-prolog/swi-prolog-7.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.3.0.ebuild?rev=1.1&content-type=text/plain

Index: swi-prolog-7.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.3.0.ebuild,v 1.1 
2015/05/16 14:47:41 keri Exp $

EAPI=4

inherit eutils flag-o-matic java-pkg-opt-2 multilib

PATCHSET_VER="0"

DESCRIPTION="free, small, and standard compliant Prolog compiler"
HOMEPAGE="http://www.swi-prolog.org/";
SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="archive debug doc +gmp hardened java minimal odbc +readline ssl 
static-libs test zlib X"

RDEPEND="sys-libs/ncurses
archive? ( app-arch/libarchive )
zlib? ( sys-libs/zlib )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )
gmp? ( dev-libs/gmp )
ssl? ( dev-libs/openssl )
java? ( >=virtual/jdk-1.5 )
X? (
virtual/jpeg
x11-libs/libX11
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM )"

DEPEND="${RDEPEND}
X? ( x11-proto/xproto )
java? ( test? ( =dev-java/junit-3.8* ) )"

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

src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch "${WORKDIR}"/${PV}

# OSX/Intel ld doesn't like an archive without table of contents
sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
}

src_configure() {
append-flags -fno-strict-aliasing
use ppc && append-flags -mno-altivec
use hardened && append-flags -fno-unit-at-a-time
use debug && append-flags -DO_DEBUG

# ARCH is used in the configure script to figure out host and target
# specific stuff
export ARCH=${CHOST}

export CC_FOR_BUILD=$(tc-getBUILD_CC)

cd "${S}"/src || die
econf \
--libdir="${EPREFIX}"/usr/$(get_libdir) \
$(use_enable gmp) \
$(use_enable readline) \
$(use_enable static-libs static) \
--enable-shared \
--enable-custom-flags COFLAGS="${CFLAGS}"

if ! use minimal ; then
local jpltestconf
if use java && use test ; then
jpltestconf="--with-junit=$(java-config --classpath 
junit)"
fi

cd "${S}/packages" || die
econf \
--libdir="${EPREFIX}"/usr/$(get_libdir) \
$(use_with archive) \
$(use_with java jpl) \
${jpltestconf} \
$(use_with odbc) \
$(use_with ssl) \
$(use_with X xpce) \
$(use_with zlib) \
  

[gentoo-commits] gentoo-x86 commit in dev-python/cryptography: cryptography-0.6.1.ebuild cryptography-0.7.2.ebuild cryptography-0.8.2.ebuild cryptography-0.8.ebuild cryptography-0.7.1-r1.ebuild crypto

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 14:15:53

  Modified: cryptography-0.6.1.ebuild cryptography-0.7.2.ebuild
cryptography-0.8.2.ebuild cryptography-0.8.ebuild
cryptography-0.7.1-r1.ebuild
cryptography-0.5.4.ebuild cryptography-0.8.1.ebuild
ChangeLog
  Log:
  Keyword ~ppc.  Bug #533430.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key 0xF52D4BBA)

Revision  ChangesPath
1.9  dev-python/cryptography/cryptography-0.6.1.ebuild

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

Index: cryptography-0.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.6.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cryptography-0.6.1.ebuild   4 Apr 2015 19:58:14 -   1.8
+++ cryptography-0.6.1.ebuild   16 May 2015 14:15:53 -  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-python/cryptography/cryptography-0.6.1.ebuild,v 1.8 
2015/04/04 19:58:14 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.6.1.ebuild,v 1.9 
2015/05/16 14:15:53 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc ppc64 s390 sh x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



1.4  dev-python/cryptography/cryptography-0.7.2.ebuild

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

Index: cryptography-0.7.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cryptography-0.7.2.ebuild   23 Apr 2015 22:34:41 -  1.3
+++ cryptography-0.7.2.ebuild   16 May 2015 14:15: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/dev-python/cryptography/cryptography-0.7.2.ebuild,v 1.3 
2015/04/23 22:34:41 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.7.2.ebuild,v 1.4 
2015/05/16 14:15:53 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



1.3  dev-python/cryptography/cryptography-0.8.2.ebuild

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

Index: cryptography-0.8.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.8.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cryptography-0.8.2.ebuild   23 Apr 2015 22:34:41 -  1.2
+++ cryptography-0.8.2.ebuild   16 May 2015 14:15:53 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under t

[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.4.ebuild ChangeLog

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 14:04:15

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  Keyword ~ppc.  Bug #533430.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.13 dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- enum34-1.0.4.ebuild 23 Apr 2015 22:33:58 -  1.12
+++ enum34-1.0.4.ebuild 16 May 2015 14:04:15 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 
1.12 2015/04/23 22:33:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 
1.13 2015/05/16 14:04:15 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh 
~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc"
 
 DEPEND=""



1.19 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   23 Apr 2015 22:33:58 -  1.18
+++ ChangeLog   16 May 2015 14:04:15 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.18 
2015/04/23 22:33:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.19 
2015/05/16 14:04:15 blueness Exp $
+
+  16 May 2015; Anthony G. Basile  enum34-1.0.4.ebuild:
+  Keyword ~ppc.  Bug #533430.
 
   23 Apr 2015; Jeroen Roovers  enum34-1.0.4.ebuild:
   Marked ~ppc64 (bug #533430).






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-4.0.3-r1.ebuild ChangeLog

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 13:58:49

  Modified: ChangeLog
  Added:hardened-sources-4.0.3-r1.ebuild
  Log:
  vanilla-4.0.3 + genpatches-4.0-2 + grsecurity-3.1-4.0.3-201505141746
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1277   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1276
retrieving revision 1.1277
diff -u -r1.1276 -r1.1277
--- ChangeLog   16 May 2015 13:38:43 -  1.1276
+++ ChangeLog   16 May 2015 13:58:49 -  1.1277
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1276 2015/05/16 13:38:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1277 2015/05/16 13:58:49 blueness Exp $
+
+*hardened-sources-4.0.3-r1 (16 May 2015)
+
+  16 May 2015; Anthony G. Basile 
+  +hardened-sources-4.0.3-r1.ebuild:
+  vanilla-4.0.3 + genpatches-4.0-2 + grsecurity-3.1-4.0.3-201505141746
 
 *hardened-sources-3.14.42-r1 (16 May 2015)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild

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

Index: hardened-sources-4.0.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild,v
 1.1 2015/05/16 13:58:49 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="2"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






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

2015-05-16 Thread Manuel Rüger
commit: 53fcdf981e0433ad20e3fe1a3c7072cff1b1286a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat May 16 09:01:28 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 09:10:03 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53fcdf98

[kde-apps/gpgmepp] Add missing DEPEND on dev-libs/boost

Package-Manager: portage-2.2.19

 kde-apps/gpgmepp/gpgmepp-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/gpgmepp/gpgmepp-.ebuild 
b/kde-apps/gpgmepp/gpgmepp-.ebuild
index 1bf5296..b74885f 100644
--- a/kde-apps/gpgmepp/gpgmepp-.ebuild
+++ b/kde-apps/gpgmepp/gpgmepp-.ebuild
@@ -11,7 +11,9 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
app-crypt/gpgme:=
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"



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

2015-05-16 Thread Manuel Rüger
commit: f4b299aad01cef35319384d46d0f0d9b657be261
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat May 16 08:42:44 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 08:51:50 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4b299aa

[kde-frameworks/kwallet] Add USE=gpg and missing DEPENDs

Package-Manager: portage-2.2.19

 kde-frameworks/kwallet/kwallet-.ebuild | 14 +-
 kde-frameworks/kwallet/metadata.xml|  1 +
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kwallet/kwallet-.ebuild 
b/kde-frameworks/kwallet/kwallet-.ebuild
index 6bd90cfa..9b35d12 100644
--- a/kde-frameworks/kwallet/kwallet-.ebuild
+++ b/kde-frameworks/kwallet/kwallet-.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Framework providing desktop-wide storage for passwords"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="gpg"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -25,5 +25,17 @@ RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+   gpg? (
+   $(add_kdeapps_dep gpgmepp)
+   app-crypt/gpgme
+   )
 "
 DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package gpg Gpgme)
+   $(cmake-utils_use_find_package gpg Gpgmepp)
+   )
+   kde5_src_configure
+}

diff --git a/kde-frameworks/kwallet/metadata.xml 
b/kde-frameworks/kwallet/metadata.xml
index a23f444..ccfd97a 100644
--- a/kde-frameworks/kwallet/metadata.xml
+++ b/kde-frameworks/kwallet/metadata.xml
@@ -2,4 +2,5 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
kde
+   Support wallets with GnuPG encryption 
additionally to default blowfish-encrypted file
 



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

2015-05-16 Thread Manuel Rüger
commit: a8b5e5c3d1d1d4ef7c55d296064b41b138b261bb
Author: Manuel Rüger  rueg  eu>
AuthorDate: Sat May 16 13:56:46 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 13:56:46 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8b5e5c3

Merge pull request #231 from a17r/kwallet

[kde-frameworks/kwallet] Add USE=gpg and missing DEPENDs

 kde-apps/gpgmepp/gpgmepp-.ebuild   |  6 --
 kde-frameworks/kwallet/kwallet-.ebuild | 14 +-
 kde-frameworks/kwallet/metadata.xml|  1 +
 3 files changed, 18 insertions(+), 3 deletions(-)



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

2015-05-16 Thread Manuel Rüger
commit: b1a59ac65bbb8984a7eed4d4fc964c9c5378e9ae
Author: Manuel Rüger  rueg  eu>
AuthorDate: Sat May 16 13:55:44 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 13:55:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1a59ac6

Merge pull request #232 from a17r/kdeconnect

[kde-misc/kdeconnect] Add missing DEPENDs

 kde-misc/kdeconnect/kdeconnect-.ebuild | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)



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

2015-05-16 Thread Manuel Rüger
commit: 5127365c210d3a1d2c63abda1782776ecdfe1ecb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat May 16 12:02:27 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat May 16 12:17:53 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5127365c

[kde-misc/kdeconnect] Add missing DEPENDs

Package-Manager: portage-2.2.19

 kde-misc/kdeconnect/kdeconnect-.ebuild | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-.ebuild 
b/kde-misc/kdeconnect/kdeconnect-.ebuild
index 5473d06..3bfe291 100644
--- a/kde-misc/kdeconnect/kdeconnect-.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-.ebuild
@@ -17,7 +17,21 @@ KEYWORDS=""
 LICENSE="GPL-2+"
 
 DEPEND="
-   app-crypt/qca:2[qt5,openssl]
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   >=app-crypt/qca-2.1.0:2[qt5,openssl]
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
x11-libs/libfakekey
 "
 RDEPEND="${DEPEND}



[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.42-r1.ebuild ChangeLog

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 13:38:43

  Modified: ChangeLog
  Added:hardened-sources-3.14.42-r1.ebuild
  Log:
  vanilla-3.14.42 + genpatches-3.14-46 + grsecurity-3.1-3.14.42-201505141745
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1276   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1275
retrieving revision 1.1276
diff -u -r1.1275 -r1.1276
--- ChangeLog   16 May 2015 12:23:34 -  1.1275
+++ ChangeLog   16 May 2015 13:38:43 -  1.1276
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1275 2015/05/16 12:23:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1276 2015/05/16 13:38:43 blueness Exp $
+
+*hardened-sources-3.14.42-r1 (16 May 2015)
+
+  16 May 2015; Anthony G. Basile 
+  +hardened-sources-3.14.42-r1.ebuild:
+  vanilla-3.14.42 + genpatches-3.14-46 + grsecurity-3.1-3.14.42-201505141745
 
 *hardened-sources-3.2.69-r1 (16 May 2015)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild

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

Index: hardened-sources-3.14.42-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild,v
 1.1 2015/05/16 13:38:43 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="46"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






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

2015-05-16 Thread Anthony G. Basile
commit: f1f570189c2640efc3aa305dd1664259d7606c3c
Author: layman  localhost>
AuthorDate: Sat May 16 12:47:32 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May 16 12:47:32 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=f1f57018

sys-kernel/hardened-sources: fix patchset 20150514

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

 ...rdened-sources-3.14.42.ebuild => hardened-sources-3.14.42-r1.ebuild} | 2 +-
 .../{hardened-sources-4.0.3.ebuild => hardened-sources-4.0.3-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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



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

2015-05-16 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May 16 12:48:47 2015 +

New tag: 20150514




[gentoo-commits] proj/hardened-patchset:master commit in: 3.14.42/, 4.0.3/

2015-05-16 Thread Anthony G. Basile
commit: 4aae0413678ab1215209fe48b9cdc239e0d3f564
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat May 16 12:48:05 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May 16 12:48:05 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=4aae0413

Fix Grsec/PaX: 3.1-{3.14.42,4.0.3}-201505141746

 3.14.42/_README  |4 +
 3.14.42/1041_linux-3.14.42.patch | 1174 
 4.0.3/_README|6 +-
 4.0.3/1002_linux-4.0.3.patch | 2827 ++
 4 files changed, 4010 insertions(+), 1 deletion(-)

diff --git a/3.14.42/_README b/3.14.42/_README
index 4c7184c..18f34e7 100644
--- a/3.14.42/_README
+++ b/3.14.42/_README
@@ -6,6 +6,10 @@ Patch: 1040_linux-3.14.41.patch
 From:  http://www.kernel.org
 Desc:  Linux 3.14.41
 
+Patch: 1041_linux-3.14.42.patch
+From:  http://www.kernel.org
+Desc:  Linux 3.14.42
+
 Patch: 4420_grsecurity-3.1-3.14.42-201505141745.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity

diff --git a/3.14.42/1041_linux-3.14.42.patch b/3.14.42/1041_linux-3.14.42.patch
new file mode 100644
index 000..16e5d88
--- /dev/null
+++ b/3.14.42/1041_linux-3.14.42.patch
@@ -0,0 +1,1174 @@
+diff --git a/Makefile b/Makefile
+index 7a60d4a..b9d850d 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 41
++SUBLEVEL = 42
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c
+index d68b410..a0c63fc 100644
+--- a/arch/arc/kernel/signal.c
 b/arch/arc/kernel/signal.c
+@@ -131,6 +131,15 @@ SYSCALL_DEFINE0(rt_sigreturn)
+   /* Don't restart from sigreturn */
+   syscall_wont_restart(regs);
+ 
++  /*
++   * Ensure that sigreturn always returns to user mode (in case the
++   * regs saved on user stack got fudged between save and sigreturn)
++   * Otherwise it is easy to panic the kernel with a custom
++   * signal handler and/or restorer which clobberes the status32/ret
++   * to return to a bogus location in kernel mode.
++   */
++  regs->status32 |= STATUS_U_MASK;
++
+   return regs->r0;
+ 
+ badframe:
+@@ -234,8 +243,11 @@ setup_rt_frame(int signo, struct k_sigaction *ka, 
siginfo_t *info,
+ 
+   /*
+* handler returns using sigreturn stub provided already by userpsace
++   * If not, nuke the process right away
+*/
+-  BUG_ON(!(ka->sa.sa_flags & SA_RESTORER));
++  if(!(ka->sa.sa_flags & SA_RESTORER))
++  return 1;
++
+   regs->blink = (unsigned long)ka->sa.sa_restorer;
+ 
+   /* User Stack for signal handler will be above the frame just carved */
+@@ -302,12 +314,12 @@ handle_signal(unsigned long sig, struct k_sigaction *ka, 
siginfo_t *info,
+ struct pt_regs *regs)
+ {
+   sigset_t *oldset = sigmask_to_save();
+-  int ret;
++  int failed;
+ 
+   /* Set up the stack frame */
+-  ret = setup_rt_frame(sig, ka, info, oldset, regs);
++  failed = setup_rt_frame(sig, ka, info, oldset, regs);
+ 
+-  if (ret)
++  if (failed)
+   force_sigsegv(sig, current);
+   else
+   signal_delivered(sig, info, ka, regs, 0);
+diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
+index 275a7dc..63688d3 100644
+--- a/drivers/block/rbd.c
 b/drivers/block/rbd.c
+@@ -2084,6 +2084,11 @@ static bool rbd_img_obj_end_request(struct 
rbd_obj_request *obj_request)
+   result, xferred);
+   if (!img_request->result)
+   img_request->result = result;
++  /*
++   * Need to end I/O on the entire obj_request worth of
++   * bytes in case of error.
++   */
++  xferred = obj_request->length;
+   }
+ 
+   /* Image object requests don't own their page array */
+diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
+index 35bf2bb..11804cc 100644
+--- a/drivers/gpu/drm/radeon/si_dpm.c
 b/drivers/gpu/drm/radeon/si_dpm.c
+@@ -2913,6 +2913,7 @@ struct si_dpm_quirk {
+ static struct si_dpm_quirk si_dpm_quirk_list[] = {
+   /* PITCAIRN - https://bugs.freedesktop.org/show_bug.cgi?id=76490 */
+   { PCI_VENDOR_ID_ATI, 0x6810, 0x1462, 0x3036, 0, 12 },
++  { PCI_VENDOR_ID_ATI, 0x6811, 0x174b, 0xe271, 0, 12 },
+   { 0, 0, 0, 0 },
+ };
+ 
+diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
+index 505fe29..8c24881 100644
+--- a/drivers/hv/channel_mgmt.c
 b/drivers/hv/channel_mgmt.c
+@@ -716,7 +716,7 @@ int vmbus_request_offers(void)
+ {
+   struct vmbus_channel_message_header *msg;
+   struct vmbus_channel_msginfo *msginfo;
+-  int ret, t;
++  int ret;
+ 
+   msginfo = kmalloc(sizeof(*msginfo) +
+ sizeof(struct vmbus_channel_message_header),
+@@ -724,8 +72

[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.69-r1.ebuild ChangeLog

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 12:23:34

  Modified: ChangeLog
  Added:hardened-sources-3.2.69-r1.ebuild
  Log:
  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505141743
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1275   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1274
retrieving revision 1.1275
diff -u -r1.1274 -r1.1275
--- ChangeLog   11 May 2015 19:35:41 -  1.1274
+++ ChangeLog   16 May 2015 12:23:34 -  1.1275
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1274 2015/05/11 19:35:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1275 2015/05/16 12:23:34 blueness Exp $
+
+*hardened-sources-3.2.69-r1 (16 May 2015)
+
+  16 May 2015; Anthony G. Basile 
+  +hardened-sources-3.2.69-r1.ebuild:
+  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505141743
 
 *hardened-sources-4.0.2-r1 (11 May 2015)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild

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

Index: hardened-sources-3.2.69-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild,v
 1.1 2015/05/16 12:23:34 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ceph-0.93.ebuild ceph-9999.ebuild ChangeLog

2015-05-16 Thread Anthony G. Basile (blueness)
blueness15/05/16 12:20:13

  Modified: ceph-0.93.ebuild ceph-.ebuild ChangeLog
  Log:
  Keyword ~arm, ~ppc and ~ppc64.  Bug #549516.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  sys-cluster/ceph/ceph-0.93.ebuild

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

Index: ceph-0.93.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.93.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ceph-0.93.ebuild8 Apr 2015 18:25:44 -   1.2
+++ ceph-0.93.ebuild16 May 2015 12:20:13 -  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-cluster/ceph/ceph-0.93.ebuild,v 1.2 
2015/04/08 18:25:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.93.ebuild,v 1.3 
2015/05/16 12:20:13 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 else
SRC_URI="http://ceph.com/download/${P}.tar.bz2";
 fi
-KEYWORDS=""
+KEYWORDS="~arm ~ppc ~ppc64"
 
 inherit autotools eutils multilib python-any-r1 udev readme.gentoo 
${scm_eclass}
 



1.16 sys-cluster/ceph/ceph-.ebuild

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

Index: ceph-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ceph-.ebuild8 Apr 2015 18:25:44 -   1.15
+++ ceph-.ebuild16 May 2015 12:20:13 -  1.16
@@ -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/ceph/ceph-.ebuild,v 1.15 
2015/04/08 18:25:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-.ebuild,v 1.16 
2015/05/16 12:20:13 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
KEYWORDS=""
 else
SRC_URI="http://ceph.com/download/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 fi
 
 inherit autotools eutils multilib python-any-r1 udev readme.gentoo 
${scm_eclass}



1.73 sys-cluster/ceph/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   20 Apr 2015 03:01:01 -  1.72
+++ ChangeLog   16 May 2015 12:20:13 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ceph
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.72 
2015/04/20 03:01:01 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.73 
2015/05/16 12:20:13 blueness Exp $
+
+  16 May 2015; Anthony G. Basile  ceph-0.93.ebuild,
+  ceph-.ebuild:
+  Keyword ~arm, ~ppc and ~ppc64.  Bug #549516.
 
   20 Apr 2015; Yixun Lan  -ceph-0.67.9-r1.ebuild,
   -ceph-0.67.10-r1.ebuild, -ceph-0.80.5-r1.ebuild, -ceph-0.80.7-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in net-misc/vinagre: vinagre-3.14.3-r1.ebuild ChangeLog vinagre-3.12.2.ebuild

2015-05-16 Thread Pacho Ramos (pacho)
pacho   15/05/16 12:16:25

  Modified: ChangeLog
  Added:vinagre-3.14.3-r1.ebuild
  Removed:  vinagre-3.12.2.ebuild
  Log:
  Fix building with latest freerdp (#548708 by Chris Mayo and Nick Andrade), 
IPV6 kernel support is needed (#518574 by Lubos Kolouch), drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.116net-misc/vinagre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   15 Mar 2015 13:32:22 -  1.115
+++ ChangeLog   16 May 2015 12:16:25 -  1.116
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/vinagre
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.115 
2015/03/15 13:32:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.116 
2015/05/16 12:16:25 pacho Exp $
+
+*vinagre-3.14.3-r1 (16 May 2015)
+
+  16 May 2015; Pacho Ramos 
+  +files/vinagre-3.14.3-freerdp2.patch, +vinagre-3.14.3-r1.ebuild,
+  -vinagre-3.12.2.ebuild:
+  Fix building with latest freerdp (#548708 by Chris Mayo and Nick Andrade),
+  IPV6 kernel support is needed (#518574 by Lubos Kolouch), drop old.
 
   15 Mar 2015; Pacho Ramos  vinagre-3.14.3.ebuild:
   x86 stable, bug 534012



1.1  net-misc/vinagre/vinagre-3.14.3-r1.ebuild

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

Index: vinagre-3.14.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.14.3-r1.ebuild,v 
1.1 2015/05/16 12:16:25 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION=0.18

inherit gnome2 linux-info vala

DESCRIPTION="VNC client for the GNOME desktop"
HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre";

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE="rdp +ssh spice +telepathy zeroconf"

# cairo used in vinagre-tab
# gdk-pixbuf used all over the place
RDEPEND="
>=dev-libs/glib-2.28.0:2
>=x11-libs/gtk+-3.9.6:3
app-crypt/libsecret
>=dev-libs/libxml2-2.6.31:2
>=net-libs/gtk-vnc-0.4.3[gtk3]
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-themes/hicolor-icon-theme

rdp? ( net-misc/freerdp )
ssh? ( >=x11-libs/vte-0.20:2.91 )
spice? (
app-emulation/spice-protocol
>=net-misc/spice-gtk-0.5[gtk3] )
telepathy? (
dev-libs/dbus-glib
>=net-libs/telepathy-glib-0.11.6 )
zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-libs/appstream-glib
>=dev-util/intltool-0.50
>=sys-devel/gettext-0.17
virtual/pkgconfig
$(vala_depend)
"

pkg_pretend() {
# Needed for VNC ssh tunnel, bug #518574
CONFIG_CHECK="~IPV6"
check_extra_config
}

src_prepare() {
# Fix RDP initialization with recent FreeRDP (from 'master')
epatch "${FILESDIR}"/${PN}-3.14.3-freerdp.patch
epatch "${FILESDIR}"/${PN}-3.14.3-freerdp2.patch

vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
gnome2_src_configure \
$(use_enable rdp) \
$(use_enable ssh) \
$(use_enable spice) \
$(use_with telepathy) \
$(use_with zeroconf avahi) \
ITSTOOL=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in net-misc/vinagre/files: vinagre-3.14.3-freerdp2.patch

2015-05-16 Thread Pacho Ramos (pacho)
pacho   15/05/16 12:16:25

  Added:vinagre-3.14.3-freerdp2.patch
  Log:
  Fix building with latest freerdp (#548708 by Chris Mayo and Nick Andrade), 
IPV6 kernel support is needed (#518574 by Lubos Kolouch), drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  net-misc/vinagre/files/vinagre-3.14.3-freerdp2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/files/vinagre-3.14.3-freerdp2.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/files/vinagre-3.14.3-freerdp2.patch?rev=1.1&content-type=text/plain

Index: vinagre-3.14.3-freerdp2.patch
===
>From c819f3e06363faa3e0c1503d7bbcf3ac88c6dedd Mon Sep 17 00:00:00 2001
From: Nick Andrade 
Date: Sat, 16 May 2015 08:03:29 +0100
Subject: Fix building against newer FreeRDP versions

https://bugzilla.gnome.org/show_bug.cgi?id=749124

diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index c4c11f8..690a580 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -887,7 +887,6 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings->RdpSecurity = TRUE;
   settings->TlsSecurity = TRUE;
   settings->NlaSecurity = TRUE;
-  settings->DisableEncryption = FALSE;
   settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #else
@@ -898,6 +897,12 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings->encryption_method = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings->encryption_level = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #endif
+#include 
+#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && 
FREERDP_VERSION_REVISION >= 1)
+  settings->UseRdpSecurityLayer = FALSE;
+#else
+  settings->DisableEncryption = FALSE;
+#endif
 
   /* Set display size */
 #if HAVE_FREERDP_1_1
-- 
cgit v0.10.2







[gentoo-commits] gentoo-x86 commit in dev-qt/qtchooser: qtchooser-0_p20150102.ebuild ChangeLog

2015-05-16 Thread Pacho Ramos (pacho)
pacho   15/05/16 11:35:17

  Modified: qtchooser-0_p20150102.ebuild ChangeLog
  Log:
  ppc stable wrt bug #530238
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  ChangesPath
1.7  dev-qt/qtchooser/qtchooser-0_p20150102.ebuild

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

Index: qtchooser-0_p20150102.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtchooser-0_p20150102.ebuild16 May 2015 09:34:18 -  1.6
+++ qtchooser-0_p20150102.ebuild16 May 2015 11:35:17 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.6 
2015/05/16 09:34:18 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.7 
2015/05/16 11:35:17 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86"
 IUSE="qt5 test"
 
 DEPEND="qt5? ( test? (



1.12 dev-qt/qtchooser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   16 May 2015 09:34:18 -  1.11
+++ ChangeLog   16 May 2015 11:35:17 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtchooser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v 1.11 
2015/05/16 09:34:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v 1.12 
2015/05/16 11:35:17 pacho Exp $
+
+  16 May 2015; Pacho Ramos  qtchooser-0_p20150102.ebuild:
+  ppc stable wrt bug #530238
 
   16 May 2015; Jeroen Roovers  qtchooser-0_p20150102.ebuild:
   Stable for HPPA PPC64 (bug #530238).






  1   2   3   >