[gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/

2015-03-05 Thread Johannes Huber
commit: d3c9b24a1d061b7631dd200b91e99be140fc63cd
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Thu Mar  5 15:44:21 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 19:38:49 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3c9b24a

[media-libs/qt-gstreamer] Sync with tree

Package-Manager: portage-2.2.18

 media-libs/qt-gstreamer/qt-gstreamer-.ebuild | 34 +---
 1 file changed, 13 insertions(+), 21 deletions(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
index 677e6c2..120f738 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
@@ -4,9 +4,6 @@
 
 EAPI=5
 
-QT4_MINIMAL=4.7.0
-QT5_MINIMAL=5.0.0
-
 if [[ ${PV} != ** ]]; then
SRC_URI=http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
KEYWORDS=~amd64 ~arm ~x86
@@ -29,18 +26,18 @@ RDEPEND=
dev-libs/glib:2
=dev-libs/boost-1.40:=
qt4? (
-   =dev-qt/qtcore-${QT4_MINIMAL}:4
-   =dev-qt/qtdeclarative-${QT4_MINIMAL}:4
-   =dev-qt/qtgui-${QT4_MINIMAL}:4
-   =dev-qt/qtopengl-${QT4_MINIMAL}:4
+   dev-qt/qtcore:4
+   dev-qt/qtdeclarative:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
)
qt5? (
-   =dev-qt/qtcore-${QT5_MINIMAL}:5
-   =dev-qt/qtdeclarative-${QT5_MINIMAL}:5
-   =dev-qt/qtgui-${QT5_MINIMAL}:5
-   =dev-qt/qtopengl-${QT5_MINIMAL}:5
-   =dev-qt/qtquick1-${QT5_MINIMAL}:5
-   =dev-qt/qtwidgets-${QT5_MINIMAL}:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtquick1:5
+   dev-qt/qtwidgets:5
)
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -49,7 +46,7 @@ DEPEND=
${RDEPEND}
test? (
qt4? (
-   =dev-qt/qttest-${QT4_MINIMAL}:4
+   dev-qt/qttest:4
)
)
 
@@ -58,7 +55,7 @@ DEPEND=
 RESTRICT=test
 
 pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+   MULTIBUILD_VARIANTS=( $(usex qt4 4 '') $(usex qt5 5 '') )
 }
 
 src_configure() {
@@ -66,13 +63,8 @@ src_configure() {
local mycmakeargs=(
-DQTGSTREAMER_EXAMPLES=OFF
$(cmake-utils_use test QTGSTREAMER_TESTS)
+   -DQT_VERSION=${MULTIBUILD_VARIANT}
)
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=(-DQT_VERSION=4)
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=(-DQT_VERSION=5)
-   fi
cmake-utils_src_configure
}
 



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

2015-03-05 Thread Johannes Huber
commit: 824b01e284adeb1d334711ee16134109fc8ed977
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Thu Mar  5 19:25:14 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 19:44:34 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=824b01e2

[kde-apps/dolphin] DEPEND on dev-qt/qtconcurrent

According to upstream commit
adeaab9745c681e99b6bf7b3144a6fc0878a387f

Package-Manager: portage-2.2.18

 kde-apps/dolphin/dolphin-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index b506536..719188b 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -38,6 +38,7 @@ DEPEND=
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
+   dev-qt/qtconcurrent:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5



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

2015-03-05 Thread Johannes Huber
commit: 9871c62db1a544cdf96ce81e3023e16cadfc8e06
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Thu Mar  5 18:58:29 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 19:44:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9871c62d

[kde-plasma/milou] Add missing dependencies

According to upstream commit
a53085390be6a1f6405abd93694cd612841a60fc

Package-Manager: portage-2.2.18

 kde-plasma/milou/milou-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/kde-plasma/milou/milou-.ebuild 
b/kde-plasma/milou/milou-.ebuild
index 2cdbaa4..2ddc385 100644
--- a/kde-plasma/milou/milou-.ebuild
+++ b/kde-plasma/milou/milou-.ebuild
@@ -16,10 +16,14 @@ IUSE=
 DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep ki18n)
$(add_frameworks_dep krunner)
$(add_frameworks_dep kservice)
+   $(add_frameworks_dep plasma)
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
 
 RDEPEND=${DEPEND}
!kde-base/milou



[gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ChangeLog ceph-0.87.1.ebuild

2015-03-05 Thread Yixun Lan (dlan)
dlan15/03/05 21:24:30

  Modified: ChangeLog ceph-0.87.1.ebuild
  Log:
  fix segfault if using =glibc-2.20, bug 529076
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.67 sys-cluster/ceph/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   3 Mar 2015 09:10:33 -   1.66
+++ ChangeLog   5 Mar 2015 21:24:30 -   1.67
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ceph
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.66 
2015/03/03 09:10:33 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.67 
2015/03/05 21:24:30 dlan Exp $
+
+  05 Mar 2015; Yixun Lan d...@gentoo.org ceph-0.87.1.ebuild,
+  +files/ceph-0.87.1-glibc-2.20.patch:
+  fix segfault if using =glibc-2.20, bug 529076
 
 *ceph-0.93 (03 Mar 2015)
 *ceph-0.87.1 (03 Mar 2015)



1.2  sys-cluster/ceph/ceph-0.87.1.ebuild

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

Index: ceph-0.87.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.87.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.87.1.ebuild  3 Mar 2015 09:10:33 -   1.1
+++ ceph-0.87.1.ebuild  5 Mar 2015 21:24:30 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.87.1.ebuild,v 1.1 
2015/03/03 09:10:33 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.87.1.ebuild,v 1.2 
2015/03/05 21:24:30 dlan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -74,6 +74,7 @@
 STRIP_MASK=/usr/lib*/rados-classes/*
 
 PATCHES=(
+   ${FILESDIR}/${PN}-0.87.1-glibc-2.20.patch
${FILESDIR}/${PN}-0.79-libzfs.patch
 )
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/ceph/files: ceph-0.87.1-glibc-2.20.patch

2015-03-05 Thread Yixun Lan (dlan)
dlan15/03/05 21:24:30

  Added:ceph-0.87.1-glibc-2.20.patch
  Log:
  fix segfault if using =glibc-2.20, bug 529076
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.1  sys-cluster/ceph/files/ceph-0.87.1-glibc-2.20.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph-0.87.1-glibc-2.20.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph-0.87.1-glibc-2.20.patch?rev=1.1content-type=text/plain

Index: ceph-0.87.1-glibc-2.20.patch
===
From cf2104d4d991361c53f6e2fea93b69de10cd654b Mon Sep 17 00:00:00 2001
From: Federico Simoncelli fsimo...@redhat.com
Date: Sat, 15 Nov 2014 14:14:04 +
Subject: [PATCH] common: do not unlock rwlock on destruction

According to pthread_rwlock_unlock(3p):

 Results are undefined if the read-write lock rwlock is not held
 by the calling thread.

and:

 https://sourceware.org/bugzilla/show_bug.cgi?id=17561

 Calling pthread_rwlock_unlock on an rwlock which is not locked
 is undefined.

calling pthread_rwlock_unlock on RWLock destruction could cause
an unknown behavior for two reasons:

- the lock is acquired by another thread (undefined)
- the lock is not acquired (undefined)

Moreover since glibc-2.20 calling pthread_rwlock_unlock on a
rwlock that is not locked results in a SIGILL that kills the
application.

This patch removes the pthread_rwlock_unlock call on destruction
and replaces it with an assertion to check that the RWLock is
not in use.

Any code that relied on the implicit release is now going to
break the assertion, e.g.:

 {
   RWLock l;
   l.get(for_write);
 } // implicit release, wrong.

Signed-off-by: Federico Simoncelli fsimo...@redhat.com
---
 src/common/RWLock.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/common/RWLock.h b/src/common/RWLock.h
index e647e17..6f0ab8e 100644
--- a/src/common/RWLock.h
+++ b/src/common/RWLock.h
@@ -46,7 +46,9 @@ class RWLock
 return (nwlock.read()  0);
   }
   virtual ~RWLock() {
-pthread_rwlock_unlock(L);
+// The following check is racy but we are about to destroy
+// the object and we assume that there are no other users.
+assert(!is_locked());
 pthread_rwlock_destroy(L);
   }
 






[gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.6.ebuild ChangeLog

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 19:16:59

  Modified: nano-2.3.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #541548).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  app-editors/nano/nano-2.3.6.ebuild

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

Index: nano-2.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nano-2.3.6.ebuild   2 Mar 2015 09:26:54 -   1.3
+++ nano-2.3.6.ebuild   5 Mar 2015 19:16:59 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.6.ebuild,v 1.3 
2015/03/02 09:26:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.6.ebuild,v 1.4 
2015/03/05 19:16:59 jer Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug justify +magic minimal ncurses nls slang +spell unicode
 
 RDEPEND==sys-libs/ncurses-5.9-r1[unicode?]



1.314app-editors/nano/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   2 Mar 2015 09:26:54 -   1.313
+++ ChangeLog   5 Mar 2015 19:16:59 -   1.314
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.313 
2015/03/02 09:26:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.314 
2015/03/05 19:16:59 jer Exp $
+
+  05 Mar 2015; Jeroen Roovers j...@gentoo.org nano-2.3.6.ebuild:
+  Stable for HPPA (bug #541548).
 
   02 Mar 2015; Agostino Sarubbo a...@gentoo.org nano-2.3.6.ebuild:
   Stable for ppc, wrt bug #541548






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn: ChangeLog ccpn-2.4.1_p150122.ebuild ccpn-2.4.1.ebuild ccpn-2.4.1_p150108.ebuild ccpn-2.4.1_p150223.ebuild ccpn-2.4.1_p150202.ebuild ccpn-2.4.1

2015-03-05 Thread Justin Lecher (jlec)
jlec15/03/05 20:44:57

  Modified: ChangeLog
  Removed:  ccpn-2.4.1_p150122.ebuild ccpn-2.4.1.ebuild
ccpn-2.4.1_p150108.ebuild ccpn-2.4.1_p150223.ebuild
ccpn-2.4.1_p150202.ebuild ccpn-2.4.1_p150224.ebuild
  Log:
  drop old
  
  (Portage version: 2.2.17/cvs/Darwin i386, RepoMan options: --force, unsigned 
Manifest commit)

Revision  ChangesPath
1.163sci-chemistry/ccpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   26 Feb 2015 07:50:22 -  1.162
+++ ChangeLog   5 Mar 2015 20:44:57 -   1.163
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/ccpn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.162 
2015/02/26 07:50:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.163 
2015/03/05 20:44:57 jlec Exp $
+
+  05 Mar 2015; Justin Lecher j...@gentoo.org -ccpn-2.4.1.ebuild,
+  -ccpn-2.4.1_p150108.ebuild, -ccpn-2.4.1_p150122.ebuild,
+  -ccpn-2.4.1_p150202.ebuild, -ccpn-2.4.1_p150223.ebuild,
+  -ccpn-2.4.1_p150224.ebuild:
+  drop old
 
 *ccpn-2.4.1_p150226 (26 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/json: json-0.9.ebuild metadata.xml ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 19:44:09

  Modified: metadata.xml ChangeLog
  Added:json-0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/json/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/json/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml25 Jul 2014 08:58:40 -  1.3
+++ metadata.xml5 Mar 2015 19:44:09 -   1.4
@@ -8,9 +8,13 @@
machines to parse and generate.  It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.
+   
+   This library provides a parser and pretty printer for converting
+   between Haskell values and JSON.
/longdescription
use
flag name=genericAdd support for generic encoder 
(pkgdev-haskell/syb/pkg)/flag
+   flag name=mapdictEncode Haskell maps as JSON dicts/flag
flag name=parsecAdd support for parsing with Parsec/flag
flag name=prettyAdd support for using pretty printing 
combinators/flag
/use



1.14 dev-haskell/json/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Jul 2014 08:58:40 -  1.13
+++ ChangeLog   5 Mar 2015 19:44:09 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/json
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v 1.13 
2014/07/25 08:58:40 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v 1.14 
2015/03/05 19:44:09 slyfox Exp $
+
+*json-0.9 (05 Mar 2015)
+
+  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org +json-0.9.ebuild,
+  metadata.xml:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.



1.1  dev-haskell/json/json-0.9.ebuild

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

Index: json-0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/json-0.9.ebuild,v 1.1 
2015/03/05 19:44:09 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Support for serialising Haskell to and from JSON
HOMEPAGE=http://hackage.haskell.org/package/json;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux
IUSE=+generic mapdict +parsec +pretty

RDEPEND=dev-haskell/mtl:=[profile?]
dev-haskell/text:=[profile?]
=dev-lang/ghc-7.4.1:=
generic? ( =dev-haskell/syb-0.3.3:=[profile?] )
parsec? ( dev-haskell/parsec:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag generic generic) \
$(cabal_flag mapdict mapdict) \
$(cabal_flag parsec parsec) \
$(cabal_flag pretty pretty)
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/arm64: ChangeLog

2015-03-05 Thread Thomas Alan Gall (tgall)
tgall   15/03/05 21:07:30

  Modified: ChangeLog
  Log:
  Add Cortex-a53 and Cortex-a57 profiles for arm64

Revision  ChangesPath
1.7  profiles/arch/arm64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Oct 2014 17:19:22 -  1.6
+++ ChangeLog   5 Mar 2015 21:07:30 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for Gentoo/ARM profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v 1.6 
2014/10/25 17:19:22 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v 1.7 
2015/03/05 21:07:30 tgall Exp $
+
+  05 Mar 2015: To$m Gall tg...@gentoo.org +little-endian/cortex-a53/eapi,
+  +little-endian/cortex-a53/make.defaults,  +little-endian/cortex-a53/parent,
+  +little-endian/cortex-a57/eapi, +little-endian/cortex-a57/make.defaults,
+  +little-endian/cortex-a57/parent:
+  Add a53 and a57 based profiles
 
   25 Oct 2014; Michael Palimaka kensing...@gentoo.org package.use.mask:
   Remove obsolete mask for package no longer in the tree.
@@ -9,13 +15,13 @@
   Mask USE=seccomp until the kernel/library gets support #524148 by Christian
   Ruppert.
 
-  06 Sep 2014; Michał Górny mgo...@gentoo.org use.mask:
+  06 Sep 2014; Michał Górny mgo...@gentoo.org use.mask:
   Wipe out references to removed Python targets.
 
   04 Aug 2014; Mike Frysinger vap...@gentoo.org package.use.mask:
   Drop flashrom masks that are in base now.
 
-  01 Jul 2014; Michał Górny mgo...@gentoo.org big-endian/make.defaults,
+  01 Jul 2014; Michał Górny mgo...@gentoo.org big-endian/make.defaults,
   little-endian/make.defaults:
   Set CHOST_${ABI} for consistence.
 






[gentoo-commits] gentoo-x86 commit in media-libs/qt-gstreamer: qt-gstreamer-1.2.0-r1.ebuild ChangeLog

2015-03-05 Thread Johannes Huber (johu)
johu15/03/05 19:38:35

  Modified: ChangeLog
  Added:qt-gstreamer-1.2.0-r1.ebuild
  Log:
  Revision bump adds multibuild support by Karol Herbst g...@karolherbst.de.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.22 media-libs/qt-gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   31 Jan 2015 12:11:09 -  1.21
+++ ChangeLog   5 Mar 2015 19:38:35 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/qt-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v 1.21 
2015/01/31 12:11:09 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v 1.22 
2015/03/05 19:38:35 johu Exp $
+
+*qt-gstreamer-1.2.0-r1 (05 Mar 2015)
+
+  05 Mar 2015; Johannes Huber j...@gentoo.org +qt-gstreamer-1.2.0-r1.ebuild:
+  Revision bump adds multibuild support by Karol Herbst g...@karolherbst.de.
 
   31 Jan 2015; Johannes Huber j...@gentoo.org -qt-gstreamer-0.10.3.ebuild,
   qt-gstreamer-1.2.0.ebuild:



1.1  media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild

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

Index: qt-gstreamer-1.2.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild,v 
1.1 2015/03/05 19:38:35 johu Exp $

EAPI=5

if [[ ${PV} != ** ]]; then
SRC_URI=http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
KEYWORDS=~amd64 ~arm ~x86
else
GIT_ECLASS=git-r3
EGIT_REPO_URI=( git://anongit.freedesktop.org/gstreamer/${PN} )
KEYWORDS=
fi

inherit cmake-utils ${GIT_ECLASS} multibuild

DESCRIPTION=QtGStreamer provides C++ bindings for GStreamer with a Qt-style 
API
HOMEPAGE=http://gstreamer.freedesktop.org/modules/qt-gstreamer.html;

LICENSE=LGPL-2.1
SLOT=0
IUSE=qt4 qt5 test

RDEPEND=
dev-libs/glib:2
=dev-libs/boost-1.40:=
qt4? (
dev-qt/qtcore:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
dev-qt/qtquick1:5
dev-qt/qtwidgets:5
)
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0

DEPEND=
${RDEPEND}
test? (
qt4? (
dev-qt/qttest:4
)
)


# bug 497880
RESTRICT=test

pkg_setup() {
MULTIBUILD_VARIANTS=( $(usex qt4 4 '') $(usex qt5 5 '') )
}

src_configure() {
myconfigure() {
local mycmakeargs=(
-DQTGSTREAMER_EXAMPLES=OFF
$(cmake-utils_use test QTGSTREAMER_TESTS)
-DQT_VERSION=${MULTIBUILD_VARIANT}
)
cmake-utils_src_configure
}

multibuild_foreach_variant myconfigure
}

src_compile() {
multibuild_foreach_variant cmake-utils_src_compile
}

src_install() {
multibuild_foreach_variant cmake-utils_src_install
}






[gentoo-commits] proj/gkey-seeds:master commit in: /

2015-03-05 Thread Brian Dolbec
commit: d8e863b2603fb4efe20631ca97f8da8fe13b47c2
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Mar  5 20:02:10 2015 +
Commit: Brian Dolbec dolsen AT gentoo DOT org
CommitDate: Thu Mar  5 20:02:10 2015 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=d8e863b2

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds | 138 +++---
 gentoo-devs.seeds.sig | Bin 639 - 639 bytes
 2 files changed, 98 insertions(+), 40 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index d7d21b1..f5e77ab 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -51,10 +51,10 @@
 keys: [
 C700CEDE0C18212E49DA4653F0134531E1DBFAB5
 ], 
-name: Amadeusz \u017bo\u0142nowski, 
+name: Amadeusz Żołnowski, 
 nick: aidecoe, 
 uid: [
-Amadeusz \u017bo\u0142nowski aide...@gentoo.org
+Amadeusz Żołnowski aide...@gentoo.org
 ]
 }, 
 alexxy: {
@@ -99,6 +99,20 @@
 Alon Bar-Lev alo...@gentoo.org
 ]
 }, 
+amadio: {
+fingerprint: [
+55DA9885668544B809C9808F9A502CE0F0DE108F
+], 
+keydir: amadio, 
+keys: [
+55DA9885668544B809C9808F9A502CE0F0DE108F
+], 
+name: Guilherme Amadio, 
+nick: amadio, 
+uid: [
+Guilherme Amadio ama...@gentoo.org
+]
+}, 
 amynka: {
 fingerprint: [
 1B841D8FD5E1F621EBBDF9D53B89D45034E69781
@@ -163,10 +177,10 @@
 keys: [
 2D5BD6D0CFE7C754236B2FCAB90737D3F6AD3240
 ], 
-name: Ra\u00fal Porcel, 
+name: Raúl Porcel, 
 nick: armin76, 
 uid: [
-Ra\u00fal Porcel armi...@gentoo.org
+Raúl Porcel armi...@gentoo.org
 ]
 }, 
 axs: {
@@ -221,10 +235,10 @@
 76BCD50B8550FFC48DA9799E7312F3A48182B0B4, 
 209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0
 ], 
-name: Petteri R\u00e4ty, 
+name: Petteri Räty, 
 nick: betelgeuse, 
 uid: [
-Petteri R\u00e4ty betelge...@gentoo.org
+Petteri Räty betelge...@gentoo.org
 ]
 }, 
 bicatali: {
@@ -327,6 +341,20 @@
 Anthony G. Basile bluen...@gentoo.org
 ]
 }, 
+bman: {
+fingerprint: [
+244BA4969531293149F8D52E2085CB468EE88A22
+], 
+keydir: bman, 
+keys: [
+244BA4969531293149F8D52E2085CB468EE88A22
+], 
+name: Aaron Bauman, 
+nick: bman, 
+uid: [
+Aaron Bauman b...@gentoo.org
+]
+}, 
 calchan: {
 fingerprint: [
 A6F06ECA9C0EE7B98A5876D46C1C6EB3B16C047F
@@ -369,6 +397,20 @@
 Tony Vroon chain...@gentoo.org
 ]
 }, 
+chewi: {
+fingerprint: [
+528DE6BD8691A4391FDA2ED421C632129C6D7DE4
+], 
+keydir: chewi, 
+keys: [
+528DE6BD8691A4391FDA2ED421C632129C6D7DE4
+], 
+name: James Le Cuirot, 
+nick: chewi, 
+uid: [
+James Le Cuirot ch...@gentoo.org
+]
+}, 
 chiguire: {
 fingerprint: [
 02FD505A5DBE4FA0DF4A60F66243FFB521B3F464
@@ -393,10 +435,10 @@
 6C2EF02FB81F1F3A59F44F60FA0BC7DAFA043D10, 
 34D03B0BC555B47851DE212C8D40A02488A97F80
 ], 
-name: Ch\u00ed-Thanh Christopher Nguy\u1ec5n, 
+name: Chí-Thanh Christopher Nguyễn, 
 nick: chithanh, 
 uid: [
-Ch\u00ed-Thanh Christopher Nguy\u1ec5n chith...@gentoo.org
+Chí-Thanh Christopher Nguyễn chith...@gentoo.org
 ]
 }, 
 chutzpah: {
@@ -565,10 +607,10 @@
 295EF1B6EB5DC9A6B21D3D4E0B08240A96F66571, 
 35B17DF5752577CA0C541CEB94BFDF4484AD142F
 ], 
-name: Andreas H\u00fcttel, 
+name: Andreas Hüttel, 
 nick: dilfridge, 
 uid: [
-Andreas H\u00fcttel dilfri...@gentoo.org
+Andreas Hüttel dilfri...@gentoo.org
 ]
 }, 
 djay: {
@@ -579,10 +621,10 @@
 keys: [
 320A75C544AA5A7A5C3DC80A0CBDD1A8E5DE7009
 ], 
-name: G\u00e9rald Fenoy, 
+name: Gérald Fenoy, 
 nick: djay, 
 uid: [
-G\u00e9rald Fenoy d...@gentoo.org
+Gérald Fenoy d...@gentoo.org
 ]
 }, 
 djc: {
@@ -637,10 +679,10 @@
 keys: [
 3834F41E5FA089389588924D794B19AAC6795F59
 ], 
-name: Dennis Nienh\u00fcser, 
+name: Dennis Nienhüser, 
 nick: earthwings, 
 uid: [
-Dennis Nienh\u00fcser earthwi...@gentoo.org
+Dennis Nienhüser earthwi...@gentoo.org
 ]
 }, 
 eras: {
@@ -707,10 +749,10 @@
 keys: [
 

[gentoo-commits] proj/sci:master commit in: sci-biology/pairagon/

2015-03-05 Thread Martin Mokrejs
commit: bcb9a5d452923bb22ec34d016db972ccb31b080f
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Mar  5 19:58:57 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Mar  5 19:58:57 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcb9a5d4

new package

Package-Manager: portage-2.2.15

 sci-biology/pairagon/ChangeLog   |  9 +++
 sci-biology/pairagon/metadata.xml|  9 +++
 sci-biology/pairagon/pairagon-1.1.ebuild | 42 
 3 files changed, 60 insertions(+)

diff --git a/sci-biology/pairagon/ChangeLog b/sci-biology/pairagon/ChangeLog
new file mode 100644
index 000..b7c1ceb
--- /dev/null
+++ b/sci-biology/pairagon/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/pairagon
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pairagon-1.1 (05 Mar 2015)
+
+  05 Mar 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz +metadata.xml,
+  +pairagon-1.1.ebuild:
+  new package

diff --git a/sci-biology/pairagon/metadata.xml 
b/sci-biology/pairagon/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/pairagon/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci-biology/herd
+  maintainer
+emailmmokr...@fold.natur.cuni.cz/email
+nameMartin Mokrejs/name
+  /maintainer
+/pkgmetadata

diff --git a/sci-biology/pairagon/pairagon-1.1.ebuild 
b/sci-biology/pairagon/pairagon-1.1.ebuild
new file mode 100644
index 000..bceba33
--- /dev/null
+++ b/sci-biology/pairagon/pairagon-1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=HMM-based cDNA to genome aligner
+HOMEPAGE=http://mblab.wustl.edu/software.html;
+SRC_URI=http://mblab.wustl.edu/software/download/pairagon_.tar;
+
+LICENSE=BSD-2
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=dev-lang/perl
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/pairagon
+
+src_prepare(){
+   sed -e 's:src/get-glib-flags.sh:#src/get-glib-flags.sh:; s:-Wall 
-Werror::' -i Makefile
+}
+
+src_compile(){
+   emake pairagon-linux
+}
+
+src_install(){
+   # emake DESTDIR=${D}/usr install
+   dobin bin/*
+   dodoc README
+   insinto /usr/share/pairagon
+   doins parameters/*
+   eval `perl '-V:installvendorlib'`
+   vendor_lib_install_dir=${installvendorlib}
+   dodir ${vendor_lib_install_dir}/pairagon
+   insinto ${vendor_lib_install_dir}/pairagon
+   doins lib/perl5/Alignment.pm
+   echo PERL5LIB=${vendor_lib_install_dir}/pairagon  ${S}/99pairagon
+   doenvd ${S}/99pairagon || die
+}



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-frameworks-live/, ...

2015-03-05 Thread Johannes Huber
commit: f9117a81c98cc1eff849665c3603f068ac060490
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 20:00:38 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 20:00:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9117a81

[Documentation] Update KDE Frameworks live

 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live | 1 +
 Documentation/package.accept_keywords/kde-frameworks-live.keywords   | 1 +
 Documentation/package.mask/kde-frameworks-live   | 1 +
 Documentation/package.unmask/kde-frameworks-live | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index 53fc6f3..66f08c4 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -42,6 +42,7 @@
 ~kde-frameworks/knotifyconfig- **
 ~kde-frameworks/kpackage- **
 ~kde-frameworks/kparts- **
+~kde-frameworks/kpeople- **
 ~kde-frameworks/kplotting- **
 ~kde-frameworks/kpty- **
 ~kde-frameworks/kross- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index c326717..087e103 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -45,6 +45,7 @@
 ~kde-frameworks/knotifyconfig- **
 ~kde-frameworks/kpackage- **
 ~kde-frameworks/kparts- **
+~kde-frameworks/kpeople- **
 ~kde-frameworks/kplotting- **
 ~kde-frameworks/kpty- **
 ~kde-frameworks/kross- **

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index 3ee138c..3e7c0e6 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -45,6 +45,7 @@
 ~kde-frameworks/knotifyconfig-
 ~kde-frameworks/kpackage-
 ~kde-frameworks/kparts-
+~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
 ~kde-frameworks/kross-

diff --git a/Documentation/package.unmask/kde-frameworks-live 
b/Documentation/package.unmask/kde-frameworks-live
index 3ee138c..3e7c0e6 100644
--- a/Documentation/package.unmask/kde-frameworks-live
+++ b/Documentation/package.unmask/kde-frameworks-live
@@ -45,6 +45,7 @@
 ~kde-frameworks/knotifyconfig-
 ~kde-frameworks/kpackage-
 ~kde-frameworks/kparts-
+~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
 ~kde-frameworks/kross-



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/, kde-frameworks/kpeople/, kde-apps/ktp-common-internals/, ...

2015-03-05 Thread Johannes Huber
commit: 369cebcebc4d8676288ea2fc2f3edc1c48461acb
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 19:58:41 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 19:58:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=369cebce

Pkg move net-libs/kpeople - kde-frameworks/kpeople

 .../ktp-common-internals-.ebuild   |  3 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.ebuild   |  2 +-
 .../kpeople/kpeople-.ebuild| 17 +++--
 {net-libs = kde-frameworks}/kpeople/metadata.xml  |  0
 net-libs/kpeople/kpeople-0.3..ebuild   | 41 --
 5 files changed, 8 insertions(+), 55 deletions(-)

diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild 
b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
index 648cef6..8d84845 100644
--- a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
@@ -15,7 +15,7 @@ LICENSE=LGPL-2.1
 KEYWORDS=
 IUSE=otr
 
-# todo: kpeople, kdepimlibs
+# todo: kdepimlibs
 DEPEND=
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
@@ -26,6 +26,7 @@ DEPEND=
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
+   $(add_frameworks_dep kpeople)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwallet)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 20f0690..9e9a31f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
@@ -28,6 +28,7 @@ DEPEND=
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kpeople)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
@@ -40,7 +41,6 @@ DEPEND=
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   net-libs/kpeople:5
net-libs/telepathy-qt[qt5]
 
 RDEPEND=${DEPEND}

diff --git a/net-libs/kpeople/kpeople-.ebuild 
b/kde-frameworks/kpeople/kpeople-.ebuild
similarity index 66%
rename from net-libs/kpeople/kpeople-.ebuild
rename to kde-frameworks/kpeople/kpeople-.ebuild
index 80fd6a9..c56bc71 100644
--- a/net-libs/kpeople/kpeople-.ebuild
+++ b/kde-frameworks/kpeople/kpeople-.ebuild
@@ -7,13 +7,13 @@ EAPI=5
 inherit kde5
 
 DESCRIPTION=KDE contact person abstraction library
-HOMEPAGE=https://projects.kde.org/projects/playground/network/kpeople;
+HOMEPAGE=https://projects.kde.org/projects/frameworks/kpeople;
 
 LICENSE=LGPL-2.1
 KEYWORDS=
 IUSE=semantic-desktop
 
-RDEPEND=
+DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
@@ -25,14 +25,7 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
-   semantic-desktop? ( $(add_plasma_dep baloo) )
 
-DEPEND=${RDEPEND}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-   )
-
-   kde5_src_configure
-}
+RDEPEND=${DEPEND}
+   !net-libs/kpeople:5
+

diff --git a/net-libs/kpeople/metadata.xml b/kde-frameworks/kpeople/metadata.xml
similarity index 100%
rename from net-libs/kpeople/metadata.xml
rename to kde-frameworks/kpeople/metadata.xml

diff --git a/net-libs/kpeople/kpeople-0.3..ebuild 
b/net-libs/kpeople/kpeople-0.3..ebuild
deleted file mode 100644
index 9f7a07c..000
--- a/net-libs/kpeople/kpeople-0.3..ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED=test
-KDE_LINGUAS=bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk
-EGIT_BRANCH=libkpeople-0.3
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS=~amd64 ~x86
-   SRC_URI=mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2
-else
-   KEYWORDS=
-fi
-
-DESCRIPTION=KDE contact person abstraction library
-HOMEPAGE=https://projects.kde.org/projects/playground/network/kpeople;
-
-LICENSE=LGPL-2.1
-SLOT=4/4
-IUSE=debug examples semantic-desktop test
-
-RDEPEND=
-   $(add_kdebase_dep kdepimlibs)
-   semantic-desktop? ( $(add_kdebase_dep baloo) )
-
-DEPEND=${RDEPEND}
-   sys-devel/gettext
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with examples)
-   $(cmake-utils_use_find_package semantic-desktop Baloo)
-   )
-
-   kde4-base_src_configure
-}



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

2015-03-05 Thread Johannes Huber
commit: dc0eff2655f7384ccb5c69141a66320b92874612
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 20:00:06 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 20:00:06 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc0eff26

[sets] Update kde-frameworks-live

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

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index d6e57a1..f3eb4f3 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -42,6 +42,7 @@
 ~kde-frameworks/knotifyconfig-
 ~kde-frameworks/kpackage-
 ~kde-frameworks/kparts-
+~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
 ~kde-frameworks/kross-



[gentoo-commits] proj/sci:master commit in: sci-biology/fastqc/, sci-biology/fastqc/files/

2015-03-05 Thread Martin Mokrejs
commit: 748a9abdd6948868e36aa058ab158d4c4506fdd2
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Mar  5 20:09:21 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Mar  5 20:09:21 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=748a9abd

added build.xml exported by author from Eclipse IDE (it doesn't work under ant 
eclasses in my hands)

Package-Manager: portage-2.2.15

 sci-biology/fastqc/ChangeLog|  5 +++
 sci-biology/fastqc/fastqc-0.11.2.ebuild | 12 +--
 sci-biology/fastqc/files/build.xml  | 59 +
 3 files changed, 73 insertions(+), 3 deletions(-)

diff --git a/sci-biology/fastqc/ChangeLog b/sci-biology/fastqc/ChangeLog
index 6b6cbf5..b828a60 100644
--- a/sci-biology/fastqc/ChangeLog
+++ b/sci-biology/fastqc/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Mar 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz +files/build.xml,
+  fastqc-0.11.2.ebuild:
+  added build.xml exported by author from Eclipse IDE (it doesn't work under 
ant
+  eclasses in my hands)
+
 *fastqc-0.11.2 (24 Feb 2015)
 
   24 Feb 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz

diff --git a/sci-biology/fastqc/fastqc-0.11.2.ebuild 
b/sci-biology/fastqc/fastqc-0.11.2.ebuild
index b608266..dadc288 100644
--- a/sci-biology/fastqc/fastqc-0.11.2.ebuild
+++ b/sci-biology/fastqc/fastqc-0.11.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit java-pkg-2 eutils
+inherit java-pkg-2 eutils java-ant-2
 
 DESCRIPTION=Perl-based wrapper around java apps to quality control 
FASTA/FASTQ sequence files
 HOMEPAGE=http://www.bioinformatics.babraham.ac.uk/projects/fastqc/;
@@ -16,11 +16,17 @@ KEYWORDS=
 IUSE=
 
 DEPEND=sci-biology/picard
-   =virtual/jre-1.5
-RDEPEND=${DEPEND}
+   =virtual/jre-1.5:*
+RDEPEND=${DEPEND}
+   =virtual/jdk-1.5:*
+   dev-java/ant-core
 
 S=${WORKDIR}/FastQC
 
+src_prepare(){
+   cp ${FILESDIR}/build.xml . || die
+}
+
 src_install(){
dobin fastqc run_fastqc.bat
dodoc README.txt RELEASE_NOTES.txt

diff --git a/sci-biology/fastqc/files/build.xml 
b/sci-biology/fastqc/files/build.xml
new file mode 100644
index 000..c4a6920
--- /dev/null
+++ b/sci-biology/fastqc/files/build.xml
@@ -0,0 +1,59 @@
+?xml version=1.0 encoding=UTF-8 standalone=no?
+!-- WARNING: Eclipse auto-generated file.
+  Any modifications will be overwritten.
+  To include a user specific buildfile here, simply create one in 
the same
+  directory with the processing instruction ?eclipse.ant.import?
+  as the first entry and export the buildfile again. --
+project basedir=. default=build name=FastQC
+property environment=env/
+property name=debuglevel value=source,lines,vars/
+property name=target value=1.5/
+property name=source value=1.5/
+path id=FastQC.classpath
+pathelement location=bin/
+pathelement location=jbzip2-0.9.jar/
+pathelement location=sam-1.103.jar/
+pathelement location=cisd-jhdf5.jar/
+/path
+target name=init
+mkdir dir=bin/
+copy includeemptydirs=false todir=bin
+fileset dir=.
+exclude name=**/*.launch/
+exclude name=**/*.java/
+/fileset
+/copy
+/target
+target name=clean
+delete dir=bin/
+/target
+target depends=clean name=cleanall/
+target depends=build-subprojects,build-project name=build/
+target name=build-subprojects/
+target depends=init name=build-project
+echo message=${ant.project.name}: ${ant.file}/
+javac debug=true debuglevel=${debuglevel} destdir=bin 
includeantruntime=false source=${source} target=${target}
+src path=./
+classpath refid=FastQC.classpath/
+/javac
+/target
+target description=Build all projects which reference this project. 
Useful to propagate changes. name=build-refprojects/
+target description=copy Eclipse compiler jars to ant lib directory 
name=init-eclipse-compiler
+copy todir=${ant.library.dir}
+fileset dir=${ECLIPSE_HOME}/plugins 
includes=org.eclipse.jdt.core_*.jar/
+/copy
+unzip dest=${ant.library.dir}
+patternset includes=jdtCompilerAdapter.jar/
+fileset dir=${ECLIPSE_HOME}/plugins 
includes=org.eclipse.jdt.core_*.jar/
+/unzip
+/target
+target description=compile project with Eclipse compiler 
name=build-eclipse-compiler
+property name=build.compiler 
value=org.eclipse.jdt.core.JDTCompilerAdapter/
+antcall target=build/
+/target
+target name=FastQCApplication
+java classname=uk.ac.babraham.FastQC.FastQCApplication 
failonerror=true fork=yes
+classpath refid=FastQC.classpath/
+/java
+/target
+/project



[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.2.0.ebuild ChangeLog

2015-03-05 Thread Luca Barbato (lu_zero)
lu_zero 15/03/05 21:17:53

  Modified: vlc-2.2.0.ebuild ChangeLog
  Log:
  Drop the postproc constrain over specific user request
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  media-video/vlc/vlc-2.2.0.ebuild

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

Index: vlc-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vlc-2.2.0.ebuild3 Mar 2015 11:48:44 -   1.4
+++ vlc-2.2.0.ebuild5 Mar 2015 21:17:53 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.4 
2015/03/03 11:48:44 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.5 
2015/03/05 21:17:53 lu_zero Exp $
 
 EAPI=5
 
@@ -192,7 +192,7 @@
cddb? ( cdda )
dvb? ( dvbpsi )
dxva2? ( avcodec )
-   ffmpeg? ( avcodec avformat swscale !libav? ( postproc ) )
+   ffmpeg? ( avcodec avformat swscale )
fontconfig? ( truetype )
gnutls? ( gcrypt )
httpd? ( lua )



1.941media-video/vlc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.940
retrieving revision 1.941
diff -u -r1.940 -r1.941
--- ChangeLog   3 Mar 2015 11:48:44 -   1.940
+++ ChangeLog   5 Mar 2015 21:17:53 -   1.941
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.940 
2015/03/03 11:48:44 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.941 
2015/03/05 21:17:53 lu_zero Exp $
+
+  05 Mar 2015; Luca Barbato lu_z...@gentoo.org vlc-2.2.0.ebuild:
+  Drop the postproc constrain over specific user request
 
   03 Mar 2015; Luca Barbato lu_z...@gentoo.org vlc-2.2.0.ebuild:
   Make postproc fully optional






[gentoo-commits] gentoo-x86 commit in sys-libs/libnih: libnih-1.0.3-r2.ebuild ChangeLog

2015-03-05 Thread Mike Frysinger (vapier)
vapier  15/03/05 21:18:32

  Modified: ChangeLog
  Added:libnih-1.0.3-r2.ebuild
  Log:
  Build with LFS for 32bit systems.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  sys-libs/libnih/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Oct 2014 18:45:56 -  1.5
+++ ChangeLog   5 Mar 2015 21:18:32 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libnih
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v 1.5 2014/10/30 
18:45:56 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v 1.6 2015/03/05 
21:18:32 vapier Exp $
+
+*libnih-1.0.3-r2 (05 Mar 2015)
+
+  05 Mar 2015; Mike Frysinger vap...@gentoo.org +libnih-1.0.3-r2.ebuild:
+  Build with LFS for 32bit systems.
 
 *libnih-1.0.3-r1 (30 Oct 2014)
 



1.1  sys-libs/libnih/libnih-1.0.3-r2.ebuild

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

Index: libnih-1.0.3-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/libnih-1.0.3-r2.ebuild,v 1.1 
2015/03/05 21:18:32 vapier Exp $

EAPI=4

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

DESCRIPTION=Light-weight 'standard library' of C functions
HOMEPAGE=https://launchpad.net/libnih;
SRC_URI=http://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=+dbus nls static-libs test +threads

RDEPEND=dbus? ( dev-libs/expat =sys-apps/dbus-1.2.16 )
DEPEND=${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
test? ( dev-util/valgrind )

src_prepare() {
epatch ${FILESDIR}/${PN}-1.0.3-optional-dbus.patch
epatch ${FILESDIR}/${PN}-1.0.3-pkg-config.patch
eautoreconf
}

src_configure() {
append-lfs-flags
econf \
$(use_with dbus) \
$(use_enable nls) \
$(use_enable static-libs static) \
$(use_enable threads) \
$(use_enable threads threading)
}

src_install() {
default

# we need to be in / because upstart needs libnih
gen_usr_ldscript -a nih $(use dbus  echo nih-dbus)
use static-libs || rm ${ED}/usr/$(get_libdir)/*.la
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-tagging: django-tagging-0.3.4.ebuild metadata.xml Manifest ChangeLog

2015-03-05 Thread Fabian Groffen (grobian)
grobian 15/03/05 19:16:30

  Added:django-tagging-0.3.4.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial ebuild by me
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.1  dev-python/django-tagging/django-tagging-0.3.4.ebuild

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

Index: django-tagging-0.3.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-tagging/django-tagging-0.3.4.ebuild,v 
1.1 2015/03/05 19:16:30 grobian Exp $

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

inherit distutils-r1

DESCRIPTION=Generic tagging application for Django
HOMEPAGE=http://code.google.com/p/django-tagging/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

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

python_install_all() {
use doc  DOCS=( docs/. )
distutils-r1_python_install_all
}



1.1  dev-python/django-tagging/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
/pkgmetadata



1.1  dev-python/django-tagging/Manifest

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

Index: Manifest
===
DIST django-tagging-0.3.4.tar.gz 30792 SHA256 
a3cee6e36c3cb7ccd9d13d71ca42cb8826914d66b20c3a5e987efa12b3a83a3d SHA512 
f782aeedfa6133922e1223bea4a04b955ee44508e37acac57338b0b45df94f55cdf5e1c75142b92642df01019ff553a592f3c64ed7f3d758b3777feed15eb1bd
 WHIRLPOOL 
bc9c856ff253ada3ed1103ad5c6145a43309c87bbcc0eac232d9685a7e75fb4d8cd8cf4acb1a2be911ce66045cc8b62a1eb04cf4539d4282480f49bb14be8f8c
EBUILD django-tagging-0.3.4.ebuild 593 SHA256 
626a67062706add46e16b860b32a21ed2084fdb287bd472f668520c4033046a9 SHA512 
0f9fdbe58177503ff2817da75d9125b7306a5c3c86ad992e6b38d7b2532cfa4a480da784d31ab4d40bc894748f2ccb6e88974d96038d938676f7ef55aa49c3c3
 WHIRLPOOL 
5ab71ba00403827f59f6f5cd4d76f2a8565a43eede7ab56511a36788bd77069aedace719715dc2e2c65ee7238306878255f3f0f89735ae8e37a822d1e9d579a4
MISC metadata.xml 167 SHA256 
a96c7a7081b1a192fc4758c24f63e3f458ce37c90ef5594005e91e01a5daf934 SHA512 
05f506754bd3182ba88befefe0609d354f9ee335bea2d866f30719b292ebae30dbe64d6c68ff1a918bfd380bd638146b30754d072229491e8ed6f9d6745510c9
 WHIRLPOOL 
59ac07478ebcd8bb8b5edba5af0041df85949cf69083c3aae6945e371e6b79c6c92e2bd21189b2d8a87de72c9a4cd299e0773ff73332e247f95b8e850a76d054



1.1  dev-python/django-tagging/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/django-tagging
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tagging/ChangeLog,v 1.1 
2015/03/05 19:16:30 grobian Exp $

*django-tagging-0.3.4 (05 Mar 2015)

  05 Mar 2015; Fabian Groffen grob...@gentoo.org +django-tagging-0.3.4.ebuild,
  +metadata.xml:
  Initial ebuild by me






[gentoo-commits] gentoo-x86 commit in sci-chemistry/shelx: metadata.xml ChangeLog

2015-03-05 Thread Justin Lecher (jlec)
jlec15/03/05 19:40:13

  Modified: metadata.xml ChangeLog
  Log:
  sci-chemistry/shelx: Drop unused local USE
  
  (Portage version: 2.2.17/cvs/Darwin i386, unsigned Manifest commit)

Revision  ChangesPath
1.8  sci-chemistry/shelx/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml19 May 2014 08:48:08 -  1.7
+++ metadata.xml5 Mar 2015 19:40:13 -   1.8
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdsci-chemistry/herd
-  use
-flag name=dosformatUse CR/LF to end lines; useful in mixed 
Linux/Windows
-environments/flag
-  /use
 /pkgmetadata



1.27 sci-chemistry/shelx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   5 Mar 2015 11:45:35 -   1.26
+++ ChangeLog   5 Mar 2015 19:40:13 -   1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/shelx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.26 
2015/03/05 11:45:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.27 
2015/03/05 19:40:13 jlec Exp $
+
+  05 Mar 2015; Justin Lecher j...@gentoo.org metadata.xml:
+  Drop unused local USE
 
 *shelx-20141228 (05 Mar 2015)
 






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

2015-03-05 Thread Brian Dolbec
commit: 76e4a78d7265177e82506b014bd045f9a773d577
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Mar  5 20:02:22 2015 +
Commit: Brian Dolbec dolsen AT gentoo DOT org
CommitDate: Thu Mar  5 20:02:22 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=76e4a78d

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds | 138 ++
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 - 639 bytes
 2 files changed, 98 insertions(+), 40 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index d7d21b1..f5e77ab 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -51,10 +51,10 @@
 keys: [
 C700CEDE0C18212E49DA4653F0134531E1DBFAB5
 ], 
-name: Amadeusz \u017bo\u0142nowski, 
+name: Amadeusz Żołnowski, 
 nick: aidecoe, 
 uid: [
-Amadeusz \u017bo\u0142nowski aide...@gentoo.org
+Amadeusz Żołnowski aide...@gentoo.org
 ]
 }, 
 alexxy: {
@@ -99,6 +99,20 @@
 Alon Bar-Lev alo...@gentoo.org
 ]
 }, 
+amadio: {
+fingerprint: [
+55DA9885668544B809C9808F9A502CE0F0DE108F
+], 
+keydir: amadio, 
+keys: [
+55DA9885668544B809C9808F9A502CE0F0DE108F
+], 
+name: Guilherme Amadio, 
+nick: amadio, 
+uid: [
+Guilherme Amadio ama...@gentoo.org
+]
+}, 
 amynka: {
 fingerprint: [
 1B841D8FD5E1F621EBBDF9D53B89D45034E69781
@@ -163,10 +177,10 @@
 keys: [
 2D5BD6D0CFE7C754236B2FCAB90737D3F6AD3240
 ], 
-name: Ra\u00fal Porcel, 
+name: Raúl Porcel, 
 nick: armin76, 
 uid: [
-Ra\u00fal Porcel armi...@gentoo.org
+Raúl Porcel armi...@gentoo.org
 ]
 }, 
 axs: {
@@ -221,10 +235,10 @@
 76BCD50B8550FFC48DA9799E7312F3A48182B0B4, 
 209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0
 ], 
-name: Petteri R\u00e4ty, 
+name: Petteri Räty, 
 nick: betelgeuse, 
 uid: [
-Petteri R\u00e4ty betelge...@gentoo.org
+Petteri Räty betelge...@gentoo.org
 ]
 }, 
 bicatali: {
@@ -327,6 +341,20 @@
 Anthony G. Basile bluen...@gentoo.org
 ]
 }, 
+bman: {
+fingerprint: [
+244BA4969531293149F8D52E2085CB468EE88A22
+], 
+keydir: bman, 
+keys: [
+244BA4969531293149F8D52E2085CB468EE88A22
+], 
+name: Aaron Bauman, 
+nick: bman, 
+uid: [
+Aaron Bauman b...@gentoo.org
+]
+}, 
 calchan: {
 fingerprint: [
 A6F06ECA9C0EE7B98A5876D46C1C6EB3B16C047F
@@ -369,6 +397,20 @@
 Tony Vroon chain...@gentoo.org
 ]
 }, 
+chewi: {
+fingerprint: [
+528DE6BD8691A4391FDA2ED421C632129C6D7DE4
+], 
+keydir: chewi, 
+keys: [
+528DE6BD8691A4391FDA2ED421C632129C6D7DE4
+], 
+name: James Le Cuirot, 
+nick: chewi, 
+uid: [
+James Le Cuirot ch...@gentoo.org
+]
+}, 
 chiguire: {
 fingerprint: [
 02FD505A5DBE4FA0DF4A60F66243FFB521B3F464
@@ -393,10 +435,10 @@
 6C2EF02FB81F1F3A59F44F60FA0BC7DAFA043D10, 
 34D03B0BC555B47851DE212C8D40A02488A97F80
 ], 
-name: Ch\u00ed-Thanh Christopher Nguy\u1ec5n, 
+name: Chí-Thanh Christopher Nguyễn, 
 nick: chithanh, 
 uid: [
-Ch\u00ed-Thanh Christopher Nguy\u1ec5n chith...@gentoo.org
+Chí-Thanh Christopher Nguyễn chith...@gentoo.org
 ]
 }, 
 chutzpah: {
@@ -565,10 +607,10 @@
 295EF1B6EB5DC9A6B21D3D4E0B08240A96F66571, 
 35B17DF5752577CA0C541CEB94BFDF4484AD142F
 ], 
-name: Andreas H\u00fcttel, 
+name: Andreas Hüttel, 
 nick: dilfridge, 
 uid: [
-Andreas H\u00fcttel dilfri...@gentoo.org
+Andreas Hüttel dilfri...@gentoo.org
 ]
 }, 
 djay: {
@@ -579,10 +621,10 @@
 keys: [
 320A75C544AA5A7A5C3DC80A0CBDD1A8E5DE7009
 ], 
-name: G\u00e9rald Fenoy, 
+name: Gérald Fenoy, 
 nick: djay, 
 uid: [
-G\u00e9rald Fenoy d...@gentoo.org
+Gérald Fenoy d...@gentoo.org
 ]
 }, 
 djc: {
@@ -637,10 +679,10 @@
 keys: [
 3834F41E5FA089389588924D794B19AAC6795F59
 ], 
-name: Dennis Nienh\u00fcser, 
+name: Dennis Nienhüser, 
 nick: earthwings, 
 uid: [
-Dennis Nienh\u00fcser earthwi...@gentoo.org
+Dennis Nienhüser earthwi...@gentoo.org
 ]

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

2015-03-05 Thread Johannes Huber
commit: ae64fb40bdbd4bec45df769e913bae14b1174560
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 20:03:24 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 20:03:24 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae64fb40

[kde-frameworks/kpeople] Drop unused USE flag

Package-Manager: portage-2.2.18

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

diff --git a/kde-frameworks/kpeople/kpeople-.ebuild 
b/kde-frameworks/kpeople/kpeople-.ebuild
index c56bc71..897ed82 100644
--- a/kde-frameworks/kpeople/kpeople-.ebuild
+++ b/kde-frameworks/kpeople/kpeople-.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE=https://projects.kde.org/projects/frameworks/kpeople;
 
 LICENSE=LGPL-2.1
 KEYWORDS=
-IUSE=semantic-desktop
+IUSE=
 
 DEPEND=
$(add_frameworks_dep kconfig)



[gentoo-commits] dev/xmw:master commit in: /

2015-03-05 Thread Michael Weber
commit: e7f2ded5c8c57ae6929a86a35e1927e0d0e0684c
Author: Michael Weber michael AT xmw DOT de
AuthorDate: Thu Mar  5 22:47:48 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Thu Mar  5 22:47:48 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=e7f2ded5

Merge branch 'master' of git://git.overlays.gentoo.org/dev/xmw

 sys-cluster/ceph/ChangeLog | 19 +
 sys-cluster/ceph/Manifest  | 10 ++---
 .../ceph/{ceph-0.87.1.ebuild = ceph-0.93.ebuild}  | 22 +++---
 sys-cluster/ceph/files/README.gentoo   | 18 
 sys-cluster/ceph/files/ceph-0.87.1-stdint.patch| 40 ++
 sys-cluster/ceph/files/ceph.confd-r1   |  4 ++
 sys-cluster/ceph/files/ceph.initd-r1   | 48 ++
 sys-cluster/ceph/files/ceph.logrotate  | 22 ++
 sys-cluster/ceph/metadata.xml  |  4 +-
 9 files changed, 173 insertions(+), 14 deletions(-)



[gentoo-commits] dev/xmw:master commit in: dev-embedded/python-msp430-tools/, dev-embedded/python-msp430-tools/files/

2015-03-05 Thread Michael Weber
commit: 7784920d956da5dca65c4d9d036002c3a544f60d
Author: Michael Weber michael AT xmw DOT de
AuthorDate: Thu Mar  5 22:46:53 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Thu Mar  5 22:46:53 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=7784920d

Fix so name, add dependency libmsp430

Package-Manager: portage-2.2.17
Manifest-Sign-Key: 62EEF090

 dev-embedded/python-msp430-tools/ChangeLog |  6 
 dev-embedded/python-msp430-tools/Manifest  | 13 
 ...python-msp430-tools-0.6-scripts-filenames.patch | 37 ++
 dev-embedded/python-msp430-tools/metadata.xml  |  8 +
 .../python-msp430-tools-0.6.ebuild | 33 +++
 5 files changed, 97 insertions(+)

diff --git a/dev-embedded/python-msp430-tools/ChangeLog 
b/dev-embedded/python-msp430-tools/ChangeLog
new file mode 100644
index 000..7edb692
--- /dev/null
+++ b/dev-embedded/python-msp430-tools/ChangeLog
@@ -0,0 +1,6 @@
+*python-msp430-tools-0.6 (05 Mar 2015)
+
+  05 Mar 2015; Michael Weber x...@gentoo.org
+  +files/python-msp430-tools-0.6-scripts-filenames.patch, +metadata.xml,
+  +python-msp430-tools-0.6.ebuild:
+  Fix so name, add dependency libmsp430

diff --git a/dev-embedded/python-msp430-tools/Manifest 
b/dev-embedded/python-msp430-tools/Manifest
new file mode 100644
index 000..e4d47c0
--- /dev/null
+++ b/dev-embedded/python-msp430-tools/Manifest
@@ -0,0 +1,13 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST python-msp430-tools-0.6.tar.gz 237058 SHA256 
a18edfcf99f82d9cd64e19a5688d164cd464030ae55c5f6bac471ac48b44 SHA512 
6774b21d03f531e84ba7532acdc8f73f4434b9780ffa59a8190364c2546a10185ebac8b77189de29eb8ef0c7b22bd7736c3f933188c590482916f42b75764a1c
 WHIRLPOOL 
14341c5843798cece30853bb0be9965bb8455eb3cead66cfdf7cf4454f57c5d4f23910728b576d64b41babddba38feefe31d614dd61d7099c3457b898d0b08d6
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iL4EAREIAGYFAlT43N1fFIAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
+bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky
+N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JB+CAD+JN7PPA/K6Uts3wnk/gCY0GQp
+1Uzbtq/K3o1Xu/68V4YA/37Fi4tp9ZA6UzPtIYD+TGnzQiZrP6qWSnhLcyNgf4oq
+=+KPE
+-END PGP SIGNATURE-

diff --git 
a/dev-embedded/python-msp430-tools/files/python-msp430-tools-0.6-scripts-filenames.patch
 
b/dev-embedded/python-msp430-tools/files/python-msp430-tools-0.6-scripts-filenames.patch
new file mode 100644
index 000..257c4cf
--- /dev/null
+++ 
b/dev-embedded/python-msp430-tools/files/python-msp430-tools-0.6-scripts-filenames.patch
@@ -0,0 +1,37 @@
+--- python-msp430-tools/setup.py.orig
 python-msp430-tools/setup.py
+@@ -41,20 +41,20 @@
+ 'bsl5/RAM_BSL.00.05.04.34.txt',
+ ]},
+ scripts=[
+-'scripts/msp430-bsl',
+-'scripts/msp430-bsl-legacy',
+-'scripts/msp430-bsl-fcdprog',
+-'scripts/msp430-bsl-telosb',
+-'scripts/msp430-compare',
+-'scripts/msp430-convert',
+-'scripts/msp430-downloader',
+-'scripts/msp430-gdb',
+-'scripts/msp430-generate',
+-'scripts/msp430-hexdump',
+-'scripts/msp430-jtag-legacy',
+-'scripts/msp430-jtag',
+-'scripts/msp430-ram-usage',
+-'scripts/msp430-tool',
++'scripts/msp430-bsl.py',
++'scripts/msp430-bsl-legacy.py',
++'scripts/msp430-bsl-fcdprog.py',
++'scripts/msp430-bsl-telosb.py',
++'scripts/msp430-compare.py',
++'scripts/msp430-convert.py',
++'scripts/msp430-downloader.py',
++'scripts/msp430-gdb.py',
++'scripts/msp430-generate.py',
++'scripts/msp430-hexdump.py',
++'scripts/msp430-jtag-legacy.py',
++'scripts/msp430-jtag.py',
++'scripts/msp430-ram-usage.py',
++'scripts/msp430-tool.py',
+ ],
+ license=Simplified BSD License,
+ long_description=open('README.txt').read(),

diff --git a/dev-embedded/python-msp430-tools/metadata.xml 
b/dev-embedded/python-msp430-tools/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/dev-embedded/python-msp430-tools/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+emailx...@gentoo.org/email
+nameMichael Weber/name
+/maintainer
+/pkgmetadata

diff --git a/dev-embedded/python-msp430-tools/python-msp430-tools-0.6.ebuild 
b/dev-embedded/python-msp430-tools/python-msp430-tools-0.6.ebuild
new file mode 100644
index 000..862e042
--- /dev/null
+++ b/dev-embedded/python-msp430-tools/python-msp430-tools-0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit 

[gentoo-commits] gentoo-x86 commit in dev-java/jackson-module-jaxb-annotations: - New directory

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:01:06

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/jackson-module-jaxb-annotations 
added to the repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/hoauth2: hoauth2-0.4.5.ebuild metadata.xml ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 21:58:51

  Added:hoauth2-0.4.5.ebuild metadata.xml ChangeLog
  Log:
  New package for OAUTH2 (a depend of www-apps/gitit).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/hoauth2/hoauth2-0.4.5.ebuild

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

Index: hoauth2-0.4.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 
1.1 2015/03/05 21:58:51 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=hoauth2
HOMEPAGE=https://github.com/freizl/hoauth2;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=test

RESTRICT=test # missing files

RDEPEND==dev-haskell/aeson-0.7:=[profile?] dev-haskell/aeson-0.9:=[profile?]
=dev-haskell/http-conduit-2.0:=[profile?] 
dev-haskell/http-conduit-2.2:=[profile?]
=dev-haskell/http-types-0.8:=[profile?] 
dev-haskell/http-types-0.9:=[profile?]
=dev-haskell/text-0.11:=[profile?] dev-haskell/text-1.3:=[profile?]
=dev-lang/ghc-7.8.2:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.18.1.3


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test test)
}



1.1  dev-haskell/hoauth2/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdhaskell/herd
longdescription
Haskell OAuth2 authentication.

Tested following services

* google web oauth: 
lt;https://developers.google.com/accounts/docs/OAuth2WebServergt;

* weibo oauth2: lt;http://open.weibo.com/wiki/Oauth2gt;

* github oauth: lt;http://developer.github.com/v3/oauth/gt;
/longdescription
/pkgmetadata



1.1  dev-haskell/hoauth2/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/hoauth2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.1 
2015/03/05 21:58:51 slyfox Exp $

*hoauth2-0.4.5 (05 Mar 2015)

  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org +hoauth2-0.4.5.ebuild,
  +metadata.xml:
  New package for OAUTH2 (a depend of www-apps/gitit).






[gentoo-commits] gentoo-x86 commit in sys-devel/kgcc64: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild

2015-03-05 Thread Joshua Kinard (kumba)
kumba   15/03/05 22:14:06

  Modified: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild
  Log:
  Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to 
both.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.63 sys-devel/kgcc64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   22 Nov 2014 13:21:32 -  1.62
+++ ChangeLog   5 Mar 2015 22:14:06 -   1.63
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/kgcc64
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.62 
2014/11/22 13:21:32 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.63 
2015/03/05 22:14:06 kumba Exp $
+
+  05 Mar 2015; Joshua Kinard ku...@gentoo.org kgcc64-4.7.4.ebuild,
+  kgcc64-4.9.2.ebuild:
+  Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to
+  both.
 
   22 Nov 2014; Jeroen Roovers j...@gentoo.org kgcc64-4.9.2.ebuild:
   Marked ~hppa too.



1.3  sys-devel/kgcc64/kgcc64-4.9.2.ebuild

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

Index: kgcc64-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgcc64-4.9.2.ebuild 22 Nov 2014 13:21:32 -  1.2
+++ kgcc64-4.9.2.ebuild 5 Mar 2015 22:14:06 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.2 
2014/11/22 13:21:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.3 
2015/03/05 22:14:06 kumba Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 TOOLCHAIN_ALLOWED_LANGS=c
 GCC_TARGET_NO_MULTILIB=true
 
-PATCH_VER=1.0
+PATCH_VER=1.2
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
 inherit eutils toolchain
@@ -24,7 +24,7 @@
 DESCRIPTION=64bit kernel compiler
 
 # Works on mips and sparc; all other archs, refer to bug #228115
-KEYWORDS=~hppa
+KEYWORDS=~hppa ~mips
 
 RDEPEND==dev-libs/gmp-4.3.2
=dev-libs/mpfr-2.4.2



1.4  sys-devel/kgcc64/kgcc64-4.7.4.ebuild

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

Index: kgcc64-4.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kgcc64-4.7.4.ebuild 17 Sep 2014 08:20:33 -  1.3
+++ kgcc64-4.7.4.ebuild 5 Mar 2015 22:14:06 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.3 
2014/09/17 08:20:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.4 
2015/03/05 22:14:06 kumba Exp $
 
 EAPI=4
 
@@ -24,7 +24,7 @@
 DESCRIPTION=64bit kernel compiler
 
 # Works on mips and sparc; all other archs, refer to bug #228115
-KEYWORDS=~hppa ~sparc
+KEYWORDS=~hppa ~mips ~sparc
 
 RDEPEND==dev-libs/gmp-4.3.2
=dev-libs/mpfr-2.4.2






[gentoo-commits] gentoo-x86 commit in dev-java/stax2-api: metadata.xml stax2-api-4.0.0.ebuild ChangeLog

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 22:51:53

  Added:metadata.xml stax2-api-4.0.0.ebuild ChangeLog
  Log:
  Initial import. Required by wstx-4 and more. Used to be packaged
  together with wstx but upstream indicates some degree of
  separation. Some packages require it on its own.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  dev-java/stax2-api/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
longdescriptionStax2 API is an extension to standard Stax API 
(STandard Api for Xml procesing), pull-parser API of JDK, added in JDK 
6./longdescription
/pkgmetadata



1.1  dev-java/stax2-api/stax2-api-4.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild?rev=1.1content-type=text/plain

Index: stax2-api-4.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild,v 
1.1 2015/03/05 22:51:53 chewi Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

DESCRIPTION=Extended Stax (STandard Api for Xml procesing) API
HOMEPAGE=https://github.com/FasterXML/stax2-api;
SRC_URI=https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;

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

RDEPEND=java-virtuals/stax-api:0
=virtual/jre-1.5

DEPEND=java-virtuals/stax-api:0
=virtual/jdk-1.5

S=${WORKDIR}/${PN}-${P}/src
JAVA_SRC_DIR=main/java
JAVA_GENTOO_CLASSPATH=stax-api

src_install() {
java-pkg-simple_src_install
dodoc ../README.md ../release-notes/VERSION
}



1.1  dev-java/stax2-api/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/stax2-api
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/stax2-api/ChangeLog,v 1.1 
2015/03/05 22:51:53 chewi Exp $

*stax2-api-4.0.0 (05 Mar 2015)

  05 Mar 2015; James Le Cuirot ch...@gentoo.org +metadata.xml,
  +stax2-api-4.0.0.ebuild:
  Initial import. Required by wstx-4 and more. Used to be packaged together with
  wstx but upstream indicates some degree of separation. Some packages require
  it on its own.






[gentoo-commits] gentoo-x86 commit in dev-java/jackson-module-jaxb-annotations: jackson-module-jaxb-annotations-2.5.1.ebuild metadata.xml ChangeLog

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:04:04

  Added:jackson-module-jaxb-annotations-2.5.1.ebuild
metadata.xml ChangeLog
  Log:
  New package required by jackson-dataformat-xml.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  
dev-java/jackson-module-jaxb-annotations/jackson-module-jaxb-annotations-2.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/jackson-module-jaxb-annotations-2.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/jackson-module-jaxb-annotations-2.5.1.ebuild?rev=1.1content-type=text/plain

Index: jackson-module-jaxb-annotations-2.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-module-jaxb-annotations/jackson-module-jaxb-annotations-2.5.1.ebuild,v
 1.1 2015/03/05 23:04:04 chewi Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

DESCRIPTION=JAXB alternative to native Jackson annotations
HOMEPAGE=https://github.com/FasterXML/jackson-module-jaxb-annotations;
SRC_URI=https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=2
KEYWORDS=~amd64
IUSE=test

CDEPEND=~dev-java/jackson-${PV}:${SLOT}
~dev-java/jackson-annotations-${PV}:${SLOT}
~dev-java/jackson-databind-${PV}:${SLOT}
dev-java/stax2-api:0
RDEPEND==virtual/jre-1.5
${CDEPEND}
DEPEND==virtual/jdk-1.5
${CDEPEND}
test? ( dev-java/junit:4 )

S=${WORKDIR}/${PN}-${P}/src
JAVA_SRC_DIR=main/java
JAVA_GENTOO_CLASSPATH=jackson-${SLOT},jackson-annotations-${SLOT},jackson-databind-${SLOT}

java_prepare() {
sed -e 's:@package@:com.fasterxml.jackson.module.jaxb:g' \
-e s:@projectversion@:${PV}:g \
-e 's:@projectgroupid@:com.fasterxml.jackson.module:g' \
-e 's:@projectartifactid@:jackson-module-jaxb-annotations:g' \
  
${S}/main/java/com/fasterxml/jackson/module/jaxb/PackageVersion.java.in \
 
${S}/main/java/com/fasterxml/jackson/module/jaxb/PackageVersion.java || die

# Requires jax-rs, which isn't packaged yet.
rm 
${S}/test/java/com/fasterxml/jackson/module/jaxb/introspect/{Content,TestPropertyVisibility}.java
 || die
}

src_install() {
java-pkg-simple_src_install
dodoc ../README.md ../release-notes/{CREDITS,VERSION}
}

src_test() {
cd test/java || die

local CP=.:../resources:${S}/${PN}.jar:$(java-pkg_getjars 
junit-4,${JAVA_GENTOO_CLASSPATH})
local TESTS=$(find * -name Test*.java ! -path */failing/*)
TESTS=${TESTS//.java}
TESTS=${TESTS//\//.}

ejavac -cp ${CP} -d . $(find * -name *.java)
ejunit4 -classpath ${CP} ${TESTS}
}



1.1  dev-java/jackson-module-jaxb-annotations/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
longdescriptionThis Jackson extension module provides support for 
using JAXB (javax.xml.bind) annotations as an alternative to native Jackson 
annotations. It is most often used to make it easier to reuse existing data 
beans that used with JAXB framework to read and write XML./longdescription
/pkgmetadata



1.1  dev-java/jackson-module-jaxb-annotations/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-module-jaxb-annotations/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-java/jackson-module-jaxb-annotations
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-module-jaxb-annotations/ChangeLog,v 
1.1 2015/03/05 23:04:04 chewi Exp $

*jackson-module-jaxb-annotations-2.5.1 (05 Mar 2015)

  05 Mar 2015; James Le Cuirot ch...@gentoo.org
  +jackson-module-jaxb-annotations-2.5.1.ebuild, +metadata.xml:
  New package required by jackson-dataformat-xml.






[gentoo-commits] gentoo-x86 commit in dev-java/jackson-dataformat-xml: jackson-dataformat-xml-2.5.1.ebuild metadata.xml ChangeLog

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:23:27

  Added:jackson-dataformat-xml-2.5.1.ebuild metadata.xml
ChangeLog
  Log:
  New package required by Log4j 2. It would be optional but we cannot
  yet skip dependencies at build time. Unfortunately the tests are quite
  explosive. A new Woodstox is possibly needed?
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  
dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.5.1.ebuild?rev=1.1content-type=text/plain

Index: jackson-dataformat-xml-2.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.5.1.ebuild,v
 1.1 2015/03/05 23:23:27 chewi Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

DESCRIPTION=XML data format extension for Jackson
HOMEPAGE=https://github.com/FasterXML/jackson-dataformat-xml;
SRC_URI=https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=2
KEYWORDS=~amd64
IUSE=test
RESTRICT=test # Lots of failures, new Woodstox needed?

CDEPEND=~dev-java/jackson-${PV}:${SLOT}
~dev-java/jackson-annotations-${PV}:${SLOT}
~dev-java/jackson-databind-${PV}:${SLOT}
~dev-java/jackson-module-jaxb-annotations-${PV}:${SLOT}
dev-java/stax2-api:0
RDEPEND==virtual/jre-1.5
${CDEPEND}
DEPEND==virtual/jdk-1.5
${CDEPEND}
test? (
dev-java/hamcrest-core:1.3
dev-java/junit:4
)

S=${WORKDIR}/${PN}-${P}/src
JAVA_SRC_DIR=main/java
JAVA_GENTOO_CLASSPATH=jackson-${SLOT},jackson-annotations-${SLOT},jackson-databind-${SLOT},jackson-module-jaxb-annotations-${SLOT},stax2-api

java_prepare() {
sed -e 's:@package@:com.fasterxml.jackson.dataformat.xml:g' \
-e s:@projectversion@:${PV}:g \
-e 's:@projectgroupid@:com.fasterxml.jackson.dataformat:g' \
-e 's:@projectartifactid@:jackson-dataformat-xml:g' \
  
${S}/main/java/com/fasterxml/jackson/dataformat/xml/PackageVersion.java.in \
 
${S}/main/java/com/fasterxml/jackson/dataformat/xml/PackageVersion.java || die
}

src_install() {
java-pkg-simple_src_install
dodoc ../README.md ../release-notes/{CREDITS,VERSION}
}

src_test() {
cd test/java || die

local CP=.:../resources:${S}/${PN}.jar:$(java-pkg_getjars 
hamcrest-core-1.3,junit-4,${JAVA_GENTOO_CLASSPATH})
local TESTS=$(find * -name Test*.java ! -path */failing/*)
TESTS=${TESTS//.java}
TESTS=${TESTS//\//.}

ejavac -cp ${CP} -d . $(find * -name *.java)
ejunit4 -classpath ${CP} ${TESTS}
}



1.1  dev-java/jackson-dataformat-xml/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
longdescription
  This projects contains Jackson extension component for reading and 
writing XML encoded data.

  Further, the goal is to emulate how JAXB data-binding works with 
Code-first approach (that is, no support is added for Schema-first 
approach). Support for JAXB annotations is provided by JAXB annotation module; 
this module provides low-level abstractions (JsonParser, JsonGenerator, 
JsonFactory) as well as small number of higher level overrides needed to make 
data-binding work.
/longdescription
/pkgmetadata



1.1  dev-java/jackson-dataformat-xml/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/jackson-dataformat-xml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-xml/ChangeLog,v 
1.1 2015/03/05 23:23:27 chewi Exp $

*jackson-dataformat-xml-2.5.1 (05 Mar 2015)

  05 Mar 2015; James Le Cuirot ch...@gentoo.org
  

[gentoo-commits] gentoo-x86 commit in dev-java/jackson-dataformat-yaml: jackson-dataformat-yaml-2.5.1.ebuild metadata.xml ChangeLog

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:29:13

  Added:jackson-dataformat-yaml-2.5.1.ebuild metadata.xml
ChangeLog
  Log:
  New package required by Log4j 2. It would be optional but we cannot
  yet skip dependencies at build time.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  
dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.5.1.ebuild?rev=1.1content-type=text/plain

Index: jackson-dataformat-yaml-2.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.5.1.ebuild,v
 1.1 2015/03/05 23:29:13 chewi Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

DESCRIPTION=YAML data format extension for Jackson
HOMEPAGE=https://github.com/FasterXML/jackson-dataformat-yaml;
SRC_URI=https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=2
KEYWORDS=~amd64
IUSE=test

CDEPEND=~dev-java/jackson-${PV}:${SLOT}
~dev-java/jackson-databind-${PV}:${SLOT}
dev-java/snakeyaml:0
RDEPEND==virtual/jre-1.5
${CDEPEND}
DEPEND==virtual/jdk-1.5
${CDEPEND}
test? (
~dev-java/jackson-annotations-${PV}:${SLOT}
dev-java/junit:4
)

S=${WORKDIR}/${PN}-${P}/src
JAVA_SRC_DIR=main/java
JAVA_GENTOO_CLASSPATH=jackson-${SLOT},jackson-databind-${SLOT},snakeyaml

java_prepare() {
sed -e 's:@package@:com.fasterxml.jackson.dataformat.yaml:g' \
-e s:@projectversion@:${PV}:g \
-e 's:@projectgroupid@:com.fasterxml.jackson.dataformat:g' \
-e 's:@projectartifactid@:jackson-dataformat-yaml:g' \
  
${S}/main/java/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java.in \
 
${S}/main/java/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java || 
die

# Requires OPS4J Pax Exam, which isn't packaged yet.
rm 
${S}/test/java/com/fasterxml/jackson/dataformat/yaml/failsafe/OSGiIT.java || 
die
}

src_install() {
java-pkg-simple_src_install
dodoc ../README.md ../release-notes/{CREDITS,VERSION}
}

src_test() {
cd test/java || die

local CP=.:../resources:${S}/${PN}.jar:$(java-pkg_getjars 
jackson-annotations-${SLOT},junit-4,${JAVA_GENTOO_CLASSPATH})
local TESTS=$(find * -name *Test*.java ! -name *TestBase* ! -path 
*/failing/*)
TESTS=${TESTS//.java}
TESTS=${TESTS//\//.}

ejavac -cp ${CP} -d . $(find * -name *.java)
ejunit4 -classpath ${CP} ${TESTS}
}



1.1  dev-java/jackson-dataformat-yaml/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
longdescriptionThis project contains Jackson extension component for 
reading and writing YAML encoded data. SnakeYAML library is used for low-level 
YAML parsing. This project adds necessary abstractions on top to make things 
work with other Jackson functionality./longdescription
/pkgmetadata



1.1  dev-java/jackson-dataformat-yaml/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/jackson-dataformat-yaml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-yaml/ChangeLog,v 
1.1 2015/03/05 23:29:13 chewi Exp $

*jackson-dataformat-yaml-2.5.1 (05 Mar 2015)

  05 Mar 2015; James Le Cuirot ch...@gentoo.org
  +jackson-dataformat-yaml-2.5.1.ebuild, +metadata.xml:
  New package required by Log4j 2. It would be optional but we cannot yet skip
  dependencies at build time.






[gentoo-commits] gentoo-x86 commit in www-apps/gitit: gitit-0.10.6.1-r4.ebuild metadata.xml ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 22:00:08

  Modified: metadata.xml ChangeLog
  Added:gitit-0.10.6.1-r4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  www-apps/gitit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gitit/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gitit/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gitit/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitit/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml20 Jun 2013 23:40:42 -  1.1
+++ metadata.xml5 Mar 2015 22:00:08 -   1.2
@@ -38,6 +38,7 @@
For usage information:  @gitit --help@
/longdescription
use
+   flag name='network-uri'Get Network.URI from the network-uri 
package./flag
flag name=pluginsenables optional plugin runtime 
loader/flag
/use
 /pkgmetadata



1.5  www-apps/gitit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Aug 2014 20:13:12 -  1.4
+++ ChangeLog   5 Mar 2015 22:00:08 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/gitit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v 1.4 2014/08/10 
20:13:12 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v 1.5 2015/03/05 
22:00:08 slyfox Exp $
+
+*gitit-0.10.6.1-r4 (05 Mar 2015)
+
+  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org 
+gitit-0.10.6.1-r4.ebuild,
+  metadata.xml:
+  Version bump.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org gitit-0.10.3.1-r3.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  www-apps/gitit/gitit-0.10.6.1-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gitit/gitit-0.10.6.1-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gitit/gitit-0.10.6.1-r4.ebuild?rev=1.1content-type=text/plain

Index: gitit-0.10.6.1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/gitit-0.10.6.1-r4.ebuild,v 
1.1 2015/03/05 22:00:08 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Wiki using happstack, git or darcs, and pandoc
HOMEPAGE=http://gitit.net;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+network-uri +plugins

RDEPEND==app-text/pandoc-1.12.4:=[profile?] app-text/pandoc-1.14:=[profile?]
=dev-haskell/aeson-0.7:=[profile?] dev-haskell/aeson-0.9:=[profile?]
=dev-haskell/base64-bytestring-0.1:=[profile?] 
dev-haskell/base64-bytestring-1.1:=[profile?]
=dev-haskell/blaze-html-0.4:=[profile?] 
dev-haskell/blaze-html-0.8:=[profile?]
=dev-haskell/configfile-1:=[profile?] 
dev-haskell/configfile-1.2:=[profile?]
=dev-haskell/feed-0.3.6:=[profile?] dev-haskell/feed-0.4:=[profile?]
=dev-haskell/filestore-0.6:=[profile?] 
dev-haskell/filestore-0.7:=[profile?]
=dev-haskell/happstack-server-7.0:=[profile?]
=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] 
dev-haskell/highlighting-kate-0.6:=[profile?]
=dev-haskell/hoauth2-0.4.2:=[profile?] 
dev-haskell/hoauth2-0.5:=[profile?]
=dev-haskell/hslogger-1:=[profile?] 
dev-haskell/hslogger-1.3:=[profile?]
=dev-haskell/hstringtemplate-0.6:=[profile?] 
dev-haskell/hstringtemplate-0.8:=[profile?]
=dev-haskell/http-4000.0:=[profile?] 
dev-haskell/http-4000.3:=[profile?]
=dev-haskell/http-client-tls-0.2.2:=[profile?] 
dev-haskell/http-client-tls-0.3:=[profile?]
=dev-haskell/http-conduit-2.1.4:=[profile?] 
dev-haskell/http-conduit-2.2:=[profile?]
=dev-haskell/json-0.4:=[profile?]
dev-haskell/mtl:=[profile?]

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-cpplibs/files: - New directory

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 21:39:52

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/files 
added to the repository



[gentoo-commits] gentoo-x86 commit in dev-util/valgrind: valgrind-3.10.1.ebuild ChangeLog

2015-03-05 Thread Anthony G. Basile (blueness)
blueness15/03/05 22:19:57

  Modified: valgrind-3.10.1.ebuild ChangeLog
  Log:
  Stable for ppc and ppc64.  Bug ##541952.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-util/valgrind/valgrind-3.10.1.ebuild

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

Index: valgrind-3.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- valgrind-3.10.1.ebuild  2 Mar 2015 23:18:01 -   1.3
+++ valgrind-3.10.1.ebuild  5 Mar 2015 22:19:57 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 
1.3 2015/03/02 23:18:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 
1.4 2015/03/05 22:19:57 blueness Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=-* ~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos
+KEYWORDS=-* ~amd64 arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos
 IUSE=mpi
 
 DEPEND=mpi? ( virtual/mpi )



1.182dev-util/valgrind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   2 Mar 2015 23:18:01 -   1.181
+++ ChangeLog   5 Mar 2015 22:19:57 -   1.182
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/valgrind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.181 
2015/03/02 23:18:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.182 
2015/03/05 22:19:57 blueness Exp $
+
+  05 Mar 2015; Anthony G. Basile bluen...@gentoo.org valgrind-3.10.1.ebuild:
+  Stable for ppc and ppc64.  Bug ##541952.
 
   02 Mar 2015; Anthony G. Basile bluen...@gentoo.org valgrind-3.10.1.ebuild:
   Stable for arm, bug #541952.






[gentoo-commits] proj/java:master commit in: dev-java/stax2-api/

2015-03-05 Thread James Le Cuirot
commit: 85d0b904ac2971ac4467ad4f237fccd851eecf90
Author: James Le Cuirot chewi AT aura-online DOT co DOT uk
AuthorDate: Thu Mar  5 22:56:38 2015 +
Commit: James Le Cuirot chewi AT aura-online DOT co DOT uk
CommitDate: Thu Mar  5 22:56:38 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=85d0b904

dev-java/stax2-api now in the tree.

 dev-java/stax2-api/ChangeLog  | 14 --
 dev-java/stax2-api/Manifest   | 18 --
 dev-java/stax2-api/metadata.xml   |  5 -
 dev-java/stax2-api/stax2-api-3.1.1.ebuild | 28 
 4 files changed, 65 deletions(-)

diff --git a/dev-java/stax2-api/ChangeLog b/dev-java/stax2-api/ChangeLog
deleted file mode 100644
index 425939e..000
--- a/dev-java/stax2-api/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for dev-java/stax2-api
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  07 Jun 2012; Ralph Sennhauser s...@gentoo.org stax2-api-3.1.1.ebuild:
-  EAPI declaration must be first. #402167
-
-*stax2-api-3.1.1 (5 Jun 2011)
-
-  5 Jun 2011; James Le Cuirot ch...@aura-online.co.uk
-  +stax2-api-3.1.1.ebuild:
-  Initial import. Required by wstx-4.1 and davmail. Used to be packaged
-  together with wstx but upstream indicates some degree of separation.
-  Also some packages, including davmail, require stax2-api but not wstx.

diff --git a/dev-java/stax2-api/Manifest b/dev-java/stax2-api/Manifest
deleted file mode 100644
index f6f87e2..000
--- a/dev-java/stax2-api/Manifest
+++ /dev/null
@@ -1,18 +0,0 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
-
-DIST stax2-api-src-3.1.1.tar.gz 122994 RMD160 
79eebc80ec7dc833b94c8d23aa14ab964c192d54 SHA1 
ec1b3189d932dba7754cce6b470401872a8a25c0 SHA256 
01a6f9e299ce960c906a41f1b38a4a8684fc40db15ff6beeb098b3a2d5dba6c4
-EBUILD stax2-api-3.1.1.ebuild 638 RMD160 
45735696093181c52c2b5e4d1b83c3001f0da84d SHA1 
ca47ff4d5ffccf20c40a27c9aa4b5aa0d7b32dc3 SHA256 
a1c42099fa72ce6b37dbb192db97b2aee0595944c02e12fcf54f97c604dc58c6
-MISC ChangeLog 566 RMD160 f4ac2950976713a3aff6c7cb80a3a3cfad036321 SHA1 
80733428aa93aa6baf4d87d57baf8f6ee80ebe2e SHA256 
68177d5c3a49e691b4fa69baedabe8143c0ab26c4d5c40127c356e1964c3a9b9
-MISC metadata.xml 157 RMD160 ab0b3741457dee7531f59c4da0f0e9e8399af084 SHA1 
c37a6b9922aef61b5b3387655bccb6e3b16e0e26 SHA256 
295d02c5805b0257938eb80314b371daac94b8d6ea85629a902de7a824adc0c9
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iQEcBAEBAgAGBQJP0GImAAoJEIUJ+svaV163kFsIAKy8XhdtK2siZsL/5y4nCNmH
-niUMObnpQduMymWU/WFKEmz8rGCTYp5WRjW0DfUpbkMKAMz0iQ0uxEJaeVb0c0TD
-V3EZKWRY0p/1yhqfwFbJOQICW2AnPz4KM8gGorp4e0UhhuK5uEB7fXZxaBg5fSx2
-O9nWnyqd9CHlMwJcFSjtxvLU9HLSszG8TrMG4J24zvXju7+zpCRz1ePcPrmh/BpW
-G3R5GbggJuSH79Fay8oxkWKCwWqPgEFQF1ipFwdSZwhDCdbETWdPWpjKjFatkjuj
-7l9YoaWkiMaTQ16N324ZjHhqEnj2aPa5sQzIQEIFlddYyk1FIWsRZoQtOkQgdOw=
-=b1fQ
--END PGP SIGNATURE-

diff --git a/dev-java/stax2-api/metadata.xml b/dev-java/stax2-api/metadata.xml
deleted file mode 100644
index 838c00a..000
--- a/dev-java/stax2-api/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
-herdjava/herd
-/pkgmetadata

diff --git a/dev-java/stax2-api/stax2-api-3.1.1.ebuild 
b/dev-java/stax2-api/stax2-api-3.1.1.ebuild
deleted file mode 100644
index 85a612a..000
--- a/dev-java/stax2-api/stax2-api-3.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=1
-
-WSTX_PV=4.1.1
-JAVA_PKG_IUSE=doc source
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION=Experimental extended Stax API, used by Woodstox
-HOMEPAGE=http://woodstox.codehaus.org/;
-SRC_URI=http://woodstox.codehaus.org/${WSTX_PV}/${PN}-src-${PV}.tar.gz;
-
-LICENSE=Apache-2.0 LGPL-2.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RDEPEND=java-virtuals/stax-api:0
-   =virtual/jre-1.4
-
-DEPEND=java-virtuals/stax-api:0
-   =virtual/jdk-1.4
-
-JAVA_SRC_DIR=stax2-${PV}/src/java
-JAVA_GENTOO_CLASSPATH=stax-api



[gentoo-commits] gentoo-x86 commit in dev-util/shelltestrunner: - New directory

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 22:56:30

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-util/shelltestrunner added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: git-annex-5.20150219.ebuild ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 23:18:50

  Modified: ChangeLog
  Added:git-annex-5.20150219.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.36 dev-vcs/git-annex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   4 Jan 2015 21:59:00 -   1.35
+++ ChangeLog   5 Mar 2015 23:18:50 -   1.36
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git-annex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.35 
2015/01/04 21:59:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.36 
2015/03/05 23:18:50 slyfox Exp $
+
+*git-annex-5.20150219 (05 Mar 2015)
+
+  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org
+  +git-annex-5.20150219.ebuild:
+  Version bump.
 
 *git-annex-5.20141231 (03 Jan 2015)
 



1.1  dev-vcs/git-annex/git-annex-5.20150219.ebuild

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

Index: git-annex-5.20150219.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20150219.ebuild,v 1.1 
2015/03/05 23:18:50 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.5

CABAL_FEATURES=bin
inherit haskell-cabal

DESCRIPTION=manage files with git, without checking their contents into git
HOMEPAGE=http://git-annex.branchable.com/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
RESTRICT=test

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux
IUSE=android androidsplice +assistant +dbus +dns doc +desktop-notify ekg +feed 
+inotify +pairing +production +quvi +s3 +tahoe +tdfa +testsuite torrentparser 
+webapp +webapp-secure +webdav +xmpp

RDEPEND=dev-vcs/git

DEPEND=${RDEPEND}
dev-haskell/async
dev-haskell/bloomfilter
=dev-haskell/cabal-1.8
dev-haskell/case-insensitive
=dev-haskell/cryptohash-0.10.0
dev-haskell/dataenc
dev-haskell/data-default
dev-haskell/dlist
dev-haskell/edit-distance
=dev-haskell/exceptions-0.6
dev-haskell/hslogger
dev-haskell/http-conduit
dev-haskell/http-types
dev-haskell/ifelse
dev-haskell/json[generic]
dev-haskell/missingh
dev-haskell/monad-control
=dev-haskell/mtl-2
=dev-haskell/network-2.0
dev-haskell/network-uri
=dev-haskell/quickcheck-2.1:2
dev-haskell/random
dev-haskell/safesemaphore
dev-haskell/sha
=dev-haskell/stm-2.3
dev-haskell/text
dev-haskell/transformers
dev-haskell/unix-compat
dev-haskell/utf8-string
dev-haskell/uuid
=dev-lang/ghc-7.4.1
android? ( dev-haskell/data-endian )
assistant? ( =dev-haskell/stm-2.3
inotify? ( dev-haskell/hinotify ) )
dbus? ( =dev-haskell/dbus-0.10.3 )
dns? ( dev-haskell/dns )
ekg? ( dev-haskell/aeson
dev-haskell/ekg
dev-haskell/http-types )
feed? ( dev-haskell/feed )
pairing? ( dev-haskell/network-info
dev-haskell/network-multicast )
quvi? ( dev-haskell/aeson )
s3? ( =dev-haskell/aws-0.9.2
dev-haskell/conduit
dev-haskell/conduit-extra
dev-haskell/http-client
dev-haskell/resourcet )
tdfa? ( dev-haskell/regex-tdfa )
tahoe? ( dev-haskell/aeson )
testsuite? (
dev-haskell/crypto-api
=dev-haskell/tasty-0.7
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck
dev-haskell/tasty-rerun
=dev-haskell/optparse-applicative-0.9.1
)
torrentparser? ( =dev-haskell/torrent-1.0.0 )
webapp? ( dev-haskell/blaze-builder
dev-haskell/aeson
dev-haskell/clientsession

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-cpplibs/files: remove-native-20140508-r2

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 23:17:41

  Added:remove-native-20140508-r2
  Log:
  Add multilib libsigc++
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.1  
app-emulation/emul-linux-x86-cpplibs/files/remove-native-20140508-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/files/remove-native-20140508-r2?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/files/remove-native-20140508-r2?rev=1.1content-type=text/plain

Index: remove-native-20140508-r2
===
usr/lib32/libboost*
usr/lib32/sigc++-2.0/include/sigc++config.h
usr/lib32/libsigc-2.0.so
usr/lib32/libsigc-2.0.so.0
usr/lib32/libsigc-2.0.so.0.0.0
usr/lib32/pkgconfig/sigc++-2.0.pc






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-cpplibs: emul-linux-x86-cpplibs-20140508-r2.ebuild ChangeLog

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 23:17:41

  Modified: ChangeLog
  Added:emul-linux-x86-cpplibs-20140508-r2.ebuild
  Log:
  Add multilib libsigc++
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.30 app-emulation/emul-linux-x86-cpplibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   14 Aug 2014 08:42:00 -  1.29
+++ ChangeLog   5 Mar 2015 23:17:41 -   1.30
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-cpplibs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.29 
2014/08/14 08:42:00 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.30 
2015/03/05 23:17:41 tetromino Exp $
+
+*emul-linux-x86-cpplibs-20140508-r2 (05 Mar 2015)
+
+  05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +emul-linux-x86-cpplibs-20140508-r2.ebuild, +files/remove-native-20140508-r2:
+  Add multilib libsigc++
 
 *emul-linux-x86-cpplibs-20140508-r1 (14 Aug 2014)
 



1.1  
app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-cpplibs-20140508-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
 1.1 2015/03/05 23:17:41 tetromino Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=Boost-1.0 LGPL-2.1
KEYWORDS=-* ~amd64

IUSE=abi_x86_32

DEPEND=
RDEPEND=!abi_x86_32? (
~app-emulation/emul-linux-x86-baselibs-${PV}
!=dev-libs/boost-1.55.0-r2[abi_x86_32(-)]
!=dev-libs/libsigc++-2.4.0-r1[abi_x86_32(-)]
)
abi_x86_32? (
=dev-libs/boost-1.55.0-r2[abi_x86_32(-)]
=dev-libs/libsigc++-2.4.0-r1[abi_x86_32(-)]
)

src_prepare() {
emul-linux-x86_src_prepare

# Remove migrated stuff.
use abi_x86_32  rm -f $(cat ${FILESDIR}/remove-native-${PVR})
}






[gentoo-commits] proj/sci:master commit in: sci-biology/BBmap/

2015-03-05 Thread Martin Mokrejs
commit: a685e8ebaa1adefe32f5dd6db4b3e38c93b1cd07
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Mar  5 23:53:16 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Mar  5 23:53:16 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a685e8eb

version bump

Package-Manager: portage-2.2.15

 .../BBmap/{BBmap-31.40.ebuild = BBmap-34.56.ebuild}| 17 +
 sci-biology/BBmap/ChangeLog |  6 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/sci-biology/BBmap/BBmap-31.40.ebuild 
b/sci-biology/BBmap/BBmap-34.56.ebuild
similarity index 62%
rename from sci-biology/BBmap/BBmap-31.40.ebuild
rename to sci-biology/BBmap/BBmap-34.56.ebuild
index e28c005..674e8f2 100644
--- a/sci-biology/BBmap/BBmap-31.40.ebuild
+++ b/sci-biology/BBmap/BBmap-34.56.ebuild
@@ -6,14 +6,13 @@ EAPI=5
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION=Short read aligner, K-mer-based error-correction and 
normalization, FASTA/FASTQ conversion
+DESCRIPTION=Short read aligner, K-mer-based error-correction and 
normalization, FASTA/Q conversion
 HOMEPAGE=http://sourceforge.net/projects/bbmap/;
-SRC_URI=http://sourceforge.net/projects/bbmap/files/BBMap_31.40_java7.tar.gz;
-#SRC_URI=http://sourceforge.net/projects/bbmap/files/BBMap_31.40_java6.tar.gz;
+SRC_URI=http://sourceforge.net/projects/bbmap/files/BBMap_${PV}.tar.gz;
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=
+KEYWORDS=~amd64
 IUSE=
 
 DEPEND=
@@ -23,3 +22,13 @@ RDEPEND=${DEPEND}
=virtual/jre-1.7:*
 
 S=${WORKDIR}/bbmap
+
+src_compile(){
+   ant compile || die
+}
+
+src_install(){
+   dobin *.sh
+   dodoc docs/readme.txt
+   java-pkg_dojar lib/BBTools.jar
+}

diff --git a/sci-biology/BBmap/ChangeLog b/sci-biology/BBmap/ChangeLog
index 53acebd..8a90f18 100644
--- a/sci-biology/BBmap/ChangeLog
+++ b/sci-biology/BBmap/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*BBmap-34.56 (05 Mar 2015)
+
+  05 Mar 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
+BBmap-34.56.ebuild,
+  -BBmap-31.40.ebuild:
+  version bump
+
   18 Feb 2015; Justin Lecher j...@gentoo.org BBmap-31.40.ebuild:
   sci-biology/BBmap: fix SLOT operators
 



[gentoo-commits] gentoo-x86 commit in dev-haskell/hoauth2: - New directory

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 21:58:19

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/hoauth2 added to the repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/uri: metadata.xml uri-0.1.6.3.ebuild ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 21:57:56

  Added:metadata.xml uri-0.1.6.3.ebuild ChangeLog
  Log:
  New package to work with URIs (a depend of www-apps/gitit).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/uri/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdhaskell/herd
longdescription
Library for working with URIs, including parsing, rendering, 
merging, escaping
/longdescription
/pkgmetadata



1.1  dev-haskell/uri/uri-0.1.6.3.ebuild

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

Index: uri-0.1.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uri/uri-0.1.6.3.ebuild,v 1.1 
2015/03/05 21:57:56 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Library for working with URIs
HOMEPAGE=http://gitorious.org/uri;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/parsec-3.0:=[profile?]
dev-haskell/safe:=[profile?]
dev-haskell/utf8-string:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6




1.1  dev-haskell/uri/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/uri
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uri/ChangeLog,v 1.1 2015/03/05 
21:57:56 slyfox Exp $

*uri-0.1.6.3 (05 Mar 2015)

  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org +metadata.xml,
  +uri-0.1.6.3.ebuild:
  New package to work with URIs (a depend of www-apps/gitit).






[gentoo-commits] gentoo-x86 commit in www-servers/monkeyd: monkeyd-1.5.5.ebuild ChangeLog

2015-03-05 Thread Anthony G. Basile (blueness)
blueness15/03/05 22:09:07

  Modified: monkeyd-1.5.5.ebuild ChangeLog
  Log:
  Stable on ppc and ppc64.  Bug #541974.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  www-servers/monkeyd/monkeyd-1.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild?r1=1.1r2=1.2

Index: monkeyd-1.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monkeyd-1.5.5.ebuild19 Oct 2014 12:24:28 -  1.1
+++ monkeyd-1.5.5.ebuild5 Mar 2015 22:09:07 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild,v 
1.1 2014/10/19 12:24:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild,v 
1.2 2015/03/05 22:09:07 blueness Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm ~mips ppc ppc64 ~x86
 
 # ssl is broken, so we turn it off until fixed
 IUSE=-debug jemalloc php minimal elibc_musl elibc_uclibc monkeyd_plugins_auth 
monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi 
+monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril



1.86 www-servers/monkeyd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   3 Mar 2015 11:18:50 -   1.85
+++ ChangeLog   5 Mar 2015 22:09:07 -   1.86
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/monkeyd
 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.85 
2015/03/03 11:18:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.86 
2015/03/05 22:09:07 blueness Exp $
+
+  05 Mar 2015; Anthony G. Basile bluen...@gentoo.org monkeyd-1.5.5.ebuild:
+  Stable on ppc and ppc64.  Bug #541974.
 
 *monkeyd-1.5.6 (03 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-util/shelltestrunner: shelltestrunner-1.3.4.ebuild metadata.xml ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 22:57:06

  Added:shelltestrunner-1.3.4.ebuild metadata.xml ChangeLog
  Log:
  New package (a depend for ganeti).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-util/shelltestrunner/shelltestrunner-1.3.4.ebuild

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

Index: shelltestrunner-1.3.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/shelltestrunner/shelltestrunner-1.3.4.ebuild,v 
1.1 2015/03/05 22:57:06 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=bin
inherit haskell-cabal

DESCRIPTION=A tool for testing command-line programs
HOMEPAGE=http://joyful.com/shelltestrunner;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

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

RDEPEND=
DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6
=dev-haskell/cmdargs-0.7 dev-haskell/cmdargs-0.11
=dev-haskell/diff-0.2.0 dev-haskell/diff-0.4
=dev-haskell/filemanip-0.3 dev-haskell/filemanip-0.4
dev-haskell/hunit-1.3
dev-haskell/parsec-3.2
=dev-haskell/regex-tdfa-1.1 dev-haskell/regex-tdfa-1.3
=dev-haskell/test-framework-0.3.2 dev-haskell/test-framework-0.9
=dev-haskell/test-framework-hunit-0.2 
dev-haskell/test-framework-hunit-0.4
=dev-haskell/utf8-string-0.3.5 dev-haskell/utf8-string-0.4
=dev-lang/ghc-7.4.1




1.1  dev-util/shelltestrunner/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdhaskell/herd
longdescription
shelltestrunner is a cross-platform tool for testing 
command-line
programs (or arbitrary shell commands.)  It reads simple 
declarative tests
specifying a command, some input, and the expected output, 
error output
and exit status.  Tests can be run selectively, in parallel, 
with a
timeout, in color, and/or with differences highlighted.
/longdescription
/pkgmetadata



1.1  dev-util/shelltestrunner/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-util/shelltestrunner
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/shelltestrunner/ChangeLog,v 1.1 
2015/03/05 22:57:06 slyfox Exp $

*shelltestrunner-1.3.4 (05 Mar 2015)

  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org +metadata.xml,
  +shelltestrunner-1.3.4.ebuild:
  New package (a depend for ganeti).






[gentoo-commits] gentoo-x86 commit in dev-haskell/hoauth2: hoauth2-0.4.5.ebuild ChangeLog

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 23:10:14

  Modified: hoauth2-0.4.5.ebuild ChangeLog
  Log:
  Fix description (noticed by mrueg)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/hoauth2/hoauth2-0.4.5.ebuild

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

Index: hoauth2-0.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hoauth2-0.4.5.ebuild5 Mar 2015 21:58:51 -   1.1
+++ hoauth2-0.4.5.ebuild5 Mar 2015 23:10:14 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 
1.1 2015/03/05 21:58:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 
1.2 2015/03/05 23:10:14 slyfox Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 CABAL_FEATURES=bin lib profile haddock hoogle hscolour
 inherit haskell-cabal
 
-DESCRIPTION=hoauth2
+DESCRIPTION=Haskell OAuth2 authentication
 HOMEPAGE=https://github.com/freizl/hoauth2;
 SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
 



1.2  dev-haskell/hoauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Mar 2015 21:58:51 -   1.1
+++ ChangeLog   5 Mar 2015 23:10:14 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hoauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.1 
2015/03/05 21:58:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.2 
2015/03/05 23:10:14 slyfox Exp $
+
+  05 Mar 2015; Sergei Trofimovich sly...@gentoo.org hoauth2-0.4.5.ebuild:
+  Fix description (noticed by mrueg)
 
 *hoauth2-0.4.5 (05 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libsigc++: ChangeLog

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 23:16:20

  Modified: ChangeLog
  Log:
  gpg failed, try to re-sign
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.207dev-libs/libsigc++/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   5 Mar 2015 23:06:14 -   1.206
+++ ChangeLog   5 Mar 2015 23:16:20 -   1.207
@@ -1,13 +1,13 @@
 # ChangeLog for dev-libs/libsigc++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.206 
2015/03/05 23:06:14 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.207 
2015/03/05 23:16:20 tetromino Exp $
 
 *libsigc++-2.4.1 (05 Mar 2015)
 
   05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
   libsigc++-1.2.7.ebuild, -libsigc++-2.3.1.ebuild, libsigc++-2.4.0.ebuild,
   +libsigc++-2.4.1.ebuild:
-  Version bump and add native multilib support. Drop old. Update license.
+  Version bump and add native multilib support. Drop old. Update license
 
   02 Mar 2015; Yixun Lan d...@gentoo.org libsigc++-2.4.0.ebuild:
   add arm64 support, tested on A53 board






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-cpplibs: emul-linux-x86-cpplibs-20140508-r2.ebuild ChangeLog

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 23:33:11

  Modified: emul-linux-x86-cpplibs-20140508-r2.ebuild ChangeLog
  Log:
  Don't die if all files were migrated.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.2  
app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild

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

Index: emul-linux-x86-cpplibs-20140508-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-cpplibs-20140508-r2.ebuild   5 Mar 2015 23:17:41 -   
1.1
+++ emul-linux-x86-cpplibs-20140508-r2.ebuild   5 Mar 2015 23:33:11 -   
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
 1.1 2015/03/05 23:17:41 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
 1.2 2015/03/05 23:33:11 tetromino Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -27,3 +27,10 @@
# Remove migrated stuff.
use abi_x86_32  rm -f $(cat ${FILESDIR}/remove-native-${PVR})
 }
+
+src_install() {
+   # Don't die if all files were migrated
+   if ! use abi_x86_32 || [[ $(find ${S} . -type f | wc -l) != 0 ]]; 
then
+   emul-linux-x86_src_install
+   fi
+}



1.31 app-emulation/emul-linux-x86-cpplibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   5 Mar 2015 23:17:41 -   1.30
+++ ChangeLog   5 Mar 2015 23:33:11 -   1.31
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-cpplibs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.30 
2015/03/05 23:17:41 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.31 
2015/03/05 23:33:11 tetromino Exp $
+
+  05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  emul-linux-x86-cpplibs-20140508-r2.ebuild:
+  Don't die if all files were migrated.
 
 *emul-linux-x86-cpplibs-20140508-r2 (05 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/jackson-databind: jackson-databind-2.5.1.ebuild ChangeLog

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 21:47:19

  Modified: jackson-databind-2.5.1.ebuild ChangeLog
  Log:
  Fix diee typo. Not sure how that got in there!
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.2  dev-java/jackson-databind/jackson-databind-2.5.1.ebuild

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

Index: jackson-databind-2.5.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/jackson-databind/jackson-databind-2.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jackson-databind-2.5.1.ebuild   4 Mar 2015 23:21:13 -   1.1
+++ jackson-databind-2.5.1.ebuild   5 Mar 2015 21:47:19 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-databind/jackson-databind-2.5.1.ebuild,v
 1.1 2015/03/04 23:21:13 chewi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jackson-databind/jackson-databind-2.5.1.ebuild,v
 1.2 2015/03/05 21:47:19 chewi Exp $
 
 EAPI=5
 
@@ -42,7 +42,7 @@
-e 's:@projectgroupid@:com.fasterxml.jackson.core:g' \
-e 's:@projectartifactid@:jackson-databind:g' \

${S}/main/java/com/fasterxml/jackson/databind/cfg/PackageVersion.java.in \
-
${S}/main/java/com/fasterxml/jackson/databind/cfg/PackageVersion.java || diee
+
${S}/main/java/com/fasterxml/jackson/databind/cfg/PackageVersion.java || die
 
# Requires newer JScience. Could be any class but they chose this!
rm 
${S}/test/java/com/fasterxml/jackson/databind/deser/TestNoClassDefFoundDeserializer.java
 || die



1.3  dev-java/jackson-databind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-databind/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-databind/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jackson-databind/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jackson-databind/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 Mar 2015 23:21:13 -   1.2
+++ ChangeLog   5 Mar 2015 21:47:19 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jackson-databind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jackson-databind/ChangeLog,v 1.2 
2015/03/04 23:21:13 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jackson-databind/ChangeLog,v 1.3 
2015/03/05 21:47:19 chewi Exp $
+
+  05 Mar 2015; James Le Cuirot ch...@gentoo.org 
jackson-databind-2.5.1.ebuild:
+  Fix diee typo. Not sure how that got in there!
 
 *jackson-databind-2.5.1 (04 Mar 2015)
 






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

2015-03-05 Thread Johannes Huber
commit: f3e709849f5546fbc6c61854b7a5e6a21b32
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 21:45:42 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 21:45:42 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3e70984

[kde-apps/kbruch] Ported to KF5

Package-Manager: portage-2.2.18

 kde-apps/kbruch/kbruch-.ebuild | 20 
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kbruch/kbruch-.ebuild 
b/kde-apps/kbruch/kbruch-.ebuild
index c958043..527fa12 100644
--- a/kde-apps/kbruch/kbruch-.ebuild
+++ b/kde-apps/kbruch/kbruch-.ebuild
@@ -4,10 +4,22 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION=KDE Educational: Learn calculating with fractions
+DESCRIPTION=Educational application to learn calculating with fractions
 HOMEPAGE=http://www.kde.org/applications/education/kbruch 
http://edu.kde.org/kbruch;
 KEYWORDS=
-IUSE=debug
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+
+RDEPEND=${DEPEND}



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

2015-03-05 Thread Johannes Huber
commit: 32cb54b9ed32e797a2d62e5f01441cdfc3152e0b
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 21:46:31 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 21:46:31 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=32cb54b9

[sets] Update kdeedu-live

 sets/kdeedu-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdeedu-live b/sets/kdeedu-live
index 0a06733..1132e57 100644
--- a/sets/kdeedu-live
+++ b/sets/kdeedu-live
@@ -2,6 +2,7 @@
 ~kde-apps/blinken-
 ~kde-apps/kalgebra-
 ~kde-apps/kanagram-
+~kde-apps/kbruch-
 ~kde-apps/kdeedu-data-
 ~kde-apps/kgeography-
 ~kde-apps/khangman-



[gentoo-commits] gentoo-x86 commit in dev-java/stax2-api: - New directory

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 22:49:20

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/stax2-api added to the repository



[gentoo-commits] gentoo-x86 commit in dev-java/jackson-dataformat-yaml: - New directory

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:28:14

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-yaml added to 
the repository



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtkmmlibs/files: - New directory

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/06 01:15:55

  Log:
  Directory 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtkmmlibs/files added to 
the repository



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-cpplibs: emul-linux-x86-cpplibs-20140508-r2.ebuild ChangeLog

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/06 01:29:57

  Modified: emul-linux-x86-cpplibs-20140508-r2.ebuild ChangeLog
  Log:
  Forgot slots.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.3  
app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild

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

Index: emul-linux-x86-cpplibs-20140508-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-cpplibs-20140508-r2.ebuild   5 Mar 2015 23:33:11 -   
1.2
+++ emul-linux-x86-cpplibs-20140508-r2.ebuild   6 Mar 2015 01:29:57 -   
1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
 1.2 2015/03/05 23:33:11 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20140508-r2.ebuild,v
 1.3 2015/03/06 01:29:57 tetromino Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -14,11 +14,11 @@
 RDEPEND=!abi_x86_32? (
~app-emulation/emul-linux-x86-baselibs-${PV}
!=dev-libs/boost-1.55.0-r2[abi_x86_32(-)]
-   !=dev-libs/libsigc++-2.4.0-r1[abi_x86_32(-)]
+   !=dev-libs/libsigc++-2.4.0-r1:2[abi_x86_32(-)]
)
abi_x86_32? (
=dev-libs/boost-1.55.0-r2[abi_x86_32(-)]
-   =dev-libs/libsigc++-2.4.0-r1[abi_x86_32(-)]
+   =dev-libs/libsigc++-2.4.0-r1:2[abi_x86_32(-)]
)
 
 src_prepare() {



1.32 app-emulation/emul-linux-x86-cpplibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   5 Mar 2015 23:33:11 -   1.31
+++ ChangeLog   6 Mar 2015 01:29:57 -   1.32
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-cpplibs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.31 
2015/03/05 23:33:11 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/ChangeLog,v 1.32 
2015/03/06 01:29:57 tetromino Exp $
+
+  06 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  emul-linux-x86-cpplibs-20140508-r2.ebuild:
+  Forgot slots.
 
   05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
   emul-linux-x86-cpplibs-20140508-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog xorg-2.eclass

2015-03-05 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/06 01:32:36

  Modified: ChangeLog xorg-2.eclass
  Log:
  Raise util-macros dependency to latest stable 1.18

Revision  ChangesPath
1.1558   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1557
retrieving revision 1.1558
diff -u -r1.1557 -r1.1558
--- ChangeLog   27 Feb 2015 23:44:41 -  1.1557
+++ ChangeLog   6 Mar 2015 01:32:36 -   1.1558
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1557 2015/02/27 
23:44:41 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1558 2015/03/06 
01:32:36 chithanh Exp $
+
+  06 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  xorg-2.eclass:
+  Raise util-macros dependency to latest stable 1.18
 
   27 Feb 2015; Mike Pagano mpag...@gentoo.org kernel-2.eclass:
   Cleanup how we determine base linux tarball.



1.65 eclass/xorg-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?r1=1.64r2=1.65

Index: xorg-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- xorg-2.eclass   2 Mar 2014 15:41:20 -   1.64
+++ xorg-2.eclass   6 Mar 2015 01:32:36 -   1.65
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.64 2014/03/02 
15:41:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.65 2015/03/06 
01:32:36 chithanh Exp $
 
 # @ECLASS: xorg-2.eclass
 # @MAINTAINER:
@@ -120,7 +120,7 @@
=sys-devel/libtool-2.2.6a
sys-devel/m4
 if [[ ${PN} != util-macros ]] ; then
-   EAUTORECONF_DEPEND+= =x11-misc/util-macros-1.17
+   EAUTORECONF_DEPEND+= =x11-misc/util-macros-1.18
# Required even by xorg-server
[[ ${PN} == font-util ]] || EAUTORECONF_DEPEND+= 
=media-fonts/font-util-1.2.0
 fi






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-PHP_CodeSniffer: PEAR-PHP_CodeSniffer-2.3.0.ebuild ChangeLog

2015-03-05 Thread Brian Evans (grknight)
grknight15/03/06 02:49:49

  Modified: ChangeLog
  Added:PEAR-PHP_CodeSniffer-2.3.0.ebuild
  Log:
  Version bump wrt bug 541606
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.14 dev-php/PEAR-PHP_CodeSniffer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Aug 2014 20:54:26 -  1.13
+++ ChangeLog   6 Mar 2015 02:49:49 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-PHP_CodeSniffer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog,v 
1.13 2014/08/10 20:54:26 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog,v 
1.14 2015/03/06 02:49:49 grknight Exp $
+
+*PEAR-PHP_CodeSniffer-2.3.0 (06 Mar 2015)
+
+  06 Mar 2015; Brian Evans grkni...@gentoo.org
+  +PEAR-PHP_CodeSniffer-2.3.0.ebuild:
+  Version bump wrt bug 541606
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   PEAR-PHP_CodeSniffer-1.3.5.ebuild, PEAR-PHP_CodeSniffer-1.4.7.ebuild,



1.1  
dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.3.0.ebuild?rev=1.1content-type=text/plain

Index: PEAR-PHP_CodeSniffer-2.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.3.0.ebuild,v
 1.1 2015/03/06 02:49:49 grknight Exp $

EAPI=5

inherit php-pear-r1

DESCRIPTION=Tokenises PHP code and detects violations of a defined set of 
coding standards

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=
RDEPEND==dev-lang/php-5.1.2:*[cli]






[gentoo-commits] gentoo-x86 commit in dev-ruby/dbf: ChangeLog dbf-2.0.7-r2.ebuild dbf-2.0.7-r1.ebuild

2015-03-05 Thread Hans de Graaff (graaff)
graaff  15/03/06 06:26:58

  Modified: ChangeLog
  Removed:  dbf-2.0.7-r2.ebuild dbf-2.0.7-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/dbf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   8 Feb 2015 11:59:59 -   1.9
+++ ChangeLog   6 Mar 2015 06:26:58 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/dbf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.9 2015/02/08 
11:59:59 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.10 2015/03/06 
06:26:58 graaff Exp $
+
+  06 Mar 2015; Hans de Graaff gra...@gentoo.org -dbf-2.0.7-r1.ebuild,
+  -dbf-2.0.7-r2.ebuild:
+  Cleanup.
 
   08 Feb 2015;  ha...@gentoo.org metadata.xml:
   remove myself as maintainer, goes to sci-geosciences and ruby herd






[gentoo-commits] gentoo-x86 commit in dev-ruby/dbf: ChangeLog dbf-2.0.9.ebuild

2015-03-05 Thread Hans de Graaff (graaff)
graaff  15/03/06 06:29:32

  Modified: ChangeLog
  Added:dbf-2.0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/dbf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   6 Mar 2015 06:26:58 -   1.10
+++ ChangeLog   6 Mar 2015 06:29:32 -   1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/dbf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.10 2015/03/06 
06:26:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.11 2015/03/06 
06:29:32 graaff Exp $
+
+*dbf-2.0.9 (06 Mar 2015)
+
+  06 Mar 2015; Hans de Graaff gra...@gentoo.org +dbf-2.0.9.ebuild:
+  Version bump.
 
   06 Mar 2015; Hans de Graaff gra...@gentoo.org -dbf-2.0.7-r1.ebuild,
   -dbf-2.0.7-r2.ebuild:



1.1  dev-ruby/dbf/dbf-2.0.9.ebuild

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

Index: dbf-2.0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/dbf-2.0.9.ebuild,v 1.1 
2015/03/06 06:29:32 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md docs/*

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=a small fast library for reading dBase, xBase, Clipper and FoxPro
database files
HOMEPAGE=https://github.com/infused/dbf;

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

all_ruby_prepare() {
sed -i -e '/fastercsv/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}






[gentoo-commits] gentoo-x86 commit in app-i18n/mozc: mozc-2.16.2037.102.ebuild ChangeLog

2015-03-05 Thread Naohiro Aota (naota)
naota   15/03/06 06:30:28

  Modified: mozc-2.16.2037.102.ebuild ChangeLog
  Log:
  Add handwriting dependency; add Qt immodule dependency
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.2  app-i18n/mozc/mozc-2.16.2037.102.ebuild

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

Index: mozc-2.16.2037.102.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozc-2.16.2037.102.ebuild   25 Feb 2015 07:27:12 -  1.1
+++ mozc-2.16.2037.102.ebuild   6 Mar 2015 06:30:28 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v 
1.1 2015/02/25 07:27:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v 
1.2 2015/03/06 06:30:28 naota Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -30,7 +30,8 @@
 KEYWORDS=~amd64 ~x86
 IUSE=emacs +ibus +qt4 renderer test
 
-RDEPEND=dev-libs/glib:2
+RDEPEND=app-i18n/tegaki-zinnia-japanese
+   dev-libs/glib:2
dev-libs/openssl
=dev-libs/protobuf-2.5.0
x11-libs/libxcb
@@ -38,6 +39,7 @@
ibus? ( =app-i18n/ibus-1.4.1 )
renderer? ( x11-libs/gtk+:2 )
qt4? (
+   app-i18n/ibus-qt
dev-qt/qtgui:4
app-i18n/zinnia
)



1.13 app-i18n/mozc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Feb 2015 07:27:12 -  1.12
+++ ChangeLog   6 Mar 2015 06:30:28 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/mozc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.12 2015/02/25 
07:27:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.13 2015/03/06 
06:30:28 naota Exp $
+
+  06 Mar 2015; Naohiro Aota na...@gentoo.org mozc-2.16.2037.102.ebuild:
+  Add handwriting dependency; add Qt immodule dependency
 
 *mozc-2.16.2037.102 (25 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/dbf: ChangeLog dbf-2.0.8.ebuild

2015-03-05 Thread Hans de Graaff (graaff)
graaff  15/03/06 06:30:13

  Modified: ChangeLog dbf-2.0.8.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/dbf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   6 Mar 2015 06:29:32 -   1.11
+++ ChangeLog   6 Mar 2015 06:30:13 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/dbf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.11 2015/03/06 
06:29:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/ChangeLog,v 1.12 2015/03/06 
06:30:13 graaff Exp $
+
+  06 Mar 2015; Hans de Graaff gra...@gentoo.org dbf-2.0.8.ebuild:
+  Create stable candidate.
 
 *dbf-2.0.9 (06 Mar 2015)
 



1.2  dev-ruby/dbf/dbf-2.0.8.ebuild

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

Index: dbf-2.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbf/dbf-2.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbf-2.0.8.ebuild1 Feb 2015 11:18:02 -   1.1
+++ dbf-2.0.8.ebuild6 Mar 2015 06:30:13 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/dbf-2.0.8.ebuild,v 1.1 
2015/02/01 11:18:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbf/dbf-2.0.8.ebuild,v 1.2 
2015/03/06 06:30:13 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 






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

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/06 06:47:25

  Modified: strace-4.9.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #532494).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

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

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

Index: strace-4.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- strace-4.9.ebuild   3 Mar 2015 22:29:38 -   1.2
+++ strace-4.9.ebuild   6 Mar 2015 06:47:25 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.2 
2015/03/03 22:29:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.3 
2015/03/06 06:47:25 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
inherit git-2 autotools
 else
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.xz
-   KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
+   KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
 fi
 
 DESCRIPTION=A useful diagnostic, instructional, and debugging tool



1.204dev-util/strace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   3 Mar 2015 22:29:38 -   1.203
+++ ChangeLog   6 Mar 2015 06:47:25 -   1.204
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.203 
2015/03/03 22:29:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.204 
2015/03/06 06:47:25 jer Exp $
+
+  06 Mar 2015; Jeroen Roovers j...@gentoo.org strace-4.9.ebuild:
+  Stable for HPPA (bug #532494).
 
   03 Mar 2015; Markus Meier mae...@gentoo.org strace-4.9.ebuild:
   arm stable, bug #532494






[gentoo-commits] gentoo-x86 commit in dev-ruby/debug_inspector: metadata.xml ChangeLog debug_inspector-0.0.2.ebuild

2015-03-05 Thread Hans de Graaff (graaff)
graaff  15/03/06 06:49:05

  Added:metadata.xml ChangeLog debug_inspector-0.0.2.ebuild
  Log:
  Initial import. Dependency for forthcoming binding_of_caller.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/debug_inspector/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdruby/herd
/pkgmetadata



1.1  dev-ruby/debug_inspector/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/debug_inspector
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/debug_inspector/ChangeLog,v 1.1 
2015/03/06 06:49:05 graaff Exp $

*debug_inspector-0.0.2 (06 Mar 2015)

  06 Mar 2015; Hans de Graaff gra...@gentoo.org
  +debug_inspector-0.0.2.ebuild, +metadata.xml:
  Initial import. Dependency for forthcoming binding_of_caller.




1.1  dev-ruby/debug_inspector/debug_inspector-0.0.2.ebuild

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

Index: debug_inspector-0.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/debug_inspector/debug_inspector-0.0.2.ebuild,v 
1.1 2015/03/06 06:49:05 graaff Exp $

EAPI=5
USE_RUBY=ruby20 ruby21 ruby22

RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=A Ruby wrapper for the MRI 2.0 debug_inspector API
HOMEPAGE=https://github.com/banister/debug_inspector;

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

each_ruby_configure() {
${RUBY} -Cext/${PN} extconf.rb || die
}

each_ruby_compile() {
emake V=1 -Cext/${PN}
cp ext/${PN}/${PN}.so lib/ || die
}






[gentoo-commits] gentoo-x86 commit in sys-devel/make: make-4.1-r1.ebuild ChangeLog

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/06 06:49:48

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

Revision  ChangesPath
1.7  sys-devel/make/make-4.1-r1.ebuild

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

Index: make-4.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make-4.1-r1.ebuild  2 Mar 2015 09:28:54 -   1.6
+++ make-4.1-r1.ebuild  6 Mar 2015 06:49:48 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.1-r1.ebuild,v 1.6 
2015/03/02 09:28:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.1-r1.ebuild,v 1.7 
2015/03/06 06:49:48 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=guile nls static
 
 CDEPEND=guile? ( =dev-scheme/guile-1.8 )



1.138sys-devel/make/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   2 Mar 2015 09:28:54 -   1.137
+++ ChangeLog   6 Mar 2015 06:49:48 -   1.138
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/make
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.137 2015/03/02 
09:28:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.138 2015/03/06 
06:49:48 jer Exp $
+
+  06 Mar 2015; Jeroen Roovers j...@gentoo.org make-4.1-r1.ebuild:
+  Stable for HPPA (bug #540868).
 
   02 Mar 2015; Agostino Sarubbo a...@gentoo.org make-4.1-r1.ebuild:
   Stable for ppc, wrt bug #540868






[gentoo-commits] gentoo-x86 commit in dev-ruby/debug_inspector: - New directory

2015-03-05 Thread Hans de Graaff (graaff)
graaff  15/03/06 06:48:24

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/debug_inspector added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/uri: - New directory

2015-03-05 Thread Sergei Trofimovich (slyfox)
slyfox  15/03/05 21:56:47

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/uri added to the repository



[gentoo-commits] gentoo-x86 commit in dev-libs/libsigc++: libsigc++-2.4.0.ebuild libsigc++-1.2.7.ebuild ChangeLog libsigc++-2.4.1.ebuild libsigc++-2.3.1.ebuild

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 23:06:14

  Modified: libsigc++-2.4.0.ebuild libsigc++-1.2.7.ebuild
ChangeLog
  Added:libsigc++-2.4.1.ebuild
  Removed:  libsigc++-2.3.1.ebuild
  Log:
  Version bump and add native multilib support. Drop old. Update license.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.12 dev-libs/libsigc++/libsigc++-2.4.0.ebuild

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

Index: libsigc++-2.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.4.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsigc++-2.4.0.ebuild  3 Mar 2015 06:36:17 -   1.11
+++ libsigc++-2.4.0.ebuild  5 Mar 2015 23:06:14 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.4.0.ebuild,v 
1.11 2015/03/03 06:36:17 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.4.0.ebuild,v 
1.12 2015/03/05 23:06:14 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -10,7 +10,7 @@
 DESCRIPTION=Typesafe callback system for standard C++
 HOMEPAGE=http://libsigc.sourceforge.net/;
 
-LICENSE=LGPL-2.1
+LICENSE=LGPL-2.1+
 SLOT=2
 KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc static-libs test



1.12 dev-libs/libsigc++/libsigc++-1.2.7.ebuild

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

Index: libsigc++-1.2.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsigc++-1.2.7.ebuild  2 Dec 2014 22:38:59 -   1.11
+++ libsigc++-1.2.7.ebuild  5 Mar 2015 23:06:14 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.7.ebuild,v 
1.11 2014/12/02 22:38:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.7.ebuild,v 
1.12 2015/03/05 23:06:14 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -11,7 +11,7 @@
 DESCRIPTION=Typesafe callback system for standard C++
 HOMEPAGE=http://libsigc.sourceforge.net/;
 
-LICENSE=GPL-2 LGPL-2.1
+LICENSE=GPL-2 LGPL-2.1+
 SLOT=1.2
 KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86
 IUSE=



1.206dev-libs/libsigc++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsigc++/ChangeLog?rev=1.206view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsigc++/ChangeLog?rev=1.206content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsigc++/ChangeLog?r1=1.205r2=1.206

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   3 Mar 2015 06:36:17 -   1.205
+++ ChangeLog   5 Mar 2015 23:06:14 -   1.206
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libsigc++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.205 
2015/03/03 06:36:17 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.206 
2015/03/05 23:06:14 tetromino Exp $
+
+*libsigc++-2.4.1 (05 Mar 2015)
+
+  05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  libsigc++-1.2.7.ebuild, -libsigc++-2.3.1.ebuild, libsigc++-2.4.0.ebuild,
+  +libsigc++-2.4.1.ebuild:
+  Version bump and add native multilib support. Drop old. Update license.
 
   02 Mar 2015; Yixun Lan d...@gentoo.org libsigc++-2.4.0.ebuild:
   add arm64 support, tested on A53 board



1.1  

[gentoo-commits] gentoo-x86 commit in dev-java/jackson-dataformat-xml: - New directory

2015-03-05 Thread James Le Cuirot (chewi)
chewi   15/03/05 23:21:55

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/jackson-dataformat-xml added to 
the repository



[gentoo-commits] gentoo-x86 commit in dev-libs/ding-libs: ding-libs-0.4.0.ebuild ChangeLog

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/06 06:54:05

  Modified: ding-libs-0.4.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #540540).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-libs/ding-libs/ding-libs-0.4.0.ebuild

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

Index: ding-libs-0.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ding-libs-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ding-libs-0.4.0.ebuild  3 Mar 2015 22:23:50 -   1.4
+++ ding-libs-0.4.0.ebuild  6 Mar 2015 06:54:05 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ding-libs-0.4.0.ebuild,v 
1.4 2015/03/03 22:23:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ding-libs-0.4.0.ebuild,v 
1.5 2015/03/06 06:54:05 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE=LGPL-3 GPL-3
 SLOT=0
 
-KEYWORDS=amd64 ~arm x86 ~amd64-linux
+KEYWORDS=amd64 ~arm ~hppa x86 ~amd64-linux
 IUSE=test static-libs
 
 RDEPEND=



1.20 dev-libs/ding-libs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   3 Mar 2015 22:23:50 -   1.19
+++ ChangeLog   6 Mar 2015 06:54:05 -   1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ding-libs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ChangeLog,v 1.19 
2015/03/03 22:23:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ding-libs/ChangeLog,v 1.20 
2015/03/06 06:54:05 jer Exp $
+
+  06 Mar 2015; Jeroen Roovers j...@gentoo.org ding-libs-0.4.0.ebuild:
+  Marked ~hppa (bug #540540).
 
   03 Mar 2015; Markus Meier mae...@gentoo.org ding-libs-0.4.0.ebuild:
   add ~arm, bug #540540






[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: ChangeLog sssd-1.12.4.ebuild

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/06 06:54:29

  Modified: ChangeLog sssd-1.12.4.ebuild
  Log:
  Marked ~hppa (bug #540540).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.68 sys-auth/sssd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   4 Mar 2015 12:49:29 -   1.67
+++ ChangeLog   6 Mar 2015 06:54:29 -   1.68
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/sssd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.67 2015/03/04 
12:49:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.68 2015/03/06 
06:54:29 jer Exp $
+
+  06 Mar 2015; Jeroen Roovers j...@gentoo.org sssd-1.12.4.ebuild:
+  Marked ~hppa (bug #540540).
 
   04 Mar 2015; Markos Chandras hwoar...@gentoo.org -sssd-1.12.2-r1.ebuild,
   -sssd-1.12.2.ebuild, -sssd-1.12.3.ebuild:



1.3  sys-auth/sssd/sssd-1.12.4.ebuild

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

Index: sssd-1.12.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sssd-1.12.4.ebuild  3 Mar 2015 22:28:07 -   1.2
+++ sssd-1.12.4.ebuild  6 Mar 2015 06:54:29 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v 1.2 
2015/03/03 22:28:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v 1.3 
2015/03/06 06:54:29 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~x86
 IUSE=acl augeas autofs +locator netlink nfsv4 nls +manpages python selinux 
sudo ssh test
 
 COMMON_DEP=






[gentoo-commits] gentoo-x86 commit in sys-apps/toybox: toybox-0.5.2.ebuild ChangeLog

2015-03-05 Thread Patrick Lauer (patrick)
patrick 15/03/06 01:24:59

  Modified: ChangeLog
  Added:toybox-0.5.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  sys-apps/toybox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   20 Nov 2014 06:20:23 -  1.7
+++ ChangeLog   6 Mar 2015 01:24:59 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/toybox
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.7 2014/11/20 
06:20:23 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.8 2015/03/06 
01:24:59 patrick Exp $
+
+*toybox-0.5.2 (06 Mar 2015)
+
+  06 Mar 2015; Patrick Lauer patr...@gentoo.org +toybox-0.5.2.ebuild:
+  Bump
 
 *toybox-0.5.1 (20 Nov 2014)
 



1.1  sys-apps/toybox/toybox-0.5.2.ebuild

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

Index: toybox-0.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/toybox-0.5.2.ebuild,v 1.1 
2015/03/06 01:24:59 patrick Exp $

EAPI=5

inherit eutils multiprocessing savedconfig toolchain-funcs

if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI=https://github.com/gfto/toybox.git;
else
SRC_URI=http://landley.net/code/toybox/downloads/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
fi

# makefile is stupid
RESTRICT=test

DESCRIPTION=Common linux commands in a multicall binary
HOMEPAGE=http://landley.net/code/toybox/;

# The source code does not explicitly say that it's BSD, but the author has 
repeatedly said it
LICENSE=BSD-2
SLOT=0
IUSE=

src_prepare() {
epatch_user
restore_config .config
}

src_configure() {
if [ -f .config ]; then
yes  | emake -j1 oldconfig  /dev/null
return 0
else
einfo Could not locate user configfile, so we will save a 
default one
emake defconfig  /dev/null
fi
}

src_compile() {
tc-export CC STRIP
export HOSTCC=$(tc-getBUILD_CC)
unset CROSS_COMPILE
export CPUS=$(makeopts_jobs)
emake V=1
}

src_test() {
emake test
}

src_install() {
save_config .config
newbin toybox_unstripped toybox
}






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_FTP: PEAR-Net_FTP-1.3.7-r1.ebuild ChangeLog

2015-03-05 Thread Brian Evans (grknight)
grknight15/03/06 01:38:59

  Modified: PEAR-Net_FTP-1.3.7-r1.ebuild ChangeLog
  Log:
  EAPI bump to 4. Removes deprecation warning without changing deps
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.9  dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild

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

Index: PEAR-Net_FTP-1.3.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PEAR-Net_FTP-1.3.7-r1.ebuild26 Jan 2014 18:36:09 -  1.8
+++ PEAR-Net_FTP-1.3.7-r1.ebuild6 Mar 2015 01:38:59 -   1.9
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild,v 1.8 
2014/01/26 18:36:09 olemarkus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild,v 1.9 
2015/03/06 01:38:59 grknight Exp $
 
-EAPI=3
+EAPI=4
 
 inherit php-pear-r1
 



1.35 dev-php/PEAR-Net_FTP/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   26 Jan 2014 18:36:09 -  1.34
+++ ChangeLog   6 Mar 2015 01:38:59 -   1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Net_FTP
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/ChangeLog,v 1.34 
2014/01/26 18:36:09 olemarkus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/ChangeLog,v 1.35 
2015/03/06 01:38:59 grknight Exp $
+
+  06 Mar 2015; Brian Evans grkni...@gentoo.org PEAR-Net_FTP-1.3.7-r1.ebuild:
+  EAPI bump to 4. Removes deprecation warning without changing deps
 
   26 Jan 2014; Ole Markus With olemar...@gentoo.org
   PEAR-Net_FTP-1.3.7-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/spiped: spiped-1.5.0.ebuild metadata.xml ChangeLog

2015-03-05 Thread Patrice Clement (monsieurp)
monsieurp15/03/05 16:24:03

  Added:spiped-1.5.0.ebuild metadata.xml ChangeLog
  Log:
  Adding spiped-1.5.0 to Portage courtesy of Tomas Mozes 
hydrapo...@gmail.com. Fix #542216.
  
  (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.1  net-misc/spiped/spiped-1.5.0.ebuild

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

Index: spiped-1.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild,v 1.1 
2015/03/05 16:24:03 monsieurp Exp $

EAPI=5

DESCRIPTION=secure pipe daemon
HOMEPAGE=http://www.tarsnap.com/spiped.html;
SRC_URI=http://www.tarsnap.com/${PN}/${P}.tgz;

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

DEPEND=dev-libs/openssl:*
RDEPEND=${DEPEND}

src_install() {
dobin spipe/spipe
dosbin spiped/spiped

doman spipe/spipe.1 spiped/spiped.1

newinitd ${FILESDIR}/${PN}.initd ${PN}
newconfd ${FILESDIR}/${PN}.confd ${PN}

dodir etc/spiped
}

pkg_postinst() {
elog
elog You will need to configure spiped via its
elog configuration file located in /etc/conf.d/.
elog
elog Please have a look at this file prior to starting up spiped!
elog
}



1.1  net-misc/spiped/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailmonsie...@gentoo.org/email
/maintainer
longdescription 
Spiped (pronounced ess-pipe-dee) is a utility for creating 
symmetrically
encrypted and authenticated pipes between socket addresses, so 
that one may
connect to one address (e.g., a UNIX socket on localhost) and 
transparently
have a connection established to another address (e.g., a UNIX 
socket on a
different system). This is similar to 'ssh -L' functionality, 
but does not
use SSH and requires a pre-shared symmetric key.
/longdescription
/pkgmetadata



1.1  net-misc/spiped/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for net-misc/ipsc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/ChangeLog,v 1.1 2015/03/05 
16:24:03 monsieurp Exp $








[gentoo-commits] gentoo-x86 commit in net-misc/spiped/files: spiped.confd spiped.initd

2015-03-05 Thread Patrice Clement (monsieurp)
monsieurp15/03/05 16:24:03

  Added:spiped.confd spiped.initd
  Log:
  Adding spiped-1.5.0 to Portage courtesy of Tomas Mozes 
hydrapo...@gmail.com. Fix #542216.
  
  (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.1  net-misc/spiped/files/spiped.confd

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

Index: spiped.confd
===
# /etc/conf.d/spiped

# Once you're happy with your settings,
# set IS_CONFIGURED to yes.
IS_CONFIGURED=no

# spiped is shipped with plenty of options. 
# Please see the man page for the complete list.
# -e : encrypt communication
# -d : decrypt communication
OPTS=-e

# Address and port on which spiped should listen for incoming connections.
# If you want it to listen on the loopback interface, do not specify 
localhost 
# but the localhost IP address instead. spiped won't start if you do so.
SRCHOST=127.0.0.1
SRCPORT=12345

# Address and port to which spiped should connect
TARGETHOST=some.domain.tld
TARGETPORT=1337



1.1  net-misc/spiped/files/spiped.initd

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

Index: spiped.initd
===
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/files/spiped.initd,v 1.1 
2015/03/05 16:24:03 monsieurp Exp $

KEYFILE=${KEYFILE:=/etc/spiped/keyfile}
SPIPED_USER=${SPIPED_USER:=nobody}
PIDFILE=/run/spiped/spiped.pid

command=spiped
command_args=${OPTS} -s [${SRCHOST}]:${SRCPORT} -t ${TARGETHOST}:${TARGETPORT} 
-k ${KEYFILE} -p ${PIDFILE}

depend() {
use net
before logger
}

checkconfig() {
  if [[ ! $IS_CONFIGURED == yes ]]; then
eerror You need to setup /etc/conf.d/spiped first!
return 1
  fi
}

start() {
checkconfig || return 1

ebegin Starting ${SVCNAME}
checkpath -d -o ${SPIPED_USER} -m750 $(dirname ${PIDFILE})

start-stop-daemon --start \
--user ${SPIPED_USER} \
--pidfile ${PIDFILE} \
--exec $command -- $command_args

eend $?
}

stop() {
ebegin Stopping ${SVCNAME}

start-stop-daemon --stop \
--pidfile ${PIDFILE}

eend $?
}






[gentoo-commits] gentoo-x86 commit in dev-ml/camlp4: ChangeLog camlp4-4.02.0_p1-r1.ebuild

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 17:28:33

  Modified: ChangeLog
  Removed:  camlp4-4.02.0_p1-r1.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  dev-ml/camlp4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   30 Jan 2015 13:14:58 -  1.3
+++ ChangeLog   5 Mar 2015 17:28:33 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/camlp4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.3 2015/01/30 
13:14:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.4 2015/03/05 
17:28:33 aballier Exp $
+
+  05 Mar 2015; Alexis Ballier aball...@gentoo.org
+  -camlp4-4.02.0_p1-r1.ebuild:
+  remove old
 
 *camlp4-4.02.1_p2 (30 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ml/camlp4: ChangeLog camlp4-4.02.1_p2.ebuild

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 17:30:58

  Modified: ChangeLog camlp4-4.02.1_p2.ebuild
  Log:
  block old ocaml versions
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  dev-ml/camlp4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Mar 2015 17:28:33 -   1.4
+++ ChangeLog   5 Mar 2015 17:30:58 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/camlp4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.4 2015/03/05 
17:28:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.5 2015/03/05 
17:30:58 aballier Exp $
+
+  05 Mar 2015; Alexis Ballier aball...@gentoo.org camlp4-4.02.1_p2.ebuild:
+  block old ocaml versions
 
   05 Mar 2015; Alexis Ballier aball...@gentoo.org
   -camlp4-4.02.0_p1-r1.ebuild:



1.2  dev-ml/camlp4/camlp4-4.02.1_p2.ebuild

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

Index: camlp4-4.02.1_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- camlp4-4.02.1_p2.ebuild 30 Jan 2015 13:14:58 -  1.1
+++ camlp4-4.02.1_p2.ebuild 5 Mar 2015 17:30:58 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild,v 1.1 
2015/01/30 13:14:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild,v 1.2 
2015/03/05 17:30:58 aballier Exp $
 
 EAPI=5
 
@@ -18,6 +18,7 @@
 
 DEPEND==dev-lang/ocaml-4.02:=[ocamlopt?]
 RDEPEND=${DEPEND}
+   !dev-lang/ocaml-4.02
!dev-ml/findlib-1.5.5-r1
 
 S=${WORKDIR}/${P/_p/-}






[gentoo-commits] gentoo-x86 commit in www-apps/cgit: cgit-0.11.1.ebuild ChangeLog

2015-03-05 Thread Robin H. Johnson (robbat2)
robbat2 15/03/05 17:19:02

  Modified: ChangeLog
  Added:cgit-0.11.1.ebuild
  Log:
  Bump for infra use.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.30 www-apps/cgit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   20 Jan 2015 16:03:47 -  1.29
+++ ChangeLog   5 Mar 2015 17:19:02 -   1.30
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/cgit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.29 2015/01/20 
16:03:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.30 2015/03/05 
17:19:02 robbat2 Exp $
+
+*cgit-0.11.1 (05 Mar 2015)
+
+  05 Mar 2015; Robin H. Johnson robb...@gentoo.org +cgit-0.11.1.ebuild:
+  Bump for infra use.
 
 *cgit-0.10.2 (20 Jan 2015)
 



1.1  www-apps/cgit/cgit-0.11.1.ebuild

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

Index: cgit-0.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.11.1.ebuild,v 1.1 
2015/03/05 17:19:02 robbat2 Exp $

EAPI=5

WEBAPP_MANUAL_SLOT=yes

inherit webapp eutils multilib user toolchain-funcs

[[ -z ${CGIT_CACHEDIR} ]]  CGIT_CACHEDIR=/var/cache/${PN}/

GIT_V=2.0.1

DESCRIPTION=a fast web-interface for git repositories
HOMEPAGE=http://git.zx2c4.com/cgit/about;
SRC_URI=mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz
http://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc +highlight +lua +jit

RDEPEND=
dev-vcs/git
sys-libs/zlib
dev-libs/openssl:0
virtual/httpd-cgi
highlight? ( || ( dev-python/pygments app-text/highlight ) )
lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua ) )

# ebuilds without WEBAPP_MANUAL_SLOT=yes are broken
DEPEND=${RDEPEND}
!www-apps/cgit-0.8.3.3
doc? ( app-text/docbook-xsl-stylesheets
=app-text/asciidoc-8.5.1 )


pkg_setup() {
webapp_pkg_setup
enewuser ${PN}
}

src_prepare() {
rmdir git || die
mv ${WORKDIR}/git-${GIT_V} git || die

echo prefix = ${EPREFIX}/usr  cgit.conf
echo libdir = ${EPREFIX}/usr/$(get_libdir)  cgit.conf
echo CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}  cgit.conf
echo CGIT_DATA_PATH = ${MY_HTDOCSDIR}  cgit.conf
echo CACHE_ROOT = ${CGIT_CACHEDIR}  cgit.conf
echo DESTDIR = ${D}  cgit.conf
if use lua; then
if use jit; then
echo LUA_PKGCONFIG = luajit  cgit.conf
else
echo LUA_PKGCONFIG = lua  cgit.conf
fi
else
echo NO_LUA = 1  cgit.conf
fi
}

src_compile() {
emake V=1 AR=$(tc-getAR) CC=$(tc-getCC) CFLAGS=${CFLAGS} 
LDFLAGS=${LDFLAGS}
use doc  emake V=1 doc-man
}

src_install() {
webapp_src_preinst

emake V=1 AR=$(tc-getAR) CC=$(tc-getCC) CFLAGS=${CFLAGS} 
LDFLAGS=${LDFLAGS} install

insinto /etc
doins ${FILESDIR}/cgitrc

dodoc README
use doc  doman cgitrc.5

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install

keepdir ${CGIT_CACHEDIR}
fowners ${PN}:${PN} ${CGIT_CACHEDIR}
fperms 700 ${CGIT_CACHEDIR}
}

pkg_postinst() {
webapp_pkg_postinst
ewarn If you intend to run cgit using web server's user
ewarn you should change ${CGIT_CACHEDIR} permissions.
}






[gentoo-commits] gentoo-x86 commit in lxde-base/lxmenu-data: lxmenu-data-0.1.4.ebuild ChangeLog

2015-03-05 Thread Pavel Kazakov (nullishzero)
nullishzero15/03/05 17:20:34

  Modified: ChangeLog
  Added:lxmenu-data-0.1.4.ebuild
  Log:
  Version bump; thanks to jospezial
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x39E7AB2E)

Revision  ChangesPath
1.22 lxde-base/lxmenu-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Mar 2015 08:05:05 -   1.21
+++ ChangeLog   5 Mar 2015 17:20:34 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for lxde-base/lxmenu-data
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.21 
2015/03/03 08:05:05 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.22 
2015/03/05 17:20:34 nullishzero Exp $
+
+*lxmenu-data-0.1.4 (05 Mar 2015)
+
+  05 Mar 2015; Pavel Kazakov nullishz...@gentoo.org 
+lxmenu-data-0.1.4.ebuild:
+  Version bump; thanks to jospezial
 
   03 Mar 2015; Yixun Lan d...@gentoo.org lxmenu-data-0.1.2.ebuild:
   add arm64 support, tested on A53 board



1.1  lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild?rev=1.1content-type=text/plain

Index: lxmenu-data-0.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild,v 1.1 
2015/03/05 17:20:34 nullishzero Exp $

EAPI=5

DESCRIPTION=Provides files needed for LXDE application menus
HOMEPAGE=http://lxde.sourceforge.net/;
SRC_URI=mirror://sourceforge/lxde/${P}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux
IUSE=

RDEPEND=
DEPEND=sys-devel/gettext
=dev-util/intltool-0.40.0
virtual/pkgconfig

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS README
}






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2015-03-05 Thread Ian Stakenvicius
commit: 763385d098b64e824c407b0798b06d3328561a1e
Author: Ian Stakenvicius axs AT gentoo DOT org
AuthorDate: Thu Mar  5 17:41:17 2015 +
Commit: Ian Stakenvicius axs AT gentoo DOT org
CommitDate: Thu Mar  5 17:41:17 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=763385d0

bumped nspr dep to 4.10.8 as per bug 542290

 www-client/firefox/firefox-37.0_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-37.0_beta1.ebuild 
b/www-client/firefox/firefox-37.0_beta1.ebuild
index 813338e..5fd750a 100644
--- a/www-client/firefox/firefox-37.0_beta1.ebuild
+++ b/www-client/firefox/firefox-37.0_beta1.ebuild
@@ -59,7 +59,7 @@ ASM_DEPEND==dev-lang/yasm-1.1
 # Mesa 7.10 needed for WebGL + bugfixes
 RDEPEND=
=dev-libs/nss-3.17.4
-   =dev-libs/nspr-4.10.7
+   =dev-libs/nspr-4.10.8
selinux? ( sec-policy/selinux-mozilla )
 
 DEPEND=${RDEPEND}



[gentoo-commits] gentoo-x86 commit in dev-ml/camlp4: ChangeLog camlp4-4.02.1_p3.ebuild

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 17:46:09

  Modified: ChangeLog
  Added:camlp4-4.02.1_p3.ebuild
  Log:
  version bump
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.6  dev-ml/camlp4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   5 Mar 2015 17:30:58 -   1.5
+++ ChangeLog   5 Mar 2015 17:46:09 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/camlp4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.5 2015/03/05 
17:30:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.6 2015/03/05 
17:46:09 aballier Exp $
+
+*camlp4-4.02.1_p3 (05 Mar 2015)
+
+  05 Mar 2015; Alexis Ballier aball...@gentoo.org +camlp4-4.02.1_p3.ebuild:
+  version bump
 
   05 Mar 2015; Alexis Ballier aball...@gentoo.org camlp4-4.02.1_p2.ebuild:
   block old ocaml versions



1.1  dev-ml/camlp4/camlp4-4.02.1_p3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild?rev=1.1content-type=text/plain

Index: camlp4-4.02.1_p3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild,v 1.1 
2015/03/05 17:46:09 aballier Exp $

EAPI=5

MY_PV=${PV/_p/+}
MY_P=${PN}-${MY_PV}

DESCRIPTION=System for writing extensible parsers for programming languages
HOMEPAGE=https://github.com/ocaml/camlp4;
SRC_URI=https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux
IUSE=+ocamlopt

DEPEND==dev-lang/ocaml-4.02:=[ocamlopt?]
RDEPEND=${DEPEND}
!dev-lang/ocaml-4.02
!dev-ml/findlib-1.5.5-r1

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

src_configure() {
./configure \
--bindir=${EPREFIX}/usr/bin \
--libdir=$(ocamlc -where) \
--pkgdir=$(ocamlc -where) \
|| die
}

src_compile() {
emake byte
use ocamlopt  emake native
}

src_install() {
emake DESTDIR=${D} install install-META
dodoc CHANGES.md README.md
}






[gentoo-commits] gentoo-x86 commit in net-misc/putty: ChangeLog putty-0.64.ebuild

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:19:59

  Modified: ChangeLog putty-0.64.ebuild
  Log:
  Stable for HPPA (bug #542098).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.107net-misc/putty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   4 Mar 2015 14:37:05 -   1.106
+++ ChangeLog   5 Mar 2015 08:19:59 -   1.107
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/putty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.106 2015/03/04 
14:37:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.107 2015/03/05 
08:19:59 jer Exp $
+
+  05 Mar 2015; Jeroen Roovers j...@gentoo.org putty-0.64.ebuild:
+  Stable for HPPA (bug #542098).
 
 *putty-0.64 (04 Mar 2015)
 



1.2  net-misc/putty/putty-0.64.ebuild

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

Index: putty-0.64.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.64.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- putty-0.64.ebuild   4 Mar 2015 14:37:05 -   1.1
+++ putty-0.64.ebuild   5 Mar 2015 08:19:59 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.64.ebuild,v 1.1 
2015/03/04 14:37:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.64.ebuild,v 1.2 
2015/03/05 08:19:59 jer Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils toolchain-funcs
@@ -10,7 +10,7 @@
 LICENSE=MIT
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~sparc ~x86
+KEYWORDS=~alpha ~amd64 hppa ~ppc ~sparc ~x86
 IUSE=doc +gtk ipv6 kerberos
 SRC_URI=
http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2






[gentoo-commits] gentoo-x86 commit in media-sound/timidity-freepats: metadata.xml timidity-freepats-20060219-r1.ebuild ChangeLog

2015-03-05 Thread Justin Lecher (jlec)
jlec15/03/05 08:21:06

  Modified: metadata.xml ChangeLog
  Added:timidity-freepats-20060219-r1.ebuild
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  media-sound/timidity-freepats/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/timidity-freepats/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml3 Dec 2006 17:36:03 -   1.1
+++ metadata.xml5 Mar 2015 08:21:06 -   1.2
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsound/herd
+  herdsound/herd
 /pkgmetadata



1.14 media-sound/timidity-freepats/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/timidity-freepats/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Mar 2011 19:29:01 -  1.13
+++ ChangeLog   5 Mar 2015 08:21:06 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/timidity-freepats
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-freepats/ChangeLog,v 
1.13 2011/03/16 19:29:01 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-freepats/ChangeLog,v 
1.14 2015/03/05 08:21:06 jlec Exp $
+
+*timidity-freepats-20060219-r1 (05 Mar 2015)
+
+  05 Mar 2015; Justin Lecher j...@gentoo.org
+  +timidity-freepats-20060219-r1.ebuild, metadata.xml:
+  Bump to EAPI=5
 
   16 Mar 2011; Kacper Kowalik xarthis...@gentoo.org
   timidity-freepats-20060219.ebuild:
@@ -57,4 +63,3 @@
   +timidity-freepats-20060219.ebuild:
   Add freepats patchset, that is released under GPL-2 (plus exception similar
   to classpath's), not as complete as the other ones, but free.
-



1.1  
media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild?rev=1.1content-type=text/plain

Index: timidity-freepats-20060219-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild,v
 1.1 2015/03/05 08:21:06 jlec Exp $

EAPI=5

MY_PN=${PN/timidity-/}

DESCRIPTION=Free and open set of instrument patches
HOMEPAGE=http://freepats.opensrc.org/;
SRC_URI=${HOMEPAGE}/${MY_PN}-${PV}.tar.bz2

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

RESTRICT=binchecks strip

RDEPEND=
DEPEND==app-admin/eselect-timidity-20061203

S=${WORKDIR}/${MY_PN}

src_prepare() {
echo dir ${EPREFIX}/usr/share/timidity/${MY_PN}  timidity.cfg || die
cat freepats.cfg  timidity.cfg || due
}

src_install() {
insinto /usr/share/timidity/${MY_PN}
doins -r timidity.cfg Drum_000 Tone_000
dodoc README
}

pkg_postinst() {
eselect timidity update --global --if-unset
}






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

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:44:37

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

Revision  ChangesPath
1.396x11-misc/xscreensaver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -r1.395 -r1.396
--- ChangeLog   3 Mar 2015 12:18:38 -   1.395
+++ ChangeLog   5 Mar 2015 08:44:37 -   1.396
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xscreensaver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.395 
2015/03/03 12:18:38 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.396 
2015/03/05 08:44:37 jer Exp $
+
+  05 Mar 2015; Jeroen Roovers j...@gentoo.org -xscreensaver-5.30.ebuild,
+  -files/xscreensaver-5.29-pragma.patch:
+  Old.
 
   03 Mar 2015; Yixun Lan d...@gentoo.org xscreensaver-5.32.ebuild:
   add arm64 support, tested on A53 board






[gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver/files: xscreensaver-5.29-pragma.patch

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:44:37

  Removed:  xscreensaver-5.29-pragma.patch
  Log:
  Old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in sci-mathematics/gimps: gimps-28.5.ebuild gimps-27.9-r2.ebuild ChangeLog

2015-03-05 Thread Justin Lecher (jlec)
jlec15/03/05 08:32:40

  Modified: gimps-28.5.ebuild gimps-27.9-r2.ebuild ChangeLog
  Log:
  Drop RESTRICT=binchecks in favour of QA_
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  sci-mathematics/gimps/gimps-28.5.ebuild

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

Index: gimps-28.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gimps-28.5.ebuild   10 Aug 2014 17:36:05 -  1.5
+++ gimps-28.5.ebuild   5 Mar 2015 08:32:40 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v 
1.5 2014/08/10 17:36:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v 
1.6 2015/03/05 08:32:40 jlec Exp $
 
 EAPI=4
 
@@ -23,8 +23,6 @@
 DEPEND=
 RDEPEND=net-misc/curl
 
-RESTRICT=binchecks
-
 S=${WORKDIR}
 I=/opt/gimps
 



1.4  sci-mathematics/gimps/gimps-27.9-r2.ebuild

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

Index: gimps-27.9-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gimps-27.9-r2.ebuild4 May 2014 08:31:07 -   1.3
+++ gimps-27.9-r2.ebuild5 Mar 2015 08:32:40 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9-r2.ebuild,v 1.3 
2014/05/04 08:31:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9-r2.ebuild,v 1.4 
2015/03/05 08:32:40 jlec Exp $
 
 EAPI=4
 
@@ -23,8 +23,6 @@
 DEPEND=
 RDEPEND=net-misc/curl
 
-RESTRICT=binchecks
-
 S=${WORKDIR}
 I=/opt/gimps
 



1.73 sci-mathematics/gimps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   10 Aug 2014 17:36:05 -  1.72
+++ ChangeLog   5 Mar 2015 08:32:40 -   1.73
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/gimps
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.72 
2014/08/10 17:36:05 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.73 
2015/03/05 08:32:40 jlec Exp $
+
+  05 Mar 2015; Justin Lecher j...@gentoo.org gimps-27.9-r2.ebuild,
+  gimps-28.5.ebuild:
+  Drop RESTRICT=binchecks in favour of QA_
 
   10 Aug 2014; Agostino Sarubbo a...@gentoo.org gimps-28.5.ebuild:
   Stable for x86, wrt bug #516888






[gentoo-commits] gentoo-x86 commit in net-im/msnlib: msnlib-3.8-r1.ebuild msnlib-3.8-r2.ebuild ChangeLog

2015-03-05 Thread Ian Delaney (idella4)
idella4 15/03/05 08:52:52

  Modified: msnlib-3.8-r1.ebuild ChangeLog
  Added:msnlib-3.8-r2.ebuild
  Log:
  revbump; conversion - distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  net-im/msnlib/msnlib-3.8-r1.ebuild

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

Index: msnlib-3.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- msnlib-3.8-r1.ebuild5 Aug 2014 18:34:07 -   1.5
+++ msnlib-3.8-r1.ebuild5 Mar 2015 08:52:52 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.8-r1.ebuild,v 1.5 
2014/08/05 18:34:07 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.8-r1.ebuild,v 1.6 
2015/03/05 08:52:52 idella4 Exp $
 
 EAPI=2
 PYTHON_DEPEND=2



1.39 net-im/msnlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   5 Aug 2014 18:34:07 -   1.38
+++ ChangeLog   5 Mar 2015 08:52:52 -   1.39
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/msnlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.38 2014/08/05 
18:34:07 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.39 2015/03/05 
08:52:52 idella4 Exp $
+
+*msnlib-3.8-r2 (05 Mar 2015)
+
+  05 Mar 2015; Ian Delaney idel...@gentoo.org +msnlib-3.8-r2.ebuild,
+  msnlib-3.8-r1.ebuild:
+  revbump; conversion - distutils-r1
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org msnlib-3.8-r1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1  net-im/msnlib/msnlib-3.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/msnlib/msnlib-3.8-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/msnlib/msnlib-3.8-r2.ebuild?rev=1.1content-type=text/plain

Index: msnlib-3.8-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.8-r2.ebuild,v 1.1 
2015/03/05 08:52:52 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
PYTHON_REQ_USE=tk

inherit distutils-r1 multilib

DESCRIPTION=A Python MSN messenger protocol library and client
HOMEPAGE=http://blitiri.com.ar/p/msnlib/;
SRC_URI=http://blitiri.com.ar/p/${PN}/files/${PV}/${P}.tar.bz2;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=tk

DEPEND=
RDEPEND=

pkg_setup() {
python-single-r1_pkg_setup
}

python_prepare() {
distutils-r1_python_prepare
python_fix_shebang msn utils/msntk
}

python_install_all() {
local DOCS=( README msnrc.sample )
distutils-r1_python_install_all
}

python_install() {
distutils-r1_python_install
dobin msnsetup
python_doscript msn
use tk  python_doscript utils/msntk
}






[gentoo-commits] gentoo-x86 commit in net-firewall/firehol/files: fireqos.initrd firehol.initrd.1 fireqos.conf.d firehol.initrd

2015-03-05 Thread Alon Bar-Lev (alonbl)
alonbl  15/03/05 09:18:08

  Modified: firehol.initrd.1
  Added:fireqos.initrd fireqos.conf.d
  Removed:  firehol.initrd
  Log:
  Version bump, bug#542148
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.2  net-firewall/firehol/files/firehol.initrd.1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1?r1=1.1r2=1.2

Index: firehol.initrd.1
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firehol.initrd.112 Jun 2012 10:04:12 -  1.1
+++ firehol.initrd.15 Mar 2015 09:18:08 -   1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1,v 1.1 
2012/06/12 10:04:12 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd.1,v 1.2 
2015/03/05 09:18:08 alonbl Exp $
 
 extra_commands=save panic try
 extra_started_commands=reload



1.1  net-firewall/firehol/files/fireqos.initrd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/fireqos.initrd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/fireqos.initrd?rev=1.1content-type=text/plain

Index: fireqos.initrd
===
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/fireqos.initrd,v 
1.1 2015/03/05 09:18:08 alonbl Exp $

depend() {
need localmount
after bootmisc
before net
}

checkrules() {
if [ ! -f ${FIREQOS_CONF} ]; then
eerror Not starting FireQOS. Create ${FIREQOS_CONF}
eerror and fill it with some rules.
eerror man fireqos.conf for more info.
return 1
fi
}

start() {
checkrules || return 1
ebegin Starting FireQOS
/usr/sbin/fireqos start ${FIREQOS_CONF} -- 
${FIREQOS_EXTRA_ARGS}  /dev/null
eend $? 
}

stop() {
ebegin Stopping FireQOS
/usr/sbin/fireqos stop  /dev/null
eend $?
}

restart() {
ebegin Restarting FireQOS
svc_stop;
svc_start;
eend $?
}

status() {
ebegin Showing FireQOS status
/usr/sbin/fireqos status
eend $?
}



1.1  net-firewall/firehol/files/fireqos.conf.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/fireqos.conf.d?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/fireqos.conf.d?rev=1.1content-type=text/plain

Index: fireqos.conf.d
===
#Locate of FireQOS conf file
FIREQOS=/etc/firehol/fireqos.conf






[gentoo-commits] gentoo-x86 commit in net-firewall/firehol: firehol-2.0.1.ebuild ChangeLog

2015-03-05 Thread Alon Bar-Lev (alonbl)
alonbl  15/03/05 09:18:08

  Modified: ChangeLog
  Added:firehol-2.0.1.ebuild
  Log:
  Version bump, bug#542148
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.54 net-firewall/firehol/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   14 Dec 2012 10:03:29 -  1.53
+++ ChangeLog   5 Mar 2015 09:18:08 -   1.54
@@ -1,6 +1,13 @@
 # ChangeLog for net-firewall/firehol
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.53 
2012/12/14 10:03:29 alonbl Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.54 
2015/03/05 09:18:08 alonbl Exp $
+
+*firehol-2.0.1 (05 Mar 2015)
+
+  05 Mar 2015; Alon Bar-Lev alo...@gentoo.org +files/fireqos.conf.d,
+  +files/fireqos.initrd, +firehol-2.0.1.ebuild, -files/firehol.initrd,
+  files/firehol.initrd.1:
+  Version bump, bug#542148
 
   14 Dec 2012; Alon Bar-Lev alo...@gentoo.org metadata.xml:
   Assign as a maintainer



1.1  net-firewall/firehol/firehol-2.0.1.ebuild

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

Index: firehol-2.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild,v 
1.1 2015/03/05 09:18:08 alonbl Exp $

EAPI=5
inherit eutils linux-info

DESCRIPTION=iptables firewall generator
HOMEPAGE=http://firehol.sourceforge.net/;
SRC_URI=http://firehol.org/download/releases/v${PV}/${P}.tar.xz;

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

DEPEND=sys-apps/iproute2
RDEPEND=net-firewall/iptables
sys-apps/iproute2[-minimal]
virtual/modutils

pkg_setup() {
local KCONFIG_OPTS=~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT 
~NF_NAT_FTP ~NF_NAT_IRC \
~IP_NF_IPTABLES ~IP_NF_FILTER ~IP_NF_TARGET_REJECT 
~IP_NF_TARGET_LOG ~IP_NF_TARGET_ULOG \
~IP_NF_TARGET_MASQUERADE ~IP_NF_TARGET_REDIRECT ~IP_NF_MANGLE \
~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_STATE 
~NETFILTER_XT_MATCH_OWNER

get_version
if [ ${KV_PATCH} -ge 25 ]; then
CONFIG_CHECK=~NF_CONNTRACK ${KCONFIG_OPTS}
else
CONFIG_CHECK=~NF_CONNTRACK_ENABLED ${KCONFIG_OPTS}
fi
linux-info_pkg_setup
}

src_configure() {
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--with-autosave=${EPREFIX}/etc/conf.d/iptables \
--with-autosave=${EPREFIX}/etc/conf.d/ip6tables
}

src_install() {
default

newconfd ${FILESDIR}/firehol.conf.d firehol
newinitd ${FILESDIR}/firehol.initrd.1 firehol
newconfd ${FILESDIR}/fireqos.conf.d fireqos
newinitd ${FILESDIR}/fireqos.initrd fireqos

# no --disable-doc yet
use doc || rm -fr ${D}/usr/share/doc/${PF}/*.pdf 
${D}/usr/share/doc/${PF}/html
}






[gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools/files: squashfs-tools-4.0-read-ret.patch squashfs-tools-4.0-progress-bar.patch squashfs-tools-3.3-posix.patch

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:04:30

  Removed:  squashfs-tools-4.0-read-ret.patch
squashfs-tools-4.0-progress-bar.patch
squashfs-tools-3.3-posix.patch
  Log:
  Remove obsolete pkg_postinst() messages (bug #440586).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools: ChangeLog squashfs-tools-4.3.ebuild

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:04:30

  Modified: ChangeLog squashfs-tools-4.3.ebuild
  Log:
  Remove obsolete pkg_postinst() messages (bug #440586).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.108sys-fs/squashfs-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   28 Sep 2014 11:02:46 -  1.107
+++ ChangeLog   5 Mar 2015 08:04:30 -   1.108
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/squashfs-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.107 
2014/09/28 11:02:46 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.108 
2015/03/05 08:04:30 jer Exp $
+
+  05 Mar 2015; Jeroen Roovers j...@gentoo.org squashfs-tools-4.3.ebuild,
+  -files/squashfs-tools-3.3-posix.patch,
+  -files/squashfs-tools-4.0-progress-bar.patch,
+  -files/squashfs-tools-4.0-read-ret.patch:
+  Remove obsolete pkg_postinst() messages (bug #440586).
 
   28 Sep 2014; Anthony G. Basile bluen...@gentoo.org
   squashfs-tools-4.3.ebuild:



1.7  sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild?r1=1.6r2=1.7

Index: squashfs-tools-4.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- squashfs-tools-4.3.ebuild   28 Sep 2014 11:02:46 -  1.6
+++ squashfs-tools-4.3.ebuild   5 Mar 2015 08:04:30 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild,v 1.6 
2014/09/28 11:02:46 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild,v 1.7 
2015/03/05 08:04:30 jer Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -48,9 +48,3 @@
dobin mksquashfs unsquashfs
dodoc ../README
 }
-
-pkg_postinst() {
-   ewarn This version of mksquashfs requires a 2.6.29 kernel or better
-   use xz 
-   ewarn XZ support requires a 2.6.38 kernel or better
-}






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

2015-03-05 Thread Jeroen Roovers (jer)
jer 15/03/05 08:13:31

  Modified: ChangeLog
  Added:wireshark-1.12.4.ebuild
  Log:
  Version bump (bug #542206).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.695net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -r1.694 -r1.695
--- ChangeLog   5 Feb 2015 09:34:24 -   1.694
+++ ChangeLog   5 Mar 2015 08:13:31 -   1.695
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.694 
2015/02/05 09:34:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.695 
2015/03/05 08:13:31 jer Exp $
+
+*wireshark-1.12.4 (05 Mar 2015)
+
+  05 Mar 2015; Jeroen Roovers j...@gentoo.org +wireshark-1.12.4.ebuild:
+  Version bump (bug #542206).
 
 *wireshark-1.99.2 (05 Feb 2015)
 



1.1  net-analyzer/wireshark/wireshark-1.12.4.ebuild

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

Index: wireshark-1.12.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.1 
2015/03/05 08:13:31 jer Exp $

EAPI=5
inherit autotools eutils fcaps multilib qt4-r2 user

DESCRIPTION=A network protocol analyzer formerly known as ethereal
HOMEPAGE=http://www.wireshark.org/;
SRC_URI=${HOMEPAGE}download/src/all-versions/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
portaudio +qt4 qt5 sbc selinux smi ssl zlib

REQUIRED_USE=
ssl? ( crypt )
?? ( qt4 qt5 )


GTK_COMMON_DEPEND=
x11-libs/gdk-pixbuf
x11-libs/pango
x11-misc/xdg-utils

CDEPEND=
=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl:3 )
adns? ( =net-dns/c-ares-1.5 )
crypt? ( dev-libs/libgcrypt:0 )
caps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk3? (
${GTK_COMMON_DEPEND}
x11-libs/gtk+:3
)
kerberos? ( virtual/krb5 )
lua? ( =dev-lang/lua-5.1 )
pcap? ( net-libs/libpcap )
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
x11-misc/xdg-utils
)
sbc? ( media-libs/sbc )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )

# We need perl for `pod2html`.  The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND=
${CDEPEND}
dev-lang/perl
!virtual/perl-Pod-Simple-3.170
!perl-core/Pod-Simple-3.170
doc? (
app-doc/doxygen
app-text/asciidoc
dev-libs/libxml2
dev-libs/libxslt
doc-pdf? ( dev-java/fop )
www-client/lynx
)
sys-devel/bison
sys-devel/flex
virtual/pkgconfig

RDEPEND=
${CDEPEND}
gtk3? ( virtual/freedesktop-icon-theme )
qt4? ( virtual/freedesktop-icon-theme )
qt5? ( virtual/freedesktop-icon-theme )
selinux? ( sec-policy/selinux-wireshark )


pkg_setup() {
enewgroup wireshark
}

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.6.13-ldflags.patch \
${FILESDIR}/${PN}-1.11.0-oldlibs.patch \
${FILESDIR}/${PN}-1.11.3-gtk-deprecated-warnings.patch \
${FILESDIR}/${PN}-1.99.0-qt5.patch \
${FILESDIR}/${PN}-1.99.1-sbc.patch

epatch_user

eautoreconf
}

src_configure() {
local myconf

 

[gentoo-commits] gentoo-x86 commit in app-text/qpdfview: qpdfview-0.4.13-r1.ebuild qpdfview-0.4.14.ebuild ChangeLog qpdfview-0.4.13.ebuild

2015-03-05 Thread Ben de Groot (yngwin)
yngwin  15/03/05 13:48:24

  Modified: qpdfview-0.4.14.ebuild ChangeLog
  Added:qpdfview-0.4.13-r1.ebuild
  Removed:  qpdfview-0.4.13.ebuild
  Log:
  Use eclass functions, which makes this compatible with stable qt4 again.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.2  app-text/qpdfview/qpdfview-0.4.14.ebuild

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

Index: qpdfview-0.4.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qpdfview-0.4.14.ebuild  5 Mar 2015 13:37:24 -   1.1
+++ qpdfview-0.4.14.ebuild  5 Mar 2015 13:48:24 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.14.ebuild,v 
1.1 2015/03/05 13:37:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.14.ebuild,v 
1.2 2015/03/05 13:48:24 yngwin Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
djvu? ( app-text/djvu )
fitz? ( app-text/mupdf:0/1.4 )
postscript? ( app-text/libspectre )
-   qt4? ( =dev-qt/qtcore-4.8.6-r1:4[iconv]
+   qt4? ( dev-qt/qtcore:4[iconv]
dev-qt/qtgui:4
dbus? ( dev-qt/qtdbus:4 )
pdf? ( app-text/poppler[qt4] )
@@ -47,8 +47,8 @@
 src_prepare() {
prepare_locale() {
local _lrel
-   use qt4  _lrel=${EPREFIX}/usr/$(get_libdir)/qt4/bin/lrelease
-   use qt5  _lrel=${EPREFIX}/usr/$(get_libdir)/qt5/bin/lrelease
+   use qt4  _lrel=$(qt4_get_bindir)/lrelease
+   use qt5  _lrel=$(qt5_get_bindir)/lrelease
${_lrel} translations/${PN}_${1}.ts || die preparing ${1} 
locale failed
}
 



1.67 app-text/qpdfview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   5 Mar 2015 13:37:24 -   1.66
+++ ChangeLog   5 Mar 2015 13:48:24 -   1.67
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/qpdfview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.66 
2015/03/05 13:37:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.67 
2015/03/05 13:48:24 yngwin Exp $
+
+*qpdfview-0.4.13-r1 (05 Mar 2015)
+
+  05 Mar 2015; Ben de Groot yng...@gentoo.org +qpdfview-0.4.13-r1.ebuild,
+  -qpdfview-0.4.13.ebuild, qpdfview-0.4.14.ebuild:
+  Use eclass functions, which makes this compatible with stable qt4 again.
 
 *qpdfview-0.4.14 (05 Mar 2015)
 



1.1  app-text/qpdfview/qpdfview-0.4.13-r1.ebuild

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

Index: qpdfview-0.4.13-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild,v 1.1 
2015/03/05 13:48:24 yngwin Exp $

EAPI=5

PLOCALES=ast az bg bs ca cs da de el en_GB eo es eu fi fr gl he hr id it kk ko 
ky lt ms my pl pt pt_BR ro ru sk sv tr ug uk vi zh_CN
inherit eutils l10n multilib qmake-utils

DESCRIPTION=A tabbed document viewer
HOMEPAGE=http://launchpad.net/qpdfview;
SRC_URI=https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=cups dbus djvu fitz +pdf postscript +qt4 qt5 sqlite +svg synctex

REQUIRED_USE=^^ ( qt4 qt5 )
?? ( fitz pdf )

RDEPEND=cups? ( net-print/cups )
djvu? ( app-text/djvu )
fitz? ( app-text/mupdf:0/1.4 )
postscript? ( app-text/libspectre 

[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 13:50:46

  Modified: ffmpeg-.ebuild ChangeLog
  Log:
  convert to RESTRICT=bindist, bug #541588
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.186media-video/ffmpeg/ffmpeg-.ebuild

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

Index: ffmpeg-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ffmpeg-.ebuild  18 Feb 2015 14:36:26 -  1.185
+++ ffmpeg-.ebuild  5 Mar 2015 13:50:46 -   1.186
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v 
1.185 2015/02/18 14:36:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-.ebuild,v 
1.186 2015/03/05 13:50:46 aballier Exp $
 
 EAPI=5
 
@@ -95,7 +95,7 @@
 )
 
 IUSE=
-   alsa bindist +encode examples jack oss pic static-libs test v4l
+   alsa +encode examples jack oss pic static-libs test v4l
${FFMPEG_FLAG_MAP[@]%:*}
${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
 
@@ -269,15 +269,15 @@
)
 
 REQUIRED_USE=
-   bindist? (
-   encode? ( !faac !aacplus )
-   gpl? ( !openssl !fdk )
-   )
libv4l? ( v4l )
fftools_cws2fws? ( zlib )
test? ( encode )
${GPL_REQUIRED_USE}
${CPU_REQUIRED_USE}
+RESTRICT=
+   encode? ( faac? ( bindist ) aacplus? ( bindist ) )
+   gpl? ( openssl? ( bindist ) fdk? ( bindist ) )
+
 
 S=${WORKDIR}/${P/_/-}
 



1.838media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -r1.837 -r1.838
--- ChangeLog   20 Feb 2015 11:17:36 -  1.837
+++ ChangeLog   5 Mar 2015 13:50:46 -   1.838
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.837 
2015/02/20 11:17:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.838 
2015/03/05 13:50:46 aballier Exp $
+
+  05 Mar 2015; Alexis Ballier aball...@gentoo.org ffmpeg-.ebuild:
+  convert to RESTRICT=bindist, bug #541588
 
 *ffmpeg-2.2.13 (20 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-1.2.11.ebuild ffmpeg-2.2.12.ebuild ffmpeg-2.5.3.ebuild

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 13:52:08

  Modified: ChangeLog
  Removed:  ffmpeg-1.2.11.ebuild ffmpeg-2.2.12.ebuild
ffmpeg-2.5.3.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.839media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.838
retrieving revision 1.839
diff -u -r1.838 -r1.839
--- ChangeLog   5 Mar 2015 13:50:46 -   1.838
+++ ChangeLog   5 Mar 2015 13:52:08 -   1.839
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.838 
2015/03/05 13:50:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.839 
2015/03/05 13:52:08 aballier Exp $
+
+  05 Mar 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-1.2.11.ebuild,
+  -ffmpeg-2.2.12.ebuild, -ffmpeg-2.5.3.ebuild:
+  remove old
 
   05 Mar 2015; Alexis Ballier aball...@gentoo.org ffmpeg-.ebuild:
   convert to RESTRICT=bindist, bug #541588






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-1.0.10.ebuild ffmpeg-2.2.13.ebuild ffmpeg-1.2.12.ebuild ffmpeg-1.2.6-r1.ebuild ChangeLog

2015-03-05 Thread Alexis Ballier (aballier)
aballier15/03/05 14:00:42

  Modified: ffmpeg-1.0.10.ebuild ffmpeg-2.2.13.ebuild
ffmpeg-1.2.12.ebuild ffmpeg-1.2.6-r1.ebuild
ChangeLog
  Log:
  force libcdio update to shutup repoman warning
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  media-video/ffmpeg/ffmpeg-1.0.10.ebuild

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

Index: ffmpeg-1.0.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ffmpeg-1.0.10.ebuild5 Mar 2015 13:57:08 -   1.4
+++ ffmpeg-1.0.10.ebuild5 Mar 2015 14:00:41 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild,v 
1.4 2015/03/05 13:57:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild,v 
1.5 2015/03/05 14:00:41 aballier Exp $
 
 EAPI=4
 
@@ -56,7 +56,7 @@
amr? ( media-libs/opencore-amr )
bluray? ( media-libs/libbluray )
bzip2? ( app-arch/bzip2 )
-   cdio? ( || ( dev-libs/libcdio-paranoia dev-libs/libcdio-0.90[-minimal] 
) )
+   cdio? ( dev-libs/libcdio-paranoia )
celt? ( =media-libs/celt-0.11.1 )
encode? (
aac? ( media-libs/vo-aacenc )
@@ -130,12 +130,10 @@
export revision=git-N-${FFMPEG_REVISION}
fi
 
-   if has_version dev-libs/libcdio-paranoia; then
-   sed -i \
-   -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \
-   -e 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:' \
-   configure libavdevice/libcdio.c || die
-   fi
+   sed -i \
+   -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \
+   -e 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:' \
+   configure libavdevice/libcdio.c || die
 
epatch ${FILESDIR}/${PN}-1.0.8-freetype251.patch
 }



1.3  media-video/ffmpeg/ffmpeg-2.2.13.ebuild

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

Index: ffmpeg-2.2.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg-2.2.13.ebuild5 Mar 2015 13:57:08 -   1.2
+++ ffmpeg-2.2.13.ebuild5 Mar 2015 14:00:41 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.13.ebuild,v 
1.2 2015/03/05 13:57:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.13.ebuild,v 
1.3 2015/03/05 14:00:41 aballier Exp $
 
 EAPI=5
 
@@ -78,12 +78,7 @@
amr? ( =media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] )
bluray? ( =media-libs/libbluray-0.3.0-r1[${MULTILIB_USEDEP}] )
bzip2? ( =app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-   cdio? (
-   || (
-   
=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}]
-   dev-libs/libcdio-0.90[-minimal,${MULTILIB_USEDEP}]
-   )
-   )
+   cdio? ( =dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
celt? ( =media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] )
encode? (
aac? ( =media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}] )



1.3  media-video/ffmpeg/ffmpeg-1.2.12.ebuild

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

Index: ffmpeg-1.2.12.ebuild
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in dev-python/pyface: ChangeLog pyface-4.3.0.ebuild

2015-03-05 Thread Manuel Rueger (mrueg)
mrueg   15/03/05 13:59:46

  Modified: ChangeLog
  Removed:  pyface-4.3.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.13 dev-python/pyface/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Jan 2014 17:10:03 -  1.12
+++ ChangeLog   5 Mar 2015 13:59:46 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyface
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.12 
2014/01/29 17:10:03 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.13 
2015/03/05 13:59:46 mrueg Exp $
+
+  05 Mar 2015; Manuel Rüger mr...@gentoo.org -pyface-4.3.0.ebuild:
+  Remove old.
 
 *pyface-4.4.0 (29 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in net-firewall/firehol: firehol-2.0.1.ebuild ChangeLog

2015-03-05 Thread Alon Bar-Lev (alonbl)
alonbl  15/03/05 09:41:40

  Modified: firehol-2.0.1.ebuild ChangeLog
  Log:
  fix autosave locations
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.2  net-firewall/firehol/firehol-2.0.1.ebuild

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

Index: firehol-2.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firehol-2.0.1.ebuild5 Mar 2015 09:18:08 -   1.1
+++ firehol-2.0.1.ebuild5 Mar 2015 09:41:39 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild,v 
1.1 2015/03/05 09:18:08 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild,v 
1.2 2015/03/05 09:41:39 alonbl Exp $
 
 EAPI=5
 inherit eutils linux-info
@@ -37,8 +37,8 @@
 src_configure() {
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
-   --with-autosave=${EPREFIX}/etc/conf.d/iptables \
-   --with-autosave=${EPREFIX}/etc/conf.d/ip6tables
+   --with-autosave=${EPREFIX}/var/lib/iptables/rules-save \
+   --with-autosave6=${EPREFIX}/var/lib/ip6tables/rules-save
 }
 
 src_install() {



1.55 net-firewall/firehol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   5 Mar 2015 09:18:08 -   1.54
+++ ChangeLog   5 Mar 2015 09:41:39 -   1.55
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/firehol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.54 
2015/03/05 09:18:08 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.55 
2015/03/05 09:41:39 alonbl Exp $
+
+  05 Mar 2015; Alon Bar-Lev alo...@gentoo.org firehol-2.0.1.ebuild:
+  fix autosave locations
 
 *firehol-2.0.1 (05 Mar 2015)
 






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

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 18:22:53

  Modified: ChangeLog
  Added:cairo-1.14.0-r2.ebuild
  Log:
  Add upstream patches to fix several crashes. Should fix bug #541326 (heap 
corruption in darktable and evince), thanks to sergeev917 and Andrey Volkov.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.409x11-libs/cairo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- ChangeLog   2 Mar 2015 09:20:51 -   1.408
+++ ChangeLog   5 Mar 2015 18:22:53 -   1.409
@@ -1,6 +1,17 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.408 2015/03/02 
09:20:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.409 2015/03/05 
18:22:53 tetromino Exp $
+
+*cairo-1.14.0-r2 (05 Mar 2015)
+
+  05 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +cairo-1.14.0-r2.ebuild, +files/cairo-1.14.0-CFF-unaligned-access.patch,
+  +files/cairo-1.14.0-image-negative-span-length.patch,
+  +files/cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch,
+  +files/cairo-1.14.0-xcb-0-sized-glyph.patch,
+  +files/cairo-1.14.0-xlib-0-sized-glyph.patch:
+  Add upstream patches to fix several crashes. Should fix bug #541326 (heap
+  corruption in darktable and evince), thanks to sergeev917 and Andrey Volkov.
 
   02 Mar 2015; Agostino Sarubbo a...@gentoo.org cairo-1.12.18-r1.ebuild:
   Stable for ppc, wrt bug #540676



1.1  x11-libs/cairo/cairo-1.14.0-r2.ebuild

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

Index: cairo-1.14.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.0-r2.ebuild,v 1.1 
2015/03/05 18:22:53 tetromino Exp $

EAPI=5

inherit eutils flag-o-matic autotools multilib-minimal

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=git://anongit.freedesktop.org/git/cairo
SRC_URI=
else
SRC_URI=http://cairographics.org/releases/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
fi

DESCRIPTION=A vector graphics library with cross-device output support
HOMEPAGE=http://cairographics.org/;
LICENSE=|| ( LGPL-2.1 MPL-1.1 )
SLOT=0
IUSE=X aqua debug directfb drm gallium gles2 +glib opengl openvg qt4 
static-libs +svg valgrind xcb xlib-xcb
# gtk-doc regeneration doesn't seem to work with out-of-source builds
#[[ ${PV} == ** ]]  IUSE=${IUSE} doc # API docs are provided in 
tarball, no need to regenerate

# Test causes a circular depend on gtk+... since gtk+ needs cairo but test 
needs gtk+ so we need to block it
RESTRICT=test

RDEPEND==dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}]
=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
directfb? ( dev-libs/DirectFB )
gles2? ( =media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
glib? ( =dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
opengl? ( || ( =media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] 
media-libs/opengl-apple ) )
openvg? ( =media-libs/mesa-9.1.6[openvg,${MULTILIB_USEDEP}] )
qt4? ( =dev-qt/qtgui-4.8:4[${MULTILIB_USEDEP}] )
X? (
=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
drm? (
=virtual/libudev-208:=[${MULTILIB_USEDEP}]
gallium? ( 
=media-libs/mesa-9.1.6[gallium,${MULTILIB_USEDEP}] )
)
)
xcb? (

[gentoo-commits] gentoo-x86 commit in x11-libs/cairo/files: cairo-1.14.0-xcb-0-sized-glyph.patch cairo-1.14.0-xlib-0-sized-glyph.patch cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch cai

2015-03-05 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/05 18:22:53

  Added:cairo-1.14.0-xcb-0-sized-glyph.patch
cairo-1.14.0-xlib-0-sized-glyph.patch

cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch
cairo-1.14.0-CFF-unaligned-access.patch
cairo-1.14.0-image-negative-span-length.patch
  Log:
  Add upstream patches to fix several crashes. Should fix bug #541326 (heap 
corruption in darktable and evince), thanks to sergeev917 and Andrey Volkov.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.1  x11-libs/cairo/files/cairo-1.14.0-xcb-0-sized-glyph.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-xcb-0-sized-glyph.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-xcb-0-sized-glyph.patch?rev=1.1content-type=text/plain

Index: cairo-1.14.0-xcb-0-sized-glyph.patch
===
From a03f2ff72054c9530f98738aac729354a3f56102 Mon Sep 17 00:00:00 2001
From: Adam Jackson a...@redhat.com
Date: Fri, 31 Oct 2014 13:21:15 -0400
Subject: [PATCH 2/2] xcb: Don't crash when swapping a 0-sized glyph

malloc(0) needn't return NULL, and on glibc, doesn't.  Then we encounter
a loop of the form do { ... } while (--c), which doesn't do quite what
you were hoping for when c is initially 0.

Since there's nothing to swap in this case, just bomb out.

Signed-off-by: Adam Jackson a...@redhat.com
---
 src/cairo-xcb-surface-render.c | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/cairo-xcb-surface-render.c b/src/cairo-xcb-surface-render.c
index 21a89cc..1a086a2 100644
--- a/src/cairo-xcb-surface-render.c
+++ b/src/cairo-xcb-surface-render.c
@@ -4467,6 +4467,9 @@ _cairo_xcb_surface_add_glyph (cairo_xcb_connection_t 
*connection,
const uint8_t *d;
uint8_t *new, *n;
 
+   if (c == 0)
+   break;
+
new = malloc (c);
if (unlikely (new == NULL)) {
status = _cairo_error (CAIRO_STATUS_NO_MEMORY);
@@ -4495,6 +4498,9 @@ _cairo_xcb_surface_add_glyph (cairo_xcb_connection_t 
*connection,
const uint32_t *d;
uint32_t *new, *n;
 
+   if (c == 0)
+   break;
+
new = malloc (4 * c);
if (unlikely (new == NULL)) {
status = _cairo_error (CAIRO_STATUS_NO_MEMORY);
-- 
2.3.1




1.1  x11-libs/cairo/files/cairo-1.14.0-xlib-0-sized-glyph.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-xlib-0-sized-glyph.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-xlib-0-sized-glyph.patch?rev=1.1content-type=text/plain

Index: cairo-1.14.0-xlib-0-sized-glyph.patch
===
From 3cf862f6d973755cd9824c2224fbe0a623c47ff1 Mon Sep 17 00:00:00 2001
From: Adam Jackson a...@redhat.com
Date: Fri, 31 Oct 2014 13:21:14 -0400
Subject: [PATCH 1/2] xlib: Don't crash when swapping a 0-sized glyph

malloc(0) needn't return NULL, and on glibc, doesn't.  Then we encounter
a loop of the form do { ... } while (--c), which doesn't do quite what
you were hoping for when c is initially 0.

Since there's nothing to swap in this case, just bomb out.

Signed-off-by: Adam Jackson a...@redhat.com
---
 src/cairo-xlib-render-compositor.c | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/cairo-xlib-render-compositor.c 
b/src/cairo-xlib-render-compositor.c
index e90df09..8a1ec7b 100644
--- a/src/cairo-xlib-render-compositor.c
+++ b/src/cairo-xlib-render-compositor.c
@@ -1287,6 +1287,9 @@ _cairo_xlib_surface_add_glyph (cairo_xlib_display_t 
*display,
unsigned char   *d;
unsigned char   *new, *n;
 
+   if (c == 0)
+   break;
+
new = malloc (c);
if (!new) {
status = _cairo_error (CAIRO_STATUS_NO_MEMORY);
@@ -1312,6 +1315,9 @@ _cairo_xlib_surface_add_glyph (cairo_xlib_display_t 
*display,
const uint32_t *d;
uint32_t *new, *n;
 
+   if (c == 0)
+   break;
+
new = malloc (4 * c);
if (unlikely (new == NULL)) {
status = _cairo_error (CAIRO_STATUS_NO_MEMORY);
-- 
2.3.1




1.1  
x11-libs/cairo/files/cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.14.0-tor-scan-converter-do_fullrow-intersection.patch?rev=1.1content-type=text/plain

Index: 

[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-weatherng: ChangeLog vdr-weatherng-0.0.8_pre3-r1.ebuild

2015-03-05 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/03/05 18:30:36

  Modified: ChangeLog vdr-weatherng-0.0.8_pre3-r1.ebuild
  Log:
  fixed typo in sed line, txh to T.Foerster on wrt bug 514892
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.27 media-plugins/vdr-weatherng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   8 Jan 2014 19:18:09 -   1.26
+++ ChangeLog   5 Mar 2015 18:30:36 -   1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-weatherng
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v 
1.26 2014/01/08 19:18:09 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v 
1.27 2015/03/05 18:30:36 hd_brummy Exp $
+
+  05 Mar 2015; Joerg Bornkessel hd_bru...@gentoo.org
+  vdr-weatherng-0.0.8_pre3-r1.ebuild:
+  fixed typo in sed line, txh to T.Foerster on wrt bug 514892
 
   08 Jan 2014; Joerg Bornkessel hd_bru...@gentoo.org
   -vdr-weatherng-0.0.8_pre3.ebuild, vdr-weatherng-0.0.8_pre3-r1.ebuild:



1.4  
media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild?r1=1.3r2=1.4

Index: vdr-weatherng-0.0.8_pre3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-weatherng-0.0.8_pre3-r1.ebuild  8 Jan 2014 19:18:09 -   1.3
+++ vdr-weatherng-0.0.8_pre3-r1.ebuild  5 Mar 2015 18:30:36 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild,v
 1.3 2014/01/08 19:18:09 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild,v
 1.4 2015/03/05 18:30:36 hd_brummy Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
# /bin/sh is not necessaryly bash, so explicitly use /bin/bash
sed -e 's#/bin/sh#/bin/bash#' -i examples/weatherng.sh
 
-   sed -i weatherng.c -e s:RegisterI18n:n://RegisterI18n:
+   sed -i weatherng.c -e s:RegisterI18n://RegisterI18n:
 }
 
 src_install() {






[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-common-internals/

2015-03-05 Thread Johannes Huber
commit: dd220498d43b10c84c731d3b244f0a59eb6675ed
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Thu Mar  5 13:04:51 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 18:48:00 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd220498

[kde-apps/ktp-common-internals] Drop media-libs/qt-gstreamer from DEPEND

Package-Manager: portage-2.2.18

 kde-apps/ktp-common-internals/ktp-common-internals-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild 
b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
index 0e7d60d..648cef6 100644
--- a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
@@ -38,7 +38,6 @@ DEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   media-libs/qt-gstreamer[qt5]
net-libs/accounts-qt
net-libs/telepathy-logger-qt:5
=net-libs/telepathy-qt-0.9.5[qt5]



  1   2   3   >