[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-netstoremanager: lc-netstoremanager-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:59:26

  Modified: ChangeLog
  Added:lc-netstoremanager-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-netstoremanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:39:40 -   1.10
+++ ChangeLog   10 Apr 2014 17:59:26 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-netstoremanager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog,v 1.10 
2014/04/03 08:39:40 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog,v 1.11 
2014/04/10 17:59:26 maksbotan Exp $
+
+*lc-netstoremanager-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-netstoremanager-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   lc-netstoremanager-0.6.60.ebuild:



1.1  
app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-netstoremanager-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild,v
 1.1 2014/04/10 17:59:26 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=LeechCraft plugin for supporting and managing Internet data 
storages like Yandex.Disk

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=+googledrive +yandexdisk

DEPEND=~app-leechcraft/lc-core-${PV}
googledrive? (
dev-libs/qjson
sys-apps/file
)
RDEPEND=${DEPEND}

src_configure(){
local mycmakeargs=(
$(cmake-utils_use_enable googledrive 
NETSTOREMANAGER_GOOGLEDRIVE)
$(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK)
)

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-networkmonitor: lc-networkmonitor-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:59:40

  Modified: ChangeLog
  Added:lc-networkmonitor-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-networkmonitor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:41:32 -   1.10
+++ ChangeLog   10 Apr 2014 17:59:40 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-networkmonitor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog,v 1.10 
2014/04/03 08:41:32 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-networkmonitor/ChangeLog,v 1.11 
2014/04/10 17:59:40 maksbotan Exp $
+
+*lc-networkmonitor-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-networkmonitor-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   lc-networkmonitor-0.6.60.ebuild:



1.1  
app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-networkmonitor-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild,v
 1.1 2014/04/10 17:59:40 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=NetworkMonitor watches HTTP requests in for LeechCraft.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-newlife: lc-newlife-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:59:53

  Modified: ChangeLog
  Added:lc-newlife-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-newlife/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:42:45 -   1.10
+++ ChangeLog   10 Apr 2014 17:59:53 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-newlife
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog,v 1.10 
2014/04/03 08:42:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-newlife/ChangeLog,v 1.11 
2014/04/10 17:59:53 maksbotan Exp $
+
+*lc-newlife-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-newlife-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-newlife-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-newlife-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild,v 
1.1 2014/04/10 17:59:53 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=New Life imports settings from various other applications into 
LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






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

2014-04-10 Thread Sebastien Fabbro
commit: d73e26855af17da657e6f494636f437c82e48bfb
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Mon Apr  7 16:56:14 2014 +
Commit: Sebastien Fabbro bicatali AT gentoo DOT org
CommitDate: Mon Apr  7 16:56:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d73e2685

Merge branch 'master' of git://git.overlays.gentoo.org/proj/sci; 
github.com:gentoo-science/sci


 sci-visualization/visit/visit-2.7.2.ebuild | 6 ++
 1 file changed, 6 insertions(+)



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-ooronee: lc-ooronee-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:00:08

  Modified: ChangeLog
  Added:lc-ooronee-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.2  app-leechcraft/lc-ooronee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Mar 2014 14:42:19 -  1.1
+++ ChangeLog   10 Apr 2014 18:00:08 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-ooronee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v 1.1 
2014/03/23 14:42:19 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v 1.2 
2014/04/10 18:00:08 maksbotan Exp $
+
+*lc-ooronee-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-ooronee-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
 *lc-ooronee- (23 Mar 2014)
 



1.1  app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-ooronee-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild,v 
1.1 2014/04/10 18:00:07 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Quark handling text and images droppend onto it

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}
virtual/leechcraft-quark-sideprovider


# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

pkg_postinst() {
elog Install at least some of the following additional LeechCraft 
modules for Ooronee to be useful:
optfeature upload images app-leechcraft/lc-imgaste 
app-leechcraft/lc-blasq
optfeature search via OpenSearch app-leechcraft/lc-seekthru
optfeature search via Google app-leechcraft/lc-pogooglue
}






[gentoo-commits] proj/sci:master commit in: sci-libs/itk/files/, sci-libs/itk/

2014-04-10 Thread Sebastien Fabbro
commit: be1836449dfcf8edc09329c66bb389a879f15fac
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Thu Apr 10 17:59:32 2014 +
Commit: Sebastien Fabbro bicatali AT gentoo DOT org
CommitDate: Thu Apr 10 17:59:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be183644

sci-libs/itk: Version bump. Reworked ebuild

Package-Manager: portage-2.2.8-prefix

---
 sci-libs/itk/ChangeLog |  11 ++
 ...p-TransformFileReader-TransformFileWriter.patch |  50 +++
 ...itkQuasiNewtonOptimizerv4-wrapping-warnin.patch |  28 
 ...itkGradientDescentOptimizerv4-wrapping-wa.patch |  73 ++
 ...OptimizerParameterScalesEstimatorTemplate.patch |  30 
 .../0005-make-gdcm-helper-library-static.patch |  11 ++
 sci-libs/itk/files/nrrdio-linking.patch|  15 ++
 sci-libs/itk/itk-4.5.1.ebuild  | 154 +
 8 files changed, 372 insertions(+)

diff --git a/sci-libs/itk/ChangeLog b/sci-libs/itk/ChangeLog
index 6aeb88a..b68a4b5 100644
--- a/sci-libs/itk/ChangeLog
+++ b/sci-libs/itk/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*itk-4.5.1 (10 Apr 2014)
+
+  10 Apr 2014; Sébastien Fabbro bicat...@gentoo.org
+  +files/0001-BUG-Wrap-TransformFileReader-TransformFileWriter.patch,
+  +files/0002-COMP-Fixed-itkQuasiNewtonOptimizerv4-wrapping-warnin.patch,
+  +files/0003-COMP-Fixed-itkGradientDescentOptimizerv4-wrapping-wa.patch,
+  +files/0004-COMP-Warp-OptimizerParameterScalesEstimatorTemplate.patch,
+  +files/0005-make-gdcm-helper-library-static.patch,
+  +files/nrrdio-linking.patch, +itk-4.5.1.ebuild:
+  sci-libs/itk: Version bump. Reworked ebuild
+
   06 Jan 2014; Justin Lecher j...@gentoo.org metadata.xml:
   Fix missing local USE
 

diff --git 
a/sci-libs/itk/files/0001-BUG-Wrap-TransformFileReader-TransformFileWriter.patch
 
b/sci-libs/itk/files/0001-BUG-Wrap-TransformFileReader-TransformFileWriter.patch
new file mode 100644
index 000..094ee32
--- /dev/null
+++ 
b/sci-libs/itk/files/0001-BUG-Wrap-TransformFileReader-TransformFileWriter.patch
@@ -0,0 +1,50 @@
+From d069b7b94287dae15fcaf707775f5dd2bbebcc38 Mon Sep 17 00:00:00 2001
+From: Matt McCormick matt.mccorm...@kitware.com
+Date: Wed, 5 Feb 2014 15:52:34 -0500
+Subject: [PATCH 1/3] BUG: Wrap TransformFileReader, TransformFileWriter.
+
+Missing CMakeLists.txt in the wrapping directory.  Need to explicitly include
+the headers after Template was appended to the class name.
+
+Suggested-by: Sami Koho sami.k...@gmail.com
+
+Change-Id: I6f994bb18f37d5adf1d0f0311fa73506c41239a7
+---
+ Modules/IO/TransformBase/wrapping/CMakeLists.txt  | 3 +++
+ Modules/IO/TransformBase/wrapping/itkTransformFileReader.wrap | 2 ++
+ Modules/IO/TransformBase/wrapping/itkTransformFileWriter.wrap | 2 ++
+ 3 files changed, 7 insertions(+)
+ create mode 100644 Modules/IO/TransformBase/wrapping/CMakeLists.txt
+
+diff --git a/Modules/IO/TransformBase/wrapping/CMakeLists.txt 
b/Modules/IO/TransformBase/wrapping/CMakeLists.txt
+new file mode 100644
+index 000..6072567
+--- /dev/null
 b/Modules/IO/TransformBase/wrapping/CMakeLists.txt
+@@ -0,0 +1,3 @@
++itk_wrap_module(ITKIOTransformBase)
++itk_auto_load_submodules()
++itk_end_wrap_module()
+diff --git a/Modules/IO/TransformBase/wrapping/itkTransformFileReader.wrap 
b/Modules/IO/TransformBase/wrapping/itkTransformFileReader.wrap
+index 9b52fbc..662df9e 100644
+--- a/Modules/IO/TransformBase/wrapping/itkTransformFileReader.wrap
 b/Modules/IO/TransformBase/wrapping/itkTransformFileReader.wrap
+@@ -1,3 +1,5 @@
++set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
++itk_wrap_include(itkTransformFileReader.h)
+ itk_wrap_class(itk::TransformFileReaderTemplate POINTER)
+   foreach(t ${WRAP_ITK_REAL})
+ itk_wrap_template(${ITKM_${t}} ${ITKT_${t}})
+diff --git a/Modules/IO/TransformBase/wrapping/itkTransformFileWriter.wrap 
b/Modules/IO/TransformBase/wrapping/itkTransformFileWriter.wrap
+index 4f1ac4a..356aaf3 100644
+--- a/Modules/IO/TransformBase/wrapping/itkTransformFileWriter.wrap
 b/Modules/IO/TransformBase/wrapping/itkTransformFileWriter.wrap
+@@ -1,3 +1,5 @@
++set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
++itk_wrap_include(itkTransformFileWriter.h)
+ itk_wrap_class(itk::TransformFileWriterTemplate POINTER)
+   foreach(t ${WRAP_ITK_REAL})
+ itk_wrap_template(${ITKM_${t}} ${ITKT_${t}})
+-- 
+1.8.5.3
+

diff --git 
a/sci-libs/itk/files/0002-COMP-Fixed-itkQuasiNewtonOptimizerv4-wrapping-warnin.patch
 
b/sci-libs/itk/files/0002-COMP-Fixed-itkQuasiNewtonOptimizerv4-wrapping-warnin.patch
new file mode 100644
index 000..4c74d54
--- /dev/null
+++ 
b/sci-libs/itk/files/0002-COMP-Fixed-itkQuasiNewtonOptimizerv4-wrapping-warnin.patch
@@ -0,0 +1,28 @@
+From 66d2955fbe5528d9df216c639277d1d2686447e5 Mon Sep 17 00:00:00 2001
+From: Michka Popoff michkapop...@gmail.com
+Date: Fri, 7 Feb 2014 19:24:49 +0100
+Subject: [PATCH 2/3] COMP: 

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

2014-04-10 Thread Sebastien Fabbro
commit: a5f3da451a5cc8216e6ca352847ee87d718483bb
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Wed Apr  9 15:58:05 2014 +
Commit: Sebastien Fabbro bicatali AT gentoo DOT org
CommitDate: Wed Apr  9 15:58:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a5f3da45

Merge branch 'master' of git://git.overlays.gentoo.org/proj/sci; 
github.com:gentoo-science/sci


 dev-python/ffnet/ChangeLog |  6 ++-
 dev-python/ffnet/Manifest  |  2 +-
 .../{ffnet-0.6.2.ebuild = ffnet-0.7.1.ebuild} | 23 +-
 dev-python/ffnet/metadata.xml  | 10 ++---
 sci-chemistry/gromacs/ChangeLog|  8 
 sci-chemistry/gromacs/Manifest |  4 +-
 ...cs-5.0_beta1.ebuild = gromacs-5.0..ebuild} | 50 +++---
 ...{gromacs-.ebuild = gromacs-5.0_rc1.ebuild} | 43 ++-
 sci-chemistry/gromacs/gromacs-.ebuild  | 39 +
 sci-chemistry/gromacs/metadata.xml | 11 +++--
 sci-mathematics/pulp/ChangeLog |  6 ++-
 sci-mathematics/pulp/Manifest  |  2 +-
 .../pulp/{pulp-1.5.3.ebuild = pulp-1.5.6.ebuild}  | 16 +++
 13 files changed, 120 insertions(+), 100 deletions(-)



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-otlozhu: lc-otlozhu-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:00:23

  Modified: ChangeLog
  Added:lc-otlozhu-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.12 app-leechcraft/lc-otlozhu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2014 08:43:42 -   1.11
+++ ChangeLog   10 Apr 2014 18:00:23 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-otlozhu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog,v 1.11 
2014/04/03 08:43:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-otlozhu/ChangeLog,v 1.12 
2014/04/10 18:00:23 maksbotan Exp $
+
+*lc-otlozhu-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-otlozhu-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-otlozhu-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-otlozhu-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild,v 
1.1 2014/04/10 18:00:23 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
app-leechcraft/liblaretz
=dev-qt/qtgui-4.8:4
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-pintab: lc-pintab-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:00:37

  Modified: ChangeLog
  Added:lc-pintab-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-pintab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:45:09 -   1.10
+++ ChangeLog   10 Apr 2014 18:00:37 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-pintab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog,v 1.10 
2014/04/03 08:45:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pintab/ChangeLog,v 1.11 
2014/04/10 18:00:37 maksbotan Exp $
+
+*lc-pintab-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-pintab-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-pintab-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-pintab-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild,v 1.1 
2014/04/10 18:00:37 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Provides support for pinning tabs for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-pogooglue: lc-pogooglue-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:00:51

  Modified: ChangeLog
  Added:lc-pogooglue-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-pogooglue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:46:18 -   1.10
+++ ChangeLog   10 Apr 2014 18:00:51 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-pogooglue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v 
1.10 2014/04/03 08:46:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v 
1.11 2014/04/10 18:00:51 maksbotan Exp $
+
+*lc-pogooglue-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org 
+lc-pogooglue-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-pogooglue-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-pogooglue-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild,v
 1.1 2014/04/10 18:00:51 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Provides searching with Google to other LeechCraft plugins

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-popishu: lc-popishu-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:01:05

  Modified: ChangeLog
  Added:lc-popishu-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-popishu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:46:54 -   1.10
+++ ChangeLog   10 Apr 2014 18:01:05 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-popishu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog,v 1.10 
2014/04/03 08:46:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog,v 1.11 
2014/04/10 18:01:05 maksbotan Exp $
+
+*lc-popishu-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-popishu-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-popishu-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-popishu-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild,v 
1.1 2014/04/10 18:01:05 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Popishu, the text editor with IDE features for LeechCraft.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
x11-libs/qscintilla
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-poshuku: lc-poshuku-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:01:20

  Modified: ChangeLog
  Added:lc-poshuku-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.12 app-leechcraft/lc-poshuku/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2014 08:49:24 -   1.11
+++ ChangeLog   10 Apr 2014 18:01:20 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-poshuku
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v 1.11 
2014/04/03 08:49:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v 1.12 
2014/04/10 18:01:20 maksbotan Exp $
+
+*lc-poshuku-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-poshuku-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-poshuku-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-poshuku-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild,v 
1.1 2014/04/10 18:01:20 maksbotan Exp $

EAPI=4

inherit confutils leechcraft

DESCRIPTION=Poshuku, the full-featured web browser plugin for LeechCraft.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks
+pcre postgres +sqlite wyfv

DEPEND=~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
dev-qt/qtwebkit:4
idn? ( net-dns/libidn )
onlinebookmarks? ( =dev-libs/qjson-0.7.1-r1 )
pcre? ( =dev-libs/libpcre-8.12 )

RDEPEND=${DEPEND}
virtual/leechcraft-downloader-http

REQUIRED_USE=pcre? ( cleanweb )

pkg_setup() {
confutils_require_any postgres sqlite
}

src_configure() {
local mycmakeargs=
$(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB)
$(cmake-utils_use_enable fatape POSHUKU_FATAPE)
$(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME)
$(cmake-utils_use_enable fua POSHUKU_FUA)
$(cmake-utils_use_enable idn IDN)
$(cmake-utils_use_enable keywords POSHUKU_KEYWORDS)
$(cmake-utils_use_enable onlinebookmarks 
POSHUKU_ONLINEBOOKMARKS)
$(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE)
$(cmake-utils_use_enable wyfv POSHUKU_WYFV)


cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-qrosp: lc-qrosp-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:01:35

  Modified: ChangeLog
  Added:lc-qrosp-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-qrosp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:50:22 -   1.10
+++ ChangeLog   10 Apr 2014 18:01:35 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-qrosp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog,v 1.10 
2014/04/03 08:50:22 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog,v 1.11 
2014/04/10 18:01:35 maksbotan Exp $
+
+*lc-qrosp-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-qrosp-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-qrosp-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-qrosp-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild,v 1.1 
2014/04/10 18:01:35 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Qrosp, scrpting support for LeechCraft via Qross.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-libs/qjson
dev-libs/qrosscore
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-scroblibre: lc-scroblibre-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:02:18

  Modified: ChangeLog
  Added:lc-scroblibre-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.5  app-leechcraft/lc-scroblibre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Apr 2014 08:51:29 -   1.4
+++ ChangeLog   10 Apr 2014 18:02:18 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-scroblibre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v 
1.4 2014/04/03 08:51:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v 
1.5 2014/04/10 18:02:18 maksbotan Exp $
+
+*lc-scroblibre-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-scroblibre-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-scroblibre-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-scroblibre-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild,v
 1.1 2014/04/10 18:02:18 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Submissions API 1.2-compliant scrobbler for services like libre.fm

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-sb2: lc-sb2-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:02:03

  Modified: ChangeLog
  Added:lc-sb2-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-sb2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:50:58 -   1.10
+++ ChangeLog   10 Apr 2014 18:02:03 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-sb2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.10 
2014/04/03 08:50:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/ChangeLog,v 1.11 
2014/04/10 18:02:03 maksbotan Exp $
+
+*lc-sb2-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-sb2-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-sb2-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-sb2-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild,v 
1.1 2014/04/10 18:02:03 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Next-generation sidebar for LeechCraft with combined launcher and 
tab switcher, as well as tray area

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtdeclarative:4
dev-libs/qjson

RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/rply: rply-0.7.2-r1.ebuild ChangeLog

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 18:02:09

  Modified: ChangeLog
  Added:rply-0.7.2-r1.ebuild
  Log:
  Convert to distutils-r1. Enable tests.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-python/rply/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Mar 2014 07:15:19 -  1.3
+++ ChangeLog   10 Apr 2014 18:02:09 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/rply
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.3 2014/03/28 
07:15:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.4 2014/04/10 
18:02:09 mgorny Exp $
+
+*rply-0.7.2-r1 (10 Apr 2014)
+
+  10 Apr 2014; Michał Górny mgo...@gentoo.org +rply-0.7.2-r1.ebuild:
+  Convert to distutils-r1. Enable tests.
 
   28 Mar 2014; Ian Delaney idel...@gentoo.org -rply-0.5.1.ebuild:
   rm old rply-0.5.1 wrt to sec. Bug #498538



1.1  dev-python/rply/rply-0.7.2-r1.ebuild

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

Index: rply-0.7.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.7.2-r1.ebuild,v 1.1 
2014/04/10 18:02:09 mgorny Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Pure python parser generator that also works with RPython
HOMEPAGE=https://github.com/alex/rply;
SRC_URI=https://github.com/alex/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/py[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}] )

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






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-rosenthal: lc-rosenthal-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:01:49

  Modified: ChangeLog
  Added:lc-rosenthal-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.2  app-leechcraft/lc-rosenthal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 Jan 2014 17:36:21 -  1.1
+++ ChangeLog   10 Apr 2014 18:01:49 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-rosenthal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog,v 1.1 
2014/01/26 17:36:21 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-rosenthal/ChangeLog,v 1.2 
2014/04/10 18:01:49 maksbotan Exp $
+
+*lc-rosenthal-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org 
+lc-rosenthal-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
 *lc-rosenthal- (26 Jan 2014)
 



1.1  app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-rosenthal-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild,v
 1.1 2014/04/10 18:01:49 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Spellchecking support for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=

DEPEND=~app-leechcraft/lc-core-${PV}
app-text/hunspell
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-secman: lc-secman-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:02:32

  Modified: ChangeLog
  Added:lc-secman-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-secman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-secman/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-secman/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-secman/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-secman/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:53:21 -   1.10
+++ ChangeLog   10 Apr 2014 18:02:31 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-secman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-secman/ChangeLog,v 1.10 
2014/04/03 08:53:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-secman/ChangeLog,v 1.11 
2014/04/10 18:02:31 maksbotan Exp $
+
+*lc-secman-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-secman-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-secman-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-secman-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild,v 1.1 
2014/04/10 18:02:31 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Security and personal data manager for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-seekthru: lc-seekthru-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:02:46

  Modified: ChangeLog
  Added:lc-seekthru-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-seekthru/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:54:05 -   1.10
+++ ChangeLog   10 Apr 2014 18:02:46 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-seekthru
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog,v 1.10 
2014/04/03 08:54:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/ChangeLog,v 1.11 
2014/04/10 18:02:46 maksbotan Exp $
+
+*lc-seekthru-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-seekthru-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-seekthru-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-seekthru-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild,v 
1.1 2014/04/10 18:02:46 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=OpenSearch support for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}
virtual/leechcraft-search-show
virtual/leechcraft-downloader-http






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-sysnotify: lc-sysnotify-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:03:19

  Modified: ChangeLog
  Added:lc-sysnotify-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.5  app-leechcraft/lc-sysnotify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Apr 2014 08:55:02 -   1.4
