[gentoo-commits] proj/sci:master commit in: app-admin/eselect/files/, app-admin/eselect/

2014-05-26 Thread Justin Lecher
commit: d4cc98b5c88c00fe6a87ce1556657c6f8875bdb0
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon May 26 07:06:54 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 26 07:06:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4cc98b5

app-admin/eselect: Version Bump

Package-Manager: portage-2.2.10

---
 app-admin/eselect/ChangeLog|   6 +
 app-admin/eselect/eselect-1.4.2-r100.ebuild|  72 +++
 .../eselect/files/eselect-1.4.2-alternatives.patch | 616 +
 3 files changed, 694 insertions(+)

diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog
index 17bab6b..ab8f2ad 100644
--- a/app-admin/eselect/ChangeLog
+++ b/app-admin/eselect/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 
2011/01/22 21:38:52 ulm Exp $
 
+*eselect-1.4.2-r100 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +eselect-1.4.2-r100.ebuild,
+  +files/eselect-1.4.2-alternatives.patch:
+  Version Bump
+
 *eselect-1.4.1-r100 (15 Feb 2014)
 
   15 Feb 2014; Justin Lecher  +eselect-1.4.1-r100.ebuild,

diff --git a/app-admin/eselect/eselect-1.4.2-r100.ebuild 
b/app-admin/eselect/eselect-1.4.2-r100.ebuild
new file mode 100644
index 000..3c136ae
--- /dev/null
+++ b/app-admin/eselect/eselect-1.4.2-r100.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools eutils bash-completion-r1
+
+DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
+HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect";
+SRC_URI="http://dev.gentoo.org/~ulm/eselect/${P}.tar.xz";
+
+LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs vim-syntax"
+
+RDEPEND="sys-apps/sed
+   || (
+   sys-apps/coreutils
+   sys-freebsd/freebsd-bin
+   app-misc/realpath
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   doc? ( dev-python/docutils )"
+RDEPEND="!app-admin/eselect-news
+   ${RDEPEND}
+   sys-apps/file
+   sys-libs/ncurses"
+
+PDEPEND="emacs? ( app-emacs/eselect-mode )
+   vim-syntax? ( app-vim/eselect-syntax )"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-1.4.2-alternatives.patch
+   AT_M4DIR="." eautoreconf
+}
+
+src_compile() {
+   emake
+   use doc && emake html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   newbashcomp misc/${PN}.bashcomp ${PN}
+   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
+   use doc && dohtml *.html doc/*
+
+   # needed by news module
+   keepdir /var/lib/gentoo/news
+   if ! use prefix; then
+   fowners root:portage /var/lib/gentoo/news
+   fperms g+w /var/lib/gentoo/news
+   fi
+
+   # band aid for prefix
+   if use prefix; then
+   cd "${ED}"/usr/share/eselect/libs
+   sed -i 
"s:ALTERNATIVESDIR_ROOTLESS=\"${EPREFIX}:ALTERNATIVESDIR_ROOTLESS=\":" 
alternatives.bash || die
+   fi
+}
+
+pkg_postinst() {
+   # fowners in src_install doesn't work for the portage group:
+   # merging changes the group back to root
+   if ! use prefix; then
+   chgrp portage "${EROOT}/var/lib/gentoo/news" \
+   && chmod g+w "${EROOT}/var/lib/gentoo/news"
+   fi
+}

diff --git a/app-admin/eselect/files/eselect-1.4.2-alternatives.patch 
b/app-admin/eselect/files/eselect-1.4.2-alternatives.patch
new file mode 100644
index 000..3f4a34b
--- /dev/null
+++ b/app-admin/eselect/files/eselect-1.4.2-alternatives.patch
@@ -0,0 +1,616 @@
+Index: bin/eselect.in
+===
+--- bin/eselect.in (revision 863)
 bin/eselect.in (working copy)
+@@ -22,10 +22,15 @@
+ # Where are modules installed by default?
+ ESELECT_DEFAULT_MODULES_PATH="${ESELECT_DATA_PATH}/modules"
+ 
++# Where are auto-generated modules placed? (e.g. from alternatives-2.eclass)
++ESELECT_AUTO_GENERATED_MODULES_PATH="${ESELECT_DEFAULT_MODULES_PATH}/auto"
++
+ # Look in these places for modules
+-ESELECT_MODULES_PATH=( \
+-  "${HOME}/.eselect/modules" \
+-  "${ESELECT_DEFAULT_MODULES_PATH}" )
++ESELECT_MODULES_PATH=(
++  "${HOME}/.eselect/modules"
++  "${ESELECT_DEFAULT_MODULES_PATH}"
++  "${ESELECT_AUTO_GENERATED_MODULES_PATH}"
++)
+ 
+ # Look in this place for libraries
+ ESELECT_CORE_PATH="${ESELECT_DATA_PATH}/libs"
+--- bin/Makefile.am.orig

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

2014-05-26 Thread Justin Lecher
commit: 8a7803dee75972a8380ecff7f713cf72648451fc
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon May 26 06:54:18 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 26 06:54:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a7803de

Fix dependency on eselect

Signed-off-by: Justin Lecher  gentoo.org>

---
 eclass/alternatives-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index dbfaca3..2e54dac 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -31,7 +31,7 @@ case "${EAPI:-0}" in
;;
 esac
 
-DEPEND=">=app-admin/eselect-1.4.1-r100"
+DEPEND=">=app-admin/eselect-1.4.2-r100"
 RDEPEND="${DEPEND}
!app-admin/eselect-blas
!app-admin/eselect-cblas



[gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.18.3.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:34:16

  Modified: ChangeLog
  Added:scrapy-0.18.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.19 dev-python/scrapy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   20 May 2014 02:37:26 -  1.18
+++ ChangeLog   26 May 2014 07:34:16 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.18 
2014/05/20 02:37:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.19 
2014/05/26 07:34:16 patrick Exp $
+
+*scrapy-0.18.3 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +scrapy-0.18.3.ebuild:
+  Bump
 
 *scrapy-0.18.2 (20 May 2014)
 



1.1  dev-python/scrapy/scrapy-0.18.3.ebuild

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

Index: scrapy-0.18.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.18.3.ebuild,v 1.1 
2014/05/26 07:34:16 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"

inherit vcs-snapshot distutils-r1

DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"

RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
>=dev-python/twisted-core-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-conch-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-mail-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-web-8.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
net-ftp/vsftpd
dev-python/pyopenssl[${PYTHON_USEDEP}] )"

python_prepare_all() {
# Skip failing tests; https://github.com/scrapy/scrapy/issues/725
sed -e s':test_validation:_&:' \
-i scrapy/tests/test_djangoitem/__init__.py || die
sed -e s':test_process_parallel_failure:_&:' \
 -i scrapy/tests/test_utils_defer.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
fi
}

python_test() {
PYTHONPATH="${PWD}" bin/runtests.sh || die
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in app-vim/command-t: ChangeLog command-t-1.9.ebuild

2014-05-26 Thread Tim Harder (radhermit)
radhermit14/05/26 07:40:21

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

Revision  ChangesPath
1.17 app-vim/command-t/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/command-t/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/command-t/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/command-t/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   3 Apr 2014 05:44:43 -   1.16
+++ ChangeLog   26 May 2014 07:40:21 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/command-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.16 
2014/04/03 05:44:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.17 
2014/05/26 07:40:21 radhermit Exp $
+
+*command-t-1.9 (26 May 2014)
+
+  26 May 2014; Tim Harder  +command-t-1.9.ebuild:
+  Version bump.
 
 *command-t-1.8 (03 Apr 2014)
 



1.1  app-vim/command-t/command-t-1.9.ebuild

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

Index: command-t-1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/command-t-1.9.ebuild,v 1.1 
2014/05/26 07:40:21 radhermit Exp $

EAPI="5"
USE_RUBY="ruby19 ruby20 ruby21"

inherit vim-plugin ruby-ng

DESCRIPTION="vim plugin: fast file navigation for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
https://wincent.com/products/command-t";
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"

VIM_PLUGIN_HELPFILES="${PN}.txt"

RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"

each_ruby_configure() {
cd ruby/${PN}
${RUBY} extconf.rb || die "extconf.rb failed"
}

each_ruby_compile() {
cd ruby/${PN}
emake V=1
rm *.o *.c *.h *.log extconf.rb depend Makefile || die
}

each_ruby_install() {
local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
insinto ${sitelibdir}/${PN}
doins -r ruby/${PN}/*
}

all_ruby_install() {
rm -r ruby || die
vim-plugin_src_install
}






[gentoo-commits] gentoo-x86 commit in sci-chemistry/relax: ChangeLog relax-3.2.1.ebuild

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 07:40:57

  Modified: ChangeLog
  Added:relax-3.2.1.ebuild
  Log:
  sci-chemistry/relax: Version Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.24 sci-chemistry/relax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   22 May 2014 08:48:53 -  1.23
+++ ChangeLog   26 May 2014 07:40:57 -  1.24
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/relax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.23 
2014/05/22 08:48:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.24 
2014/05/26 07:40:57 jlec Exp $
+
+*relax-3.2.1 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +relax-3.2.1.ebuild:
+  Version Bump
 
 *relax-3.2.0 (22 May 2014)
 



1.1  sci-chemistry/relax/relax-3.2.1.ebuild

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

Index: relax-3.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.2.1.ebuild,v 1.1 
2014/05/26 07:40:57 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

WX_GTK_VER="2.9"

inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs 
wxwidgets virtualx

DESCRIPTION="Molecular dynamics by NMR data analysis"
HOMEPAGE="http://www.nmr-relax.com/";
SRC_URI="http://download.gna.org/relax/${P}.src.tar.bz2";

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

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
${PYTHON_DEPS}
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/wxpython:${WX_GTK_VER}[${PYTHON_USEDEP}]
sci-chemistry/molmol
sci-chemistry/pymol[${PYTHON_USEDEP}]
sci-chemistry/vmd
>=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}]
>=sci-libs/minfx-1.0.5[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
sci-visualization/grace
sci-visualization/opendx
x11-libs/wxGTK:${WX_GTK_VER}[X]"
DEPEND="${RDEPEND}
media-gfx/pngcrush"

pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
local png
rm -rf minfx bmrblib || die
epatch \
"${FILESDIR}"/${PN}-3.0.1-gentoo.patch
tc-export CC
}

src_compile() {
escons
}

src_test() {
VIRTUALX_COMMAND="${EPYTHON} ./${PN}.py -x --traceback"
virtualmake
}

src_install() {
dodoc README 
docs/{CHANGES,COMMITTERS,JOBS,relax.pdf,prompt_screenshot.txt}

python_moduleinto ${PN}
python_domodule *

rm ${PN} README || die

make_wrapper ${PN}-nmr "${EPYTHON} $(python_get_sitedir)/${PN}/${PN}.py 
$@"
}






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

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:41:04

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



[gentoo-commits] gentoo-x86 commit in dev-python/multipledispatch: metadata.xml multipledispatch-0.4.3.ebuild Manifest ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:42:23

  Added:metadata.xml multipledispatch-0.4.3.ebuild Manifest
ChangeLog
  Log:
  Initial import, dependency of dev-python/datashape
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-python/multipledispatch/metadata.xml

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

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

python

multipledispatch





1.1  dev-python/multipledispatch/multipledispatch-0.4.3.ebuild

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

Index: multipledispatch-0.4.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/multipledispatch/multipledispatch-0.4.3.ebuild,v
 1.1 2014/05/26 07:42:23 patrick Exp $

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

inherit distutils-r1

DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and 
webapp2"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://pypi.python.org/pypi/mimerender";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

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



1.1  dev-python/multipledispatch/Manifest

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

Index: Manifest
===
DIST multipledispatch-0.4.3.tar.gz 6591 SHA256 
9d8c20ffe7f3530c9b49529ab56ec65a4759c42e19f005693bc8a188c7427255 SHA512 
47b20087f4b79ca5d73f0433923abf158136e7bcf085fdd6ccbd4ba3c0e4f44087b9a92bcc77c35ac54d0c06ac71c4dc6ef20a771812e22f94e12582367d5756
 WHIRLPOOL 
23c24ce7f1b30ec67ea3517f35b23f52637bf894b2ee1a3c8aff071379fb36103d0703753e3fb1ebe8de625a68438156f040cf44ae384472206ffe0bc2ec4c6d
EBUILD multipledispatch-0.4.3.ebuild 626 SHA256 
cd290a831c7becc21c19673448a918c934595f69824fb3e90275c9fabcc706a9 SHA512 
54175deeb575c936acf62e6d90c29a4fd402b019bc170ea02ff7c3a6b1661b485c486ece4ff1d206e985e548d6a4194281c223b14376bef7c14202d2aae04755
 WHIRLPOOL 
af0e99bd79cf8b9867828b54e6a3bae2acdeffe5ab691de358088e232d5b79ac09165f7ae8ca984360a392af80fc69c122193247a031acaca3ab76ebc892f9b5
MISC metadata.xml 239 SHA256 
3da7e0e9e518230e0ffb62a062baa10d76d3636462ac7db6886d97962268b7f3 SHA512 
98a8d177c5e3809351d59857f05c20304b84000e6bba01f332c7d25be1c49d687990ea165c808e249ecb1f80a3cc28c2b3b5be0b96b3bd4178abeb44b852475d
 WHIRLPOOL 
01cc5916bfdac64d2ffda47e8d537e2e6b71460e1a8545ac7eb4637c0d19bda80e316aad25f25003276d4199bb56b6e58a8c5457273cff55d147c445f3a8c528



1.1  dev-python/multipledispatch/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/multipledispatch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/multipledispatch/ChangeLog,v 1.1 
2014/05/26 07:42:23 patrick Exp $

*multipledispatch-0.4.3 (26 May 2014)

  26 May 2014; Patrick Lauer  +metadata.xml,
  +multipledispatch-0.4.3.ebuild:
  Initial import, dependency of dev-python/datashape






[gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.2.0.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:43:32

  Modified: ChangeLog
  Added:datashape-0.2.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-python/datashape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   23 Feb 2014 00:02:51 -  1.2
+++ ChangeLog   26 May 2014 07:43:32 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.2 
2014/02/23 00:02:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.3 
2014/05/26 07:43:32 patrick Exp $
+
+*datashape-0.2.0 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +datashape-0.2.0.ebuild:
+  Bump
 
 *datashape-0.1.1 (23 Feb 2014)
 



1.1  dev-python/datashape/datashape-0.2.0.ebuild

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

Index: datashape-0.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.2.0.ebuild,v 1.1 
2014/05/26 07:43:32 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Language defining a data description protocol"
HOMEPAGE="https://github.com/ContinuumIO/datashape";
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

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

RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"

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

python_test() {
cd "${BUILD_DIR}"/lib* || die
nosetests -v || die
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-login: flask-login-0.2.11.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:47:16

  Modified: ChangeLog
  Added:flask-login-0.2.11.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-python/flask-login/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   31 Mar 2014 06:43:14 -  1.12
+++ ChangeLog   26 May 2014 07:47:16 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-login
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.12 
2014/03/31 06:43:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.13 
2014/05/26 07:47:16 patrick Exp $
+
+*flask-login-0.2.11 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +flask-login-0.2.11.ebuild:
+  Bump
 
 *flask-login-0.2.10 (31 Mar 2014)
 



1.1  dev-python/flask-login/flask-login-0.2.11.ebuild

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

Index: flask-login-0.2.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild,v 1.1 
2014/05/26 07:47:16 patrick Exp $

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

inherit distutils-r1

MY_PN="Flask-Login"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Login session support for Flask"
HOMEPAGE="http://pypi.python.org/pypi/Flask-Login";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

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






[gentoo-commits] gentoo-x86 commit in dev-python/wtf-peewee: wtf-peewee-0.2.2.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:48:43

  Modified: ChangeLog
  Added:wtf-peewee-0.2.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-python/wtf-peewee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 May 2014 03:28:41 -  1.6
+++ ChangeLog   26 May 2014 07:48:43 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtf-peewee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.6 
2014/05/25 03:28:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.7 
2014/05/26 07:48:43 patrick Exp $
+
+*wtf-peewee-0.2.2 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +wtf-peewee-0.2.2.ebuild:
+  Bump
 
   25 May 2014; Ian Delaney  wtf-peewee-0.2.1.ebuild:
   unrestrict & upgrade test phase, add IUSE examples



1.1  dev-python/wtf-peewee/wtf-peewee-0.2.2.ebuild

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

Index: wtf-peewee-0.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.2.ebuild,v 1.1 
2014/05/26 07:48:43 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/";
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz";
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND="dev-python/peewee[${PYTHON_USEDEP}]
dev-python/wtforms[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( "${RDEPEND}" )"

python_prepare_all() {
 # https://github.com/coleifer/peewee/issues/361
sed -e s':test_choices:_&:' \
-e s':test_null_form_saving:_&:' \
-i "${PN/\-/}"/tests.py || die
distutils-r1_python_prepare_all
}

python_test() {
"${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
}

python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/markupsafe: markupsafe-0.23.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 07:52:54

  Modified: ChangeLog
  Added:markupsafe-0.23.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.64 dev-python/markupsafe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   12 May 2014 11:37:00 -  1.63
+++ ChangeLog   26 May 2014 07:52:54 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/markupsafe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.63 
2014/05/12 11:37:00 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.64 
2014/05/26 07:52:54 patrick Exp $
+
+*markupsafe-0.23 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +markupsafe-0.23.ebuild:
+  Bump
 
   12 May 2014; Ian Delaney  markupsafe-0.21.ebuild:
   re-add py3.2 to cover all current scenarios



1.1  dev-python/markupsafe/markupsafe-0.23.ebuild

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

Index: markupsafe-0.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.23.ebuild,v 1.1 
2014/05/26 07:52:54 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1

MY_PN="MarkupSafe"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
HOMEPAGE="http://pypi.python.org/pypi/MarkupSafe";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

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

S=${WORKDIR}/${MY_P}
DISTUTILS_IN_SOURCE_BUILD=1

python_compile() {
distutils-r1_python_compile
if [[ ${EPYTHON} == python3.2 ]]; then
2to3 --no-diffs -n -w -f unicode ${PN} || die
fi
}

python_test() {
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in dev-db/mongodb/files: mongos.initd-r2 mongodb.initd-r2 mms-agent.initd-r2

2014-05-26 Thread Alexys Jacob (ultrabug)
ultrabug14/05/26 08:03:45

  Modified: mongos.initd-r2 mongodb.initd-r2 mms-agent.initd-r2
  Log:
  fix init script user and group execution
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.2  dev-db/mongodb/files/mongos.initd-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2?r1=1.1&r2=1.2

Index: mongos.initd-r2
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongos.initd-r2 14 May 2014 09:16:49 -  1.1
+++ mongos.initd-r2 26 May 2014 08:03:45 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2,v 1.1 
2014/05/14 09:16:49 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongos.initd-r2,v 1.2 
2014/05/26 08:03:45 ultrabug Exp $
 
 config_file=${config_file:-/etc/${SVCNAME}.conf}
 run_dir=${run_dir:-/run/mongodb}
@@ -12,6 +12,7 @@
 pidfile=${run_dir}/${SVCNAME}.pid
 user=${user:-mongodb}
 group=${group:-mongodb}
+start_stop_daemon_args="--user ${user} --group ${group}"
 
 depend() {
use net



1.2  dev-db/mongodb/files/mongodb.initd-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2?r1=1.1&r2=1.2

Index: mongodb.initd-r2
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb.initd-r214 May 2014 09:16:49 -  1.1
+++ mongodb.initd-r226 May 2014 08:03:45 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2,v 1.1 
2014/05/14 09:16:49 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongodb.initd-r2,v 1.2 
2014/05/26 08:03:45 ultrabug Exp $
 
 config_file=${config_file:-/etc/${SVCNAME}.conf}
 run_dir=${run_dir:-/run/mongodb}
@@ -12,6 +12,7 @@
 pidfile=${run_dir}/${SVCNAME}.pid
 user=${user:-mongodb}
 group=${group:-mongodb}
+start_stop_daemon_args="--user ${user} --group ${group}"
 
 depend() {
use net



1.2  dev-db/mongodb/files/mms-agent.initd-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2?r1=1.1&r2=1.2

Index: mms-agent.initd-r2
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mms-agent.initd-r2  14 May 2014 09:16:49 -  1.1
+++ mms-agent.initd-r2  26 May 2014 08:03:45 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2,v 
1.1 2014/05/14 09:16:49 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mms-agent.initd-r2,v 
1.2 2014/05/26 08:03:45 ultrabug Exp $
 
 logfile=/var/log/mongodb/mms-agent.log
 run_dir=${run_dir:-/run/mongodb}
@@ -12,6 +12,7 @@
 pidfile=${run_dir}/${SVCNAME}.pid
 user=${user:-mongodb}
 group=${group:-mongodb}
+start_stop_daemon_args="--user ${user} --group ${group}"
 
 depend() {
need net






[gentoo-commits] gentoo-x86 commit in dev-db/mongodb: ChangeLog mongodb-2.6.1-r1.ebuild mongodb-2.6.1.ebuild

2014-05-26 Thread Alexys Jacob (ultrabug)
ultrabug14/05/26 08:03:45

  Modified: ChangeLog
  Added:mongodb-2.6.1-r1.ebuild
  Removed:  mongodb-2.6.1.ebuild
  Log:
  fix init script user and group execution
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.92 dev-db/mongodb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.92&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.92&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   14 May 2014 09:16:49 -  1.91
+++ ChangeLog   26 May 2014 08:03:45 -  1.92
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/mongodb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.91 2014/05/14 
09:16:49 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.92 2014/05/26 
08:03:45 ultrabug Exp $
+
+*mongodb-2.6.1-r1 (26 May 2014)
+
+  26 May 2014; Ultrabug  -mongodb-2.6.1.ebuild,
+  +mongodb-2.6.1-r1.ebuild, files/mms-agent.initd-r2, files/mongodb.initd-r2,
+  files/mongos.initd-r2:
+  fix init script user and group execution
 
 *mongodb-2.6.1 (14 May 2014)
 



1.1  dev-db/mongodb/mongodb-2.6.1-r1.ebuild

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

Index: mongodb-2.6.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.6.1-r1.ebuild,v 1.1 
2014/05/26 08:03:45 ultrabug Exp $

EAPI=5
SCONS_MIN_VERSION="1.2.0"
CHECKREQS_DISK_BUILD="2400M"
CHECKREQS_DISK_USR="512M"
CHECKREQS_MEMORY="1024M"

inherit eutils flag-o-matic multilib scons-utils systemd user versionator 
check-reqs

MY_P=${PN}-src-r${PV/_rc/-rc}

DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
HOMEPAGE="http://www.mongodb.org";
SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz
mms-agent? ( 
http://dev.gentoo.org/~ultrabug/20140409-mms-monitoring-agent.zip )"

LICENSE="AGPL-3 Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kerberos mms-agent ssl static-libs"

PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )"
RDEPEND="
app-arch/snappy
>=dev-cpp/yaml-cpp-0.5.1
>=dev-libs/boost-1.50[threads(+)]
>=dev-libs/libpcre-8.30[cxx]
dev-libs/snowball-stemmer
dev-util/google-perftools[-minimal]
net-libs/libpcap
ssl? ( >=dev-libs/openssl-1.0.1g )"
DEPEND="${RDEPEND}
sys-libs/ncurses
sys-libs/readline
kerberos? ( dev-libs/cyrus-sasl[kerberos] )"

S=${WORKDIR}/${MY_P}

pkg_setup() {
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb

scons_opts="--variant-dir=build --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
scons_opts+=" --use-system-boost"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
scons_opts+=" --use-system-stemmer"
scons_opts+=" --use-system-tcmalloc"
scons_opts+=" --use-system-yaml"
scons_opts+=" --usev8"

if use prefix; then
scons_opts+=" --cpppath=${EPREFIX}/usr/include"
scons_opts+=" --libpath=${EPREFIX}/usr/$(get_libdir)"
fi

if use kerberos; then
scons_opts+=" --use-sasl-client"
fi

if use ssl; then
scons_opts+=" --ssl"
fi
}

src_prepare() {
epatch "${FILESDIR}/${PN}-2.6.1-fix-scons.patch"

# fix yaml-cpp detection
sed -i -e "s/\[\"yaml\"\]/\[\"yaml-cpp\"\]/" SConstruct || die

# bug #462606
sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" 
src/SConscript.client || die

# bug #482576
sed -i -e "/-Werror/d" src/third_party/v8/SConscript || die
}

src_compile() {
escons ${scons_opts} all
}

src_install() {
escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr

use static-libs || find "${ED}"/usr/ -type f -name "*.a" -delete

for x in /var/{lib,log}/${PN}; do
keepdir "${x}"
fowners mongodb:mongodb "${x}"
done

doman debian/mongo*.1
dodoc README docs/building.md

newinitd "${FILESDIR}/${PN}.init

[gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.3.2.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:10:39

  Modified: ChangeLog
  Added:testify-0.3.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-python/testify/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 May 2014 15:16:08 -  1.11
+++ ChangeLog   26 May 2014 08:10:39 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.11 
2014/05/20 15:16:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.12 
2014/05/26 08:10:39 patrick Exp $
+
+*testify-0.3.2 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +testify-0.3.2.ebuild:
+  Bump
 
 *testify-0.3.1 (20 May 2014)
 



1.1  dev-python/testify/testify-0.3.2.ebuild

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

Index: testify-0.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.3.2.ebuild,v 
1.1 2014/05/26 08:10:39 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )
RESTRICT="test"

inherit distutils-r1 vcs-snapshot

DESCRIPTION="A more pythonic replacement for the unittest module and nose"
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/";
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"

DOCS="README.md"

src_prepare_all() {
# Rm rogue test, Bug #438032
rm -f test/plugins//http_reporter_test.py
}

python_test() {
 "${PYTHON}" bin/${PN} test || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-2.0.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:15:08

  Modified: ChangeLog
  Added:wtforms-2.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.36 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   31 Mar 2014 20:54:48 -  1.35
+++ ChangeLog   26 May 2014 08:15:08 -  1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.35 
2014/03/31 20:54:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.36 
2014/05/26 08:15:08 patrick Exp $
+
+*wtforms-2.0 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +wtforms-2.0.ebuild:
+  Bump
 
   31 Mar 2014; Michał Górny  wtforms-1.0.3-r1.ebuild,
   wtforms-1.0.4.ebuild, wtforms-1.0.5.ebuild:



1.1  dev-python/wtforms/wtforms-2.0.ebuild

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

Index: wtforms-2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild,v 1.1 
2014/05/26 08:15:08 patrick Exp $

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

inherit distutils-r1

MY_PN="WTForms"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Flexible forms validation and rendering library for python web 
development"
HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

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

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

DEPEND="app-arch/unzip
doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
RDEPEND=""

DOCS="AUTHORS.txt CHANGES.txt README.txt"

python_compile_all() {
if use doc; then
einfo "Generation of documentation"
cd docs
PYTHONPATH=".." emake html || die "Building of documentation 
failed"
fi
}

python_install_all() {
if use doc; then
dohtml -r docs/_build/html/* || die "Installation of 
documentation failed"
fi
}






[gentoo-commits] gentoo-x86 commit in www-apache/mod_wsgi: mod_wsgi-3.5.ebuild ChangeLog

2014-05-26 Thread Dirkjan Ochtman (djc)
djc 14/05/26 08:15:16

  Modified: ChangeLog
  Added:mod_wsgi-3.5.ebuild
  Log:
  Version bump mod_wsgi to 3.5 (bug 510938)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.43 www-apache/mod_wsgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   27 Apr 2014 21:08:16 -  1.42
+++ ChangeLog   26 May 2014 08:15:16 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_wsgi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.42 
2014/04/27 21:08:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.43 
2014/05/26 08:15:16 djc Exp $
+
+*mod_wsgi-3.5 (26 May 2014)
+
+  26 May 2014; Dirkjan Ochtman  +mod_wsgi-3.5.ebuild:
+  Version bump mod_wsgi to 3.5 (bug 510938)
 
   27 Apr 2014; Mike Gilbert  mod_wsgi-3.4-r1.ebuild:
   Add python3.4.



1.1  www-apache/mod_wsgi/mod_wsgi-3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild?rev=1.1&content-type=text/plain

Index: mod_wsgi-3.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild,v 
1.1 2014/05/26 08:15:16 djc Exp $

EAPI="5"

PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
PYTHON_REQ_USE="threads"

inherit apache-module eutils python-single-r1

DESCRIPTION="An Apache2 module for running Python WSGI applications."
HOMEPAGE="http://code.google.com/p/modwsgi/";
SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

APACHE2_MOD_CONF="70_${PN}"
APACHE2_MOD_DEFINE="WSGI"

DOCFILES="README"

need_apache2

src_configure() {
econf --with-apxs=${APXS} --with-python=${PYTHON}
}

src_compile() {
default
}






[gentoo-commits] gentoo-x86 commit in dev-python/chameleon: chameleon-2.16.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:22:17

  Modified: ChangeLog
  Added:chameleon-2.16.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.25 dev-python/chameleon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   2 May 2014 09:49:33 -   1.24
+++ ChangeLog   26 May 2014 08:22:17 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/chameleon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.24 
2014/05/02 09:49:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.25 
2014/05/26 08:22:17 patrick Exp $
+
+*chameleon-2.16 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +chameleon-2.16.ebuild:
+  Bump
 
 *chameleon-2.15 (02 May 2014)
 



1.1  dev-python/chameleon/chameleon-2.16.ebuild

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

Index: chameleon-2.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild,v 
1.1 2014/05/26 08:22:17 patrick Exp $

EAPI=5

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

inherit distutils-r1

MY_PN="Chameleon"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Fast HTML/XML template compiler for Python"
HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND=""

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

python_compile_all() {
use doc && emake html
}

python_test() {
esetup.py test
}

python_install_all() {
use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.2.0.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:28:16

  Modified: ChangeLog
  Added:peewee-2.2.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-python/peewee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   20 May 2014 08:11:00 -  1.6
+++ ChangeLog   26 May 2014 08:28:16 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/peewee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.6 
2014/05/20 08:11:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.7 
2014/05/26 08:28:16 patrick Exp $
+
+*peewee-2.2.0 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +peewee-2.2.0.ebuild:
+  Bump
 
 *peewee-2.1.7 (20 May 2014)
 



1.1  dev-python/peewee/peewee-2.2.0.ebuild

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

Index: peewee-2.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.2.0.ebuild,v 1.1 
2014/05/26 08:28:16 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/";
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz";
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/apsw[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
)"

python_test() {
"${PYTHON}" ./runtests.py || die "tests failed"
}

python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}






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

2014-05-26 Thread Justin Lecher
commit: 2edad105d40a292530db9aeaaed47e7790ba887c
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon May 26 07:52:53 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 26 07:52:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2edad105

app-admin/eselect: Fix patch name

Package-Manager: portage-2.2.10

---
 app-admin/eselect/ChangeLog | 3 +++
 app-admin/eselect/eselect-1.4.2-r100.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog
index ab8f2ad..2fdf21a 100644
--- a/app-admin/eselect/ChangeLog
+++ b/app-admin/eselect/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 
2011/01/22 21:38:52 ulm Exp $
 
+  26 May 2014; Justin Lecher  eselect-1.4.2-r100.ebuild:
+  Fix patch name
+
 *eselect-1.4.2-r100 (26 May 2014)
 
   26 May 2014; Justin Lecher  +eselect-1.4.2-r100.ebuild,

diff --git a/app-admin/eselect/eselect-1.4.2-r100.ebuild 
b/app-admin/eselect/eselect-1.4.2-r100.ebuild
index 3c136ae..3fb583f 100644
--- a/app-admin/eselect/eselect-1.4.2-r100.ebuild
+++ b/app-admin/eselect/eselect-1.4.2-r100.ebuild
@@ -33,7 +33,7 @@ PDEPEND="emacs? ( app-emacs/eselect-mode )
vim-syntax? ( app-vim/eselect-syntax )"
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-1.4.2-alternatives.patch
+   epatch "${FILESDIR}"/${P}-alternatives.patch
AT_M4DIR="." eautoreconf
 }
 



[gentoo-commits] gentoo-x86 commit in dev-python/pymongo: pymongo-2.7.1.ebuild ChangeLog

2014-05-26 Thread Alexys Jacob (ultrabug)
ultrabug14/05/26 08:38:11

  Modified: ChangeLog
  Added:pymongo-2.7.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.39 dev-python/pymongo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   15 Apr 2014 15:18:18 -  1.38
+++ ChangeLog   26 May 2014 08:38:11 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pymongo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.38 
2014/04/15 15:18:18 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.39 
2014/05/26 08:38:11 ultrabug Exp $
+
+*pymongo-2.7.1 (26 May 2014)
+
+  26 May 2014; Ultrabug  +pymongo-2.7.1.ebuild:
+  version bump
 
 *pymongo-2.7-r1 (15 Apr 2014)
 



1.1  dev-python/pymongo/pymongo-2.7.1.ebuild

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

Index: pymongo-2.7.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.7.1.ebuild,v 
1.1 2014/05/26 08:38:11 ultrabug Exp $

EAPI=5

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

inherit check-reqs distutils-r1

DESCRIPTION="Python driver for MongoDB"
HOMEPAGE="http://github.com/mongodb/mongo-python-driver 
http://pypi.python.org/pypi/pymongo";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc kerberos test"

RDEPEND="dev-db/mongodb"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )
kerberos? ( dev-python/pykerberos )"
DISTUTILS_IN_SOURCE_BUILD=1

reqcheck() {
if use test; then
# During the tests, database size reaches 1.5G.
local CHECKREQS_DISK_BUILD=1536M

check-reqs_${1}
fi
}

pkg_pretend() {
reqcheck pkg_pretend
}

pkg_setup() {
reqcheck pkg_setup
}

python_compile_all() {
if use doc; then
mkdir html || die
sphinx-build doc html || die
fi
}

src_test() {
# Yes, we need TCP/IP for that...
local DB_IP=127.0.0.1
local DB_PORT=27000

export DB_IP DB_PORT

# 1.5G of disk space per run.
local DISTUTILS_NO_PARALLEL_BUILD=1

distutils-r1_src_test
}

python_test() {
local dbpath=${TMPDIR}/mongo.db
local logpath=${TMPDIR}/mongod.log

# Now, the hard part: we need to find a free port for mongod.
# We're just trying to run it random port numbers and check the log
# for bind errors. It shall be noted that 'mongod --fork' does not
# return failure when it fails to bind.

mkdir -p "${dbpath}" || die
while true; do
ebegin "Trying to start mongod on port ${DB_PORT}"

LC_ALL=C \
mongod --dbpath "${dbpath}" --smallfiles --nojournal \
--bind_ip ${DB_IP} --port ${DB_PORT} \
--unixSocketPrefix "${TMPDIR}" \
--logpath "${logpath}" --fork \
&& sleep 2

# Now we need to check if the server actually started...
if [[ ${?} -eq 0 && -S "${TMPDIR}"/mongodb-${DB_PORT}.sock ]]; 
then
# yay!
eend 0
break
elif grep -q 'Address already in use' "${logpath}"; then
# ay, someone took our port!
eend 1
: $(( DB_PORT += 1 ))
continue
else
eend 1
eerror "Unable to start mongod for tests. See the 
server log:"
eerror "${logpath}"
die "Unable to start mongod for tests."
fi
done

local failed
#https://

[gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-3.1.8.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:38:26

  Modified: ChangeLog
  Added:reportlab-3.1.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.105dev-python/reportlab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   19 May 2014 10:11:21 -  1.104
+++ ChangeLog   26 May 2014 08:38:26 -  1.105
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/reportlab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.104 
2014/05/19 10:11:21 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.105 
2014/05/26 08:38:26 patrick Exp $
+
+*reportlab-3.1.8 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +reportlab-3.1.8.ebuild:
+  Bump
 
   19 May 2014; Ian Delaney  reportlab-3.0.ebuild:
   add py3.4 support, tidy



1.1  dev-python/reportlab/reportlab-3.1.8.ebuild

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

Index: reportlab-3.1.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.8.ebuild,v 1.1 
2014/05/26 08:38:26 patrick Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
# Tests crash with pypy

inherit distutils-r1 flag-o-matic prefix

DESCRIPTION="Tools for generating printable PDF documents from any data source."
HOMEPAGE="http://www.reportlab.com/";
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
IUSE="doc examples"

RDEPEND="
virtual/python-imaging[${PYTHON_USEDEP}]
media-fonts/ttf-bitstream-vera
media-libs/libart_lgpl
sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/unzip"

DISTUTILS_NO_PARALLEL_BUILD=1

src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
unpack pfbfer-20070710.zip
}

python_prepare_all() {
sed -i \
-e 
"s|/usr/lib/X11/fonts/TrueType/|${EPREFIX}/usr/share/fonts/ttf-bitstream-vera/|"
 \
-e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
-e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
src/reportlab/rl_config.py || die

eprefixify setup.py
distutils-r1_python_prepare_all
}

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

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

python_test() {
pushd tests > /dev/null || die
"${PYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
popd > /dev/null || die
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
use examples && local EXAMPLES=( demos/. tools/pythonpoint/demos )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.5.3.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:43:54

  Modified: ChangeLog
  Added:psycopg-2.5.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.174dev-python/psycopg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   11 Apr 2014 19:51:10 -  1.173
+++ ChangeLog   26 May 2014 08:43:54 -  1.174
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/psycopg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.173 
2014/04/11 19:51:10 sdamashek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.174 
2014/05/26 08:43:54 patrick Exp $
+
+*psycopg-2.5.3 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +psycopg-2.5.3.ebuild:
+  Bump
 
   11 Apr 2014; Samuel Damashek  psycopg-2.5.2.ebuild:
   Add python3_4 to 2.5.2 PYTHON_COMPAT



1.1  dev-python/psycopg/psycopg-2.5.3.ebuild

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

Index: psycopg-2.5.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 
1.1 2014/05/26 08:43:54 patrick Exp $

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

inherit distutils-r1 flag-o-matic

MY_PN="${PN}2"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="PostgreSQL database adapter for Python"
HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="debug doc examples"

RDEPEND=">=dev-db/postgresql-base-8.1"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

RESTRICT="test"

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

python_compile() {
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}

[[ ${EPYTHON} != python3* ]] && append-flags -fno-strict-aliasing

distutils-r1_python_compile
}

python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${PN}-2.4.2-setup.py.patch"
)

if use debug; then
sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
fi

#   if use mxdatetime; then
#   sed -i 's/\(use_pydatetime=\)1/\10/' setup.cfg || die
#   fi

distutils-r1_python_prepare_all
}

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

python_install_all() {
distutils-r1_python_install_all

dodoc doc/{HACKING,SUCCESS}

if use doc; then
dodoc doc/psycopg2.txt
dohtml -r doc/html/.
fi

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r examples/.
fi
}






[gentoo-commits] gentoo-x86 commit in net-fs/libnfs: ChangeLog libnfs-1.8.0.ebuild

2014-05-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/05/26 08:45:44

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

Revision  ChangesPath
1.10 net-fs/libnfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   16 May 2014 03:35:16 -  1.9
+++ ChangeLog   26 May 2014 08:45:44 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/libnfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.9 2014/05/16 
03:35:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.10 2014/05/26 
08:45:44 nimiux Exp $
+
+  26 May 2014; Chema Alonso  libnfs-1.8.0.ebuild:
+  Stable for amd64 wrt bug #502876
 
   16 May 2014; Manuel Rüger  libnfs-1.8.0.ebuild,
   libnfs-.ebuild:



1.3  net-fs/libnfs/libnfs-1.8.0.ebuild

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

Index: libnfs-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnfs-1.8.0.ebuild 16 May 2014 03:35:16 -  1.2
+++ libnfs-1.8.0.ebuild 26 May 2014 08:45:44 -  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/net-fs/libnfs/libnfs-1.8.0.ebuild,v 1.2 
2014/05/16 03:35:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.8.0.ebuild,v 1.3 
2014/05/26 08:45:44 nimiux Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
inherit git-2 autotools-utils
 else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz";
-   KEYWORDS="~arm ~amd64 ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
inherit autotools-utils
 fi
 






[gentoo-commits] gentoo-x86 commit in dev-python/markdown: markdown-2.4.1.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:46:17

  Modified: ChangeLog
  Added:markdown-2.4.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.53 dev-python/markdown/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   12 Apr 2014 04:16:19 -  1.52
+++ ChangeLog   26 May 2014 08:46:17 -  1.53
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/markdown
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.52 
2014/04/12 04:16:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.53 
2014/05/26 08:46:17 patrick Exp $
+
+*markdown-2.4.1 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +markdown-2.4.1.ebuild:
+  Bump
 
 *markdown-2.4 (12 Apr 2014)
 



1.1  dev-python/markdown/markdown-2.4.1.ebuild

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

Index: markdown-2.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.4.1.ebuild,v 
1.1 2014/05/26 08:46:17 patrick Exp $

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

inherit distutils-r1

MY_PN="Markdown"
MY_P=${MY_PN}-${PV}

DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="http://www.freewisdom.org/projects/python-markdown 
http://pypi.python.org/pypi/Markdown";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-linux ~x86-macos"
IUSE="doc test pygments"

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

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

python_prepare_all() {
# do not build docs over and over again
sed -i -e "/'build':/s:md_build:build:" setup.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
use doc && esetup.py build_docs
}

python_install_all() {
if use doc; then
local DOCS=( docs/. )

# templates which we don't want in docdir
rm -f docs/*.{html,css,png}
fi

distutils-r1_python_install_all
}

python_test() {
cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
pushd "${BUILD_DIR}" > /dev/null

if [[ ${EPYTHON} == python3* ]]; then
# don't use -n: it causes writes to hardlinked files
2to3 -w --no-diffs tests || die
fi

"${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
popd > /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-python/fonttools: fonttools-2.4.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 08:51:17

  Modified: ChangeLog
  Added:fonttools-2.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.31 dev-python/fonttools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   18 Jan 2014 12:16:08 -  1.30
+++ ChangeLog   26 May 2014 08:51:17 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/fonttools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v 1.30 
2014/01/18 12:16:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v 1.31 
2014/05/26 08:51:17 patrick Exp $
+
+*fonttools-2.4 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +fonttools-2.4.ebuild:
+  Bump
 
   18 Jan 2014; Mike Frysinger  fonttools-2.3-r1.ebuild,
   fonttools-2.3.ebuild:



1.1  dev-python/fonttools/fonttools-2.4.ebuild

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

Index: fonttools-2.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/fonttools/fonttools-2.4.ebuild,v 
1.1 2014/05/26 08:51:17 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1

DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
HOMEPAGE="http://fonttools.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
IUSE=""

DEPEND=">=dev-python/numpy-1.0.2[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

DOCS=( README.txt Doc/{changes.txt,install.txt} )

python_install_all() {
dohtml Doc/documentation.html || die "dohtml failed"
distutils-r1_python_install_all
}






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

2014-05-26 Thread Sven Vermeulen (swift)
swift   14/05/26 09:00:46

  Modified: ChangeLog
  Added:policycoreutils-2.3-r1.ebuild
  Log:
  Fix selocal to support dontaudit as well. Also verify types, attributes and 
roles before adding them.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.138sys-apps/policycoreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   10 May 2014 14:04:59 -  1.137
+++ ChangeLog   26 May 2014 09:00:46 -  1.138
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/policycoreutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.137 
2014/05/10 14:04:59 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.138 
2014/05/26 09:00:46 swift Exp $
+
+*policycoreutils-2.3-r1 (26 May 2014)
+
+  26 May 2014; Sven Vermeulen  
+policycoreutils-2.3-r1.ebuild:
+  Fix selocal to support dontaudit as well. Also verify types, attributes and
+  roles before adding them.
 
   10 May 2014; Sven Vermeulen 
   -policycoreutils-2.1.14-r1.ebuild, -policycoreutils-2.1.14-r2.ebuild,



1.1  sys-apps/policycoreutils/policycoreutils-2.3-r1.ebuild

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

Index: policycoreutils-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/sys-apps/policycoreutils/policycoreutils-2.3-r1.ebuild,v
 1.1 2014/05/26 09:00:46 swift Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"

inherit multilib python-r1 toolchain-funcs eutils

MY_P="${P//_/-}"

EXTRAS_VER="1.32"
SEMNG_VER="2.3"
SELNX_VER="2.3"
SEPOL_VER="2.3"
PATCHBUNDLE="3"

IUSE="audit pam dbus"

DESCRIPTION="SELinux core utilities"
HOMEPAGE="http://userspace.selinuxproject.org";
SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz
http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${PN}-${PATCHBUNDLE}.tar.gz
mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"

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

COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python]
>=sys-libs/glibc-2.4
>=sys-libs/libcap-1.10-r10
>=sys-libs/libsemanage-${SEMNG_VER}[python]
sys-libs/libcap-ng
>=sys-libs/libsepol-${SEPOL_VER}
sys-devel/gettext
dev-python/ipy
dbus? (
sys-apps/dbus
dev-libs/dbus-glib
)
audit? ( >=sys-process/audit-1.5.1 )
pam? ( sys-libs/pam )
${PYTHON_DEPS}"

### libcgroup -> seunshare
### dbus -> restorecond

# pax-utils for scanelf used by rlpkg
RDEPEND="${COMMON_DEPS}
dev-python/sepolgen
app-misc/pax-utils"

DEPEND="${COMMON_DEPS}"

S="${WORKDIR}/${MY_P}"
S1="${WORKDIR}/${MY_P}"
S2="${WORKDIR}/policycoreutils-extra"

src_prepare() {
# rlpkg is more useful than fixfiles
sed -i -e '/^all/s/fixfiles//' "${S}/scripts/Makefile" \
|| die "fixfiles sed 1 failed"
sed -i -e '/fixfiles/d' "${S}/scripts/Makefile" \
|| die "fixfiles sed 2 failed"

EPATCH_MULTI_MSG="Applying policycoreutils patches ... " \
EPATCH_SUFFIX="patch" \
EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \
EPATCH_FORCE="yes" \
epatch

epatch_user

python_copy_sources
# Our extra code is outside the regular directory, so set it to the 
extra
# directory. We really should optimize this as it is ugly, but the extra
# code is needed for Gentoo at the same time that policycoreutils is 
present
# (so we cannot use an additional package for now).
S="${S2}"
python_copy_sources
}

src_compile() {
local use_audit="n";
local use_pam="n";
local use_dbus="n";
local use_sesandbox="n";

use audit && use_audit="y";
use pam && use_pam="y";
use dbus && use_dbus="y";

building() {
  

[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.6.5.ebuild ChangeLog

2014-05-26 Thread Patrick Lauer (patrick)
patrick 14/05/26 09:02:46

  Modified: ChangeLog
  Added:django-1.6.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.132dev-python/django/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   13 May 2014 02:56:58 -  1.131
+++ ChangeLog   26 May 2014 09:02:46 -  1.132
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.131 
2014/05/13 02:56:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.132 
2014/05/26 09:02:46 patrick Exp $
+
+*django-1.6.5 (26 May 2014)
+
+  26 May 2014; Patrick Lauer  +django-1.6.5.ebuild:
+  Bump
 
   13 May 2014; Ian Delaney  django-1.5.7.ebuild,
   django-1.6.4.ebuild:



1.1  dev-python/django/django-1.6.5.ebuild

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

Index: django-1.6.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v 1.1 
2014/05/26 09:02:46 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE='sqlite?'
WEBAPP_NO_AUTO_INSTALL="yes"

inherit bash-completion-r1 distutils-r1 versionator webapp

MY_P="Django-${PV}"

DESCRIPTION="High-level Python web framework"
HOMEPAGE="http://www.djangoproject.com/ http://pypi.python.org/pypi/Django";
SRC_URI="https://www.djangoproject.com/m/releases/$(get_version_component_range 
1-2)/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc mysql postgres sqlite test"

PY2_USEDEP=$(python_gen_usedep python2_7)
PY23_USEDEP=$(python_gen_usedep python2_7 'python{3_3,3_4}')
RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PY23_USEDEP}] )
mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
test? ( ${PYTHON_DEPS//sqlite?/sqlite} )"

REQUIRED_USE="mysql? ( $(python_gen_useflags python2_7) )
postgres? ( || ( $(python_gen_useflags 'python{2_7,3_3,3_4}') ) 
)"

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

WEBAPP_MANUAL_SLOT="yes"

PATCHES=( "${FILESDIR}"/${PN}-1.5-py3tests.patch \
"${FILESDIR}"/${PN}-1.6-objects.patch )

python_prepare_all() {
# Avoid test failures with unittest2 and Python 3.
sed -e "s/from unittest2 import \*/raise ImportError/" -i 
django/utils/unittest/__init__.py
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
emake -C docs html
fi
}

