[gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r2.ebuild ChangeLog

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 06:08:20

  Modified: ChangeLog
  Added:herqq-1.0.0-r2.ebuild
  Log:
  Bump EAPI. Correct dependencies. Disable building of test application. Fix 
unconditional API documentation installation.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.14 media-libs/herqq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Jan 2014 18:46:17 -   1.13
+++ ChangeLog   23 Jun 2014 06:08:20 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/herqq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.13 
2014/01/02 18:46:17 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.14 
2014/06/23 06:08:20 kensington Exp $
+
+*herqq-1.0.0-r2 (23 Jun 2014)
+
+  23 Jun 2014; Michael Palimaka kensing...@gentoo.org +herqq-1.0.0-r2.ebuild:
+  Bump EAPI. Correct dependencies. Disable building of test application. Fix
+  unconditional API documentation installation.
 
   02 Jan 2014; Sergey Popov pinkb...@gentoo.org herqq-1.0.0-r1.ebuild:
   Add blocker for media-libs/hupnp-ng, which is fork of this library



1.1  media-libs/herqq/herqq-1.0.0-r2.ebuild

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

Index: herqq-1.0.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v 1.1 
2014/06/23 06:08:20 kensington Exp $

EAPI=5

inherit multilib qt4-r2

DESCRIPTION=A software library for building UPnP devices
HOMEPAGE=http://www.herqq.org;
SRC_URI=mirror://sourceforge/hupnp/${P}.zip

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=doc

# no release of QtSolutions using bundled libQtSolutions_SOAP
RDEPEND=
dev-qt/qtcore:4
!media-libs/hupnp-ng

DEPEND=${RDEPEND}
app-arch/unzip


DOCS=( hupnp/ChangeLog )

src_prepare() {
# fix the .pro file for multilib issues
sed \
-e s:PREFIX/lib:PREFIX/$(get_libdir): \
-i ${S}/hupnp/src.pro \
-i ${S}/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro 
|| die
qt4-r2_src_prepare
}

src_configure() {
eqmake4 PREFIX=${EPREFIX}/usr/ CONFIG+=DISABLE_TESTAPP
}

src_install() {
qt4-r2_src_install
use doc  dohtml -r hupnp/docs/html/
}






[gentoo-commits] gentoo-x86 commit in media-libs/herqq: ChangeLog

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 06:24:48

  Modified: ChangeLog
  Log:
  Add bug number to ChangeLog.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.15 media-libs/herqq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   23 Jun 2014 06:08:20 -  1.14
+++ ChangeLog   23 Jun 2014 06:24:48 -  1.15
@@ -1,12 +1,12 @@
 # ChangeLog for media-libs/herqq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.14 
2014/06/23 06:08:20 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.15 
2014/06/23 06:24:48 kensington Exp $
 
 *herqq-1.0.0-r2 (23 Jun 2014)
 
   23 Jun 2014; Michael Palimaka kensing...@gentoo.org +herqq-1.0.0-r2.ebuild:
-  Bump EAPI. Correct dependencies. Disable building of test application. Fix
-  unconditional API documentation installation.
+  Bump EAPI. Correct dependencies wrt bug #514558. Disable building of test
+  application. Fix unconditional API documentation installation.
 
   02 Jan 2014; Sergey Popov pinkb...@gentoo.org herqq-1.0.0-r1.ebuild:
   Add blocker for media-libs/hupnp-ng, which is fork of this library






[gentoo-commits] gentoo-x86 commit in media-sound/qtagconvert/files: - New directory

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 06:41:41

  Log:
  Directory /var/cvsroot/gentoo-x86/media-sound/qtagconvert/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-sound/qtagconvert/files: qtagconvert-2.0.0-desktop.patch

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 06:44:15

  Added:qtagconvert-2.0.0-desktop.patch
  Log:
  EAPI bump. Add missing dependencies wrt bug #514590. Fix .desktop validation. 
Avoid installing COPYING file.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.1  
media-sound/qtagconvert/files/qtagconvert-2.0.0-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtagconvert/files/qtagconvert-2.0.0-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtagconvert/files/qtagconvert-2.0.0-desktop.patch?rev=1.1content-type=text/plain

Index: qtagconvert-2.0.0-desktop.patch
===
Solve validation errors and add an additional category.

--- qtagconvert.desktop
+++ qtagconvert.desktop
@@ -1,14 +1,12 @@
 [Desktop Entry]
 Type=Application
-Version=2.0.0
-Encoding=UTF-8
+Version=1.0
 Name=QTagConvert
 Name[ru]=QTagConvert
 GenericName=Tag Editor
 GenericName[ru]=Редактор тегов
 Exec=qtagconvert
-Comment=QTagConvert
 Icon=qtagconvert
 MimeType=audio/mpeg;audio/x-mp3;
 Terminal=false
-Categories=AudioVideo;
+Categories=Qt;AudioVideo;






[gentoo-commits] gentoo-x86 commit in media-sound/qtagconvert: qtagconvert-2.0.0-r2.ebuild ChangeLog

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 06:44:15

  Modified: ChangeLog
  Added:qtagconvert-2.0.0-r2.ebuild
  Log:
  EAPI bump. Add missing dependencies wrt bug #514590. Fix .desktop validation. 
Avoid installing COPYING file.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.4  media-sound/qtagconvert/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtagconvert/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   2 Mar 2013 22:01:49 -   1.3
+++ ChangeLog   23 Jun 2014 06:44:15 -  1.4
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/qtagconvert
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtagconvert/ChangeLog,v 1.3 
2013/03/02 22:01:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtagconvert/ChangeLog,v 1.4 
2014/06/23 06:44:15 kensington Exp $
+
+*qtagconvert-2.0.0-r2 (23 Jun 2014)
+
+  23 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  +files/qtagconvert-2.0.0-desktop.patch, +qtagconvert-2.0.0-r2.ebuild:
+  EAPI bump. Add missing dependencies wrt bug #514590. Fix .desktop validation.
+  Avoid installing COPYING file.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org
   qtagconvert-2.0.0-r1.ebuild:



1.1  media-sound/qtagconvert/qtagconvert-2.0.0-r2.ebuild

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

Index: qtagconvert-2.0.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/qtagconvert/qtagconvert-2.0.0-r2.ebuild,v 
1.1 2014/06/23 06:44:15 kensington Exp $

EAPI=5

inherit qt4-r2

DESCRIPTION=Qt4 tag editor for mp3 files
HOMEPAGE=http://www.qt-apps.org/content/show.php/QTagConvert2?content=100481;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

DEPEND=dev-libs/glib:2
dev-qt/qtcore:4
dev-qt/qtgui:4
media-libs/taglib
RDEPEND=${DEPEND}

DOCS=( README.utf8 )
PATCHES=( ${FILESDIR}/${P}-desktop.patch )

src_prepare() {
sed -e /INSTALLS +=/s/documentation// -i ${PN}.pro \
|| die failed to remove unneeded docs

qt4-r2_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/gitinspector: ChangeLog gitinspector-0.3.2.ebuild

2014-06-23 Thread Justin Lecher (jlec)
jlec14/06/23 06:59:52

  Modified: ChangeLog
  Added:gitinspector-0.3.2.ebuild
  Log:
  dev-vcs/gitinspector: Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-vcs/gitinspector/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 Jan 2014 22:13:44 -   1.1
+++ ChangeLog   23 Jun 2014 06:59:52 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/gitinspector
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.1 
2014/01/06 22:13:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.2 
2014/06/23 06:59:52 jlec Exp $
+
+*gitinspector-0.3.2 (23 Jun 2014)
+
+  23 Jun 2014; Justin Lecher j...@gentoo.org +gitinspector-0.3.2.ebuild:
+  Version BUmp
 
 *gitinspector-0.3.1 (06 Jan 2014)
 



1.1  dev-vcs/gitinspector/gitinspector-0.3.2.ebuild

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

Index: gitinspector-0.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild,v 1.1 
2014/06/23 06:59:52 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Statistical analysis tool for git repositories
HOMEPAGE=https://code.google.com/p/gitinspector/;
SRC_URI=https://${PN}.googlecode.com/files/${PN}_${PV}.zip;

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

RDEPEND=dev-vcs/git
DEPEND=
test? ( ${RDEPEND} )






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

2014-06-23 Thread Justin Lecher (jlec)
jlec14/06/23 07:01:58

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

Revision  ChangesPath
1.97 sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   15 Jun 2014 17:31:59 -  1.96
+++ ChangeLog   23 Jun 2014 07:01:57 -  1.97
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/aufs3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.96 2014/06/15 
17:31:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.97 2014/06/23 
07:01:57 jlec Exp $
+
+*aufs3-3_p20140623 (23 Jun 2014)
+
+  23 Jun 2014; Justin Lecher j...@gentoo.org +aufs3-3_p20140623.ebuild:
+  Bump to latest aufs3 release
 
 *aufs3-3_p20140616 (15 Jun 2014)
 



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

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

Index: aufs3-3_p20140623.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140623.ebuild,v 1.1 
2014/06/23 07:01:58 jlec Exp $

EAPI=5

inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs

AUFS_VERSION=${PV%%_p*}
# highest branch version
PATCH_MAX_VER=15
# highest supported version
KERN_MAX_VER=16
# lowest supported version
KERN_MIN_VER=10

DESCRIPTION=An entirely re-designed and re-implemented Unionfs
HOMEPAGE=http://aufs.sourceforge.net/;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs

DEPEND=
dev-util/patchutils
dev-vcs/git
RDEPEND=
sys-fs/aufs-util
!sys-fs/aufs
!sys-fs/aufs2

S=${WORKDIR}/${PN}-standalone

MODULE_NAMES=aufs(misc:${S})

pkg_setup() {
CONFIG_CHECK+= !AUFS_FS
use inotify  CONFIG_CHECK+= ~FSNOTIFY
use nfs  CONFIG_CHECK+= EXPORTFS
use fuse  CONFIG_CHECK+= ~FUSE_FS
use hfs  CONFIG_CHECK+= ~HFSPLUS_FS
use pax_kernel  CONFIG_CHECK+= PAX  ERROR_PAX=Please use 
hardened sources

# this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
[ -n $PKG_SETUP_HAS_BEEN_RAN ]  return

get_version
kernel_is lt 3 ${KERN_MIN_VER} 0  die the kernel version isn't 
supported by upstream anymore. Please upgrade.
kernel_is gt 3 ${KERN_MAX_VER} 99  die kernel too new

linux-mod_pkg_setup

if [[ ${KV_MINOR} -gt ${PATCH_MAX_VER} ]]; then
PATCH_BRANCH=x-rcN
elif [[ ${KV_MINOR} == 10 ]]  [[ ${KV_PATCH} -ge 28 ]]; then
PATCH_BRANCH=${KV_MINOR}.x
elif [[ ${KV_MINOR} == 12 ]]; then
PATCH_BRANCH=${KV_MINOR}.x
else
PATCH_BRANCH=${KV_MINOR}
fi

case ${KV_EXTRA} in
)
elog It seems you are using vanilla-sources 
with aufs3
elog Please use sys-kernel/aufs-sources with 
USE=vanilla
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
-gentoo)
elog It seems you are using gentoo-sources 
with aufs3
elog Please use sys-kernel/aufs-sources
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
esac

pushd ${T}  /dev/null
unpack ${A}
cd ${PN}-standalone || die
local module_branch=origin/${PN}.${PATCH_BRANCH}
einfo Using ${module_branch} as patch source
git checkout -q -b local-${PN}.${PATCH_BRANCH} ${module_branch} || die
combinediff ${PN}-base.patch ${PN}-standalone.patch   
${T}/combined-1.patch
combinediff ${T}/combined-1.patch ${PN}-mmap.patch  

[gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: libiodbc-3.52.8-r2.ebuild ChangeLog

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 07:36:47

  Modified: ChangeLog
  Added:libiodbc-3.52.8-r2.ebuild
  Log:
  Enable multilib support, required for dev-qt/qtsql. Remove obsolete 
dependencies.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.61 dev-db/libiodbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   9 Apr 2013 12:17:42 -   1.60
+++ ChangeLog   23 Jun 2014 07:36:46 -  1.61
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/libiodbc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.60 2013/04/09 
12:17:42 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.61 2014/06/23 
07:36:46 mgorny Exp $
+
+*libiodbc-3.52.8-r2 (23 Jun 2014)
+
+  23 Jun 2014; Michał Górny mgo...@gentoo.org +libiodbc-3.52.8-r2.ebuild:
+  Enable multilib support, required for dev-qt/qtsql. Remove obsolete
+  dependencies.
 
 *libiodbc-3.52.8-r1 (09 Apr 2013)
 



1.1  dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild

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

Index: libiodbc-3.52.8-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild,v 
1.1 2014/06/23 07:36:46 mgorny Exp $

EAPI=5

inherit autotools eutils multilib-minimal

MY_PN=iODBC

DESCRIPTION=ODBC Interface for Linux.
HOMEPAGE=http://www.iodbc.org/;
SRC_URI=https://github.com/openlink/${MY_PN}/archive/v${PV}.zip - ${P}.zip

KEYWORDS=~amd64 ~x86
LICENSE=|| ( LGPL-2 BSD )
SLOT=0
IUSE=gtk

RDEPEND=gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}

DOCS=AUTHORS ChangeLog NEWS README

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

MULTILIB_CHOST_TOOLS=(
/usr/bin/iodbc-config
)

src_prepare() {
sed -i.orig \
-e '/^cd $PREFIX/,/^esac/d' \
iodbc/install_libodbc.sh || die sed failed
epatch \
${FILESDIR}/libiodbc-3.52.7-debian_bug501100.patch \
${FILESDIR}/libiodbc-3.52.7-debian_bug508480.patch \
${FILESDIR}/libiodbc-3.52.7-gtk.patch \
${FILESDIR}/libiodbc-3.52.7-multilib.patch \
${FILESDIR}/libiodbc-3.52.7-unicode_includes.patch \
${FILESDIR}/libiodbc-3.52.8-gtk-parallel-make.patch \
${FILESDIR}/libiodbc-3.52.8-runtime-failures.patch \
${FILESDIR}/fix-runpaths.patch
chmod -x include/*.h || die
eautoreconf
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--disable-static \
--enable-odbc3 \
--enable-pthreads \
--with-layout=gentoo \
--with-iodbc-inidir=yes \
$(use_enable gtk gui)
}

multilib_src_install_all() {
einstalldocs
prune_libtool_files

# Install lintian overrides
insinto /usr/share/lintian/overrides
newins debian/iodbc.lintian-overrides iodbc
newins debian/libiodbc2.lintian-overrides libiodbc2
}






[gentoo-commits] gentoo-x86 commit in x11-misc/andromeda: andromeda-0.3.ebuild ChangeLog

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 07:43:49

  Modified: ChangeLog
  Added:andromeda-0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  x11-misc/andromeda/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2013 23:47:01 -   1.4
+++ ChangeLog   23 Jun 2014 07:43:49 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/andromeda
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.4 
2013/03/02 23:47:01 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.5 
2014/06/23 07:43:49 kensington Exp $
+
+*andromeda-0.3 (23 Jun 2014)
+
+  23 Jun 2014; Michael Palimaka kensing...@gentoo.org +andromeda-0.3.ebuild:
+  Version bump.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org andromeda-0.2.1.ebuild:
   Move Qt dependencies to the new category



1.1  x11-misc/andromeda/andromeda-0.3.ebuild

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

Index: andromeda-0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild,v 
1.1 2014/06/23 07:43:49 kensington Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=Qt4-based filemanager
HOMEPAGE=https://gitorious.org/andromeda/pages/Home;
SRC_URI=https://gitorious.org/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64
IUSE=pdf

RDEPEND==dev-qt/qtcore-4.8.0:4
=dev-qt/qtdbus-4.8.0:4
=dev-qt/qtgui-4.8.0:4
=dev-qt/qtopengl-4.8.0:4
=dev-qt/qtwebkit-4.8.0:4
pdf? ( app-text/poppler )
DEPEND=${RDEPEND}

S=${WORKDIR}/${PN}-${PN}

DOCS=TODO.txt dist/changes-*

src_configure() {
# avoid building manual-only tests
local mycmakeargs=(
-DDISABLE_TESTS=true
$(cmake-utils_use_find_package pdf PopplerQt4)
)

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in sys-apps/paludis: paludis-2.0.0.ebuild ChangeLog

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 07:46:30

  Modified: ChangeLog
  Added:paludis-2.0.0.ebuild
  Log:
  Version bump, bug #512786.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.242sys-apps/paludis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog   8 Nov 2013 21:33:45 -   1.241
+++ ChangeLog   23 Jun 2014 07:46:30 -  1.242
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/paludis
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.241 
2013/11/08 21:33:45 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.242 
2014/06/23 07:46:30 mgorny Exp $
+
+*paludis-2.0.0 (23 Jun 2014)
+
+  23 Jun 2014; Michał Górny mgo...@gentoo.org +paludis-2.0.0.ebuild:
+  Version bump, bug #512786.
 
   08 Nov 2013; Michał Górny mgo...@gentoo.org paludis-1.4.2-r1.ebuild:
   Call python-single-r1_pkg_setup only with USE=python.



1.1  sys-apps/paludis/paludis-2.0.0.ebuild

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

Index: paludis-2.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-2.0.0.ebuild,v 1.1 
2014/06/23 07:46:30 mgorny Exp $

EAPI=4

PYTHON_COMPAT=( python{2_6,2_7} )

inherit bash-completion-r1 eutils python-single-r1 user

DESCRIPTION=paludis, the other package mangler
HOMEPAGE=http://paludis.exherbo.org/;
SRC_URI=http://paludis.exherbo.org/download/${P}.tar.bz2;

IUSE=doc pbins pink python ruby search-index test xml
LICENSE=GPL-2 vim
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86

COMMON_DEPEND=
=app-admin/eselect-1.2.13
=app-shells/bash-3.2
dev-libs/libpcre[cxx]
sys-apps/file
pbins? ( =app-arch/libarchive-3.1.2 )
python? (
${PYTHON_DEPS}
=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
ruby? ( dev-lang/ruby:1.9 )
search-index? ( =dev-db/sqlite-3 )
xml? ( =dev-libs/libxml2-2.6 )

DEPEND=${COMMON_DEPEND}
=app-text/asciidoc-8.6.3
app-text/htmltidy
app-text/xmlto
=sys-devel/gcc-4.4
doc? (
|| (
=app-doc/doxygen-1.5.3
=app-doc/doxygen-1.5.1 )
python? (
dev-python/sphinx[${PYTHON_USEDEP}] )
ruby? ( dev-ruby/syntax )
)
virtual/pkgconfig
test? ( =dev-cpp/gtest-1.6.0-r1 )

RDEPEND=${COMMON_DEPEND}
sys-apps/sandbox

PDEPEND=app-admin/eselect-package-manager

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
if id paludisbuild /dev/null 2/dev/null ; then
if ! groups paludisbuild | grep --quiet '\tty\' ; then
eerror The 'paludisbuild' user is now expected 
to be a member of the
eerror 'tty' group. You should add the user to 
this group before
eerror upgrading Paludis.
die Please add paludisbuild to tty group
fi
fi
fi

if [[ ${MERGE_TYPE} != binary ]]; then
if [[ $(gcc-major-version) -lt 4
|| ( $(gcc-major-version) -eq 4  $(gcc-minor-version) 
-lt 4 ) ]]
then
eerror Paludis requires at least gcc 4.4 to build. 
Please switch the active
eerror gcc version using gcc-config.
die Paludis requires at least gcc 4.4
fi
fi
}

pkg_setup() {
enewgroup paludisbuild
enewuser paludisbuild -1 -1 /var/tmp/paludis paludisbuild,tty

use python  python-single-r1_pkg_setup
}

src_prepare() {
# The package explicitly wants ruby1.9, so fix the script on it.
# 

[gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/

2014-06-23 Thread Michael Palimaka
commit: 566a8fdd045b3ac20fccf27a022558cb712072e6
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 23 08:01:49 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 23 08:01:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=566a8fdd

[x11-misc/andromeda] Ebuild is horribly broken due to upstream changes so 
remove it for now.

---
 x11-misc/andromeda/andromeda-.ebuild | 29 -
 x11-misc/andromeda/metadata.xml  |  5 -
 2 files changed, 34 deletions(-)

diff --git a/x11-misc/andromeda/andromeda-.ebuild 
b/x11-misc/andromeda/andromeda-.ebuild
deleted file mode 100644
index f10ade9..000
--- a/x11-misc/andromeda/andromeda-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils git-2
-
-DESCRIPTION=Qt4-based filemanager
-HOMEPAGE=https://gitorious.org/andromeda/pages/Home;
-EGIT_REPO_URI=git://gitorious.org/$PN/${PN}.git
-
-LICENSE=LGPL-2.1
-SLOT=0
-KEYWORDS=
-IUSE=test
-
-RDEPEND==dev-qt/qtcore-4.8.0:4
-   =dev-qt/qtgui-4.8.0:4
-   =dev-qt/qtwebkit-4.8.0:4
-DEPEND=${RDEPEND}
-   test? ( =dev-qt/qttest-4.8.0:4 )
-DOCS=TODO.txt dist/changes-*
-
-src_prepare() {
-   if ! use test ; then
-   sed -i -e '/add_subdirectory( tests )/d' CMakeLists.txt || die
-   fi
-}

diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
deleted file mode 100644
index dc439f7..000
--- a/x11-misc/andromeda/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdqt/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 08:15:48

  Modified: juffed-0.10.ebuild ChangeLog
  Log:
  Add missing USE dependency wrt bug #514222.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  app-editors/juffed/juffed-0.10.ebuild

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

Index: juffed-0.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- juffed-0.10.ebuild  23 May 2014 06:39:45 -  1.2
+++ juffed-0.10.ebuild  23 Jun 2014 08:15:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.2 
2014/05/23 06:39:45 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.3 
2014/06/23 08:15:48 kensington Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND=app-i18n/enca
dev-qt/qtcore:4
dev-qt/qtgui:4
-   dev-qt/qtsingleapplication
+   dev-qt/qtsingleapplication[X]
x11-libs/qscintilla:=
 DEPEND=${RDEPEND}
 



1.28 app-editors/juffed/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   23 May 2014 06:38:43 -  1.27
+++ ChangeLog   23 Jun 2014 08:15:48 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.27 
2014/05/23 06:38:43 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.28 
2014/06/23 08:15:48 kensington Exp $
+
+  23 Jun 2014; Michael Palimaka kensing...@gentoo.org juffed-0.10.ebuild:
+  Add missing USE dependency wrt bug #514222.
 
 *juffed-0.10 (23 May 2014)
 






[gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/

2014-06-23 Thread Alexys Jacob
commit: 6ac05bf9e2e0364ffd0c1e213aba6c353197c6c1
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Mon Jun 23 08:37:14 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Mon Jun 23 08:37:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=6ac05bf9

uwsgitop version bump

---
 app-admin/uwsgitop/Manifest   | 4 ++--
 app-admin/uwsgitop/{uwsgitop-0.6.1.ebuild = uwsgitop-0.8.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index 4880b34..41c21b9 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
-DIST uwsgitop-0.6.1.tar.gz 2200 SHA256 
06534562f9eab6a0efe51ebe36fa7dca1e6a2de5797a9c526b261bdbb32dd144 SHA512 
f0776c3405143228f46dc3873c1aa820cd946612c57a21ef95b1ef908cd3d5fe63ba55c24d6667f3412d7721354d5d956862d17bcef6dd65a433b9977fbdb80f
 WHIRLPOOL 
b44e06bd89d622084146c908cac3950a4a57bea501a740bcdbec68389840d669af25890c9235ffe22159d36127b055e20bcac887888175cbeec831f15dbd9732
-EBUILD uwsgitop-0.6.1.ebuild 460 SHA256 
fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 
e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2
 WHIRLPOOL 
ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd
+DIST uwsgitop-0.8.tar.gz 3203 SHA256 
1df88a98c3023f259abd2b3ff889296b595267819ccfa5e313f10be23d1fdfb4 SHA512 
07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a
 WHIRLPOOL 
855a87e1e3e6c11f8bcbdd084caa22346c7102045caee858c15396f7ad04174f54c73bca3fead82baeb255a4db0b172382cdbeea3d3c46b8db86ea5950d9d9e5
+EBUILD uwsgitop-0.8.ebuild 460 SHA256 
fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 
e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2
 WHIRLPOOL 
ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd

diff --git a/app-admin/uwsgitop/uwsgitop-0.6.1.ebuild 
b/app-admin/uwsgitop/uwsgitop-0.8.ebuild
similarity index 100%
rename from app-admin/uwsgitop/uwsgitop-0.6.1.ebuild
rename to app-admin/uwsgitop/uwsgitop-0.8.ebuild



[gentoo-commits] gentoo-x86 commit in dev-lang/opendylan: opendylan-2013.2.ebuild ChangeLog

2014-06-23 Thread Patrick Lauer (patrick)
patrick 14/06/23 08:41:34

  Modified: opendylan-2013.2.ebuild ChangeLog
  Log:
  Fix dependencies #514630
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-lang/opendylan/opendylan-2013.2.ebuild

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

Index: opendylan-2013.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendylan-2013.2.ebuild 8 Jan 2014 09:00:47 -   1.2
+++ opendylan-2013.2.ebuild 23 Jun 2014 08:41:34 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.2 
2014/01/08 09:00:47 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.3 
2014/06/23 08:41:34 patrick Exp $
 EAPI=4
 
 inherit autotools
@@ -23,7 +23,7 @@
 # the boehm-gc check is wrong and reported upstream
 # but for now static-libs useflag is needed
 DEPEND=app-arch/unzip
-   dev-libs/boehm-gc
+   dev-libs/boehm-gc[threads]
dev-lang/perl
dev-perl/XML-Parser
|| ( dev-lang/opendylan-bin dev-lang/opendylan )



1.17 dev-lang/opendylan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Jan 2014 09:00:47 -   1.16
+++ ChangeLog   23 Jun 2014 08:41:34 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/opendylan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.16 
2014/01/08 09:00:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.17 
2014/06/23 08:41:34 patrick Exp $
+
+  23 Jun 2014; Patrick Lauer patr...@gentoo.org opendylan-2013.2.ebuild:
+  Fix dependencies #514630
 
   08 Jan 2014; Patrick Lauer patr...@gentoo.org opendylan-2013.2.ebuild,
   opendylan-.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-r2.eclass

2014-06-23 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/23 08:53:48

  Modified: ChangeLog qt4-r2.eclass
  Log:
  Simplify documentation files handling by utilizing einstalldocs from eutils 
eclass

Revision  ChangesPath
1.1298   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1297
retrieving revision 1.1298
diff -u -r1.1297 -r1.1298
--- ChangeLog   22 Jun 2014 07:01:37 -  1.1297
+++ ChangeLog   23 Jun 2014 08:53:48 -  1.1298
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1297 2014/06/22 
07:01:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1298 2014/06/23 
08:53:48 pinkbyte Exp $
+
+  23 Jun 2014; Sergey Popov pinkb...@gentoo.org qt4-r2.eclass:
+  Simplify documentation files handling by utilizing einstalldocs from eutils
+  eclass
 
   22 Jun 2014; Michał Górny mgo...@gentoo.org distutils-r1.eclass:
   Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug



1.30 eclass/qt4-r2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?r1=1.29r2=1.30

Index: qt4-r2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- qt4-r2.eclass   21 Dec 2013 20:11:55 -  1.29
+++ qt4-r2.eclass   23 Jun 2014 08:53:48 -  1.30
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.29 2013/12/21 
20:11:55 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.30 2014/06/23 
08:53:48 pinkbyte Exp $
 
 # @ECLASS: qt4-r2.eclass
 # @MAINTAINER:
@@ -15,7 +15,7 @@
*)   die qt4-r2.eclass: unsupported EAPI=${EAPI:-0} ;;
 esac
 
-inherit base qmake-utils
+inherit base eutils qmake-utils
 
 export XDG_CONFIG_HOME=${T}
 
@@ -132,14 +132,7 @@
debug-print-function $FUNCNAME $@
 
base_src_install INSTALL_ROOT=${D} $@
-
-   # backward compatibility for non-array variables
-   if [[ -n ${DOCS} ]]  [[ $(declare -p DOCS 2/dev/null 21) != 
declare -a* ]]; then
-   dodoc ${DOCS} || die dodoc failed
-   fi
-   if [[ -n ${HTML_DOCS} ]]  [[ $(declare -p HTML_DOCS 2/dev/null 
21) != declare -a* ]]; then
-   dohtml -r ${HTML_DOCS} || die dohtml failed
-   fi
+   einstalldocs
 }
 
 EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install






[gentoo-commits] gentoo-x86 commit in net-mail/mailman: ChangeLog mailman-2.1.18_p1.ebuild

2014-06-23 Thread Hanno Boeck (hanno)
hanno   14/06/23 09:28:57

  Modified: ChangeLog
  Added:mailman-2.1.18_p1.ebuild
  Log:
  mailman bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  ChangesPath
1.142net-mail/mailman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   22 Jun 2014 19:49:26 -  1.141
+++ ChangeLog   23 Jun 2014 09:28:57 -  1.142
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/mailman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.141 
2014/06/22 19:49:26 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.142 
2014/06/23 09:28:57 hanno Exp $
+
+*mailman-2.1.18_p1 (23 Jun 2014)
+
+  23 Jun 2014; Hanno Boeck ha...@gentoo.org +mailman-2.1.18_p1.ebuild:
+  Bump, new dependency dnspython.
 
   22 Jun 2014; Chema Alonso nim...@gentoo.org mailman-2.1.17.ebuild:
   Stable for amd64 wrt bug #510138



1.1  net-mail/mailman/mailman-2.1.18_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.18_p1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.18_p1.ebuild?rev=1.1content-type=text/plain

Index: mailman-2.1.18_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.18_p1.ebuild,v 
1.1 2014/06/23 09:28:57 hanno Exp $

EAPI=4
PYTHON_DEPEND=2

inherit eutils python multilib systemd user

DESCRIPTION=A python-based mailing list server with an extensive web interface
SRC_URI=mirror://sourceforge/${PN}/${P/_p/-}.tgz
HOMEPAGE=http://www.list.org/;
S=${WORKDIR}/${P/_p/-}

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

DEPEND=virtual/mta
virtual/cron
virtual/httpd-cgi
selinux? ( sec-policy/selinux-mailman )
dev-python/dnspython
RDEPEND=${DEPEND}

pkg_setup() {
python_set_active_version 2
INSTALLDIR=${MAILMAN_PREFIX:-/usr/$(get_libdir)/mailman}
VAR_PREFIX=${MAILMAN_VAR_PREFIX:-/var/lib/mailman}
CGIUID=${MAILMAN_CGIUID:-apache}
CGIGID=${MAILMAN_CGIGID:-apache}
MAILUSR=${MAILMAN_MAILUSR:-mailman}
MAILUID=${MAILMAN_MAILUID:-280}
MAILGRP=${MAILMAN_MAILGRP:-mailman}
MAILGID=${MAILMAN_MAILGID:-280}

# Bug #58526: switch to enew{group,user}.
# need to add mailman here for compile process.
# Duplicated at pkg_postinst() for binary install.
enewgroup ${MAILGRP} ${MAILGID}
enewuser  ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron

python_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.1.14_rc1-directory-check.patch || die 
patch failed.
epatch ${FILESDIR}/${PN}-2.1.9-icons.patch || die patch failed.
}

src_configure() {
econf --without-permcheck \
--prefix=${INSTALLDIR} \
--with-mail-gid=${MAILGID} \
--with-cgi-gid=${CGIGID} \
--with-cgi-ext=${MAILMAN_CGIEXT} \
--with-var-prefix=${VAR_PREFIX} \
--with-username=${MAILUSR} \
--with-groupname=${MAILGRP} \
--with-python=$(PYTHON -2 -a) \
|| die configure failed
}

src_compile() {
emake || die make failed
}

src_install () {
emake DESTDIR=${D} doinstall || die

insinto /etc/apache2/modules.d
newins ${FILESDIR}/50_mailman.conf-r1 50_mailman.conf
sed -i s:/usr/local/mailman/cgi-bin:${INSTALLDIR}/cgi-bin:g 
${D}/etc/apache2/modules.d/50_mailman.conf
sed -i s:/usr/local/mailman/icons:${INSTALLDIR}/icons:g 
${D}/etc/apache2/modules.d/50_mailman.conf
sed -i s:/usr/local/mailman/archives:${VAR_PREFIX}/archives:g 
${D}/etc/apache2/modules.d/50_mailman.conf

newdoc ${FILESDIR}/README.gentoo-r3 README.gentoo || die newdoc 
failed

dodoc ACK* BUGS FAQ NEWS README* TODO UPGRADING INSTALL 
contrib/mailman.mc \
contrib/README.check_perms_grsecurity contrib/virtusertable || 
die dodoc failed

exeinto ${INSTALLDIR}/bin
doexe build/contrib/*.py contrib/majordomo2mailman.pl contrib/auto \
contrib/mm-handler* 

[gentoo-commits] gentoo-x86 commit in media-video/kmplayer: ChangeLog kmplayer-0.11.3d-r3.ebuild

2014-06-23 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/23 09:40:16

  Modified: ChangeLog kmplayer-0.11.3d-r3.ebuild
  Log:
  Stable for amd64 wrt bug #505356
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.164media-video/kmplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   14 Jun 2014 09:19:07 -  1.163
+++ ChangeLog   23 Jun 2014 09:40:16 -  1.164
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/kmplayer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.163 
2014/06/14 09:19:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.164 
2014/06/23 09:40:16 nimiux Exp $
+
+  23 Jun 2014; Chema Alonso nim...@gentoo.org kmplayer-0.11.3d-r3.ebuild:
+  Stable for amd64 wrt bug #505356
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   kmplayer-0.11.3d-r3.ebuild:



1.4  media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild

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

Index: kmplayer-0.11.3d-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmplayer-0.11.3d-r3.ebuild  14 Jun 2014 09:19:07 -  1.3
+++ kmplayer-0.11.3d-r3.ebuild  23 Jun 2014 09:40:16 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild,v 1.3 
2014/06/14 09:19:07 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild,v 1.4 
2014/06/23 09:40:16 nimiux Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2 FDL-1.2 LGPL-2.1
 SLOT=4
-KEYWORDS=~amd64 x86
+KEYWORDS=amd64 x86
 IUSE=cairo debug expat npp
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in media-video/kmplayer: ChangeLog kmplayer-0.11.3d-r1.ebuild

2014-06-23 Thread Michael Palimaka (kensington)
kensington14/06/23 09:43:43

  Modified: ChangeLog
  Removed:  kmplayer-0.11.3d-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.165media-video/kmplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   23 Jun 2014 09:40:16 -  1.164
+++ ChangeLog   23 Jun 2014 09:43:43 -  1.165
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/kmplayer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.164 
2014/06/23 09:40:16 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.165 
2014/06/23 09:43:43 kensington Exp $
+
+  23 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  -kmplayer-0.11.3d-r1.ebuild:
+  Remove old.
 
   23 Jun 2014; Chema Alonso nim...@gentoo.org kmplayer-0.11.3d-r3.ebuild:
   Stable for amd64 wrt bug #505356






[gentoo-commits] gentoo-x86 commit in www-apache/mod_gnutls: ChangeLog mod_gnutls-0.5.10-r1.ebuild

2014-06-23 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/23 09:46:24

  Modified: ChangeLog mod_gnutls-0.5.10-r1.ebuild
  Log:
  Stable for amd64 wrt bug #506910
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.38 www-apache/mod_gnutls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   14 Jun 2014 09:30:12 -  1.37
+++ ChangeLog   23 Jun 2014 09:46:24 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_gnutls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.37 
2014/06/14 09:30:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.38 
2014/06/23 09:46:24 nimiux Exp $
+
+  23 Jun 2014; Chema Alonso nim...@gentoo.org mod_gnutls-0.5.10-r1.ebuild:
+  Stable for amd64 wrt bug #506910
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   mod_gnutls-0.5.10-r1.ebuild:



1.5  www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild?r1=1.4r2=1.5

Index: mod_gnutls-0.5.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_gnutls-0.5.10-r1.ebuild 14 Jun 2014 09:30:12 -  1.4
+++ mod_gnutls-0.5.10-r1.ebuild 23 Jun 2014 09:46:24 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild,v 1.4 
2014/06/14 09:30:12 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10-r1.ebuild,v 1.5 
2014/06/23 09:46:24 nimiux Exp $
 
 EAPI=5
 inherit apache-module autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~sparc x86
+KEYWORDS=amd64 ~sparc x86
 IUSE=
 
 DEPEND==net-libs/gnutls-2.10.0:=






[gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: ChangeLog q4wine-1.1_p2-r1.ebuild

2014-06-23 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/23 10:02:57

  Modified: ChangeLog q4wine-1.1_p2-r1.ebuild
  Log:
  Fix locale handling by using full locale names, wrt bug #496508. Minor QA 
fixes. Thanks to  Kjell Claesson kjell.claesson AT epost.tidanet.se for 
discovering this issue
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.51 app-emulation/q4wine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   2 Jan 2014 20:13:14 -   1.50
+++ ChangeLog   23 Jun 2014 10:02:57 -  1.51
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/q4wine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.50 
2014/01/02 20:13:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.51 
2014/06/23 10:02:57 pinkbyte Exp $
+
+  23 Jun 2014; Sergey Popov pinkb...@gentoo.org q4wine-1.1_p2-r1.ebuild:
+  Fix locale handling by using full locale names, wrt bug #496508. Minor QA
+  fixes. Thanks to Kjell Claesson kjell.claesson AT epost.tidanet.se for
+  discovering this issue
 
   02 Jan 2014; Markos Chandras hwoar...@gentoo.org q4wine-1.1_p2-r1.ebuild:
   Depend on qtsingleapplication[X] to fix configure failure



1.3  app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild

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

Index: q4wine-1.1_p2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- q4wine-1.1_p2-r1.ebuild 2 Jan 2014 20:13:14 -   1.2
+++ q4wine-1.1_p2-r1.ebuild 23 Jun 2014 10:02:57 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v 1.2 
2014/01/02 20:13:14 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v 1.3 
2014/06/23 10:02:57 pinkbyte Exp $
 
 EAPI=5
 
-PLOCALES=af cs de en es fa he it ru uk pl pt
+PLOCALES=af_ZA cs_CZ de_DE en_US es_ES fa_IR he_IL it_IT pl_PL pt_BR ru_RU 
uk_UA
 PLOCALE_BACKUP=en_US
 
 inherit cmake-utils l10n
@@ -14,8 +14,8 @@
 
 # Upstream names the package PV-rX. We change that to
 # PV_pX so we can use portage revisions.
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
 SRC_URI=mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2
 
 LICENSE=GPL-3
@@ -26,7 +26,7 @@
 DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[X(+)]
+   dev-qt/qtsingleapplication[X]
dev-qt/qtsql:4[sqlite]
dbus? ( dev-qt/qtdbus:4 )
 
@@ -38,22 +38,19 @@
icoutils? ( =media-gfx/icoutils-0.26.0 )
 
 
-S=${WORKDIR}/${MY_P}
+S=${WORKDIR}/${MY_P}
 
-DOCS=(README AUTHORS ChangeLog)
-
-remove_from_LINGUAS() {
-   sed -i -e /SET\s*(\s*LINGUAS / s: ${1}_\w\w:: \
-   src/CMakeLists.txt || die
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   l10n_for_each_disabled_locale_do remove_from_LINGUAS
-}
+DOCS=( AUTHORS ChangeLog README )
 
 src_configure() {
+   local enabled_linguas
+   construct_LINGUAS() {
+   local current_locale=$(echo ${1} | tr '[:upper:]' '[:lower:]')
+   enabled_linguas=${enabled_linguas};${current_locale}
+   }
+   l10n_for_each_locale_do construct_LINGUAS
local mycmakeargs=(
+   -DLINGUAS=${enabled_linguas}
-DQT5=OFF
-DWITH_SYSTEM_SINGLEAPP=ON
$(cmake-utils_use debug)






[gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/

2014-06-23 Thread Priit Laes
commit: 3cf09181705af955ddd6307c19305a8320520d19
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Jun 23 08:41:49 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Jun 23 08:41:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cf09181

gnome-extra/evolution-data-server: Add 3.13.3 to overlay

---
 ...-data-server-3.12.1.ebuild = evolution-data-server-3.13.3.ebuild} | 4 +++-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
similarity index 95%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
index 386fbbc..69115e0 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/49 # subslot = libcamel-1.2 soname version
+SLOT=0/50 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 
@@ -31,6 +31,8 @@ else
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris
 fi
 
+# sys-libs/db is only required for migrating from 3.13 versions
+# gdata-0.15.1 is required for google tasks
 RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index ca6ce40..04b75f3 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/49 # subslot = libcamel-1.2 soname version
+SLOT=0/50 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 
@@ -31,6 +31,8 @@ else
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris
 fi
 
+# sys-libs/db is only required for migrating from 3.13 versions
+# gdata-0.15.1 is required for google tasks
 RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-06-23 Thread Priit Laes
commit: dcba6e95d92ce4dc676900530e6095adf317231c
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Jun 23 10:13:25 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Jun 23 10:13:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dcba6e95

mail-client/evolution: Add 3.13.3

---
 ...ution-3.12.1.ebuild = evolution-3.13.3.ebuild} | 32 --
 mail-client/evolution/evolution-.ebuild| 30 +++-
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/mail-client/evolution/evolution-3.12.1.ebuild 
b/mail-client/evolution/evolution-3.13.3.ebuild
similarity index 93%
rename from mail-client/evolution/evolution-3.12.1.ebuild
rename to mail-client/evolution/evolution-3.13.3.ebuild
index 7d7f0d0..6872d19 100644
--- a/mail-client/evolution/evolution-3.12.1.ebuild
+++ b/mail-client/evolution/evolution-3.13.3.ebuild
@@ -31,32 +31,33 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# google tasks requires =libgdata-0.15.1
 COMMON_DEPEND=
=app-crypt/gcr-3.4
+   =app-text/enchant-1.1.7
+   =dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =x11-libs/cairo-1.9.15:=[glib]
-   =x11-libs/gtk+-3.8.0:3
-   =x11-libs/gdk-pixbuf-2.24:2
+   =dev-libs/libgdata-0.10:=
+   =dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =media-libs/libcanberra-0.25[gtk3]
-   =x11-libs/libnotify-0.7:=
=gnome-extra/evolution-data-server-${PV}:=[weather?]
-   =gnome-extra/gtkhtml-4.5.2:4.0
-   dev-libs/atk
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/libxml2-2.7.3:2
+   =media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
+   =net-libs/webkit-gtk-2.2.0:3
+   =x11-libs/cairo-1.9.15:=[glib]
+   =x11-libs/gdk-pixbuf-2.24:2
+   =x11-libs/gtk+-3.8.0:3
+   =x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
-   =x11-themes/gnome-icon-theme-2.30.2.1
-   =dev-libs/libgdata-0.10:=
-   =net-libs/webkit-gtk-2.0.1:3
 
+   app-text/iso-codes
+   dev-libs/atk
x11-libs/libSM
x11-libs/libICE
 
crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
+   ( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
=app-misc/geoclue-0.12.0:0
@@ -121,15 +122,16 @@ src_prepare() {
 
 src_configure() {
# Use NSS/NSPR only if 'ssl' is enabled.
-   # image-inline plugin needs a gtk+:3 gtkimageview, which does not exist 
yet
local myconf
[[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
gnome2_src_configure \
--without-glade-catalog \
-   --disable-image-inline \
+   --disable-code-coverage \
+   --disable-installed-tests \
--disable-pst-import \
--enable-canberra \
$(use_enable bogofilter) \
+   $(use_enable crypt libcryptui) \
$(use_enable highlight text-highlight) \
$(use_enable map contact-maps) \
$(use_enable spamassassin) \

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 7d7f0d0..8f4cb5c 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -31,32 +31,35 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# google tasks requires =libgdata-0.15.1
 COMMON_DEPEND=
=app-crypt/gcr-3.4
+   =app-text/enchant-1.1.7
+   =dev-libs/dbus-glib-0.6
+   =dev-libs/glib-2.36:2
+   =dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gtk+-3.8.0:3
=x11-libs/gdk-pixbuf-2.24:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =media-libs/libcanberra-0.25[gtk3]
-   =x11-libs/libnotify-0.7:=
=gnome-extra/evolution-data-server-${PV}:=[weather?]
-   =gnome-extra/gtkhtml-4.5.2:4.0
-   dev-libs/atk
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/libxml2-2.7.3:2
+   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =net-libs/libsoup-2.42:2.4
+   =net-libs/webkit-gtk-2.2.0:3
+   =x11-libs/cairo-1.9.15:=[glib]
+   =x11-libs/gdk-pixbuf-2.24:2
+   =x11-libs/gtk+-3.8.0:3
=net-libs/libsoup-2.42:2.4
=x11-misc/shared-mime-info-0.22
-   =x11-themes/gnome-icon-theme-2.30.2.1
-  

[gentoo-commits] gentoo-x86 commit in net-misc/asterisk: ChangeLog asterisk-11.8.1.ebuild asterisk-1.8.26.1.ebuild asterisk-12.1.1.ebuild asterisk-12.2.0.ebuild

2014-06-23 Thread Tony Vroon (chainsaw)
chainsaw14/06/23 10:15:25

  Modified: ChangeLog
  Removed:  asterisk-11.8.1.ebuild asterisk-1.8.26.1.ebuild
asterisk-12.1.1.ebuild asterisk-12.2.0.ebuild
  Log:
  Remove vulnerable ebuilds for security bug #513102, as requested by Agostino 
ago Sarubbo.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.489net-misc/asterisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -r1.488 -r1.489
--- ChangeLog   21 Jun 2014 11:00:07 -  1.488
+++ ChangeLog   23 Jun 2014 10:15:25 -  1.489
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.488 
2014/06/21 11:00:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.489 
2014/06/23 10:15:25 chainsaw Exp $
+
+  23 Jun 2014; Tony Vroon chain...@gentoo.org -asterisk-1.8.26.1.ebuild,
+  -asterisk-11.8.1.ebuild, -asterisk-12.1.1.ebuild, -asterisk-12.2.0.ebuild:
+  Remove vulnerable ebuilds for security bug #513102, as requested by Agostino
+  ago Sarubbo.
 
   21 Jun 2014; Agostino Sarubbo a...@gentoo.org asterisk-1.8.28.2.ebuild,
   asterisk-11.10.2.ebuild:






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

2014-06-23 Thread Anthony G. Basile (blueness)
blueness14/06/23 10:30:01

  Modified: ChangeLog
  Added:xapian-1.2.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.118dev-libs/xapian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   18 Jun 2014 10:33:58 -  1.117
+++ ChangeLog   23 Jun 2014 10:30:01 -  1.118
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.117 
2014/06/18 10:33:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.118 
2014/06/23 10:30:01 blueness Exp $
+
+*xapian-1.2.18 (23 Jun 2014)
+
+  23 Jun 2014; Anthony G. Basile bluen...@gentoo.org +xapian-1.2.18.ebuild:
+  Version bump
 
   18 Jun 2014; Chema Alonso nim...@gentoo.org xapian-1.2.17.ebuild:
   Stable for amd64 wrt bug #506974



1.1  dev-libs/xapian/xapian-1.2.18.ebuild

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

Index: xapian-1.2.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.1 
2014/06/23 10:30:01 blueness Exp $

EAPI=5

MY_P=${PN}-core-${PV}

DESCRIPTION=Xapian Probabilistic Information Retrieval library
HOMEPAGE=http://www.xapian.org/;
SRC_URI=http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=doc static-libs -sse +sse2 +brass +chert +inmemory

DEPEND=sys-libs/zlib
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_configure() {
local myconf=

ewarn
if use sse2; then
ewarn Using sse2
myconf=${myconf} --enable-sse=sse2
else
if use sse; then
ewarn Using sse
myconf=${myconf} --enable-sse=sse
else
ewarn Disabling sse and sse2
myconf=${myconf} --disable-sse
fi
fi
ewarn

myconf=${myconf} $(use_enable static-libs static)

use brass || myconf=${myconf} --disable-backend-brass
use chert || myconf=${myconf} --disable-backend-chert
use inmemory || myconf=${myconf} --disable-backend-inmemory

myconf=${myconf} --enable-backend-flint --enable-backend-remote

econf $myconf
}

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

mv ${D}usr/share/doc/xapian-core ${D}usr/share/doc/${PF}
use doc || rm -rf ${D}usr/share/doc/${PF}

dodoc AUTHORS HACKING PLATFORMS README NEWS
}

src_test() {
emake check VALGRIND=
}






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

2014-06-23 Thread Anthony G. Basile (blueness)
blueness14/06/23 10:34:24

  Modified: ChangeLog
  Added:xapian-bindings-1.2.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.76 dev-libs/xapian-bindings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   31 Jan 2014 13:15:44 -  1.75
+++ ChangeLog   23 Jun 2014 10:34:24 -  1.76
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/xapian-bindings
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.75 
2014/01/31 13:15:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.76 
2014/06/23 10:34:24 blueness Exp $
+
+*xapian-bindings-1.2.18 (23 Jun 2014)
+
+  23 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +xapian-bindings-1.2.18.ebuild:
+  Version bump
 
 *xapian-bindings-1.2.17 (31 Jan 2014)
 



1.1  dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild

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

Index: xapian-bindings-1.2.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild,v
 1.1 2014/06/23 10:34:24 blueness Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2} )
PYTHON_REQ_USE=threads
USE_PYTHON='2.6 2.7'

USE_PHP=php5-3 php5-4

PHP_EXT_NAME=xapian
PHP_EXT_INI=yes
PHP_EXT_OPTIONAL_USE=php

#mono violates sandbox, we disable it until we figure this out
#inherit java-pkg-opt-2 mono-env php-ext-source-r2 python
inherit java-pkg-opt-2 php-ext-source-r2 python-r1

DESCRIPTION=SWIG and JNI bindings for Xapian
HOMEPAGE=http://www.xapian.org/;
SRC_URI=http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
#IUSE=java lua mono perl php python ruby tcl
#REQUIRED_USE=|| ( java lua mono perl php python ruby tcl )
IUSE=java lua perl php python ruby tcl
REQUIRED_USE=|| ( java lua perl php python ruby tcl )

COMMONDEPEND==dev-libs/xapian-${PV}*
lua? ( =dev-lang/lua-5.1 )
perl? ( dev-lang/perl )
ruby? ( dev-lang/ruby )
tcl? ( =dev-lang/tcl-8.1 )
#   mono? ( =dev-lang/mono-1.0.8 )
DEPEND=${COMMONDEPEND}
java? ( =virtual/jdk-1.3 )
RDEPEND=${COMMONDEPEND}
java? ( =virtual/jre-1.3 )

pkg_setup() {
java-pkg-opt-2_pkg_setup
}

src_prepare() {
java-pkg-opt-2_src_prepare
if use java; then
sed \
-e 's/$(JAVAC)/$(JAVAC) $(JAVACFLAGS)/' \
-i java{/,/org/xapian/errors/,/org/xapian/}Makefile.in 
|| die sed failed
fi

if use python; then
sed \
-e 's:\(^pkgpylib_DATA = xapian/__init__.py\).*:\1:' \
-e 's|\(^xapian/__init__.py: modern/xapian.py\)|\1 
xapian/_xapian.so|' \
-i python/Makefile.in || die sed failed
fi
}

src_configure() {
if use java; then
CXXFLAGS=${CXXFLAGS} $(java-pkg_get-jni-cflags)
fi

if use perl; then
export PERL_ARCH=$(perl -MConfig -e 'print 
$Config{installvendorarch}')
export PERL_LIB=$(perl -MConfig -e 'print 
$Config{installvendorlib}')
fi

if use lua; then
export LUA_LIB=$(pkg-config --variable=INSTALL_CMOD lua)
fi

econf \
$(use_with java) \
$(use_with lua) \
$(use_with perl) \
$(use_with php) \
$(use_with python) \
$(use_with ruby) \
$(use_with tcl)
#   $(use_with mono csharp) \

# Python bindings are built/tested/installed manually.
sed -e /SUBDIRS =/s/ python// -i Makefile || die sed Makefile
}

src_compile() {
default

if use python; then
python_copy_sources
#   building() {
# 

[gentoo-commits] gentoo-x86 commit in sys-apps/cciss_vol_status: ChangeLog cciss_vol_status-1.11.ebuild

2014-06-23 Thread Tony Vroon (chainsaw)
chainsaw14/06/23 10:35:51

  Modified: ChangeLog
  Added:cciss_vol_status-1.11.ebuild
  Log:
  Version bump, as requested by Lars Polynomial-C Wendler in bug #511696. Now 
avoids spinning up sleeping spares, reports non-volatile cache status and adds 
support for new controllers.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.17 sys-apps/cciss_vol_status/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Mar 2014 22:26:43 -   1.16
+++ ChangeLog   23 Jun 2014 10:35:51 -  1.17
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/cciss_vol_status
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.16 
2014/03/08 22:26:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.17 
2014/06/23 10:35:51 chainsaw Exp $
+
+*cciss_vol_status-1.11 (23 Jun 2014)
+
+  23 Jun 2014; Tony Vroon chain...@gentoo.org +cciss_vol_status-1.11.ebuild:
+  Version bump, as requested by Lars Polynomial-C Wendler in bug #511696. Now
+  avoids spinning up sleeping spares, reports non-volatile cache status and
+  adds support for new controllers.
 
   08 Mar 2014; Mike Frysinger vap...@gentoo.org cciss_vol_status-1.10.ebuild:
   Add ia64 love.



1.1  sys-apps/cciss_vol_status/cciss_vol_status-1.11.ebuild

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

Index: cciss_vol_status-1.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.11.ebuild,v
 1.1 2014/06/23 10:35:51 chainsaw Exp $

EAPI=4

IUSE=
DESCRIPTION=Shows status of logical drives attached to HP SmartArray 
controllers.
HOMEPAGE=http://cciss.sourceforge.net/#cciss_utils;
LICENSE=GPL-2
SRC_URI=mirror://sourceforge/cciss/${P}.tar.gz
KEYWORDS=~amd64 ~ia64 ~x86
SLOT=0
RDEPEND=
DEPEND=

src_install() {
emake DESTDIR=${D} install || die Install failed.
dodoc AUTHORS ChangeLog NEWS README
exeinto /etc/cron.hourly
newexe ${FILESDIR}/cciss_vol_status.cron cciss_vol_status
}






[gentoo-commits] dev/jokey: New branch: master

2014-06-23 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Mon Jun 23 10:47:34 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: ChangeLog openntpd-20080406-r8.ebuild

2014-06-23 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/23 11:00:41

  Modified: ChangeLog openntpd-20080406-r8.ebuild
  Log:
  Stable on x86, wrt bug #507846
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.117net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   22 Jun 2014 14:21:17 -  1.116
+++ ChangeLog   23 Jun 2014 11:00:41 -  1.117
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.116 
2014/06/22 14:21:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.117 
2014/06/23 11:00:41 pinkbyte Exp $
+
+  23 Jun 2014; Sergey Popov pinkb...@gentoo.org openntpd-20080406-r8.ebuild:
+  Stable on x86, wrt bug #507846
 
   22 Jun 2014; Akinori Hattori hat...@gentoo.org openntpd-20080406-r8.ebuild:
   ia64 stable wrt bug #507846



1.6  net-misc/openntpd/openntpd-20080406-r8.ebuild

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

Index: openntpd-20080406-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openntpd-20080406-r8.ebuild 22 Jun 2014 14:21:17 -  1.5
+++ openntpd-20080406-r8.ebuild 23 Jun 2014 11:00:41 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.5 
2014/06/22 14:21:17 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.6 
2014/06/23 11:00:41 pinkbyte Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd
 IUSE=ssl selinux
 
 RDEPEND=ssl? ( dev-libs/openssl )






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

2014-06-23 Thread Pavlos Ratis
commit: 47eba19483beecdafcc522d16315066c96653001
Author: Pavlos Ratis dastergon AT gentoo DOT org
AuthorDate: Mon Jun 23 11:05:39 2014 +
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Mon Jun 23 11:05:39 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=47eba194

Flip overlay jokey to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 993fcfa..fc04791 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2409,13 +2409,16 @@ FIN
 namejokey/name
 description![CDATA[Jokey's Overlay - Contains pre-tree stuff like italc,
 pkgcore-test-ebuilds and lcd stuff]]/description
-homepagehttp://overlays.gentoo.org/dev/jokey/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/jokey.git;a=summary/homepage
 owner
   emailjo...@gentoo.org/email
   nameMarkus Ullmann/name
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/jokey/trunk/source
-feedhttp://overlays.gentoo.org/dev/jokey/timeline/feed
+source type=gitgit://git.overlays.gentoo.org/dev/jokey.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/jokey.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/jokey.git/source
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/jokey.git;a=atom/feed
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/jokey.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
 namejranvier/name



[gentoo-commits] gentoo-x86 commit in dev-python/pycparser: pycparser-2.10.ebuild ChangeLog

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 11:09:50

  Modified: pycparser-2.10.ebuild ChangeLog
  Log:
  Dekeywording on alpha due to ply being broken (bug 514446)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.13 dev-python/pycparser/pycparser-2.10.ebuild

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

Index: pycparser-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pycparser-2.10.ebuild   22 Jun 2014 12:41:11 -  1.12
+++ pycparser-2.10.ebuild   23 Jun 2014 11:09:50 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.12 
2014/06/22 12:41:11 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.13 
2014/06/23 11:09:50 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd ~amd64-linux 
~x86-linux
+KEYWORDS=amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=dev-python/ply[${PYTHON_USEDEP}]



1.23 dev-python/pycparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   22 Jun 2014 12:41:11 -  1.22
+++ ChangeLog   23 Jun 2014 11:09:50 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.22 
2014/06/22 12:41:11 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.23 
2014/06/23 11:09:50 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org pycparser-2.10.ebuild:
+  Dekeywording on alpha due to ply being broken (bug 514446)
 
   22 Jun 2014; Tobias Klausmann klaus...@gentoo.org pycparser-2.10.ebuild:
   Keyworded on alpha, bug #503094






[gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.2.ebuild

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 11:12:13

  Modified: ChangeLog cffi-0.8.2.ebuild
  Log:
  Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords 
pycparser
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.35 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   22 Jun 2014 12:40:40 -  1.34
+++ ChangeLog   23 Jun 2014 11:12:13 -  1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.34 2014/06/22 
12:40:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.35 2014/06/23 
11:12:13 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org cffi-0.8.2.ebuild:
+  Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords
+  pycparser
 
   22 Jun 2014; Tobias Klausmann klaus...@gentoo.org cffi-0.8.2.ebuild:
   Keyworded on alpha, bug #503094



1.8  dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cffi-0.8.2.ebuild   22 Jun 2014 12:40:40 -  1.7
+++ cffi-0.8.2.ebuild   23 Jun 2014 11:12:13 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.7 
2014/06/22 12:40:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.8 
2014/06/23 11:12:13 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd
+KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd
 IUSE=doc
 
 RDEPEND=virtual/libffi






[gentoo-commits] gentoo-x86 commit in net-im/gajim: ChangeLog gajim-0.16_rc1.ebuild

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 11:16:26

  Modified: ChangeLog gajim-0.16_rc1.ebuild
  Log:
  Dekeywording on alpha due to missing pyopenssl-0.14
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.209net-im/gajim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.209view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.209content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?r1=1.208r2=1.209

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog   21 Jun 2014 13:13:36 -  1.208
+++ ChangeLog   23 Jun 2014 11:16:26 -  1.209
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/gajim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.208 2014/06/21 
13:13:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.209 2014/06/23 
11:16:26 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org gajim-0.16_rc1.ebuild:
+  Dekeywording on alpha due to missing pyopenssl-0.14
 
   21 Jun 2014; Tobias Klausmann klaus...@gentoo.org gajim-0.16_rc1.ebuild:
   Keyworded on alpha, bug #485170



1.5  net-im/gajim/gajim-0.16_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?r1=1.4r2=1.5

Index: gajim-0.16_rc1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gajim-0.16_rc1.ebuild   21 Jun 2014 13:13:36 -  1.4
+++ gajim-0.16_rc1.ebuild   23 Jun 2014 11:16:26 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v 1.4 
2014/06/21 13:13:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v 1.5 
2014/06/23 11:16:26 klausman Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~x86 ~x86-fbsd
+KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd
 IUSE=avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify 
networkmanager nls spell +srv test X xhtml
 
 REQUIRED_USE=






[gentoo-commits] gentoo-x86 commit in dev-util/spec-cleaner: spec-cleaner-0.5.7.ebuild ChangeLog spec-cleaner-0.5.6.ebuild

2014-06-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/06/23 11:27:57

  Modified: ChangeLog
  Added:spec-cleaner-0.5.7.ebuild
  Removed:  spec-cleaner-0.5.6.ebuild
  Log:
  Version bump to 0.5.7, remove older.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 May 2014 11:31:04 -  1.4
+++ ChangeLog   23 Jun 2014 11:27:57 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/spec-cleaner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.4 
2014/05/10 11:31:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.5 
2014/06/23 11:27:57 scarabeus Exp $
+
+*spec-cleaner-0.5.7 (23 Jun 2014)
+
+  23 Jun 2014; Tomáš Chvátal scarab...@gentoo.org +spec-cleaner-0.5.7.ebuild,
+  -spec-cleaner-0.5.6.ebuild:
+  Version bump to 0.5.7, remove older.
 
 *spec-cleaner-0.5.6 (10 May 2014)
 



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

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

Index: spec-cleaner-0.5.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.5.7.ebuild,v 1.1 
2014/06/23 11:27:57 scarabeus Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
EGIT_REPO_URI=https://github.com/openSUSE/spec-cleaner.git;
inherit python-single-r1 multilib
[[ ${PV} ==  ]]  inherit git-r3

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

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

RDEPEND=${DEPEND}
${PYTHON_DEPS}


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

src_compile() {
:
}

src_install() {
emake DESTDIR=${D} install \
LIBEXECDIR=/usr/libexec/ \
LIBDIR=/usr/$(get_libdir) \
SITEDIR=$(python_get_sitedir)

python_fix_shebang ${D}
}

src_test() {
emake check
}






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

2014-06-23 Thread Anthony G. Basile (blueness)
blueness14/06/23 11:42:46

  Modified: ChangeLog
  Added:xapian-omega-1.2.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.42 app-text/xapian-omega/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   18 Jun 2014 10:35:25 -  1.41
+++ ChangeLog   23 Jun 2014 11:42:46 -  1.42
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/xapian-omega
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.41 
2014/06/18 10:35:25 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.42 
2014/06/23 11:42:46 blueness Exp $
+
+*xapian-omega-1.2.18 (23 Jun 2014)
+
+  23 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +xapian-omega-1.2.18.ebuild:
+  Version bump
 
   18 Jun 2014; Chema Alonso nim...@gentoo.org xapian-omega-1.2.17.ebuild:
   Stable for amd64 wrt bug #506974



1.1  app-text/xapian-omega/xapian-omega-1.2.18.ebuild

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

Index: xapian-omega-1.2.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v 1.1 
2014/06/23 11:42:46 blueness Exp $

EAPI=5

DESCRIPTION=An application built on Xapian, consisting of indexers and a CGI 
search frontend
SRC_URI=http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz;
HOMEPAGE=http://www.xapian.org/;
S=${WORKDIR}/xapian-omega-${PV}

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

DEPEND==dev-libs/xapian-${PV}
dev-lang/perl
dev-libs/libpcre
sys-libs/zlib
RDEPEND=${DEPEND}

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

#move docs to /usr/share/doc/${PF}.
mv ${D}/usr/share/doc/xapian-omega ${D}/usr/share/doc/${PF}

dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}






[gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.13.ebuild ChangeLog keepalived-1.2.7-r1.ebuild keepalived-1.2.8.ebuild keepalived-1.2.2-r3.ebuild

2014-06-23 Thread Alexys Jacob (ultrabug)
ultrabug14/06/23 11:45:01

  Modified: ChangeLog
  Added:keepalived-1.2.13.ebuild
  Removed:  keepalived-1.2.7-r1.ebuild keepalived-1.2.8.ebuild
keepalived-1.2.2-r3.ebuild
  Log:
  version bump fix #514488 thx to Tomas Mozes, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.109sys-cluster/keepalived/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   22 Jun 2014 14:34:22 -  1.108
+++ ChangeLog   23 Jun 2014 11:45:01 -  1.109
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/keepalived
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.108 
2014/06/22 14:34:22 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.109 
2014/06/23 11:45:01 ultrabug Exp $
+
+*keepalived-1.2.13 (23 Jun 2014)
+
+  23 Jun 2014; Ultrabug ultra...@gentoo.org -keepalived-1.2.2-r3.ebuild,
+  -keepalived-1.2.7-r1.ebuild, -keepalived-1.2.8.ebuild,
+  +keepalived-1.2.13.ebuild:
+  version bump fix #514488 thx to Tomas Mozes, drop old
 
   22 Jun 2014; Akinori Hattori hat...@gentoo.org keepalived-1.2.9.ebuild:
   ia64 stable wrt bug #507872



1.1  sys-cluster/keepalived/keepalived-1.2.13.ebuild

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

Index: keepalived-1.2.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.13.ebuild,v 1.1 
2014/06/23 11:45:01 ultrabug Exp $

EAPI=4

inherit autotools base

DESCRIPTION=A strong  robust keepalive facility to the Linux Virtual Server 
project
HOMEPAGE=http://www.keepalived.org/;
SRC_URI=http://www.keepalived.org/software/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86
IUSE=debug ipv6 snmp

RDEPEND=dev-libs/popt
sys-apps/iproute2
dev-libs/libnl
dev-libs/openssl
snmp? ( net-analyzer/net-snmp )
DEPEND=${RDEPEND}
=sys-kernel/linux-headers-2.6.30

PATCHES=(
${FILESDIR}/${PN}-1.2.2-libipvs-fix-backup-daemon.patch
)

DOCS=( README CONTRIBUTORS INSTALL VERSION ChangeLog AUTHOR TODO
doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )

src_prepare() {
base_src_prepare
eautoreconf
}

src_configure() {
STRIP=/bin/true \
econf \
--with-kernel-dir=/usr \
--enable-vrrp \
$(use_enable debug) \
$(use_enable snmp)
}

src_install() {
default

newinitd ${FILESDIR}/keepalived.init keepalived
newconfd ${FILESDIR}/keepalived.confd keepalived

use snmp  dodoc doc/KEEPALIVED-MIB

docinto genhash
dodoc genhash/README genhash/AUTHOR genhash/ChangeLog genhash/VERSION 
|| die
# This was badly named by upstream, it's more HOWTO than anything else.
newdoc INSTALL INSTALL+HOWTO

# Security risk to bundle SSL certs
rm -f ${ED}/etc/keepalived/samples/*.pem
# Clean up sysvinit files
rm -rf ${ED}/etc/sysconfig ${ED}/etc/rc.d/
}






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

2014-06-23 Thread Anthony G. Basile (blueness)
blueness14/06/23 11:47:00

  Modified: ChangeLog
  Added:Search-Xapian-1.2.18.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.44 dev-perl/Search-Xapian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   18 Jun 2014 10:34:44 -  1.43
+++ ChangeLog   23 Jun 2014 11:47:00 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Search-Xapian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.43 
2014/06/18 10:34:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.44 
2014/06/23 11:47:00 blueness Exp $
+
+*Search-Xapian-1.2.18.0 (23 Jun 2014)
+
+  23 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +Search-Xapian-1.2.18.0.ebuild:
+  Version bump
 
   18 Jun 2014; Chema Alonso nim...@gentoo.org Search-Xapian-1.2.17.0.ebuild:
   Stable for amd64 wrt bug #506974



1.1  dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild

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

Index: Search-Xapian-1.2.18.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild,v 
1.1 2014/06/23 11:47:00 blueness Exp $

EAPI=5

MODULE_AUTHOR=OLLY
inherit perl-module toolchain-funcs versionator

VERSION=$(get_version_component_range 1-3)

SRC_URI+= http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz;
DESCRIPTION=Perl XS frontend to the Xapian C++ search library.

LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86
IUSE=examples

RDEPEND=~dev-libs/xapian-${VERSION}
!dev-libs/xapian-bindings[perl]
DEPEND=${RDEPEND}
virtual/perl-Module-Build

SRC_TEST=do

myconf=CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}

src_install() {
perl-module_src_install

use examples  {
docinto examples
dodoc ${S}/examples/*
}
}






[gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: gwenhywfar-4.12.0_beta.ebuild ChangeLog

2014-06-23 Thread Hanno Boeck (hanno)
hanno   14/06/23 11:59:46

  Modified: ChangeLog
  Added:gwenhywfar-4.12.0_beta.ebuild
  Log:
  gwenhywfar bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  ChangesPath
1.108sys-libs/gwenhywfar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   1 Mar 2014 22:14:45 -   1.107
+++ ChangeLog   23 Jun 2014 11:59:46 -  1.108
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.107 
2014/03/01 22:14:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.108 
2014/06/23 11:59:46 hanno Exp $
+
+*gwenhywfar-4.12.0_beta (23 Jun 2014)
+
+  23 Jun 2014; Hanno Boeck ha...@gentoo.org +gwenhywfar-4.12.0_beta.ebuild:
+  Bump.
 
   01 Mar 2014; Michał Górny mgo...@gentoo.org gwenhywfar-4.2.1.ebuild,
   gwenhywfar-4.3.3.ebuild:



1.1  sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild

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

Index: gwenhywfar-4.12.0_beta.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild,v 1.1 
2014/06/23 11:59:46 hanno Exp $

EAPI=5

MY_P=${P/_beta/beta}
DESCRIPTION=A multi-platform helper library for other libraries
HOMEPAGE=http://www.aquamaniac.de/aqbanking/;
SRC_URI=http://www.aquamaniac.de/sites/download/download.php?package=01release=76file=01dummy=${MY_P}.tar.gz
 - ${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=debug doc fox gtk qt4

RDEPEND=dev-libs/libgpg-error
=dev-libs/libgcrypt-1.2.0:0
dev-libs/openssl:0
=net-libs/gnutls-2.0.1
virtual/libiconv
virtual/libintl
fox? ( x11-libs/fox:1.6 )
gtk? ( =x11-libs/gtk+-2.17.5:2 )
qt4? ( dev-qt/qtgui:4 )
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext
doc? ( app-doc/doxygen )

# broken upstream, reported but got no reply
RESTRICT=test

src_configure() {
local guis
use fox  guis=${guis} fox16
use gtk  guis=${guis} gtk2
use qt4  guis=${guis} qt4

econf \
--enable-ssl \
--enable-visibility \
$(use_enable debug) \
$(use_enable doc full-doc) \
--with-guis=${guis} \
--with-docpath=/usr/share/doc/${PF}/apidoc
}

src_compile() {
emake
use doc  emake srcdoc
}

src_install() {
emake DESTDIR=${D} install
use doc  emake DESTDIR=${D} install-srcdoc
dodoc AUTHORS ChangeLog README TODO
find ${ED} -name '*.la' -exec rm -f {} +
}






[gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: aqbanking-5.4.3_beta.ebuild ChangeLog

2014-06-23 Thread Hanno Boeck (hanno)
hanno   14/06/23 12:03:48

  Modified: ChangeLog
  Added:aqbanking-5.4.3_beta.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  ChangesPath
1.107net-libs/aqbanking/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   16 Dec 2012 13:54:28 -  1.106
+++ ChangeLog   23 Jun 2014 12:03:48 -  1.107
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/aqbanking
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.106 
2012/12/16 13:54:28 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.107 
2014/06/23 12:03:48 hanno Exp $
+
+*aqbanking-5.4.3_beta (23 Jun 2014)
+
+  23 Jun 2014; Hanno Boeck ha...@gentoo.org +aqbanking-5.4.3_beta.ebuild:
+  Bump.
 
   16 Dec 2012; Agostino Sarubbo a...@gentoo.org aqbanking-5.0.25.ebuild:
   Stable for x86, wrt bug #441448



1.1  net-libs/aqbanking/aqbanking-5.4.3_beta.ebuild

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

Index: aqbanking-5.4.3_beta.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-5.4.3_beta.ebuild,v 1.1 
2014/06/23 12:03:48 hanno Exp $

EAPI=5
inherit eutils

MY_P=${P/_beta/beta}
DESCRIPTION=Generic Online Banking Interface
HOMEPAGE=http://www.aquamaniac.de/aqbanking/;
SRC_URI=http://www.aquamaniac.de/sites/download/download.php?package=03release=115file=01dummy=${MY_P}.tar.gz
 - ${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=chipcard debug doc examples gtk ofx

RDEPEND==app-misc/ktoblzcheck-1.45
=dev-libs/gmp-5
=sys-libs/gwenhywfar-4.12.0_beta[gtk?]
virtual/libintl
ofx? ( =dev-libs/libofx-0.9.5 )
chipcard? ( =sys-libs/libchipcard-5.0.2 )
DEPEND=${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
doc? ( app-doc/doxygen )

MAKEOPTS=${MAKEOPTS} -j1 # 5.0.x fails with -j9 on quadcore

src_configure() {
local backends=aqhbci aqnone aqpaypal
use ofx  backends=${backends} aqofxconnect

local mytest
use gtk  mytest=--enable-gui-tests

econf \
$(use_enable debug) \
$(use_enable doc full-doc) \
--with-backends=${backends} \
--with-docpath=/usr/share/doc/${PF}/apidoc \
${mytest}
}

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

rm -rf ${ED}/usr/share/doc/aq{banking,hbci,paypal}

dodoc AUTHORS ChangeLog NEWS README TODO

newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
README.aqhbci-tool

if use examples; then
docinto tutorials
dodoc tutorials/*.{c,h} tutorials/README
fi

prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in net-zope/zope-fixers: ChangeLog zope-fixers-1.1.2.ebuild

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 12:36:36

  Modified: ChangeLog zope-fixers-1.1.2.ebuild
  Log:
  Stable on alpha, bug #511672
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.21 net-zope/zope-fixers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   9 Jun 2014 11:00:31 -   1.20
+++ ChangeLog   23 Jun 2014 12:36:36 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-zope/zope-fixers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.20 
2014/06/09 11:00:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.21 
2014/06/23 12:36:36 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org zope-fixers-1.1.2.ebuild:
+  Stable on alpha, bug #511672
 
   09 Jun 2014; Markus Meier mae...@gentoo.org zope-fixers-1.1.2.ebuild:
   arm stable, bug #511672



1.8  net-zope/zope-fixers/zope-fixers-1.1.2.ebuild

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

Index: zope-fixers-1.1.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zope-fixers-1.1.2.ebuild9 Jun 2014 11:00:31 -   1.7
+++ zope-fixers-1.1.2.ebuild23 Jun 2014 12:36:36 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v 1.7 
2014/06/09 11:00:31 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v 1.8 
2014/06/23 12:36:36 klausman Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=ZPL
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND=app-arch/unzip






[gentoo-commits] gentoo-x86 commit in net-zope/zope-interface: ChangeLog zope-interface-4.1.1.ebuild

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 12:36:54

  Modified: ChangeLog zope-interface-4.1.1.ebuild
  Log:
  Stable on alpha, bug #511672
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.57 net-zope/zope-interface/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   9 Jun 2014 11:00:53 -   1.56
+++ ChangeLog   23 Jun 2014 12:36:54 -  1.57
@@ -1,6 +1,10 @@
 # ChangeLog for net-zope/zope-interface
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v 1.56 
2014/06/09 11:00:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v 1.57 
2014/06/23 12:36:54 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org
+  zope-interface-4.1.1.ebuild:
+  Stable on alpha, bug #511672
 
   09 Jun 2014; Markus Meier mae...@gentoo.org zope-interface-4.1.1.ebuild:
   arm stable, bug #511672



1.4  net-zope/zope-interface/zope-interface-4.1.1.ebuild

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

Index: zope-interface-4.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zope-interface-4.1.1.ebuild 9 Jun 2014 11:00:53 -   1.3
+++ zope-interface-4.1.1.ebuild 23 Jun 2014 12:36:54 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v 
1.3 2014/06/09 11:00:53 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v 
1.4 2014/06/23 12:36:54 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=ZPL
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 # net-zope/zope-fixers is required for building with Python 3.






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

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 12:40:17

  Modified: soappy-0.12.5-r2.ebuild ChangeLog
  Log:
  Stable on alpha, bug #513132
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.6  dev-python/soappy/soappy-0.12.5-r2.ebuild

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

Index: soappy-0.12.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.5-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- soappy-0.12.5-r2.ebuild 19 Jun 2014 18:15:21 -  1.5
+++ soappy-0.12.5-r2.ebuild 23 Jun 2014 12:40:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.5-r2.ebuild,v 
1.5 2014/06/19 18:15:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.5-r2.ebuild,v 
1.6 2014/06/23 12:40:17 klausman Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x64-macos ~x86-macos
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x64-macos ~x86-macos
 IUSE=examples ssl
 
 RDEPEND=dev-python/fpconst[${PYTHON_USEDEP}]



1.52 dev-python/soappy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   19 Jun 2014 18:15:21 -  1.51
+++ ChangeLog   23 Jun 2014 12:40:17 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/soappy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.51 
2014/06/19 18:15:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.52 
2014/06/23 12:40:17 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org soappy-0.12.5-r2.ebuild:
+  Stable on alpha, bug #513132
 
   19 Jun 2014; Markus Meier mae...@gentoo.org soappy-0.12.5-r2.ebuild:
   arm stable, bug #513132






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

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 12:40:33

  Modified: wstools-0.4.3.ebuild ChangeLog
  Log:
  Stable on alpha, bug #513132
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.7  dev-python/wstools/wstools-0.4.3.ebuild

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

Index: wstools-0.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.4.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wstools-0.4.3.ebuild19 Jun 2014 18:14:57 -  1.6
+++ wstools-0.4.3.ebuild23 Jun 2014 12:40:33 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.4.3.ebuild,v 
1.6 2014/06/19 18:14:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.4.3.ebuild,v 
1.7 2014/06/23 12:40:33 klausman Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x64-macos ~x86-macos
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x64-macos ~x86-macos
 IUSE=
 
 RDEPEND=



1.19 dev-python/wstools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   19 Jun 2014 18:14:57 -  1.18
+++ ChangeLog   23 Jun 2014 12:40:33 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wstools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.18 
2014/06/19 18:14:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.19 
2014/06/23 12:40:33 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org wstools-0.4.3.ebuild:
+  Stable on alpha, bug #513132
 
   19 Jun 2014; Markus Meier mae...@gentoo.org wstools-0.4.3.ebuild:
   arm stable, bug #513132






[gentoo-commits] gentoo-x86 commit in net-misc/ntp: ntp-4.2.6_p5-r10.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 12:55:57

  Modified: ntp-4.2.6_p5-r10.ebuild ChangeLog
  Log:
  Old unit file was still being installed by error (#514660 by Matthias Maier)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.13 net-misc/ntp/ntp-4.2.6_p5-r10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild?r1=1.12r2=1.13

Index: ntp-4.2.6_p5-r10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ntp-4.2.6_p5-r10.ebuild 6 Apr 2014 15:03:40 -   1.12
+++ ntp-4.2.6_p5-r10.ebuild 23 Jun 2014 12:55:57 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild,v 1.12 
2014/04/06 15:03:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.6_p5-r10.ebuild,v 1.13 
2014/06/23 12:55:57 pacho Exp $
 
 EAPI=4
 
@@ -112,7 +112,7 @@
 
systemd_dounit ${FILESDIR}/ntpdate.service
systemd_install_serviced ${FILESDIR}/ntpdate.service.conf
-   systemd_dounit ${FILESDIR}/sntp.service
+   systemd_newunit ${FILESDIR}/sntp.service-r1 sntp.service
systemd_install_serviced ${FILESDIR}/sntp.service.conf
 }
 



1.218net-misc/ntp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   6 Apr 2014 15:05:00 -   1.217
+++ ChangeLog   23 Jun 2014 12:55:57 -  1.218
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ntp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.217 2014/04/06 
15:05:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.218 2014/06/23 
12:55:57 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org ntp-4.2.6_p5-r10.ebuild:
+  Old unit file was still being installed by error (#514660 by Matthias Maier)
 
   06 Apr 2014; Mike Frysinger vap...@gentoo.org ntp-4.2.6_p5-r10.ebuild:
   Add arm64 love.






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

2014-06-23 Thread Jeroen Roovers (jer)
jer 14/06/23 13:06:32

  Modified: youtube-dl-2014.06.19.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512600).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild

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

Index: youtube-dl-2014.06.19.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- youtube-dl-2014.06.19.ebuild20 Jun 2014 12:59:54 -  1.1
+++ youtube-dl-2014.06.19.ebuild23 Jun 2014 13:06:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild,v 1.1 
2014/06/20 12:59:54 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild,v 1.2 
2014/06/23 13:06:32 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=public-domain
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=offensive test
 
 DEPEND=



1.349net-misc/youtube-dl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog   20 Jun 2014 12:59:54 -  1.348
+++ ChangeLog   23 Jun 2014 13:06:32 -  1.349
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.348 
2014/06/20 12:59:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.349 
2014/06/23 13:06:32 jer Exp $
+
+  23 Jun 2014; Jeroen Roovers j...@gentoo.org youtube-dl-2014.06.19.ebuild:
+  Stable for HPPA (bug #512600).
 
 *youtube-dl-2014.06.19 (20 Jun 2014)
 






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

2014-06-23 Thread Jeroen Roovers (jer)
jer 14/06/23 13:07:36

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

Revision  ChangesPath
1.3  dev-cpp/gmock/gmock-1.7.0-r1.ebuild

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

Index: gmock-1.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmock-1.7.0-r1.ebuild   4 May 2014 15:27:38 -   1.2
+++ gmock-1.7.0-r1.ebuild   23 Jun 2014 13:07:36 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v 1.2 
2014/05/04 15:27:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v 1.3 
2014/06/23 13:07:36 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
 IUSE=static-libs
 
 RDEPEND==dev-cpp/gtest-${PV}*[${MULTILIB_USEDEP}]



1.22 dev-cpp/gmock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   4 May 2014 15:27:38 -   1.21
+++ ChangeLog   23 Jun 2014 13:07:36 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/gmock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.21 2014/05/04 
15:27:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.22 2014/06/23 
13:07:36 jer Exp $
+
+  23 Jun 2014; Jeroen Roovers j...@gentoo.org gmock-1.7.0-r1.ebuild:
+  Stable for HPPA (bug #513804).
 
   04 May 2014; Mike Frysinger vap...@gentoo.org gmock-1.7.0-r1.ebuild:
   Force python-2.x when running tests #455276 by Markus Oehme.






[gentoo-commits] gentoo-x86 commit in x11-wm/sawfish: ChangeLog sawfish-1.9.1-r2.ebuild

2014-06-23 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/23 13:17:46

  Modified: ChangeLog sawfish-1.9.1-r2.ebuild
  Log:
  Add depend on virtual/emacs
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.131x11-wm/sawfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.131view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.131content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?r1=1.130r2=1.131

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   14 Jun 2014 10:35:28 -  1.130
+++ ChangeLog   23 Jun 2014 13:17:46 -  1.131
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/sawfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.130 2014/06/14 
10:35:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.131 2014/06/23 
13:17:46 nimiux Exp $
+
+  23 Jun 2014; Chema Alonso nim...@gentoo.org sawfish-1.9.1-r2.ebuild:
+  Add depend on virtual/emacs
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org sawfish-1.9.1-r2.ebuild:
   x86 stable wrt bug #507244



1.3  x11-wm/sawfish/sawfish-1.9.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?r1=1.2r2=1.3

Index: sawfish-1.9.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sawfish-1.9.1-r2.ebuild 14 Jun 2014 10:35:28 -  1.2
+++ sawfish-1.9.1-r2.ebuild 23 Jun 2014 13:17:46 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.2 2014/06/14 10:35:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.3 2014/06/23 13:17:46 nimiux Exp $
 
 EAPI=5
 inherit eutils elisp-common
@@ -14,7 +14,7 @@
 KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=emacs nls xinerama
 
-RDEPEND=emacs? ( !app-emacs/sawfish )
+RDEPEND=emacs? ( virtual/emacs !app-emacs/sawfish )
=dev-libs/librep-0.92.1
=x11-libs/rep-gtk-0.90.7
|| ( x11-libs/pangox-compat x11-libs/pango-1.31[X] )






[gentoo-commits] proj/vps/baselayout-vserver: New branch: master

2014-06-23 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jun 23 13:21:44 2014 +

New branch: master




[gentoo-commits] proj/vps/baselayout-vserver: New tag: release-1.12.0_pre9

2014-06-23 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jun 23 13:27:49 2014 +

New tag: release-1.12.0_pre9




[gentoo-commits] proj/vps/baselayout-vserver: New branch: baselayout-1_12

2014-06-23 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jun 23 13:28:23 2014 +

New branch: baselayout-1_12




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

2014-06-23 Thread Michael Palimaka
commit: d92981e3adc71949d5024a0ff0d9783fcf6f3665
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 23 13:43:35 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 23 13:43:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d92981e3

[kde-base/plasma-workspace] Add qalculate USE flag.

Upstream commit: de5acbd6106ab7e876e92f117b6443329bbe21ec.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index ac552e4..a981624 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION=KDE Plasma workspace
 KEYWORDS=
-IUSE=dbus prison X
+IUSE=dbus prison qalculate X
 
 COMMON_DEPEND=
$(add_kdebase_dep libksysguard)
@@ -62,6 +62,7 @@ COMMON_DEPEND=
x11-libs/libkscreen2:5
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
prison? ( media-libs/prison:5 )
+   qalculate? ( sci-libs/libqalculate )
X? (
dev-qt/qtx11extras:5
x11-libs/libICE
@@ -99,6 +100,7 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
$(cmake-utils_use_find_package prison)
+   $(cmake-utils_use_find_package qalculate Qalculate)
$(cmake-utils_use_find_package X X11)
)
 



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

2014-06-23 Thread Mike Gilbert (floppym)
floppym 14/06/23 13:44:13

  Modified: pyopenssl-0.14.ebuild ChangeLog
  Log:
  Drop openssl dep: pyopenssl uses dev-python/cryptography, which is what 
interfaces with openssl.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.11 dev-python/pyopenssl/pyopenssl-0.14.ebuild

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

Index: pyopenssl-0.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyopenssl-0.14.ebuild   23 Jun 2014 04:24:05 -  1.10
+++ pyopenssl-0.14.ebuild   23 Jun 2014 13:44:13 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.10 
2014/06/23 04:24:05 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.11 
2014/06/23 13:44:13 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -19,7 +19,7 @@
 KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd
 IUSE=doc examples
 
-RDEPEND=dev-libs/openssl-1.0.1h
+RDEPEND=
=dev-python/six-1.5.2[${PYTHON_USEDEP}]
=dev-python/cryptography-0.2.1[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}



1.125dev-python/pyopenssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   23 Jun 2014 04:24:05 -  1.124
+++ ChangeLog   23 Jun 2014 13:44:13 -  1.125
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyopenssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.124 
2014/06/23 04:24:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.125 
2014/06/23 13:44:13 floppym Exp $
+
+  23 Jun 2014; Mike Gilbert flop...@gentoo.org pyopenssl-0.14.ebuild:
+  Drop openssl dep: pyopenssl uses dev-python/cryptography, which is what
+  interfaces with openssl.
 
   23 Jun 2014; Ian Delaney idel...@gentoo.org pyopenssl-0.14.ebuild:
   drop py2.6 pypy2_0, add missed key dep set to upper boarder wrt Bug #514418






[gentoo-commits] proj/vps/misc: New branch: master

2014-06-23 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jun 23 13:36:25 2014 +

New branch: master




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

2014-06-23 Thread Michael Palimaka
commit: 667a5d01ebe16321df744cf3b1ce530dc0d1379e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 23 14:00:02 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 23 14:00:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=667a5d01

[kde-base/plasma-workspace] Add gps USE flag.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index a981624..fbfc946 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION=KDE Plasma workspace
 KEYWORDS=
-IUSE=dbus prison qalculate X
+IUSE=dbus gps prison qalculate X
 
 COMMON_DEPEND=
$(add_kdebase_dep libksysguard)
@@ -61,6 +61,7 @@ COMMON_DEPEND=
sys-libs/zlib
x11-libs/libkscreen2:5
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+   gps? ( sci-geosciences/gpsd )
prison? ( media-libs/prison:5 )
qalculate? ( sci-libs/libqalculate )
X? (
@@ -99,6 +100,7 @@ PATCHES=( ${FILESDIR}/${PN}-startkde-script.patch )
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   $(cmake-utils_use_find_package gps libgps)
$(cmake-utils_use_find_package prison)
$(cmake-utils_use_find_package qalculate Qalculate)
$(cmake-utils_use_find_package X X11)



[gentoo-commits] gentoo-x86 commit in x11-wm/sawfish: ChangeLog sawfish-1.9.1-r2.ebuild

2014-06-23 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/23 14:02:37

  Modified: ChangeLog sawfish-1.9.1-r2.ebuild
  Log:
  Stable for amd64 wrt bug #507244
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.132x11-wm/sawfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.132view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.132content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?r1=1.131r2=1.132

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   23 Jun 2014 13:17:46 -  1.131
+++ ChangeLog   23 Jun 2014 14:02:37 -  1.132
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/sawfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.131 2014/06/23 
13:17:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.132 2014/06/23 
14:02:37 nimiux Exp $
+
+  23 Jun 2014; Chema Alonso nim...@gentoo.org sawfish-1.9.1-r2.ebuild:
+  Stable for amd64 wrt bug #507244
 
   23 Jun 2014; Chema Alonso nim...@gentoo.org sawfish-1.9.1-r2.ebuild:
   Add depend on virtual/emacs



1.4  x11-wm/sawfish/sawfish-1.9.1-r2.ebuild

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

Index: sawfish-1.9.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sawfish-1.9.1-r2.ebuild 23 Jun 2014 13:17:46 -  1.3
+++ sawfish-1.9.1-r2.ebuild 23 Jun 2014 14:02:37 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.3 2014/06/23 13:17:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.4 2014/06/23 14:02:37 nimiux Exp $
 
 EAPI=5
 inherit eutils elisp-common
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2 Artistic-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=emacs nls xinerama
 
 RDEPEND=emacs? ( virtual/emacs !app-emacs/sawfish )






[gentoo-commits] gentoo-x86 commit in sys-power/pm-utils: pm-utils-1.4.1-r6.ebuild ChangeLog

2014-06-23 Thread Samuli Suominen (ssuominen)
ssuominen14/06/23 14:03:11

  Modified: ChangeLog
  Added:pm-utils-1.4.1-r6.ebuild
  Log:
  Use doexe instead of doins for power.d/pci_devices, power.d/usb_bluetooth and 
sleep.d/50unload_alx. Mark defaults file executable as per debian/rules. Remove 
unstable power.d/harddrive wrt #452362 (also removed by debian/rules). Remove 
power.d/journal-commit and power.d/readahead as they have been shown to 
increase power usage instead of reduce it as per debian/rules. These should be 
last stolen bits from Debian patchset 1.4.1-14.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.71 sys-power/pm-utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   4 Jun 2014 20:53:26 -   1.70
+++ ChangeLog   23 Jun 2014 14:03:11 -  1.71
@@ -1,6 +1,16 @@
 # ChangeLog for sys-power/pm-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.70 
2014/06/04 20:53:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.71 
2014/06/23 14:03:11 ssuominen Exp $
+
+*pm-utils-1.4.1-r6 (23 Jun 2014)
+
+  23 Jun 2014; Samuli Suominen ssuomi...@gentoo.org 
+pm-utils-1.4.1-r6.ebuild:
+  Use doexe instead of doins for power.d/pci_devices, power.d/usb_bluetooth and
+  sleep.d/50unload_alx. Mark defaults file executable as per debian/rules.
+  Remove unstable power.d/harddrive wrt #452362 (also removed by debian/rules).
+  Remove power.d/journal-commit and power.d/readahead as they have been shown 
to
+  increase power usage instead of reduce it as per debian/rules. These should 
be
+  last stolen bits from Debian patchset 1.4.1-14.
 
 *pm-utils-1.4.1-r5 (04 Jun 2014)
 



1.1  sys-power/pm-utils/pm-utils-1.4.1-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r6.ebuild?rev=1.1content-type=text/plain

Index: pm-utils-1.4.1-r6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r6.ebuild,v 1.1 
2014/06/23 14:03:11 ssuominen Exp $

EAPI=5
inherit eutils multilib

DESCRIPTION=Suspend and hibernation utilities
HOMEPAGE=http://pm-utils.freedesktop.org/;
SRC_URI=http://pm-utils.freedesktop.org/releases/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=alsa debug ntp video_cards_intel video_cards_radeon

vbetool=!video_cards_intel? ( sys-apps/vbetool )
RDEPEND=!app-laptop/laptop-mode-tools-1.55-r1
!sys-power/powermgmt-base[-pm-utils(+)]
sys-apps/dbus
=sys-apps/util-linux-2.13
sys-power/pm-quirks
alsa? ( media-sound/alsa-utils )
ntp? ( || ( net-misc/ntp net-misc/openntpd ) )
amd64? ( ${vbetool} )
x86? ( ${vbetool} )
video_cards_radeon? ( app-laptop/radeontool )
DEPEND=${RDEPEND}

DOCS=AUTHORS ChangeLog NEWS pm/HOWTO* README* TODO

src_prepare() {
local ignore=01grub
use ntp || ignore+= 90clock

use debug  echo 'PM_DEBUG=true'  ${T}/gentoo
echo HOOK_BLACKLIST=\${ignore}\  ${T}/gentoo

epatch \
${FILESDIR}/${PV}-bluetooth-sync.patch \
${FILESDIR}/${PV}-disable-sata-alpm.patch \
${FILESDIR}/${PV}-fix-intel-audio-powersave-hook.patch \
${FILESDIR}/${PV}-logging-append.patch \
${FILESDIR}/${PV}-fix-alpm-typo.patch \
${FILESDIR}/${PV}-inhibit-on-right-status.patch \
${FILESDIR}/${PV}-ignore-led-failure.patch \
${FILESDIR}/${PV}-run-hook-logging.patch \
${FILESDIR}/${PV}-suspend-hybrid.patch \
${FILESDIR}/${PV}-uswsusp-hibernate-mode.patch \
${FILESDIR}/${PV}-xfs_buffer_arguments.patch
}

src_configure() {
econf --disable-doc
}

src_install() {
default
doman man/*.{1,8}

# Remove duplicate documentation install
rm -r ${ED}/usr/share/doc/${PN}

insinto /etc/pm/config.d
doins ${T}/gentoo

insinto /etc/logrotate.d
  

[gentoo-commits] gentoo-x86 commit in virtual/python-imaging: python-imaging-2.ebuild ChangeLog

2014-06-23 Thread Tobias Klausmann (klausman)
klausman14/06/23 14:07:54

  Modified: python-imaging-2.ebuild ChangeLog
  Log:
  Stable on alpha, bug #486326
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.10 virtual/python-imaging/python-imaging-2.ebuild

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

Index: python-imaging-2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/python-imaging/python-imaging-2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-imaging-2.ebuild 3 Jun 2014 19:08:31 -   1.9
+++ python-imaging-2.ebuild 23 Jun 2014 14:07:54 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/python-imaging/python-imaging-2.ebuild,v 1.9 
2014/06/03 19:08:31 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/python-imaging/python-imaging-2.ebuild,v 1.10 
2014/06/23 14:07:54 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=jpeg tk
 
 RDEPEND=dev-python/pillow[jpeg?,tk?,${PYTHON_USEDEP}]



1.14 virtual/python-imaging/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-imaging/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-imaging/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-imaging/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/python-imaging/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Jun 2014 19:08:31 -   1.13
+++ ChangeLog   23 Jun 2014 14:07:54 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-imaging
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-imaging/ChangeLog,v 1.13 
2014/06/03 19:08:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-imaging/ChangeLog,v 1.14 
2014/06/23 14:07:54 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann klaus...@gentoo.org python-imaging-2.ebuild:
+  Stable on alpha, bug #486326
 
   03 Jun 2014; Jeroen Roovers j...@gentoo.org python-imaging-2.ebuild:
   Stable for HPPA (bug #486326).






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

2014-06-23 Thread Anthony G. Basile
commit: 7e03353c255110b4a62d88e9c03e27fb1f8dda5f
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jun 23 14:11:21 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jun 23 14:11:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7e03353c

sys-kernel/hardened-sources: testing patchset 20140622b

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA

---
 ...ned-sources-3.14.8-r1.ebuild = hardened-sources-3.14.8-r2.ebuild} | 2 +-
 ...rdened-sources-3.14.8-r1.ebuild = hardened-sources-3.15.1.ebuild} | 4 ++--
 ...ned-sources-3.2.60-r2.ebuild = hardened-sources-3.2.60-r3.ebuild} | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.8-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.8-r2.ebuild
similarity index 96%
copy from sys-kernel/hardened-sources/hardened-sources-3.14.8-r1.ebuild
copy to sys-kernel/hardened-sources/hardened-sources-3.14.8-r2.ebuild
index 94adbd0..d7e5057 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.8-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.8-r2.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

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

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r3.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.60-r2.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.60-r3.ebuild
index e25370e..9ebbe4e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r2.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r3.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 



[gentoo-commits] gentoo-x86 commit in sys-power/pm-utils: ChangeLog pm-utils-1.4.1-r4.ebuild pm-utils-1.4.1-r3.ebuild pm-utils-1.4.1-r5.ebuild

2014-06-23 Thread Samuli Suominen (ssuominen)
ssuominen14/06/23 14:11:07

  Modified: ChangeLog
  Removed:  pm-utils-1.4.1-r4.ebuild pm-utils-1.4.1-r3.ebuild
pm-utils-1.4.1-r5.ebuild
  Log:
  old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.72 sys-power/pm-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   23 Jun 2014 14:03:11 -  1.71
+++ ChangeLog   23 Jun 2014 14:11:07 -  1.72
@@ -1,6 +1,10 @@
 # ChangeLog for sys-power/pm-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.71 
2014/06/23 14:03:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.72 
2014/06/23 14:11:07 ssuominen Exp $
+
+  23 Jun 2014; Samuli Suominen ssuomi...@gentoo.org 
-pm-utils-1.4.1-r3.ebuild,
+  -pm-utils-1.4.1-r4.ebuild, -pm-utils-1.4.1-r5.ebuild:
+  old
 
 *pm-utils-1.4.1-r6 (23 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/imlib2: imlib2-1.4.6-r2.ebuild ChangeLog

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 14:11:50

  Modified: imlib2-1.4.6-r2.ebuild ChangeLog
  Log:
  Fix out-of-source builds, bug #510522.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  media-libs/imlib2/imlib2-1.4.6-r2.ebuild

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

Index: imlib2-1.4.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.6-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imlib2-1.4.6-r2.ebuild  18 Jun 2014 19:35:59 -  1.3
+++ imlib2-1.4.6-r2.ebuild  23 Jun 2014 14:11:50 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.6-r2.ebuild,v 
1.3 2014/06/18 19:35:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.6-r2.ebuild,v 
1.4 2014/06/23 14:11:50 mgorny Exp $
 
 # NOTE!!!: to avoid masking of - the
 # package.mask entry for multilib version
@@ -16,7 +16,7 @@
EKEY_STATE=snap
 fi
 
-inherit enlightenment toolchain-funcs multilib-minimal
+inherit autotools enlightenment toolchain-funcs multilib-minimal
 
 DESCRIPTION=Version 2 of an advanced replacement library for libraries like 
libXpm
 HOMEPAGE=http://www.enlightenment.org/;
@@ -45,6 +45,9 @@
 src_prepare() {
epatch ${FILESDIR}/${PN}-1.4.5-no-my-libs.patch #497894
epatch ${FILESDIR}/${PN}-1.4.5-giflib-5.patch #457634
+   epatch ${FILESDIR}/${P}-out-of-source-build.patch #510522
+
+   eautomake
 }
 
 multilib_src_configure() {



1.125media-libs/imlib2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   18 Jun 2014 19:35:59 -  1.124
+++ ChangeLog   23 Jun 2014 14:11:50 -  1.125
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/imlib2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.124 
2014/06/18 19:35:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.125 
2014/06/23 14:11:50 mgorny Exp $
+
+  23 Jun 2014; Michał Górny mgo...@gentoo.org
+  +files/imlib2-1.4.6-out-of-source-build.patch, imlib2-1.4.6-r2.ebuild:
+  Fix out-of-source builds, bug #510522.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org imlib2-1.4.6-r2.ebuild,
   imlib2-.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/imlib2/files: imlib2-1.4.6-out-of-source-build.patch

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 14:11:50

  Added:imlib2-1.4.6-out-of-source-build.patch
  Log:
  Fix out-of-source builds, bug #510522.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
media-libs/imlib2/files/imlib2-1.4.6-out-of-source-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib2/files/imlib2-1.4.6-out-of-source-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib2/files/imlib2-1.4.6-out-of-source-build.patch?rev=1.1content-type=text/plain

Index: imlib2-1.4.6-out-of-source-build.patch
===
From 8d5ebc7399ee03d742a1abe115905c807f8186e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
Date: Sat, 17 May 2014 09:23:02 +0200
Subject: [PATCH] Fix -I flags to support building out-of-source.

When building out-of-source, the headers are located in subdirectories
in $(top_srcdir) rather than $(top_builddir). Adjust AM_CPPFLAGS
accordingly.
---
 src/bin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 1d3d445..111c24a 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
 
 AM_CPPFLAGS = \
 -DPACKAGE_DATA_DIR=\$(datadir)/$(PACKAGE)\ \
--I$(top_builddir)/src/lib \
+-I$(top_srcdir)/src/lib \
 $(X_CFLAGS)
 
 if BUILD_X11
-- 
1.9.3







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

2014-06-23 Thread Michael Palimaka
commit: 8ceea7dd2a2438966f50813c7fa1fe0a596a90b5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 23 14:16:23 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 23 14:16:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8ceea7dd

[kde-base/plasma-workspace] Add dependency.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index fbfc946..9be2f25 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -16,6 +16,7 @@ COMMON_DEPEND=
$(add_kdebase_dep baloo)
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)



[gentoo-commits] gentoo-x86 commit in net-zope/zope-interface: zope-interface-4.0.5.ebuild zope-interface-4.1.0.ebuild zope-interface-4.1.1.ebuild ChangeLog

2014-06-23 Thread Mike Gilbert (floppym)
floppym 14/06/23 14:26:00

  Modified: zope-interface-4.0.5.ebuild
zope-interface-4.1.0.ebuild
zope-interface-4.1.1.ebuild ChangeLog
  Log:
  Drop dependency on net-zope/zope-fixers per Arfrever.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.8  net-zope/zope-interface/zope-interface-4.0.5.ebuild

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

Index: zope-interface-4.0.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zope-interface-4.0.5.ebuild 31 Mar 2014 21:16:29 -  1.7
+++ zope-interface-4.0.5.ebuild 23 Jun 2014 14:26:00 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.0.5.ebuild,v 
1.7 2014/03/31 21:16:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.0.5.ebuild,v 
1.8 2014/06/23 14:26:00 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -21,8 +21,7 @@
 
 # net-zope/zope-fixers is required for building with Python 3.
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/unzip
-   net-zope/zope-fixers[$(python_gen_usedep 'python3*')]
+   app-arch/unzip
 RDEPEND=
 
 S=${WORKDIR}/${MY_P}



1.4  net-zope/zope-interface/zope-interface-4.1.0.ebuild

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

Index: zope-interface-4.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zope-interface-4.1.0.ebuild 31 Mar 2014 21:16:29 -  1.3
+++ zope-interface-4.1.0.ebuild 23 Jun 2014 14:26:00 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.0.ebuild,v 
1.3 2014/03/31 21:16:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.0.ebuild,v 
1.4 2014/06/23 14:26:00 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -20,8 +20,7 @@
 IUSE=
 
 # net-zope/zope-fixers is required for building with Python 3.
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   net-zope/zope-fixers[$(python_gen_usedep 'python3*')]
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=
 
 S=${WORKDIR}/${MY_P}



1.5  net-zope/zope-interface/zope-interface-4.1.1.ebuild

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

Index: zope-interface-4.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zope-interface-4.1.1.ebuild 23 Jun 2014 12:36:54 -  1.4
+++ zope-interface-4.1.1.ebuild 23 Jun 2014 14:26:00 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v 
1.4 2014/06/23 12:36:54 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zope-interface/zope-interface-4.1.1.ebuild,v 
1.5 2014/06/23 14:26:00 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -20,8 +20,7 @@
 IUSE=
 
 # net-zope/zope-fixers is required for building with Python 3.

[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities: xe-guest-utilities-6.2.0_p1120.ebuild xe-guest-utilities-5.6.0_p595.ebuild metadata.xml xe-guest-utilities-6.1.0_p1033.ebuild Ch

2014-06-23 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 14:30:35

  Added:xe-guest-utilities-6.2.0_p1120.ebuild
xe-guest-utilities-5.6.0_p595.ebuild metadata.xml
xe-guest-utilities-6.1.0_p1033.ebuild ChangeLog
  Log:
  Initial commit, based off Chris Camisa's work in his OpenStack overlay: 
https://github.com/Camisa/OpenStack-Overlay/tree/master/sys-cluster/xe-guest-utilities;
 I intend to proxy further commits from him.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  
app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild?rev=1.1content-type=text/plain

Index: xe-guest-utilities-6.2.0_p1120.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild,v
 1.1 2014/06/23 14:30:35 robbat2 Exp $

EAPI=5
inherit eutils rpm linux-info
DESCRIPTION=XenServer Virtual Machine Tools
HOMEPAGE=http://www.citrix.com/;
PV_BASE=${PV/_*}
PV_FULL=${PV/_p/-}
SRC_URI=http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;
LICENSE=LGPL-3 LGPL-2.1
SLOT=0
KEYWORDS=~amd64
IUSE=xenstore
DEPEND=app-arch/rpm2targz
RDEPEND=
!xenstore? ( app-emulation/xen-tools )
xenstore? ( !app-emulation/xen-tools )
S=${WORKDIR}
CONFIG_CHECK=~XEN_COMPAT_XENFS ~XENFS
QA_PREBUILT=usr/bin/xenstore* usr/bin/xeninfo

src_unpack() {
rpm_src_unpack ${A}
# Upstream includes xenstore-sources.tar.bz2
# but it is NOT the complete source :-(
}

src_prepare() {
epatch ${FILESDIR}/${PN}-6.2.0_p1120-Guest-Attributes.patch
epatch ${FILESDIR}/${PN}-6.2.0_p1120-Linux-Distribution.patch
}

src_install() {
newinitd ${FILESDIR}/xe-daemon.initd xe-daemon
dosbin xe-daemon
dosbin xe-linux-distribution
dosbin xe-update-guest-attrs
insinto /lib/udev/rules.d
newins xen-vcpu-hotplug.rules 10-xen-vcpu-hotplug.rules

if use xenstore; then
dobin usr/bin/xeninfo
dobin usr/bin/xenstore
dobin usr/bin/xenstore-*
fi
}

pkg_postinst() {
if [ ! -e /etc/runlevels/boot/xe-daemon ]; then
elog To start the xe-daemon automatically by default
elog you should add it to the boot runlevel :
elog 'rc-update add xe-daemon boot'
elog
fi
}



1.1  
app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild?rev=1.1content-type=text/plain

Index: xe-guest-utilities-5.6.0_p595.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild,v
 1.1 2014/06/23 14:30:35 robbat2 Exp $

EAPI=5
inherit eutils rpm linux-info
DESCRIPTION=XenServer Virtual Machine Tools
HOMEPAGE=http://www.citrix.com/;
PV_BASE=${PV/_*}
PV_FULL=${PV/_p/-}
SRC_URI=http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;
LICENSE=LGPL-3 LGPL-2.1
SLOT=0
KEYWORDS=~amd64
IUSE=xenstore
DEPEND=app-arch/rpm2targz
RDEPEND=
!xenstore? ( app-emulation/xen-tools )
xenstore? ( !app-emulation/xen-tools )
S=${WORKDIR}
CONFIG_CHECK=~XEN_COMPAT_XENFS ~XENFS
QA_PREBUILT=usr/bin/xenstore* usr/bin/xeninfo

src_unpack() {
rpm_src_unpack ${A}
# Upstream includes xenstore-sources.tar.bz2
# but it is NOT the complete source :-(
}

src_prepare() {
epatch ${FILESDIR}/${PN}-5.6.100_p651-gentoo.patch
epatch ${FILESDIR}/${PN}-5.6.100_p651-update-guest-attrs.patch
}

src_install() {
newinitd ${FILESDIR}/xe-daemon.initd xe-daemon
dosbin xe-daemon
dosbin xe-linux-distribution
dosbin xe-update-guest-attrs
insinto /lib/udev/rules.d
newins xen-vcpu-hotplug.rules 10-xen-vcpu-hotplug.rules

if use xenstore; then
dobin usr/bin/xeninfo
dobin usr/bin/xenstore
dobin usr/bin/xenstore-*
fi
}

pkg_postinst() {
if [ ! -e 

[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities/files: xe-daemon.initd xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch xe-guest-utilities-6.2.0_p1120-Linux-Distribution

2014-06-23 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 14:30:35

  Added:xe-daemon.initd
xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch
xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch
xe-guest-utilities-6.2.0_p1120-Guest-Attributes.patch
xe-guest-utilities-5.6.100_p651-gentoo.patch
  Log:
  Initial commit, based off Chris Camisa's work in his OpenStack overlay: 
https://github.com/Camisa/OpenStack-Overlay/tree/master/sys-cluster/xe-guest-utilities;
 I intend to proxy further commits from him.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/xe-guest-utilities/files/xe-daemon.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd?rev=1.1content-type=text/plain

Index: xe-daemon.initd
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd,v
 1.1 2014/06/23 14:30:35 robbat2 Exp $

depend() {
  need localmount
  after bootmisc
}

start() {
  einfo Detecting Linux distribution version
  /usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution

  ebegin Starting xe daemon
  start-stop-daemon --start --exec /usr/sbin/xe-daemon \
  --pidfile /var/run/xe-daemon.pid \
  --background \
  -- -p /var/run/xe-daemon.pid
  eend $?
}

stop() {
  ebegin Stopping xe daemon
  start-stop-daemon --stop --exec /usr/sbin/xe-daemon \
  --pidfile /var/run/xe-daemon.pid
  eend $?
}



1.1  
app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch?rev=1.1content-type=text/plain

Index: xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch
===
--- usr/sbin/xe-update-guest-attrs.orig 2011-04-18 10:56:30.0 -0500
+++ usr/sbin/xe-update-guest-attrs  2013-12-31 04:34:57.750083257 -0600
@@ -172,7 +172,7 @@
 #   collisions:0 txqueuelen:0 
 #   RX bytes:3604609 (3.4 MiB)  TX bytes:3604609 (3.4 MiB)
 
-eval $(/sbin/ifconfig | \
+eval $(/bin/ifconfig | \
 sed -n -e '/^[0-9a-z][0-9a-z]*\:/,/^$/d' \
-e 's/^\([0-9a-z][0-9a-z]*\) .*/ifs=\$ifs \1; current=\1; 
/gp;' \
-e 's/  *inet addr:\('$IPADDR_RE'\) .*/eval 
inet_\${current}=\1; /gp;')



1.1  
app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch?rev=1.1content-type=text/plain

Index: xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch
===
--- usr/sbin/xe-linux-distribution.orig 2013-06-14 07:57:18.0 -0500
+++ usr/sbin/xe-linux-distribution  2014-04-19 13:54:13.270477193 -0500
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 # Copyright (C) 2009  Citrix Systems Inc.
+# Copyright (C) 2014  Christopher J. Camisa
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -68,7 +69,7 @@
 eval $(awk -F. '/^[0-9]*\.[0-9]*/ \
 { print major=$1 ; print minor=$2 ; exit 0 }' \
${debian_version})
-
+
 if [ -z ${major} ]  [ -z ${minor} ]  ! grep -q /sid 
${debian_version} ; then
return 1
 fi
@@ -118,7 +119,7 @@
 # Enterprise Linux Enterprise Linux Server release 5 (Carthage)
 # Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
 # Oracle Linux Server release 5.6
-
+
 if [ ! -f ${redhat_release} ] ; then
return 1
 fi
@@ -236,7 +237,7 @@
 if [ ! -x ${lsb_release} ] ; then
return 1
 fi
-
+
 distro=$(${lsb_release} --short --id | tr 'A-Z' 'a-z')
 description=$(${lsb_release} --short --description | sed -e 
's/^\(.*\)$/\1/g')
 release=$(${lsb_release} --short --release)
@@ -254,6 +255,31 @@
 write_to_output ${distro} ${major} ${minor} ${description}
 }
 

[gentoo-commits] gentoo-x86 commit in net-im/minbif: minbif-1.0.5-r1.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 14:57:29

  Modified: minbif-1.0.5-r1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #514482
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-im/minbif/minbif-1.0.5-r1.ebuild

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

Index: minbif-1.0.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minbif-1.0.5-r1.ebuild  22 Jun 2014 19:20:48 -  1.1
+++ minbif-1.0.5-r1.ebuild  23 Jun 2014 14:57:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild,v 1.1 
2014/06/22 19:20:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild,v 1.2 
2014/06/23 14:57:29 pacho Exp $
 
 EAPI=5
 inherit cmake-utils eutils user
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm x86
 IUSE=gnutls +imlib +libcaca pam xinetd
 REQUIRED_USE=
libcaca? ( imlib )



1.18 net-im/minbif/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Jun 2014 19:20:48 -  1.17
+++ ChangeLog   23 Jun 2014 14:57:29 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/minbif
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.17 2014/06/22 
19:20:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.18 2014/06/23 
14:57:29 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org minbif-1.0.5-r1.ebuild:
+  amd64/x86 stable, bug #514482
 
 *minbif-1.0.5-r1 (22 Jun 2014)
 






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

2014-06-23 Thread Ian Delaney (idella4)
idella4 14/06/23 14:58:23

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



[gentoo-commits] gentoo-x86 commit in media-video/gxine: gxine-0.5.907-r1.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 14:58:47

  Modified: gxine-0.5.907-r1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #514462
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  media-video/gxine/gxine-0.5.907-r1.ebuild

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

Index: gxine-0.5.907-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/gxine/gxine-0.5.907-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gxine-0.5.907-r1.ebuild 22 Jun 2014 15:59:08 -  1.1
+++ gxine-0.5.907-r1.ebuild 23 Jun 2014 14:58:47 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gxine/gxine-0.5.907-r1.ebuild,v 
1.1 2014/06/22 15:59:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gxine/gxine-0.5.907-r1.ebuild,v 
1.2 2014/06/23 14:58:47 pacho Exp $
 
 EAPI=5
 inherit autotools eutils fdo-mime gnome2-utils multilib nsplugins
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 IUSE=linguas_cs linguas_de lirc nls nsplugin udev +xcb xinerama
 
 COMMON_DEPEND==media-libs/xine-lib-1.1.20



1.130media-video/gxine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/gxine/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   22 Jun 2014 15:59:08 -  1.129
+++ ChangeLog   23 Jun 2014 14:58:47 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/gxine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gxine/ChangeLog,v 1.129 
2014/06/22 15:59:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gxine/ChangeLog,v 1.130 
2014/06/23 14:58:47 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org gxine-0.5.907-r1.ebuild:
+  amd64/x86 stable, bug #514462
 
 *gxine-0.5.907-r1 (22 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-0.8.11.ebuild ChangeLog

2014-06-23 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/06/23 15:00:16

  Modified: libav-0.8.11.ebuild ChangeLog
  Log:
  x86 stable wrt bug #504584
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.9  media-video/libav/libav-0.8.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?r1=1.8r2=1.9

Index: libav-0.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libav-0.8.11.ebuild 22 Jun 2014 14:36:03 -  1.8
+++ libav-0.8.11.ebuild 23 Jun 2014 15:00:16 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v 1.8 
2014/06/22 14:36:03 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v 1.9 
2014/06/23 15:00:16 phajdan.jr Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 LICENSE=LGPL-2.1 gpl? ( GPL-3 )
 SLOT=0/0.8
 [[ ${PV} == * ]] || \
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
 
 IUSE=+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cdio cpudetection
  custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm



1.197media-video/libav/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   22 Jun 2014 14:36:03 -  1.196
+++ ChangeLog   23 Jun 2014 15:00:16 -  1.197
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/libav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.196 
2014/06/22 14:36:03 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.197 
2014/06/23 15:00:16 phajdan.jr Exp $
+
+  23 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org libav-0.8.11.ebuild:
+  x86 stable wrt bug #504584
 
   22 Jun 2014; Akinori Hattori hat...@gentoo.org libav-0.8.11.ebuild:
   ia64 stable wrt bug #504584






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

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 15:00:31

  Modified: sqlalchemy-0.9.2.ebuild ChangeLog
  Log:
  x86 stable, bug #505840
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.9  dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild

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

Index: sqlalchemy-0.9.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sqlalchemy-0.9.2.ebuild 8 Jun 2014 08:56:52 -   1.8
+++ sqlalchemy-0.9.2.ebuild 23 Jun 2014 15:00:30 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v 1.8 
2014/06/08 08:56:52 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v 1.9 
2014/06/23 15:00:30 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples +sqlite test
 
 RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.126dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   8 Jun 2014 08:56:52 -   1.125
+++ ChangeLog   23 Jun 2014 15:00:30 -  1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.125 
2014/06/08 08:56:52 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.126 
2014/06/23 15:00:30 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org sqlalchemy-0.9.2.ebuild:
+  x86 stable, bug #505840
 
   08 Jun 2014; Akinori Hattori hat...@gentoo.org sqlalchemy-0.9.2.ebuild:
   ia64 stable wrt bug #505840






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

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 15:01:19

  Modified: gourmet-0.17.2.ebuild ChangeLog
  Log:
  x86 stable, bug #512696
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  app-misc/gourmet/gourmet-0.17.2.ebuild

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

Index: gourmet-0.17.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.17.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gourmet-0.17.2.ebuild   22 Jun 2014 20:01:50 -  1.2
+++ gourmet-0.17.2.ebuild   23 Jun 2014 15:01:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.17.2.ebuild,v 
1.2 2014/06/22 20:01:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.17.2.ebuild,v 
1.3 2014/06/23 15:01:19 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=-i18n -ipython pdf print spell sound web
 
 RDEPEND==dev-python/pygtk-2.22.0:2[${PYTHON_USEDEP}]



1.46 app-misc/gourmet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   22 Jun 2014 20:01:52 -  1.45
+++ ChangeLog   23 Jun 2014 15:01:19 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/gourmet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.45 
2014/06/22 20:01:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.46 
2014/06/23 15:01:19 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org gourmet-0.17.2.ebuild:
+  x86 stable, bug #512696
 
   22 Jun 2014; Pacho Ramos pa...@gentoo.org gourmet-0.17.2.ebuild:
   amd64 stable, bug #512696






[gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk: lablgtk-2.18.0-r1.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 15:02:37

  Modified: lablgtk-2.18.0-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #510670
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild

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

Index: lablgtk-2.18.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lablgtk-2.18.0-r1.ebuild22 Jun 2014 13:17:01 -  1.4
+++ lablgtk-2.18.0-r1.ebuild23 Jun 2014 15:02:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.4 2014/06/22 13:17:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.5 2014/06/23 15:02:36 pacho Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
virtual/pkgconfig
 
 SLOT=2/${PV}
-KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux
 
 src_configure() {
econf $(use_enable debug) \



1.113dev-ml/lablgtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   22 Jun 2014 13:17:01 -  1.112
+++ ChangeLog   23 Jun 2014 15:02:36 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/lablgtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.112 2014/06/22 
13:17:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.113 2014/06/23 
15:02:36 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org lablgtk-2.18.0-r1.ebuild:
+  x86 stable, bug #510670
 
   22 Jun 2014; Agostino Sarubbo a...@gentoo.org lablgtk-2.18.0-r1.ebuild:
   Stable for ppc64, wrt bug #510670






[gentoo-commits] gentoo-x86 commit in dev-util/spec-cleaner: spec-cleaner-0.5.8.ebuild ChangeLog spec-cleaner-0.5.7.ebuild

2014-06-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/06/23 15:04:32

  Modified: ChangeLog
  Added:spec-cleaner-0.5.8.ebuild
  Removed:  spec-cleaner-0.5.7.ebuild
  Log:
  Version bump to latest, drop older.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Jun 2014 11:27:57 -  1.5
+++ ChangeLog   23 Jun 2014 15:04:32 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/spec-cleaner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.5 
2014/06/23 11:27:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.6 
2014/06/23 15:04:32 scarabeus Exp $
+
+*spec-cleaner-0.5.8 (23 Jun 2014)
+
+  23 Jun 2014; Tomáš Chvátal scarab...@gentoo.org +spec-cleaner-0.5.8.ebuild,
+  -spec-cleaner-0.5.7.ebuild:
+  Version bump to latest, drop older.
 
 *spec-cleaner-0.5.7 (23 Jun 2014)
 



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

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

Index: spec-cleaner-0.5.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.5.8.ebuild,v 1.1 
2014/06/23 15:04:32 scarabeus Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
EGIT_REPO_URI=https://github.com/openSUSE/spec-cleaner.git;
inherit python-single-r1 multilib
[[ ${PV} ==  ]]  inherit git-r3

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

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

RDEPEND=${DEPEND}
${PYTHON_DEPS}


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

src_compile() {
:
}

src_install() {
emake DESTDIR=${D} install \
LIBEXECDIR=/usr/libexec/ \
LIBDIR=/usr/$(get_libdir) \
SITEDIR=$(python_get_sitedir)

python_fix_shebang ${D}
}

src_test() {
emake check
}






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

2014-06-23 Thread Ian Delaney (idella4)
idella4 14/06/23 15:06:08

  Modified: ChangeLog
  Added:cryptography-0.4-r2.ebuild
  Log:
  revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.16 dev-python/cryptography/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Jun 2014 12:16:13 -   1.15
+++ ChangeLog   23 Jun 2014 15:06:08 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cryptography
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.15 
2014/06/08 12:16:13 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.16 
2014/06/23 15:06:08 idella4 Exp $
+
+*cryptography-0.4-r2 (23 Jun 2014)
+
+  23 Jun 2014; Ian Delaney idel...@gentoo.org +cryptography-0.4-r2.ebuild,
+  +files/asn1.patch, cryptography-0.4-r1.ebuild:
+  revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418
 
   08 Jun 2014; Akinori Hattori hat...@gentoo.org cryptography-0.4-r1.ebuild:
   keyword ~ia64 wrt bug #503094



1.1  dev-python/cryptography/cryptography-0.4-r2.ebuild

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

Index: cryptography-0.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r2.ebuild,v 
1.1 2014/06/23 15:06:08 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Library providing cryptographic recipes and primitives
HOMEPAGE=https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd
IUSE=test

RDEPEND=dev-libs/openssl:0
=dev-python/six-1.4.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '=dev-python/cffi-0.8:=[${PYTHON_USEDEP}]' 
python*)
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
=dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)

DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )

# commit/1e95bc636ffd66451b6097b0a7f55c6a004563b7
# Making the name minimal.  This must be discarded on release of 0.5
PATCHES=( ${FILESDIR}/asn1.patch )

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






[gentoo-commits] gentoo-x86 commit in dev-python/cryptography/files: asn1.patch

2014-06-23 Thread Ian Delaney (idella4)
idella4 14/06/23 15:06:08

  Added:asn1.patch
  Log:
  revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/cryptography/files/asn1.patch

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

Index: asn1.patch
===
https://github.com/pyca/cryptography/commit/1e95bc636ffd66451b6097b0a7f55c6a004563b7
diff --git a/cryptography/hazmat/bindings/openssl/asn1.py 
b/cryptography/hazmat/bindings/openssl/asn1.py
index dfdf1bf..2edfd2d 100644
--- a/cryptography/hazmat/bindings/openssl/asn1.py
+++ b/cryptography/hazmat/bindings/openssl/asn1.py
@@ -141,6 +141,9 @@
 
 /* These isn't a macro the arg is const on openssl 1.0.2+ */
 int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *);