+++ ChangeLog   10 Apr 2014 18:03:19 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-sysnotify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.4 
2014/04/03 08:55:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.5 
2014/04/10 18:03:19 maksbotan Exp $
+
+*lc-sysnotify-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org 
+lc-sysnotify-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-sysnotify-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-sysnotify-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild,v
 1.1 2014/04/10 18:03:19 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Notifications via system libnotify daemon for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-summary: lc-summary-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:03:05

  Modified: ChangeLog
  Added:lc-summary-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-summary/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-summary/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-summary/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-summary/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-summary/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:54:32 -   1.10
+++ ChangeLog   10 Apr 2014 18:03:05 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-summary
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-summary/ChangeLog,v 1.10 
2014/04/03 08:54:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-summary/ChangeLog,v 1.11 
2014/04/10 18:03:05 maksbotan Exp $
+
+*lc-summary-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-summary-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-summary-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-summary-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild,v 
1.1 2014/04/10 18:03:05 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Summary plugin for Leechcraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-tabsessmanager: lc-tabsessmanager-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:03:40

  Modified: ChangeLog
  Added:lc-tabsessmanager-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-tabsessmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:55:44 -   1.10
+++ ChangeLog   10 Apr 2014 18:03:39 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-tabsessmanager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v 1.10 
2014/04/03 08:55:44 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v 1.11 
2014/04/10 18:03:39 maksbotan Exp $
+
+*lc-tabsessmanager-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-tabsessmanager-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   lc-tabsessmanager-0.6.60.ebuild:



1.1  
app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-tabsessmanager-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild,v
 1.1 2014/04/10 18:03:39 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Provides session restore between LeechCraft runs as well as manual 
saves/restores

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-touchstreams: lc-touchstreams-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:04:08

  Modified: ChangeLog
  Added:lc-touchstreams-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.12 app-leechcraft/lc-touchstreams/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2014 08:56:43 -   1.11
+++ ChangeLog   10 Apr 2014 18:04:08 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-touchstreams
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 
1.11 2014/04/03 08:56:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 
1.12 2014/04/10 18:04:08 maksbotan Exp $
+
+*lc-touchstreams-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-touchstreams-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org 
lc-touchstreams-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  
app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-touchstreams-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild,v
 1.1 2014/04/10 18:04:08 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=VKontakte music source plugin for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
=dev-libs/boost-1.52.0
dev-libs/qjson
dev-qt/qtwebkit:4
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-vgrabber: lc-vgrabber-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:04:36

  Modified: ChangeLog
  Added:lc-vgrabber-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-vgrabber/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:57:51 -   1.10
+++ ChangeLog   10 Apr 2014 18:04:36 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-vgrabber
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v 1.10 
2014/04/03 08:57:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v 1.11 
2014/04/10 18:04:36 maksbotan Exp $
+
+*lc-vgrabber-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-vgrabber-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-vgrabber-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-vgrabber-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild,v 
1.1 2014/04/10 18:04:36 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Allows to find, stream and save audio and video from VKontakte in 
LeechCraft.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}
virtual/leechcraft-downloader-http

pkg_postinst() {
einfo For streaming to work, a suitable media player plugin is
einfo needed. For example, app-leechcraft/lc-lmp will be just fine.
}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-tpi: lc-tpi-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:04:22

  Modified: ChangeLog
  Added:lc-tpi-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-tpi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:57:10 -   1.10
+++ ChangeLog   10 Apr 2014 18:04:22 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-tpi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog,v 1.10 
2014/04/03 08:57:10 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tpi/ChangeLog,v 1.11 
2014/04/10 18:04:22 maksbotan Exp $
+
+*lc-tpi-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-tpi-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-tpi-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-tpi-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild,v 
1.1 2014/04/10 18:04:22 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Task progress indicator quark for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtdeclarative:4
~virtual/leechcraft-quark-sideprovider-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-tabslist: lc-tabslist-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:03:53

  Modified: ChangeLog
  Added:lc-tabslist-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-tabslist/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:56:16 -   1.10
+++ ChangeLog   10 Apr 2014 18:03:53 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-tabslist
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog,v 1.10 
2014/04/03 08:56:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabslist/ChangeLog,v 1.11 
2014/04/10 18:03:53 maksbotan Exp $
+
+*lc-tabslist-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-tabslist-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-tabslist-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-tabslist-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild,v 
1.1 2014/04/10 18:03:53 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Quick navigation between tabs in LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-vrooby: lc-vrooby-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:04:50

  Modified: ChangeLog
  Added:lc-vrooby-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.12 app-leechcraft/lc-vrooby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2014 08:58:19 -   1.11
+++ ChangeLog   10 Apr 2014 18:04:50 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-vrooby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.11 
2014/04/03 08:58:19 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.12 
2014/04/10 18:04:50 maksbotan Exp $
+
+*lc-vrooby-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-vrooby-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-vrooby-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-vrooby-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild,v 1.1 
2014/04/10 18:04:50 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Vrooby, removable device manager for LeechCraft.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug udisks udisks2

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4
RDEPEND=${DEPEND}
udisks? ( sys-fs/udisks:0 )
udisks2? ( sys-fs/udisks:2 )


REQUIRED_USE=|| ( udisks udisks2 )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable udisks VROOBY_UDISKS)
$(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
)

cmake-utils_src_configure
}

pkg_postinst() {
if use udisks2; then
elog You have enabled the experimental UDisks2 backend. 
elog Please try the old udisks:0-based one before 
elog reporting issues.
fi
}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-xtazy: lc-xtazy-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:05:32

  Modified: ChangeLog
  Added:lc-xtazy-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.5  app-leechcraft/lc-xtazy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Apr 2014 08:05:45 -   1.4
+++ ChangeLog   10 Apr 2014 18:05:32 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-xtazy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.4 
2014/04/03 08:05:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.5 
2014/04/10 18:05:32 maksbotan Exp $
+
+*lc-xtazy-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-xtazy-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-xtazy-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-xtazy-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild,v 1.1 
2014/04/10 18:05:32 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Fetches info about current tune and provides it to other plugins

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-leechcraft/leechcraft-meta: leechcraft-meta-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:05:49

  Modified: ChangeLog
  Added:leechcraft-meta-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.19 app-leechcraft/leechcraft-meta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   3 Apr 2014 09:00:02 -   1.18
+++ ChangeLog   10 Apr 2014 18:05:49 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/leechcraft-meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 
1.18 2014/04/03 09:00:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 
1.19 2014/04/10 18:05:49 maksbotan Exp $
+
+*leechcraft-meta-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-meta-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org 
leechcraft-meta-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  
app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.65.ebuild

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

Index: leechcraft-meta-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.65.ebuild,v
 1.1 2014/04/10 18:05:49 maksbotan Exp $

EAPI=5

DESCRIPTION=Metapackage containing all ready-to-use LeechCraft plugins
HOMEPAGE=http://leechcraft.org/;

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

RDEPEND=
~app-leechcraft/lc-blogique-${PV}
~app-leechcraft/lc-popishu-${PV}
~app-leechcraft/lc-monocle-${PV}
~app-leechcraft/lc-hotstreams-${PV}
~app-leechcraft/lc-lmp-${PV}
~app-leechcraft/lc-lastfmscrobble-${PV}
~app-leechcraft/lc-musiczombie-${PV}
~app-leechcraft/lc-touchstreams-${PV}
~app-leechcraft/lc-networkmonitor-${PV}
~app-leechcraft/lc-azoth-${PV}
~app-leechcraft/lc-advancednotifications-${PV}
~app-leechcraft/lc-anhero-${PV}
~app-leechcraft/lc-auscrie-${PV}
~app-leechcraft/lc-core-${PV}
~app-leechcraft/lc-cstp-${PV}
~app-leechcraft/lc-dbusmanager-${PV}
~app-leechcraft/lc-gacts-${PV}
~app-leechcraft/lc-glance-${PV}
~app-leechcraft/lc-historyholder-${PV}
~virtual/leechcraft-notifier-${PV}
~app-leechcraft/lc-knowhow-${PV}
~app-leechcraft/lc-imgaste-${PV}
~app-leechcraft/lc-lackman-${PV}
~app-leechcraft/lc-launchy-${PV}
~app-leechcraft/lc-lemon-${PV}
~app-leechcraft/lc-liznoo-${PV}
~app-leechcraft/lc-newlife-${PV}
~app-leechcraft/lc-netstoremanager-${PV}
~app-leechcraft/lc-otlozhu-${PV}
~app-leechcraft/lc-qrosp-${PV}
~app-leechcraft/lc-pintab-${PV}
~app-leechcraft/lc-secman-${PV}
~app-leechcraft/lc-scroblibre-${PV}
~app-leechcraft/lc-summary-${PV}
~app-leechcraft/lc-tabslist-${PV}
~app-leechcraft/lc-tabsessmanager-${PV}
~app-leechcraft/lc-aggregator-${PV}
~app-leechcraft/lc-bittorrent-${PV}
~app-leechcraft/lc-xproxy-${PV}
~app-leechcraft/lc-vrooby-${PV}
~virtual/leechcraft-trayarea-${PV}
~app-leechcraft/lc-deadlyrics-${PV}
~app-leechcraft/lc-dolozhee-${PV}
~app-leechcraft/lc-poshuku-${PV}
~app-leechcraft/lc-vgrabber-${PV}
~app-leechcraft/lc-pogooglue-${PV}
~app-leechcraft/lc-seekthru-${PV}
  