python_test() {
# Tests have non-standard assumptions about PYTHONPATH,
# and don't work with ${BUILD_DIR}/lib.
# https://code.djangoproject.com/ticket/20514
# https://code.djangoproject.com/ticket/21093
# export PYTHONWARNINGS="d,i::ImportWarning"
sed -e 's:test_dont_base64_encode:_&:' -i tests/mail/tests.py || die
PYTHONPATH=. \
"${PYTHON}" tests/runtests.py --settings=test_sqlite -v1 \
|| die "Tests fail with ${EPYTHON}"
}

src_test() {
# Port conflict in django.test.testcases.LiveServerTestCase.
# Several other races with temp files.
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}

src_install() {
distutils-r1_src_install
webapp_src_install
}

python_install_all() {
newbashcomp extras/django_bash_completion ${PN}

if use doc; then
rm -fr docs/_build/html/_sources
local HTML_DOCS=( docs/_build/html/. )
fi

insinto "${MY_HTDOCSDIR#${EPREFIX}}"
doins -r django/contrib/admin/static/admin/.
distutils-r1_python_install_all
}

pkg_postinst() {
elog "A copy of the admin media is available to webapp-config for 
installation in a"
elog "webroot, as well as the traditional 

[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.14.4.ebuild ChangeLog

2014-05-26 Thread Markos Chandras (hwoarang)
hwoarang14/05/26 09:02:45

  Modified: ChangeLog
  Added:ck-sources-3.14.4.ebuild
  Log:
  Version bump. Bug #510800
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.235sys-kernel/ck-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   9 May 2014 20:17:08 -   1.234
+++ ChangeLog   26 May 2014 09:02:45 -  1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/ck-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.234 
2014/05/09 20:17:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.235 
2014/05/26 09:02:45 hwoarang Exp $
+
+*ck-sources-3.14.4 (26 May 2014)
+
+  26 May 2014; Markos Chandras  +ck-sources-3.14.4.ebuild:
+  Version bump. Bug #510800
 
 *ck-sources-3.4.89 (09 May 2014)
 *ck-sources-3.10.39 (09 May 2014)



1.1  sys-kernel/ck-sources/ck-sources-3.14.4.ebuild

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

Index: ck-sources-3.14.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.4.ebuild,v 1.1 
2014/05/26 09:02:45 hwoarang Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64 ~x86"
IUSE="bfsonly"

HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/";

K_WANT_GENPATCHES="base extras experimental"
K_EXP_GENPATCHES_PULL="1"
K_EXP_GENPATCHES_NOUSE="1"
K_GENPATCHES_VER="7"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches"

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=""
XTRA_INCP_MAX=""

#--

CK_VERSION="1"
BFS_VERSION="447"

CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2"
BFS_FILE="${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch"

CK_BASE_URL="http://ck.kolivas.org/patches/3.0";
CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
CK_URI="${CK_LVER_URL}/${CK_FILE}"
BFS_URI="${CK_LVER_URL}/patches/${BFS_FILE}"

#-- Build extra incremental patches list --

LX_INCP_URI=""
LX_INCP_LIST=""
if [ -n "${XTRA_INCP_MIN}" ]; then
LX_INCP_URL="${KERNEL_BASE_URI}/incr"
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]="patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2"
LX_INCP_URI="${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}"
LX_INCP_LIST="${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}"
done
fi

#-- CK needs sometimes to patch itself... (3.7/3.13)---

CK_INCP_URI=""
CK_INCP_LIST=""

#-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) ---

PRE_CK_FIX=""
POST_CK_FIX=""

#--

SRC_URI="${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI}
!bfsonly? ( ${CK_URI} )
bfsonly? ( ${BFS_URI} )"

UNIPATCH_LIST="${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}"

if ! use bfsonly ; then
UNIPATCH_LIST="${UNIPATCH_LIST}/${CK_FILE}"
else
UNIPATCH_LIST="${UNIPATCH_LIST}/${BFS_FILE}"
fi

UNIPATCH_LIST="${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}"

UNIPATCH_STRICTORDER="yes"

#-- Since experimental genpatches && we want BFQ irrespective of experimental -

K_EXP_GENPATCHES_LIST="50*_*.patch*"

src_prepare() {

#-- Comment out CK's EXTRAVERSION in Makefile -

sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile"
}

pkg_postinst() {

kernel-2_pkg_postinst

elog
elog "For more info on this patchset, see: 
http://forums.gentoo.org/viewtopic-t-941030-start-0.html";
elog
}






[gentoo-commits] gentoo-x86 commit in net-im/bitlbee: bitlbee-3.2.ebuild bitlbee-3.2.1.ebuild bitlbee-3.0.5-r1.ebuild bitlbee-3.0.6.ebuild ChangeLog

2014-05-26 Thread Sven Vermeulen (swift)
swift   14/05/26 09:10:12

  Modified: bitlbee-3.2.ebuild bitlbee-3.2.1.ebuild
bitlbee-3.0.5-r1.ebuild bitlbee-3.0.6.ebuild
ChangeLog
  Log:
  Add USE=selinux dependency to sec-policy/selinux-bitlbee
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.4  net-im/bitlbee/bitlbee-3.2.ebuild

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

Index: bitlbee-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitlbee-3.2.ebuild  5 Sep 2013 18:59:51 -   1.3
+++ bitlbee-3.2.ebuild  26 May 2014 09:10:12 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.ebuild,v 1.3 
2013/09/05 18:59:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.ebuild,v 1.4 
2014/05/26 09:10:12 swift Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -14,7 +14,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple
+IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple 
selinux
 skype ssl test twitter +yahoo xinetd" # ldap - Bug 195758
 
 COMMON_DEPEND="purple? ( net-im/pidgin )
@@ -25,7 +25,8 @@
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
-   )"
+   )
+   selinux? ( sec-policy/selinux-bitlbee )"
# ldap? ( net-nds/openldap )"
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig



1.3  net-im/bitlbee/bitlbee-3.2.1.ebuild

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

Index: bitlbee-3.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitlbee-3.2.1.ebuild17 Dec 2013 21:05:22 -  1.2
+++ bitlbee-3.2.1.ebuild26 May 2014 09:10:12 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1.ebuild,v 1.2 
2013/12/17 21:05:22 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1.ebuild,v 1.3 
2014/05/26 09:10:12 swift Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -14,7 +14,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple
+IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple 
selinux
 skype ssl test twitter +yahoo xinetd" # ldap - Bug 195758
 
 COMMON_DEPEND="purple? ( net-im/pidgin )
@@ -25,7 +25,8 @@
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
-   )"
+   )
+   selinux? ( sec-policy/selinux-bitlbee )"
# ldap? ( net-nds/openldap )"
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig



1.9  net-im/bitlbee/bitlbee-3.0.5-r1.ebuild

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

Index: bitlbee-3.0.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bitlbee-3.0.5-r1.ebuild 8 Jan 2013 14:25:21 -   1.8
+++ bitlbee-3.0.5-r1.ebuild 26 May 2014 09:10:12 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild ChangeLog

2014-05-26 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/26 10:28:12

  Modified: ChangeLog
  Added:phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild
  Log:
  Add 4.1.14 and 4.2.2 releases.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.510dev-db/phpmyadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.510&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.510&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.509&r2=1.510

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog   24 Mar 2014 14:29:02 -  1.509
+++ ChangeLog   26 May 2014 10:28:12 -  1.510
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.509 
2014/03/24 14:29:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.510 
2014/05/26 10:28:12 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.2 (26 May 2014)
+*phpmyadmin-4.1.14 (26 May 2014)
+
+  26 May 2014; Jorge Manuel B. S. Vicetto 
+  +phpmyadmin-4.1.14.ebuild, +phpmyadmin-4.2.2.ebuild:
+  Add 4.1.14 and 4.2.2 releases.
 
   24 Mar 2014; Agostino Sarubbo  phpmyadmin-4.1.7.ebuild:
   Stable for ppc64, wrt bug #502002



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild

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

Index: phpmyadmin-4.1.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v 
1.1 2014/05/26 10:28:12 jmbsvicetto Exp $

EAPI="4"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDEPEND="
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)
"

need_httpd_cgi
need_php_httpd

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

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die "Cannot remove setup utility"
elog "The phpMyAdmin setup utility has been removed."
elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
else
elog "You should consider disabling the setup USE flag"
elog "to exclude the setup utility if you don't use it."
elog "It regularly is the target of various exploits."
fi

insinto "${MY_HTDOCSDIR#${EPREFIX}}"
doins -r .

webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php

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



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild

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

Index: phpmyadmin-4.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild,v 
1.1 2014/05/26 10:28:12 jmbsvicetto Exp $

EAPI="4"

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"

DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"

RDE

[gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/

2014-05-26 Thread Jorge Manuel B. S. Vicetto
commit: 2e4a95e9b561b3e50318e3c579a9f7e1038eb288
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon May 26 10:29:22 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon May 26 10:29:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=2e4a95e9

Drop old versions.

---
 dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild | 61 --
 dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild  | 61 --
 dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild  | 61 --
 3 files changed, 183 deletions(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
deleted file mode 100644
index 6d4107e..000
--- a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 
1.1 2014/01/14 01:41:12 jmbsvicetto Exp $
-
-EAPI="4"
-
-inherit eutils webapp depend.php
-
-MY_PV=${PV/_/-}
-MY_P="phpMyAdmin-${MY_PV}-all-languages"
-
-DESCRIPTION="Web-based administration for MySQL database in PHP"
-HOMEPAGE="http://www.phpmyadmin.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="setup"
-
-RDEPEND="
-   dev-lang/php[crypt,ctype,filter,json,session,unicode]
-   || (
-   dev-lang/php[mysqli]
-   dev-lang/php[mysql]
-   )
-"
-
-need_httpd_cgi
-need_php_httpd
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
-   rm -f LICENSE README* RELEASE-DATE-${MY_PV}
-
-   if ! use setup; then
-   rm -rf setup || die "Cannot remove setup utility"
-   elog "The phpMyAdmin setup utility has been removed."
-   elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
-   else
-   elog "You should consider disabling the setup USE flag"
-   elog "to exclude the setup utility if you don't use it."
-   elog "It regularly is the target of various exploits."
-   fi
-
-   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
-   doins -r .
-
-   webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
-   webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
-   webapp_src_install
-}

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
deleted file mode 100644
index 6d4107e..000
--- a/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 
1.1 2014/01/14 01:41:12 jmbsvicetto Exp $
-
-EAPI="4"
-
-inherit eutils webapp depend.php
-
-MY_PV=${PV/_/-}
-MY_P="phpMyAdmin-${MY_PV}-all-languages"
-
-DESCRIPTION="Web-based administration for MySQL database in PHP"
-HOMEPAGE="http://www.phpmyadmin.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="setup"
-
-RDEPEND="
-   dev-lang/php[crypt,ctype,filter,json,session,unicode]
-   || (
-   dev-lang/php[mysqli]
-   dev-lang/php[mysql]
-   )
-"
-
-need_httpd_cgi
-need_php_httpd
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
-   rm -f LICENSE README* RELEASE-DATE-${MY_PV}
-
-   if ! use setup; then
-   rm -rf setup || die "Cannot remove setup utility"
-   elog "The phpMyAdmin setup utility has been removed."
-   elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
-   else
-   elog "You should consider disabling the setup USE flag"
-   elog "to exclude the setup utility if you don't use it."
-   elog "It regularly is the target of various exploits."
-   fi
-
-   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
-   doins -r .
-
-   webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
-   webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
-   webapp_src_install
-}

diff --git a/dev-db/phpmyadmin/phpm

[gentoo-commits] gentoo-x86 commit in dev-libs/liborcus: liborcus-0.7.0.ebuild ChangeLog

2014-05-26 Thread Andreas HAttel (dilfridge)
dilfridge14/05/26 10:33:33

  Modified: liborcus-0.7.0.ebuild ChangeLog
  Log:
  Drop keywords of 0.7.0 temporarily since it is only needed by libreoffice 
live ebuild
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.2  dev-libs/liborcus/liborcus-0.7.0.ebuild

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

Index: liborcus-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liborcus-0.7.0.ebuild   25 Mar 2014 10:28:37 -  1.1
+++ liborcus-0.7.0.ebuild   26 May 2014 10:33:33 -  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-libs/liborcus/liborcus-0.7.0.ebuild,v 
1.1 2014/03/25 10:28:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.7.0.ebuild,v 
1.2 2014/05/26 10:33:33 dilfridge Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE="MIT"
 SLOT="0/0.5"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS=""
 IUSE="static-libs"
 
 RDEPEND="



1.29 dev-libs/liborcus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   27 Mar 2014 09:15:21 -  1.28
+++ ChangeLog   26 May 2014 10:33:33 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/liborcus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.28 
2014/03/27 09:15:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.29 
2014/05/26 10:33:33 dilfridge Exp $
+
+  26 May 2014; Andreas K. Huettel  liborcus-0.7.0.ebuild:
+  Drop keywords of 0.7.0 temporarily since it is only needed by libreoffice 
live
+  ebuild
 
   27 Mar 2014; Tomáš Chvátal  -liborcus-0.3.0.ebuild,
   liborcus-0.5.1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.conf

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 10:39:03

  Modified: tor.conf
  Log:
  Fix tmpfiles.d, bug #511454
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  net-misc/tor/files/tor.conf

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

Index: tor.conf
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tor.conf8 May 2014 22:33:03 -   1.3
+++ tor.conf26 May 2014 10:39:03 -  1.4
@@ -1,2 +1 @@
-#Type   PathModeUID GID Age Argument
 d   /var/run/tor0775tor tor -   -






[gentoo-commits] gentoo-x86 commit in net-misc/tor: ChangeLog

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 10:39:03

  Modified: ChangeLog
  Log:
  Fix tmpfiles.d, bug #511454
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.414net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -r1.413 -r1.414
--- ChangeLog   25 May 2014 18:56:41 -  1.413
+++ ChangeLog   26 May 2014 10:39:03 -  1.414
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.413 2014/05/25 
18:56:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.414 2014/05/26 
10:39:03 blueness Exp $
+
+  26 May 2014; Anthony G. Basile  files/tor.conf:
+  Fix tmpfiles.d, bug #511454
 
   25 May 2014; Markus Meier  tor-0.2.4.22.ebuild:
   arm stable, bug #510564






[gentoo-commits] gentoo-x86 commit in dev-libs/libixion: libixion-0.7.0.ebuild ChangeLog

2014-05-26 Thread Andreas HAttel (dilfridge)
dilfridge14/05/26 10:48:01

  Modified: libixion-0.7.0.ebuild ChangeLog
  Log:
  Drop keywords of 0.7.0 temporarily since it is only needed by libreoffice 
live ebuild
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.3  dev-libs/libixion/libixion-0.7.0.ebuild

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

Index: libixion-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libixion-0.7.0.ebuild   27 Mar 2014 08:58:04 -  1.2
+++ libixion-0.7.0.ebuild   26 May 2014 10:48:01 -  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-libs/libixion/libixion-0.7.0.ebuild,v 
1.2 2014/03/27 08:58:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.7.0.ebuild,v 
1.3 2014/05/26 10:48:01 dilfridge Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE="MIT"
 SLOT="0/0.7"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS=""
 IUSE="static-libs"
 
 RDEPEND="dev-libs/boost:="