+
+/* Not a macro, const on openssl 1.0 */
+int ASN1_STRING_set_default_mask_asc(char *);
 
 
 CUSTOMIZATIONS = 







[gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-24.2.0-r2.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 15:09:56

  Modified: spidermonkey-24.2.0-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #512026
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild

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

Index: spidermonkey-24.2.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spidermonkey-24.2.0-r2.ebuild   22 Jun 2014 14:08:16 -  1.5
+++ spidermonkey-24.2.0-r2.ebuild   23 Jun 2014 15:09:56 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.5 2014/06/22 14:08:16 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.6 2014/06/23 15:09:56 pacho Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.1
@@ -16,7 +16,7 @@
 
 LICENSE=NPL-1.1
 SLOT=24
-KEYWORDS=~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
 IUSE=debug icu jit minimal static-libs +system-icu test
 
 RESTRICT=ia64? ( test )



1.155dev-lang/spidermonkey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.155view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.155content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.154r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   22 Jun 2014 14:08:16 -  1.154
+++ ChangeLog   23 Jun 2014 15:09:56 -  1.155
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/spidermonkey
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.154 
2014/06/22 14:08:16 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.155 
2014/06/23 15:09:56 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org spidermonkey-24.2.0-r2.ebuild:
+  amd64 stable, bug #512026
 
   22 Jun 2014; Akinori Hattori hat...@gentoo.org
   spidermonkey-24.2.0-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-24.2.0-r2.ebuild ChangeLog

2014-06-23 Thread Pacho Ramos (pacho)
pacho   14/06/23 15:11:36

  Modified: spidermonkey-24.2.0-r2.ebuild ChangeLog
  Log:
  x86 stable, bug #512026
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild

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

Index: spidermonkey-24.2.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spidermonkey-24.2.0-r2.ebuild   23 Jun 2014 15:09:56 -  1.6
+++ spidermonkey-24.2.0-r2.ebuild   23 Jun 2014 15:11:36 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.6 2014/06/23 15:09:56 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.7 2014/06/23 15:11:36 pacho Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.1
@@ -16,7 +16,7 @@
 
 LICENSE=NPL-1.1
 SLOT=24
-KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd
 IUSE=debug icu jit minimal static-libs +system-icu test
 
 RESTRICT=ia64? ( test )



1.156dev-lang/spidermonkey/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   23 Jun 2014 15:09:56 -  1.155
+++ ChangeLog   23 Jun 2014 15:11:36 -  1.156
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/spidermonkey
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.155 
2014/06/23 15:09:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.156 
2014/06/23 15:11:36 pacho Exp $
+
+  23 Jun 2014; Pacho Ramos pa...@gentoo.org spidermonkey-24.2.0-r2.ebuild:
+  x86 stable, bug #512026
 
   23 Jun 2014; Pacho Ramos pa...@gentoo.org spidermonkey-24.2.0-r2.ebuild:
   amd64 stable, bug #512026






[gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-3.6.ebuild ChangeLog

2014-06-23 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/06/23 15:23:00

  Modified: libtasn1-3.6.ebuild ChangeLog
  Log:
  x86 stable wrt security bug #511536
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.9  dev-libs/libtasn1/libtasn1-3.6.ebuild

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

Index: libtasn1-3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libtasn1-3.6.ebuild 17 Jun 2014 10:48:02 -  1.8
+++ libtasn1-3.6.ebuild 23 Jun 2014 15:23:00 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v 1.8 
2014/06/17 10:48:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v 1.9 
2014/06/23 15:23:00 phajdan.jr Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3 LGPL-2.1
 SLOT=0/6 # subslot = libtasn1 soname version
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos
 IUSE=doc static-libs
 
 DEPEND==dev-lang/perl-5.6



1.208dev-libs/libtasn1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   17 Jun 2014 10:48:02 -  1.207
+++ ChangeLog   23 Jun 2014 15:23:00 -  1.208
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libtasn1
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.207 
2014/06/17 10:48:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.208 
2014/06/23 15:23:00 phajdan.jr Exp $
+
+  23 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org libtasn1-3.6.ebuild:
+  x86 stable wrt security bug #511536
 
   17 Jun 2014; Tobias Klausmann klaus...@gentoo.org libtasn1-3.6.ebuild:
   Stable on alpha, bug #511536






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

2014-06-23 Thread Ian Delaney (idella4)
idella4 14/06/23 15:26:18

  Modified: pyopenssl-0.14.ebuild ChangeLog
  Log:
  update dep to cryptography-0.2.1-r2, fixes Bug #514418 by klausman
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.12 dev-python/pyopenssl/pyopenssl-0.14.ebuild

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

Index: pyopenssl-0.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pyopenssl-0.14.ebuild   23 Jun 2014 13:44:13 -  1.11
+++ pyopenssl-0.14.ebuild   23 Jun 2014 15:26:18 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.11 
2014/06/23 13:44:13 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.12 
2014/06/23 15:26:18 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -21,7 +21,7 @@
 
 RDEPEND=
=dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   =dev-python/cryptography-0.2.1[${PYTHON_USEDEP}]
+   =dev-python/cryptography-0.2.1-r2[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 



1.126dev-python/pyopenssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   23 Jun 2014 13:44:13 -  1.125
+++ ChangeLog   23 Jun 2014 15:26:18 -  1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyopenssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.125 
2014/06/23 13:44:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.126 
2014/06/23 15:26:18 idella4 Exp $
+
+  23 Jun 2014; Ian Delaney idel...@gentoo.org pyopenssl-0.14.ebuild:
+  update dep to cryptography-0.2.1-r2, fixes Bug #514418 by klausman
 
   23 Jun 2014; Mike Gilbert flop...@gentoo.org pyopenssl-0.14.ebuild:
   Drop openssl dep: pyopenssl uses dev-python/cryptography, which is what






[gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.592-r1.ebuild

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 15:30:50

  Modified: ChangeLog
  Added:imapsync-1.592-r1.ebuild
  Log:
  Add missing rdep on dev-perl/IO-Tee (bug #514424).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.92 net-mail/imapsync/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   15 Jun 2014 07:48:12 -  1.91
+++ ChangeLog   23 Jun 2014 15:30:50 -  1.92
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.91 
2014/06/15 07:48:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.92 
2014/06/23 15:30:50 radhermit Exp $
+
+*imapsync-1.592-r1 (23 Jun 2014)
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org +imapsync-1.592-r1.ebuild:
+  Add missing rdep on dev-perl/IO-Tee (bug #514424).
 
 *imapsync-1.592 (15 Jun 2014)
 



1.1  net-mail/imapsync/imapsync-1.592-r1.ebuild

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

Index: imapsync-1.592-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.592-r1.ebuild,v 
1.1 2014/06/23 15:30:50 radhermit Exp $

EAPI=5

DESCRIPTION=A tool allowing incremental and recursive imap transfer from one 
mailbox to another
HOMEPAGE=http://ks.lamiral.info/imapsync/;
SRC_URI=https://fedorahosted.org/released/${PN}/${P}.tgz;

LICENSE=WTFPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86

DEPEND=dev-lang/perl
RDEPEND=${DEPEND}
dev-perl/Digest-HMAC
dev-perl/File-Copy-Recursive
dev-perl/IO-Socket-SSL
dev-perl/IO-Tee
dev-perl/Mail-IMAPClient
dev-perl/TermReadKey
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64

RESTRICT=test

src_prepare() {
sed -e s/^install: testp/install:/ \
-e /^DO_IT/,/^$/d \
-i ${S}/Makefile || die
}

src_compile() { :; }






[gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.592.ebuild imapsync-1.569.ebuild imapsync-1.580.ebuild imapsync-1.584.ebuild

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 15:33:12

  Modified: ChangeLog
  Removed:  imapsync-1.592.ebuild imapsync-1.569.ebuild
imapsync-1.580.ebuild imapsync-1.584.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.93 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   23 Jun 2014 15:30:50 -  1.92
+++ ChangeLog   23 Jun 2014 15:33:12 -  1.93
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.92 
2014/06/23 15:30:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.93 
2014/06/23 15:33:12 radhermit Exp $
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org -imapsync-1.569.ebuild,
+  -imapsync-1.580.ebuild, -imapsync-1.584.ebuild, -imapsync-1.592.ebuild:
+  Remove old.
 
 *imapsync-1.592-r1 (23 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.55.0-r1.ebuild ChangeLog

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 15:36:15

  Modified: boost-1.55.0-r1.ebuild ChangeLog
  Log:
  Enable python3.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-libs/boost/boost-1.55.0-r1.ebuild

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

Index: boost-1.55.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boost-1.55.0-r1.ebuild  28 Apr 2014 07:20:08 -  1.5
+++ boost-1.55.0-r1.ebuild  23 Jun 2014 15:36:15 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.5 
2014/04/28 07:20:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.6 
2014/06/23 15:36:15 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs 
versionator
 



1.318dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- ChangeLog   28 Apr 2014 07:20:08 -  1.317
+++ ChangeLog   23 Jun 2014 15:36:15 -  1.318
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.317 2014/04/28 
07:20:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.318 2014/06/23 
15:36:15 mgorny Exp $
+
+  23 Jun 2014; Michał Górny mgo...@gentoo.org boost-1.55.0-r1.ebuild:
+  Enable python3.4.
 
   28 Apr 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r6.ebuild,
   boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/dbus: dbus-1.8.4.ebuild ChangeLog

2014-06-23 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/06/23 15:37:21

  Modified: dbus-1.8.4.ebuild ChangeLog
  Log:
  x86 stable wrt security bug #512940
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.4  sys-apps/dbus/dbus-1.8.4.ebuild

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

Index: dbus-1.8.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dbus-1.8.4.ebuild   20 Jun 2014 13:16:53 -  1.3
+++ dbus-1.8.4.ebuild   23 Jun 2014 15:37:21 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.4.ebuild,v 1.3 
2014/06/20 13:16:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.4.ebuild,v 1.4 
2014/06/23 15:37:21 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( AFL-2.1 GPL-2 )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=debug doc selinux static-libs systemd test X
 
 RDEPEND==dev-libs/expat-2



1.423sys-apps/dbus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog   20 Jun 2014 13:16:53 -  1.422
+++ ChangeLog   23 Jun 2014 15:37:21 -  1.423
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/dbus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.422 2014/06/20 
13:16:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.423 2014/06/23 
15:37:21 phajdan.jr Exp $
+
+  23 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org dbus-1.8.4.ebuild:
+  x86 stable wrt security bug #512940
 
   20 Jun 2014; Jeroen Roovers j...@gentoo.org dbus-1.8.4.ebuild:
   Stable for HPPA (bug #512940).






[gentoo-commits] gentoo-x86 commit in app-backup/amanda: amanda-3.3.3.ebuild amanda-3.3.3-r1.ebuild amanda-3.3.5.ebuild ChangeLog

2014-06-23 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 15:49:43

  Modified: amanda-3.3.3.ebuild amanda-3.3.3-r1.ebuild
ChangeLog
  Added:amanda-3.3.5.ebuild
  Log:
  Bump per bug #510936. Drop virtual/inetd dep per bug #506028.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 app-backup/amanda/amanda-3.3.3.ebuild

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

Index: amanda-3.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -p -w -b -B -u -u -r1.10 -r1.11
--- amanda-3.3.3.ebuild 21 May 2014 12:07:27 -  1.10
+++ amanda-3.3.3.ebuild 23 Jun 2014 15:49:43 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 
1.10 2014/05/21 12:07:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 
1.11 2014/06/23 15:49:43 robbat2 Exp $
 
 EAPI=5
 inherit autotools eutils perl-module user systemd
@@ -25,7 +25,6 @@ RDEPEND=sys-libs/readline
kerberos? ( app-crypt/mit-krb5 )
xfs? ( sys-fs/xfsdump )
readline? ( sys-libs/readline )
-   !systemd? ( virtual/inetd )
!minimal? (
dev-perl/XML-Simple
virtual/mailx
@@ -447,6 +446,11 @@ pkg_postinst() {
elog If you use localhost in your disklist your restores may break.
elog You should replace it with the actual hostname!
elog Please also see the syntax changes to amandahosts.
+   elog
+   elog Please note that this package no longer explicitly depends on
+   elog virtual/inetd, as it supports modes where an inetd is not needed
+   elog (see bug #506028 for details).
+
 }
 
 # We have had reports of amanda file permissions getting screwed up.



1.8  app-backup/amanda/amanda-3.3.3-r1.ebuild

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

Index: amanda-3.3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -p -w -b -B -u -u -r1.7 -r1.8
--- amanda-3.3.3-r1.ebuild  21 May 2014 12:07:27 -  1.7
+++ amanda-3.3.3-r1.ebuild  23 Jun 2014 15:49:43 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 
1.7 2014/05/21 12:07:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 
1.8 2014/06/23 15:49:43 robbat2 Exp $
 
 EAPI=5
 inherit autotools eutils perl-module user systemd
@@ -25,7 +25,6 @@ RDEPEND=sys-libs/readline
kerberos? ( app-crypt/mit-krb5 )
xfs? ( sys-fs/xfsdump )
readline? ( sys-libs/readline )
-   !systemd? ( virtual/inetd )
!minimal? (
dev-perl/XML-Simple
virtual/mailx
@@ -450,6 +449,11 @@ pkg_postinst() {
elog If you use localhost in your disklist your restores may break.
elog You should replace it with the actual hostname!
elog Please also see the syntax changes to amandahosts.
+   elog
+   elog Please note that this package no longer explicitly depends on
+   elog virtual/inetd, as it supports modes where an inetd is not needed
+   elog (see bug #506028 for details).
+
 }
 
 # We have had reports of amanda file permissions getting screwed up.



1.112app-backup/amanda/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.112view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.112content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?r1=1.111r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -p -w -b -B 

[gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/

2014-06-23 Thread Martin Mokrejs
commit: 41e720e3552ebd75742dba2126eeffed95ce6769
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Mon Jun 23 16:17:38 2014 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Mon Jun 23 16:17:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=41e720e3

updating the ChangeLog to note where the 
ncbi-tools++-12.0.0-support-autoconf-2.60.patch comes from

---
 sci-biology/ncbi-tools++/ChangeLog | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sci-biology/ncbi-tools++/ChangeLog 
b/sci-biology/ncbi-tools++/ChangeLog
index 3da37d9..5abfefa 100644
--- a/sci-biology/ncbi-tools++/ChangeLog
+++ b/sci-biology/ncbi-tools++/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-biology/ncbi-tools++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Jun 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz ChangeLog:
+  add patches for 12.0.0 to support autoconf-2.60 (so far 2.59 was needed),
+  patches from upstream:
+  http://www.ncbi.nlm.nih.gov/viewvc/v1?view=revisionrevision=62745
+  http://www.ncbi.nlm.nih.gov/viewvc/v1?view=revisionrevision=62750
+  http://www.ncbi.nlm.nih.gov/viewvc/v1?view=revisionrevision=62760
+
   14 Sep 2013; Martin Mokrejs mmokr...@fold.natur.cuni.cz
   ncbi-tools++-9.0.0-r1.ebuild:
   Support at least when user passes USE=gnutls -ssl -openssl but what we



[gentoo-commits] gentoo-x86 commit in dev-util/abi-compliance-checker: abi-compliance-checker-1.99.9.ebuild abi-compliance-checker-9999.ebuild ChangeLog

2014-06-23 Thread Michal Gorny (mgorny)
mgorny  14/06/23 16:30:58

  Modified: abi-compliance-checker-.ebuild ChangeLog
  Added:abi-compliance-checker-1.99.9.ebuild
  Log:
  Version bump, requested by hasufell.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  
dev-util/abi-compliance-checker/abi-compliance-checker-.ebuild

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

Index: abi-compliance-checker-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abi-compliance-checker-.ebuild  14 Oct 2013 21:05:29 -  1.2
+++ abi-compliance-checker-.ebuild  23 Jun 2014 16:30:58 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-.ebuild,v
 1.2 2013/10/14 21:05:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-.ebuild,v
 1.3 2014/06/23 16:30:58 mgorny Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 DESCRIPTION=A tool for checking backward compatibility of a C/C++ library
 HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker;
-SRC_URI=mirror://github/lvc/${PN}/${P}.tar.gz
+SRC_URI=https://github.com/lvc/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0



1.7  dev-util/abi-compliance-checker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Oct 2013 21:05:29 -  1.6
+++ ChangeLog   23 Jun 2014 16:30:58 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/abi-compliance-checker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 
1.6 2013/10/14 21:05:29 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 
1.7 2014/06/23 16:30:58 mgorny Exp $
+
+*abi-compliance-checker-1.99.9 (23 Jun 2014)
+
+  23 Jun 2014; Michał Górny mgo...@gentoo.org
+  +abi-compliance-checker-1.99.9.ebuild, abi-compliance-checker-.ebuild:
+  Version bump, requested by hasufell.
 
   14 Oct 2013; Michał Górny mgo...@gentoo.org
   abi-compliance-checker-.ebuild:



1.1  
dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild?rev=1.1content-type=text/plain

Index: abi-compliance-checker-1.99.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild,v
 1.1 2014/06/23 16:30:58 mgorny Exp $

EAPI=5

DESCRIPTION=A tool for checking backward compatibility of a C/C++ library
HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker;
SRC_URI=https://github.com/lvc/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

src_install() {
mkdir -p ${D}/usr || die
perl Makefile.pl --install --prefix=/usr --destdir=${D} || die
}






[gentoo-commits] proj/linux-patches:3.15 commit in: /

2014-06-23 Thread Mike Pagano
commit: 8c5cd709043492aca480863b56254137aa71f8e9
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Jun 23 16:53:12 2014 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Jun 23 16:53:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=8c5cd709

Adding cpu optimization patch

---
 _README|   4 +
 ...able-additional-cpu-optimizations-for-gcc.patch | 327 +
 2 files changed, 331 insertions(+)

diff --git a/_README b/_README
index 5737a82..019dbd2 100644
--- a/_README
+++ b/_README
@@ -79,6 +79,10 @@ Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman tom...@gentoo.org
 Desc:   Add Gentoo Linux support config settings and defaults.
 
+Patch:  5000_enable-additional-cpu-optimizations-for-gcc.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc optimizations for additional CPUs.
+
 Patch:  5001_BFQ-1-block-cgroups-kconfig-build-bits-for-v7r4-3.15.patch
 From:   http://algo.ing.unimo.it/people/paolo/disk_sched/
 Desc:   BFQ v7r2 patch 1 for 3.14: Build, cgroups and kconfig bits

diff --git a/5000_enable-additional-cpu-optimizations-for-gcc.patch 
b/5000_enable-additional-cpu-optimizations-for-gcc.patch
new file mode 100644
index 000..f7ab6f0
--- /dev/null
+++ b/5000_enable-additional-cpu-optimizations-for-gcc.patch
@@ -0,0 +1,327 @@
+This patch has been tested on and known to work with kernel versions from 3.2
+up to the latest git version (pulled on 12/14/2013).
+
+This patch will expand the number of microarchitectures to include new
+processors including: AMD K10-family, AMD Family 10h (Barcelona), AMD Family
+14h (Bobcat), AMD Family 15h (Bulldozer), AMD Family 15h (Piledriver), AMD
+Family 16h (Jaguar), Intel 1st Gen Core i3/i5/i7 (Nehalem), Intel 2nd Gen Core
+i3/i5/i7 (Sandybridge), Intel 3rd Gen Core i3/i5/i7 (Ivybridge), and Intel 4th
+Gen Core i3/i5/i7 (Haswell). It also offers the compiler the 'native' flag.
+
+Small but real speed increases are measurable using a make endpoint comparing
+a generic kernel to one built with one of the respective microarchs.
+
+See the following experimental evidence supporting this statement:
+https://github.com/graysky2/kernel_gcc_patch
+
+REQUIREMENTS
+linux version =3.15
+gcc version 4.9
+
+---
+diff -uprN a/arch/x86/include/asm/module.h b/arch/x86/include/asm/module.h
+--- a/arch/x86/include/asm/module.h2013-11-03 18:41:51.0 -0500
 b/arch/x86/include/asm/module.h2013-12-15 06:21:24.351122516 -0500
+@@ -15,6 +15,16 @@
+ #define MODULE_PROC_FAMILY 586MMX 
+ #elif defined CONFIG_MCORE2
+ #define MODULE_PROC_FAMILY CORE2 
++#elif defined CONFIG_MNATIVE
++#define MODULE_PROC_FAMILY NATIVE 
++#elif defined CONFIG_MCOREI7
++#define MODULE_PROC_FAMILY COREI7 
++#elif defined CONFIG_MCOREI7AVX
++#define MODULE_PROC_FAMILY COREI7AVX 
++#elif defined CONFIG_MCOREAVXI
++#define MODULE_PROC_FAMILY COREAVXI 
++#elif defined CONFIG_MCOREAVX2
++#define MODULE_PROC_FAMILY COREAVX2 
+ #elif defined CONFIG_MATOM
+ #define MODULE_PROC_FAMILY ATOM 
+ #elif defined CONFIG_M686
+@@ -33,6 +43,18 @@
+ #define MODULE_PROC_FAMILY K7 
+ #elif defined CONFIG_MK8
+ #define MODULE_PROC_FAMILY K8 
++#elif defined CONFIG_MK10
++#define MODULE_PROC_FAMILY K10 
++#elif defined CONFIG_MBARCELONA
++#define MODULE_PROC_FAMILY BARCELONA 
++#elif defined CONFIG_MBOBCAT
++#define MODULE_PROC_FAMILY BOBCAT 
++#elif defined CONFIG_MBULLDOZER
++#define MODULE_PROC_FAMILY BULLDOZER 
++#elif defined CONFIG_MPILEDRIVER
++#define MODULE_PROC_FAMILY PILEDRIVER 
++#elif defined CONFIG_MJAGUAR
++#define MODULE_PROC_FAMILY JAGUAR 
+ #elif defined CONFIG_MELAN
+ #define MODULE_PROC_FAMILY ELAN 
+ #elif defined CONFIG_MCRUSOE
+diff -uprN a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
+--- a/arch/x86/Kconfig.cpu 2013-11-03 18:41:51.0 -0500
 b/arch/x86/Kconfig.cpu 2013-12-15 06:21:24.351122516 -0500
+@@ -139,7 +139,7 @@ config MPENTIUM4
+ 
+ 
+ config MK6
+-  bool K6/K6-II/K6-III
++  bool AMD K6/K6-II/K6-III
+   depends on X86_32
+   ---help---
+ Select this for an AMD K6-family processor.  Enables use of
+@@ -147,7 +147,7 @@ config MK6
+ flags to GCC.
+ 
+ config MK7
+-  bool Athlon/Duron/K7
++  bool AMD Athlon/Duron/K7
+   depends on X86_32
+   ---help---
+ Select this for an AMD Athlon K7-family processor.  Enables use of
+@@ -155,12 +155,55 @@ config MK7
+ flags to GCC.
+ 
+ config MK8
+-  bool Opteron/Athlon64/Hammer/K8
++  bool AMD Opteron/Athlon64/Hammer/K8
+   ---help---
+ Select this for an AMD Opteron or Athlon64 Hammer-family processor.
+ Enables use of some extended instructions, and passes appropriate
+ optimization flags to GCC.
+ 
++config MK10
++  bool AMD 61xx/7x50/PhenomX3/X4/II/K10
++  ---help---
++Select this for an AMD 61xx 

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

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:38:30

  Added:proxychains-4.7-makefile.patch
  Log:
  Version bump to latest proxychains-ng release.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  net-misc/proxychains/files/proxychains-4.7-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxychains/files/proxychains-4.7-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxychains/files/proxychains-4.7-makefile.patch?rev=1.1content-type=text/plain

Index: proxychains-4.7-makefile.patch
===
--- proxychains-ng-4.7/Makefile
+++ proxychains-ng-4.7/Makefile
@@ -20,10 +20,8 @@
 src/allocator_thread.o src/ip_type.o src/stringdump.o \
 src/hostentdb.o src/hash.o src/debug.o
 
-CFLAGS  += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe
-NO_AS_NEEDED = -Wl,--no-as-needed
-LIBDL   = -ldl
-LDFLAGS = -shared -fPIC $(NO_AS_NEEDED) $(LIBDL) -lpthread
+CFLAGS  = -Wall -std=c99 -D_GNU_SOURCE
+LIBS= -ldl -lpthread
 INC = 
 PIC = -fPIC
 AR  = $(CROSS_COMPILE)ar
@@ -33,11 +31,11 @@
 LD_SET_SONAME = -Wl,-soname=
 INSTALL_FLAGS = -D -m
 
-LDSO_PATHNAME = libproxychains4.$(LDSO_SUFFIX)
+LDSO_PATHNAME = libproxychains.$(LDSO_SUFFIX)
 
 SHARED_LIBS = $(LDSO_PATHNAME)
 ALL_LIBS = $(SHARED_LIBS)
-PXCHAINS = proxychains4
+PXCHAINS = proxychains
 ALL_TOOLS = $(PXCHAINS)
 
 -include config.mak
@@ -63,13 +61,13 @@
rm -f $(OBJS)
 
 %.o: %.c
-   $(CC) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $
+   $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $
 
 $(LDSO_PATHNAME): $(LOBJS)
-   $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -o $@ $(LOBJS)
+   $(CC) $(LDFLAGS) -shared $(PIC) $(LD_SET_SONAME)$(LDSO_PATHNAME) -o $@ 
$(LOBJS) $(LIBS)
 
 $(ALL_TOOLS): $(OBJS)
-   $(CC) src/main.o src/common.o -o $(PXCHAINS)
+   $(CC) $(LDFLAGS) src/main.o src/common.o -o $(PXCHAINS) $(LIBS)
 
 
 .PHONY: all clean install install-config






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

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:38:29

  Modified: ChangeLog
  Added:proxychains-4.7.ebuild
  Log:
  Version bump to latest proxychains-ng release.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.27 net-misc/proxychains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   14 Feb 2013 22:13:41 -  1.26
+++ ChangeLog   23 Jun 2014 17:38:29 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/proxychains
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.26 
2013/02/14 22:13:41 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.27 
2014/06/23 17:38:29 radhermit Exp $
+
+*proxychains-4.7 (23 Jun 2014)
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org +proxychains-4.7.ebuild,
+  +files/proxychains-4.7-makefile.patch:
+  Version bump to latest proxychains-ng release.
 
   14 Feb 2013; Agostino Sarubbo a...@gentoo.org proxychains-4.2.0.ebuild:
   Stable for ppc, wrt bug #457456



1.1  net-misc/proxychains/proxychains-4.7.ebuild

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

Index: proxychains-4.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.7.ebuild,v 1.1 
2014/06/23 17:38:29 radhermit Exp $

EAPI=5

inherit flag-o-matic toolchain-funcs eutils multilib

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

DESCRIPTION=force any tcp connections to flow through a proxy (or proxy chain)
HOMEPAGE=https://github.com/rofl0r/proxychains-ng/;
SRC_URI=https://github.com/rofl0r/${MY_PN}/archive/v${PV}.tar.gz - 
${MY_P}.tar.gz

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

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${P}-makefile.patch
sed -i s/^\(LDSO_SUFFIX\).*/\1 = so.${PV}/ Makefile || die
tc-export CC
}

src_configure() {
# not autotools
./configure \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--sysconfdir=${EPREFIX}/etc \
|| die
}

src_install() {
dobin ${PN}
dodoc AUTHORS ChangeLog README TODO

dolib.so lib${PN}.so.${PV}
dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1}
dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so

insinto /etc
doins src/${PN}.conf
}






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

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:39:32

  Modified: proxychains-4.7.ebuild ChangeLog
  Log:
  Remove unused flag-o-matic eclass.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.2  net-misc/proxychains/proxychains-4.7.ebuild

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

Index: proxychains-4.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proxychains-4.7.ebuild  23 Jun 2014 17:38:29 -  1.1
+++ proxychains-4.7.ebuild  23 Jun 2014 17:39:32 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.7.ebuild,v 1.1 
2014/06/23 17:38:29 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/proxychains/proxychains-4.7.ebuild,v 1.2 
2014/06/23 17:39:32 radhermit Exp $
 
 EAPI=5
 
-inherit flag-o-matic toolchain-funcs eutils multilib
+inherit toolchain-funcs eutils multilib
 
 MY_PN=${PN}-ng
 MY_P=${MY_PN}-${PV}



1.28 net-misc/proxychains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   23 Jun 2014 17:38:29 -  1.27
+++ ChangeLog   23 Jun 2014 17:39:32 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/proxychains
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.27 
2014/06/23 17:38:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.28 
2014/06/23 17:39:32 radhermit Exp $
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org proxychains-4.7.ebuild:
+  Remove unused flag-o-matic eclass.
 
 *proxychains-4.7 (23 Jun 2014)
 






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

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:40:15

  Modified: ChangeLog
  Removed:  proxychains-3.1_p20110225-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.29 net-misc/proxychains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Jun 2014 17:39:32 -  1.28
+++ ChangeLog   23 Jun 2014 17:40:15 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/proxychains
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.28 
2014/06/23 17:39:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxychains/ChangeLog,v 1.29 
2014/06/23 17:40:15 radhermit Exp $
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org
+  -proxychains-3.1_p20110225-r1.ebuild,
+  -files/proxychains-3.1_p20110225-glibc214.patch,
+  -files/proxychains-3.1_p20110225-sysconf.patch:
+  Remove old.
 
   23 Jun 2014; Tim Harder radher...@gentoo.org proxychains-4.7.ebuild:
   Remove unused flag-o-matic eclass.






[gentoo-commits] gentoo-x86 commit in net-misc/proxychains/files: proxychains-3.1_p20110225-sysconf.patch proxychains-3.1_p20110225-glibc214.patch

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:40:16

  Removed:  proxychains-3.1_p20110225-sysconf.patch
proxychains-3.1_p20110225-glibc214.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in dev-python/tox: ChangeLog tox-1.6.1.ebuild tox-1.7.0.ebuild

2014-06-23 Thread Tim Harder (radhermit)
radhermit14/06/23 17:43:08

  Modified: ChangeLog
  Removed:  tox-1.6.1.ebuild tox-1.7.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.17 dev-python/tox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   3 May 2014 07:57:37 -   1.16
+++ ChangeLog   23 Jun 2014 17:43:08 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/tox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.16 2014/05/03 
07:57:37 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.17 2014/06/23 
17:43:08 radhermit Exp $
+
+  23 Jun 2014; Tim Harder radher...@gentoo.org -tox-1.6.1.ebuild,
+  -tox-1.7.0.ebuild:
+  Remove old.
 
 *tox-1.7.1 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta: broadcom-sta-6.30.223.141-r2.ebuild ChangeLog

2014-06-23 Thread Sven Vermeulen (swift)
swift   14/06/23 17:49:08

  Modified: ChangeLog
  Added:broadcom-sta-6.30.223.141-r2.ebuild
  Log:
  Fix bug #513156 - Add kernel 3.15 patch, thanks to tomboy64
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.59 net-wireless/broadcom-sta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   2 Jun 2014 19:55:24 -   1.58
+++ ChangeLog   23 Jun 2014 17:49:08 -  1.59
@@ -1,6 +1,13 @@
 # ChangeLog for net-wireless/broadcom-sta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.58 
2014/06/02 19:55:24 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.59 
2014/06/23 17:49:08 swift Exp $
+
+*broadcom-sta-6.30.223.141-r2 (23 Jun 2014)
+
+  23 Jun 2014; Sven Vermeulen sw...@gentoo.org
+  +broadcom-sta-6.30.223.141-r2.ebuild,
+  +files/broadcom-sta-6.30.223.141-linux-3.15.patch:
+  Fix bug #513156 - Add kernel 3.15 patch, thanks to tomboy64
 
   02 Jun 2014; Sven Vermeulen sw...@gentoo.org
   +files/broadcom-sta-6.30.223.141-linux-3.10.0.patch:



1.1  
net-wireless/broadcom-sta/broadcom-sta-6.30.223.141-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.141-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.141-r2.ebuild?rev=1.1content-type=text/plain

Index: broadcom-sta-6.30.223.141-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.141-r2.ebuild,v
 1.1 2014/06/23 17:49:08 swift Exp $

EAPI=5
inherit eutils linux-info linux-mod

DESCRIPTION=Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver
HOMEPAGE=http://www.broadcom.com/support/802.11/linux_sta.php;
SRC_BASE=http://www.broadcom.com/docs/linux_sta/hybrid-v35;
SRC_URI=x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz )
amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz )

LICENSE=Broadcom
KEYWORDS=-* ~amd64 ~x86

RESTRICT=mirror

DEPEND=virtual/linux-sources
RDEPEND=

S=${WORKDIR}

MODULE_NAMES=wl(net/wireless)
MODULESD_WL_ALIASES=(wlan0 wl)

pkg_setup() {
# bug #300570
# NOTElxnay: module builds correctly anyway with b43 and SSB enabled
# make checks non-fatal. The correct fix is blackisting ssb and, perhaps
# b43 via udev rules. Moreover, previous fix broke binpkgs support.
CONFIG_CHECK=~!B43 ~!SSB
CONFIG_CHECK2=LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP
ERROR_B43=B43: If you insist on building this, you must blacklist it!
ERROR_SSB=SSB: If you insist on building this, you must blacklist it!
ERROR_LIB80211=LIB80211: Please enable it. If you can't find it: 
enabling the driver for \Intel PRO/Wireless 2100\ or \Intel PRO/Wireless 
2200BG\ (IPW2100 or IPW2200) should suffice.
ERROR_MAC80211=MAC80211: If you insist on building this, you must 
blacklist it!
ERROR_PREEMPT_RCU=PREEMPT_RCU: Please do not set the Preemption Model 
to \Preemptible Kernel\; choose something else.
ERROR_LIB80211_CRYPT_TKIP=LIB80211_CRYPT_TKIP: You will need this for 
WPA.
if kernel_is ge 3 8 8; then
CONFIG_CHECK=${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211 
~!PREEMPT_RCU ~!PREEMPT
elif kernel_is ge 2 6 32; then
CONFIG_CHECK=${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211
elif kernel_is ge 2 6 31; then
CONFIG_CHECK=${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
~!MAC80211
elif kernel_is ge 2 6 29; then
CONFIG_CHECK=${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
COMPAT_NET_DEV_OPS
else
CONFIG_CHECK=${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP
fi

linux-mod_pkg_setup

BUILD_PARAMS=-C ${KV_DIR} M=${S}
BUILD_TARGETS=wl.ko
}

src_prepare() {
epatch ${FILESDIR}/${P}-license.patch \
${FILESDIR}/${P}-makefile.patch \
${FILESDIR}/${P}-linux-recent.patch \
${FILESDIR}/${P}-eth-to-wlan.patch \
   

[gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta/files: broadcom-sta-6.30.223.141-linux-3.15.patch

2014-06-23 Thread Sven Vermeulen (swift)
swift   14/06/23 17:49:08

  Added:broadcom-sta-6.30.223.141-linux-3.15.patch
  Log:
  Fix bug #513156 - Add kernel 3.15 patch, thanks to tomboy64
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.1  
net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.141-linux-3.15.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.141-linux-3.15.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.141-linux-3.15.patch?rev=1.1content-type=text/plain

Index: broadcom-sta-6.30.223.141-linux-3.15.patch
===
Add channel parameter to cfg80211_ibss_joined call

--- a/src/wl/sys/wl_cfg80211_hybrid.c
+++ b/src/wl/sys/wl_cfg80211_hybrid.c
@@ -1841,7 +1841,12 @@ wl_notify_connect_status(struct wl_cfg80211_priv *wl, 
struct net_device *ndev,
wl_get_assoc_ies(wl);
memcpy(wl-bssid, e-addr, ETHER_ADDR_LEN);
wl_update_bss_info(wl);
+#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 15, 0)
cfg80211_ibss_joined(ndev, (u8 *)wl-bssid, 
GFP_KERNEL);
+#else
+   cfg80211_ibss_joined(ndev, (u8 *)wl-bssid,
+wl-conf-channel, GFP_KERNEL);
+#endif
set_bit(WL_STATUS_CONNECTED, wl-status);
wl-profile-active = true;
}






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

2014-06-23 Thread Alon Bar-Lev (alonbl)
alonbl  14/06/23 17:50:24

  Modified: ChangeLog
  Added:gnupg-1.4.17.ebuild
  Log:
  Version bump, bug#514718
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.518app-crypt/gnupg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -r1.517 -r1.518
--- ChangeLog   6 Jun 2014 05:57:26 -   1.517
+++ ChangeLog   23 Jun 2014 17:50:24 -  1.518
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.517 
2014/06/06 05:57:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.518 
2014/06/23 17:50:24 alonbl Exp $
+
+*gnupg-1.4.17 (23 Jun 2014)
+
+  23 Jun 2014; Alon Bar-Lev alo...@gentoo.org +gnupg-1.4.17.ebuild:
+  Version bump, bug#514718
 
 *gnupg-2.0.23 (06 Jun 2014)
 



1.1  app-crypt/gnupg/gnupg-1.4.17.ebuild

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

Index: gnupg-1.4.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.17.ebuild,v 1.1 
2014/06/23 17:50:24 alonbl Exp $

EAPI=5

inherit eutils flag-o-matic toolchain-funcs

ECCVER=0.2.0
ECCVER_GNUPG=1.4.9
ECC_PATCH=${PN}-${ECCVER_GNUPG}-ecc${ECCVER}.diff
MY_P=${P/_/}

DESCRIPTION=The GNU Privacy Guard, a GPL pgp replacement
HOMEPAGE=http://www.gnupg.org/;
SRC_URI=mirror://gnupg/gnupg/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos
IUSE=bzip2 curl ldap mta nls readline selinux smartcard static usb zlib 
linguas_ru

COMMON_DEPEND=
ldap? ( net-nds/openldap )
bzip2? ( app-arch/bzip2 )
zlib? ( sys-libs/zlib )
curl? ( net-misc/curl )
mta? ( virtual/mta )
readline? ( sys-libs/readline )
smartcard? ( =virtual/libusb-0* )
usb? ( =virtual/libusb-0* )

RDEPEND=!static? ( ${COMMON_DEPEND} )
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )

DEPEND=${COMMON_DEPEND}
dev-lang/perl
nls? ( sys-devel/gettext )

S=${WORKDIR}/${MY_P}

src_prepare() {
# Install RU man page in right location
sed -e /^man_MANS =/s/ gpg\.ru\.1// -i doc/Makefile.in || die sed 
doc/Makefile.in failed

# bug#469388
sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' 
checks/Makefile.in

# Fix PIC definitions
sed -i -e 's:PIC:__PIC__:' mpi/i386/mpih-{add,sub}1.S 
intl/relocatable.c \
|| die sed PIC failed
sed -i -e 's:if PIC:ifdef __PIC__:' mpi/sparc32v8/mpih-mul{1,2}.S || \
die sed PIC failed
}

src_configure() {
# Certain sparc32 machines seem to have trouble building correctly with
# -mcpu enabled.  While this is not a gnupg problem, it is a temporary
# fix until the gcc problem can be tracked down.
if [ ${ARCH} == sparc ]  [ ${PROFILE_ARCH} == sparc ]; then
filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7
fi

# 'USE=static' support was requested in #29299
use static  append-ldflags -static

econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable ldap) \
$(use_enable mta mailto) \
--enable-hkp \
--enable-finger \
$(use_with !zlib included-zlib) \
$(use_with curl libcurl /usr) \
$(use_enable nls) \
$(use_enable bzip2) \
$(use_enable smartcard card-support) \
$(use_enable selinux selinux-support) \
--without-capabilities \
$(use_with readline) \
$(use_with usb libusb /usr) \
--enable-static-rnd=linux \
--libexecdir=${EPREFIX}/usr/libexec \
--enable-noexecstack \
CC_FOR_BUILD=$(tc-getBUILD_CC) \
${myconf}
}

src_install() {

[gentoo-commits] gentoo-x86 commit in dev-util/android-studio: android-studio-0.6.1.135.1224218.ebuild ChangeLog

2014-06-23 Thread Sven Vermeulen (swift)
swift   14/06/23 18:54:41

  Modified: ChangeLog
  Added:android-studio-0.6.1.135.1224218.ebuild
  Log:
  Bump android studio, thanks to jason perfinion
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.3  dev-util/android-studio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Jun 2014 21:21:27 -   1.2
+++ ChangeLog   23 Jun 2014 18:54:41 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/android-studio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.2 
2014/06/01 21:21:27 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.3 
2014/06/23 18:54:41 swift Exp $
+
+*android-studio-0.6.1.135.1224218 (23 Jun 2014)
+
+  23 Jun 2014; Sven Vermeulen sw...@gentoo.org
+  +android-studio-0.6.1.135.1224218.ebuild:
+  Bump android studio, thanks to jason perfinion
 
 *android-studio-0.5.9.135.1195882 (01 Jun 2014)
 



1.1  
dev-util/android-studio/android-studio-0.6.1.135.1224218.ebuild

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

Index: android-studio-0.6.1.135.1224218.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-studio/android-studio-0.6.1.135.1224218.ebuild,v
 1.1 2014/06/23 18:54:41 swift Exp $

EAPI=5
inherit eutils versionator

RESTRICT=strip
QA_TEXTRELS=opt/${P}/bin/libbreakgen.so
STUDIO_V=$(get_version_component_range 1-3)
BUILD_V=$(get_version_component_range 4-5)
DESCRIPTION=A new Android development environment based on IntelliJ IDEA
HOMEPAGE=http://developer.android.com/sdk/installing/studio.html;
SRC_URI=http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;

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

DEPEND=app-arch/zip
RDEPEND==virtual/jdk-1.6
S=${WORKDIR}/${PN}

src_install() {
local dir=/opt/${PN}

insinto ${dir}
doins -r *
fperms 755 ${dir}/bin/studio.sh ${dir}/bin/fsnotifier 
${dir}/bin/fsnotifier64

newicon bin/idea.png ${PN}.png
make_wrapper ${PN} ${dir}/bin/studio.sh
make_desktop_entry ${PN} Android Studio ${PN} Development;IDE
}






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

2014-06-23 Thread Sven Vermeulen
commit: 7549d67ff17abac24b2cb5569cb278b26005b752
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Mon Jun 23 19:57:24 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Mon Jun 23 19:57:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7549d67f

Adding access interface to initrc_state_t

---
 policy/modules/system/init.if | 20 
 1 file changed, 20 insertions(+)

diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if
index 62a86ec..4918397 100644
--- a/policy/modules/system/init.if
+++ b/policy/modules/system/init.if
@@ -1840,3 +1840,23 @@ interface(`init_udp_recvfrom_all_daemons',`
')
corenet_udp_recvfrom_labeled($1, daemon)
 ')
+
+## This should be behind a ifdef distro_gentoo but this is not allowed here
+
+#
+## summary
+## Allow reading the init script state resources
+## /summary
+## param name=domain
+## summary
+## Domain allowed access
+## /summary
+## /param
+#
+interface(`init_read_script_status_files',`
+   gen_require(`
+   type initrc_state_t;
+   ')
+
+   read_files_pattern($1, initrc_state_t, initrc_state_t)
+')



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

2014-06-23 Thread Sven Vermeulen
commit: c962ddf5bfde6405952e9b2502af2acb0a29e49a
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Mon Jun 23 20:03:40 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Mon Jun 23 20:03:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c962ddf5

Use single comment character as it messes up the refpolicy documentation system

---
 policy/modules/system/init.if | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if
index 4918397..4d53ebb 100644
--- a/policy/modules/system/init.if
+++ b/policy/modules/system/init.if
@@ -1841,11 +1841,11 @@ interface(`init_udp_recvfrom_all_daemons',`
corenet_udp_recvfrom_labeled($1, daemon)
 ')
 
-## This should be behind a ifdef distro_gentoo but this is not allowed here
+# This should be behind an ifdef distro_gentoo but this is not allowed here
 
 #
 ## summary
-## Allow reading the init script state resources
+## Allow reading the init script state files
 ## /summary
 ## param name=domain
 ## summary



[gentoo-commits] gentoo-x86 commit in net-analyzer/ssldump/files: ssldump-0.9-configure-dylib.patch ssldump-0.9-DLT_LINUX_SLL.patch ssldump-0.9-openssl-0.9.8.compile-fix.patch ssldump-0.9-prefix-fix.p

2014-06-23 Thread Jeroen Roovers (jer)
jer 14/06/23 20:06:36

  Modified: ssldump-0.9-configure-dylib.patch
ssldump-0.9-DLT_LINUX_SLL.patch
ssldump-0.9-openssl-0.9.8.compile-fix.patch
ssldump-0.9-prefix-fix.patch
ssldump-0.9-libpcap-header.patch
  Log:
  Clean up patches.
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  
net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch?r1=1.1r2=1.2

Index: ssldump-0.9-configure-dylib.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssldump-0.9-configure-dylib.patch   31 Jan 2006 20:22:54 -  1.1
+++ ssldump-0.9-configure-dylib.patch   23 Jun 2014 20:06:35 -  1.2
@@ -1,5 +1,5 @@
 configure
-+++ configure
+--- a/configure
 b/configure
 @@ -1103,7 +1103,7 @@
  echo configure:1104: checking for PCAP library 5
  ac_found_pcap_lib_dir=no



1.2  net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch?r1=1.1r2=1.2

Index: ssldump-0.9-DLT_LINUX_SLL.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssldump-0.9-DLT_LINUX_SLL.patch 16 Sep 2008 14:59:13 -  1.1
+++ ssldump-0.9-DLT_LINUX_SLL.patch 23 Jun 2014 20:06:35 -  1.2
@@ -1,5 +1,5 @@
 base/pcap-snoop.c  2007-11-06 14:22:53.0 +0100
-+++ base/pcap-snoop_new.c  2007-11-06 14:24:05.0 +0100
+--- a/base/pcap-snoop.c
 b/base/pcap-snoop.c
 @@ -157,6 +157,10 @@
return;
  



1.2  
net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch?r1=1.1r2=1.2

Index: ssldump-0.9-openssl-0.9.8.compile-fix.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssldump-0.9-openssl-0.9.8.compile-fix.patch 24 Sep 2006 07:40:00 -  
1.1
+++ ssldump-0.9-openssl-0.9.8.compile-fix.patch 23 Jun 2014 20:06:35 -  
1.2
@@ -1,6 +1,5 @@
-diff -Naur ssldump-0.9b3.orig/ssl/ssldecode.c ssldump-0.9b3/ssl/ssldecode.c
 ssldump-0.9b3.orig/ssl/ssldecode.c 2002-08-17 05:33:17.0 +0400
-+++ ssldump-0.9b3/ssl/ssldecode.c  2006-09-24 11:30:58.0 +0400
+--- a/ssl/ssldecode.c
 b/ssl/ssldecode.c
 @@ -51,6 +51,7 @@
  #include openssl/ssl.h
  #include openssl/hmac.h



1.2  net-analyzer/ssldump/files/ssldump-0.9-prefix-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-prefix-fix.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-prefix-fix.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-prefix-fix.patch?r1=1.1r2=1.2

Index: ssldump-0.9-prefix-fix.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/ssldump/files/ssldump-0.9-prefix-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssldump-0.9-prefix-fix.patch23 Jan 2013 09:31:47 -  1.1
+++ ssldump-0.9-prefix-fix.patch23 Jun 2014 20:06:35 -  

[gentoo-commits] gentoo-x86 commit in net-analyzer/ssldump: ChangeLog

2014-06-23 Thread Jeroen Roovers (jer)
jer 14/06/23 20:06:36

  Modified: ChangeLog
  Log:
  Clean up patches.
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.30 net-analyzer/ssldump/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   6 Apr 2013 06:00:55 -   1.29
+++ ChangeLog   23 Jun 2014 20:06:36 -  1.30
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/ssldump
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v 1.29 
2013/04/06 06:00:55 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v 1.30 
2014/06/23 20:06:36 jer Exp $
+
+  23 Jun 2014; Jeroen Roovers j...@gentoo.org
+  files/ssldump-0.9-DLT_LINUX_SLL.patch,
+  files/ssldump-0.9-configure-dylib.patch,
+  files/ssldump-0.9-libpcap-header.patch,
+  files/ssldump-0.9-openssl-0.9.8.compile-fix.patch,
+  files/ssldump-0.9-prefix-fix.patch:
+  Clean up patches.
 
   06 Apr 2013; Sergey Popov pinkb...@gentoo.org -ssldump-0.9-r1.ebuild:
   Drop old revision






  1   2   >