[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-woodpecker: lc-woodpecker-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:05:04

  Modified: ChangeLog
  Added:lc-woodpecker-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.5  app-leechcraft/lc-woodpecker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Apr 2014 08:58:59 -   1.4
+++ ChangeLog   10 Apr 2014 18:05:04 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-leechcraft/lc-woodpecker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog,v 
1.4 2014/04/03 08:58:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-woodpecker/ChangeLog,v 
1.5 2014/04/10 18:05:04 maksbotan Exp $
+
+*lc-woodpecker-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +lc-woodpecker-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-woodpecker-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-woodpecker/lc-woodpecker-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-woodpecker/lc-woodpecker-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-woodpecker/lc-woodpecker-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-woodpecker-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-woodpecker/lc-woodpecker-0.6.65.ebuild,v
 1.1 2014/04/10 18:05:04 maksbotan Exp $

EAPI=5

inherit leechcraft

DESCRIPTION=Twitter client for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
dev-libs/qjson
dev-libs/kqoauth
RDEPEND=${DEPEND}





[gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: metadata.xml ChangeLog dnsmasq-2.69.ebuild

2014-04-10 Thread Patrick McLean (chutzpah)
chutzpah14/04/10 18:05:22

  Modified: metadata.xml ChangeLog
  Added:dnsmasq-2.69.ebuild
  Log:
  Version bump, added support for DNSSEC (Bug #504154). Initial ebuild changes 
contributed by Alex Xu.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  ChangesPath
1.14 net-dns/dnsmasq/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?r1=1.13r2=1.14

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml19 Apr 2013 17:31:24 -  1.13
+++ metadata.xml10 Apr 2014 18:05:22 -  1.14
@@ -8,10 +8,11 @@
 use
flag name='auth-dns'Add support for acting as an authorative DNS 
server./flag
flag name='conntrack'Add support for Linux conntrack connection 
marking./flag
-   flag name='dhcp'Enable support for reading ISC DHCPd lease 
files/flag
-   flag name='script'Enable support for calling scripts when leases 
change/flag
-   flag name='tftp'Enables built in TFTP server for netbooting/flag
-   flag name='dhcp-tools'Install extra command line tools for manually 
managing DHCP leases/flag
+   flag name='dhcp-tools'Install extra command line tools for manually 
managing DHCP leases./flag
+   flag name='dhcp'Enable support for acting as a DHCP server./flag
+   flag name='dnssec'Enable support DNSSEC validation and caching./flag
+   flag name='script'Enable support for calling scripts when leases 
change./flag
+   flag name='tftp'Enables built in TFTP server for netbooting./flag
 /use
 /pkgmetadata
 



1.249net-dns/dnsmasq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.249view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.249content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?r1=1.248r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   10 Dec 2013 19:55:03 -  1.248
+++ ChangeLog   10 Apr 2014 18:05:22 -  1.249
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/dnsmasq
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.248 
2013/12/10 19:55:03 chutzpah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.249 
2014/04/10 18:05:22 chutzpah Exp $
+
+*dnsmasq-2.69 (10 Apr 2014)
+
+  10 Apr 2014; Patrick McLean chutz...@gentoo.org +dnsmasq-2.69.ebuild,
+  metadata.xml:
+  Version bump, added support for DNSSEC (Bug #504154). Initial ebuild changes
+  contributed by Alex Xu.
 
   10 Dec 2013; Patrick McLean chutz...@gentoo.org +files/dnsmasq.service-r1,
   dnsmasq-2.68.ebuild, files/dnsmasq.service:



1.1  net-dns/dnsmasq/dnsmasq-2.69.ebuild

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

Index: dnsmasq-2.69.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.69.ebuild,v 1.1 
2014/04/10 18:05:22 chutzpah Exp $

EAPI=5

inherit eutils toolchain-funcs flag-o-matic user systemd

DESCRIPTION=Small forwarding DNS server
HOMEPAGE=http://www.thekelleys.org.uk/dnsmasq/;
SRC_URI=http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;

LICENSE=|| ( GPL-2 GPL-3 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd
IUSE=auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn ipv6 lua nls script 
selinux static tftp
DM_LINGUAS=de es fi fr id it no pl pt_BR ro
for dm_lingua in ${DM_LINGUAS}; do
IUSE+= linguas_${dm_lingua}
done

CDEPEND=dbus? ( sys-apps/dbus )
idn? ( net-dns/libidn )
lua? ( dev-lang/lua )
conntrack? ( !s390? ( net-libs/libnetfilter_conntrack ) )
nls? (
sys-devel/gettext

[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-xproxy: lc-xproxy-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:05:18

  Modified: ChangeLog
  Added:lc-xproxy-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 app-leechcraft/lc-xproxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:59:30 -   1.10
+++ ChangeLog   10 Apr 2014 18:05:18 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-xproxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.10 
2014/04/03 08:59:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.11 
2014/04/10 18:05:18 maksbotan Exp $
+
+*lc-xproxy-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +lc-xproxy-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org lc-xproxy-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1  app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: lc-xproxy-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild,v 1.1 
2014/04/10 18:05:18 maksbotan Exp $

EAPI=4

inherit leechcraft

DESCRIPTION=Provides advanced proxy support features for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-quark-sideprovider: leechcraft-quark-sideprovider-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:06:43

  Modified: ChangeLog
  Added:leechcraft-quark-sideprovider-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.15 virtual/leechcraft-quark-sideprovider/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Apr 2014 08:17:11 -   1.14
+++ ChangeLog   10 Apr 2014 18:06:43 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-quark-sideprovider
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog,v 1.14 
2014/04/03 08:17:11 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-quark-sideprovider/ChangeLog,v 1.15 
2014/04/10 18:06:43 maksbotan Exp $
+
+*leechcraft-quark-sideprovider-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-quark-sideprovider-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-quark-sideprovider-0.6.60.ebuild:



1.1  
virtual/leechcraft-quark-sideprovider/leechcraft-quark-sideprovider-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-quark-sideprovider/leechcraft-quark-sideprovider-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-quark-sideprovider/leechcraft-quark-sideprovider-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-quark-sideprovider-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-quark-sideprovider/leechcraft-quark-sideprovider-0.6.65.ebuild,v
 1.1 2014/04/10 18:06:42 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins, displaying quarks in small size 
somewhere near screen end
HOMEPAGE=
SRC_URI=

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

RDEPEND=app-leechcraft/lc-sb2
DEPEND=






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-notifier: leechcraft-notifier-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:06:29

  Modified: ChangeLog
  Added:leechcraft-notifier-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.11 virtual/leechcraft-notifier/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Apr 2014 08:15:42 -   1.10
+++ ChangeLog   10 Apr 2014 18:06:29 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-notifier
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v 
1.10 2014/04/03 08:15:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v 
1.11 2014/04/10 18:06:29 maksbotan Exp $
+
+*leechcraft-notifier-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-notifier-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-notifier-0.6.60.ebuild:



1.1  
virtual/leechcraft-notifier/leechcraft-notifier-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-notifier/leechcraft-notifier-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-notifier/leechcraft-notifier-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-notifier-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/leechcraft-notifier-0.6.65.ebuild,v
 1.1 2014/04/10 18:06:29 maksbotan Exp $

EAPI=5

DESCRIPTION=Virtual for LeechCraft plugins capable of visually notifying the 
user
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS= ~amd64 ~x86

RDEPEND=|| ( app-leechcraft/lc-kinotify app-leechcraft/lc-dbusmanager )
DEPEND=






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-downloader-http: leechcraft-downloader-http-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:06:17

  Modified: ChangeLog
  Added:leechcraft-downloader-http-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.33 virtual/leechcraft-downloader-http/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   3 Apr 2014 09:01:24 -   1.32
+++ ChangeLog   10 Apr 2014 18:06:17 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-downloader-http
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog,v 1.32 
2014/04/03 09:01:24 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog,v 1.33 
2014/04/10 18:06:17 maksbotan Exp $
+
+*leechcraft-downloader-http-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-downloader-http-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-downloader-http-0.6.60.ebuild:



1.1  
virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-downloader-http-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.6.65.ebuild,v
 1.1 2014/04/10 18:06:17 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins providing HTTP downloading
HOMEPAGE=
SRC_URI=

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

RDEPEND=app-leechcraft/lc-cstp
DEPEND=






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-search-show: leechcraft-search-show-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:06:55

  Modified: ChangeLog
  Added:leechcraft-search-show-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.33 virtual/leechcraft-search-show/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-search-show/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-search-show/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-search-show/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-search-show/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   3 Apr 2014 09:01:57 -   1.32
+++ ChangeLog   10 Apr 2014 18:06:55 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-search-show
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-search-show/ChangeLog,v 
1.32 2014/04/03 09:01:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-search-show/ChangeLog,v 
1.33 2014/04/10 18:06:55 maksbotan Exp $
+
+*leechcraft-search-show-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-search-show-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-search-show-0.6.60.ebuild:



1.1  
virtual/leechcraft-search-show/leechcraft-search-show-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-search-show/leechcraft-search-show-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-search-show/leechcraft-search-show-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-search-show-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-search-show/leechcraft-search-show-0.6.65.ebuild,v
 1.1 2014/04/10 18:06:55 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins providing UI for search plugins.
HOMEPAGE=
SRC_URI=

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

RDEPEND=app-leechcraft/lc-summary
DEPEND=






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-storage-device-manager: leechcraft-storage-device-manager-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:07:08

  Modified: ChangeLog
  Added:leechcraft-storage-device-manager-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.21 virtual/leechcraft-storage-device-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   3 Apr 2014 09:02:22 -   1.20
+++ ChangeLog   10 Apr 2014 18:07:08 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-storage-device-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog,v 
1.20 2014/04/03 09:02:22 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-storage-device-manager/ChangeLog,v 
1.21 2014/04/10 18:07:08 maksbotan Exp $
+
+*leechcraft-storage-device-manager-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-storage-device-manager-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-storage-device-manager-0.6.60.ebuild:



1.1  
virtual/leechcraft-storage-device-manager/leechcraft-storage-device-manager-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-storage-device-manager/leechcraft-storage-device-manager-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-storage-device-manager/leechcraft-storage-device-manager-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-storage-device-manager-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-storage-device-manager/leechcraft-storage-device-manager-0.6.65.ebuild,v
 1.1 2014/04/10 18:07:08 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins that add support for managing 
removable storage devices.
HOMEPAGE=
SRC_URI=

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

DEPEND=
RDEPEND=app-leechcraft/lc-vrooby






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-task-show: leechcraft-task-show-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:07:21

  Modified: ChangeLog
  Added:leechcraft-task-show-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.33 virtual/leechcraft-task-show/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-task-show/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-task-show/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-task-show/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-task-show/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   3 Apr 2014 09:02:47 -   1.32
+++ ChangeLog   10 Apr 2014 18:07:21 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-task-show
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-task-show/ChangeLog,v 
1.32 2014/04/03 09:02:47 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-task-show/ChangeLog,v 
1.33 2014/04/10 18:07:21 maksbotan Exp $
+
+*leechcraft-task-show-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-task-show-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-task-show-0.6.60.ebuild:



1.1  
virtual/leechcraft-task-show/leechcraft-task-show-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-task-show/leechcraft-task-show-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-task-show/leechcraft-task-show-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-task-show-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-task-show/leechcraft-task-show-0.6.65.ebuild,v
 1.1 2014/04/10 18:07:21 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for plugins that can show IDownloads and IJobHolders
HOMEPAGE=
SRC_URI=

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

RDEPEND=app-leechcraft/lc-summary
DEPEND=






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg/files: dirac_arith_hardened.patch

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/10 18:12:56

  Added:dirac_arith_hardened.patch
  Log:
  fix build on hardened/x86; by Anthoine Bourgeois, bug #506206
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  media-video/ffmpeg/files/dirac_arith_hardened.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/files/dirac_arith_hardened.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/files/dirac_arith_hardened.patch?rev=1.1content-type=text/plain

Index: dirac_arith_hardened.patch
===
commit d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98
Author: Anthoine Bourgeois anthoine.bourge...@gmail.com
Date:   Wed Apr 9 12:18:32 2014 +0200

avcodec/dirac_arith: Fix build with PIC and stack-check options

Fixes Ticket3540

The function dirac_get_arith_bit in libavcodec/dirac_arith.h can't be
built with PIC and check-stack because the asm code needs 6 registers
and PIC and check-stack options take 1 each and x86 is quite limited
in this area.

Signed-off-by: Michael Niedermayer michae...@gmx.at

diff --git a/libavcodec/dirac_arith.h b/libavcodec/dirac_arith.h
index f9a8bba..089c71a 100644
--- a/libavcodec/dirac_arith.h
+++ b/libavcodec/dirac_arith.h
@@ -28,6 +28,7 @@
 #ifndef AVCODEC_DIRAC_ARITH_H
 #define AVCODEC_DIRAC_ARITH_H
 
+#include libavutil/x86/asm.h
 #include bytestream.h
 #include get_bits.h
 
@@ -134,7 +135,7 @@ static inline int dirac_get_arith_bit(DiracArith *c, int 
ctx)
 
 range_times_prob = (c-range * prob_zero)  16;
 
-#if HAVE_FAST_CMOV  HAVE_INLINE_ASM
+#if HAVE_FAST_CMOV  HAVE_INLINE_ASM  HAVE_6REGS
 low   -= range_times_prob  16;
 range -= range_times_prob;
 bit = 0;






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-1.2.6.ebuild ChangeLog

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/10 18:12:55

  Modified: ffmpeg-1.2.6.ebuild ChangeLog
  Log:
  fix build on hardened/x86; by Anthoine Bourgeois, bug #506206
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  media-video/ffmpeg/ffmpeg-1.2.6.ebuild

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

Index: ffmpeg-1.2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-1.2.6.ebuild 6 Mar 2014 19:11:25 -   1.1
+++ ffmpeg-1.2.6.ebuild 10 Apr 2014 18:12:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6.ebuild,v 
1.1 2014/03/06 19:11:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6.ebuild,v 
1.2 2014/04/10 18:12:55 aballier Exp $
 
 EAPI=4
 
@@ -132,6 +132,7 @@
export revision=git-N-${FFMPEG_REVISION}
fi
 
+   epatch ${FILESDIR}/dirac_arith_hardened.patch
epatch_user
 }
 



1.726media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -r1.725 -r1.726
--- ChangeLog   28 Mar 2014 06:11:56 -  1.725
+++ ChangeLog   10 Apr 2014 18:12:55 -  1.726
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.725 
2014/03/28 06:11:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.726 
2014/04/10 18:12:55 aballier Exp $
+
+  10 Apr 2014; Alexis Ballier aball...@gentoo.org ffmpeg-1.2.6.ebuild,
+  +files/dirac_arith_hardened.patch:
+  fix build on hardened/x86; by Anthoine Bourgeois, bug #506206
 
 *ffmpeg-2.2 (28 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-browser: leechcraft-browser-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:06:03

  Modified: ChangeLog
  Added:leechcraft-browser-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.31 virtual/leechcraft-browser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-browser/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-browser/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-browser/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-browser/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   3 Apr 2014 09:00:59 -   1.30
+++ ChangeLog   10 Apr 2014 18:06:03 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-browser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-browser/ChangeLog,v 1.30 
2014/04/03 09:00:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-browser/ChangeLog,v 1.31 
2014/04/10 18:06:03 maksbotan Exp $
+
+*leechcraft-browser-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-browser-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-browser-0.6.60.ebuild:



1.1  virtual/leechcraft-browser/leechcraft-browser-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-browser/leechcraft-browser-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-browser/leechcraft-browser-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-browser-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-browser/leechcraft-browser-0.6.65.ebuild,v
 1.1 2014/04/10 18:06:03 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins providing a web browser.
HOMEPAGE=
SRC_URI=

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

RDEPEND=app-leechcraft/lc-poshuku
DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-lang/hy: hy-0.9.12.ebuild ChangeLog

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 18:06:03

  Modified: hy-0.9.12.ebuild ChangeLog
  Log:
  Add a lot of missing ${PYTHON_USEDEP}.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-lang/hy/hy-0.9.12.ebuild

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

Index: hy-0.9.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hy-0.9.12.ebuild21 Feb 2014 03:40:44 -  1.2
+++ hy-0.9.12.ebuild10 Apr 2014 18:06:03 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v 1.2 
2014/02/21 03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v 1.3 
2014/04/10 18:06:03 mgorny Exp $
 
 EAPI=5
 
@@ -17,14 +17,14 @@
 KEYWORDS=~amd64 ~x86
 IUSE=test
 
-RDEPEND=dev-python/flake8
-   =dev-python/rply-0.7.0
-   dev-python/astor
+RDEPEND=dev-python/flake8[${PYTHON_USEDEP}]
+   =dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+   dev-python/astor[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
-   test? ( dev-python/tox
-   dev-python/nose
-   dev-python/sphinx
-   dev-python/coverage
+   test? ( dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
)
 
 python_test() {



1.3  dev-lang/hy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Feb 2014 03:40:44 -  1.2
+++ ChangeLog   10 Apr 2014 18:06:03 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/hy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.2 2014/02/21 
03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.3 2014/04/10 
18:06:03 mgorny Exp $
+
+  10 Apr 2014; Michał Górny mgo...@gentoo.org hy-0.9.12.ebuild:
+  Add a lot of missing ${PYTHON_USEDEP}.
 
   21 Feb 2014; Patrick Lauer patr...@gentoo.org hy-0.9.12.ebuild:
   Fix astor dependency #501724






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.2.1.ebuild

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/10 18:19:49

  Modified: ChangeLog
  Added:ffmpeg-2.2.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.727media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.726
retrieving revision 1.727
diff -u -r1.726 -r1.727
--- ChangeLog   10 Apr 2014 18:12:55 -  1.726
+++ ChangeLog   10 Apr 2014 18:19:49 -  1.727
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.726 
2014/04/10 18:12:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.727 
2014/04/10 18:19:49 aballier Exp $
+
+*ffmpeg-2.2.1 (10 Apr 2014)
+
+  10 Apr 2014; Alexis Ballier aball...@gentoo.org +ffmpeg-2.2.1.ebuild:
+  version bump
 
   10 Apr 2014; Alexis Ballier aball...@gentoo.org ffmpeg-1.2.6.ebuild,
   +files/dirac_arith_hardened.patch:



1.1  media-video/ffmpeg/ffmpeg-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.1.ebuild?rev=1.1content-type=text/plain

Index: ffmpeg-2.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.1.ebuild,v 1.1 
2014/04/10 18:19:49 aballier Exp $

EAPI=5

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a less used library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=52.55.55

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec.
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )
SLOT=0/${FFMPEG_SUBSLOT}
if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi
IUSE=
aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt
cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack 
jpeg2k
ladspa libass libcaca libsoxr libv4l modplug mp3 +network openal opengl
openssl opus oss pic pulseaudio quvi rtmp schroedinger sdl speex ssh
static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis 
vpx
wavpack webp X x264 x265 xvid +zlib zvbi


ARM_CPU_FEATURES=armv5te armv6 armv6t2 neon armvfp:vfp
MIPS_CPU_FEATURES=mips32r2 mipsdspr1 mipsdspr2 mipsfpu
PPC_CPU_FEATURES=altivec
X86_CPU_FEATURES=3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx 
mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42

# String for CPU features in the useflag[:configure_option] form
# if :configure_option isn't set, it will use 'useflag' as configure option
CPU_FEATURES=
${ARM_CPU_FEATURES}
${MIPS_CPU_FEATURES}
${PPC_CPU_FEATURES}
${X86_CPU_FEATURES}


for i in ${CPU_FEATURES}; do
IUSE=${IUSE} ${i%:*}
done

FFTOOLS=aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot 
ismindex pktdumper qt-faststart trasher

for i in ${FFTOOLS}; do
IUSE=${IUSE} +fftools_$i
done

RDEPEND=
alsa? ( media-libs/alsa-lib )
amr? ( media-libs/opencore-amr )
bluray? ( 

[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.2.ebuild ffmpeg-2.2_rc2.ebuild ffmpeg-2.1.4.ebuild

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/10 18:21:30

  Modified: ChangeLog
  Removed:  ffmpeg-2.2.ebuild ffmpeg-2.2_rc2.ebuild
ffmpeg-2.1.4.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.728media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.727
retrieving revision 1.728
diff -u -r1.727 -r1.728
--- ChangeLog   10 Apr 2014 18:19:49 -  1.727
+++ ChangeLog   10 Apr 2014 18:21:30 -  1.728
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.727 
2014/04/10 18:19:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.728 
2014/04/10 18:21:30 aballier Exp $
+
+  10 Apr 2014; Alexis Ballier aball...@gentoo.org -ffmpeg-2.1.4.ebuild,
+  -ffmpeg-2.2_rc2.ebuild, -ffmpeg-2.2.ebuild:
+  remove old
 
 *ffmpeg-2.2.1 (10 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/x265: ChangeLog x265-9999.ebuild

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/10 18:22:39

  Modified: ChangeLog x265-.ebuild
  Log:
  bump subslot reflecting soname change
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.3  media-libs/x265/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Mar 2014 13:57:46 -  1.2
+++ ChangeLog   10 Apr 2014 18:22:39 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/x265
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.2 2014/03/25 
13:57:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.3 2014/04/10 
18:22:39 aballier Exp $
+
+  10 Apr 2014; Alexis Ballier aball...@gentoo.org x265-.ebuild:
+  bump subslot reflecting soname change
 
   25 Mar 2014; Samuli Suominen ssuomi...@gentoo.org x265-.ebuild:
   Pass -DLIB_INSTALL_DIR and drop now unrequired libdir patches wrt #505584 by



1.3  media-libs/x265/x265-.ebuild

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

Index: x265-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x265-.ebuild25 Mar 2014 13:57:46 -  1.2
+++ x265-.ebuild10 Apr 2014 18:22:39 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.2 
2014/03/25 13:57:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.3 
2014/04/10 18:22:39 aballier Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 # subslot = libx265 soname
-SLOT=0/9
+SLOT=0/15
 IUSE=+10bit test
 
 ASM_DEPEND==dev-lang/yasm-1.2.0






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-wysiwyg-editor: leechcraft-wysiwyg-editor-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:07:47

  Modified: ChangeLog
  Added:leechcraft-wysiwyg-editor-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.15 virtual/leechcraft-wysiwyg-editor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Apr 2014 09:03:14 -   1.14
+++ ChangeLog   10 Apr 2014 18:07:47 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-wysiwyg-editor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog,v 1.14 
2014/04/03 09:03:14 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog,v 1.15 
2014/04/10 18:07:47 maksbotan Exp $
+
+*leechcraft-wysiwyg-editor-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-wysiwyg-editor-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-wysiwyg-editor-0.6.60.ebuild:



1.1  
virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-wysiwyg-editor-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-0.6.65.ebuild,v
 1.1 2014/04/10 18:07:47 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins providing WYSIWYG text editor
HOMEPAGE=
SRC_URI=

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

RDEPEND=~app-leechcraft/lc-lhtr-${PV}
DEPEND=






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-trayarea: leechcraft-trayarea-0.6.65.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:07:34

  Modified: ChangeLog
  Added:leechcraft-trayarea-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.26 virtual/leechcraft-trayarea/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   3 Apr 2014 08:26:28 -   1.25
+++ ChangeLog   10 Apr 2014 18:07:34 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/leechcraft-trayarea
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v 
1.25 2014/04/03 08:26:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v 
1.26 2014/04/10 18:07:34 maksbotan Exp $
+
+*leechcraft-trayarea-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
+  +leechcraft-trayarea-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org
   leechcraft-trayarea-0.6.60.ebuild:



1.1  
virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild?rev=1.1content-type=text/plain

Index: leechcraft-trayarea-0.6.65.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild,v
 1.1 2014/04/10 18:07:34 maksbotan Exp $

EAPI=4

DESCRIPTION=Virtual for LeechCraft plugins providing a tray area
HOMEPAGE=
SRC_URI=

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

RDEPEND=|| (
app-leechcraft/lc-sb2
app-leechcraft/lc-sidebar
)
DEPEND=






[gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: ChangeLog vzctl-4.4.ebuild vzctl-4.2.ebuild

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:38:22

  Modified: ChangeLog
  Removed:  vzctl-4.4.ebuild vzctl-4.2.ebuild
  Log:
  Clean old, thanks to slepnoga.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.122sys-cluster/vzctl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   3 Mar 2014 23:39:27 -   1.121
+++ ChangeLog   10 Apr 2014 18:38:22 -  1.122
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.121 
2014/03/03 23:39:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.122 
2014/04/10 18:38:22 maksbotan Exp $
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org -vzctl-4.2.ebuild,
+  -vzctl-4.4.ebuild:
+  Clean old, thanks to slepnoga.
 
   03 Mar 2014; Pacho Ramos pa...@gentoo.org vzctl-4.5.1.ebuild:
   amd64 stable, bug #493676






[gentoo-commits] gentoo-x86 commit in sys-cluster/ploop: ChangeLog ploop-1.8.ebuild ploop-1.6.ebuild

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:43:49

  Modified: ChangeLog
  Removed:  ploop-1.8.ebuild ploop-1.6.ebuild
  Log:
  Clean old, thanks to slepnoga.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.28 sys-cluster/ploop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   9 Apr 2014 21:39:01 -   1.27
+++ ChangeLog   10 Apr 2014 18:43:49 -  1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ploop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.27 
2014/04/09 21:39:01 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.28 
2014/04/10 18:43:49 maksbotan Exp $
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org -ploop-1.6.ebuild,
+  -ploop-1.8.ebuild:
+  Clean old, thanks to slepnoga.
 
 *ploop-1.11 (09 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/qupzilla: qupzilla-1.6.3-r1.ebuild ChangeLog

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 18:48:12

  Modified: ChangeLog
  Added:qupzilla-1.6.3-r1.ebuild
  Log:
  Drop pax-mark, add warning message concerning adobe-flash, bug #496908 
comment 12. Thanks to Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.41 www-client/qupzilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   26 Feb 2014 07:11:02 -  1.40
+++ ChangeLog   10 Apr 2014 18:48:12 -  1.41
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/qupzilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.40 
2014/02/26 07:11:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.41 
2014/04/10 18:48:12 maksbotan Exp $
+
+*qupzilla-1.6.3-r1 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org +qupzilla-1.6.3-r1.ebuild:
+  Drop pax-mark, add warning message concerning adobe-flash, bug #496908 
comment
+  12. Thanks to Nikoli.
 
 *qupzilla-1.6.3 (26 Feb 2014)
 



1.1  www-client/qupzilla/qupzilla-1.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.6.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.6.3-r1.ebuild?rev=1.1content-type=text/plain

Index: qupzilla-1.6.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.6.3-r1.ebuild,v 1.1 
2014/04/10 18:48:12 maksbotan Exp $

EAPI=5
PLOCALES=ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_VE eu_ES fa_IR fr_FR 
gl_ES he_IL hu_HU id_ID it_IT ja_JP ka_GE lg nl_NL nqo pl_PL pt_BR pt_PT ro_RO 
ru_RU sk_SK sr_BA@latin sr_BA sr_RS@latin sr_RS sv_SE uk_UA zh_CN zh_TW
PLUGINS_HASH='b19f6e0b83baca40e96019ccda329b88459e6a7f'

inherit l10n multilib qt4-r2 vcs-snapshot

DESCRIPTION=Qt WebKit web browser
HOMEPAGE=http://www.qupzilla.com/;
SRC_URI=https://github.com/QupZilla/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz - 
${PN}-plugins-${PV}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=dbus debug gnome-keyring kde nonblockdialogs

RDEPEND=dev-libs/openssl:0
=dev-qt/qtcore-4.8:4
=dev-qt/qtgui-4.8:4
=dev-qt/qtscript-4.8:4
=dev-qt/qtsql-4.8:4[sqlite]
=dev-qt/qtwebkit-4.8:4
dbus? ( =dev-qt/qtdbus-4.8:4 )
gnome-keyring? ( gnome-base/gnome-keyring )
kde? ( kde-base/kwalletd:4 )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( AUTHORS CHANGELOG FAQ README.md )
PATCHES=( ${FILESDIR}/${P}-plugins-version-check-fix.patch )

src_prepare() {
# remove outdated prebuilt localizations
rm -rf bin/locale || die

# remove empty locale
rm translations/empty.ts || die

mv ${WORKDIR}/${PN}-plugins-${PV}/plugins/* ${S}/src/plugins/ || die
mv ${WORKDIR}/${PN}-plugins-${PV}/themes/* ${S}/bin/themes/ || die

l10n_find_plocales_changes translations  .ts
qt4-r2_src_prepare
}

src_configure() {
# see BUILDING document for explanation of options
export \
QUPZILLA_PREFIX=${EPREFIX}/usr/ \
USE_LIBPATH=${EPREFIX}/usr/$(get_libdir) \
USE_QTWEBKIT_2_2=true \
DISABLE_DBUS=$(usex dbus '' 'true') \
KDE_INTEGRATION=$(usex kde 'true' '') \
NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs 'true' '')

eqmake4 $(use gnome-keyring  echo DEFINES+=GNOME_INTEGRATION)
}

src_install() {
qt4-r2_src_install
l10n_for_each_disabled_locale_do rm_loc
}

rm_loc() {
rm -f ${ED}/usr/share/${PN}/locale/${1}.qm || die
}

pkg_postinst(){
if has_version www-plugins/adobe-flash; then
ewarn For using adobe flash plugin you most likely need to run 
\paxctl-ng -m /usr/bin/qupzilla\
fi
}






[gentoo-commits] gentoo-x86 commit in sys-process/runit: runit-2.1.1-r1.ebuild ChangeLog

2014-04-10 Thread William Hubbs (williamh)
williamh14/04/10 19:18:50

  Modified: runit-2.1.1-r1.ebuild ChangeLog
  Log:
  Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from 
the tree for several years.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8568F528)

Revision  ChangesPath
1.13 sys-process/runit/runit-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.12r2=1.13

Index: runit-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- runit-2.1.1-r1.ebuild   19 Mar 2014 13:47:16 -  1.12
+++ runit-2.1.1-r1.ebuild   10 Apr 2014 19:18:50 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.12 2014/03/19 13:47:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.13 2014/04/10 19:18:50 williamh Exp $
 
 EAPI=3
 
@@ -46,8 +46,7 @@
doman man/*.[18]
 
exeinto /etc/runit
-   doexe ${FILESDIR}/{1,2,ctrlaltdel} || die
-   newexe ${FILESDIR}/3-1.4 3 || die
+   doexe ${FILESDIR}/{1,2,3,ctrlaltdel} || die
for tty in tty1 tty2 tty3 tty4 tty5 tty6; do
exeinto /etc/runit/runsvdir/all/getty-$tty/
for script in run finish; do



1.48 sys-process/runit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   9 Apr 2014 16:00:51 -   1.47
+++ ChangeLog   10 Apr 2014 19:18:50 -  1.48
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/runit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.47 
2014/04/09 16:00:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.48 
2014/04/10 19:18:50 williamh Exp $
+
+  10 Apr 2014; William Hubbs willi...@gentoo.org -files/3-1.4, files/3,
+  runit-2.1.1-r1.ebuild:
+  Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from
+  the tree for several years.
 
   09 Apr 2014; William Hubbs willi...@gentoo.org -runit-1.7.0.ebuild:
   remove old version






[gentoo-commits] gentoo-x86 commit in sys-process/runit/files: 3 3-1.4

2014-04-10 Thread William Hubbs (williamh)
williamh14/04/10 19:18:50

  Modified: 3
  Removed:  3-1.4
  Log:
  Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from 
the tree for several years.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8568F528)

Revision  ChangesPath
1.2  sys-process/runit/files/3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/3?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/3?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/3?r1=1.1r2=1.2

Index: 3
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/files/3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 3   3 Mar 2005 16:08:25 -   1.1
+++ 3   10 Apr 2014 19:18:49 -  1.2
@@ -3,13 +3,12 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 echo 'Waiting for getties to stop...'
-svwaitdown -xk -t10 /var/service/getty-*
+sv shutdown -w 10 /var/service/getty-*
 
 echo 'Waiting for services to stop...'
-svwaitdown -xk -t300 /var/service/*
+sv shutdown -w 300 /var/service/*
 
 echo 'Shutdown...'
 test -x /etc/runit/reboot  LAST=6|| LAST=0
 test -x /etc/runit/reboot  RC=reboot || RC=shutdown
 RUNLEVEL=$LAST /sbin/rc $RC
-






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

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 19:27:44

  Modified: ChangeLog package.mask
  Log:
  Mask new sys-devel/llvm ebuild.

Revision  ChangesPath
1.8803   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8802
retrieving revision 1.8803
diff -u -r1.8802 -r1.8803
--- ChangeLog   10 Apr 2014 12:22:47 -  1.8802
+++ ChangeLog   10 Apr 2014 19:27:43 -  1.8803
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8802 2014/04/10 
12:22:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8803 2014/04/10 
19:27:43 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Apr 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask new sys-devel/llvm ebuild.
+
   10 Apr 2014; Tom Wijsman tom...@gentoo.org package.mask:
   Adjust mate-base/mate-file-manager mask to be mate-base/caja due to upstream
   name change.



1.15553  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15552
retrieving revision 1.15553
diff -u -r1.15552 -r1.15553
--- package.mask10 Apr 2014 12:22:47 -  1.15552
+++ package.mask10 Apr 2014 19:27:43 -  1.15553
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15552 2014/04/10 
12:22:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15553 2014/04/10 
19:27:43 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny mgo...@gentoo.org (10 Apr 2014)
+# The new version with refurbished install phase. Fixes multilib-
+# -portage compatibility (bug #506398) and /tmp ownership issue
+# (bug #506472). Masked for testing.
+=sys-devel/llvm-3.4-r2
+
 # Johannes Huber j...@gentoo.org (10 Apr 2014)
 # Masked for removal in 30 days. Doesn't build since KDE 4.9,
 # bumping to newest release from 2011 same result. Dead upstream.






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4-r2.ebuild ChangeLog

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 19:35:37

  Modified: ChangeLog
  Added:llvm-3.4-r2.ebuild
  Log:
  Backport the install phase changes to masked -r2.
  
  (Portage version: 2.2.10-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.188sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   10 Apr 2014 17:03:23 -  1.187
+++ ChangeLog   10 Apr 2014 19:35:36 -  1.188
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.187 2014/04/10 
17:03:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.188 2014/04/10 
19:35:36 mgorny Exp $
+
+*llvm-3.4-r2 (10 Apr 2014)
+
+  10 Apr 2014; Michał Górny mgo...@gentoo.org +llvm-3.4-r2.ebuild:
+  Backport the install phase changes to masked -r2.
 
   10 Apr 2014; Michał Górny mgo...@gentoo.org llvm-.ebuild:
   Re-apply the install phase fixes for multilib-portage (bug #506398) and /tmp



1.1  sys-devel/llvm/llvm-3.4-r2.ebuild

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

Index: llvm-3.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild,v 1.1 
2014/04/10 19:35:36 mgorny Exp $

EAPI=5

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

inherit cmake-utils eutils flag-o-matic multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs

DESCRIPTION=Low Level Virtual Machine
HOMEPAGE=http://llvm.org/;
SRC_URI=http://llvm.org/releases/${PV}/${P}.src.tar.gz
clang? ( http://llvm.org/releases/${PV}/compiler-rt-${PV}.src.tar.gz
http://llvm.org/releases/${PV}/clang-${PV}.src.tar.gz

http://llvm.org/releases/${PV}/clang-tools-extra-${PV}.src.tar.gz )
!doc? ( http://dev.gentoo.org/~mgorny/dist/${P}-manpages.tar.bz2 )

LICENSE=UoI-NCSA
SLOT=0/${PV}
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
IUSE=clang debug doc gold +libffi multitarget ncurses ocaml python
+static-analyzer test udis86 xml video_cards_radeon
kernel_Darwin kernel_FreeBSD

COMMON_DEPEND=
sys-libs/zlib:0=
clang? (
python? ( ${PYTHON_DEPS} )
static-analyzer? (
dev-lang/perl:*
${PYTHON_DEPS}
)
xml? ( dev-libs/libxml2:2= )
)
gold? ( =sys-devel/binutils-2.22:*[cxx] )
libffi? ( virtual/libffi:0=[${MULTILIB_USEDEP}] )
ncurses? ( sys-libs/ncurses:5=[${MULTILIB_USEDEP}] )
ocaml? ( dev-lang/ocaml:0= )
udis86? ( dev-libs/udis86:0=[pic(+),${MULTILIB_USEDEP}] )
DEPEND=${COMMON_DEPEND}
dev-lang/perl
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
|| ( =sys-devel/gcc-3.0 =sys-devel/gcc-apple-4.2.1
( =sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
)
|| ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-3.2.3 )
clang? ( xml? ( virtual/pkgconfig ) )
doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
${PYTHON_DEPS}
RDEPEND=${COMMON_DEPEND}
clang? ( !=sys-devel/clang-3.4-r99
!=sys-devel/clang- )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
PDEPEND=clang? ( =sys-devel/clang-3.4-r100 )

# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.
REQUIRED_USE=${PYTHON_REQUIRED_USE}
test? ( || ( $(python_gen_useflags 'python*') ) )

# Some people actually override that in make.conf. That sucks since
# we need to run install per-directory, and ninja can't do that...
# so why did it call itself ninja in the first place?
CMAKE_MAKEFILE_GENERATOR=emake

MULTILIB_CHOST_TOOLS=(

[gentoo-commits] dev/jmbsvicetto:master commit in: net-nds/phpldapadmin/files/, net-nds/phpldapadmin/

2014-04-10 Thread Jorge Manuel B. S. Vicetto
commit: 7ee51d74a1a7d4014029d9fb3729de1e99da357c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT gentoo 
DOT org
AuthorDate: Thu Apr 10 19:46:50 2014 +
Commit: Jorge Manuel B. S. Vicetto jmbsvicetto AT gentoo DOT org
CommitDate: Thu Apr 10 19:52:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=7ee51d74

Add a patch to allow phpldapadmin to build against php-5.5. Fixes bug 482340 - 
thanks to Alexander Stein.

---
 net-nds/phpldapadmin/Manifest  |   3 +-
 .../files/phpldapadmin-fix-php5.5-support.patch| 152 +
 net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild  |  49 +++
 3 files changed, 203 insertions(+), 1 deletion(-)

diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 912f16a..1d714a5 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1 +1,2 @@
-DIST phpldapadmin-1.2.2.tgz 1415565 SHA256 
8629ea3f14630d4dd74099c997ac9795240a6417d5d124517ba5860c12d8a239
+DIST phpldapadmin-1.2.2.tgz 1415565 SHA256 
8629ea3f14630d4dd74099c997ac9795240a6417d5d124517ba5860c12d8a239 SHA512 
262e177258fc0e1078333df3352fa66f099baa2ebd30ff3c5aa42dbf95811c4a7c5effda423171a8ac3558f03aa100ab6f48818c9df1f3ab6bb1e1e17e99
 WHIRLPOOL 
9d71144996308ced445ae7c09849f5c3cc72a58123bc17d5fe1301a947bd13922e391ed198231fad5a54a2075af9fa8da9c2e7c4dbae28263a678260864e568e
+DIST phpldapadmin-1.2.3.tgz 1115707 SHA256 
aecaf8c3ce77ba3899dd31ee5ee183555b2f9349eb8e196dcd33d8a3c485ed58 SHA512 
58a57ca577586685ebd0d7fde7e299b8945d1693018c7803e19239b79f4b9d72a4d207d53c9f284268e32398108038efafcdb434e634619bfe87db3524d267b6
 WHIRLPOOL 
2d8cf7dc9e3b509ed6884efa280e554aa34703ca829f377304b99ded20ad144ff445cae3630e83dbfd83799a85a3a2301903a4e298faf0884d3201ca0d21

diff --git a/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch 
b/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch
new file mode 100644
index 000..df6a7c1
--- /dev/null
+++ b/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch
@@ -0,0 +1,152 @@
+commit 7e53dab990748c546b79f0610c3a7a58431e9ebc
+Author: Michael Laccetti mich...@laccetti.com
+Date:   Thu Aug 29 09:13:56 2013 -0400
+
+Fixed two issues to get phpLdapAdmin to work under PHP 5.5.x
+1) password_hash is an actual function, so renamed instances to 
password_hash_custom (HT: 
https://sourceforge.net/mailarchive/message.php?msg_id=31302386)
+2) Fixed the preg_replace to preg_replace_callback to use the /e/ 
functionality in the officially endorsed fashion
+
+diff --git a/lib/PageRender.php b/lib/PageRender.php
+index 7d86a54..eed5d5f 100644
+--- a/lib/PageRender.php
 b/lib/PageRender.php
+@@ -287,7 +287,7 @@ class PageRender extends Visitor {
+   break;
+ 
+   default:
+-  $vals[$i] = 
password_hash($passwordvalue,$enc);
++  $vals[$i] = 
password_hash_custom($passwordvalue,$enc);
+   }
+ 
+   $vals = array_unique($vals);
+@@ -957,7 +957,7 @@ class PageRender extends Visitor {
+   if (trim($val))
+   $enc_type = get_enc_type($val);
+   else
+-  $enc_type = 
$server-getValue('appearance','password_hash');
++  $enc_type = 
$server-getValue('appearance','password_hash_custom');
+ 
+   $obfuscate_password = obfuscate_password_display($enc_type);
+ 
+@@ -982,7 +982,7 @@ class PageRender extends Visitor {
+   if (trim($val))
+   $enc_type = get_enc_type($val);
+   else
+-  $enc_type = 
$server-getValue('appearance','password_hash');
++  $enc_type = 
$server-getValue('appearance','password_hash_custom');
+ 
+   echo 'table cellspacing=0 cellpadding=0trtd 
valign=top';
+ 
+diff --git a/lib/ds_ldap.php b/lib/ds_ldap.php
+index c346660..7532539 100644
+--- a/lib/ds_ldap.php
 b/lib/ds_ldap.php
+@@ -1116,13 +1116,24 @@ class ldap extends DS {
+ 
+   if (is_array($dn)) {
+   $a = array();
+-  foreach ($dn as $key = $rdn)
+-  $a[$key] = 
preg_replace('/\\\([0-9A-Fa-f]{2})/e',''.chr(hexdec('\\1')).'',$rdn);
++  foreach ($dn as $key = $rdn) {
++  $a[$key] = 
preg_replace_callback('/\\\([0-9A-Fa-f]{2})/',
++  function ($m) {
++  return ''.chr(hexdec('\\1')).'';
++  },
++  $rdn
++  );
++  }
+ 
+   return $a;
+ 
+   } else
+-  

[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox: virtualbox-4.3.10-r2.ebuild ChangeLog virtualbox-4.3.10.ebuild virtualbox-4.3.10-r1.ebuild

2014-04-10 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/10 20:49:55

  Modified: ChangeLog
  Added:virtualbox-4.3.10-r2.ebuild
  Removed:  virtualbox-4.3.10.ebuild
virtualbox-4.3.10-r1.ebuild
  Log:
  Revbump because upstream changed release tarball again without increasing the 
version number (bug #507338)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.182app-emulation/virtualbox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   3 Apr 2014 12:06:45 -   1.181
+++ ChangeLog   10 Apr 2014 20:49:55 -  1.182
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/virtualbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.181 
2014/04/03 12:06:45 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.182 
2014/04/10 20:49:55 polynomial-c Exp $
+
+*virtualbox-4.3.10-r2 (10 Apr 2014)
+
+  10 Apr 2014; Lars Wendler polynomia...@gentoo.org
+  -virtualbox-4.3.10.ebuild, -virtualbox-4.3.10-r1.ebuild,
+  +virtualbox-4.3.10-r2.ebuild:
+  Revbump because upstream changed release tarball again without increasing the
+  version number. Thanks to Piotr Szymaniak for reporting this in bug #507338.
 
 *virtualbox-4.3.10-r1 (03 Apr 2014)
 



1.1  app-emulation/virtualbox/virtualbox-4.3.10-r2.ebuild

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

Index: virtualbox-4.3.10-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.3.10-r2.ebuild,v 
1.1 2014/04/10 20:49:55 polynomial-c Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit eutils fdo-mime flag-o-matic java-pkg-opt-2 linux-info multilib 
pax-utils python-single-r1 qt4-r2 toolchain-funcs udev

MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=VirtualBox-${MY_PV}
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2

http://dev.gentoo.org/~polynomial-c/${PN}/patchsets/${PN}-4.3.10-patches-01.tar.xz;
S=${WORKDIR}/${MY_P}

DESCRIPTION=Family of powerful x86 virtualization products for enterprise as 
well as home use
HOMEPAGE=http://www.virtualbox.org/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+additions alsa doc extensions headless java pam pulseaudio +opengl 
python +qt4 +sdk vboxwebsrv vnc

RDEPEND=!app-emulation/virtualbox-bin
~app-emulation/virtualbox-modules-${PV}
dev-libs/libIDL
=dev-libs/libxslt-1.1.19
net-misc/curl
dev-libs/openssl
dev-libs/libxml2
media-libs/libpng
media-libs/libvpx
sys-libs/zlib
=virtual/udev-171
!headless? (
qt4? (
dev-qt/qtgui:4
dev-qt/qtcore:4
opengl? ( dev-qt/qtopengl:4 )
x11-libs/libXinerama
)
opengl? ( virtual/opengl media-libs/freeglut )
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXmu
x11-libs/libXt
media-libs/libsdl:0[X,video]
)
vnc? ( =net-libs/libvncserver-0.9.9 )
java? ( || ( virtual/jre:1.7 virtual/jre:1.6 ) )
DEPEND=${RDEPEND}
=dev-util/kbuild-0.1.9998_pre20131130
=dev-lang/yasm-0.6.2
sys-devel/bin86
sys-power/iasl
pam? ( sys-libs/pam )
sys-libs/libcap
doc? (
dev-texlive/texlive-basic
dev-texlive/texlive-latex
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-latexextra
dev-texlive/texlive-fontsrecommended
dev-texlive/texlive-fontsextra
)
java? ( || ( virtual/jdk:1.7 virtual/jdk:1.6 ) )
virtual/pkgconfig
alsa? ( =media-libs/alsa-lib-1.0.13 )
!headless? ( x11-libs/libXinerama )
pulseaudio? ( 

[gentoo-commits] proj/kde:master commit in: kde-base/kio-extras/

2014-04-10 Thread Johannes Huber
commit: 5ab01c090b9d4416a5a6464c712ae000f751dd74
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Apr 10 21:27:53 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Apr 10 21:27:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5ab01c09

[kde-base/kio-extras] Add missing use dep

Package-Manager: portage-2.2.10

---
 kde-base/kio-extras/kio-extras-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kio-extras/kio-extras-.ebuild 
b/kde-base/kio-extras/kio-extras-.ebuild
index 6ce57ab..4dcf412 100644
--- a/kde-base/kio-extras/kio-extras-.ebuild
+++ b/kde-base/kio-extras/kio-extras-.ebuild
@@ -39,7 +39,7 @@ DEPEND=
exif? ( media-gfx/exiv2:= )
openexr? ( media-libs/openexr:= )
samba? ( || ( net-fs/samba-4.0.0_alpha1[smbclient] 
=net-fs/samba-4.0.0_alpha1[client] ) )
-   sftp? ( =net-libs/libssh-0.6.0:= )
+   sftp? ( =net-libs/libssh-0.6.0:=[sftp] )
slp? ( net-libs/openslp )
 
 RDEPEND=${DEPEND}



[gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-9999.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/10 21:38:04

  Modified: ChangeLog pkgcore-.ebuild
  Log:
  Generate plugin cache for every enabled python implementation.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.176sys-apps/pkgcore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   7 Apr 2014 18:15:55 -   1.175
+++ ChangeLog   10 Apr 2014 21:38:04 -  1.176
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pkgcore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.175 
2014/04/07 18:15:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.176 
2014/04/10 21:38:04 radhermit Exp $
+
+  10 Apr 2014; Tim Harder radher...@gentoo.org pkgcore-.ebuild:
+  Generate plugin cache for every enabled python implementation.
 
   07 Apr 2014; Tim Harder radher...@gentoo.org pkgcore-.ebuild:
   Use github repo.



1.17 sys-apps/pkgcore/pkgcore-.ebuild

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

Index: pkgcore-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pkgcore-.ebuild 7 Apr 2014 18:15:55 -   1.16
+++ pkgcore-.ebuild 10 Apr 2014 21:38:04 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v 1.16 
2014/04/07 18:15:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v 1.17 
2014/04/10 21:38:04 radhermit Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -73,5 +73,5 @@
 }
 
 pkg_postinst() {
-   pplugincache
+   python_foreach_impl pplugincache
 }






[gentoo-commits] proj/kde:master commit in: kde-base/kdepim-common-libs/, kde-base/kdepimlibs/, kde-base/kdepim-runtime/

2014-04-10 Thread Andreas Hüttel
commit: 1dae8bac78f55de4ba6a4dc93b979b00cebf4990
Author: Andreas K. Huettel (dilfridge) dilfridge AT gentoo DOT org
AuthorDate: Thu Apr 10 22:43:03 2014 +
Commit: Andreas Hüttel dilfridge AT gentoo DOT org
CommitDate: Thu Apr 10 22:43:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1dae8bac

[kde] bump all akonadi-server-1.12.0 requirements to 1.12.1

---
 kde-base/kdepim-common-libs/kdepim-common-libs-4.12.97.ebuild  | 2 +-
 kde-base/kdepim-common-libs/kdepim-common-libs-4.13.0.ebuild   | 2 +-
 kde-base/kdepim-common-libs/kdepim-common-libs-4.13.49..ebuild | 2 +-
 kde-base/kdepim-common-libs/kdepim-common-libs-.ebuild | 2 +-
 kde-base/kdepim-runtime/kdepim-runtime-4.12.97.ebuild  | 2 +-
 kde-base/kdepim-runtime/kdepim-runtime-4.13.0.ebuild   | 2 +-
 kde-base/kdepim-runtime/kdepim-runtime-4.13.49..ebuild | 2 +-
 kde-base/kdepim-runtime/kdepim-runtime-.ebuild | 2 +-
 kde-base/kdepimlibs/kdepimlibs-4.12.97.ebuild  | 2 +-
 kde-base/kdepimlibs/kdepimlibs-4.13.0.ebuild   | 2 +-
 kde-base/kdepimlibs/kdepimlibs-4.13.49..ebuild | 2 +-
 kde-base/kdepimlibs/kdepimlibs-.ebuild | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.97.ebuild 
b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.97.ebuild
index 30e9c4f..e65b6bd 100644
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.97.ebuild
+++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.97.ebuild
@@ -14,7 +14,7 @@ IUSE=debug
 
 DEPEND=
app-crypt/gpgme
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/grantlee
$(add_kdebase_dep baloo)
$(add_kdebase_dep kdepimlibs)

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.0.ebuild 
b/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.0.ebuild
index 30e9c4f..e65b6bd 100644
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.0.ebuild
+++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.0.ebuild
@@ -14,7 +14,7 @@ IUSE=debug
 
 DEPEND=
app-crypt/gpgme
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/grantlee
$(add_kdebase_dep baloo)
$(add_kdebase_dep kdepimlibs)

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.49..ebuild 
b/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.49..ebuild
index 47de13a..bb398d8 100644
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.49..ebuild
+++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.13.49..ebuild
@@ -14,7 +14,7 @@ IUSE=debug
 
 DEPEND=
app-crypt/gpgme
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/grantlee
$(add_kdebase_dep baloo)
$(add_kdebase_dep kdepimlibs)

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-.ebuild 
b/kde-base/kdepim-common-libs/kdepim-common-libs-.ebuild
index 47de13a..bb398d8 100644
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-.ebuild
+++ b/kde-base/kdepim-common-libs/kdepim-common-libs-.ebuild
@@ -14,7 +14,7 @@ IUSE=debug
 
 DEPEND=
app-crypt/gpgme
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/grantlee
$(add_kdebase_dep baloo)
$(add_kdebase_dep kdepimlibs)

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.12.97.ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4.12.97.ebuild
index f14b4a8..f0ea397 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.12.97.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.12.97.ebuild
@@ -15,7 +15,7 @@ RESTRICT=test
 # Would need test programs _testrunner and akonaditest from kdepimlibs, see 
bug 313233
 
 DEPEND=
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/boost:=
dev-libs/libxml2:2
dev-libs/libxslt

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.13.0.ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4.13.0.ebuild
index 13c5f2d..2ccd559 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.13.0.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.13.0.ebuild
@@ -15,7 +15,7 @@ RESTRICT=test
 # Would need test programs _testrunner and akonaditest from kdepimlibs, see 
bug 313233
 
 DEPEND=
-   =app-office/akonadi-server-1.12.0
+   =app-office/akonadi-server-1.12.1
dev-libs/boost:=
dev-libs/libxml2:2
dev-libs/libxslt

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.13.49..ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4.13.49..ebuild
index 604a1f2..459b4d9 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.13.49..ebuild
+++ 

[gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/, kde-base/kde-l10n/

2014-04-10 Thread Andreas Hüttel
commit: 022d2d1eb13f916ca9e34d879302bf660ff62109
Author: Andreas K. Huettel (dilfridge) dilfridge AT gentoo DOT org
AuthorDate: Thu Apr 10 22:45:56 2014 +
Commit: Andreas Hüttel dilfridge AT gentoo DOT org
CommitDate: Thu Apr 10 22:45:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=022d2d1e

[kde] fix l10n ebuidls

---
 kde-base/kde-l10n/kde-l10n-4.13.0.ebuild   | 129 ++-
 kde-base/kdepim-l10n/kdepim-l10n-4.13.0.ebuild | 135 +
 2 files changed, 125 insertions(+), 139 deletions(-)

diff --git a/kde-base/kde-l10n/kde-l10n-4.13.0.ebuild 
b/kde-base/kde-l10n/kde-l10n-4.13.0.ebuild
index 0505de5..8b6218f 100644
--- a/kde-base/kde-l10n/kde-l10n-4.13.0.ebuild
+++ b/kde-base/kde-l10n/kde-l10n-4.13.0.ebuild
@@ -4,112 +4,89 @@
 
 EAPI=5
 
-KDE_SCM=svn
+KDE_HANDBOOK=optional
 inherit kde4-base
 
 DESCRIPTION=KDE internationalization package
 HOMEPAGE=http://l10n.kde.org;
-DEPEND==sys-devel/gettext-0.17
-RDEPEND=${DEPEND}
 
-KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
+DEPEND=
+   sys-devel/gettext
+
+RDEPEND=!kde-base/konq-plugins-4.6
+
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
-LANGS=af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr
-   fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml
-   ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta 
te tg
-   th tr uk uz vi wa xh zh_CN zh_HK zh_TW
-for LNG in ${LANGS}; do
-   IUSE=${IUSE} linguas_${LNG}
+# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
+MY_LANGS=ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hi
+hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk sl
+sr sv tr ug uk vi wa zh_CN zh_TW
+
+URI_BASE=${SRC_URI/-${PV}.tar.xz/}
+SRC_URI=
+
+for MY_LANG in ${MY_LANGS} ; do
+   IUSE=${IUSE} linguas_${MY_LANG}
+   SRC_URI=${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )
 done
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-   local lng
-   for lng in ${LINGUAS}; do
-   enabled_linguas+= ${lng}
-   done
-   if [[ -z ${enabled_linguas} ]]; then
+
+S=${WORKDIR}
+
+src_unpack() {
+   local LNG DIR
+   if [[ -z ${A} ]]; then
elog
elog You either have the LINGUAS variable unset, or it only
elog contains languages not supported by ${P}.
elog You won't have any additional language support.
elog
elog ${P} supports these language codes:
-   elog ${LANGS}
+   elog ${MY_LANGS}
elog
fi
-   kde4-base_pkg_setup
-}
 
-src_unpack() {
-   local lng
-
-   for lng in ${enabled_linguas}; do
-   
ESVN_REPO_URI=svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/${lng}
-   S=${WORKDIR}/${PN}/${lng}
-   subversion_src_unpack
-   done
-   ESVN_REPO_URI=svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts
-   S=${WORKDIR}/${PN}/scripts
-   subversion_src_unpack
-   S=${WORKDIR}/${PN}
-   kde4-base_src_unpack
-}
+   [[ -n ${A} ]]  unpack ${A}
+   cd ${S}
 
-src_prepare() {
-   for lng in ${enabled_linguas}; do
-   # we dont want l10n for all playground stuff we need it only 
for kde!
-   rm -r ${S}/${lng}/data/calligra
-   rm -r ${S}/${lng}/docs/extragear*
-   rm -r ${S}/${lng}/docs/playground*
-   rm -r ${S}/${lng}/docs/kdereview
-   rm -r ${S}/${lng}/docs/calligra
-   rm -r ${S}/${lng}/docs/koffice
-   rm -r ${S}/${lng}/messages/extragear*
-   rm -r ${S}/${lng}/messages/playground*
-   rm -r ${S}/${lng}/messages/kdereview
-   rm -r ${S}/${lng}/messages/calligra
-   rm -r ${S}/${lng}/messages/koffice
-
-   # remove kdepim stuff as well, we have it in seperate 
kdepim-l10n package
-   rm -r ${S}/${lng}/messages/kdepim*
-   rm -r ${S}/${lng}/docmessages/kdepim*
-   rm -r ${S}/${lng}/docs/kdepim*
-   done
+   # add all linguas to cmake
+   if [[ -n ${A} ]]; then
+   for LNG in ${LINGUAS}; do
+   DIR=${PN}-${LNG}-${PV}
+   if [[ -d ${DIR} ]] ; then
+   echo add_subdirectory( ${DIR} )  
${S}/CMakeLists.txt
+   fi
+   done
+   fi
 }
 
-src_configure() {
-   local lng
-
-   if [[ ! -z ${enabled_linguas} ]]; then
-   cat -EOF  ${S}/CMakeLists.txt
-   project(kde-l10n)
-
-   find_package(KDE4 REQUIRED)
-   include (KDE4Defaults)
-   include(MacroOptionalAddSubdirectory)
+src_prepare() {
+   find ${S} -name CMakeLists.txt 

[gentoo-commits] proj/multilib-portage:master commit in: profiles/base/

2014-04-10 Thread Thomas Sachau
commit: 394a436d18814e0de25d65e24c385004f1fd347a
Author: Thomas Sachau tommy AT gentoo DOT org
AuthorDate: Thu Apr 10 23:39:43 2014 +
Commit: Thomas Sachau tommy AT gentoo DOT org
CommitDate: Thu Apr 10 23:39:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/multilib-portage.git;a=commit;h=394a436d

Unmask fixed revision, copied mask entry from main tree for llvm

---
 profiles/base/package.unmask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.unmask b/profiles/base/package.unmask
index fed6d9e..dd3c56a 100644
--- a/profiles/base/package.unmask
+++ b/profiles/base/package.unmask
@@ -1 +1,6 @@
 =app-emulation/emul-linux-x86-baselibs-
+# Michał Górny mgo...@gentoo.org (10 Apr 2014)
+# The new version with refurbished install phase. Fixes multilib-
+# -portage compatibility (bug #506398) and /tmp ownership issue
+# (bug #506472). Masked for testing.
+=sys-devel/llvm-3.4-r2



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

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 00:28:33

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



[gentoo-commits] gentoo-x86 commit in dev-python/mock/files: mock-1.0.1-fix-python3.4.patch

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 00:41:55

  Added:mock-1.0.1-fix-python3.4.patch
  Log:
  Add python3.4 to PYTHON_COMPAT in mock-1.0.1-r1
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
3C472B56)

Revision  ChangesPath
1.1  dev-python/mock/files/mock-1.0.1-fix-python3.4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/files/mock-1.0.1-fix-python3.4.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/files/mock-1.0.1-fix-python3.4.patch?rev=1.1content-type=text/plain

Index: mock-1.0.1-fix-python3.4.patch
===
# Fix test errors with python 3.4 - thanks to Ubuntu developer Barry Warsaw.

diff -r d356250e275d mock.py
--- a/mock.py   Tue Apr 09 14:53:33 2013 +0100
+++ b/mock.py   Wed Feb 26 15:12:18 2014 -0500
@@ -239,12 +239,21 @@
 funcopy.__name__ = func.__name__
 funcopy.__doc__ = func.__doc__
 #funcopy.__dict__.update(func.__dict__)
-funcopy.__module__ = func.__module__
+try:
+funcopy.__module__ = func.__module__
+except AttributeError:
+pass
 if not inPy3k:
 funcopy.func_defaults = func.func_defaults
 return
-funcopy.__defaults__ = func.__defaults__
-funcopy.__kwdefaults__ = func.__kwdefaults__
+try:
+funcopy.__defaults__ = func.__defaults__
+except AttributeError:
+pass
+try:
+funcopy.__kwdefaults__ = func.__kwdefaults__
+except AttributeError:
+pass
 
 
 def _callable(obj):






[gentoo-commits] gentoo-x86 commit in dev-python/pip: pip-1.5.4-r1.ebuild ChangeLog

2014-04-10 Thread Jan Matejka (yac)
yac 14/04/11 00:42:45

  Modified: ChangeLog
  Added:pip-1.5.4-r1.ebuild
  Log:
  Add convenience symlinks, fixes BGO#506834
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
F97A36A1)

Revision  ChangesPath
1.30 dev-python/pip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   31 Mar 2014 20:40:09 -  1.29
+++ ChangeLog   11 Apr 2014 00:42:45 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.29 2014/03/31 
20:40:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.30 2014/04/11 
00:42:45 yac Exp $
+
+*pip-1.5.4-r1 (11 Apr 2014)
+
+  11 Apr 2014; Jan Matejka y...@gentoo.org +pip-1.5.4-r1.ebuild:
+  Add convenience symlinks, fixes BGO#506834
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org pip-1.4.1.ebuild,
   pip-1.5.2.ebuild, pip-1.5.4.ebuild, pip-1.5.ebuild:



1.1  dev-python/pip/pip-1.5.4-r1.ebuild

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

Index: pip-1.5.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.4-r1.ebuild,v 1.1 
2014/04/11 00:42:45 yac Exp $

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

inherit bash-completion-r1 distutils-r1

DESCRIPTION=Installs python packages -- replacement for easy_install
HOMEPAGE=http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
SLOT=0
IUSE=zsh-completion

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

# required test data isn't bundled with the tarball
RESTRICT=test

PATCHES=( ${FILESDIR}/${PN}-1.5-unversioned.patch )

python_install_all() {
local DOCS=( AUTHORS.txt docs/*.rst )
distutils-r1_python_install_all

COMPLETION=${T}/completion.tmp

${EPYTHON} pip/runner.py completion --bash  ${COMPLETION} || die
newbashcomp ${COMPLETION} ${PN}

if use zsh-completion ; then
${EPYTHON} pip/runner.py completion --zsh  ${COMPLETION} || 
die
insinto /usr/share/zsh/site-functions
newins ${COMPLETION} _pip
fi
}


python_install() {
distutils-r1_python_install

if [[ ${EPYTHON} == python* ]]; then
dosym ../lib/python-exec/${EPYTHON}/pip \
/usr/bin/pip${EPYTHON#python}
fi
}






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

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 00:46:08

  Modified: ChangeLog
  Added:sqlalchemy-0.9.4.ebuild
  Log:
  Version bump to sqlalchemy 0.9.4 and add python 3.4 to PYTHON_COMPAT
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
3C472B56)

Revision  ChangesPath
1.122dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   7 Apr 2014 19:44:18 -   1.121
+++ ChangeLog   11 Apr 2014 00:46:08 -  1.122
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.121 
2014/04/07 19:44:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.122 
2014/04/11 00:46:08 sdamashek Exp $
+
+*sqlalchemy-0.9.4 (11 Apr 2014)
+
+  11 Apr 2014; Samuel Damashek sdamas...@gentoo.org +sqlalchemy-0.9.4.ebuild:
+  Version bump to sqlalchemy 0.9.4 and add python 3.4 to PYTHON_COMPAT
 
   07 Apr 2014; Markus Meier mae...@gentoo.org sqlalchemy-0.9.2.ebuild:
   arm stable, bug #505840



1.1  dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild

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

Index: sqlalchemy-0.9.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild,v 1.1 
2014/04/11 00:46:08 sdamashek Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
PYTHON_REQ_USE=sqlite?

inherit distutils-r1 eutils flag-o-matic

MY_PN=SQLAlchemy
MY_P=${MY_PN}-${PV/_}

DESCRIPTION=Python SQL toolkit and Object Relational Mapper
HOMEPAGE=http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy;
SRC_URI=mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc examples +sqlite test

RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
sqlite? ( =dev-db/sqlite-3.3.13 )

DEPEND=${RDEPEND}
test? (
=dev-db/sqlite-3.3.13
=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)
S=${WORKDIR}/${MY_P}

python_prepare_all() {
# Disable tests hardcoding function call counts specific to Python 
versions.
rm -r test/aaa_profiling || die
distutils-r1_python_prepare_all
}

python_compile() {
if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
# Create copies of necessary files in BUILD_DIR.
cp -pR examples sqla_nose.py setup.cfg test ${BUILD_DIR} || die
pushd ${BUILD_DIR}  /dev/null
if [[ ${EPYTHON} == python3.2 ]]; then
2to3 --no-diffs -w test
${PYTHON} sqla_nose.py -e test_reflect || die Testsuite 
failed under ${EPYTHON}
else
${PYTHON} sqla_nose.py || die Testsuite failed under 
${EPYTHON}
fi
popd  /dev/null
}

python_install_all() {
use doc  HTML_DOCS=( doc/. )

use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
if ! has_version dev-python/mysql-python; then
elog For MySQL support, install 
dev-python/mysql-python
fi

if ! has_version dev-python/pymssql; then
elog For mssql support, install dev-python/pymssql
fi

if ! has_version dev-python/psycopg:2; then
elog For postgresql support, install 
dev-python/psycopg:2
fi
fi
}






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

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 01:01:28

  Modified: sqlalchemy-0.9.4.ebuild ChangeLog
  Log:
  Require sqlite use flag if tests are being run.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
3C472B56)

Revision  ChangesPath
1.2  dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild

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

Index: sqlalchemy-0.9.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlalchemy-0.9.4.ebuild 11 Apr 2014 00:46:08 -  1.1
+++ sqlalchemy-0.9.4.ebuild 11 Apr 2014 01:01:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild,v 1.1 
2014/04/11 00:46:08 sdamashek Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.4.ebuild,v 1.2 
2014/04/11 01:01:28 sdamashek Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -19,6 +19,7 @@
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples +sqlite test
+REQUIRED_USE=test? ( sqlite )
 
 RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
sqlite? ( =dev-db/sqlite-3.3.13 )



1.123dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   11 Apr 2014 00:46:08 -  1.122
+++ ChangeLog   11 Apr 2014 01:01:28 -  1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.122 
2014/04/11 00:46:08 sdamashek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.123 
2014/04/11 01:01:28 sdamashek Exp $
+
+  11 Apr 2014; Samuel Damashek sdamas...@gentoo.org sqlalchemy-0.9.4.ebuild:
+  Require sqlite use flag if tests are being run.
 
 *sqlalchemy-0.9.4 (11 Apr 2014)
 






[gentoo-commits] dev/jmbsvicetto:master commit in: net-nds/phpldapadmin/

2014-04-10 Thread Jorge Manuel B. S. Vicetto
commit: d35a4d79422b5ce94e1dbd0d3352e873629fa9f1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT gentoo 
DOT org
AuthorDate: Fri Apr 11 01:32:55 2014 +
Commit: Jorge Manuel B. S. Vicetto jmbsvicetto AT gentoo DOT org
CommitDate: Fri Apr 11 01:32:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=d35a4d79

Fix copyright date, bump EAPI and clean-up.

---
 net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild 
b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
index 970af1a..ddcba51 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v 1.1 
2012/11/12 12:04:32 jmbsvicetto Exp $
+# $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit webapp depend.php
 



[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.3-r1.ebuild ChangeLog

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:36:30

  Modified: ChangeLog
  Added:phpldapadmin-1.2.3-r1.ebuild
  Log:
  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5. 
Fixes bug 482340 - thanks to Alexander Stein.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.58 net-nds/phpldapadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   12 Nov 2012 12:04:32 -  1.57
+++ ChangeLog   11 Apr 2014 01:36:30 -  1.58
@@ -1,6 +1,13 @@
 # ChangeLog for net-nds/phpldapadmin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.57 
2012/11/12 12:04:32 jmbsvicetto Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.58 
2014/04/11 01:36:30 jmbsvicetto Exp $
+
+*phpldapadmin-1.2.3-r1 (11 Apr 2014)
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +files/phpldapadmin-fix-php5.5-support.patch, +phpldapadmin-1.2.3-r1.ebuild:
+  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5.
+  Fixes bug 482340 - thanks to Alexander Stein.
 
 *phpldapadmin-1.2.3 (12 Nov 2012)
 



1.1  net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild

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

Index: phpldapadmin-1.2.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild,v 1.1 
2014/04/11 01:36:30 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

DESCRIPTION=phpLDAPadmin is a web-based tool for managing all aspects of your 
LDAP server.
HOMEPAGE=http://phpldapadmin.sourceforge.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tgz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
IUSE=

RDEPEND=dev-lang/php[hash,ldap,session,xml,nls]
 || ( dev-lang/php-5.3[pcre] =dev-lang/php-5.3 )

need_httpd_cgi
need_php_httpd

src_prepare() {
mv config/config.php.example config/config.php
epatch ${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch
# 
http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd

epatch ${FILESDIR}/${PN}-fix-php5.5-support.patch
# 
http://sourceforge.net/u/nihilisticz/phpldapadmin/ci/7e53dab990748c546b79f0610c3a7a58431e9ebc/
# This patch has been requested to be merged, but there's no recent 
activity by upstream
}

src_install() {
webapp_src_preinst

dodoc INSTALL

# Restrict config file access - bug 280836
chown root:apache config/config.php
chmod 640 config/config.php

insinto ${MY_HTDOCSDIR}
doins -r *

webapp_configfile ${MY_HTDOCSDIR}/config/config.php
webapp_postinst_txt en ${FILESDIR}/postinstall2-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin/files: phpldapadmin-fix-php5.5-support.patch

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:36:30

  Added:phpldapadmin-fix-php5.5-support.patch
  Log:
  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5. 
Fixes bug 482340 - thanks to Alexander Stein.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.1  
net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch?rev=1.1content-type=text/plain

Index: phpldapadmin-fix-php5.5-support.patch
===
commit 7e53dab990748c546b79f0610c3a7a58431e9ebc
Author: Michael Laccetti mich...@laccetti.com
Date:   Thu Aug 29 09:13:56 2013 -0400

Fixed two issues to get phpLdapAdmin to work under PHP 5.5.x
1) password_hash is an actual function, so renamed instances to 
password_hash_custom (HT: 
https://sourceforge.net/mailarchive/message.php?msg_id=31302386)
2) Fixed the preg_replace to preg_replace_callback to use the /e/ 
functionality in the officially endorsed fashion

diff --git a/lib/PageRender.php b/lib/PageRender.php
index 7d86a54..eed5d5f 100644
--- a/lib/PageRender.php
+++ b/lib/PageRender.php
@@ -287,7 +287,7 @@ class PageRender extends Visitor {
break;
 
default:
-   $vals[$i] = 
password_hash($passwordvalue,$enc);
+   $vals[$i] = 
password_hash_custom($passwordvalue,$enc);
}
 
$vals = array_unique($vals);
@@ -957,7 +957,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else
-   $enc_type = 
$server-getValue('appearance','password_hash');
+   $enc_type = 
$server-getValue('appearance','password_hash_custom');
 
$obfuscate_password = obfuscate_password_display($enc_type);
 
@@ -982,7 +982,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else
-   $enc_type = 
$server-getValue('appearance','password_hash');
+   $enc_type = 
$server-getValue('appearance','password_hash_custom');
 
echo 'table cellspacing=0 cellpadding=0trtd 
valign=top';
 
diff --git a/lib/ds_ldap.php b/lib/ds_ldap.php
index c346660..7532539 100644
--- a/lib/ds_ldap.php
+++ b/lib/ds_ldap.php
@@ -1116,13 +1116,24 @@ class ldap extends DS {
 
if (is_array($dn)) {
$a = array();
-   foreach ($dn as $key = $rdn)
-   $a[$key] = 
preg_replace('/\\\([0-9A-Fa-f]{2})/e',''.chr(hexdec('\\1')).'',$rdn);
+   foreach ($dn as $key = $rdn) {
+   $a[$key] = 
preg_replace_callback('/\\\([0-9A-Fa-f]{2})/',
+   function ($m) {
+   return ''.chr(hexdec('\\1')).'';
+   },
+   $rdn
+   );
+   }
 
return $a;
 
} else
-   return 
preg_replace('/\\\([0-9A-Fa-f]{2})/e',''.chr(hexdec('\\1')).'',$dn);
+return preg_replace_callback('/\\\([0-9A-Fa-f]{2})/',
+   function ($m) {
+   return ''.chr(hexdec('\\1')).'';
+   },
+   $dn
+   );
}
 
public function getRootDSE($method=null) {
diff --git a/lib/ds_ldap_pla.php b/lib/ds_ldap_pla.php
index 7ece393..6b0990e 100644
--- a/lib/ds_ldap_pla.php
+++ b/lib/ds_ldap_pla.php
@@ -16,7 +16,7 @@ class ldap_pla extends ldap {
function __construct($index) {
parent::__construct($index);
 
-   $this-default-appearance['password_hash'] = array(
+   $this-default-appearance['password_hash_custom'] = array(
'desc'='Default HASH to use for passwords',
'default'='md5');
 
diff --git a/lib/functions.php b/lib/functions.php
index 56d8bf3..5ac3caf 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -2127,7 +2127,7 @@ function password_types() {
  *crypt, ext_des, md5crypt, blowfish, md5, sha, smd5, ssha, sha512, or 
clear.
  * @return string The hashed password.
  */
-function 

[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: ChangeLog phpldapadmin-1.2.0.5.ebuild phpldapadmin-1.2.1.1.ebuild phpldapadmin-1.2.1.1-r1.ebuild phpldapadmin-1.2.2-r1.ebuild phpldapadmin-1

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:39:57

  Modified: ChangeLog
  Removed:  phpldapadmin-1.2.0.5.ebuild
phpldapadmin-1.2.1.1.ebuild
phpldapadmin-1.2.1.1-r1.ebuild
phpldapadmin-1.2.2-r1.ebuild
phpldapadmin-1.2.2.ebuild
phpldapadmin-1.2.0.4-r1.ebuild
  Log:
  Remove old versions.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.59 net-nds/phpldapadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   11 Apr 2014 01:36:30 -  1.58
+++ ChangeLog   11 Apr 2014 01:39:57 -  1.59
@@ -1,6 +1,12 @@
 # ChangeLog for net-nds/phpldapadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.58 
2014/04/11 01:36:30 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.59 
2014/04/11 01:39:57 jmbsvicetto Exp $
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpldapadmin-1.2.0.4-r1.ebuild, -phpldapadmin-1.2.0.5.ebuild,
+  -phpldapadmin-1.2.1.1-r1.ebuild, -phpldapadmin-1.2.1.1.ebuild,
+  -phpldapadmin-1.2.2-r1.ebuild, -phpldapadmin-1.2.2.ebuild:
+  Remove old versions.
 
 *phpldapadmin-1.2.3-r1 (11 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.3.ebuild ChangeLog

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:41:31

  Modified: phpldapadmin-1.2.3.ebuild ChangeLog
  Log:
  Bump EAPI on 1.2.3 release.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.2  net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild

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

Index: phpldapadmin-1.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phpldapadmin-1.2.3.ebuild   12 Nov 2012 12:04:32 -  1.1
+++ phpldapadmin-1.2.3.ebuild   11 Apr 2014 01:41:31 -  1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v 1.1 
2012/11/12 12:04:32 jmbsvicetto Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v 1.2 
2014/04/11 01:41:31 jmbsvicetto Exp $
 
-EAPI=2
+EAPI=5
 
 inherit webapp depend.php
 



1.60 net-nds/phpldapadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   11 Apr 2014 01:39:57 -  1.59
+++ ChangeLog   11 Apr 2014 01:41:31 -  1.60
@@ -1,6 +1,10 @@
 # ChangeLog for net-nds/phpldapadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.59 
2014/04/11 01:39:57 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.60 
2014/04/11 01:41:31 jmbsvicetto Exp $
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  phpldapadmin-1.2.3.ebuild:
+  Bump EAPI on 1.2.3 release.
 
   11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpldapadmin-1.2.0.4-r1.ebuild, -phpldapadmin-1.2.0.5.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-util/byacc: ChangeLog byacc-20140409.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 01:52:47

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

Revision  ChangesPath
1.93 dev-util/byacc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   19 Mar 2014 15:25:43 -  1.92
+++ ChangeLog   11 Apr 2014 01:52:47 -  1.93
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/byacc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.92 2014/03/19 
15:25:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.93 2014/04/11 
01:52:47 radhermit Exp $
+
+*byacc-20140409 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +byacc-20140409.ebuild:
+  Version bump.
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org byacc-20140101.ebuild:
   Stable for alpha, wrt bug #502802



1.1  dev-util/byacc/byacc-20140409.ebuild

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

Index: byacc-20140409.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140409.ebuild,v 1.1 
2014/04/11 01:52:47 radhermit Exp $

EAPI=5

DESCRIPTION=the best variant of the Yacc parser generator
HOMEPAGE=http://invisible-island.net/byacc/byacc.html;
SRC_URI=ftp://invisible-island.net/byacc/${P}.tgz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris

DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )

src_configure() {
econf --program-prefix=b
}






[gentoo-commits] gentoo-x86 commit in app-text/docx2txt: ChangeLog docx2txt-1.3.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 01:55:23

  Modified: ChangeLog
  Added:docx2txt-1.3.ebuild
  Log:
  Version bump (bug #507110).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.5  app-text/docx2txt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/docx2txt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Mar 2012 11:50:54 -   1.4
+++ ChangeLog   11 Apr 2014 01:55:23 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/docx2txt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docx2txt/ChangeLog,v 1.4 
2012/03/06 11:50:54 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/docx2txt/ChangeLog,v 1.5 
2014/04/11 01:55:23 radhermit Exp $
+
+*docx2txt-1.3 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +docx2txt-1.3.ebuild:
+  Version bump (bug #507110).
 
   06 Mar 2012; Tim Harder radher...@gentoo.org -docx2txt-1.0.ebuild,
   -files/docx2txt-1.0-paragraph-newline.patch, -docx2txt-1.1.ebuild:



1.1  app-text/docx2txt/docx2txt-1.3.ebuild

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

Index: docx2txt-1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/docx2txt/docx2txt-1.3.ebuild,v 1.1 
2014/04/11 01:55:23 radhermit Exp $

EAPI=5

inherit eutils

DESCRIPTION=Convert MS Office docx files to plain text
HOMEPAGE=http://docx2txt.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tgz

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

RDEPEND=app-arch/unzip
dev-lang/perl

src_prepare() {
epatch ${FILESDIR}/${PN}-1.1-paragraph-newline.patch
}

src_compile() { :; }

src_install() {
newbin docx2txt.pl docx2txt
dodoc docx2txt.config README ChangeLog ToDo AUTHORS
}






[gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-3.18.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 01:59:41

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

Revision  ChangesPath
1.89 app-text/highlight/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   19 Mar 2014 16:13:25 -  1.88
+++ ChangeLog   11 Apr 2014 01:59:40 -  1.89
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.88 
2014/03/19 16:13:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.89 
2014/04/11 01:59:40 radhermit Exp $
+
+*highlight-3.18 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +highlight-3.18.ebuild:
+  Version bump.
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org highlight-3.17.ebuild:
   Stable for alpha, wrt bug #502628



1.1  app-text/highlight/highlight-3.18.ebuild

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

Index: highlight-3.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.18.ebuild,v 
1.1 2014/04/11 01:59:40 radhermit Exp $

EAPI=5

inherit toolchain-funcs qt4-r2 flag-o-matic

DESCRIPTION=converts source code to formatted text ((X)HTML, RTF, (La)TeX, 
XSL-FO, XML) with syntax highlight
HOMEPAGE=http://www.andre-simon.de/;
SRC_URI=http://www.andre-simon.de/zip/${P}.tar.bz2;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
IUSE=examples qt4

RDEPEND=dev-lang/lua
qt4? (
dev-qt/qtgui:4
dev-qt/qtcore:4
)
DEPEND=${RDEPEND}
dev-libs/boost
virtual/pkgconfig

src_prepare() {
sed -i /LSB_DOC_DIR/s:doc/${PN}:doc/${PF}: \
src/core/datadir.cpp || die

if has_version 'dev-lang/lua-5.2' ; then
sed -i 's/-DUSE_LUA52//' src/makefile || die
fi
}

src_compile() {
myhlopts=(
CXX=$(tc-getCXX)
AR=$(tc-getAR)
LDFLAGS=${LDFLAGS}
CFLAGS=${CXXFLAGS}
DESTDIR=${D}
PREFIX=${EPREFIX}/usr
HL_CONFIG_DIR=${EPREFIX}/etc/highlight/
HL_DATA_DIR=${EPREFIX}/usr/share/highlight/
doc_dir=${EPREFIX}/usr/share/doc/${PF}/
conf_dir=${EPREFIX}/etc/highlight/
)
emake -f makefile ${myhlopts[@]}
if use qt4 ; then
cd src/gui-qt
eqmake4 
'DEFINES+=DATA_DIR=\\\'${EPREFIX}'/usr/share/${PN}/\\\ 
CONFIG_DIR=\\\'${EPREFIX}'/etc/${PN}/\\\ 
DOC_DIR=\\\'${EPREFIX}'/usr/share/doc/${PF}/\\\'
emake
fi
}

src_install() {
emake -f makefile ${myhlopts[@]} install
use qt4  emake -f makefile ${myhlopts[@]} install-gui

if use examples ; then
docompress -x /usr/share/doc/${PF}/examples
else
rm -rf ${ED}/usr/share/doc/${PF}/examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/mock: mock-1.0.1-r1.ebuild mock-1.0.1-r2.ebuild ChangeLog

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 02:00:05

  Modified: mock-1.0.1-r1.ebuild ChangeLog
  Added:mock-1.0.1-r2.ebuild
  Log:
  Roll back stable mock-1.0.1-r1 to original state, create new keyworded 
mock-1.0.1-r2 with python3.4 fixes
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
3C472B56)

Revision  ChangesPath
1.19 dev-python/mock/mock-1.0.1-r1.ebuild

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

Index: mock-1.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mock-1.0.1-r1.ebuild11 Apr 2014 00:41:54 -  1.18
+++ mock-1.0.1-r1.ebuild11 Apr 2014 02:00:05 -  1.19
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r1.ebuild,v 1.18 
2014/04/11 00:41:54 sdamashek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r1.ebuild,v 1.19 
2014/04/11 02:00:05 sdamashek Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 
@@ -22,10 +22,6 @@
virtual/python-unittest2[${PYTHON_USEDEP}] )
 RDEPEND=
 
-src_prepare() {
-   epatch ${FILESDIR}/${P}-fix-python3.4.patch
-}
-
 python_test() {
nosetests || die Tests fail with ${EPYTHON}
 }



1.75 dev-python/mock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   11 Apr 2014 00:41:54 -  1.74
+++ ChangeLog   11 Apr 2014 02:00:05 -  1.75
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.74 2014/04/11 
00:41:54 sdamashek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.75 2014/04/11 
02:00:05 sdamashek Exp $
+
+*mock-1.0.1-r2 (11 Apr 2014)
+
+  11 Apr 2014; Samuel Damashek sdamas...@gentoo.org +mock-1.0.1-r2.ebuild,
+  mock-1.0.1-r1.ebuild:
+  Roll back stable mock-1.0.1-r1 to original state, create new keyworded
+  mock-1.0.1-r2 with python3.4 fixes
 
   11 Apr 2014; Samuel Damashek sdamas...@gentoo.org
   +files/mock-1.0.1-fix-python3.4.patch, mock-1.0.1-r1.ebuild:



1.1  dev-python/mock/mock-1.0.1-r2.ebuild

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

Index: mock-1.0.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v 1.1 
2014/04/11 02:00:05 sdamashek Exp $

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

inherit distutils-r1

DESCRIPTION=A Python Mocking and Patching Library for Testing
HOMEPAGE=http://www.voidspace.org.uk/python/mock/ 
http://pypi.python.org/pypi/mock;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos
IUSE=doc test

# dev-python/unittest2 is not required with Python =3.2.
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
virtual/python-unittest2[${PYTHON_USEDEP}] )
RDEPEND=

src_prepare() {
epatch ${FILESDIR}/${P}-fix-python3.4.patch
}

python_test() {
nosetests || die Tests fail with ${EPYTHON}
}

python_install_all() {
local DOCS=( docs/*.txt )

distutils-r1_python_install_all

if use doc; then
dohtml -r html/ -x html/objects.inv -x html/output.txt -x 
html/_sources
fi
}






[gentoo-commits] gentoo-x86 commit in net-libs/gnutls: ChangeLog gnutls-3.2.13.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 02:09:50

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

Revision  ChangesPath
1.484net-libs/gnutls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- ChangeLog   29 Mar 2014 21:15:05 -  1.483
+++ ChangeLog   11 Apr 2014 02:09:50 -  1.484
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/gnutls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.483 
2014/03/29 21:15:05 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.484 
2014/04/11 02:09:50 radhermit Exp $
+
+*gnutls-3.2.13 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +gnutls-3.2.13.ebuild:
+  Version bump.
 
 *gnutls-2.12.23-r5 (29 Mar 2014)
 



1.1  net-libs/gnutls/gnutls-3.2.13.ebuild

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

Index: gnutls-3.2.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.13.ebuild,v 1.1 
2014/04/11 02:09:50 radhermit Exp $

EAPI=5

inherit autotools libtool eutils versionator

DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project
HOMEPAGE=http://www.gnutls.org/;
SRC_URI=ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz

# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
LICENSE=GPL-3 LGPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
IUSE_LINGUAS= en cs de fi fr it ms nl pl sv uk vi zh_CN
IUSE=+cxx +crywrap dane doc examples guile nls pkcs11 static-libs test zlib 
${IUSE_LINGUAS// / linguas_}
# heartbeat support is not disabled until re-licensing happens fullyf

# NOTICE: sys-devel/autogen is required at runtime as we
# use system libopts
RDEPEND==dev-libs/libtasn1-2.14
=dev-libs/nettle-2.7[gmp]
dev-libs/gmp
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( net-dns/unbound )
guile? ( =dev-scheme/guile-1.8[networking] )
nls? ( virtual/libintl )
pkcs11? ( =app-crypt/p11-kit-0.19.2 )
zlib? ( =sys-libs/zlib-1.2.3.1 )
DEPEND=${RDEPEND}
=sys-devel/automake-1.11.6
virtual/pkgconfig
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )
test? ( app-misc/datefudge )

DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO )

S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)

src_prepare() {
# tests/suite directory is not distributed
sed -i \
-e ':AC_CONFIG_FILES(\[tests/suite/Makefile\]):d' \
-e '/^AM_INIT_AUTOMAKE/s/-Werror//' \
configure.ac || die

sed -i \
-e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \
doc/Makefile.am || die

# force regeneration of autogen-ed files
local file
for file in $(grep -l AutoGen-ed src/*.c) ; do
rm src/$(basename ${file} .c).{c,h} || die
done

epatch 
${FILESDIR}/${PN}-2.12.23-gl-tests-getaddrinfo-skip-if-no-network.patch

# support user patches
epatch_user

eautoreconf

# Use sane .so versioning on FreeBSD.
elibtoolize

# bug 497472
use cxx || epunt_cxx
}

src_configure() {
LINGUAS=${LINGUAS//en/en@boldquot en@quot}

# TPM needs to be tested before being enabled
# hardware-accell is disabled on OSX because the asm files force
#   GNU-stack (as doesn't support that) and when that's removed ld
#   complains about duplicate symbols
econf \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html \
--disable-valgrind-tests \

[gentoo-commits] gentoo-x86 commit in app-misc/pfm: pfm-2.12.3.ebuild ChangeLog

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 02:15:03

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

Revision  ChangesPath
1.2  app-misc/pfm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/pfm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Nov 2011 09:28:25 -  1.1
+++ ChangeLog   11 Apr 2014 02:15:03 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/pfm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pfm/ChangeLog,v 1.1 2011/11/18 
09:28:25 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pfm/ChangeLog,v 1.2 2014/04/11 
02:15:03 radhermit Exp $
+
+*pfm-2.12.3 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +pfm-2.12.3.ebuild:
+  Version bump.
 
 *pfm-2.12.0 (18 Nov 2011)
 



1.1  app-misc/pfm/pfm-2.12.3.ebuild

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

Index: pfm-2.12.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pfm/pfm-2.12.3.ebuild,v 1.1 
2014/04/11 02:15:03 radhermit Exp $

EAPI=5

inherit perl-app

DESCRIPTION=A terminal-based file manager written in Perl
HOMEPAGE=http://p-f-m.sourceforge.net/;
SRC_URI=mirror://sourceforge/p-f-m/${P}.tar.gz

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

RDEPEND==dev-lang/perl-5.8
=dev-perl/File-Stat-Bits-1.10.0
=dev-perl/HTML-Parser-3.59
=dev-perl/libwww-perl-5.827
=dev-perl/Term-ReadLine-Gnu-1.09
=dev-perl/Term-Screen-1.30.0
=dev-perl/Term-ScreenColor-1.130.0
sys-libs/ncurses
sys-libs/readline
=virtual/perl-File-Temp-0.22
=virtual/perl-Module-Load-0.16






[gentoo-commits] gentoo-x86 commit in net-analyzer/flowgrind: ChangeLog flowgrind-0.7.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 02:19:27

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

Revision  ChangesPath
1.9  net-analyzer/flowgrind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Jul 2013 16:37:49 -  1.8
+++ ChangeLog   11 Apr 2014 02:19:27 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/flowgrind
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.8 
2013/07/10 16:37:49 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.9 
2014/04/11 02:19:27 radhermit Exp $
+
+*flowgrind-0.7 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +flowgrind-0.7.ebuild:
+  Version bump.
 
   10 Jul 2013; Jeroen Roovers j...@gentoo.org -flowgrind-0.5.8.ebuild,
   -flowgrind-0.6.0.ebuild:



1.1  net-analyzer/flowgrind/flowgrind-0.7.ebuild

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

Index: flowgrind-0.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.7.ebuild,v 1.1 
2014/04/11 02:19:27 radhermit Exp $

EAPI=5

DESCRIPTION=Network performance measurement tool
HOMEPAGE=http://flowgrind.net/ https://github.com/flowgrind/flowgrind/;
SRC_URI=https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2;

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

RDEPEND=dev-libs/xmlrpc-c[abyss,curl]
gsl? ( sci-libs/gsl )
pcap? ( net-libs/libpcap )
DEPEND=${RDEPEND}

src_configure() {
econf \
$(use_enable debug) \
$(use_enable gsl) \
$(use_enable pcap)
}






[gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: ChangeLog liberation-fonts-2.00.1-r1.ebuild

2014-04-10 Thread Jeffrey Gardner (je_fro)
je_fro  14/04/11 02:21:42

  Modified: ChangeLog
  Added:liberation-fonts-2.00.1-r1.ebuild
  Log:
  Fix for bug #487786 and #472756 thanks to Sander Sweers.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4A5D8F23)

Revision  ChangesPath
1.46 media-fonts/liberation-fonts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   18 Jan 2014 12:18:40 -  1.45
+++ ChangeLog   11 Apr 2014 02:21:42 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/liberation-fonts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 
1.45 2014/01/18 12:18:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 
1.46 2014/04/11 02:21:42 je_fro Exp $
+
+*liberation-fonts-2.00.1-r1 (11 Apr 2014)
+
+  11 Apr 2014; Jeff Gardner je_...@gentoo.org
+  +liberation-fonts-2.00.1-r1.ebuild:
+  Fix for bug #487786 and #472756 thanks to Sander Sweers.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org
   liberation-fonts-2.00.0-r1.ebuild, liberation-fonts-2.00.1.ebuild:



1.1  
media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild?rev=1.1content-type=text/plain

Index: liberation-fonts-2.00.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v
 1.1 2014/04/11 02:21:42 je_fro Exp $

EAPI=4

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

inherit font python-any-r1

DESCRIPTION=A Helvetica/Times/Courier replacement TrueType font set, courtesy 
of Red Hat
HOMEPAGE=https://fedorahosted.org/liberation-fonts;
SRC_URI=!fontforge? ( 
https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz )
fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )

KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux 
~x64-solaris
SLOT=0
LICENSE=OFL-1.1
IUSE=fontforge X

FONT_SUFFIX=ttf

FONT_CONF=( ${FILESDIR}/60-liberation.conf )

DEPEND=${PYTHON_DEPS}
fontforge? (
media-gfx/fontforge
dev-python/fonttools
)
RDEPEND=

pkg_setup() {
if use fontforge; then
FONT_S=${S}/${PN}-ttf-${PV}
else
FONT_S=${WORKDIR}/${PN}-ttf-${PV}
S=${FONT_S}
fi
python-any-r1_pkg_setup
font_pkg_setup
}






[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: metadata.xml ChangeLog

2014-04-10 Thread Patrick Lauer (patrick)
patrick 14/04/11 02:25:03

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

Revision  ChangesPath
1.11 x11-misc/lightdm/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml25 May 2013 05:41:25 -  1.10
+++ metadata.xml11 Apr 2014 02:25:03 -  1.11
@@ -6,7 +6,6 @@
nameMarkos Chandras/name
 /maintainer
 use
-   flag name=brandingReplace original gnome background with one from 
Gentoo ten project/flag
flag name=gtkPull in the gtk+ greeter/flag
flag name=introspectionUse dev-libs/gobject-introspection for 
introspection/flag
flag name=kdePull in the kde greeter/flag



1.87 x11-misc/lightdm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   10 Apr 2014 17:12:37 -  1.86
+++ ChangeLog   11 Apr 2014 02:25:03 -  1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/lightdm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.86 
2014/04/10 17:12:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.87 
2014/04/11 02:25:03 patrick Exp $
+
+  11 Apr 2014; Patrick Lauer patr...@gentoo.org metadata.xml:
+  Remove unneeded useflag descriptions from metadata.xml
 
   10 Apr 2014; Markos Chandras hwoar...@gentoo.org -lightdm-1.0.11.ebuild,
   -lightdm-1.2.2-r3.ebuild, -lightdm-1.4.0-r2.ebuild, -lightdm-1.4.0.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-ruby/rkelly-remix: metadata.xml rkelly-remix-0.0.6.ebuild ChangeLog

2014-04-10 Thread Richard Farina (zerochaos)
zerochaos14/04/11 02:31:21

  Added:metadata.xml rkelly-remix-0.0.6.ebuild ChangeLog
  Log:
  most likely this is missing a dep or two for tests, but they work here and I 
can't figure out what it needs
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.1  dev-ruby/rkelly-remix/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rkelly-remix/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rkelly-remix/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
maintainer
emailzeroch...@gentoo.org/email
nameRick Farina/name
/maintainer
longdescription lang=en
/longdescription
/pkgmetadata



1.1  dev-ruby/rkelly-remix/rkelly-remix-0.0.6.ebuild

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

Index: rkelly-remix-0.0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/rkelly-remix-0.0.6.ebuild,v 1.1 
2014/04/11 02:31:21 zerochaos Exp $

EAPI=5

USE_RUBY=ruby19

RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=RKelly Remix is a fork of the RKelly JavaScript parser
HOMEPAGE=https://github.com/nene/rkelly-remix;
LICENSE=MIT

KEYWORDS=~amd64 ~arm ~x86
SLOT=0
IUSE=

ruby_add_bdepend 
dev-ruby/rdoc



1.1  dev-ruby/rkelly-remix/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/rkelly-remix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v 1.1 
2014/04/11 02:31:21 zerochaos Exp $

*rkelly-remix-0.0.6 (11 Apr 2014)

  11 Apr 2014; Rick Farina zeroch...@gentoo.org +metadata.xml,
  +rkelly-remix-0.0.6.ebuild:
  most likely this is missing a dep or two for tests, but they work here and I
  can't figure out what it needs






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-3.8.2.ebuild

2014-04-10 Thread Tim Harder (radhermit)
radhermit14/04/11 02:32:17

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

Revision  ChangesPath
1.156www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   24 Jan 2014 09:12:07 -  1.155
+++ ChangeLog   11 Apr 2014 02:32:17 -  1.156
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.155 
2014/01/24 09:12:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.156 
2014/04/11 02:32:17 radhermit Exp $
+
+*wordpress-3.8.2 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder radher...@gentoo.org +wordpress-3.8.2.ebuild:
+  Version bump.
 
   24 Jan 2014; Tim Harder radher...@gentoo.org -wordpress-3.6.ebuild:
   Remove insecure version (bug #484700).



1.1  www-apps/wordpress/wordpress-3.8.2.ebuild

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

Index: wordpress-3.8.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-3.8.2.ebuild,v 
1.1 2014/04/11 02:32:17 radhermit Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress php and mysql based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

[ -f wp-config.php ] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-9999.ebuild ChangeLog

2014-04-10 Thread Richard Farina (zerochaos)
zerochaos14/04/11 02:36:58

  Modified: metasploit-.ebuild ChangeLog
  Log:
  update live for new dep
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.15 net-analyzer/metasploit/metasploit-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?r1=1.14r2=1.15

Index: metasploit-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metasploit-.ebuild  24 Mar 2014 22:05:46 -  1.14
+++ metasploit-.ebuild  11 Apr 2014 02:36:58 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.14 
2014/03/24 22:05:46 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.15 
2014/04/11 02:36:58 zerochaos Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
 RESTRICT=test
 
 RUBY_COMMON_DEPEND=virtual/ruby-ssl
+   =dev-ruby/rkelly-remix-0.0.6
dev-ruby/activesupport:3.2
dev-ruby/activerecord:3.2
dev-ruby/json



1.82 net-analyzer/metasploit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   24 Mar 2014 22:05:46 -  1.81
+++ ChangeLog   11 Apr 2014 02:36:58 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/metasploit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.81 
2014/03/24 22:05:46 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.82 
2014/04/11 02:36:58 zerochaos Exp $
+
+  11 Apr 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
+  update live for new dep
 
   24 Mar 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
   update mdm dep






[gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-9999.ebuild ChangeLog

2014-04-10 Thread Richard Farina (zerochaos)
zerochaos14/04/11 02:42:07

  Modified: metasploit-.ebuild ChangeLog
  Log:
  dep should have been = not =
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.16 net-analyzer/metasploit/metasploit-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?r1=1.15r2=1.16

Index: metasploit-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- metasploit-.ebuild  11 Apr 2014 02:36:58 -  1.15
+++ metasploit-.ebuild  11 Apr 2014 02:42:07 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.15 
2014/04/11 02:36:58 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.16 
2014/04/11 02:42:07 zerochaos Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 RESTRICT=test
 
 RUBY_COMMON_DEPEND=virtual/ruby-ssl
-   =dev-ruby/rkelly-remix-0.0.6
+   =dev-ruby/rkelly-remix-0.0.6
dev-ruby/activesupport:3.2
dev-ruby/activerecord:3.2
dev-ruby/json



1.83 net-analyzer/metasploit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   11 Apr 2014 02:36:58 -  1.82
+++ ChangeLog   11 Apr 2014 02:42:07 -  1.83
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/metasploit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.82 
2014/04/11 02:36:58 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.83 
2014/04/11 02:42:07 zerochaos Exp $
+
+  11 Apr 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
+  dep should have been = not =
 
   11 Apr 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
   update live for new dep






[gentoo-commits] gentoo-x86 commit in dev-python/irc: irc-8.5.4.ebuild ChangeLog

2014-04-10 Thread Samuel Damashek (sdamashek)
sdamashek14/04/11 03:01:40

  Modified: irc-8.5.4.ebuild ChangeLog
  Log:
  Add python3_4 to PYTHON_COMPAT for 8.5.4
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
3C472B56)

Revision  ChangesPath
1.4  dev-python/irc/irc-8.5.4.ebuild

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

Index: irc-8.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/irc/irc-8.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- irc-8.5.4.ebuild31 Mar 2014 21:20:18 -  1.3
+++ irc-8.5.4.ebuild11 Apr 2014 03:01:40 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-8.5.4.ebuild,v 1.3 
2014/03/31 21:20:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-8.5.4.ebuild,v 1.4 
2014/04/11 03:01:40 sdamashek Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.21 dev-python/irc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   31 Mar 2014 21:20:18 -  1.20
+++ ChangeLog   11 Apr 2014 03:01:40 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/irc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.20 2014/03/31 
21:20:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.21 2014/04/11 
03:01:40 sdamashek Exp $
+
+  11 Apr 2014; Samuel Damashek sdamas...@gentoo.org irc-8.5.4.ebuild:
+  Add python3_4 to PYTHON_COMPAT for 8.5.4
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org irc-8.5.1.ebuild,
   irc-8.5.3.ebuild, irc-8.5.4.ebuild:






[gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-4.9.1.ebuild metasploit-9999.ebuild ChangeLog

2014-04-10 Thread Richard Farina (zerochaos)
zerochaos14/04/11 03:32:23

  Modified: metasploit-.ebuild ChangeLog
  Added:metasploit-4.9.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.17 net-analyzer/metasploit/metasploit-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild?r1=1.16r2=1.17

Index: metasploit-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- metasploit-.ebuild  11 Apr 2014 02:42:07 -  1.16
+++ metasploit-.ebuild  11 Apr 2014 03:32:23 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.16 
2014/04/11 02:42:07 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.17 
2014/04/11 03:32:23 zerochaos Exp $
 
 EAPI=5
 
@@ -16,7 +16,6 @@
S=${WORKDIR}/msf3
 fi
 
-#ruby18 is well beyond EoL
 #ruby20 doesn't have wide enough support in gentoo yet (but is semi-supported 
upstream)
 USE_RUBY=ruby19
 inherit eutils ruby-ng



1.84 net-analyzer/metasploit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   11 Apr 2014 02:42:07 -  1.83
+++ ChangeLog   11 Apr 2014 03:32:23 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/metasploit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.83 
2014/04/11 02:42:07 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.84 
2014/04/11 03:32:23 zerochaos Exp $
+
+*metasploit-4.9.1 (11 Apr 2014)
+
+  11 Apr 2014; Rick Farina zeroch...@gentoo.org +metasploit-4.9.1.ebuild,
+  metasploit-.ebuild:
+  version bump
 
   11 Apr 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
   dep should have been = not =



1.1  net-analyzer/metasploit/metasploit-4.9.1.ebuild

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

Index: metasploit-4.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.1.ebuild,v 1.1 
2014/04/11 03:32:23 zerochaos Exp $

EAPI=5

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=https://github.com/rapid7/metasploit-framework.git;
EGIT_CHECKOUT_DIR=${WORKDIR}/all
inherit git-r3
KEYWORDS=
else

#https://github.com/rapid7/metasploit-framework/wiki/Downloads-by-Version

SRC_URI=http://downloads.metasploit.com/data/releases/archive/framework-${PV}.tar.bz2;
KEYWORDS=~amd64 ~arm ~x86
S=${WORKDIR}/msf3
fi

#ruby20 doesn't have wide enough support in gentoo yet (but is semi-supported 
upstream)
USE_RUBY=ruby19
inherit eutils ruby-ng

DESCRIPTION=Advanced open-source framework for developing, testing, and using 
vulnerability exploit code
HOMEPAGE=http://www.metasploit.org/;
SLOT=4.9
LICENSE=BSD
IUSE=development +java lorcon oracle +pcap test

#multiple known bugs with tests reported upstream and ignored
#http://dev.metasploit.com/redmine/issues/8418 - worked around (fix user 
creation when possible)
RESTRICT=test

RUBY_COMMON_DEPEND=virtual/ruby-ssl
dev-ruby/activesupport:3.2
dev-ruby/activerecord:3.2
dev-ruby/json
=dev-ruby/metasploit_data_models-0.17.0
dev-ruby/msgpack
dev-ruby/nokogiri
dev-ruby/builder:3
=dev-ruby/pg-0.11

[gentoo-commits] gentoo-x86 commit in sys-kernel/spl: spl-0.6.2-r5.ebuild ChangeLog

2014-04-10 Thread Richard Yao (ryao)
ryao14/04/11 04:42:22

  Modified: ChangeLog
  Added:spl-0.6.2-r5.ebuild
  Log:
  The patchset used in sys-kernel/spl-0.6.2-r4 was an early version that was 
not meant to go out to mirrors. It is being replaced with 
sys-kernel/spl-0.6.2-r5, which is what -r4 should have been. No regressions 
occurred as a result of this mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.69 sys-kernel/spl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   10 Apr 2014 03:12:25 -  1.68
+++ ChangeLog   11 Apr 2014 04:42:22 -  1.69
@@ -1,6 +1,14 @@
 # ChangeLog for sys-kernel/spl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.68 2014/04/10 
03:12:25 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.69 2014/04/11 
04:42:22 ryao Exp $
+
+*spl-0.6.2-r5 (11 Apr 2014)
+
+  11 Apr 2014; Richard Yao r...@gentoo.org +spl-0.6.2-r5.ebuild:
+  The patchset used in sys-kernel/spl-0.6.2-r4 was an early version that was 
not
+  meant to go out to mirrors. It is being replaced with 
sys-kernel/spl-0.6.2-r5,
+  which is what -r4 should have been. No regressions occurred as a result of
+  this mistake.
 
 *spl-0.6.2-r4 (10 Apr 2014)
 



1.1  sys-kernel/spl/spl-0.6.2-r5.ebuild

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

Index: spl-0.6.2-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.2-r5.ebuild,v 1.1 
2014/04/11 04:42:22 ryao Exp $

EAPI=4
AUTOTOOLS_AUTORECONF=1

inherit flag-o-matic linux-info linux-mod autotools-utils

if [[ ${PV} ==  ]] ; then
inherit git-2
EGIT_REPO_URI=git://github.com/zfsonlinux/${PN}.git
else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')

SRC_URI=https://github.com/zfsonlinux/${PN}/archive/${PN}-${MY_PV}.tar.gz
http://dev.gentoo.org/~ryao/dist/${PN}-${MY_PV}-p4.tar.xz;
S=${WORKDIR}/${PN}-${PN}-${MY_PV}
KEYWORDS=~amd64
fi

DESCRIPTION=The Solaris Porting Layer is a Linux kernel module which provides 
many of the Solaris kernel APIs
HOMEPAGE=http://zfsonlinux.org/;

LICENSE=GPL-2
SLOT=0
IUSE=custom-cflags debug debug-log
RESTRICT=test

COMMON_DEPEND=dev-lang/perl
virtual/awk

DEPEND=${COMMON_DEPEND}

RDEPEND=${COMMON_DEPEND}
!sys-devel/spl

AT_M4DIR=config
AUTOTOOLS_IN_SOURCE_BUILD=1

pkg_setup() {
linux-info_pkg_setup
CONFIG_CHECK=
!DEBUG_LOCK_ALLOC
!GRKERNSEC_HIDESYM
MODULES
KALLSYMS
!PAX_KERNEXEC_PLUGIN_METHOD_OR
ZLIB_DEFLATE
ZLIB_INFLATE


kernel_is ge 2 6 26 || die Linux 2.6.26 or newer required

[ ${PV} !=  ]  \
{ kernel_is le 3 14 || die Linux 3.14 is the latest supported 
version.; }

check_extra_config
}

src_prepare() {
# Workaround for hard coded path
sed -i s|/sbin/lsmod|/bin/lsmod| scripts/check.sh || die

if [ ${PV} !=  ]
then
# Apply patch set
EPATCH_SUFFIX=patch \
EPATCH_FORCE=yes \
epatch ${WORKDIR}/${PN}-${MY_PV}-patches
fi

# splat is unnecessary unless we are debugging
use debug || sed -e 's/^subdir-m += splat$//' -i 
${S}/module/Makefile.in

autotools-utils_src_prepare
}

src_configure() {
use custom-cflags || strip-flags
filter-ldflags -Wl,*

set_arch_to_kernel
local myeconfargs=(
--bindir=${EPREFIX}/bin
--sbindir=${EPREFIX}/sbin
--with-config=all
--with-linux=${KV_DIR}
--with-linux-obj=${KV_OUT_DIR}
$(use_enable debug)
$(use_enable debug-log)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install
dodoc AUTHORS DISCLAIMER README.markdown

[gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-0.6.2-r5.ebuild ChangeLog

2014-04-10 Thread Richard Yao (ryao)
ryao14/04/11 04:43:29

  Modified: ChangeLog
  Added:zfs-kmod-0.6.2-r5.ebuild
  Log:
  The patchset used in sys-fs/zfs-kmod-0.6.2-r4 was an early version that was 
not meant to go out to mirrors. It is being replaced with 
sys-fs/zfs-kmod-0.6.2-r5, which is what -r4 should have been. No regressions 
occurred as a result of this mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.43 sys-fs/zfs-kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   10 Apr 2014 03:13:36 -  1.42
+++ ChangeLog   11 Apr 2014 04:43:29 -  1.43
@@ -1,6 +1,14 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.42 2014/04/10 
03:13:36 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.43 2014/04/11 
04:43:29 ryao Exp $
+
+*zfs-kmod-0.6.2-r5 (11 Apr 2014)
+
+  11 Apr 2014; Richard Yao r...@gentoo.org +zfs-kmod-0.6.2-r5.ebuild:
+  The patchset used in sys-fs/zfs-kmod-0.6.2-r4 was an early version that was
+  not meant to go out to mirrors. It is being replaced with sys-fs/zfs-
+  kmod-0.6.2-r5, which is what -r4 should have been. No regressions occurred as
+  a result of this mistake.
 
 *zfs-kmod-0.6.2-r4 (10 Apr 2014)
 



1.1  sys-fs/zfs-kmod/zfs-kmod-0.6.2-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r5.ebuild?rev=1.1content-type=text/plain

Index: zfs-kmod-0.6.2-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r5.ebuild,v 
1.1 2014/04/11 04:43:29 ryao Exp $

EAPI=4

AT_M4DIR=config
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs 
autotools-utils

if [ ${PV} ==  ] ; then
inherit git-2
MY_PV=
EGIT_REPO_URI=git://github.com/zfsonlinux/zfs.git
else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')
SRC_URI=https://github.com/zfsonlinux/zfs/archive/zfs-${MY_PV}.tar.gz
http://dev.gentoo.org/~ryao/dist/${PN}-${MY_PV}-p4.tar.xz;
S=${WORKDIR}/zfs-zfs-${MY_PV}
KEYWORDS=~amd64
fi

DESCRIPTION=Linux ZFS kernel module for sys-fs/zfs
HOMEPAGE=http://zfsonlinux.org/;

LICENSE=CDDL debug? ( GPL-2+ )
SLOT=0
IUSE=custom-cflags debug +rootfs
RESTRICT=test

DEPEND=
=sys-kernel/spl-${PV}*
dev-lang/perl
virtual/awk


RDEPEND=${DEPEND}
!sys-fs/zfs-fuse


pkg_setup() {
linux-info_pkg_setup
CONFIG_CHECK=!DEBUG_LOCK_ALLOC
BLK_DEV_LOOP
EFI_PARTITION
IOSCHED_NOOP
MODULES
!PAX_KERNEXEC_PLUGIN_METHOD_OR
ZLIB_DEFLATE
ZLIB_INFLATE


use rootfs  \
CONFIG_CHECK=${CONFIG_CHECK} BLK_DEV_INITRD
DEVTMPFS

kernel_is ge 2 6 26 || die Linux 2.6.26 or newer required

[ ${PV} !=  ]  \
{ kernel_is le 3 14 || die Linux 3.14 is the latest supported 
version.; }

check_extra_config
}

src_prepare() {
# Remove GPLv2-licensed ZPIOS unless we are debugging
use debug || sed -e 's/^subdir-m += zpios$//' -i 
${S}/module/Makefile.in

if [ ${PV} !=  ]
then
# Apply patch set
EPATCH_SUFFIX=patch \
EPATCH_FORCE=yes \
epatch ${WORKDIR}/${PN}-${MY_PV}-patches
fi

autotools-utils_src_prepare
}

src_configure() {
use custom-cflags || strip-flags
filter-ldflags -Wl,*

set_arch_to_kernel
local myeconfargs=(
--bindir=${EPREFIX}/bin
--sbindir=${EPREFIX}/sbin
--with-config=kernel
--with-linux=${KV_DIR}
--with-linux-obj=${KV_OUT_DIR}
$(use_enable debug)
)
autotools-utils_src_configure
}

src_install() {

[gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-0.6.2-r5.ebuild ChangeLog

2014-04-10 Thread Richard Yao (ryao)
ryao14/04/11 04:44:53

  Modified: zfs-0.6.2-r5.ebuild ChangeLog
  Log:
  The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not 
meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5, 
which is what -r4 should have been. No regressions occurred as a result of this 
mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.2  sys-fs/zfs/zfs-0.6.2-r5.ebuild

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

Index: zfs-0.6.2-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zfs-0.6.2-r5.ebuild 11 Apr 2014 04:44:29 -  1.1
+++ zfs-0.6.2-r5.ebuild 11 Apr 2014 04:44:53 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.1 
2014/04/11 04:44:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.2 
2014/04/11 04:44:53 ryao Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')

SRC_URI=https://github.com/zfsonlinux/${PN}/archive/${PN}-${MY_PV}.tar.gz
-   http://dev.gentoo.org/~ryao/dist/${PN}-kmod-${MY_PV}-p3.tar.xz;
+   http://dev.gentoo.org/~ryao/dist/${PN}-kmod-${MY_PV}-p4.tar.xz;
S=${WORKDIR}/${PN}-${PN}-${MY_PV}
KEYWORDS=~amd64
 fi



1.80 sys-fs/zfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   11 Apr 2014 04:44:29 -  1.79
+++ ChangeLog   11 Apr 2014 04:44:53 -  1.80
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/zfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.79 2014/04/11 
04:44:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.80 2014/04/11 
04:44:53 ryao Exp $
+
+  11 Apr 2014; Richard Yao r...@gentoo.org zfs-0.6.2-r5.ebuild:
+  The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not
+  meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5,
+  which is what -r4 should have been. No regressions occurred as a result of
+  this mistake.
 
 *zfs-0.6.2-r5 (11 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-0.6.2-r5.ebuild ChangeLog

2014-04-10 Thread Richard Yao (ryao)
ryao14/04/11 04:44:29

  Modified: ChangeLog
  Added:zfs-0.6.2-r5.ebuild
  Log:
  The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not 
meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5, 
which is what -r4 should have been. No regressions occurred as a result of this 
mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.79 sys-fs/zfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   10 Apr 2014 03:14:39 -  1.78
+++ ChangeLog   11 Apr 2014 04:44:29 -  1.79
@@ -1,6 +1,14 @@
 # ChangeLog for sys-fs/zfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.78 2014/04/10 
03:14:39 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.79 2014/04/11 
04:44:29 ryao Exp $
+
+*zfs-0.6.2-r5 (11 Apr 2014)
+
+  11 Apr 2014; Richard Yao r...@gentoo.org +zfs-0.6.2-r5.ebuild:
+  The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not
+  meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5,
+  which is what -r4 should have been. No regressions occurred as a result of
+  this mistake.
 
 *zfs-0.6.2-r4 (10 Apr 2014)
 



1.1  sys-fs/zfs/zfs-0.6.2-r5.ebuild

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

Index: zfs-0.6.2-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.1 
2014/04/11 04:44:29 ryao Exp $

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

inherit python-r1

AT_M4DIR=config
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

if [ ${PV} ==  ] ; then
inherit git-2 linux-mod
EGIT_REPO_URI=git://github.com/zfsonlinux/${PN}.git
else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')

SRC_URI=https://github.com/zfsonlinux/${PN}/archive/${PN}-${MY_PV}.tar.gz
http://dev.gentoo.org/~ryao/dist/${PN}-kmod-${MY_PV}-p3.tar.xz;
S=${WORKDIR}/${PN}-${PN}-${MY_PV}
KEYWORDS=~amd64
fi

inherit bash-completion-r1 flag-o-matic toolchain-funcs autotools-utils udev 
systemd

DESCRIPTION=Userland utilities for ZFS Linux kernel module
HOMEPAGE=http://zfsonlinux.org/;

LICENSE=BSD-2 CDDL bash-completion? ( MIT )
SLOT=0
IUSE=bash-completion custom-cflags debug kernel-builtin +rootfs selinux 
test-suite static-libs
RESTRICT=test

COMMON_DEPEND=
selinux? ( sys-libs/libselinux )
sys-apps/util-linux[static-libs?]
sys-libs/zlib[static-libs(+)?]
virtual/awk

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig


RDEPEND=${COMMON_DEPEND}
!=sys-apps/grep-2.13*
!kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
!sys-fs/zfs-fuse
!prefix? ( virtual/udev )
test-suite? (
sys-apps/util-linux
sys-devel/bc
sys-block/parted
sys-fs/lsscsi
sys-fs/mdadm
sys-process/procps
virtual/modutils
)
rootfs? (
app-arch/cpio
app-misc/pax-utils
!sys-boot/grub-2.00-r2:2
)


pkg_setup() {
:
}

src_prepare() {
if [ ${PV} !=  ]
then
# Apply patch set
EPATCH_SUFFIX=patch \
EPATCH_FORCE=yes \
epatch ${WORKDIR}/${PN}-kmod-${MY_PV}-patches
fi

# Update paths
sed -e s|/sbin/lsmod|/bin/lsmod| \
-e s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus| \
-e s|/sbin/parted|/usr/sbin/parted| \
-i scripts/common.sh.in

autotools-utils_src_prepare
}

src_configure() {
use custom-cflags || strip-flags
local myeconfargs=(
--bindir=${EPREFIX}/bin
--sbindir=${EPREFIX}/sbin
--with-config=user
--with-linux=${KV_DIR}
--with-linux-obj=${KV_OUT_DIR}

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

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/11 05:13:57

  Modified: ChangeLog package.mask
  Log:
  mask multilib libaacs

Revision  ChangesPath
1.8804   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8803
retrieving revision 1.8804
diff -u -r1.8803 -r1.8804
--- ChangeLog   10 Apr 2014 19:27:43 -  1.8803
+++ ChangeLog   11 Apr 2014 05:13:56 -  1.8804
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8803 2014/04/10 
19:27:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8804 2014/04/11 
05:13:56 aballier Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Apr 2014; Alexis Ballier aball...@gentoo.org package.mask:
+  mask multilib libaacs
+
   10 Apr 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask new sys-devel/llvm ebuild.
 



1.15554  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15553
retrieving revision 1.15554
diff -u -r1.15553 -r1.15554
--- package.mask10 Apr 2014 19:27:43 -  1.15553
+++ package.mask11 Apr 2014 05:13:56 -  1.15554
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15553 2014/04/10 
19:27:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15554 2014/04/11 
05:13:56 aballier Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -406,6 +406,8 @@
 # (mark the packages as {{Yes|DONE}})
 =dev-libs/libgcrypt-1.6.1-r1
 dev-libs/libgcrypt:11
+# libaacs needs multilib libgcrypt, good to go asap (aballier@g.o)
+=media-libs/libaacs-0.7.0-r1
 =dev-libs/lzo-2.06-r1
 =app-emulation/emul-linux-x86-baselibs-20131008-r20
 =dev-libs/libxslt-1.1.28-r2






[gentoo-commits] gentoo-x86 commit in media-libs/libaacs: ChangeLog libaacs-0.7.0-r1.ebuild

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/11 05:14:32

  Modified: ChangeLog
  Added:libaacs-0.7.0-r1.ebuild
  Log:
  go multilib
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.25 media-libs/libaacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libaacs/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   1 Mar 2014 22:36:39 -   1.24
+++ ChangeLog   11 Apr 2014 05:14:32 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libaacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libaacs/ChangeLog,v 1.24 
2014/03/01 22:36:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libaacs/ChangeLog,v 1.25 
2014/04/11 05:14:32 aballier Exp $
+
+*libaacs-0.7.0-r1 (11 Apr 2014)
+
+  11 Apr 2014; Alexis Ballier aball...@gentoo.org +libaacs-0.7.0-r1.ebuild:
+  go multilib
 
   01 Mar 2014; Michał Górny mgo...@gentoo.org libaacs-0.5.0.ebuild,
   libaacs-0.6.0.ebuild, libaacs-0.7.0.ebuild:



1.1  media-libs/libaacs/libaacs-0.7.0-r1.ebuild

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

Index: libaacs-0.7.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libaacs/libaacs-0.7.0-r1.ebuild,v 
1.1 2014/04/11 05:14:32 aballier Exp $

EAPI=5

inherit autotools-multilib

DESCRIPTION=Open implementation of the Advanced Access Content System (AACS) 
specification
HOMEPAGE=http://www.videolan.org/developers/libaacs.html;
SRC_URI=ftp://ftp.videolan.org/pub/videolan/libaacs/${PV}/${P}.tar.bz2;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd
IUSE=static-libs

RDEPEND=dev-libs/libgcrypt:0[${MULTILIB_USEDEP}]
dev-libs/libgpg-error[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}
sys-devel/flex
virtual/yacc

DOCS=( ChangeLog KEYDB.cfg README.txt )

AUTOTOOLS_IN_SOURCE_BUILD=1

src_configure() {
local myeconfargs=(
--disable-optimizations
)
autotools-multilib_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-emulation/rex-client: - New directory

2014-04-10 Thread Markus Duft (mduft)
mduft   14/04/11 05:16:10

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emulation/rex-client added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-emulation/rex-client: metadata.xml ChangeLog rex-client-9999.ebuild

2014-04-10 Thread Markus Duft (mduft)
mduft   14/04/11 05:16:54

  Added:metadata.xml ChangeLog rex-client-.ebuild
  Log:
  initial addition of rex-client
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/rex-client/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/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
herd/herd
maintainer
emailmd...@gentoo.org/email
nameMarkus Duft/name
/maintainer
longdescription lang=en
/longdescription
/pkgmetadata




1.1  app-emulation/rex-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-apps/rex-client
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v 1.1 
2014/04/11 05:16:54 mduft Exp $

*rex-client- (07 Apr 2014)

  07 Apr 2014; Markus Duft md...@gentoo.org +rex-client-.ebuild,
  +metadata.xml:
  initial addition of live ebuild




1.1  app-emulation/rex-client/rex-client-.ebuild

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

Index: rex-client-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-.ebuild,v 1.1 
2014/04/11 05:16:54 mduft Exp $

EAPI=4

DESCRIPTION=REX - Remote EXexcution agent
HOMEPAGE=http://mduft.github.io/rex/;

if [[ ${PV} ==  ]]; then
inherit git-2
EGIT_REPO_URI=https://github.com/mduft/rex.git;
EGIT_PROJECT=${PN}
else
SRC_URI=
KEYWORDS=~x86-linux
fi

LICENSE=MIT
SLOT=0
IUSE=

REX_EXE=( client/rex-exec.sh client/rex-register.sh client/rex-paths.sh 
client/rex-remote-pconv.sh client/winpath2unix client/unixpath2win )

src_prepare() {
for x in ${REX_EXE[@]}; do
sed -i -e s,\. \${HOME}/rex-config.sh,\. 
${EPREFIX}/etc/rex.conf,g ${x}
done
}

src_install() {
cd ${S}
for x in ${REX_EXE[@]}; do
doexe ${S}/${x}
done

insinto /etc
newins client/rex-config.sh rex.conf
}







[gentoo-commits] gentoo-x86 commit in dev-python/pip: pip-1.5.4-r1.ebuild ChangeLog

2014-04-10 Thread Patrick Lauer (patrick)
patrick 14/04/11 05:20:04

  Modified: pip-1.5.4-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-python/pip/pip-1.5.4-r1.ebuild

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

Index: pip-1.5.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pip-1.5.4-r1.ebuild 11 Apr 2014 00:42:45 -  1.1
+++ pip-1.5.4-r1.ebuild 11 Apr 2014 05:20:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.4-r1.ebuild,v 1.1 
2014/04/11 00:42:45 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.4-r1.ebuild,v 1.2 
2014/04/11 05:20:04 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -40,7 +40,6 @@
fi
 }
 
-
 python_install() {
distutils-r1_python_install
 



1.31 dev-python/pip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   11 Apr 2014 00:42:45 -  1.30
+++ ChangeLog   11 Apr 2014 05:20:04 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.30 2014/04/11 
00:42:45 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.31 2014/04/11 
05:20:04 patrick Exp $
+
+  11 Apr 2014; Patrick Lauer patr...@gentoo.org pip-1.5.4-r1.ebuild:
+  Whitespace
 
 *pip-1.5.4-r1 (11 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/rex-client: rex-client-9999.ebuild

2014-04-10 Thread Markus Duft (mduft)
mduft   14/04/11 05:27:35

  Modified: rex-client-.ebuild
  Log:
  fixed wrong installation
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-emulation/rex-client/rex-client-.ebuild

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

Index: rex-client-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rex-client-.ebuild  11 Apr 2014 05:16:54 -  1.1
+++ rex-client-.ebuild  11 Apr 2014 05:27:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-.ebuild,v 1.1 
2014/04/11 05:16:54 mduft Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-.ebuild,v 1.2 
2014/04/11 05:27:35 mduft Exp $
 
 EAPI=4
 
@@ -30,6 +30,7 @@
 
 src_install() {
cd ${S}
+   exeinto /usr/bin
for x in ${REX_EXE[@]}; do
doexe ${S}/${x}
done






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

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/11 05:36:31

  Modified: ChangeLog package.mask
  Log:
  mask multilib libbluray

Revision  ChangesPath
1.8805   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8804
retrieving revision 1.8805
diff -u -r1.8804 -r1.8805
--- ChangeLog   11 Apr 2014 05:13:56 -  1.8804
+++ ChangeLog   11 Apr 2014 05:36:30 -  1.8805
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8804 2014/04/11 
05:13:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8805 2014/04/11 
05:36:30 aballier Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   11 Apr 2014; Alexis Ballier aball...@gentoo.org package.mask:
+  mask multilib libbluray
+
+  11 Apr 2014; Alexis Ballier aball...@gentoo.org package.mask:
   mask multilib libaacs
 
   10 Apr 2014; Michał Górny mgo...@gentoo.org package.mask:



1.1  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15554
retrieving revision 1.1
diff -u -r1.15554 -r1.1
--- package.mask11 Apr 2014 05:13:56 -  1.15554
+++ package.mask11 Apr 2014 05:36:30 -  1.1
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15554 2014/04/11 
05:13:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.1 2014/04/11 
05:36:30 aballier Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -408,6 +408,8 @@
 dev-libs/libgcrypt:11
 # libaacs needs multilib libgcrypt, good to go asap (aballier@g.o)
 =media-libs/libaacs-0.7.0-r1
+# libbluray needs multilib libaacs, good to go asap (aballier@g.o)
+=media-libs/libbluray-0.5.0-r1
 =dev-libs/lzo-2.06-r1
 =app-emulation/emul-linux-x86-baselibs-20131008-r20
 =dev-libs/libxslt-1.1.28-r2






[gentoo-commits] gentoo-x86 commit in media-libs/libbluray: ChangeLog libbluray-0.5.0-r1.ebuild libbluray-9999.ebuild

2014-04-10 Thread Alexis Ballier (aballier)
aballier14/04/11 05:37:21

  Modified: ChangeLog libbluray-.ebuild
  Added:libbluray-0.5.0-r1.ebuild
  Log:
  go multilib
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.55 media-libs/libbluray/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   22 Dec 2013 11:03:46 -  1.54
+++ ChangeLog   11 Apr 2014 05:37:20 -  1.55
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libbluray
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.54 
2013/12/22 11:03:46 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.55 
2014/04/11 05:37:20 aballier Exp $
+
+*libbluray-0.5.0-r1 (11 Apr 2014)
+
+  11 Apr 2014; Alexis Ballier aball...@gentoo.org +libbluray-0.5.0-r1.ebuild,
+  libbluray-.ebuild:
+  go multilib
 
 *libbluray-0.5.0 (22 Dec 2013)
 



1.15 media-libs/libbluray/libbluray-.ebuild

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

Index: libbluray-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libbluray-.ebuild   22 Dec 2013 11:03:46 -  1.14
+++ libbluray-.ebuild   11 Apr 2014 05:37:20 -  1.15
@@ -1,11 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v 1.14 
2013/12/22 11:03:46 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v 1.15 
2014/04/11 05:37:20 aballier Exp $
 
 EAPI=5
 
-inherit autotools java-pkg-opt-2 git-r3 flag-o-matic eutils
-
+inherit autotools java-pkg-opt-2 git-r3 flag-o-matic eutils multilib-minimal
 EGIT_REPO_URI=git://git.videolan.org/libbluray.git
 
 DESCRIPTION=Blu-ray playback libraries
@@ -17,20 +16,17 @@
 IUSE=aacs java static-libs +truetype utils +xml
 
 COMMON_DEPEND=
-   xml? ( dev-libs/libxml2 )
+   xml? ( dev-libs/libxml2[${MULTILIB_USEDEP}] )
+   truetype? ( media-libs/freetype:2[${MULTILIB_USEDEP}] )
 
 RDEPEND=
${COMMON_DEPEND}
-   aacs? ( media-libs/libaacs )
-   java? (
-   truetype? ( media-libs/freetype:2 )
-   =virtual/jre-1.6
-   )
+   aacs? ( media-libs/libaacs[${MULTILIB_USEDEP}] )
+   java? ( =virtual/jre-1.6 )
 
 DEPEND=
${COMMON_DEPEND}
java? (
-   truetype? ( media-libs/freetype:2 )
=virtual/jdk-1.6
dev-java/ant-core
)
@@ -51,27 +47,29 @@
eautoreconf
 }
 
-src_configure() {
+multilib_src_configure() {
local myconf
-   if use java; then
+   if multilib_is_native_abi  use java; then
export JAVACFLAGS=$(java-pkg_javac-args)
append-cflags $(java-pkg_get-jni-cflags)
-   myconf=$(use_with truetype freetype)
+   myconf=--enable-bdjava
+   else
+   myconf=--disable-bdjava
fi
 
-   econf \
+   ECONF_SOURCE=${S} econf \
--disable-optimizations \
-   $(use_enable utils examples) \
-   $(use_enable java bdjava) \
+   $(multilib_build_binaries  use_enable utils examples || echo 
--disable-examples) \
+   $(use_with truetype freetype) \
$(use_enable static-libs static) \
$(use_with xml libxml2) \
${myconf}
 }
 
-src_install() {
-   default
+multilib_src_install() {
+   emake DESTDIR=${D} install
 
-   if use utils; then
+   if multilib_build_binaries  use utils; then
cd src
dobin index_dump mobj_dump mpls_dump
cd .libs/
@@ -81,10 +79,13 @@
   

[gentoo-commits] gentoo-x86 commit in dev-ruby/sprockets-rails: sprockets-rails-2.1.1.ebuild ChangeLog

2014-04-10 Thread Hans de Graaff (graaff)
graaff  14/04/11 05:52:22

  Modified: ChangeLog
  Added:sprockets-rails-2.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/sprockets-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   11 Mar 2014 20:09:35 -  1.3
+++ ChangeLog   11 Apr 2014 05:52:22 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/sprockets-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.3 
2014/03/11 20:09:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.4 
2014/04/11 05:52:22 graaff Exp $
+
+*sprockets-rails-2.1.1 (11 Apr 2014)
+
+  11 Apr 2014; Hans de Graaff gra...@gentoo.org
+  +sprockets-rails-2.1.1.ebuild:
+  Version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org sprockets-rails-2.0.0.ebuild:
   ~x86 added, bug #487206



1.1  dev-ruby/sprockets-rails/sprockets-rails-2.1.1.ebuild

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

Index: sprockets-rails-2.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/sprockets-rails-2.1.1.ebuild,v 
1.1 2014/04/11 05:52:22 graaff Exp $

EAPI=5
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Sprockets implementation for Rails 4.x (and beyond) Asset 
Pipeline.
HOMEPAGE=https://github.com/rails/sprockets-rails;
SRC_URI=https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86

IUSE=test

ruby_add_rdepend 
=dev-ruby/actionpack-3.0
=dev-ruby/activesupport-3.0
=dev-ruby/sprockets-2.8:2

ruby_add_bdepend 
test? (
=dev-ruby/actionpack-4
=dev-ruby/railties-4
dev-ruby/test-unit:2
)

all_ruby_prepare() {
# Make sure we use a version of minitest compatible with rails.
sed -i -e '1i gem minitest, ~ 4.2' test/test_helper.rb || die
}






<    1   2