1.11 dev-libs/libixion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   27 Mar 2014 08:58:04 -  1.10
+++ ChangeLog   26 May 2014 10:48:01 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libixion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.10 
2014/03/27 08:58:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.11 
2014/05/26 10:48:01 dilfridge Exp $
+
+  26 May 2014; Andreas K. Huettel  libixion-0.7.0.ebuild:
+  Drop keywords of 0.7.0 temporarily since it is only needed by libreoffice 
live
+  ebuild
 
   27 Mar 2014; Tomáš Chvátal  libixion-0.7.0.ebuild,
   libixion-.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-db/mongodb: mongodb-2.4.6-r2.ebuild ChangeLog mongodb-2.6.1-r1.ebuild mongodb-2.4.10-r1.ebuild mongodb-2.4.9.ebuild mongodb-2.4.8.ebuild mongodb-2.4.7.ebuild

2014-05-26 Thread Alexys Jacob (ultrabug)
ultrabug14/05/26 11:08:24

  Modified: mongodb-2.4.6-r2.ebuild ChangeLog
mongodb-2.6.1-r1.ebuild mongodb-2.4.10-r1.ebuild
  Removed:  mongodb-2.4.9.ebuild mongodb-2.4.8.ebuild
mongodb-2.4.7.ebuild mongodb-2.2.6-r1.ebuild
  Log:
  fix #510142, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.8  dev-db/mongodb/mongodb-2.4.6-r2.ebuild

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

Index: mongodb-2.4.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mongodb-2.4.6-r2.ebuild 17 Feb 2014 09:43:11 -  1.7
+++ mongodb-2.4.6-r2.ebuild 26 May 2014 11:08:23 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r2.ebuild,v 
1.7 2014/02/17 09:43:11 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r2.ebuild,v 
1.8 2014/05/26 11:08:23 ultrabug Exp $
 
 EAPI=4
 SCONS_MIN_VERSION="1.2.0"
@@ -73,6 +73,7 @@
 src_prepare() {
epatch "${FILESDIR}/${PN}-2.4.5-fix-scons.patch"
epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch"
+   epatch "${FILESDIR}/${PN}-2.4-fix-v8-pythonpath.patch"
 
# bug #462606
sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" 
src/SConscript.client || die



1.93 dev-db/mongodb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   26 May 2014 08:03:45 -  1.92
+++ ChangeLog   26 May 2014 11:08:23 -  1.93
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mongodb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.92 2014/05/26 
08:03:45 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.93 2014/05/26 
11:08:23 ultrabug Exp $
+
+  26 May 2014; Ultrabug  -mongodb-2.2.6-r1.ebuild,
+  mongodb-2.4.6-r2.ebuild, -mongodb-2.4.7.ebuild, -mongodb-2.4.8.ebuild,
+  -mongodb-2.4.9.ebuild, mongodb-2.4.10-r1.ebuild, mongodb-2.6.1-r1.ebuild,
+  +files/mongodb-2.4-fix-v8-pythonpath.patch:
+  fix #510142 thx to Denis D, drop old
 
 *mongodb-2.6.1-r1 (26 May 2014)
 



1.2  dev-db/mongodb/mongodb-2.6.1-r1.ebuild

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

Index: mongodb-2.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb-2.6.1-r1.ebuild 26 May 2014 08:03:45 -  1.1
+++ mongodb-2.6.1-r1.ebuild 26 May 2014 11:08:23 -  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-db/mongodb/mongodb-2.6.1-r1.ebuild,v 
1.1 2014/05/26 08:03:45 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.6.1-r1.ebuild,v 
1.2 2014/05/26 11:08:23 ultrabug Exp $
 
 EAPI=5
 SCONS_MIN_VERSION="1.2.0"
@@ -68,6 +68,7 @@
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-2.6.1-fix-scons.patch"
+   epatch "${FILESDIR}/${PN}-2.4-fix-v8-pythonpath.patch"
 
# fix yaml-cpp detection
sed -i -e "s/\[\"yaml\"\]/\[\"yaml-cpp\"\]/" SConstruct || die



1.3  dev-db/mongodb/mongodb-2.4.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.4.10-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gento

[gentoo-commits] gentoo-x86 commit in dev-db/mongodb/files: mongodb-2.4-fix-v8-pythonpath.patch

2014-05-26 Thread Alexys Jacob (ultrabug)
ultrabug14/05/26 11:08:23

  Added:mongodb-2.4-fix-v8-pythonpath.patch
  Log:
  fix #510142, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.1  dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch?rev=1.1&content-type=text/plain

Index: mongodb-2.4-fix-v8-pythonpath.patch
===
--- a/src/third_party/v8/SConscript 2014-05-26 11:00:37.725508098 +0200
+++ b/src/third_party/v8/SConscript 2014-05-26 11:01:13.265029083 +0200
@@ -29,7 +29,7 @@
 import sys
 from os.path import join, dirname, abspath
 root_dir = dirname(File('SConscript').rfile().abspath)
-sys.path.append(join(root_dir, 'tools'))
+sys.path.insert(0, join(root_dir, 'tools'))
 import js2c
 
 Import("env windows linux darwin solaris freebsd debugBuild")






[gentoo-commits] gentoo-x86 commit in sys-libs/ldb: metadata.xml ChangeLog

2014-05-26 Thread Markos Chandras (hwoarang)
hwoarang14/05/26 11:19:23

  Modified: metadata.xml ChangeLog
  Log:
  Drop inactive maintainers
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.4  sys-libs/ldb/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml1 Feb 2012 19:04:24 -   1.3
+++ metadata.xml26 May 2014 11:19:23 -  1.4
@@ -2,12 +2,4 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 samba
-proxy-maintainers
-
-   andreis.vinograd...@gmail.com
-
-
-   maksbo...@gentoo.org
-   Proxy maintainer
-
 



1.63 sys-libs/ldb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   17 May 2014 08:59:08 -  1.62
+++ ChangeLog   26 May 2014 11:19:23 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/ldb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.62 2014/05/17 
08:59:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.63 2014/05/26 
11:19:23 hwoarang Exp $
+
+  26 May 2014; Markos Chandras  metadata.xml:
+  Drop inactive maintainers
 
   17 May 2014; Lars Wendler  ldb-1.1.17.ebuild:
   Fixed dependencies as reported by Jaakko Perttilä in bug #510080.






[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: metadata.xml ChangeLog

2014-05-26 Thread Markos Chandras (hwoarang)
hwoarang14/05/26 11:21:49

  Modified: metadata.xml ChangeLog
  Log:
  Take over maintainership
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.9  sys-auth/sssd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/metadata.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/metadata.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml12 May 2013 02:07:16 -  1.8
+++ metadata.xml26 May 2014 11:21:49 -  1.9
@@ -1,14 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-proxy-maintainers
 
-   andreis.vinograd...@gmail.com
-   Andreis Vinogradovs
-
-
-   maksbo...@gentoo.org
-   Maxim Koltsov
+  hwoar...@gentoo.org
+  Markos Chandras
 
 
Install sssd's Kerberos plugin



1.52 sys-auth/sssd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   21 May 2014 19:06:24 -  1.51
+++ ChangeLog   26 May 2014 11:21:49 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/sssd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.51 2014/05/21 
19:06:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.52 2014/05/26 
11:21:49 hwoarang Exp $
+
+  26 May 2014; Markos Chandras  metadata.xml:
+  Take over maintainership
 
   21 May 2014; Markos Chandras  -sssd-1.9.4-r3.ebuild,
   -sssd-1.9.5-r1.ebuild, -sssd-1.9.6-r1.ebuild:






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

2014-05-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/05/26 11:32:21

  Modified: package.mask ChangeLog
  Log:
  Added mask for >=sys-libs/ldb-1.1.17-r1 until sys-auth/sssd got subslot 
support (bug #511528 and bug #511530)

Revision  ChangesPath
1.15727  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15726
retrieving revision 1.15727
diff -u -r1.15726 -r1.15727
--- package.mask26 May 2014 06:17:32 -  1.15726
+++ package.mask26 May 2014 11:32:20 -  1.15727
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15726 2014/05/26 
06:17:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15727 2014/05/26 
11:32:20 polynomial-c 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,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (26 May 2014)
+# Masked until sys-auth/sssd got subslot support (bug #511528 and bug #511530).
+>=sys-libs/ldb-1.1.17-r1
+
 # Joerg Bornkessel http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9004&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9004&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9003&r2=1.9004

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9003
retrieving revision 1.9004
diff -u -r1.9003 -r1.9004
--- ChangeLog   26 May 2014 06:17:32 -  1.9003
+++ ChangeLog   26 May 2014 11:32:20 -  1.9004
@@ -1,11 +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.9003 2014/05/26 
06:17:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9004 2014/05/26 
11:32:20 polynomial-c 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!
 
+  26 May 2014; Lars Wendler  package.mask:
+  Added mask for >=sys-libs/ldb-1.1.17-r1 until sys-auth/sssd got subslot
+  support (bug #511528 and bug #511530).
+
   26 May 2014; Tim Harder  package.mask:
   Drop dev-lang/fpc-ide mask, package removed.
 






[gentoo-commits] gentoo-x86 commit in net-libs/polarssl: polarssl-1.3.4.ebuild ChangeLog

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 11:32:55

  Modified: polarssl-1.3.4.ebuild ChangeLog
  Log:
  Stable for ppc and ppc64, bug #506918
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 0xF52D4BBA)

Revision  ChangesPath
1.6  net-libs/polarssl/polarssl-1.3.4.ebuild

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

Index: polarssl-1.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- polarssl-1.3.4.ebuild   24 May 2014 16:31:49 -  1.5
+++ polarssl-1.3.4.ebuild   26 May 2014 11:32:55 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.4.ebuild,v 
1.5 2014/05/24 16:31:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.4.ebuild,v 
1.6 2014/05/26 11:32:55 blueness Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="examples havege sse2 static-libs zlib"
 
 RDEPEND="



1.76 net-libs/polarssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   24 May 2014 16:31:49 -  1.75
+++ ChangeLog   26 May 2014 11:32:55 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/polarssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.75 
2014/05/24 16:31:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.76 
2014/05/26 11:32:55 blueness Exp $
+
+  26 May 2014; Anthony G. Basile  polarssl-1.3.4.ebuild:
+  Stable for ppc and ppc64, bug #506918
 
   24 May 2014; Julian Ospald  -polarssl-1.3.0.ebuild,
   polarssl-1.3.4.ebuild, -files/polarssl-1.2.0-makefile.patch,






[gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.17-r1.ebuild ChangeLog

2014-05-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/05/26 11:34:55

  Modified: ChangeLog
  Added:ldb-1.1.17-r1.ebuild
  Log:
  Added subslot support (bug #511528)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.64 sys-libs/ldb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   26 May 2014 11:19:23 -  1.63
+++ ChangeLog   26 May 2014 11:34:55 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/ldb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.63 2014/05/26 
11:19:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.64 2014/05/26 
11:34:55 polynomial-c Exp $
+
+*ldb-1.1.17-r1 (26 May 2014)
+
+  26 May 2014; Lars Wendler  +ldb-1.1.17-r1.ebuild:
+  Added subslot support (bug #511528).
 
   26 May 2014; Markos Chandras  metadata.xml:
   Drop inactive maintainers



1.1  sys-libs/ldb/ldb-1.1.17-r1.ebuild

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

Index: ldb-1.1.17-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.1 
2014/05/26 11:34:55 polynomial-c Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} )

inherit python-single-r1 waf-utils multilib

DESCRIPTION="An LDAP-like embedded database"
HOMEPAGE="http://ldb.samba.org";
SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd"
IUSE="doc"

RDEPEND="dev-libs/popt
>=sys-libs/talloc-2.1.0[python]
>=sys-libs/tevent-0.9.21
>=sys-libs/tdb-1.2.12[python]
net-nds/openldap
!!=net-fs/samba-4.0.0[ldb]
${PYTHON_DEPS}
"

DEPEND="dev-libs/libxslt
doc? ( app-doc/doxygen )
virtual/pkgconfig
${RDEPEND}"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

WAF_BINARY="${S}/buildtools/bin/waf"

pkg_setup() {
python-single-r1_pkg_setup
}

src_configure() {
waf-utils_src_configure \
--disable-rpath \
--disable-rpath-install --bundled-libraries=NONE \
--with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba \
--builtin-libraries=NONE
}

src_compile(){
waf-utils_src_compile
use doc && doxygen Doxyfile
}

src_test() {
WAF_MAKE=1 \

PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${S}"/bin/shared/private/ \

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${S}"/bin/shared/private/:"${S}"/bin/shared 
waf test || die
}

src_install() {
waf-utils_src_install

if use doc; then
dohtml -r apidocs/html/*
doman  apidocs/man/man3/*.3
fi
}

pkg_postinst() {
if has_version sys-auth/sssd; then
ewarn "You have sssd installed. It is known to break after ldb 
upgrades,"
ewarn "so please try to rebuild it before reporting bugs."
ewarn "See http://bugs.gentoo.org/404281";
fi
}






[gentoo-commits] gentoo-x86 commit in app-vim/nagios-syntax: nagios-syntax-20050105.ebuild ChangeLog

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:01:18

  Modified: nagios-syntax-20050105.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.14 app-vim/nagios-syntax/nagios-syntax-20050105.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild?r1=1.13&r2=1.14

Index: nagios-syntax-20050105.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nagios-syntax-20050105.ebuild   16 Apr 2014 06:57:10 -  1.13
+++ nagios-syntax-20050105.ebuild   26 May 2014 12:01:18 -  1.14
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild,v 
1.13 2014/04/16 06:57:10 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild,v 
1.14 2014/05/26 12:01:18 jer Exp $
 
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: Nagios configuration files syntax"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2261";
 LICENSE="vim.org"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\



1.14 app-vim/nagios-syntax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/nagios-syntax/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/nagios-syntax/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Apr 2014 06:57:10 -  1.13
+++ ChangeLog   26 May 2014 12:01:18 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/nagios-syntax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/nagios-syntax/ChangeLog,v 1.13 
2014/04/16 06:57:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/nagios-syntax/ChangeLog,v 1.14 
2014/05/26 12:01:18 jer Exp $
+
+  26 May 2014; Jeroen Roovers  nagios-syntax-20050105.ebuild:
+  Stable for HPPA too.
 
   16 Apr 2014; Ulrich Müller  nagios-syntax-20050105.ebuild:
   Fix LICENSE, update HOMEPAGE, bug 445828.






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-core: ChangeLog nagios-core-3.3.1.ebuild

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:02:07

  Modified: ChangeLog nagios-core-3.3.1.ebuild
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.190net-analyzer/nagios-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   5 Feb 2014 13:29:09 -   1.189
+++ ChangeLog   26 May 2014 12:02:07 -  1.190
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagios-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.189 
2014/02/05 13:29:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.190 
2014/05/26 12:02:07 jer Exp $
+
+  26 May 2014; Jeroen Roovers  nagios-core-3.3.1.ebuild:
+  Stable for HPPA too.
 
   05 Feb 2014; Sergey Popov  files/nagios3:
   QA: minor grammar fix, thanks to Dennis Jenkins http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild?r1=1.9&r2=1.10

Index: nagios-core-3.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nagios-core-3.3.1.ebuild26 Jan 2014 03:31:14 -  1.9
+++ nagios-core-3.3.1.ebuild26 May 2014 12:02:07 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 1.9 
2014/01/26 03:31:14 creffett Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 
1.10 2014/05/26 12:02:07 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
 IUSE="debug lighttpd perl +web vim-syntax"
 DEPEND="virtual/mailx
web? (






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios: ChangeLog nagios-3.3.1.ebuild

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:03:02

  Modified: ChangeLog nagios-3.3.1.ebuild
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.112net-analyzer/nagios/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   26 Jan 2014 02:26:20 -  1.111
+++ ChangeLog   26 May 2014 12:03:02 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagios
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.111 
2014/01/26 02:26:20 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.112 
2014/05/26 12:03:02 jer Exp $
+
+  26 May 2014; Jeroen Roovers  nagios-3.3.1.ebuild:
+  Stable for HPPA too.
 
   26 Jan 2014; Chris Reffett  metadata.xml:
   Update maintainers (add ahamilto as maintainer, me as proxy, proxy-maint herd



1.7  net-analyzer/nagios/nagios-3.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild?r1=1.6&r2=1.7

Index: nagios-3.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nagios-3.3.1.ebuild 6 Sep 2012 01:47:06 -   1.6
+++ nagios-3.3.1.ebuild 26 May 2014 12:03:02 -  1.7
@@ -1,6 +1,6 @@
-# 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-analyzer/nagios/nagios-3.3.1.ebuild,v 
1.6 2012/09/06 01:47:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-3.3.1.ebuild,v 
1.7 2014/05/26 12:03:02 jer Exp $
 
 inherit multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}






[gentoo-commits] gentoo-x86 commit in dev-perl/Readonly: Readonly-1.30.0.ebuild ChangeLog

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:04:24

  Modified: Readonly-1.30.0.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.11 dev-perl/Readonly/Readonly-1.30.0.ebuild

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

Index: Readonly-1.30.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Readonly/Readonly-1.30.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Readonly-1.30.0.ebuild  18 Mar 2014 13:21:31 -  1.10
+++ Readonly-1.30.0.ebuild  26 May 2014 12:04:24 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/Readonly-1.30.0.ebuild,v 
1.10 2014/03/18 13:21:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/Readonly-1.30.0.ebuild,v 
1.11 2014/05/26 12:04:24 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Facility for creating read-only scalars, arrays, hashes"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 SRC_TEST="do"



1.21 dev-perl/Readonly/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Readonly/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   18 Mar 2014 13:21:31 -  1.20
+++ ChangeLog   26 May 2014 12:04:24 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Readonly
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/ChangeLog,v 1.20 
2014/03/18 13:21:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/ChangeLog,v 1.21 
2014/05/26 12:04:24 jer Exp $
+
+  26 May 2014; Jeroen Roovers  Readonly-1.30.0.ebuild:
+  Stable for HPPA too.
 
   18 Mar 2014; Mikle Kolyada  Readonly-1.30.0.ebuild:
   Add ~sh keyword wrt bug #484458






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-check_rbl: ChangeLog nagios-check_rbl-1.3.0.ebuild

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:04:36

  Modified: ChangeLog nagios-check_rbl-1.3.0.ebuild
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  net-analyzer/nagios-check_rbl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Mar 2014 23:29:24 -   1.5
+++ ChangeLog   26 May 2014 12:04:36 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagios-check_rbl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/ChangeLog,v 
1.5 2014/03/03 23:29:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/ChangeLog,v 
1.6 2014/05/26 12:04:36 jer Exp $
+
+  26 May 2014; Jeroen Roovers  nagios-check_rbl-1.3.0.ebuild:
+  Stable for HPPA too.
 
   03 Mar 2014; Pacho Ramos  nagios-check_rbl-1.3.0.ebuild:
   amd64 stable, bug #461050



1.5  net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.0.ebuild

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

Index: nagios-check_rbl-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nagios-check_rbl-1.3.0.ebuild   3 Mar 2014 23:29:24 -   1.4
+++ nagios-check_rbl-1.3.0.ebuild   26 May 2014 12:04:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.0.ebuild,v
 1.4 2014/03/03 23:29:24 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.0.ebuild,v
 1.5 2014/05/26 12:04:36 jer Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 hppa x86"
 IUSE=""
 
 # The Makefile.PL looks for Nagios::Plugin::Getopt and






[gentoo-commits] gentoo-x86 commit in dev-perl/Calendar-Simple: ChangeLog Calendar-Simple-1.210.0.ebuild

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 12:06:08

  Modified: ChangeLog Calendar-Simple-1.210.0.ebuild
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.29 dev-perl/Calendar-Simple/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   1 Sep 2012 11:14:53 -   1.28
+++ ChangeLog   26 May 2014 12:06:08 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Calendar-Simple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.28 
2012/09/01 11:14:53 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.29 
2014/05/26 12:06:08 jer Exp $
+
+  26 May 2014; Jeroen Roovers  Calendar-Simple-1.210.0.ebuild:
+  Stable for HPPA too.
 
   01 Sep 2012; Fabian Groffen 
   Calendar-Simple-1.210.0.ebuild:



1.7  dev-perl/Calendar-Simple/Calendar-Simple-1.210.0.ebuild

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

Index: Calendar-Simple-1.210.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Calendar-Simple-1.210.0.ebuild  1 Sep 2012 11:14:53 -   1.6
+++ Calendar-Simple-1.210.0.ebuild  26 May 2014 12:06:08 -  1.7
@@ -1,6 +1,6 @@
-# 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/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0.ebuild,v
 1.6 2012/09/01 11:14:53 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.210.0.ebuild,v
 1.7 2014/05/26 12:06:08 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Perl extension to create simple calendars"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-aix"
+KEYWORDS="amd64 hppa ~ppc x86 ~ppc-aix"
 IUSE="test"
 
 RDEPEND=""






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

2014-05-26 Thread Johannes Huber
commit: cab22e0a5afd34e630c855bcca432cc2233576a5
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 26 12:07:33 2014 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May 26 12:07:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cab22e0a

[kde-base/powerdevil:5] Re-work, bug #511496

Based on the user closed pull request https://github.com/gentoo/kde/pull/27.
Thanks to Elias Probst  eliasprobst.eu>.

Package-Manager: portage-2.2.10

---
 kde-base/powerdevil/metadata.xml |  1 +
 kde-base/powerdevil/powerdevil-4.96.0.ebuild | 48 
 kde-base/powerdevil/powerdevil-.ebuild   | 48 
 3 files changed, 83 insertions(+), 14 deletions(-)

diff --git a/kde-base/powerdevil/metadata.xml b/kde-base/powerdevil/metadata.xml
index 4116ba0..2a5cde4 100644
--- a/kde-base/powerdevil/metadata.xml
+++ b/kde-base/powerdevil/metadata.xml
@@ -4,5 +4,6 @@
kde

Adds support for suspend/resume the 
system through sys-power/pm-utils
+   Adds support for the 
sys-power/upower backend

 

diff --git a/kde-base/powerdevil/powerdevil-4.96.0.ebuild 
b/kde-base/powerdevil/powerdevil-4.96.0.ebuild
index 33bb718..b34db6e 100644
--- a/kde-base/powerdevil/powerdevil-4.96.0.ebuild
+++ b/kde-base/powerdevil/powerdevil-4.96.0.ebuild
@@ -6,18 +6,52 @@ EAPI=5
 
 inherit kde5
 
-DESCRIPTION="Manages the power consumption settings of a Plasma Shell"
+DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil";
-
-LICENSE="GPL-2 LGPL-2.1"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="+upower X"
 
 DEPEND="
-   $(add_frameworks_dep krunner)
-   dev-qt/qtdeclarative:5
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdebase_dep plasma-workspace)
+   dev-qt/qtdbus:5
dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   upower? ( sys-power/upoweri:= )
+   X? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXrandr
+   )
 "
-RDEPEND="${DEPEND}
+
+RDEPEND="
+   ${DEPEND}
!kde-base/powerdevil:4
 "
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package upower UDev)
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-base/powerdevil/powerdevil-.ebuild 
b/kde-base/powerdevil/powerdevil-.ebuild
index 9fcdef6..5bf23ce 100644
--- a/kde-base/powerdevil/powerdevil-.ebuild
+++ b/kde-base/powerdevil/powerdevil-.ebuild
@@ -6,18 +6,52 @@ EAPI=5
 
 inherit kde5
 
-DESCRIPTION="Manages the power consumption settings of a Plasma Shell"
+DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil";
-
-LICENSE="GPL-2 LGPL-2.1"
 KEYWORDS=""
-IUSE=""
+IUSE="+upower X"
 
 DEPEND="
-   $(add_frameworks_dep krunner)
-   dev-qt/qtdeclarative:5
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdebase_dep plasma-workspace)
+   dev-qt/qtdbus:5
dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   upower? ( sys-power/upoweri:= )
+   X? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXrandr
+   )
 "
-RDEPEND="${DEPEND}
+
+RDEPEND="
+   ${DEPEND}
!kde-base/powerdevil:4
 "
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package upower UDev)
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   

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

2014-05-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/05/26 12:08:37

  Modified: libepoxy-.ebuild libepoxy-1.2.ebuild ChangeLog
  Log:
  Keyword ~arm, bug #510940.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  media-libs/libepoxy/libepoxy-.ebuild

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

Index: libepoxy-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libepoxy-.ebuild7 Mar 2014 02:42:21 -   1.2
+++ libepoxy-.ebuild26 May 2014 12:08:37 -  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/libepoxy/libepoxy-.ebuild,v 
1.2 2014/03/07 02:42:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-.ebuild,v 
1.3 2014/05/26 12:08:37 chithanh Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
KEYWORDS=""
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



1.2  media-libs/libepoxy/libepoxy-1.2.ebuild

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

Index: libepoxy-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libepoxy-1.2.ebuild 21 May 2014 13:44:06 -  1.1
+++ libepoxy-1.2.ebuild 26 May 2014 12:08:37 -  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-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.1 2014/05/21 13:44:06 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.2 2014/05/26 12:08:37 chithanh Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
KEYWORDS=""
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



1.4  media-libs/libepoxy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 May 2014 13:44:06 -  1.3
+++ ChangeLog   26 May 2014 12:08:37 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libepoxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.3 
2014/05/21 13:44:06 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.4 
2014/05/26 12:08:37 chithanh Exp $
+
+  26 May 2014; Chí-Thanh Christopher Nguyễn 
+  libepoxy-1.2.ebuild, libepoxy-.ebuild:
+  Keyword ~arm, bug #510940.
 
 *libepoxy-1.2 (21 May 2014)
 






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

2014-05-26 Thread Johannes Huber
commit: cf7d5add295a2699d48bc8eaa47e92de5f175315
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 26 12:12:33 2014 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May 26 12:12:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf7d5add

[kde-base/powerdevil] Fix typo

Package-Manager: portage-2.2.10

---
 kde-base/powerdevil/powerdevil-4.96.0.ebuild | 2 +-
 kde-base/powerdevil/powerdevil-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/powerdevil/powerdevil-4.96.0.ebuild 
b/kde-base/powerdevil/powerdevil-4.96.0.ebuild
index b34db6e..627f878 100644
--- a/kde-base/powerdevil/powerdevil-4.96.0.ebuild
+++ b/kde-base/powerdevil/powerdevil-4.96.0.ebuild
@@ -33,7 +33,7 @@ DEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
-   upower? ( sys-power/upoweri:= )
+   upower? ( sys-power/upower:= )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11

diff --git a/kde-base/powerdevil/powerdevil-.ebuild 
b/kde-base/powerdevil/powerdevil-.ebuild
index 5bf23ce..89fa95f 100644
--- a/kde-base/powerdevil/powerdevil-.ebuild
+++ b/kde-base/powerdevil/powerdevil-.ebuild
@@ -33,7 +33,7 @@ DEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
-   upower? ( sys-power/upoweri:= )
+   upower? ( sys-power/upower:= )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11



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

2014-05-26 Thread Johannes Huber
commit: ec4df6a74c199d12d8d9f9fe144a7e82ba67a953
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 26 12:34:31 2014 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May 26 12:34:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec4df6a7

[kde-frameworks/kactivities] Enable backend build

Fixes activity support in Plasma Next

Package-Manager: portage-2.2.10

---
 kde-frameworks/kactivities/kactivities-4.99.0.ebuild | 14 --
 kde-frameworks/kactivities/kactivities-.ebuild   | 14 --
 2 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/kde-frameworks/kactivities/kactivities-4.99.0.ebuild 
b/kde-frameworks/kactivities/kactivities-4.99.0.ebuild
index f858334..83f8081 100644
--- a/kde-frameworks/kactivities/kactivities-4.99.0.ebuild
+++ b/kde-frameworks/kactivities/kactivities-4.99.0.ebuild
@@ -11,16 +11,10 @@ LICENSE="LGPL-2+"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kdbusaddons)
dev-qt/qtdbus:5
 "
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKACTIVITIES_LIBRARY_ONLY=true
-   )
-
-   kde5_src_configure
-}
+RDEPEND="${DEPEND}
+   !kde-base/kactivities:4
+"

diff --git a/kde-frameworks/kactivities/kactivities-.ebuild 
b/kde-frameworks/kactivities/kactivities-.ebuild
index 9ca6e1d..9ea9cb7 100644
--- a/kde-frameworks/kactivities/kactivities-.ebuild
+++ b/kde-frameworks/kactivities/kactivities-.ebuild
@@ -11,16 +11,10 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kdbusaddons)
dev-qt/qtdbus:5
 "
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKACTIVITIES_LIBRARY_ONLY=true
-   )
-
-   kde5_src_configure
-}
+RDEPEND="${DEPEND}
+   !kde-base/kactivities:4
+"



[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd/files: nslcd-init-r1

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 12:36:52

  Added:nslcd-init-r1
  Log:
  sys-auth/nss-pam-ldapd: Move rundir to /run; minor style enhancements
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sys-auth/nss-pam-ldapd/files/nslcd-init-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r1?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r1?rev=1.1&content-type=text/plain

Index: nslcd-init-r1
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r1,v 
1.1 2014/05/26 12:36:51 jlec Exp $

extra_commands="checkconfig"
cfg="/etc/nslcd.conf"

depend() {
need net
use dns logger
}

checkconfig() {
if [ ! -f "$cfg" ] ; then
eerror "Please create $cfg"
eerror "Example config: /usr/share/nss-ldapd/nslcd.conf"
return 1
fi
return 0
}

start() {
checkpath -q -d /run/nslcd -o nslcd:nslcd
checkconfig || return $?

ebegin "Starting nslcd"
start-stop-daemon --start --pidfile /var/run/nslcd/nslcd.pid \
--exec /usr/sbin/nslcd
eend $? "Failed to start nslcd"
}

stop() {
ebegin "Stopping nslcd"
start-stop-daemon --stop --pidfile /var/run/nslcd/nslcd.pid
eend $? "Failed to stop nslcd"
}






[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd: metadata.xml ChangeLog nss-pam-ldapd-0.9.3-r1.ebuild nss-pam-ldapd-0.8.14-r1.ebuild

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 12:36:51

  Modified: metadata.xml ChangeLog
  Added:nss-pam-ldapd-0.9.3-r1.ebuild
nss-pam-ldapd-0.8.14-r1.ebuild
  Log:
  sys-auth/nss-pam-ldapd: Move rundir to /run; minor style enhancements
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sys-auth/nss-pam-ldapd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml16 Mar 2014 18:57:47 -  1.2
+++ metadata.xml26 May 2014 12:36:51 -  1.3
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   prometheanf...@gentoo.org
-   Matthew Thode
-   
-   
+  
+prometheanf...@gentoo.org
+Matthew Thode
+  
+  
Provides a Name Service Switch (NSS) module that allows your LDAP
server to provide user account, group, host name, alias, 
netgroup, and
basically any other information that you would normally get 
from /etc
@@ -17,4 +17,3 @@
connections, authentication, attribute translation, etc.

 
-



1.15 sys-auth/nss-pam-ldapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 Mar 2014 18:57:47 -  1.14
+++ ChangeLog   26 May 2014 12:36:51 -  1.15
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/nss-pam-ldapd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.14 
2014/03/16 18:57:47 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.15 
2014/05/26 12:36:51 jlec Exp $
+
+*nss-pam-ldapd-0.9.3-r1 (26 May 2014)
+*nss-pam-ldapd-0.8.14-r1 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +nss-pam-ldapd-0.8.14-r1.ebuild,
+  +nss-pam-ldapd-0.9.3-r1.ebuild, +files/nslcd-init-r1, metadata.xml:
+  Move rundir to /run; minor style enhancements
 
   16 Mar 2014; Matthew Thode  metadata.xml:
   update metadata



1.1  sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: nss-pam-ldapd-0.9.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.3-r1.ebuild,v 
1.1 2014/05/26 12:36:51 jlec Exp $

EAPI=5

inherit eutils multilib user

DESCRIPTION="NSS module for name lookups using LDAP"
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/";
SRC_URI="http://arthurdejong.org/nss-pam-ldapd/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="debug kerberos sasl +pam"

DEPEND="
net-nds/openldap
sasl? ( dev-libs/cyrus-sasl )
kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
!sys-auth/nss_ldap
!sys-auth/pam_ldap"
RDEPEND="${DEPEND}"

pkg_setup() {
enewgroup nslcd
enewuser nslcd -1 -1 -1 nslcd
}

src_prepare() {
# support user patches
epatch_user
}

src_configure() {
# nss libraries always go in /lib on Gentoo
myconf="
--enable-warnings
--with-ldap-lib=openldap
--with-ldap-conf-file=/etc/nslcd.conf
--with-nslcd-pidfile=/run/nslcd/nslcd.pid
--with-nslcd-socket=/run/nslcd/socket
--with-pam-seclib-dir=/$(get_libdir)/security
--libdir=/$(get_libdir)
$(use_enable debug)
$(use_enable kerberos)
$(use_enabl

[gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 13:03:09

  Modified: tor-0.2.4.22.ebuild ChangeLog
  Log:
  stable on ppc and ppc64, bug #510564
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  net-misc/tor/tor-0.2.4.22.ebuild

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

Index: tor-0.2.4.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tor-0.2.4.22.ebuild 25 May 2014 18:56:41 -  1.2
+++ tor-0.2.4.22.ebuild 26 May 2014 13:03:09 -  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/net-misc/tor/tor-0.2.4.22.ebuild,v 1.2 
2014/05/25 18:56:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v 1.3 
2014/05/26 13:03:09 blueness Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy 
threads upnp web"
 
 DEPEND="dev-libs/openssl



1.415net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- ChangeLog   26 May 2014 10:39:03 -  1.414
+++ ChangeLog   26 May 2014 13:03:09 -  1.415
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.414 2014/05/26 
10:39:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.415 2014/05/26 
13:03:09 blueness Exp $
+
+  26 May 2014; Anthony G. Basile  tor-0.2.4.22.ebuild:
+  stable on ppc and ppc64, bug #510564
 
   26 May 2014; Anthony G. Basile  files/tor.conf:
   Fix tmpfiles.d, bug #511454






[gentoo-commits] gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.2.5.4_alpha.ebuild

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 13:05:12

  Modified: ChangeLog
  Removed:  tor-0.2.5.4_alpha.ebuild
  Log:
  Remove older alpha
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.416net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- ChangeLog   26 May 2014 13:03:09 -  1.415
+++ ChangeLog   26 May 2014 13:05:12 -  1.416
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.415 2014/05/26 
13:03:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.416 2014/05/26 
13:05:12 blueness Exp $
+
+  26 May 2014; Anthony G. Basile 
+  -tor-0.2.5.4_alpha.ebuild:
+  Remove older alpha
 
   26 May 2014; Anthony G. Basile  tor-0.2.4.22.ebuild:
   stable on ppc and ppc64, bug #510564






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

2014-05-26 Thread Anthony G. Basile
commit: 867356b1753d95ab05ed1a4c09900ee81488a3d3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 26 13:07:47 2014 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 26 13:07:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=867356b1

sys-kernel/hardened-sources: testing patchset 20140525

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

---
 ...d-sources-3.14.3-r3.ebuild => hardened-sources-3.14.4-r1.ebuild} | 6 +++---
 ...ened-sources-3.2.58-r3.ebuild => hardened-sources-3.2.59.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.3-r3.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild
similarity index 90%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.3-r3.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild
index 3a8a671..c5fe92f 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.3-r3.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.12.6-r4.ebuild,v
 1.1 2014/01/04 19:04:35 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.4.ebuild,v
 1.1 2014/05/17 14:13:49 blueness Exp $
 
 EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="6"
+K_GENPATCHES_VER="7"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

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



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

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 13:12:50

  Modified: ChangeLog
  Added:ccpn-2.4.0_p140526.ebuild
  Log:
  sci-chemistry/ccpn: Todays python patches
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.140sci-chemistry/ccpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   13 May 2014 11:15:25 -  1.139
+++ ChangeLog   26 May 2014 13:12:50 -  1.140
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/ccpn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.139 
2014/05/13 11:15:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.140 
2014/05/26 13:12:50 jlec Exp $
+
+*ccpn-2.4.0_p140526 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +ccpn-2.4.0_p140526.ebuild:
+  Todays python patches
 
 *ccpn-2.4.0_p140513 (13 May 2014)
 



1.1  sci-chemistry/ccpn/ccpn-2.4.0_p140526.ebuild

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

Index: ccpn-2.4.0_p140526.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.0_p140526.ebuild,v 1.1 
2014/05/26 13:12:50 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="ssl,tk"

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

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

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

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

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

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

RESTRICT="mirror"

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

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

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

append-lfs-flags

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

local tk_ver
local myconf

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

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

else
IGNORE_GL_FLAG="-DIGNORE_GL"
GL_FLAG="-DUSE_GL_FALSE"
fi

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

rm -rf data model doc license || die

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

[gentoo-commits] gentoo-x86 commit in xfce-base/exo/files: exo-0.10.2-exo_str_looks_like_an_uri.patch

2014-05-26 Thread Samuli Suominen (ssuominen)
ssuominen14/05/26 13:21:26

  Added:exo-0.10.2-exo_str_looks_like_an_uri.patch
  Log:
  Apply upstream patch for bug 466144 to fix exo_str_looks_like_an_uri() 
function. Thanks to "nandhp" for reporting and Sasha Medvedev for pointing out 
the patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
xfce-base/exo/files/exo-0.10.2-exo_str_looks_like_an_uri.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/files/exo-0.10.2-exo_str_looks_like_an_uri.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/files/exo-0.10.2-exo_str_looks_like_an_uri.patch?rev=1.1&content-type=text/plain

Index: exo-0.10.2-exo_str_looks_like_an_uri.patch
===
http://bugs.gentoo.org/466144

>From 05848bb3cb10ea19ef8cba607bdabcd25560063c Mon Sep 17 00:00:00 2001
From: Felipe Contreras 
Date: Sat, 18 May 2013 22:50:01 -0500
Subject: Fix exo_str_looks_like_an_uri() (bug #10098).

Commit d11199b (Check if uris also contain a slash (bug #9244)) tried to
fix a hang in thunar by properly recognizing that 'http:' is not an URI,
however, while doing so, it broke proper URIs like 'magnet:foo'.

As the RFC clearly states:

   The following are two example URIs and their component parts:

 foo://example.com:8042/over/there?name=ferret#nose
 \_/   \__/\_/ \_/ \__/
  |   ||||
   scheme authority   pathquery   fragment
  |   _|__
 / \ /\
 urn:example:animal:ferret:nose

But even with this succinct example exo_str_looks_like_an_uri() fails.

There is an easy solution; fail only when component part is missing
('urn:'), but succeed otherwise.

This solution fixes 'magnet:foo', and doesn't break the current
expectation from thunar that 'http:' should fail, having the best of
both worlds.

[1] http://www.ietf.org/rfc/rfc3986.txt

Signed-off-by: Felipe Contreras 

diff --git a/exo/exo-string.c b/exo/exo-string.c
index 33f86f9..056b36a 100644
--- a/exo/exo-string.c
+++ b/exo/exo-string.c
@@ -429,7 +429,7 @@ exo_str_looks_like_an_uri (const gchar *str)
   for (++s; g_ascii_isalnum (*s) || *s == '+' || *s == '-' || *s == '.'; 
++s);
 
   /*  must be followed by ":" */
-  return (*s == ':' && *(s+1) == '/');
+  return (*s == ':' && *(s+1) != '\0');
 }
 
   return FALSE;
-- 
cgit v0.10.1







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

2014-05-26 Thread Peter Wilmott (p8952)
p8952   14/05/26 13:22:03

  Modified: ChangeLog
  Added:RubyInline-3.12.3-r1.ebuild
  Log:
  Fix tests and add ruby21 target
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 dev-ruby/RubyInline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   4 May 2014 13:36:27 -   1.19
+++ ChangeLog   26 May 2014 13:22:03 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/RubyInline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.19 
2014/05/04 13:36:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.20 
2014/05/26 13:22:03 p8952 Exp $
+
+*RubyInline-3.12.3-r1 (26 May 2014)
+
+  26 May 2014; Peter Wilmott  +RubyInline-3.12.3-r1.ebuild:
+  Fix tests and add ruby21 target
 
 *RubyInline-3.12.3 (04 May 2014)
 



1.1  dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild

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

Index: RubyInline-3.12.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild,v 1.1 
2014/05/26 13:22:03 p8952 Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"

inherit ruby-fakegem

DESCRIPTION="Allows to embed C/C++ in Ruby code"
HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
IUSE="doc test"

ruby_add_rdepend "dev-ruby/zentest"

ruby_add_bdepend "
test? (
>=dev-ruby/hoe-3
dev-ruby/hoe-seattlerb
dev-ruby/minitest:5
)"

RUBY_PATCHES=(
ruby-inline-3.12.2-gentoo.patch
ruby-inline-3.11.1-ldflags.patch
)

all_ruby_prepare() {
sed -i -e '/isolate/ s:^:#:' Rakefile || die
}

all_ruby_install() {
all_fakegem_install

docinto examples
dodoc example.rb example2.rb demo/*.rb
}






[gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.10.2-r1.ebuild ChangeLog

2014-05-26 Thread Samuli Suominen (ssuominen)
ssuominen14/05/26 13:21:25

  Modified: ChangeLog
  Added:exo-0.10.2-r1.ebuild
  Log:
  Apply upstream patch for bug 466144 to fix exo_str_looks_like_an_uri() 
function. Thanks to "nandhp" for reporting and Sasha Medvedev for pointing out 
the patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.101xfce-base/exo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   5 May 2013 17:04:20 -   1.100
+++ ChangeLog   26 May 2014 13:21:25 -  1.101
@@ -1,6 +1,14 @@
 # ChangeLog for xfce-base/exo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.100 2013/05/05 
17:04:20 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.101 2014/05/26 
13:21:25 ssuominen Exp $
+
+*exo-0.10.2-r1 (26 May 2014)
+
+  26 May 2014; Samuli Suominen  +exo-0.10.2-r1.ebuild,
+  +files/exo-0.10.2-exo_str_looks_like_an_uri.patch:
+  Apply upstream patch for bug 466144 to fix exo_str_looks_like_an_uri()
+  function. Thanks to "nandhp" for reporting and Sasha Medvedev for pointing 
out
+  the patch.
 
   05 May 2013; Samuli Suominen  -exo-0.8.0.ebuild:
   old



1.1  xfce-base/exo/exo-0.10.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: exo-0.10.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.1 
2014/05/26 13:21:25 ssuominen Exp $

EAPI=5
inherit xfconf

DESCRIPTION="Extensions, widgets and framework library with session support for 
the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-lang/perl-5.6
>=dev-libs/glib-2.30
dev-perl/URI
>=x11-libs/gtk+-2.24:2
>=xfce-base/libxfce4ui-4.10
>=xfce-base/libxfce4util-4.10"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-exo_str_looks_like_an_uri.patch )

XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)

[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}






[gentoo-commits] gentoo-x86 commit in profiles/base: packages

2014-05-26 Thread Samuli Suominen (ssuominen)
ssuominen14/05/26 13:25:27

  Modified: packages
  Log:
  Update bug number in a comment. Pretty useless commit, but some users were 
confused.

Revision  ChangesPath
1.66 profiles/base/packages

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/packages?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/packages?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/packages?r1=1.65&r2=1.66

Index: packages
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/packages,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- packages27 Aug 2013 07:10:20 -  1.65
+++ packages26 May 2014 13:25:27 -  1.66
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.65 2013/08/27 
07:10:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.66 2014/05/26 
13:25:27 ssuominen Exp $
 
 # Gentoo Base Profile
 
@@ -45,7 +45,7 @@
 *sys-apps/kbd
 # temporary bugfix for #398295
 *sys-apps/less
-# stopgap solution for functions.sh #373219
+# stopgap solution for functions.sh #373219 and #504116
 *sys-apps/openrc
 #*>=sys-apps/portage-2.0.51.22
 *sys-process/procps






[gentoo-commits] gentoo-x86 commit in net-dialup/pppconfig: pppconfig-2.3.21.ebuild pppconfig-2.3.17-r1.ebuild ChangeLog

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 13:33:22

  Modified: pppconfig-2.3.17-r1.ebuild ChangeLog
  Added:pppconfig-2.3.21.ebuild
  Log:
  Version bump. Use mirror:// (bug #413341). Rewrite LINGUAS support using 
strip-linguas (maybe bug #403633).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild

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

Index: pppconfig-2.3.17-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pppconfig-2.3.17-r1.ebuild  9 Sep 2007 05:44:27 -   1.3
+++ pppconfig-2.3.17-r1.ebuild  26 May 2014 13:33:22 -  1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v 1.3 
2007/09/09 05:44:27 josejx Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v 1.4 
2014/05/26 13:33:22 jer Exp $
 
 DESCRIPTION="A text menu based utility for configuring ppp."
-SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz";
-HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/pppconfig/";
+HOMEPAGE="http://packages.qa.debian.org/p/pppconfig.html";
+SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"



1.30 net-dialup/pppconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pppconfig/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pppconfig/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pppconfig/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   12 Nov 2007 15:19:10 -  1.29
+++ ChangeLog   26 May 2014 13:33:22 -  1.30
@@ -1,6 +1,13 @@
 # ChangeLog for net-dialup/pppconfig
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.29 
2007/11/12 15:19:10 mrness Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.30 
2014/05/26 13:33:22 jer Exp $
+
+*pppconfig-2.3.21 (26 May 2014)
+
+  26 May 2014; Jeroen Roovers  pppconfig-2.3.17-r1.ebuild,
+  +pppconfig-2.3.21.ebuild:
+  Version bump. Use mirror:// (bug #413341). Rewrite LINGUAS support using
+  strip-linguas (maybe bug #403633).
 
   12 Nov 2007; Alin Năstac  -pppconfig-2.3.15.ebuild:
   Remove old version.



1.1  net-dialup/pppconfig/pppconfig-2.3.21.ebuild

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

Index: pppconfig-2.3.21.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.21.ebuild,v 1.1 
2014/05/26 13:33:22 jer Exp $

EAPI=5

inherit eutils

DESCRIPTION="A text menu based utility for configuring ppp"
HOMEPAGE="http://packages.qa.debian.org/p/pppconfig.html";
SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"

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

RDEPEND="net-dialup/ppp
dev-util/dialog
dev-lang/perl"
DEPEND="nls? ( sys-devel/gettext )"

src_prepare() {
if use nls; then
strip-linguas -i po/
fi
}

src_compile() {
default

if use nls; then
local lang
for lang in ${LINGUAS}; do
msgfmt -o po/${lang}.{m,p}o || die
done
fi
}

src_install () {
dodir /etc/chatscripts /etc/ppp/resolv
dosbin 0dns-down 0dns-up dns-clean
newsbin pppconfig pppconfig.real
dosbin "${FILESDIR}/pppconfig"
doman man/pppco

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

2014-05-26 Thread Davide Pesavento
commit: 13f50dbd42e96673bd71f5fd97c5aef94c8524d8
Author: Davide Pesavento  gmail  com>
AuthorDate: Mon May 26 13:34:21 2014 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon May 26 13:34:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=13f50dbd

Merge pull request #47 from xhochy/qtwebkit-subslot-icu

[dev-qt/qtwebkit] Add subslot dependency for icu


 dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild| 1 +
 dev-qt/qtwebkit/qtwebkit-5.3..ebuild | 1 +
 dev-qt/qtwebkit/qtwebkit-5..ebuild   | 1 +
 3 files changed, 3 insertions(+)



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2014-05-26 Thread Davide Pesavento
commit: c7f784224f25d0304e56378850a3f1d176e03a98
Author: Uwe L. Korn  xhochy  com>
AuthorDate: Mon May 26 11:28:33 2014 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon May 26 11:28:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c7f78422

[dev-qt/qtwebkit] Add subslot dependency for icu

Package-Manager: portage-2.2.10

---
 dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild| 1 +
 dev-qt/qtwebkit/qtwebkit-5.3..ebuild | 1 +
 dev-qt/qtwebkit/qtwebkit-5..ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild
index aa625b9..d3914c6 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.3.0.ebuild
@@ -22,6 +22,7 @@ IUSE="gstreamer libxml2 multimedia opengl printsupport qml 
udev webp widgets xsl
 
 RDEPEND="
dev-db/sqlite:3
+   dev-libs/icu:=
>=dev-qt/qtcore-${PV}:5[debug=,icu]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]

diff --git a/dev-qt/qtwebkit/qtwebkit-5.3..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.3..ebuild
index 9b5046c..6667b33 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.3..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.3..ebuild
@@ -22,6 +22,7 @@ IUSE="gstreamer libxml2 multimedia opengl printsupport qml 
udev webp widgets xsl
 
 RDEPEND="
dev-db/sqlite:3
+   dev-libs/icu:=
>=dev-qt/qtcore-${PV}:5[debug=,icu]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]

diff --git a/dev-qt/qtwebkit/qtwebkit-5..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5..ebuild
index 9b5046c..6667b33 100644
--- a/dev-qt/qtwebkit/qtwebkit-5..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5..ebuild
@@ -22,6 +22,7 @@ IUSE="gstreamer libxml2 multimedia opengl printsupport qml 
udev webp widgets xsl
 
 RDEPEND="
dev-db/sqlite:3
+   dev-libs/icu:=
>=dev-qt/qtcore-${PV}:5[debug=,icu]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]



[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-common: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 13:58:02

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common added to the 
repository



[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-session: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:01:15

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session added to the 
repository



[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-common: metadata.xml lxqt-common-0.7.0.ebuild Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:03:42

  Added:metadata.xml lxqt-common-0.7.0.ebuild Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/lxqt-common/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-common-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild,v 1.1 
2014/05/26 14:03:42 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt common resources"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
fi

LICENSE="LGPL-2.1+"
SLOT="0"

S=${WORKDIR}

DEPEND="lxqt-base/liblxqt
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsvg:4"
RDEPEND="${DEPEND}"
PDEPEND="lxqt-base/lxqt-session"

src_install() {
cmake-utils_src_install
dodir "/etc/X11/Sessions"
dosym  "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt"
}



1.1  lxqt-base/lxqt-common/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST lxqt-common-0.7.0.tar.xz 5145600 SHA256 
ca4b4ea0d8d6c34e7f42621c23d180ed8abdf834c944309917a09bf950123c51 SHA512 
7cec49d8ad94ac1747e484f104b335fb159cd238452f395cb502a245015f7d15f8f6c9dbfd330d99078a873cc6d4b9b01a171cdc858815763499fb7d8863c87f
 WHIRLPOOL 
51b9c5b0d33a112452fca0aa03b75b1393f04181c1e90d5f48ef9ee0195b5706dbe4e4b4b29369e47e0f33754e6d7d779f167f3563f00895d8647ea5c61cc206
EBUILD lxqt-common-0.7.0.ebuild 710 SHA256 
deb568909a8a85300829ec31d35444bcb6ab14ed5fdb703909d52e3fdd564cbd SHA512 
55715e2bc3ce2032bdfed66a2debe4b62d2cd822a43e98c7d8e0a61a7ad1f4e392a60926554aca2ba3b1873c2fe9b4b0ed4ff30e60ada0c8ec4cdbcd3d875c7c
 WHIRLPOOL 
b3d2a8a3ea3beb5a7140617c47e6cce5ede684f1ea9cc0b92f13617ef69dda4e9e857893c08b2ef6c98803e73b34aad05fcb63005314dbd8ddc61fcff9e1ba1b
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  lxqt-base/lxqt-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for lxqt-base/lxqt-common
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.1 
2014/05/26 14:03:42 jauhien Exp $

*lxqt-common-0.7.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki  +lxqt-common-0.7.0.ebuild,
  +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-session: metadata.xml lxqt-session-0.7.0.ebuild Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:03:42

  Added:metadata.xml lxqt-session-0.7.0.ebuild Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/lxqt-session/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  lxqt-base/lxqt-session/lxqt-session-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/lxqt-session-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/lxqt-session-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-session-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/lxqt-session-0.7.0.ebuild,v 1.1 
2014/05/26 14:03:42 jauhien Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="LXQT session manager"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

S=${WORKDIR}

CDEPEND="dev-qt/qtcore:4
dev-qt/qtdbus
dev-qt/qtgui:4
lxqt-base/liblxqt
razorqt-base/libqtxdg
x11-libs/libX11"
DEPEND="${CDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
RDEPEND="${CDEPEND}
lxqt-base/lxqt-common"



1.1  lxqt-base/lxqt-session/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST lxqt-session-0.7.0.tar.xz 68208 SHA256 
d6af28a6054555acf1a2e47c839d6802e5a88b237cdcd8d2ee3155661bbdd6d6 SHA512 
0a1fcdf9669295c5651ce21ee377997c5dbea147576bd26bd146642a23ecec1a402e209a0244a8798e481567f38499a6cc56887193b1b4bea07d746a15e5f94a
 WHIRLPOOL 
0c20d15631ba575609f5b76a3d1054c048d721571e2b3fa9992e4b7e3fb8cf1d9642bf4268bad0ad3d00acede18c9bc5eff27f4a43ef3013bfb1570668a07364
EBUILD lxqt-session-0.7.0.ebuild 694 SHA256 
aea69a6537bd6c7ffca7f01c7bb13961a58be340d6b08faa180894e92da27013 SHA512 
6daa13ba364430599b074cacc2964d87efcc23a3639c9bf897babf7d619b8ef99d92c3dea0f3acde440c963a73a009a52d7004c4521609ac6605e75f18929ec0
 WHIRLPOOL 
11fc9e51cd02c488861c15a6f998a0c04698b10027bffa184ad3e7c36e68f31ab8a8ef9c5d13dbc13d6924a83f2e6dd7e633e55150862763a49824eb64e98a70
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  lxqt-base/lxqt-session/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-session/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for lxqt-base/lxqt-session
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/ChangeLog,v 1.1 
2014/05/26 14:03:42 jauhien Exp $

*lxqt-session-0.7.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki 
  +lxqt-session-0.7.0.ebuild, +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






[gentoo-commits] dev/ultrabug:master commit in: sys-cluster/zookeeper/

2014-05-26 Thread Alexys Jacob
commit: 7cce8ca1b2f1f140e01a6d2594eecbddad7f6b5e
Author: Ultrabug  gentoo  org>
AuthorDate: Mon May 26 14:16:14 2014 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon May 26 14:16:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=7cce8ca1

bump zookeeper

---
 sys-cluster/zookeeper/Manifest| 4 ++--
 .../zookeeper/{zookeeper-3.4.5.ebuild => zookeeper-3.4.6.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/zookeeper/Manifest b/sys-cluster/zookeeper/Manifest
index 6d5059a..e56f46b 100644
--- a/sys-cluster/zookeeper/Manifest
+++ b/sys-cluster/zookeeper/Manifest
@@ -1,5 +1,5 @@
 AUX log4j.properties 2191 SHA256 
bf9df5ca06d8ffd2c11b13f2ea0b78879afab7d05cb2d48603425b50d7dade85 SHA512 
a465aef274e3f325730c150fdebe3ca27f9debe723af6680b187daf83d6da663fa8a51bb9813ec8cba3b4d59c9e28848032083a44686b08fd2c246a461ada0c6
 WHIRLPOOL 
57281e789d6742d3363152b4deac0405ca74448d61c070df7fd4610db7b9a6ba87c58085f66dccabf895b42457512965249807a6247f9f192b4f3eb568c078c1
 AUX zookeeper.confd 390 SHA256 
12c202a8891a44ac7c19e619320339345f5b2ec0033736601dd334adcd78b472 SHA512 
c6b75ce741603e4c2df7dba93fb6207a5955e7bb231ca9098172c17753b8f87a0af2106d4676420d44e6099053f05086bc84c7966b6fe0f9da6e8a541fccf80e
 WHIRLPOOL 
662648c34c14ad9b58c05c8d1264d3c7fc5b8124f923cdcd09b4c3f2825ad84652e1816d0ed320d894a1cdbba9e64e577a41179a107c7cff14fb440147f2e760
 AUX zookeeper.initd 385 SHA256 
b654d3e19f72b72652523cecc46fdfecc0e209ee454bfe132fff114294bd453b SHA512 
2b18a2f4bae64c2e6c80168c6f02036d9bc6115aba2a94c219fbb20f3808a6c64c493dac552f189d54e7c8b4006dd1c0964dcb1f2cdb7a78222a17400b3de153
 WHIRLPOOL 
129df8d2a0bc946f78d99e843f5c616395a25e1dbc7b4b4a05c987ddfb946ba083f15dbb547752a21d4cc3888ff65d3e90699f8626a5f46be4c6eaac31a18216
-DIST zookeeper-3.4.5.tar.gz 16402010 SHA256 
e92b634e99db0414c6642f6014506cc22eefbea42cc912b57d7d0527fb7db132 SHA512 
525fbb2af52c06823b6bedaefeb718df6090a3775ead06f3ff1f54b1b3cb752286f568a91b3188444cbdfe26ad8b931e0663cb08b27f23b4e83e8a3cfb6e88a7
 WHIRLPOOL 
344ea06625f46ef216df93e29d653e8fb0100e83e977c50b59691e30803b0e2d632ba44a1e63f2d82689ddfadba3d6aafce37cd260559185416040bc80f903fa
-EBUILD zookeeper-3.4.5.ebuild 1986 SHA256 
2a8c3fdedcab95499f091fb3413d8e0b79556019b7b450109846d6625f67be5c SHA512 
918dfcc519b527915dcd6f6ae6eec9c40717e019bf8c8217864ac72873af8193753f06940920dbe6405123127a2b4369670495e49b01f0ecbfbe2c929b838a9a
 WHIRLPOOL 
9610a88b9c794306814638143e5bc43014c20bd4ffd79fc95d2ff730278f489da4b544f123e2b2d3793f30ef2d3436bbfb750f3cd86b21af5177fa8c449eca85
+DIST zookeeper-3.4.6.tar.gz 17699306 SHA256 
01b3938547cd620dc4c93efe07c0360411f4a66962a70500b163b59014046994 SHA512 
5b9a3337a7edad38d1f5d9fd4f3c0d4e439128a31890b75cf2f2e2f5f19f83ef469535ab508aa44ae28daf0185807440c45f918058c4510ca3e98adb0352ce17
 WHIRLPOOL 
6eb037f044d5c341536d894425283ea642e646ce37a76334025d78949885d12ba8aaea5c3bd8a0978e46b54d334ef6745880deca1bcab942a22dfd032c75
+EBUILD zookeeper-3.4.6.ebuild 1986 SHA256 
2a8c3fdedcab95499f091fb3413d8e0b79556019b7b450109846d6625f67be5c SHA512 
918dfcc519b527915dcd6f6ae6eec9c40717e019bf8c8217864ac72873af8193753f06940920dbe6405123127a2b4369670495e49b01f0ecbfbe2c929b838a9a
 WHIRLPOOL 
9610a88b9c794306814638143e5bc43014c20bd4ffd79fc95d2ff730278f489da4b544f123e2b2d3793f30ef2d3436bbfb750f3cd86b21af5177fa8c449eca85

diff --git a/sys-cluster/zookeeper/zookeeper-3.4.5.ebuild 
b/sys-cluster/zookeeper/zookeeper-3.4.6.ebuild
similarity index 100%
rename from sys-cluster/zookeeper/zookeeper-3.4.5.ebuild
rename to sys-cluster/zookeeper/zookeeper-3.4.6.ebuild



[gentoo-commits] gentoo-x86 commit in x11-misc/obconf-qt: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:17:31

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-misc/obconf-qt added to the repository



[gentoo-commits] gentoo-x86 commit in x11-misc/obconf-qt: obconf-qt-0.1.0.ebuild metadata.xml Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:21:07

  Added:obconf-qt-0.1.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  x11-misc/obconf-qt/obconf-qt-0.1.0.ebuild

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

Index: obconf-qt-0.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.1.0.ebuild,v 
1.1 2014/05/26 14:21:07 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="Openbox window manager configuration tool"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

S=${WORKDIR}

RDEPEND="dev-libs/glib:2
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-wm/openbox:3"
DEPEND="${RDEPEND}
virtual/pkgconfig"



1.1  x11-misc/obconf-qt/metadata.xml

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

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  x11-misc/obconf-qt/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST obconf-qt-0.1.0.tar.xz 52048 SHA256 
4831bfc06eff0529697a51196c1d7866cb12e3b19a0724e8201dbdfd2bca082b SHA512 
0193b5d5d3ede2c7e2e5720c5ead1b75812277da474569926138647127cade87e23c3ca8c65dfded988122c097b867a6ce940da1eb526b12a44262be778d3fe8
 WHIRLPOOL 
835ee8c32cead4241d953e9302cd1f77c4ede8e15ab8d045af9d8cd49338ee75ec7feb05899a9da64b7e26497e35e59fe430ea99fd50d7fa2efc71f9ad84c561
EBUILD obconf-qt-0.1.0.ebuild 599 SHA256 
ad31cc79ebeca6e07ebfccea5ff26ac63f752055f881150066fb1aa67dae2b8c SHA512 
0cdb32a85c59d09a2fb018a268da717bd0d7282bf08d927e18c0528bffd14e7043d57883cbd6d19d00edd3c5f53310b62ae36ed765ac412b17546ac60b0c78e3
 WHIRLPOOL 
823a60ec5bdc3bd823759b5ae811b19d28097639fad82ae64eff1fa765563019cf86aa3f8150bf5ffbbbcca666b6233edb79762ef31febb2dc8c0b309512c0d4
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  x11-misc/obconf-qt/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for x11-misc/obconf-qt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v 1.1 
2014/05/26 14:21:07 jauhien Exp $

*obconf-qt-0.1.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki  +metadata.xml,
  +obconf-qt-0.1.0.ebuild:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






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

2014-05-26 Thread Peter Wilmott (p8952)
p8952   14/05/26 14:23:17

  Modified: ChangeLog
  Added:slim-2.0.2-r1.ebuild
  Log:
  Fix tests by adding tilt dependency, add ruby20 and ruby21 targets
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-ruby/slim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Dec 2013 02:35:57 -  1.1
+++ ChangeLog   26 May 2014 14:23:16 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/slim
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.1 2013/12/13 
02:35:57 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.2 2014/05/26 
14:23:16 p8952 Exp $
+
+*slim-2.0.2-r1 (26 May 2014)
+
+  26 May 2014; Peter Wilmott  +slim-2.0.2-r1.ebuild:
+  Fix tests by adding tilt dependency, add ruby20 and ruby21 targets
 
 *slim-2.0.2 (13 Dec 2013)
 



1.1  dev-ruby/slim/slim-2.0.2-r1.ebuild

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

Index: slim-2.0.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-ruby/slim/slim-2.0.2-r1.ebuild,v 1.1 
2014/05/26 14:23:16 p8952 Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC="yard"

inherit ruby-fakegem

DESCRIPTION="A template language whose goal is reduce the syntax to the 
essential parts without becoming cryptic"
HOMEPAGE="http://slim-lang.com/";
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="0"
IUSE="doc"

ruby_add_rdepend "dev-ruby/kramdown
dev-ruby/sass
dev-ruby/temple
dev-ruby/tilt"

ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"

all_ruby_prepare() {
# This sinatra code expects tests to be installed but we strip those.
sed -i -e "s/require 'sinatra'/require 'bogussinatra'/" Rakefile || die

# Avoid tests for things we don't have.
sed -i -e '/test_wip_render_with_asciidoc/,/^  end/ s:^:#:' \
-e '/test_render_with_wiki/,/^  end/ s:^:#:' \
-e '/test_render_with_creole/,/^  end/ s:^:#:' \
-e '/test_render_with_org/,/^  end/ s:^:#:' 
test/core/test_embedded_engines.rb || die

}






[gentoo-commits] dev/ultrabug:master commit in: dev-python/i3-py/

2014-05-26 Thread Alexys Jacob
commit: 94fba96a9828c82008e1e5a878c2e9766bb19ae2
Author: Ultrabug  gentoo  org>
AuthorDate: Mon May 26 14:30:05 2014 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon May 26 14:30:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=94fba96a

bump i3-py ebuild

---
 dev-python/i3-py/Manifest   | 2 +-
 dev-python/i3-py/i3-py-0.6.4.ebuild | 9 +++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/i3-py/Manifest b/dev-python/i3-py/Manifest
index 816e36f..f24108d 100644
--- a/dev-python/i3-py/Manifest
+++ b/dev-python/i3-py/Manifest
@@ -1,2 +1,2 @@
 DIST i3-py-0.6.4.tar.gz 8727 SHA256 
1e3179c6a5f4761aad3ff0859780ffc31fa779f5832d78a86f8cac2cd120f4e9 SHA512 
f86f9d51ea2fe3f384ecc7db87c06f266d49a48d29d09194bccc13de2b1f94e2174be19ef5f5ffa74d9c86d779ea68aa33e12516330fc92625da241d4aecb09c
 WHIRLPOOL 
fd5e6391bf28f0db0469b42586176da3b6257e8d2caaad723ce878bf5442d70b00226383201a599e468d43c51d20a4654dd85e56b393dfba13372a3edf63c028
-EBUILD i3-py-0.6.4.ebuild 560 SHA256 
e1489f0caca07516726dc9452a9b8b8a19916fdff07d29413322d3791993ae53 SHA512 
0263eaee09e7d10caeb372c96c5fabfc2bac3f70fa7582a503d498add5472015a9a09dd73af038e4e0f633f70504b2e06d715b01d4ad15c1993dfdbd86273817
 WHIRLPOOL 
a7330b8755df49a31f1bc8fa4df68e521a2991302e63d0ada95ba35ae7fa0463c079a8a07c2d5e72794162f8163487e000acb6ab95827a38d4267884aead1a4f
+EBUILD i3-py-0.6.4.ebuild 481 SHA256 
773716a8cd5f42f97e1cd8c76ff578e069ffbc01eb18d969cc929facf552e6dd SHA512 
aacfde4e741ffd90c3a093877eea15791c692130d7ba5f860f6361df5935ebabf50dae64076751e179e8d698484508eedc599b5f411d8c93f654f39cf0773aba
 WHIRLPOOL 
b464086c0c177bc798c94015e24f911c322b8efd2f9d6ff40cb269b8958cd1dde89a244917d8c04c70d5e153a10f750659e5ecd41f392ed83e4a8a4a8a70fa65

diff --git a/dev-python/i3-py/i3-py-0.6.4.ebuild 
b/dev-python/i3-py/i3-py-0.6.4.ebuild
index 4771e30..645fb0b 100644
--- a/dev-python/i3-py/i3-py-0.6.4.ebuild
+++ b/dev-python/i3-py/i3-py-0.6.4.ebuild
@@ -2,13 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header:
 
-EAPI="4"
-PYTHON_DEPEND="*:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5"
-DISTUTILS_SRC_TEST="nosetests"
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 MY_PN="i3-py"
 MY_P="${MY_PN}-${PV/_/-}"



[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.4.13.ebuild django-1.6.5.ebuild django-1.5.8.ebuild ChangeLog django-1.5.7.ebuild django-1.6.3.ebuild django-1.4.12.ebuild django-1.5.

2014-05-26 Thread Ian Delaney (idella4)
idella4 14/05/26 14:35:41

  Modified: django-1.6.5.ebuild ChangeLog
  Added:django-1.4.13.ebuild django-1.5.8.ebuild
  Removed:  django-1.5.7.ebuild django-1.6.3.ebuild
django-1.4.12.ebuild django-1.5.6.ebuild
  Log:
  bumps; clean of old, excepting the stable -1.4.11, wrt sec. Bug #510382
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/django/django-1.6.5.ebuild

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

Index: django-1.6.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-1.6.5.ebuild 26 May 2014 09:02:46 -  1.1
+++ django-1.6.5.ebuild 26 May 2014 14:35:41 -  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/django/django-1.6.5.ebuild,v 1.1 
2014/05/26 09:02:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v 1.2 
2014/05/26 14:35:41 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -56,8 +56,6 @@
# and don't work with ${BUILD_DIR}/lib.
# https://code.djangoproject.com/ticket/20514
# https://code.djangoproject.com/ticket/21093
-   # export PYTHONWARNINGS="d,i::ImportWarning"
-   sed -e 's:test_dont_base64_encode:_&:' -i tests/mail/tests.py || die
PYTHONPATH=. \
"${PYTHON}" tests/runtests.py --settings=test_sqlite -v1 \
|| die "Tests fail with ${EPYTHON}"



1.133dev-python/django/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   26 May 2014 09:02:46 -  1.132
+++ ChangeLog   26 May 2014 14:35:41 -  1.133
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.132 
2014/05/26 09:02:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.133 
2014/05/26 14:35:41 idella4 Exp $
+
+*django-1.4.13 (26 May 2014)
+*django-1.5.8 (26 May 2014)
+
+  26 May 2014; Ian Delaney  +django-1.4.13.ebuild,
+  +django-1.5.8.ebuild, -django-1.4.12.ebuild, -django-1.5.6.ebuild,
+  -django-1.5.7.ebuild, -django-1.6.3.ebuild, django-1.6.5.ebuild:
+  bumps; clean of old, excepting the stable -1.4.11, wrt sec. Bug #510382
 
 *django-1.6.5 (26 May 2014)
 



1.1  dev-python/django/django-1.4.13.ebuild

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

Index: django-1.4.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.13.ebuild,v 1.1 
2014/05/26 14:35:41 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='sqlite?'

inherit bash-completion-r1 distutils-r1 versionator webapp

MY_P="Django-${PV}"

DESCRIPTION="High-level Python web framework"
HOMEPAGE="http://www.djangoproject.com/ http://pypi.python.org/pypi/Django";
SRC_URI="https://www.djangoproject.com/m/releases/$(get_version_component_range 
1-2)/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
IUSE="mysql postgres sqlite test"

RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
mysql? ( >=dev-python/mysql-python-1.2.3[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
test? ( ${PYTHON_DEPS//sqlite?/sqlite} )"

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

WEBAPP_MANUAL_SLOT="yes"

python_prepare_all()

[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm-qt: metadata.xml pcmanfm-qt-0.7.0.ebuild ChangeLog pcmanfm-qt-9999.ebuild pcmanfm-qt-0.1.0.ebuild

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:48:48

  Modified: metadata.xml ChangeLog
  Added:pcmanfm-qt-0.7.0.ebuild
  Removed:  pcmanfm-qt-.ebuild pcmanfm-qt-0.1.0.ebuild
  Log:
  version bump, thanks to Harvey Mittens and Davide Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.2  x11-misc/pcmanfm-qt/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml28 Apr 2013 15:27:30 -  1.1
+++ metadata.xml26 May 2014 14:48:48 -  1.2
@@ -1,12 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-lxde
-
-hwoar...@gentoo.org
-Markos Chandras
-
-
-
+  lxde
+  lxqt
+  
+hwoar...@gentoo.org
+Markos Chandras
+  
+  
+jauh...@gentoo.org
+Jauhien Piatlicki
+  
+  
+  
 
 



1.3  x11-misc/pcmanfm-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Apr 2013 18:59:04 -  1.2
+++ ChangeLog   26 May 2014 14:48:48 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/pcmanfm-qt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/ChangeLog,v 1.2 
2013/04/29 18:59:04 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/ChangeLog,v 1.3 
2014/05/26 14:48:48 jauhien Exp $
+
+*pcmanfm-qt-0.7.0 (26 May 2014)
+
+  26 May 2014; Jauhien Piatlicki  +pcmanfm-qt-0.7.0.ebuild,
+  -pcmanfm-qt-0.1.0.ebuild, -pcmanfm-qt-.ebuild, metadata.xml:
+  version bump, thanks to Harvey Mittens and Davide Pesavento, see bug #509946
 
   29 Apr 2013; Markos Chandras  pcmanfm-qt-0.1.0.ebuild,
   pcmanfm-qt-.ebuild:



1.1  x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild

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

Index: pcmanfm-qt-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild,v 1.1 
2014/05/26 14:48:48 jauhien Exp $

EAPI=5

inherit cmake-utils multilib readme.gentoo

if [[ "${PV}" == "" ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
fi

DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"
HOMEPAGE="http://pcmanfm.sourceforge.net/";

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

CDEPEND=">=dev-libs/glib-2.18:2
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
>=lxde-base/menu-cache-0.4.1
>=x11-libs/libfm-1.2.0"
RDEPEND="${CDEPEND}
virtual/eject
virtual/freedesktop-icon-theme"
DEPEND="${CDEPEND}
>=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig"

src_prepare() {
# fix multilib
sed -i -e "/LIBRARY\ DESTINATION/s:lib:$(get_libdir):" \
libfm-qt/CMakeLists.txt || die
cmake-utils_src_prepare
}

src_install() {
cmake-utils_src_install
DOC_CONTENTS="Be sure to set an icon theme in Edit > Preferences > User 
Interface"
readme.gentoo_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.1.14.ebuild

2014-05-26 Thread Jeroen Roovers (jer)
jer 14/05/26 14:50:49

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

Revision  ChangesPath
1.511dev-db/phpmyadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.511&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.511&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.510&r2=1.511

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -r1.510 -r1.511
--- ChangeLog   26 May 2014 10:28:12 -  1.510
+++ ChangeLog   26 May 2014 14:50:49 -  1.511
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.510 
2014/05/26 10:28:12 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.511 
2014/05/26 14:50:49 jer Exp $
+
+  26 May 2014; Jeroen Roovers  phpmyadmin-4.1.14.ebuild:
+  Stable for HPPA (bug #511520).
 
 *phpmyadmin-4.2.2 (26 May 2014)
 *phpmyadmin-4.1.14 (26 May 2014)



1.2  dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild

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

Index: phpmyadmin-4.1.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phpmyadmin-4.1.14.ebuild26 May 2014 10:28:12 -  1.1
+++ phpmyadmin-4.1.14.ebuild26 May 2014 14:50:49 -  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-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v 1.1 
2014/05/26 10:28:12 jmbsvicetto Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v 1.2 
2014/05/26 14:50:49 jer Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="






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

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 14:53:42

  Modified: package.mask
  Log:
  Drop x11-misc/pcmanfm-qt mask after version bump: moving LXQt 0.7.0 release 
to the tree

Revision  ChangesPath
1.15728  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15727
retrieving revision 1.15728
diff -u -r1.15727 -r1.15728
--- package.mask26 May 2014 11:32:20 -  1.15727
+++ package.mask26 May 2014 14:53:41 -  1.15728
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15727 2014/05/26 
11:32:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15728 2014/05/26 
14:53:41 jauhien 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
@@ -796,10 +796,6 @@
 # broken dependencies -> uninstallable #470712
 app-portage/g-ctan
 
-# Markos Chandras  (28 Apr 2013)
-# Early release of pcmanfm Qt4 port
-x11-misc/pcmanfm-qt
-
 # Michael Weber  (18 Apr 2013)
 # Masked due test failures
 =app-arch/advancecomp-1.17






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml

2014-05-26 Thread Markos Chandras (hwoarang)
hwoarang14/05/26 15:02:39

  Modified: maintainer-needed.xml
  Log:
  Automated update of maintainer-needed package list

Revision  ChangesPath
1.435xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.435&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.435&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.434&r2=1.435

Index: maintainer-needed.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- maintainer-needed.xml   24 May 2014 10:24:56 -  1.434
+++ maintainer-needed.xml   26 May 2014 15:02:39 -  1.435
@@ -1,6 +1,6 @@
 
 
-
+
 
 
 
@@ -23,7 +23,7 @@
   
 
   1.2
-  2014-05-24
+  2014-05-26
   
   Maintainer-Needed packages
   
@@ -38,7 +38,7 @@
 
 Package List
 
-The following 1164 packages are marked as maintainer-needed
+The following 1163 packages are marked as maintainer-needed
 
 
 Package NameDescriptionBugs
@@ -1689,9 +1689,6 @@
 http://packages.gentoo.org/package/dev-python/colubrid";>dev-python/colubrid
 Colubrid is a set of tools around the WSGI standard
 https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-python/colubrid";>Open 
Bugs
-http://packages.gentoo.org/package/dev-python/munkres";>dev-python/munkres
-Module implementing munkres algorithm for the Assignment Problem
-https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-python/munkres";>Open 
Bugs
 http://packages.gentoo.org/package/dev-python/pyacoustid";>dev-python/pyacoustid
 Python module for Chromaprint acoustic fingerprinting and the Acoustid 
API
 https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-python/pyacoustid";>Open
 Bugs






[gentoo-commits] gentoo-x86 commit in net-misc/wakeonlan: metadata.xml ChangeLog wakeonlan-0.41-r2.ebuild

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 15:05:35

  Modified: metadata.xml ChangeLog
  Added:wakeonlan-0.41-r2.ebuild
  Log:
  net-misc/wakeonlan: Install example file mentoined in the man page
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  net-misc/wakeonlan/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml3 Mar 2012 00:08:14 -   1.5
+++ metadata.xml26 May 2014 15:05:35 -  1.6
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-  a...@gentoo.org
-  Ian Stakenvicius
-  Primary maintainer
-
+  
+a...@gentoo.org
+Ian Stakenvicius
+Primary maintainer
+  
 



1.27 net-misc/wakeonlan/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   31 Jul 2013 18:47:15 -  1.26
+++ ChangeLog   26 May 2014 15:05:35 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/wakeonlan
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/ChangeLog,v 1.26 
2013/07/31 18:47:15 axs Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/ChangeLog,v 1.27 
2014/05/26 15:05:35 jlec Exp $
+
+*wakeonlan-0.41-r2 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +wakeonlan-0.41-r2.ebuild,
+  metadata.xml:
+  Install example file mentoined in the man page
 
   31 Jul 2013; Ian Stakenvicius  wakeonlan-0.41-r1.ebuild:
   fixed missing dep and bumped to EAPI5 per bug 479050



1.1  net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild

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

Index: wakeonlan-0.41-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild,v 1.1 
2014/05/26 15:05:35 jlec Exp $

EAPI=5

inherit eutils perl-app

DESCRIPTION="Client for Wake-On-LAN"
HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/";
SRC_URI="http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/${P}.tar.gz";

LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
IUSE=""

DEPEND="virtual/perl-ExtUtils-MakeMaker"

src_prepare() {
epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
}

src_install() {
perl-module_src_install
dodoc examples/lab001.wol
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.59.ebuild ChangeLog

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 15:10:53

  Modified: ChangeLog
  Added:hardened-sources-3.2.59.ebuild
  Log:
  vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201405252042
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1051   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1050
retrieving revision 1.1051
diff -u -r1.1050 -r1.1051
--- ChangeLog   17 May 2014 14:13:49 -  1.1050
+++ ChangeLog   26 May 2014 15:10:52 -  1.1051
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1050 2014/05/17 14:13:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1051 2014/05/26 15:10:52 blueness Exp $
+
+*hardened-sources-3.2.59 (26 May 2014)
+
+  26 May 2014; Anthony G. Basile 
+  +hardened-sources-3.2.59.ebuild:
+  vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201405252042
 
 *hardened-sources-3.14.4 (17 May 2014)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.2.59.ebuild

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

Index: hardened-sources-3.2.59.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.59.ebuild,v
 1.1 2014/05/26 15:10:52 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in lxqt-base/liblxqt-mount: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:11:51

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.4-r1.ebuild ChangeLog

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 15:13:00

  Modified: ChangeLog
  Added:hardened-sources-3.14.4-r1.ebuild
  Log:
  vanilla-3.14.4 + genpatches-3.14-7 + grsecurity-3.0-3.14.4-201405252047
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1052   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -r1.1051 -r1.1052
--- ChangeLog   26 May 2014 15:10:52 -  1.1051
+++ ChangeLog   26 May 2014 15:13:00 -  1.1052
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1051 2014/05/26 15:10:52 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1052 2014/05/26 15:13:00 blueness Exp $
+
+*hardened-sources-3.14.4-r1 (26 May 2014)
+
+  26 May 2014; Anthony G. Basile 
+  +hardened-sources-3.14.4-r1.ebuild:
+  vanilla-3.14.4 + genpatches-3.14-7 + grsecurity-3.0-3.14.4-201405252047
 
 *hardened-sources-3.2.59 (26 May 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: hardened-sources-3.14.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild,v
 1.1 2014/05/26 15:13:00 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="7"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in lxqt-base/liblxqt-mount: liblxqt-mount-0.7.0.ebuild metadata.xml Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:12:27

  Added:liblxqt-mount-0.7.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/liblxqt-mount/liblxqt-mount-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: liblxqt-mount-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.7.0.ebuild,v 
1.1 2014/05/26 15:12:27 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt library for removable media and devices"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

DEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
lxqt-base/liblxqt
sys-fs/udisks:2
x11-libs/libX11
virtual/udev"
RDEPEND="${DEPEND}"



1.1  lxqt-base/liblxqt-mount/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  lxqt-base/liblxqt-mount/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST liblxqt-mount-0.7.0.tar.xz 16012 SHA256 
320bae8889e24742c9136839a8e5c79d9ae6678e13bb07105a8a373df2e02c15 SHA512 
51c0b8b283661d7bc7383bb7ebb5b615c08f3ed5a22946621405ca9fd4c9d493e0d7c3c8a3d83b506f5d625d451f17a426fd3a96841564f8a0c47cb9d260282f
 WHIRLPOOL 
c1c7e8b8d29abec7e5fb970b689dfec757e6069cfd9689703f4eb4104fae8abc57c237c5d91393105c44cc9bc21e111714ce225f205777290f6b9f68fbbab12f
EBUILD liblxqt-mount-0.7.0.ebuild 625 SHA256 
9964598b0ad04f4814eed8d9aff7a0a24ed0490e5075ab2dc24096230a1d3752 SHA512 
8f2f22f47dffc1d72e74155dbd0bb0aa98b8aa38b61076addbebd054c425623521d0c1dda37d0847f977d9c0373baf7e0c00ca4e4d6c4965525b8e2217cfedf0
 WHIRLPOOL 
7aed75a626f8b0b78796319c8b29236e9d45dc59b7489188e8a9055522c5681b7f98d7ba2a3bf248ad8ce4fa6a99502acfacb689bfb4e6ba7583393b38145bd7
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  lxqt-base/liblxqt-mount/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for lxqt-base/liblxqt-mount
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog,v 1.1 
2014/05/26 15:12:27 jauhien Exp $

*liblxqt-mount-0.7.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki 
  +liblxqt-mount-0.7.0.ebuild, +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






[gentoo-commits] gentoo-x86 commit in net-misc/wol: metadata.xml ChangeLog wol-0.7.1-r1.ebuild

2014-05-26 Thread Justin Lecher (jlec)
jlec14/05/26 15:12:35

  Modified: metadata.xml ChangeLog
  Added:wol-0.7.1-r1.ebuild
  Log:
  net-misc/wol: Bump to EAPI=5
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  net-misc/wol/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wol/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml3 Mar 2013 17:01:41 -   1.4
+++ metadata.xml26 May 2014 15:12:35 -  1.5
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   hwoar...@gentoo.org
-   Markos Chandras
-
-
+  
+hwoar...@gentoo.org
+Markos Chandras
+  
+  
 wol implements Wake On LAN functionality in a small program. It wakes up 
hardware that is Magic Packet compliant.
 Consider you have a sleeping or turned-off computer and you want to remotely 
wake him up. Just type
 "wol MAC-ADDRESS" and the host wakes up (OK, it will boot ;-).



1.15 net-misc/wol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wol/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Mar 2013 17:01:41 -   1.14
+++ ChangeLog   26 May 2014 15:12:35 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/wol
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/ChangeLog,v 1.14 2013/03/03 
17:01:41 wschlich Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/ChangeLog,v 1.15 2014/05/26 
15:12:35 jlec Exp $
+
+*wol-0.7.1-r1 (26 May 2014)
+
+  26 May 2014; Justin Lecher  +wol-0.7.1-r1.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
 
   03 Mar 2013; Wolfram Schlich  metadata.xml:
   removed myself from metadata.xml



1.1  net-misc/wol/wol-0.7.1-r1.ebuild

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

Index: wol-0.7.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/wol-0.7.1-r1.ebuild,v 1.1 
2014/05/26 15:12:35 jlec Exp $

EAPI=5

DESCRIPTION="Wake up hardware that is Magic Packet compliant"
HOMEPAGE="http://ahh.sourceforge.net/wol/";
SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz"

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

src_configure() {
econf \
$(use_enable nls)
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-3.14.3-r2.ebuild hardened-sources-3.14.4.ebuild hardened-sources-3.2.58-r3.ebuild

2014-05-26 Thread Anthony G. Basile (blueness)
blueness14/05/26 15:15:24

  Modified: ChangeLog
  Removed:  hardened-sources-3.14.3-r2.ebuild
hardened-sources-3.14.4.ebuild
hardened-sources-3.2.58-r3.ebuild
  Log:
  Remove older unstables
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1053   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -r1.1052 -r1.1053
--- ChangeLog   26 May 2014 15:13:00 -  1.1052
+++ ChangeLog   26 May 2014 15:15:24 -  1.1053
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1052 2014/05/26 15:13:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1053 2014/05/26 15:15:24 blueness Exp $
+
+  26 May 2014; Anthony G. Basile 
+  -hardened-sources-3.14.3-r2.ebuild, -hardened-sources-3.14.4.ebuild,
+  -hardened-sources-3.2.58-r3.ebuild:
+  Remove older unstables
 
 *hardened-sources-3.14.4-r1 (26 May 2014)
 






[gentoo-commits] gentoo-x86 commit in lxqt-base/libsysstat: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:19:39

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/libsysstat added to the repository



[gentoo-commits] gentoo-x86 commit in lxqt-base/libsysstat: metadata.xml libsysstat-0.1.0.ebuild Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:21:15

  Added:metadata.xml libsysstat-0.1.0.ebuild Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/libsysstat/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  lxqt-base/libsysstat/libsysstat-0.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/libsysstat-0.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/libsysstat-0.1.0.ebuild?rev=1.1&content-type=text/plain

Index: libsysstat-0.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/libsysstat/libsysstat-0.1.0.ebuild,v 1.1 
2014/05/26 15:21:15 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="A Qt-based interface to system statistics"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

DEPEND="dev-qt/qtcore:4"
RDEPEND="${DEPEND}"



1.1  lxqt-base/libsysstat/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST libsysstat-0.1.0.tar.xz 16376 SHA256 
beafdb971fbe282d7698fb2230024382bc7f100d9af13f2a4bafc97509089d9f SHA512 
d5454055a631aa3c66be8f4b24d2eec0b5d86941ccfa80efc3f831558e5fbd06681060a641aad8968590e61274478f6fad80a518150e9461d8dbd9a48faca497
 WHIRLPOOL 
556201bd21fa2d24e8d1d874657b27352acd13d15552a5083e3dfa4adef6fb5ef2a34d365ce5ac2a82834eaaac941a70c73cfd3ace6f7589796a659a80b4e0f2
EBUILD libsysstat-0.1.0.ebuild 528 SHA256 
4bba84bd49b41898547052f2fd64a5d7a7339c738bea8b8e7cb645d57553e926 SHA512 
1ca40f1e6a6fb491562fb4a6182dc6c8366350e8dbba4ef76c745486d7fc9452667413c637e1425237aea6320040a1ac8f6412d3f78cd756459ca04da1cb4ff3
 WHIRLPOOL 
680a4fc8310619ffd6af0f086bb02b6f821115f232c8142adfa5b9bad845c166fe9d71640d8680bb740f02553766389eefda2b34cea4330522fc23532cc20238
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  lxqt-base/libsysstat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/libsysstat/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for lxqt-base/libsysstat
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/libsysstat/ChangeLog,v 1.1 
2014/05/26 15:21:15 jauhien Exp $

*libsysstat-0.1.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki  +libsysstat-0.1.0.ebuild,
  +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-globalkeys: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:28:56

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys added to the 
repository



[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-globalkeys: lxqt-globalkeys-0.7.0.ebuild metadata.xml Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:30:07

  Added:lxqt-globalkeys-0.7.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-globalkeys-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild,v
 1.1 2014/05/26 15:30:07 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

DEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
lxqt-base/liblxqt
x11-libs/libX11"
RDEPEND="${DEPEND}"



1.1  lxqt-base/lxqt-globalkeys/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  




1.1  lxqt-base/lxqt-globalkeys/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST lxqt-globalkeys-0.7.0.tar.xz 51672 SHA256 
588152d64aed4fe767b8eeb4d241fdf51fbcf13cace16bc4c5304c22b09c83e2 SHA512 
6fb588d9fc801f44be9f093e9372cc7d226e02ef83e7204ab489ef45f425109b3d50b75bcf41c48375de3f9681e37fb1878320c3af37ad2a169e63075e849d20
 WHIRLPOOL 
a42de2ab8159987a329c0f26e81fab1d93b26e1bd55b15ec8e2fc40141abbf0ba0760676522115cfdb660b93ce6281b0f2018c84c7b35689dcebbe009ab73d84
EBUILD lxqt-globalkeys-0.7.0.ebuild 611 SHA256 
93b5ad75be64d8a5c253e2ab37704da69e3e4e66b157d8fdd4c7bc08b23641d2 SHA512 
387a4bf4af0a202d0c47729c562bca0365d01134db7942a5cef7ef60c3a9fd30defb72efa60e14cc7103ef225508de2dcd210e76e18c7ea2f3c69da1ba817480
 WHIRLPOOL 
ef5ee307e06d9f720c0ae7619e6f623b669e948bfb7d546c64c82b8e36f2e0628e785360828ca08e6cb410919bc5a8f7462311ae5c9c853cf86a279deb001b9c
MISC metadata.xml 263 SHA256 
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
 WHIRLPOOL 
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6



1.1  lxqt-base/lxqt-globalkeys/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for lxqt-base/lxqt-globalkeys
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog,v 1.1 
2014/05/26 15:30:07 jauhien Exp $

*lxqt-globalkeys-0.7.0 (26 May 2014)

  26 May 2014; Jauhien Piatlicki 
  +lxqt-globalkeys-0.7.0.ebuild, +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946






[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-panel: - New directory

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 15:48:46

  Log:
  Directory /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel added to the repository



[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-panel: metadata.xml lxqt-panel-0.7.0.ebuild Manifest ChangeLog

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 16:08:23

  Added:metadata.xml lxqt-panel-0.7.0.ebuild Manifest
ChangeLog
  Log:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide 
Pesavento, see bug #509946
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.1  lxqt-base/lxqt-panel/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  lxqt
  
jauh...@gentoo.org
Jauhien Piatlicki
  
  
Build clock plugin
Build colorpicker plugin
Build cpuload plugin
Build desktopswitch plugin
Build dom plugin
Build kbindicator plugin
Build mainmenu plugin
Build mount plugin
Build networkmonitor plugin
Build quicklaunch plugin
Build screensaver plugin
Build sensors plugin
Build showdesktop plugin
Build sysstat plugin
Build taskbar plugin
Build teatime plugin
Build tray plugin
Build volume plugin
Build worldclock plugin
  




1.1  lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-panel-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild,v 1.1 
2014/05/26 16:08:22 jauhien Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt desktop panel and plugins"
HOMEPAGE="http://www.lxqt.org/";

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch screensaver sensors
+showdesktop sysstat +taskbar teatime +tray +volume worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"

DEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
>=lxde-base/menu-cache-0.3.3
lxqt-base/liblxqt
lxqt-base/liblxqt-mount
lxqt-base/libsysstat
lxqt-base/lxqt-globalkeys
razorqt-base/libqtxdg
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
sysstat? ( lxqt-base/libsysstat )
volume? ( alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio ) )
worldclock? ( dev-libs/icu:= )"
RDEPEND="${DEPEND}
lxde-base/lxmenu-data"

src_configure() {
local mycmakeargs i y
for i in clock colorpicker cpuload desktopswitch dom kbindicator 
mainmenu mount \
networkmonitor quicklaunch screensaver sensors showdesktop 
sysstat \
taskbar teatime tray volume worldclock; do
y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
done

if use volume; then
mycmakeargs+=( $(cmake-utils_use alsa VOLUME_USE_ALSA)
$(cmake-utils_use pulseaudio VOLUME_USE_PULSEAUDIO) )
fi

cmake-utils_src_configure
}



1.1  lxqt-base/lxqt-panel/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST lxqt-panel-0.7.0.tar.xz 247640 SHA256 
13fcdd33dfe1a691395765032dd6ae6eab5d4988ba96fb79b3d521e216383677 SHA512 
e8817bc424c9c4369afd6f300d54f752cbb448767277eaa3024b44b0cb557e14721b19e83ba647fc1e0aac2923651782cd4964cf92a419f93b4f450351dcda28
 WHIRLPOOL 
5d29ab327eafe5a33a060e91b63d0320ae11000a2ec4bd58b9313a3eb0f6a78a7c5de1e7375de6c3bfe51f717d7998551d821b966a629263a4cfb873dc79e92b
EBUILD lxqt-panel-0.7.0.ebuild 1777 SHA256 
7848a9e24f6eb841dbea306f0cc491f5d831c6b4e703534c815236cdbc7a6764 SHA512 
e2c295471c6d6aa5bce1c05d4e8b31e53230e2cf61921bda95825ab9e8a02bc901f73d6cec7cbf7d9680123c1d42198ee543812893818d3d5fdf35e9f83e6c8c
 WHIRLPOOL 
c148ac3fd6476e561e

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-r1.eclass python-single-r1.eclass python-utils-r1.eclass

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:13:35

  Modified: ChangeLog python-r1.eclass python-single-r1.eclass
python-utils-r1.eclass
  Log:
  Move python_fix_shebang into python-utils-r1, therefore making it a part of 
public API for all eclasses.

Revision  ChangesPath
1.1274   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1273
retrieving revision 1.1274
diff -u -r1.1273 -r1.1274
--- ChangeLog   24 May 2014 08:48:40 -  1.1273
+++ ChangeLog   26 May 2014 16:13:35 -  1.1274
@@ -1,6 +1,11 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1273 2014/05/24 
08:48:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1274 2014/05/26 
16:13:35 mgorny Exp $
+
+  26 May 2014; Michał Górny  python-r1.eclass,
+  python-single-r1.eclass, python-utils-r1.eclass:
+  Move python_fix_shebang into python-utils-r1, therefore making it a part of
+  public API for all eclasses.
 
   24 May 2014; Ulrich Müller  elisp-common.eclass:
   elisp-site-regen: Look for site-init files only in site-gentoo.d



1.73 eclass/python-r1.eclass

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

Index: python-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- python-r1.eclass19 Apr 2014 10:29:06 -  1.72
+++ python-r1.eclass26 May 2014 16:13:35 -  1.73
@@ -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/eclass/python-r1.eclass,v 1.72 2014/04/19 
10:29:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.73 2014/05/26 
16:13:35 mgorny Exp $
 
 # @ECLASS: python-r1
 # @MAINTAINER:
@@ -783,6 +783,8 @@
debug-print-function ${FUNCNAME} "${@}"
 
_python_replicate_script() {
+   local _PYTHON_FIX_SHEBANG_QUIET=1
+
if _python_want_python_exec2; then
local PYTHON_SCRIPTDIR
python_export PYTHON_SCRIPTDIR
@@ -792,7 +794,7 @@
doexe "${files[@]}"
)
 
-   _python_rewrite_shebang "${EPYTHON}" \
+   python_fix_shebang \
"${files[@]/*\//${D%/}/${PYTHON_SCRIPTDIR}/}"
else
local f
@@ -800,7 +802,7 @@
cp -p "${f}" "${f}-${EPYTHON}" || die
done
 
-   _python_rewrite_shebang "${EPYTHON}" \
+   python_fix_shebang \
"${files[@]/%/-${EPYTHON}}"
fi
}



1.26 eclass/python-single-r1.eclass

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

Index: python-single-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- python-single-r1.eclass 30 Nov 2013 17:57:11 -  1.25
+++ python-single-r1.eclass 26 May 2014 16:13:35 -  1.26
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.25 
2013/11/30 17:57:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.26 
2014/05/26 16:13:35 mgorny Exp $
 
 # @ECLASS: python-single-r1
 # @MAINTAINER:
@@ -261,49 +261,5 @@
python_setup
 }
 
-# @FUNCTION: python_fix_shebang
-# @USAGE: ...
-# @DESCRIPTION:
-# Replace the shebang in Python scripts with

[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: gnome-python-base-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:18:05

  Modified: ChangeLog
  Added:gnome-python-base-2.28.1-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.43 dev-python/gnome-python-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   16 Jan 2014 15:56:36 -  1.42
+++ ChangeLog   26 May 2014 16:18:05 -  1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-python-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.42 2014/01/16 15:56:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.43 2014/05/26 16:18:05 mgorny Exp $
+
+*gnome-python-base-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny 
+  +gnome-python-base-2.28.1-r1.ebuild:
+  Convert to python-any-r1.
 
   16 Jan 2014; Anthony G. Basile 
   gnome-python-base-2.28.1.ebuild:



1.1  
dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild

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

Index: gnome-python-base-2.28.1-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/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.1 2014/05/26 16:18:05 mgorny Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )

inherit versionator eutils gnome2 python-any-r1

# This ebuild does nothing -- we just want to get the pkgconfig file installed

MY_PN="gnome-python"
DESCRIPTION="Provides the base files for the gnome-python bindings"
HOMEPAGE="http://pygtk.org/";
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"

IUSE=""
LICENSE="LGPL-2.1"
SLOT="2"
RESTRICT="${RESTRICT} test"

# From the gnome-python eclass
RDEPEND=">=x11-libs/gtk+-2.6:2
>=dev-libs/glib-2.6:2
$(python_gen_any_dep '
>=dev-python/pygtk-2.14.0:2[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.17:2[${PYTHON_USEDEP}]
')
!

[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: gnome-python-desktop-base-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:28:44

  Modified: ChangeLog
  Added:gnome-python-desktop-base-2.32.0-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.51 dev-python/gnome-python-desktop-base/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   4 May 2012 15:12:17 -   1.50
+++ ChangeLog   26 May 2014 16:28:44 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-python-desktop-base
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.50 
2012/05/04 15:12:17 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.51 
2014/05/26 16:28:44 mgorny Exp $
+
+*gnome-python-desktop-base-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny 
+  +gnome-python-desktop-base-2.32.0-r1.ebuild:
+  Convert to python-any-r1.
 
   04 May 2012; Patrick Lauer 
   gnome-python-desktop-base-2.32.0.ebuild:
@@ -224,4 +230,3 @@
   +gnome-python-desktop-base-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs a
   common .pc file for all the bindings.
-



1.1  
dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-python-desktop-base-2.32.0-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/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
 1.1 2014/05/26 16:28:44 mgorny Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )
GNOME_ORG_MODULE="gnome-python-desktop"
GNOME_TARBALL_SUFFIX="bz2"

inherit gnome2 python-any-r1

# This ebuild does nothing -- we just want to get the pkgconfig file installed

DESCRIPTION="Provides python the base files for the Gnome Python Desktop 
bindings"
HOMEPAGE="http://pygtk.org/";

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"

IUSE=""
LICENSE="LGPL-2.1"
SLOT="0"

# From the gnome-python-desktop eclass
RDEPEND="$(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]')
>=dev-libs/glib-2.6.0:2
>=x11-libs/gtk+-2.4.0:2
!

[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:29:55

  Modified: ChangeLog
  Added:gnome-python-extras-base-2.25.3-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.26 dev-python/gnome-python-extras-base/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Apr 2013 02:14:32 -  1.25
+++ ChangeLog   26 May 2014 16:29:55 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-python-extras-base
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.25 
2013/04/26 02:14:32 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 
2014/05/26 16:29:55 mgorny Exp $
+
+*gnome-python-extras-base-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny 
+  +gnome-python-extras-base-2.25.3-r1.ebuild:
+  Convert to python-any-r1.
 
   26 Apr 2013; Patrick Lauer 
   gnome-python-extras-base-2.25.3.ebuild:



1.1  
dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-python-extras-base-2.25.3-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/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.1 2014/05/26 16:29:55 mgorny Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit versionator autotools eutils gnome2 python-any-r1

# This ebuild does nothing -- we just want to get the pkgconfig file installed
MY_PN="gnome-python-extras"
DESCRIPTION="Provides python the base files for the Gnome Python Desktop 
bindings"
HOMEPAGE="http://pygtk.org/";
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"

IUSE=""
LICENSE="LGPL-2.1"
SLOT="0"
RESTRICT="test"

# From the gnome-python-extras eclass
RDEPEND=">=x11-libs/gtk+-2.4:2
>=dev-libs/glib-2.6:2
$(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]')
!<=dev-python/gnome-python-extras-2.19.1-r2"
DEPEND="${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

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

DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"

pkg_setup() {
G2CONF="${G2CONF} --disable-allbindings"
python-any-r1_pkg_setup
}

src_prepare() {
epatch "${FILESDIR}/${P}-python-libs.patch" #344231
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
gnome2_src_prepare
}






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

2014-05-26 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/26 16:38:35

  Modified: package.mask
  Log:
  Mask lxqt-base/lxqt-panel for testing, until issues with powermanagement are 
fixed

Revision  ChangesPath
1.15729  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15728
retrieving revision 1.15729
diff -u -r1.15728 -r1.15729
--- package.mask26 May 2014 14:53:41 -  1.15728
+++ package.mask26 May 2014 16:38:35 -  1.15729
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15728 2014/05/26 
14:53:41 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15729 2014/05/26 
16:38:35 jauhien 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,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jauhien Piatlicki  (26 May 2014)
+# Masked for testing as there are issues with powermanagement
+# (not working reboot/halt)
+lxqt-base/lxqt-panel
+
 # Lars Wendler  (26 May 2014)
 # Masked until sys-auth/sssd got subslot support (bug #511528 and bug #511530).
 >=sys-libs/ldb-1.1.17-r1






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: gnome-python-base-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:41:11

  Modified: gnome-python-base-2.28.1-r1.ebuild ChangeLog
  Log:
  Use explicit src_configure() instead of G2CONF.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild

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

Index: gnome-python-base-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-base-2.28.1-r1.ebuild  26 May 2014 16:18:05 -  1.1
+++ gnome-python-base-2.28.1-r1.ebuild  26 May 2014 16:41:11 -  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/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.1 2014/05/26 16:18:05 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.2 2014/05/26 16:41:11 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -36,7 +36,7 @@
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-pkg_setup() {
-   G2CONF="${G2CONF} --disable-allbindings"
-   python-any-r1_pkg_setup
+src_configure() {
+   gnome2_src_configure \
+   --disable-allbindings
 }



1.44 dev-python/gnome-python-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   26 May 2014 16:18:05 -  1.43
+++ ChangeLog   26 May 2014 16:41:11 -  1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.43 2014/05/26 16:18:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.44 2014/05/26 16:41:11 mgorny Exp $
+
+  26 May 2014; Michał Górny 
+  gnome-python-base-2.28.1-r1.ebuild:
+  Use explicit src_configure() instead of G2CONF.
 
 *gnome-python-base-2.28.1-r1 (26 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: gnome-python-desktop-base-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:46:38

  Modified: gnome-python-desktop-base-2.32.0-r1.ebuild
ChangeLog
  Log:
  Use explicit src_configure() instead of G2CONF.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild

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

Index: gnome-python-desktop-base-2.32.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-desktop-base-2.32.0-r1.ebuild  26 May 2014 16:28:44 -  
1.1
+++ gnome-python-desktop-base-2.32.0-r1.ebuild  26 May 2014 16:46:38 -  
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/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
 1.1 2014/05/26 16:28:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
 1.2 2014/05/26 16:46:38 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -32,13 +32,13 @@
 
 RESTRICT="test"
 
-pkg_setup() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-   G2CONF="${G2CONF} --disable-allbindings"
-   python-any-r1_pkg_setup
-}
-
 src_prepare() {
gnome2_src_prepare
python_fix_shebang .
 }
+
+src_configure() {
+   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+   gnome2_src_configure \
+   --disable-allbindings
+}



1.52 dev-python/gnome-python-desktop-base/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   26 May 2014 16:28:44 -  1.51
+++ ChangeLog   26 May 2014 16:46:38 -  1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-desktop-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.51 
2014/05/26 16:28:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.52 
2014/05/26 16:46:38 mgorny Exp $
+
+  26 May 2014; Michał Górny 
+  gnome-python-desktop-base-2.32.0-r1.ebuild:
+  Use explicit src_configure() instead of G2CONF.
 
 *gnome-python-desktop-base-2.32.0-r1 (26 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:47:04

  Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
  Log:
  Use explicit src_configure() instead of G2CONF.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild

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

Index: gnome-python-extras-base-2.25.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:29:55 -  
1.1
+++ gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:47: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/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.1 2014/05/26 16:29:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.2 2014/05/26 16:47:04 mgorny Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -35,14 +35,14 @@
 
 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
 
-pkg_setup() {
-   G2CONF="${G2CONF} --disable-allbindings"
-   python-any-r1_pkg_setup
-}
-
 src_prepare() {
epatch "${FILESDIR}/${P}-python-libs.patch" #344231
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
gnome2_src_prepare
 }
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-allbindings
+}



1.27 dev-python/gnome-python-extras-base/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 May 2014 16:29:55 -  1.26
+++ ChangeLog   26 May 2014 16:47:04 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 
2014/05/26 16:29:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.27 
2014/05/26 16:47:04 mgorny Exp $
+
+  26 May 2014; Michał Górny 
+  gnome-python-extras-base-2.25.3-r1.ebuild:
+  Use explicit src_configure() instead of G2CONF.
 
 *gnome-python-extras-base-2.25.3-r1 (26 May 2014)
 






  1   2   3   >