[gentoo-commits] gentoo-x86 commit in app-admin/ansible: ChangeLog ansible-1.8.1-r1.ebuild ansible-1.8.1.ebuild

2014-12-01 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/02 07:57:26

  Modified: ChangeLog
  Added:ansible-1.8.1-r1.ebuild
  Removed:  ansible-1.8.1.ebuild
  Log:
  Revision bump: use proper tarball with all modules, fix bug #531380, thanks 
to Vadim Kuznetsov for discovering this issue. Drop old revision
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.54 app-admin/ansible/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   30 Nov 2014 13:32:33 -  1.53
+++ ChangeLog   2 Dec 2014 07:57:26 -   1.54
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/ansible
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.53 
2014/11/30 13:32:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.54 
2014/12/02 07:57:26 pinkbyte Exp $
+
+*ansible-1.8.1-r1 (02 Dec 2014)
+
+  02 Dec 2014; Sergey Popov  -ansible-1.8.1.ebuild,
+  +ansible-1.8.1-r1.ebuild:
+  Revision bump: use proper tarball with all modules, fix bug #531380, thanks
+  to Vadim Kuznetsov for discovering this issue. Drop old revision
 
 *ansible-1.8.1 (30 Nov 2014)
 



1.1  app-admin/ansible/ansible-1.8.1-r1.ebuild

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

Index: ansible-1.8.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.8.1-r1.ebuild,v 
1.1 2014/12/02 07:57:26 pinkbyte Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 readme.gentoo

DESCRIPTION="Radically simple deployment, model-driven configuration 
management, and command execution framework"
HOMEPAGE="http://ansible.com/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-vcs/git
)"
RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh
"

python_test() {
make tests || die "tests failed"
}

python_install_all() {
distutils-r1_python_install_all

doman docs/man/man1/*.1

insinto /usr/share/${PN}
doins -r examples

newenvd "${FILESDIR}"/${PN}.env 95ansible
}

src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.2.0.ebuild git-9999.ebuild git-9999-r2.ebuild git-2.1.2.ebuild

2014-12-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/02 07:32:57

  Modified: ChangeLog git-.ebuild git--r2.ebuild
  Added:git-2.2.0.ebuild
  Removed:  git-2.1.2.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.297dev-vcs/git/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -r1.296 -r1.297
--- ChangeLog   16 Nov 2014 22:54:52 -  1.296
+++ ChangeLog   2 Dec 2014 07:32:57 -   1.297
@@ -1,6 +1,13 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.296 2014/11/16 
22:54:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.297 2014/12/02 
07:32:57 polynomial-c Exp $
+
+*git-2.2.0 (02 Dec 2014)
+
+  02 Dec 2014; Lars Wendler  -git-2.1.2.ebuild,
+  +git-2.2.0.ebuild, git-.ebuild, git--r2.ebuild,
+  +files/git-2.2.0-svn-fe-linking.patch:
+  Version bump. Removed old.
 
   16 Nov 2014; Andreas K. Huettel  git-1.8.3.2-r1.ebuild,
   git-1.8.5.5.ebuild, git-1.9.3.ebuild, git-2.0.4.ebuild, git-2.1.2.ebuild,



1.64 dev-vcs/git/git-.ebuild

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

Index: git-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-.ebuild,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- git-.ebuild 16 Nov 2014 22:54:52 -  1.63
+++ git-.ebuild 2 Dec 2014 07:32:57 -   1.64
@@ -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-vcs/git/git-.ebuild,v 1.63 
2014/11/16 22:54:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-.ebuild,v 1.64 
2014/12/02 07:32:57 polynomial-c Exp $
 
 EAPI=5
 
@@ -231,6 +231,8 @@
# hack, needs better upstream solution
epatch "${FILESDIR}"/git-1.8.5-mw-vendor.patch
 
+   epatch "${FILESDIR}"/${PN}-2.2.0-svn-fe-linking.patch
+
epatch_user
 
sed -i \



1.9  dev-vcs/git/git--r2.ebuild

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

Index: git--r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- git--r2.ebuild  16 Nov 2014 22:54:52 -  1.8
+++ git--r2.ebuild  2 Dec 2014 07:32:57 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v 1.8 
2014/11/16 22:54:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v 1.9 
2014/12/02 07:32:57 polynomial-c Exp $
 
 EAPI=5
 
@@ -231,6 +231,8 @@
# hack, needs better upstream solution
epatch "${FILESDIR}"/git-1.8.5-mw-vendor.patch
 
+   epatch "${FILESDIR}"/${PN}-2.2.0-svn-fe-linking.patch
+
epatch_user
 
sed -i \



1.1  dev-vcs/git/git-2.2.0.ebuild

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

Index: git-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-vcs/git/git-2.2.0.ebuild,v 1.1 
2014/12/02 07:32:57 polynomial-c Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-versi

[gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-2.2.0-svn-fe-linking.patch

2014-12-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/02 07:32:57

  Added:git-2.2.0-svn-fe-linking.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  dev-vcs/git/files/git-2.2.0-svn-fe-linking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.2.0-svn-fe-linking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.2.0-svn-fe-linking.patch?rev=1.1&content-type=text/plain

Index: git-2.2.0-svn-fe-linking.patch
===
--- git-2.2.0/contrib/svn-fe/Makefile
+++ git-2.2.0/contrib/svn-fe/Makefile
@@ -74,7 +74,7 @@
 endif
 
 svn-fe$X: svn-fe.o $(VCSSVN_LIB) $(XDIFF_LIB) $(GIT_LIB)
-   $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $(EXTLIBS) -o $@ svn-fe.o 
$(LIBS)
+   $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ svn-fe.o $(LIBS) 
$(EXTLIBS)
 
 svn-fe.o: svn-fe.c ../../vcs-svn/svndump.h
$(QUIET_CC)$(CC) $(CFLAGS) -I../../vcs-svn -o $*.o -c $<






[gentoo-commits] gentoo-x86 commit in dev-ruby/amqp: ChangeLog amqp-1.0.2.ebuild

2014-12-01 Thread Hans de Graaff (graaff)
graaff  14/12/02 06:57:28

  Modified: ChangeLog
  Removed:  amqp-1.0.2.ebuild
  Log:
  Cleanup otherwise unused slot that is only marked for ruby19.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.17 dev-ruby/amqp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Aug 2014 07:10:45 -  1.16
+++ ChangeLog   2 Dec 2014 06:57:28 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/amqp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.16 2014/08/17 
07:10:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.17 2014/12/02 
06:57:28 graaff Exp $
+
+  02 Dec 2014; Hans de Graaff  -amqp-1.0.2.ebuild:
+  Cleanup otherwise unused slot that is only marked for ruby19.
 
 *amqp-1.5.0 (17 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-4.0.0.ebuild

2014-12-01 Thread Hans de Graaff (graaff)
graaff  14/12/02 06:53:18

  Modified: ChangeLog activeresource-4.0.0.ebuild
  Log:
  Fix tests with Rails 4.1 installed. Add ruby20, ruby21.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.180dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   17 Nov 2014 20:18:17 -  1.179
+++ ChangeLog   2 Dec 2014 06:53:18 -   1.180
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.179 
2014/11/17 20:18:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.180 
2014/12/02 06:53:18 graaff Exp $
+
+  02 Dec 2014; Hans de Graaff  activeresource-4.0.0.ebuild:
+  Fix tests with Rails 4.1 installed. Add ruby20, ruby21.
 
 *activeresource-3.2.21 (17 Nov 2014)
 



1.3  dev-ruby/activeresource/activeresource-4.0.0.ebuild

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

Index: activeresource-4.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-4.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activeresource-4.0.0.ebuild 5 Aug 2014 16:00:55 -   1.2
+++ activeresource-4.0.0.ebuild 2 Dec 2014 06:53:18 -   1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-4.0.0.ebuild,v 
1.2 2014/08/05 16:00:55 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-4.0.0.ebuild,v 
1.3 2014/12/02 06:53:18 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -40,6 +40,7 @@
rm Gemfile || die "Unable to remove Gemfile"
 
# Pull in the correct version of minitest since we don't use bundler.
-   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+   sed -i -e '1igem "minitest", "~>4.0"' \
+   -e '2igem "activemodel", "~>4.0.0"' test/abstract_unit.rb || die
 
 }






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

2014-12-01 Thread Ian Delaney (idella4)
idella4 14/12/02 04:59:01

  Modified: ecdsa-0.11-r1.ebuild ChangeLog
  Log:
  clean old impls
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/ecdsa/ecdsa-0.11-r1.ebuild

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

Index: ecdsa-0.11-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.11-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecdsa-0.11-r1.ebuild19 Nov 2014 08:57:47 -  1.1
+++ ecdsa-0.11-r1.ebuild2 Dec 2014 04:59:00 -   1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.11-r1.ebuild,v 1.1 
2014/11/19 08:57:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.11-r1.ebuild,v 1.2 
2014/12/02 04:59:00 idella4 Exp $
 
 EAPI=5
 
 # pypy has test failures with some BadSignatureErrors
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.27 dev-python/ecdsa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 Nov 2014 09:05:49 -  1.26
+++ ChangeLog   2 Dec 2014 04:59:00 -   1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ecdsa
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v 1.26 
2014/11/19 09:05:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v 1.27 
2014/12/02 04:59:00 idella4 Exp $
+
+  02 Dec 2014; Ian Delaney  ecdsa-0.11-r1.ebuild:
+  clean old impls
 
   19 Nov 2014; Michał Górny  -ecdsa-0.11.ebuild:
   And remove the broken version.






[gentoo-commits] gentoo-x86 commit in app-text/groonga/files: groonga.confd groonga.initd

2014-12-01 Thread Brian Evans (grknight)
grknight14/12/02 03:20:57

  Modified: groonga.confd groonga.initd
  Log:
  Revbump for bug 531334 and bug 531346
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  ChangesPath
1.2  app-text/groonga/files/groonga.confd

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

Index: groonga.confd
===
RCS file: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.confd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- groonga.confd   29 Nov 2014 02:30:24 -  1.1
+++ groonga.confd   2 Dec 2014 03:20:57 -   1.2
@@ -1,12 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.confd,v 1.1 
2014/11/29 02:30:24 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.confd,v 1.2 
2014/12/02 03:20:57 grknight Exp $
 
-# Default
-#USER=groonga
-#GROUP=groonga
-#ADDRESS=127.0.0.1
-#DATABASE=/var/lib/groonga/db/db
-#LOG_PATH=/var/log/groonga/groonga.log
-#QUERY_LOG_PATH=/var/log/groonga/query.log
-#PROTOCOL=gqtp
+#GROONGA_USER=groonga
+#GROONGA_GROUP=groonga
+#GROONGA_PID=/run/groonga/groonga.pid
+#CONFIG_FILE=/etc/groonga/groonga.conf
+DATABASE=/var/lib/groonga/db



1.2  app-text/groonga/files/groonga.initd

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

Index: groonga.initd
===
RCS file: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- groonga.initd   29 Nov 2014 02:30:24 -  1.1
+++ groonga.initd   2 Dec 2014 03:20:57 -   1.2
@@ -1,21 +1,21 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.initd,v 1.1 
2014/11/29 02:30:24 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.initd,v 1.2 
2014/12/02 03:20:57 grknight Exp $
+
+command=/usr/bin/groonga
+command_args="-d --pid-path ${GROONGA_PID:-/run/groonga/groonga.pid} 
--config-path=${CONFIG_FILE:-/etc/groonga/groonga.conf} ${DATABASE}"
+pidfile="${GROONGA_PID:-/run/groonga/groonga.pid}"
+start_stop_daemon_args="--quiet --user 
${GROONGA_USER:-groonga}:${GROONGA_GROUP:-groonga}"
 
 depend() {
use net
 }
 
-start() {
-   ebegin "Starting groonga"
-   checkpath -d /run/groonga -o ${USER:-groonga}:${GROUP:-groonnga}
-   start-stop-daemon --start --quiet --exec /usr/sbin/groonga -- 
${GROONGA_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping groonga"
-   start-stop-daemon --stop --quiet --pidfile 
/var/spool/groonga/groonga.pid
-   eend $?
+start_pre() {
+   checkpath -d /run/groonga -o 
${GROONGA_USER:-groonga}:${GROONGA_GROUP:-groonga}
+   if  [ ! -e "${DATABASE}" ] ; then
+   einfo "Creating database ${DATABASE}"
+   su -s /bin/sh -c "/usr/bin/groonga -n ${DATABASE} quit" 
${GROONGA_USER:-groonga}
+   fi
 }






[gentoo-commits] gentoo-x86 commit in app-text/groonga: groonga-4.0.7-r1.ebuild ChangeLog groonga-4.0.7.ebuild

2014-12-01 Thread Brian Evans (grknight)
grknight14/12/02 03:20:57

  Modified: ChangeLog
  Added:groonga-4.0.7-r1.ebuild
  Removed:  groonga-4.0.7.ebuild
  Log:
  Revbump for bug 531334 and bug 531346
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  ChangesPath
1.2  app-text/groonga/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/groonga/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Nov 2014 02:30:24 -  1.1
+++ ChangeLog   2 Dec 2014 03:20:57 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/groonga
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/ChangeLog,v 1.1 2014/11/29 
02:30:24 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/ChangeLog,v 1.2 2014/12/02 
03:20:57 grknight Exp $
+
+*groonga-4.0.7-r1 (02 Dec 2014)
+
+  02 Dec 2014; Brian Evans  +groonga-4.0.7-r1.ebuild,
+  -groonga-4.0.7.ebuild, files/groonga.confd, files/groonga.initd:
+  Revbump for bug 531334 and bug 531346
 
 *groonga-4.0.7 (29 Nov 2014)
 



1.1  app-text/groonga/groonga-4.0.7-r1.ebuild

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

Index: groonga-4.0.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/groonga/groonga-4.0.7-r1.ebuild,v 
1.1 2014/12/02 03:20:57 grknight Exp $

EAPI=5
inherit eutils libtool user

DESCRIPTION="An Embeddable Fulltext Search Engine"
HOMEPAGE="http://groonga.org/";
SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="abort benchmark debug doc dynamic-malloc-change +exact-alloc-count 
examples fmalloc futex libedit libevent lzo mecab msgpack +nfkc ruby sphinx 
static-libs uyield zeromq zlib"

RDEPEND="benchmark? ( >=dev-libs/glib-2.8 )
libedit? ( >=dev-libs/libedit-3 )
libevent? ( dev-libs/libevent )
lzo? ( dev-libs/lzo )
mecab? ( >=app-text/mecab-0.80 )
msgpack? ( dev-libs/msgpack )
ruby? ( dev-lang/ruby )
sphinx? ( >=dev-python/sphinx-1.0.1 )
zeromq? ( net-libs/zeromq )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sphinx? ( dev-python/sphinx )"

REQUIRED_USE=" abort? ( dynamic-malloc-change ) fmalloc? ( 
dynamic-malloc-change ) sphinx? ( doc )"

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

src_prepare() {
elibtoolize
}

src_configure() {
# httpd is a bundled copy of nginx; disabled for security reasons
# prce only is used with httpd
# kytea and libstemmer are not available in portage
econf \
--disable-groonga-httpd \
--without-pcre \
--without-kytea \
--without-libstemmer \
--with-log-path="${EROOT}var/log/${PN}.log" \
--docdir="${EROOT}usr/share/doc/${P}" \
$(use_enable abort) \
$(use_enable benchmark) \
$(use_enable debug memory-debug) \
$(use_enable doc document) \
$(use_enable dynamic-malloc-change) \
$(use_enable exact-alloc-count) \
$(use_enable fmalloc) \
$(use_enable futex) \
$(use_enable libedit) \
$(use_with libevent) \
$(use_with lzo) \
$(use_with mecab) \
$(use_with msgpack message-pack "${EROOT}usr") \
$(use_enable nfkc) \
$(use_with ruby) \
$(use_with sphinx sphinx-build) \
$(use_enable static-libs static) \
$(use_enable uyield) \
$(use_enable zeromq) \
$(use_with zlib)
}

src_install() {
default

prune_libtool_files

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

keepdir /var/{log,lib}/${PN}
fowners groonga:groonga /var/{log,lib}/${PN}

dodoc README.md

use examples || rm -r "${D}usr/share/${PN}" || die
  

[gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: cherrypy-3.3.0.ebuild ChangeLog

2014-12-01 Thread Ian Delaney (idella4)
idella4 14/12/02 00:40:10

  Modified: cherrypy-3.3.0.ebuild ChangeLog
  Log:
  clean old impl
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/cherrypy/cherrypy-3.3.0.ebuild

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

Index: cherrypy-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cherrypy-3.3.0.ebuild   16 May 2014 15:01:25 -  1.3
+++ cherrypy-3.3.0.ebuild   2 Dec 2014 00:40:10 -   1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.3 2014/05/16 15:01:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.4 2014/12/02 00:40:10 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.65 dev-python/cherrypy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   16 May 2014 15:01:25 -  1.64
+++ ChangeLog   2 Dec 2014 00:40:10 -   1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cherrypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.64 
2014/05/16 15:01:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.65 
2014/12/02 00:40:10 idella4 Exp $
+
+  02 Dec 2014; Ian Delaney  cherrypy-3.3.0.ebuild:
+  clean old impl
 
   16 May 2014; Ian Delaney  cherrypy-3.3.0.ebuild:
   test phase again updated subject to a bump of nose with the result that pypy






[gentoo-commits] dev/ulm:master commit in: media-gfx/brscan4/

2014-12-01 Thread Ulrich Müller
commit: 6218e49342579bf770af027b7472cdc9775fcd03
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Dec  2 00:28:17 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  2 00:28:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=6218e493

media-gfx/brscan4: Fix list of inherited eclasses.

Package-Manager: portage-2.2.14

---
 media-gfx/brscan4/brscan4-0.4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/brscan4/brscan4-0.4.2.4.ebuild 
b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
index 5031073..c676d53 100644
--- a/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
+++ b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit toolchain-funcs rpm
+inherit multilib rpm
 
 MY_P="${PN}-${PV%.*}-${PV##*.}"
 DESCRIPTION="Brother scanner driver"



[gentoo-commits] dev/heroxbd:master commit in: sys-libs/glibc/

2014-12-01 Thread Benda XU
commit: 9947e1a14f37701b0d7de6cdc777de5bafe62c16
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Dec  2 00:05:55 2014 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Dec  2 00:06:08 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=9947e1a1

update glibc manifest

---
 sys-libs/glibc/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index a2573c8..4a3813b 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -30,7 +30,7 @@ AUX eblits/pkg_postinst.eblit 1085 SHA256 
71b7a853cd825ed7044e69c8a76b6ee3e00d46
 AUX eblits/pkg_preinst.eblit 2610 SHA256 
9e2128b921342534ce8286f5b5d5e3d89435c1d0ef307f67438bdb27862fff25 SHA512 
a3b48453670f0f31ffaddfe5d397f2a28a3748840bfcea621ccde6b7a0efec180ef528cf9bf9b99bf523b3c379c978d21d036df621e1726b5ea6f1555c361a92
 WHIRLPOOL 
b4c4e720579bfb1b13e47aba5fa1bf40b9265432e7ba2ab21decf7f11c9a90dc3b5c0cb283bdbf8f903f27712854c48265cae4e3c926f4b06e6261fb47365170
 AUX eblits/pkg_setup.eblit 3963 SHA256 
385b1315ef36265375d4a552687437a59cade4dbc937aa99a313002abea63736 SHA512 
db970d0bf24182993f10713234316f7a4392859a3d8eff419a2ed7220f4e159daf1b6944888d34bc777587b2e9160a1bd911526fc28512d47aa60ebe3029d4da
 WHIRLPOOL 
8a00c72f2d81e39de89e43f0eb973315035702357aec986032af7085bc1e5ad02ba2c6341c22f1e967219e239de3e5c714a156117141f875821e116bc78de4cc
 AUX eblits/src_compile.eblit 712 SHA256 
2f7250659b1ea316dd67a0baa229b9248693b55738416e242bcacbd6efec96b2 SHA512 
f812075621013eb9db7748e16997f7785e6029f691147ef63c9c5e4c0ec98ca47cad81a9aa135e69dd57296454d158191deced0cb47201343698d9495b8dd34e
 WHIRLPOOL 
0692b14ac23a7f995e68c15fc91643bd72707f4072e319460a31014a91fe789794b10ac155021b48f02b9bea636305408ec56bb161664a21ec7f5ff86ccff7fe
-AUX eblits/src_configure.eblit 7271 SHA256 
736610669ac20a00cd5cd42f5d669c69f744398394bdd680cd9665284bd9dbc1 SHA512 
eefc27858f5d9f2d3be8ba72ae451ac445b0db053963005175517e6c0d6c23dc53c1d167369c6729e61d518bc595ad8c006670ce5e5779845917eb187db6ec83
 WHIRLPOOL 
2db45c1561dd30c3a45baeb0a50a92977397b59732ae1eb443643e836f29c4ec510c3a9ad664d3513871914d141769606a21e7b337f1b236a1a7759a128bf583
+AUX eblits/src_configure.eblit 7338 SHA256 
aae83d32044e6ff4091880f2ed2c7a14eda963ea9dce70257eb75609e7758ba4 SHA512 
09e643a4f500e819f0061fcce3427fa541161cedccef8cf9acc86da8b7db021b05c974c8fc6d6e7a9b8ef3add4cac1ae0ee972855a31168b30f9b90d0a73e00e
 WHIRLPOOL 
ba74b1a96c877ef4d17d1c8dc28a443ec82170bdf64b66796a2f26fd401ca643fbc2f35f4dfb7d2bd0cc83e0ec2acb672de832517f909bf550a500f050263bfe
 AUX eblits/src_install.eblit 7940 SHA256 
e6b3c927b52ccb2afd3a080be482e34481a821f4f4280f426f8b5ddc29db8c30 SHA512 
df13584e9fb4d307a7871e2a26347d944d089938f6e5f4c6538a09c23f42b683a4808dc426547af3127787a4b0420459fbdd52f5910ddea45ed1c247fe8b520e
 WHIRLPOOL 
76ec59abcafc6a530ec7f243ab18dad7176196f60800dc743ba120a8e1503a0ff6159bcfa75e5ba0f5d32c25af07ebfa426a5100d8912b37a9dffd6b5f355c46
 AUX eblits/src_prepare.eblit 2344 SHA256 
7898682539bc85f126e491bc9c9a727cc5d922680f91dd409aec50c068ca93aa SHA512 
30d706f26475db2dfe8cfaaa003c3a21988328ba0cc7cdca439d248c968430308d8d0afefa60302315d4c76011e4de51925307ee19d15eba10e24f1ede2b956f
 WHIRLPOOL 
3a5ad0de18649805d97b0d78ea33e52608e7b6694ac567313db9e09da18a0bca9b95a027fe0181b50738b5bfe83ac49254d29b077cef36fb311a9707683261b5
 AUX eblits/src_test.eblit 808 SHA256 
8a652acb87e941fe767ddfbe0e0a42e3b5f208f5408606c5d9de22a85b1f8ebe SHA512 
b8a37cd8294f5b6d2735d9971e7bc4bde1a7671540d6f76764d06203f5f179c143c487f57c57747c8e72e7a1d89d05928df51331a44f46d4290e9b89449eed63
 WHIRLPOOL 
c33b33b71431f3438fbe350c8c1d3c67d17fdccef61687bc645397635875d09af8b4e2b545a4405429c2b8ee4a012fd753205e4b5ce3bb2f93e4341d34a18eb4



[gentoo-commits] gentoo-x86 commit in dev-cpp/gstreamermm: ChangeLog gstreamermm-1.0.10.ebuild

2014-12-01 Thread Gilles Dartiguelongue (eva)
eva 14/12/02 00:03:58

  Modified: ChangeLog gstreamermm-1.0.10.ebuild
  Log:
  Typos and disable infinite unittests.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.34 dev-cpp/gstreamermm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   1 Dec 2014 23:17:33 -   1.33
+++ ChangeLog   2 Dec 2014 00:03:58 -   1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gstreamermm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.33 
2014/12/01 23:17:33 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.34 
2014/12/02 00:03:58 eva Exp $
+
+  02 Dec 2014; Gilles Dartiguelongue 
+  gstreamermm-1.0.10.ebuild:
+  Typos and disable infinite unittests.
 
   01 Dec 2014; Gilles Dartiguelongue 
   gstreamermm-1.0.10.ebuild:



1.3  dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild

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

Index: gstreamermm-1.0.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gstreamermm-1.0.10.ebuild   1 Dec 2014 23:17:33 -   1.2
+++ gstreamermm-1.0.10.ebuild   2 Dec 2014 00:03:58 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v 1.2 
2014/12/01 23:17:33 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v 1.3 
2014/12/02 00:03:58 eva Exp $
 
 EAPI="5"
 GNOME2_LA_PUNT="yes"
@@ -25,7 +25,7 @@
 DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
-   app-doc/doxygen 
+   app-doc/doxygen
dev-libs/libxslt
media-gfx/graphviz )
test? (
@@ -41,12 +41,17 @@
 # but that's okay, because the rest of dev-cpp/*mm stuff does the same
 
 src_prepare() {
-if ! use examples; then
+   if ! use examples; then
# don't waste time building examples
sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed 2 failed"
+   -i Makefile.am Makefile.in || die
fi
 
+   # FIXME: disable endless unittests, report upstream
+   sed -e '/test-regression-rewritefile$(EXEEXT) \\/d' \
+   -e '/test-regression-seekonstartup$(EXEEXT) \\/d' \
+   -i tests/Makefile.in || die
+
gnome2_src_prepare
 }
 






[gentoo-commits] dev/ulm:master commit in: media-gfx/brscan4/

2014-12-01 Thread Ulrich Müller
commit: 064ec0551d3317bfd12bfc1473485d7665feefff
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec  1 23:19:29 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec  1 23:19:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=064ec055

media-gfx/brscan4: Add configuration for sane.

Package-Manager: portage-2.2.14

---
 media-gfx/brscan4/ChangeLog  | 3 +++
 media-gfx/brscan4/brscan4-0.4.2.4.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/media-gfx/brscan4/ChangeLog b/media-gfx/brscan4/ChangeLog
index 83478ea..8d74e7e 100644
--- a/media-gfx/brscan4/ChangeLog
+++ b/media-gfx/brscan4/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Dec 2014; Ulrich Müller  brscan4-0.4.2.4.ebuild:
+  Add configuration for sane.
+
 *brscan4-0.4.2.4 (01 Dec 2014)
 
   01 Dec 2014; Ulrich Müller  +brscan4-0.4.2.4.ebuild,

diff --git a/media-gfx/brscan4/brscan4-0.4.2.4.ebuild 
b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
index e1d3d47..5031073 100644
--- a/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
+++ b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
@@ -38,4 +38,7 @@ src_install() {
dosym {../../../../..,/etc}${dest}/Brsane4.ini
dosym {../../../../..,/etc}${dest}/brsanenetdevice4.cfg
dosym {../../../../..,/etc}${dest}/models4
+
+   insinto /etc/sane.d/dll.d
+   newins - ${PN} <<< "brother4"
 }



[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: ChangeLog emacs-vcs-25.0.50_pre20141130.ebuild

2014-12-01 Thread Ulrich Mueller (ulm)
ulm 14/12/01 23:23:11

  Modified: ChangeLog
  Added:emacs-vcs-25.0.50_pre20141130.ebuild
  Log:
  New snapshot of trunk.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.178app-editors/emacs-vcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   13 Nov 2014 12:55:24 -  1.177
+++ ChangeLog   1 Dec 2014 23:23:11 -   1.178
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/emacs-vcs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.177 
2014/11/13 12:55:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.178 
2014/12/01 23:23:11 ulm Exp $
+
+*emacs-vcs-25.0.50_pre20141130 (01 Dec 2014)
+
+  01 Dec 2014; Ulrich Müller 
+  +emacs-vcs-25.0.50_pre20141130.ebuild:
+  New snapshot of trunk.
 
   13 Nov 2014; Ulrich Müller  -emacs-vcs-24.4.-r1.ebuild,
   emacs-vcs-25.0.50_pre20141031.ebuild, emacs-vcs-25.0.50_pre20141110.ebuild,



1.1  app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141130.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141130.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141130.ebuild?rev=1.1&content-type=text/plain

Index: emacs-vcs-25.0.50_pre20141130.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141130.ebuild,v
 1.1 2014/12/01 23:23:11 ulm Exp $

EAPI=5

inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo

if [[ ${PV##*.} =  ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
EGIT_BRANCH="master"
EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
S="${EGIT_CHECKOUT_DIR}"
else
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION="${PV%%_*}"
#S="${WORKDIR}/emacs-${FULL_VERSION}"
S="${WORKDIR}/emacs"
fi

DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
HOMEPAGE="http://www.gnu.org/software/emacs/";

LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="25"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"

RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-1.16
>=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( >=dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( >=dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( >=gnome-base/gconf-2.26.2 )
gsettings? ( >=dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( >=media-libs/libpng-1.4:0= )
svg? ( >=gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
imagemagick? ( >=media-gfx/imagemagick-6.6.2 )
xft? (
media-libs/fontconfig
media-libs/freetype
 

[gentoo-commits] gentoo-x86 commit in dev-cpp/gstreamermm: ChangeLog gstreamermm-1.0.10.ebuild

2014-12-01 Thread Gilles Dartiguelongue (eva)
eva 14/12/01 23:17:33

  Modified: ChangeLog gstreamermm-1.0.10.ebuild
  Log:
  Add proper handling of documentation & examples.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.33 dev-cpp/gstreamermm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   30 Nov 2014 23:05:10 -  1.32
+++ ChangeLog   1 Dec 2014 23:17:33 -   1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gstreamermm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.32 
2014/11/30 23:05:10 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.33 
2014/12/01 23:17:33 eva Exp $
+
+  01 Dec 2014; Gilles Dartiguelongue 
+  gstreamermm-1.0.10.ebuild:
+  Add proper handling of documentation & examples.
 
 *gstreamermm-1.0.10 (30 Nov 2014)
 



1.2  dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild

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

Index: gstreamermm-1.0.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamermm-1.0.10.ebuild   30 Nov 2014 23:05:10 -  1.1
+++ gstreamermm-1.0.10.ebuild   1 Dec 2014 23:17: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-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v 1.1 
2014/11/30 23:05:10 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v 1.2 
2014/12/01 23:17:33 eva Exp $
 
 EAPI="5"
 GNOME2_LA_PUNT="yes"
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="1.0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
+IUSE="doc examples test"
 
 RDEPEND="
>=media-libs/gstreamer-1.0.10:1.0
@@ -24,16 +24,36 @@
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
+   doc? (
+   app-doc/doxygen 
+   dev-libs/libxslt
+   media-gfx/graphviz )
test? (
dev-cpp/gtest
media-libs/gst-plugins-base:1.0[X,ogg,theora,vorbis]
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-jpeg:1.0 )
 "
+#   dev-cpp/mm-common"
+# eautoreconf needs mm-common
 
 # Installs reference docs into /usr/share/doc/gstreamermm-1.0/
 # but that's okay, because the rest of dev-cpp/*mm stuff does the same
 
+src_prepare() {
+if ! use examples; then
+   # don't waste time building examples
+   sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die "sed 2 failed"
+   fi
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure $(use_enable doc documentation)
+}
+
 src_test() {
# running tests in parallel fails
emake -j1 check || die






[gentoo-commits] gentoo-x86 commit in dev-ruby/aws-sdk: aws-sdk-1.8.4.ebuild ChangeLog

2014-12-01 Thread Peter Wilmott (p8952)
p8952   14/12/01 22:40:48

  Modified: ChangeLog
  Added:aws-sdk-1.8.4.ebuild
  Log:
  Version bump; add ruby targets; skip failing test
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.23 dev-ruby/aws-sdk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   26 May 2014 05:24:10 -  1.22
+++ ChangeLog   1 Dec 2014 22:40:48 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/aws-sdk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v 1.22 
2014/05/26 05:24:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v 1.23 
2014/12/01 22:40:48 p8952 Exp $
+
+*aws-sdk-1.8.4 (01 Dec 2014)
+
+  01 Dec 2014; Peter Wilmott  +aws-sdk-1.8.4.ebuild:
+  Version bump; add ruby targets; skip failing test
 
   26 May 2014; Manuel Rüger  aws-sdk-1.8.3.1.ebuild:
   Remove ruby18 target.



1.1  dev-ruby/aws-sdk/aws-sdk-1.8.4.ebuild

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

Index: aws-sdk-1.8.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/aws-sdk-1.8.4.ebuild,v 1.1 
2014/12/01 22:40:48 p8952 Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_EXTRAINSTALL="ca-bundle.crt"

GITHUB_USER="aws"
GITHUB_PROJECT="${PN}-ruby"
RUBY_S="${GITHUB_PROJECT}-${PV}"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Official SDK for Amazon Web Services"
HOMEPAGE="http://aws.amazon.com/sdkforruby";
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"

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

ruby_add_rdepend "virtual/ruby-ssl
>=dev-ruby/json-1.4
>=dev-ruby/nokogiri-1.4.4
>=dev-ruby/uuidtools-2.1"

all_ruby_prepare() {
sed -i -e 's:~>:>=:' "${RUBY_FAKEGEM_GEMSPEC}" || die
# Needs rpsec 2.12
# https://github.com/aws/aws-sdk-ruby/issues/281
sed -i -e '/material location and decrypt with block/,+15d' \
spec/aws/s3/s3_object_encrypt_spec.rb || die
}

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}
doins -r recipebook samples
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.0_rc1.ebuild phpmyadmin-4.2.13.ebuild ChangeLog phpmyadmin-4.3.0_beta1.ebuild phpmyadmin-4.2.12.ebuild

2014-12-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/12/01 21:56:22

  Modified: ChangeLog
  Added:phpmyadmin-4.3.0_rc1.ebuild
phpmyadmin-4.2.13.ebuild
  Removed:  phpmyadmin-4.3.0_beta1.ebuild
phpmyadmin-4.2.12.ebuild
  Log:
  Version bump. 4.2.13 is the last feature release from the 4.2 series. 4.3 is 
getting near its first production release.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.531dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -r1.530 -r1.531
--- ChangeLog   22 Nov 2014 05:03:31 -  1.530
+++ ChangeLog   1 Dec 2014 21:56:22 -   1.531
@@ -1,6 +1,15 @@
 # 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.530 
2014/11/22 05:03:31 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.531 
2014/12/01 21:56:22 jmbsvicetto Exp $
+
+*phpmyadmin-4.3.0_rc1 (01 Dec 2014)
+*phpmyadmin-4.2.13 (01 Dec 2014)
+
+  01 Dec 2014; Jorge Manuel B. S. Vicetto 
+  +phpmyadmin-4.2.13.ebuild, +phpmyadmin-4.3.0_rc1.ebuild,
+  -phpmyadmin-4.2.12.ebuild, -phpmyadmin-4.3.0_beta1.ebuild:
+  Version bump. 4.2.13 is the last feature release from the 4.2 series. 4.3 is
+  getting near its first production release.
 
 *phpmyadmin-4.2.12 (22 Nov 2014)
 *phpmyadmin-4.3.0_beta1 (22 Nov 2014)



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.0_rc1.ebuild

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

Index: phpmyadmin-4.3.0_rc1.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.3.0_rc1.ebuild,v 1.1 
2014/12/01 21:56:22 jmbsvicetto Exp $

EAPI="5"

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=""
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.13.ebuild

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

Index: phpmyadmin-4.2.13.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.13.ebuild,v 
1.1 2014/12/01 21:56:22 jmbsvicetto Exp $

EAPI="5"

inherit eutils webapp depend.php

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

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: 462c077d732d50aadd21318e55e6ecda55aff9ff
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Sep 27 05:05:01 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=462c077d

Sync: Implement native postsync.d hook code

As per bug 522032, pass the repo.name and repo.sync_uri to the hooks.
With this information, the hooks can be taylored to operate for only certain 
repos, or only when all repos have been synced.

---
 pym/portage/sync/controller.py | 36 +---
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index 21b57f4..a88d4c5 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -87,6 +87,19 @@ class SyncManager(object):
 
self.module_controller = portage.sync.module_controller
self.module_names = self.module_controller.module_names
+   postsync_dir = os.path.join(self.settings["PORTAGE_CONFIGROOT"],
+   portage.USER_CONFIG_PATH, "postsync.d")
+   hooks = []
+   for root, dirs, names in os.walk(postsync_dir, topdown=True):
+   #print("root:", root, "dirs:", dirs, "names:", names)
+   for name in names:
+   filepath = os.path.join(root, name)
+   if os.access(filepath, os.X_OK):
+   hooks.append((filepath, name))
+   else:
+   writemsg_level(" %s postsync.d hook: 
'%s' is not executable\n"
+   % (warn("*"), name,), 
level=logging.WARN, noiselevel=2)
+   self.hooks = hooks
 
 
def get_module_descriptions(self, mod):
@@ -129,7 +142,7 @@ class SyncManager(object):
taskmaster = TaskHandler(callback=self.do_callback)
taskmaster.run_tasks(tasks, func, status, options=task_opts)
 
-   self.perform_post_sync_hook(repo.sync_uri)
+   self.perform_post_sync_hook(repo.name, repo.sync_uri)
 
return self.exitcode, None
 
@@ -142,17 +155,18 @@ class SyncManager(object):
return
 
 
-   def perform_post_sync_hook(self, dosyncuri):
-   postsync = os.path.join(self.settings["PORTAGE_CONFIGROOT"],
-   portage.USER_CONFIG_PATH, "bin", "post_sync")
-   if os.access(postsync, os.X_OK):
-   retval = portage.process.spawn([postsync, dosyncuri],
-   env=self.settings.environ())
+   def perform_post_sync_hook(self, reponame, dosyncuri='None'):
+   succeeded = os.EX_OK
+   for filepath, hook in self.hooks:
+   writemsg_level("Spawning post_sync hook: %s\n" % 
(hook,),
+   level=logging.ERROR, noiselevel=4)
+   retval = portage.process.spawn([filepath,
+   reponame, dosyncuri], 
env=self.settings.environ())
if retval != os.EX_OK:
-   writemsg_level(" %s spawn failed of %s\n" % 
(bad("*"),
-   postsync,), level=logging.ERROR, 
noiselevel=-1)
-   return retval
-   return os.EX_OK
+   writemsg_level(" %s Spawn failed for: %s, %s\n" 
% (bad("*"),
+   hook, filepath), level=logging.ERROR, 
noiselevel=-1)
+   succeeded = retval
+   return succeeded
 
 
def pre_sync(self, repo):



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/, pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 9b158cd215d94b7acf65fd254061a9227b99d813
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 21 04:10:36 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9b158cd2

SyncRepos: manage global variables

After calling load_emerge_config, use _reset_legacy_globals to cleanly
destroy existing portage.db / settings instances. Then update
portage.db and portage.settings to refer to the new instances.

Also, instantiate a local instance of SyncManager, so that we can
remove the global instance that was previous accessed via get_syncer.
There's no reason to have a global instance, and global instances are
a maintenance nightmare (see portage.db and portage.settings changes
above).

---
 pym/portage/emaint/modules/sync/sync.py | 24 +---
 pym/portage/sync/__init__.py| 23 ---
 2 files changed, 17 insertions(+), 30 deletions(-)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index 4369a2a..1316eaa 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -10,8 +10,8 @@ portage._internal_caller = True
 portage._sync_mode = True
 from portage.localization import _
 from portage.output import bold, create_color_func
-from portage.sync import get_syncer
 from portage._global_updates import _global_updates
+from portage.sync.controller import SyncManager
 from portage.util import writemsg_level
 
 import _emerge
@@ -52,13 +52,22 @@ class SyncRepos(object):
@param emerge_config: optional an emerge_config instance to use
@param emerge_logging: boolean, defaults to False
'''
-   if emerge_config:
-   self.emerge_config = emerge_config
-   else:
+   if emerge_config is None:
# need a basic options instance
actions, opts, _files = parse_opts([], silent=True)
-   self.emerge_config = load_emerge_config(
-   action='sync', args=_files, trees=[], opts=opts)
+   emerge_config = load_emerge_config(
+   action='sync', args=_files, opts=opts)
+
+   if hasattr(portage, 'settings'):
+   # cleanly destroy global objects
+   portage._reset_legacy_globals()
+   # update redundant global variables, for 
consistency
+   # and in order to conserve memory
+   portage.settings = 
emerge_config.target_config.settings
+   portage.db = emerge_config.trees
+   portage.root = portage.db._target_eroot
+
+   self.emerge_config = emerge_config
if emerge_logging:
_emerge.emergelog._disable = False
self.xterm_titles = "notitles" not in \
@@ -176,7 +185,8 @@ class SyncRepos(object):
# Portage needs to ensure a sane umask for the files it creates.
os.umask(0o22)
 
-   sync_manager = 
get_syncer(self.emerge_config.target_config.settings, emergelog)
+   sync_manager = SyncManager(
+   self.emerge_config.target_config.settings, emergelog)
retvals = []
for repo in selected_repos:
if repo.sync_type is not None:

diff --git a/pym/portage/sync/__init__.py b/pym/portage/sync/__init__.py
index 58a1298..0f6c566 100644
--- a/pym/portage/sync/__init__.py
+++ b/pym/portage/sync/__init__.py
@@ -7,8 +7,6 @@ from portage.module import Modules
 from portage.sync.controller import SyncManager
 from portage.sync.config_checks import check_type
 
-sync_manager = None
-
 path = os.path.join(os.path.dirname(__file__), "modules")
 # initial development debug info
 #print("module path:", path)
@@ -20,27 +18,6 @@ module_controller = Modules(path=path, 
namepath="portage.sync.modules")
 module_names = module_controller.module_names[:]
 
 
-def get_syncer(settings=None, logger=None):
-   '''Initializes and returns the SyncManager instance
-   to be used for sync operations
-
-   @param settings:  emerge.settings instance
-   @param logger: emerge logger instance
-   @returns SyncManager instance
-   '''
-   global sync_manager
-   if sync_manager and not settings and not logger:
-   return sync_manager
-   if settings is None:
-   from _emerge.actions import load_emerge_config
-   emerge_config = load_emerge_config()
-   settings = emerge_config.target_config.settings
-   if logger is None:
-   from _emerge.emergelog import emergelog as logger
-   sync_m

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/, pym/portage/emaint/, pym/portage/

2014-12-01 Thread Michał Górny
commit: fd34c5aa8678937af7e1a458acb0c7694f1c3294
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep  4 00:13:03 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fd34c5aa

Move module.py and progress.py from emaint to portage namespace

This makes it more centrally available as it is used by more than just the 
emaint module.
moule.py: make path and namepace params mandatory.
They are not as easily predictable.
Clean dead code.

---
 pym/portage/emaint/main.py   | 12 +---
 pym/portage/{emaint => }/module.py   | 23 +--
 pym/portage/{emaint => }/progress.py |  0
 pym/portage/sync/__init__.py |  2 +-
 pym/portage/sync/controller.py   |  2 +-
 5 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/pym/portage/emaint/main.py b/pym/portage/emaint/main.py
index 6292338..fea4832 100644
--- a/pym/portage/emaint/main.py
+++ b/pym/portage/emaint/main.py
@@ -9,8 +9,8 @@ import textwrap
 
 import portage
 from portage import os
-from portage.emaint.module import Modules
-from portage.emaint.progress import ProgressBar
+from portage.module import Modules
+from portage.progress import ProgressBar
 from portage.emaint.defaults import DEFAULT_OPTIONS
 from portage.util._argparse import ArgumentParser
 
@@ -153,7 +153,13 @@ def emaint_main(myargv):
# files (such as the world file) have sane permissions.
os.umask(0o22)
 
-   module_controller = Modules(namepath="portage.emaint.modules")
+   module_path = os.path.join(
+   (os.path.dirname(
+   os.path.realpath(__file__))), "modules"
+   )
+   module_controller = Modules(
+   path=module_path,
+   namepath="portage.emaint.modules")
module_names = module_controller.module_names[:]
module_names.insert(0, "all")
 

diff --git a/pym/portage/emaint/module.py b/pym/portage/module.py
similarity index 87%
rename from pym/portage/emaint/module.py
rename to pym/portage/module.py
index 07a0cb7..a78bb2e 100644
--- a/pym/portage/emaint/module.py
+++ b/pym/portage/module.py
@@ -74,29 +74,16 @@ class Modules(object):
"""Dynamic modules system for loading and retrieving any of the
installed emaint modules and/or provided class's
 
-   @param path: Optional path to the "modules" directory or
-   defaults to the directory of this file + '/modules'
-   @param namepath: Optional python import path to the "modules" directory 
or
-   defaults to the directory name of this file + '.modules'
+   @param path: Path to the "modules" directory
+   @param namepath: Python import path to the "modules" directory
"""
 
-   def __init__(self, path=None, namepath=None):
-   if path:
-   self._module_path = path
-   else:
-   self._module_path = os.path.join((
-   os.path.dirname(os.path.realpath(__file__))), 
"modules")
-   if namepath:
-   self._namepath = namepath
-   else:
-   self._namepath = '.'.join(os.path.dirname(
-   os.path.realpath(__file__)), "modules")
+   def __init__(self, path, namepath):
+   self._module_path = path
+   self._namepath = namepath
self._modules = self._get_all_modules()
self.modules = ProtectedDict(self._modules)
self.module_names = sorted(self._modules)
-   #self.modules = {}
-   #for mod in self.module_names:
-   #self.module[mod] = LazyLoad(
 
def _get_all_modules(self):
"""scans the emaint modules dir for loadable modules

diff --git a/pym/portage/emaint/progress.py b/pym/portage/progress.py
similarity index 100%
rename from pym/portage/emaint/progress.py
rename to pym/portage/progress.py

diff --git a/pym/portage/sync/__init__.py b/pym/portage/sync/__init__.py
index b74c89e..58a1298 100644
--- a/pym/portage/sync/__init__.py
+++ b/pym/portage/sync/__init__.py
@@ -3,7 +3,7 @@
 
 import os
 
-from portage.emaint.module import Modules
+from portage.module import Modules
 from portage.sync.controller import SyncManager
 from portage.sync.config_checks import check_type
 

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index f0d1c05..2b3dbad 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -10,7 +10,7 @@ import pwd
 
 import portage
 from portage import os
-from portage.emaint.progress import ProgressBar
+from portage.progress import ProgressBar
 #from portage.emaint.defaults import DEFAULT_OPTIONS
 #from portage.util._argparse import ArgumentParser
 from portage.util import writemsg_level



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/git/

2014-12-01 Thread Michał Górny
commit: 3459c877af225a28658f09cb934d615d4d5ae694
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 21 01:49:35 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3459c877

git sync: remove unneeded post_sync

None of the remaining post_sync code is really needed. Also, fix
indent of return near the end of the _sync method.

---
 pym/portage/sync/modules/git/git.py | 18 ++
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index d8c5a32..7c28139 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -69,11 +69,11 @@ class GitSync(SyncBase):
msg = "!!! git clone error in %s" % self.repo.location
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n", level=logging.ERROR, 
noiselevel=-1)
-   return (exitcode, False)
+   return (exitcode, False)
msg = ">>> Git clone successful"
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
-   return self.post_sync(portdb, self.repo.location, emerge_config)
+   return (os.EX_OK, True)
 
 
def _sync(self):
@@ -101,18 +101,4 @@ class GitSync(SyncBase):
msg = ">>> Git pull successful: %s" % self.repo.location
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
-   return self.post_sync(portdb, self.repo.location, emerge_config)
-
-
-   def post_sync(self, portdb, location, emerge_config):
-   '''repo.sync_type == "git":
-   # NOTE: Do this after reloading the config, in case
-   # it did not exist prior to sync, so that the config
-   # and portdb properly account for its existence.
-   '''
-   # avoid circular import for now
-   from _emerge.actions import load_emerge_config, adjust_configs
-   # Reload the whole config from scratch.
-   settings, trees, mtimedb = 
load_emerge_config(emerge_config=emerge_config)
-   adjust_configs(emerge_config.opts, emerge_config.trees)
return (os.EX_OK, True)



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/merges/

2014-12-01 Thread Michał Górny
commit: c40232d9dca194494a004a8a9044510342642fc0
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 21 02:09:01 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c40232d9

MergesHandler: don't use load_emerge_config

Use the old portage.db API since load_emerge_config isn't really
needed here. In order to reload the config, use
portage._reset_legacy_globals().

---
 pym/portage/emaint/modules/merges/merges.py | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pym/portage/emaint/modules/merges/merges.py 
b/pym/portage/emaint/modules/merges/merges.py
index 1a67cb5..7146c76 100644
--- a/pym/portage/emaint/modules/merges/merges.py
+++ b/pym/portage/emaint/modules/merges/merges.py
@@ -1,8 +1,6 @@
 # Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-from _emerge.actions import load_emerge_config
-
 import portage
 from portage import os, _unicode_encode
 from portage.const import MERGING_IDENTIFIER, PORTAGE_BIN_PATH, PRIVATE_PATH, \
@@ -174,8 +172,7 @@ class MergesHandler(object):
@type pkg_invalid_entries: set
"""
 
-   emerge_config = load_emerge_config()
-   portdb = emerge_config.target_config.trees['porttree'].dbapi
+   portdb = portage.db[portage.root]['porttree'].dbapi
for failed_pkg in failed_pkgs:
# validate pkg name
pkg_name = '%s' % 
failed_pkg.replace(MERGING_IDENTIFIER, '')
@@ -271,8 +268,8 @@ class MergesHandler(object):
for pkg in sorted(self._scan()):
results.append("'%s' still found as a failed merge." % 
pkg)
# reload config and remove successful packages from tracking 
file
-   emerge_config = load_emerge_config()
-   vardb = emerge_config.target_config.trees['vartree'].dbapi
+   portage._reset_legacy_globals()
+   vardb = portage.db[portage.root]['vartree'].dbapi
still_failed_pkgs = {}
for pkg, mtime in failed_pkgs.items():
pkg_name = '%s' % pkg.replace(MERGING_IDENTIFIER, '')



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: b37601d61b23eadf7bfb4e9661878c152ab95006
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep  5 20:14:57 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b37601d6

portage/sync/controller.py: Remove list copy, module_names list is not modified

---
 pym/portage/sync/controller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index e8fe291..a5c93dc 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -85,7 +85,7 @@ class SyncManager(object):
os.umask(0o22)
 
self.module_controller = portage.sync.module_controller
-   self.module_names = self.module_controller.module_names[:]
+   self.module_names = self.module_controller.module_names
 
 
def get_module_descriptions(self, mod):



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 728087c4a9110d432f05fb685aa639529d8af69a
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 22 12:30:19 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=728087c4

SyncRepos: parse EMERGE_DEFAULT_OPTS

We need to parse EMERGE_DEFAULT_OPTS, for settings like
--package-moves=n.

---
 pym/portage/emaint/modules/sync/sync.py | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index 1bec1b1..390a168 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -58,6 +58,13 @@ class SyncRepos(object):
emerge_config = load_emerge_config(
action='sync', args=_files, opts=opts)
 
+   # Parse EMERGE_DEFAULT_OPTS, for settings like
+   # --package-moves=n.
+   cmdline = portage.util.shlex_split(
+   emerge_config.target_config.settings.get(
+   "EMERGE_DEFAULT_OPTS", ""))
+   emerge_config.opts = parse_opts(cmdline, silent=True)[1]
+
if hasattr(portage, 'settings'):
# cleanly destroy global objects
portage._reset_legacy_globals()



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/tests/sync/

2014-12-01 Thread Michał Górny
commit: cd5a733bfe61c2814730771d1e6b5b3ba4508a37
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 22 13:35:07 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=cd5a733b

Test sync with rsync and git, using file:// uri

---
 pym/portage/tests/sync/__init__.py|   2 +
 pym/portage/tests/sync/test_sync_local.py | 189 ++
 2 files changed, 191 insertions(+)

diff --git a/pym/portage/tests/sync/__init__.py 
b/pym/portage/tests/sync/__init__.py
new file mode 100644
index 000..7cd880e
--- /dev/null
+++ b/pym/portage/tests/sync/__init__.py
@@ -0,0 +1,2 @@
+# Copyright 2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2

diff --git a/pym/portage/tests/sync/test_sync_local.py 
b/pym/portage/tests/sync/test_sync_local.py
new file mode 100644
index 000..65c20f8
--- /dev/null
+++ b/pym/portage/tests/sync/test_sync_local.py
@@ -0,0 +1,189 @@
+# Copyright 2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+import subprocess
+import sys
+import textwrap
+import time
+
+import portage
+from portage import os, shutil
+from portage import _unicode_decode
+from portage.const import PORTAGE_PYM_PATH, TIMESTAMP_FORMAT
+from portage.process import find_binary
+from portage.tests import TestCase
+from portage.tests.resolver.ResolverPlayground import ResolverPlayground
+from portage.util import ensure_dirs
+
+class SyncLocalTestCase(TestCase):
+   """
+   Test sync with rsync and git, using file:// sync-uri.
+   """
+
+   def _must_skip(self):
+   if find_binary("rsync") is None:
+   return "rsync: command not found"
+   if find_binary("git") is None:
+   return "git: command not found"
+
+   def testSyncLocal(self):
+   debug = False
+
+   skip_reason = self._must_skip()
+   if skip_reason:
+   self.portage_skip = skip_reason
+   self.assertFalse(True, skip_reason)
+   return
+
+   repos_conf = textwrap.dedent("""
+   [test_repo]
+   location = %(EPREFIX)s/var/repositories/test_repo
+   sync-type = %(sync-type)s
+   sync-uri = 
file:/%(EPREFIX)s/var/repositories/test_repo_sync
+   auto-sync = yes
+   """)
+
+   profile = {
+   "eapi": ("5",),
+   "package.use.stable.mask": ("dev-libs/A flag",)
+   }
+
+   ebuilds = {
+   "dev-libs/A-0": {}
+   }
+
+   playground = ResolverPlayground(ebuilds=ebuilds,
+   profile=profile, user_config={}, debug=debug)
+   settings = playground.settings
+   eprefix = settings["EPREFIX"]
+   eroot = settings["EROOT"]
+   homedir = os.path.join(eroot, "home")
+   distdir = os.path.join(eprefix, "distdir")
+   repo = settings.repositories["test_repo"]
+   metadata_dir = os.path.join(repo.location, "metadata")
+
+   cmds = {}
+   for cmd in ("emerge", "emaint"):
+   cmds[cmd] =  (portage._python_interpreter,
+   "-b", "-Wd", os.path.join(self.bindir, cmd))
+
+   git_binary = find_binary("git")
+   git_cmd = (git_binary,)
+
+   committer_name = "Gentoo Dev"
+   committer_email = "gentoo-...@gentoo.org"
+
+   def change_sync_type(sync_type):
+   env["PORTAGE_REPOSITORIES"] = repos_conf % \
+   {"EPREFIX": eprefix, "sync-type": sync_type}
+
+   sync_cmds = (
+   (homedir, cmds["emerge"] + ("--sync",)),
+   (homedir, lambda: self.assertTrue(os.path.exists(
+   os.path.join(repo.location, "dev-libs", "A")
+   ), "dev-libs/A expected, but missing")),
+   (homedir, cmds["emaint"] + ("sync", "-A")),
+   )
+
+   rename_repo = (
+   (homedir, lambda: os.rename(repo.location,
+   repo.location + "_sync")),
+   )
+
+   delete_sync_repo = (
+   (homedir, lambda: shutil.rmtree(
+   repo.location + "_sync")),
+   )
+
+   git_repo_create = (
+   (repo.location, git_cmd +
+   ("config", "--global", "user.name", 
committer_name,)),
+   (repo.location, git_cmd +
+   ("config", "--global", "user

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: dcfa5037f819bb6b5efe71dd0c983df7e0652c5c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Sep  7 01:40:25 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=dcfa5037

sync/controller.py: Use assert() on tasks, func

---
 pym/portage/sync/controller.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index a5c93dc..21b57f4 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -36,8 +36,9 @@ class TaskHandler(object):
 
def run_tasks(self, tasks, func, status=None, verbose=True, 
options=None):
"""Runs the module tasks"""
-   if tasks is None or func is None:
-   return
+   # Ensure we have a task and function
+   assert(tasks)
+   assert(func)
for task in tasks:
inst = task()
show_progress = self.show_progress_bar and self.isatty



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 690b4314ceaafb8bce748b5be9704f3d6abcee61
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep  5 04:37:10 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=690b4314

emaint sync: Fix bug 522032, add a one time only post-sync hook call

After all repos have been synced, the emaint sync module runs another post-sync 
hook call
passing it the 'PORTAGE_SYNC_HOOK_FINAL' value as the url.
This value can be read by the post-sync hook to decide if it needs to run or 
pass.
This allows flexible, precise control over post-sync hooks for multiple 
repositories.

Caveat:  Current app-portage/portage-utils post_sync hook script does not pass 
on the url
to the postsync.d/* scripts that it intiates.

---
 pym/portage/emaint/modules/sync/sync.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index b657133..9b0d82c 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -192,10 +192,13 @@ class SyncRepos(object):
msgs.extend(self._check_updates())
display_news_notification(self.emerge_config.target_config,
self.emerge_config.opts)
+   rcode = 
sync_manager.perform_post_sync_hook('PORTAGE_SYNC_HOOK_FINAL')
if retvals:
msgs.extend(self.rmessage(retvals, 'sync'))
else:
msgs.append(self.rmessage(('None', os.EX_OK), 'sync'))
+   if rcode:
+   msgs.append(self.rmessage('None', rcode), 'post-sync')
if return_messages:
return msgs
return



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 2ce2ae959e5de6c31a60b4b87be27e8a913179e8
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 21 20:55:20 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2ce2ae95

SyncRepos: fix rmessage usage

---
 pym/portage/emaint/modules/sync/sync.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index 1316eaa..1bec1b1 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -206,9 +206,9 @@ class SyncRepos(object):
if retvals:
msgs.extend(self.rmessage(retvals, 'sync'))
else:
-   msgs.append(self.rmessage(('None', os.EX_OK), 'sync'))
+   msgs.extend(self.rmessage([('None', os.EX_OK)], 'sync'))
if rcode:
-   msgs.append(self.rmessage('None', rcode), 'post-sync')
+   msgs.extend(self.rmessage([('None', rcode)], 
'post-sync'))
if return_messages:
return msgs
return



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/svn/

2014-12-01 Thread Michał Górny
commit: 94be45b625a8ddb7bd6c3472c1ca012f3461317e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 16 17:58:09 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=94be45b6

sync/modules/svn: Add snv upgrade to sync operation

This prevents errors when a newer svn has been installed that requires a db 
upgrade.

---
 pym/portage/sync/modules/svn/svn.py | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/pym/portage/sync/modules/svn/svn.py 
b/pym/portage/sync/modules/svn/svn.py
index 182a7ac..0365e90 100644
--- a/pym/portage/sync/modules/svn/svn.py
+++ b/pym/portage/sync/modules/svn/svn.py
@@ -62,6 +62,10 @@ class SVNSync(SyncBase):
@rtype: (int, bool)
"""
 
+   exitcode, d = self._svn_upgrade()
+   if exitcode != os.EX_OK:
+   return (exitcode, False)
+
svn_root = self.repo.sync_uri
 
if svn_root.startswith("svn://"):
@@ -79,3 +83,22 @@ class SVNSync(SyncBase):
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n", noiselevel=-1, 
level=logging.ERROR)
return (exitcode, False)
+
+
+   def _svn_upgrade(self):
+   """
+   Internal function which performs an svn upgrade on the repo
+
+   @return: tuple of return code (0=success), whether the cache
+   needs to be updated
+   @rtype: (int, bool)
+   """
+   exitcode = portage.process.spawn_bash(
+   "cd %s; exec svn upgrade" %
+   (portage._shell_quote(self.repo.location),),
+   **portage._native_kwargs(self.spawn_kwargs))
+   if exitcode != os.EX_OK:
+   msg = "!!! svn upgrade error; exiting."
+   self.logger(self.xterm_titles, msg)
+   writemsg_level(msg + "\n", noiselevel=-1, 
level=logging.ERROR)
+   return (exitcode, False)



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/repository/

2014-12-01 Thread Michał Górny
commit: 5168e13f3e092ebdf67ce4bcbadf2a5f92723ee5
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 22 11:21:04 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5168e13f

RepoConfigLoader.config_string: include auto-sync

---
 pym/portage/repository/config.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index 2367e26..d37ce6a 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -913,7 +913,9 @@ class RepoConfigLoader(object):
return repo_name in self.prepos
 
def config_string(self):
-   str_or_int_keys = ("format", "location", "main_repo", 
"priority", "sync_cvs_repo", "sync_type", "sync_uri")
+   str_or_int_keys = ("auto_sync", "format", "location",
+   "main_repo", "priority", "sync_cvs_repo",
+   "sync_type", "sync_uri")
str_tuple_keys = ("aliases", "eclass_overrides", "force")
repo_config_tuple_keys = ("masters",)
keys = str_or_int_keys + str_tuple_keys + repo_config_tuple_keys



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 7fbe03d5cb50601a92cf83e5f67ef542fc64a4ed
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep  5 04:28:16 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7fbe03d5

emaint sync: Migrate print statements to emaint style messages

Comment out some debug prints.

---
 pym/portage/emaint/modules/sync/sync.py | 62 +++--
 1 file changed, 36 insertions(+), 26 deletions(-)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index ab7591d..b657133 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -70,20 +70,22 @@ class SyncRepos(object):
'''Sync auto-sync enabled repos'''
options = kwargs.get('options', None)
selected = self._get_repos(True)
-   if options.get('return-messages', False):
-   return self.rmessage(self._sync(selected), 'sync')
-   return self._sync(selected)
+   if options:
+   return_messages = options.get('return-messages', False)
+   else:
+   return_messages = False
+   return self._sync(selected, return_messages)
 
 
def all_repos(self, **kwargs):
'''Sync all repos defined in repos.conf'''
selected = self._get_repos(auto_sync_only=False)
options = kwargs.get('options', None)
-   if options.get('return-messages', False):
-   return self.rmessage(
-   self._sync(selected),
-   'sync')
-   return self._sync(selected)
+   if options:
+   return_messages = options.get('return-messages', False)
+   else:
+   return_messages = False
+   return self._sync(selected, return_messages)
 
 
def repo(self, **kwargs):
@@ -98,9 +100,7 @@ class SyncRepos(object):
repos = repos.split()
available = self._get_repos(auto_sync_only=False)
selected = self._match_repos(repos, available)
-   if return_messages:
-   return self.rmessage(self._sync(selected), 'sync')
-   return self._sync(selected)
+   return self._sync(selected, return_messages)
 
 
@staticmethod
@@ -124,7 +124,7 @@ class SyncRepos(object):
missing_sync_type = []
if self.emerge_config.args:
for repo_name in self.emerge_config.args:
-   print("_get_repos(): repo_name =", repo_name)
+   #print("_get_repos(): repo_name =", repo_name)
try:
repo = 
self.emerge_config.target_config.settings.repositories[repo_name]
except KeyError:
@@ -146,7 +146,8 @@ class SyncRepos(object):
level=logging.ERROR, noiselevel=-1)
 
if unknown_repo_names or missing_sync_type:
-   print("missing or unknown repos... returning")
+   writemsg_level("Missing or unknown repos... 
returning",
+   level=logging.INFO, noiselevel=2)
return []
 
else:
@@ -165,17 +166,20 @@ class SyncRepos(object):
return selected
 
 
-   def _sync(self, selected_repos):
+   def _sync(self, selected_repos, return_messages):
+   msgs = []
if not selected_repos:
-   print("_sync(), nothing to sync... returning")
-   return [('None', os.EX_OK)]
+   msgs.append("Emaint sync, nothing to sync... returning")
+   if return_messages:
+   return msgs.append(self.rmessage(('None', 
os.EX_OK), 'sync'))
+   return
# Portage needs to ensure a sane umask for the files it creates.
os.umask(0o22)
 
sync_manager = 
get_syncer(self.emerge_config.target_config.settings, emergelog)
retvals = []
for repo in selected_repos:
-   print("syncing repo:", repo.name)
+   #print("syncing repo:", repo.name)
if repo.sync_type is not None:
returncode = 
sync_manager.sync(self.emerge_config, repo)
#if returncode != os.EX_OK:
@@ -185,12 +189,16 @@ class SyncRepos(object):
portage._sync_mode = False
self._reload_config()
self._do

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/git/

2014-12-01 Thread Michał Górny
commit: 883f7ceb8b30f75d882e94074a3a3411875f6c31
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 22 11:01:03 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=883f7ceb

GitSync: support file:// sync-uri

This will be useful for unit tests that will sync from a local
file:// sync-uri.

---
 pym/portage/sync/modules/git/git.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index 7c28139..35943dd 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -60,10 +60,13 @@ class GitSync(SyncBase):
msg = ">>> Cloning git repository from upstream into %s..." % 
self.repo.location
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
+   sync_uri = self.repo.sync_uri
+   if sync_uri.startswith("file://"):
+   sync_uri = sync_uri[6:]
exitcode = portage.process.spawn_bash("cd %s ; %s clone %s ." % 
\
(portage._shell_quote(self.repo.location),
self.bin_command,
-   portage._shell_quote(self.repo.sync_uri)),
+   portage._shell_quote(sync_uri)),
**portage._native_kwargs(self.spawn_kwargs))
if exitcode != os.EX_OK:
msg = "!!! git clone error in %s" % self.repo.location



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: 5bbbffc41f9be7107f2933542d63f4150e998902
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jun 17 00:42:29 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5bbbffc4

sync/syncbase.py: Fix the self.has_bin logic

---
 pym/portage/sync/syncbase.py | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/pym/portage/sync/syncbase.py b/pym/portage/sync/syncbase.py
index 2b6b8c7..94d4aab 100644
--- a/pym/portage/sync/syncbase.py
+++ b/pym/portage/sync/syncbase.py
@@ -34,16 +34,18 @@ class SyncBase(object):
self.repo = None
self.xterm_titles = None
self.spawn_kwargs = None
-   self.bin_command = portage.process.find_binary(bin_command)
-
-   self.has_bin = True
-   if bin_command and self.bin_command is None:
-   msg = ["Command not found: %s" % bin_command,
-   "Type \"emerge %s\" to enable %s support." % (bin_pkg, 
bin_command)]
-   for l in msg:
-   writemsg_level("!!! %s\n" % l,
-   level=self.logger.ERROR, noiselevel=-1)
-   self.has_bin = False
+   self.bin_command = None
+   self.has_bin = False
+   if bin_command:
+   self.bin_command = 
portage.process.find_binary(bin_command)
+   if self.bin_command is None:
+   msg = ["Command not found: %s" % bin_command,
+   "Type \"emerge %s\" to enable %s support." % 
(bin_pkg, bin_command)]
+   for l in msg:
+   writemsg_level("!!! %s\n" % l,
+   level=self.logger.ERROR, 
noiselevel=-1)
+   else:
+   self.has_bin = True
 
 
def _kwargs(self, kwargs):



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/websync/, pym/portage/sync/modules/cvs/, ...

2014-12-01 Thread Michał Górny
commit: c31ced05678d10d1708295c494c7e014dac575af
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Sep 27 02:00:19 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c31ced05

Sync: Update __init__.py docstrings to use a variable

Same as for the emaint modules, level 2 python optimization removes docstrings.

---
 pym/portage/emaint/modules/sync/__init__.py  |  9 -
 pym/portage/sync/modules/cvs/__init__.py | 11 +--
 pym/portage/sync/modules/git/__init__.py | 11 +--
 pym/portage/sync/modules/rsync/__init__.py   | 11 +--
 pym/portage/sync/modules/svn/__init__.py | 11 +--
 pym/portage/sync/modules/websync/__init__.py | 11 ++-
 6 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/pym/portage/emaint/modules/sync/__init__.py 
b/pym/portage/emaint/modules/sync/__init__.py
index 4070200..32469b5 100644
--- a/pym/portage/emaint/modules/sync/__init__.py
+++ b/pym/portage/emaint/modules/sync/__init__.py
@@ -1,18 +1,17 @@
 # Copyright 2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""Check repos.conf settings and sync repositories.
-"""
-
+doc = """Check repos.conf settings and sync repositories."""
+__doc__ = doc[:]
 
 module_spec = {
'name': 'sync',
-   'description': __doc__,
+   'description': doc,
'provides':{
'sync-module': {
'name': "sync",
'class': "SyncRepos",
-   'description': __doc__,
+   'description': doc,
'functions': ['allrepos', 'auto', 'repo'],
'func_desc': {
'repo': {

diff --git a/pym/portage/sync/modules/cvs/__init__.py 
b/pym/portage/sync/modules/cvs/__init__.py
index fd3b12a..abf547f 100644
--- a/pym/portage/sync/modules/cvs/__init__.py
+++ b/pym/portage/sync/modules/cvs/__init__.py
@@ -1,10 +1,9 @@
 # Copyright 2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""CVS plug-in module for portage.
-Performs a cvs up on repositories
-"""
-
+doc = """CVS plug-in module for portage.
+Performs a cvs up on repositories."""
+__doc__ = doc[:]
 
 from portage.localization import _
 from portage.sync.config_checks import CheckSyncConfig
@@ -27,12 +26,12 @@ class CheckCVSConfig(CheckSyncConfig):
 
 module_spec = {
'name': 'cvs',
-   'description': __doc__,
+   'description': doc,
'provides':{
'cvs-module': {
'name': "cvs",
'class': "CVSSync",
-   'description': __doc__,
+   'description': doc,
'functions': ['sync', 'new', 'exists'],
'func_desc': {
'sync': 'Performs a cvs up on the repository',

diff --git a/pym/portage/sync/modules/git/__init__.py 
b/pym/portage/sync/modules/git/__init__.py
index 304142e..833b389 100644
--- a/pym/portage/sync/modules/git/__init__.py
+++ b/pym/portage/sync/modules/git/__init__.py
@@ -1,22 +1,21 @@
 # Copyright 2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""Git plug-in module for portage.
-Performs a git pull on repositories
-"""
-
+doc = """Git plug-in module for portage.
+Performs a git pull on repositories."""
+__doc__ = doc[:]
 
 from portage.sync.config_checks import CheckSyncConfig
 
 
 module_spec = {
'name': 'git',
-   'description': __doc__,
+   'description': doc,
'provides':{
'git-module': {
'name': "git",
'class': "GitSync",
-   'description': __doc__,
+   'description': doc,
'functions': ['sync', 'new', 'exists'],
'func_desc': {
'sync': 'Performs a git pull on the repository',

diff --git a/pym/portage/sync/modules/rsync/__init__.py 
b/pym/portage/sync/modules/rsync/__init__.py
index 9e19d85..9adc4c8 100644
--- a/pym/portage/sync/modules/rsync/__init__.py
+++ b/pym/portage/sync/modules/rsync/__init__.py
@@ -1,22 +1,21 @@
 # Copyright 2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""Rsync plug-in module for portage.
-   Performs rsync transfers on repositories
-"""
-
+doc = """Rsync plug-in module for portage.
+   Performs rsync transfers on repositories."""
+__doc__ = doc[:]
 
 from portage.sync.config_checks import CheckSyncConfig
 
 
 module_spec = {
'name': 'rsync',
-   'description': __doc__,
+   'description': doc,
'provides':{
'rsync-module': {
'name': "rsync",
'class': "Rsync

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: d59c479206cf5cd866cc21f40d76ff9157c73e6c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 11 16:46:09 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d59c4792

emaint/modules/sync/sync.py: Set portage _sync_mode immediately

This way it will not discard non-existent repos if thier directory does not 
exist.

---
 pym/portage/emaint/modules/sync/sync.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index 3aa318a..ab7591d 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -6,6 +6,8 @@ import os
 import sys
 
 import portage
+portage._internal_caller = True
+portage._sync_mode = True
 from portage.localization import _
 from portage.output import bold, create_color_func
 from portage.sync import get_syncer
@@ -169,7 +171,6 @@ class SyncRepos(object):
return [('None', os.EX_OK)]
# Portage needs to ensure a sane umask for the files it creates.
os.umask(0o22)
-   portage._sync_mode = True
 
sync_manager = 
get_syncer(self.emerge_config.target_config.settings, emergelog)
retvals = []



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/git/

2014-12-01 Thread Michał Górny
commit: bd30c829d20bb50bfcab3faa99261154281f3953
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 21 01:13:45 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=bd30c829

Remove obsolete git_sync_timestamps function.

This function is no longer needed since we switched to the md5-cache
format which does not use timestamps.

---
 pym/portage/sync/modules/git/git.py|   8 +-
 pym/portage/sync/modules/git/timestamps.py | 154 -
 2 files changed, 1 insertion(+), 161 deletions(-)

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index 5e0e5df..d8c5a32 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -10,7 +10,6 @@ from portage.output import create_color_func
 good = create_color_func("GOOD")
 bad = create_color_func("BAD")
 warn = create_color_func("WARN")
-from .timestamps import git_sync_timestamps
 from portage.sync.syncbase import SyncBase
 
 
@@ -116,9 +115,4 @@ class GitSync(SyncBase):
# Reload the whole config from scratch.
settings, trees, mtimedb = 
load_emerge_config(emerge_config=emerge_config)
adjust_configs(emerge_config.opts, emerge_config.trees)
-   portdb = trees[settings['EROOT']]['porttree'].dbapi
-   updatecache_flg = False
-   exitcode = git_sync_timestamps(portdb, location)
-   if exitcode == os.EX_OK:
-   updatecache_flg = True
-   return (exitcode, updatecache_flg)
+   return (os.EX_OK, True)

diff --git a/pym/portage/sync/modules/git/timestamps.py 
b/pym/portage/sync/modules/git/timestamps.py
deleted file mode 100644
index 5e44845..000
--- a/pym/portage/sync/modules/git/timestamps.py
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-import logging
-import stat
-import subprocess
-
-
-import portage
-from portage import os
-from portage import _unicode_decode
-from portage.util import writemsg_level
-from portage.cache.cache_errors import CacheError
-
-
-def git_sync_timestamps(portdb, portdir):
-   """
-   Since git doesn't preserve timestamps, synchronize timestamps between
-   entries and ebuilds/eclasses. Assume the cache has the correct timestamp
-   for a given file as long as the file in the working tree is not modified
-   (relative to HEAD).
-   """
-
-   cache_db = portdb._pregen_auxdb.get(portdir)
-
-   try:
-   if cache_db is None:
-   # portdbapi does not populate _pregen_auxdb
-   # when FEATURES=metadata-transfer is enabled
-   cache_db = portdb._create_pregen_cache(portdir)
-   except CacheError as e:
-   writemsg_level("!!! Unable to instantiate cache: %s\n" % (e,),
-   level=logging.ERROR, noiselevel=-1)
-   return 1
-
-   if cache_db is None:
-   return os.EX_OK
-
-   if cache_db.validation_chf != 'mtime':
-   # newer formats like md5-dict do not require mtime sync
-   return os.EX_OK
-
-   writemsg_level(">>> Synchronizing timestamps...\n")
-
-   ec_dir = os.path.join(portdir, "eclass")
-   try:
-   ec_names = set(f[:-7] for f in os.listdir(ec_dir) \
-   if f.endswith(".eclass"))
-   except OSError as e:
-   writemsg_level("!!! Unable to list eclasses: %s\n" % (e,),
-   level=logging.ERROR, noiselevel=-1)
-   return 1
-
-   args = [portage.const.BASH_BINARY, "-c",
-   "cd %s && git diff-index --name-only --diff-filter=M HEAD" % \
-   portage._shell_quote(portdir)]
-   proc = subprocess.Popen(args, stdout=subprocess.PIPE)
-   modified_files = set(_unicode_decode(l).rstrip("\n") for l in 
proc.stdout)
-   rval = proc.wait()
-   proc.stdout.close()
-   if rval != os.EX_OK:
-   return rval
-
-   modified_eclasses = set(ec for ec in ec_names \
-   if os.path.join("eclass", ec + ".eclass") in modified_files)
-
-   updated_ec_mtimes = {}
-
-   for cpv in cache_db:
-   cpv_split = portage.catpkgsplit(cpv)
-   if cpv_split is None:
-   writemsg_level("!!! Invalid cache entry: %s\n" % (cpv,),
-   level=logging.ERROR, noiselevel=-1)
-   continue
-
-   cat, pn, ver, rev = cpv_split
-   cat, pf = portage.catsplit(cpv)
-   relative_eb_path = os.path.join(cat, pn, pf + ".ebuild")
-   if relative_eb_path in modified_files:
-   continue
-
-   try:
-   cac

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/svn/

2014-12-01 Thread Michał Górny
commit: 461159f48621bb8e7e0d20fa1937885956d979d0
Author: David Heidelberger  ixit  cz>
AuthorDate: Mon Jun 16 16:04:06 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=461159f4

portage/sync/modules: Add svn sync module

Module submitted by: David Heidelberger
edits by Brian Dolbec :
Remove CheckSVNConfig class.
Use the default CheckSyncConfig class instead.
Copying the sync-cvs-repo option from the cvs module was incorrect and not 
needed.
Fixed the new()'s spawn_bash(...) call.

---
 pym/portage/sync/modules/svn/__init__.py | 32 +
 pym/portage/sync/modules/svn/svn.py  | 81 
 2 files changed, 113 insertions(+)

diff --git a/pym/portage/sync/modules/svn/__init__.py 
b/pym/portage/sync/modules/svn/__init__.py
new file mode 100644
index 000..1fda55a
--- /dev/null
+++ b/pym/portage/sync/modules/svn/__init__.py
@@ -0,0 +1,32 @@
+# Copyright 2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+"""SVN plug-in module for portage.
+Performs a svn up on repositories
+"""
+
+
+from portage.localization import _
+from portage.sync.config_checks import CheckSyncConfig
+from portage.util import writemsg_level
+
+
+module_spec = {
+   'name': 'svn',
+   'description': __doc__,
+   'provides':{
+   'svn-module': {
+   'name': "svn",
+   'class': "SVNSync",
+   'description': __doc__,
+   'functions': ['sync', 'new', 'exists'],
+   'func_desc': {
+   'sync': 'Performs a svn up on the repository',
+   'new': 'Creates the new repository at the 
specified location',
+   'exists': 'Returns a boolean of whether the 
specified dir ' +
+   'exists and is a valid SVN repository',
+   },
+   'validate_config': CheckSyncConfig,
+   }
+   }
+}

diff --git a/pym/portage/sync/modules/svn/svn.py 
b/pym/portage/sync/modules/svn/svn.py
new file mode 100644
index 000..182a7ac
--- /dev/null
+++ b/pym/portage/sync/modules/svn/svn.py
@@ -0,0 +1,81 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+import logging
+import errno
+
+import portage
+from portage import os
+from portage.util import writemsg_level
+from portage.sync.syncbase import SyncBase
+
+
+class SVNSync(SyncBase):
+   '''SVN sync module'''
+
+   short_desc = "Perform sync operations on SVN repositories"
+
+   @staticmethod
+   def name():
+   return "SVNSync"
+
+
+   def __init__(self):
+   SyncBase.__init__(self, "svn", "dev-vcs/subversion")
+
+
+   def new(self, **kwargs):
+   if kwargs:
+   self._kwargs(kwargs)
+   #initial checkout
+   msg = ">>> Starting initial svn checkout with %s..." % 
self.repo.sync_uri
+   self.logger(self.xterm_titles, msg)
+   writemsg_level(msg + "\n")
+   try:
+   os.rmdir(self.repo.location)
+   except OSError as e:
+   if e.errno != errno.ENOENT:
+   msg = "!!! existing '%s' directory; exiting." % 
self.repo.location
+   self.logger(self.xterm_titles, msg)
+   writemsg_level(msg + "\n", noiselevel=-1, 
level=logging.ERROR)
+   return (1, False)
+   del e
+   svn_root = self.repo.sync_uri
+   exitcode =  portage.process.spawn_bash(
+   "cd %s; exec svn %s" %
+   
(portage._shell_quote(os.path.dirname(self.repo.location)),
+   portage._shell_quote(svn_root)),
+   **portage._native_kwargs(self.spawn_kwargs))
+   if exitcode != os.EX_OK:
+   msg = "!!! svn checkout error; exiting."
+   self.logger(self.xterm_titles, msg)
+   writemsg_level(msg + "\n", noiselevel=-1, 
level=logging.ERROR)
+   return (exitcode, False)
+
+
+   def _sync(self):
+   """
+   Internal function to sync an existing SVN repository
+
+   @return: tuple of return code (0=success), whether the cache
+   needs to be updated
+   @rtype: (int, bool)
+   """
+
+   svn_root = self.repo.sync_uri
+
+   if svn_root.startswith("svn://"):
+   svn_root = svn_root[6:]
+   #svn update
+   msg = ">>> Starting svn update with %s..." % 
self.repo

[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: 0e2474d19ddc5905a79a01a78c2efe7bbc0c8950
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jun 17 18:44:43 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0e2474d1

portage/sync: Add additional output info for unsupported sync-types

Comment out some debug print()'s

---
 pym/portage/sync/__init__.py  | 5 +++--
 pym/portage/sync/config_checks.py | 4 
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pym/portage/sync/__init__.py b/pym/portage/sync/__init__.py
index 6d2a732..b74c89e 100644
--- a/pym/portage/sync/__init__.py
+++ b/pym/portage/sync/__init__.py
@@ -11,12 +11,12 @@ sync_manager = None
 
 path = os.path.join(os.path.dirname(__file__), "modules")
 # initial development debug info
-print("module path:", path)
+#print("module path:", path)
 
 module_controller = Modules(path=path, namepath="portage.sync.modules")
 
 # initial development debug info
-print(module_controller.module_names)
+#print(module_controller.module_names)
 module_names = module_controller.module_names[:]
 
 
@@ -43,6 +43,7 @@ def get_syncer(settings=None, logger=None):
 
 def validate_config(repo, logger):
'''Validate the repos.conf settings for the repo'''
+   global module_names, module_controller
if not check_type(repo, logger, module_names):
return False
 

diff --git a/pym/portage/sync/config_checks.py 
b/pym/portage/sync/config_checks.py
index 8ef1974..db316aa 100644
--- a/pym/portage/sync/config_checks.py
+++ b/pym/portage/sync/config_checks.py
@@ -26,6 +26,10 @@ def check_type(repo, logger, module_names):
_("Repository '%s' has sync-type attribute set to 
unsupported value: '%s'")
% (repo.name, repo.sync_type),
level=logger.ERROR, noiselevel=-1)
+   writemsg_level("!!! %s\n" %
+   _("Installed sync-types are: '%s'")
+   % (str(module_names)),
+   level=logger.ERROR, noiselevel=-1)
return False
return True
 



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/, pym/portage/emaint/modules/sync/

2014-12-01 Thread Michał Górny
commit: 28d6ae3cf4f7853cab8b68457ef171ce15747242
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep  5 20:08:36 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=28d6ae3c

portage/sync/controller.sync(): Migrate writemsg() call to return the error 
message to caller

Highlight the "ERROR" string portion usig bad(), remove 1 linefeed.
This puts the error in the emaint sync message list.

---
 pym/portage/emaint/modules/sync/sync.py |  6 +++---
 pym/portage/sync/controller.py  | 13 ++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/pym/portage/emaint/modules/sync/sync.py 
b/pym/portage/emaint/modules/sync/sync.py
index 9b0d82c..4369a2a 100644
--- a/pym/portage/emaint/modules/sync/sync.py
+++ b/pym/portage/emaint/modules/sync/sync.py
@@ -179,11 +179,11 @@ class SyncRepos(object):
sync_manager = 
get_syncer(self.emerge_config.target_config.settings, emergelog)
retvals = []
for repo in selected_repos:
-   #print("syncing repo:", repo.name)
if repo.sync_type is not None:
-   returncode = 
sync_manager.sync(self.emerge_config, repo)
-   #if returncode != os.EX_OK:
+   returncode, message = 
sync_manager.sync(self.emerge_config, repo)
retvals.append((repo.name, returncode))
+   if message:
+   msgs.append(message)
 
# Reload the whole config.
portage._sync_mode = False

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index 2b3dbad..e8fe291 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -103,14 +103,13 @@ class SyncManager(object):
if repo.sync_type in self.module_names[1:]:
tasks = 
[self.module_controller.get_class(repo.sync_type)]
else:
-   portage.util.writemsg(
-   "\nERROR: Sync module '%s' is not an 
installed/known type'\n\n"
-   % (repo.sync_type), noiselevel=-1)
-   return self.exitcode
+   msg = "\n%s: Sync module '%s' is not an installed/known 
type'\n" \
+   % (bad("ERROR"), repo.sync_type)
+   return self.exitcode, msg
 
rval = self.pre_sync(repo)
if rval != os.EX_OK:
-   return rval
+   return rval, None
 
# need to pass the kwargs dict to the modules
# so they are available if needed.
@@ -131,7 +130,7 @@ class SyncManager(object):
 
self.perform_post_sync_hook(repo.sync_uri)
 
-   return self.exitcode
+   return self.exitcode, None
 
 
def do_callback(self, result):
@@ -167,7 +166,7 @@ class SyncManager(object):
except OSError:
st = None
if st is None:
-   print(">>> '%s' not found, creating it." % 
repo.location)
+   writemsg_level(">>> '%s' not found, creating it." % 
repo.location)
portage.util.ensure_dirs(repo.location, mode=0o755)
st = os.stat(repo.location)
 



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/modules/rsync/

2014-12-01 Thread Michał Górny
commit: be0a1641e0a69ea04a54a7da00d6dcb402b552e6
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 22 10:59:32 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=be0a1641

RsyncSync: support file:// sync-uri

This will be useful for unit tests that will sync from a local
file:// sync-uri.

---
 pym/portage/sync/modules/rsync/rsync.py | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/pym/portage/sync/modules/rsync/rsync.py 
b/pym/portage/sync/modules/rsync/rsync.py
index 76d83f2..74c10e7 100644
--- a/pym/portage/sync/modules/rsync/rsync.py
+++ b/pym/portage/sync/modules/rsync/rsync.py
@@ -66,6 +66,9 @@ class RsyncSync(SyncBase):
rsync_opts = self._validate_rsync_opts(rsync_opts, 
syncuri)
self.rsync_opts = self._rsync_opts_extend(opts, rsync_opts)
 
+   self.extra_rsync_opts = portage.util.shlex_split(
+   self.settings.get("PORTAGE_RSYNC_EXTRA_OPTS",""))
+
# Real local timestamp file.
self.servertimestampfile = os.path.join(
self.repo.location, "metadata", "timestamp.chk")
@@ -93,6 +96,14 @@ class RsyncSync(SyncBase):
except:
maxretries = -1 #default number of retries
 
+   if syncuri.startswith("file://"):
+   self.proto = "file"
+   dosyncuri = syncuri[6:]
+   is_synced, exitcode = self._do_rsync(
+   dosyncuri, timestamp, opts)
+   self._process_exitcode(exitcode, dosyncuri, out, 1)
+   return (exitcode, exitcode == os.EX_OK)
+
retries=0
try:
self.proto, user_name, hostname, port = re.split(
@@ -116,8 +127,6 @@ class RsyncSync(SyncBase):
getaddrinfo_host = hostname[1:-1]
updatecache_flg=True
all_rsync_opts = set(self.rsync_opts)
-   self.extra_rsync_opts = portage.util.shlex_split(
-   self.settings.get("PORTAGE_RSYNC_EXTRA_OPTS",""))
all_rsync_opts.update(self.extra_rsync_opts)
 
family = socket.AF_UNSPEC



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-12-01 Thread Michał Górny
commit: b7596a9efe18011f71cee32006843edd4e72f46c
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 20 20:44:41 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b7596a9e

_sync_callback: check for md5-cache, not cache

This fixes FEATURES=metadata-transfer to work again now that the
metadata/cache directory has been replaced with metadata/md5-cache.

---
 pym/portage/sync/controller.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index a88d4c5..0b308e8 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -226,7 +226,8 @@ class SyncManager(object):
updatecache_flg = False
 
if updatecache_flg and \
-   os.path.exists(os.path.join(self.repo.location, 
'metadata', 'cache')):
+   os.path.exists(os.path.join(
+   self.repo.location, 'metadata', 'md5-cache')):
 
# Only update cache for repo.location since that's
# the only one that's been synced here.



[gentoo-commits] proj/portage:plugin-sync commit in: pym/_emerge/

2014-12-01 Thread Michał Górny
commit: e757fbbee36c06c537edf1f6581190a2ce81a31c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 11 17:05:17 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 21:49:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e757fbbe

_emerge/main.py: Set portage._sync_mode for --sync

This allows repos with non-existent directories to be available.
If the new repo is set for auto-sync, then it can be created with the sync 
module's new().

---
 pym/_emerge/main.py | 4 
 1 file changed, 4 insertions(+)

diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 85cdc24..1506207 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -1057,6 +1057,10 @@ def emerge_main(args=None):
elif myaction == "moo":
print(COWSAY_MOO % platform.system())
return os.EX_OK
+   elif myaction == "sync":
+   # need to set this to True now in order for the repository 
config
+   # loading to allow new repos with non-existent directories
+   portage._sync_mode = True
 
# Portage needs to ensure a sane umask for the files it creates.
os.umask(0o22)



[gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.3.6.ebuild ChangeLog

2014-12-01 Thread Dirkjan Ochtman (djc)
djc 14/12/01 21:37:42

  Modified: ChangeLog
  Added:openvpn-2.3.6.ebuild
  Log:
  Version bump openvpn to 2.3.6 (fixes bug 531308)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.306net-misc/openvpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog   21 Nov 2014 12:45:00 -  1.305
+++ ChangeLog   1 Dec 2014 21:37:42 -   1.306
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/openvpn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.305 
2014/11/21 12:45:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.306 
2014/12/01 21:37:42 djc Exp $
+
+*openvpn-2.3.6 (01 Dec 2014)
+
+  01 Dec 2014; Dirkjan Ochtman  +openvpn-2.3.6.ebuild:
+  Version bump openvpn to 2.3.6 (fixes bug 531308)
 
   21 Nov 2014; Tobias Klausmann  openvpn-2.3.4-r1.ebuild:
   Stable on alpha, bug 522168



1.1  net-misc/openvpn/openvpn-2.3.6.ebuild

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

Index: openvpn-2.3.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 1.1 
2014/12/01 21:37:42 djc Exp $

EAPI=4

inherit multilib autotools flag-o-matic user systemd

DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz";
HOMEPAGE="http://openvpn.net/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="examples down-root iproute2 pam passwordsave pkcs11 +plugins +polarssl 
selinux +ssl systemd +lzo static userland_BSD"

REQUIRED_USE="static? ( !plugins !pkcs11 )
polarssl? ( ssl )
pkcs11? ( ssl )
!plugins? ( !pam !down-root )"

DEPEND="
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
)
pam? ( virtual/pam )
ssl? (
!polarssl? ( >=dev-libs/openssl-0.9.7 ) polarssl? ( 
>=net-libs/polarssl-1.2.10 )
)
lzo? ( >=dev-libs/lzo-1.07 )
pkcs11? ( >=dev-libs/pkcs11-helper-1.05 )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-openvpn )
"

src_prepare() {
# Set correct pass to systemd-ask-password binary
sed -i "s:\(/bin/systemd-ask-password\):/usr\1:" 
./src/openvpn/console.c || die
eautoreconf
}

src_configure() {
use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
local myconf
echo "DROPPY"
use polarssl && echo "FLOZZY"
use polarssl && myconf="--with-crypto-library=polarssl"
econf \
${myconf} \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--with-plugindir="${ROOT}/usr/$(get_libdir)/$PN" \
$(use_enable passwordsave password-save) \
$(use_enable ssl) \
$(use_enable ssl crypto) \
$(use_enable lzo) \
$(use_enable pkcs11) \
$(use_enable plugins) \
$(use_enable iproute2) \
$(use_enable pam plugin-auth-pam) \
$(use_enable down-root plugin-down-root) \
$(use_enable systemd)
}

src_install() {
default
find "${ED}/usr" -name '*.la' -delete
# install documentation
dodoc AUTHORS ChangeLog PORTS README README.IPv6

# Install some helper scripts
keepdir /etc/openvpn
exeinto /etc/openvpn
doexe "${FILESDIR}/up.sh"
doexe "${FILESDIR}/down.sh"

# Install the init script and config file
newinitd "${FILESDIR}/${PN}-2.1.init" openvpn
newconfd "${FILESDIR}/${PN}-2.1.conf" openvpn

# install examples, controlled by the respective useflag
if use examples ; then
# dod

[gentoo-commits] dev/ulm:master commit in: licenses/

2014-12-01 Thread Ulrich Müller
commit: 227e684660d4a73eb9e0d26828ed9ad826ccf1a0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec  1 18:55:02 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec  1 18:55:02 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=227e6846

Add license for Brother printer drivers.

---
 licenses/Brother-lpr | 45 +
 1 file changed, 45 insertions(+)

diff --git a/licenses/Brother-lpr b/licenses/Brother-lpr
new file mode 100644
index 000..f0a98d7
--- /dev/null
+++ b/licenses/Brother-lpr
@@ -0,0 +1,45 @@
+License Agreement
+
+This Agreement provides terms and conditions for license grant from
+Brother Industries, Ltd ("Broher"). Brother, who owns all copyrights
+to the software that is distributed with this Agreement ("Software")
+to recipients thereof ("User"), for use of the Software. User shall
+have the right to use the Software only in accordance with the terms
+and conditions of this Agreement. Any use by User of the Software
+shall be deemed as its agreement hereto.
+
+Note:
+Please click on "I Accept" while holding down "Shift" or right click
+on "I Accept" and select "Save Target As,,," from the menu.
+
+Brother retains any and all copyrights to the Software. In no case
+this Agreement shall be construed to assign or otherwise transfer from
+Brother to User any copyrights or other intellectual property rights
+to whole or any part of the Software.
+
+Brother grants User a non-exclusive license: to reproduce and/or
+distribute (via Internet or in any other manner) the Software.
+Further, Brother grants User a non-exclusive license to modify, alter,
+translate or otherwise prepare derivative works of the Software and to
+reproduce and distribute (via Internet or in any other manner) such
+modification, alteration, translation or other derivative works for
+any purpose.
+
+The license of the Software from Brother hereunder is granted "AS IS."
+BROTHER HEREBY DISCLAIMS ANY WARRANTIES WITH RESPECT TO THE SOFTWARE,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTY FOR THE
+QUALITY, MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE OR
+NON-INFRINGEMENT. Brother shall have no liability in contract, tort
+(including negligence or breach of statutory duty) or otherwise for
+any interruption of use, loss of data, or for any indirect,
+incidental, punitive or consequential loss or damage, or for any loss
+of profit, revenue, data, goodwill or anticipated savings that arises
+under, out of, or in contemplation of this Agreement or otherwise
+arises due to any error, inaccuracy or defect in the Software even if
+Brother has been advised of the possibility of such loss or damage.
+Further, Brother shall have no liability to disclose and/or distribute
+the source cord of the Software to User under any circumstances. In no
+case shall the above license by Brother to modify, alter, translate or
+otherwise prepare derivative works of the Software be construed as
+Brother's implied agreement or undertakings to disclose and/or
+distribute the source cord of the Software.



[gentoo-commits] dev/ulm:master commit in: media-gfx/brscan4/

2014-12-01 Thread Ulrich Müller
commit: c534422937b024e25aafacdc41f1d643577a04f7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec  1 19:55:40 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec  1 19:55:40 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=c5344229

media-gfx/brscan4: Initial import. Ebuild contributed by me.

Package-Manager: portage-2.2.14

---
 media-gfx/brscan4/ChangeLog  | 10 
 media-gfx/brscan4/Manifest   |  2 ++
 media-gfx/brscan4/brscan4-0.4.2.4.ebuild | 41 
 media-gfx/brscan4/metadata.xml   |  7 ++
 4 files changed, 60 insertions(+)

diff --git a/media-gfx/brscan4/ChangeLog b/media-gfx/brscan4/ChangeLog
new file mode 100644
index 000..83478ea
--- /dev/null
+++ b/media-gfx/brscan4/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-gfx/brscan4
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*brscan4-0.4.2.4 (01 Dec 2014)
+
+  01 Dec 2014; Ulrich Müller  +brscan4-0.4.2.4.ebuild,
+  +metadata.xml:
+  Initial import. Ebuild contributed by me.
+

diff --git a/media-gfx/brscan4/Manifest b/media-gfx/brscan4/Manifest
new file mode 100644
index 000..d58d288
--- /dev/null
+++ b/media-gfx/brscan4/Manifest
@@ -0,0 +1,2 @@
+DIST brscan4-0.4.2-4.i386.rpm 67590 SHA256 
d77a41626733ee9f4833f03182769f347778965f89dc833e899d311e312322e7 SHA512 
2618d50a50c8910d9bff13abde8ad2e74a69009a148b14a97839fd9eb7714243c8821a87454296d86b1416ca1fd384f2a8f1db089b9f32663326fcc330bfeaa0
 WHIRLPOOL 
2c4b362391b5c834071c8de7ba901a95d062ae3f47fc8afd4909754b2d6feb519c8bf02b7c4488434a1080df85dc1e99dc81440c57930b2e4188020051631fa0
+DIST brscan4-0.4.2-4.x86_64.rpm 79321 SHA256 
dd687c0398a718e9fe17ad4cb34fd5629615f25342efe77313189355493a25a5 SHA512 
c02f8aaa0213a23c426f0b157562b8dd0b0024992548b6980fe282a7b60da691eff154fdd014e22f307e950a1c7d527ea19b5044afc8b136a683b0e3d4d85054
 WHIRLPOOL 
51100b0404e8a458724364f8171866bb07f10cd842e9ef723a3b171efd8e26b524c4f512df7bf83b95cc09eda6a1c36865ef078c9ab46de5fb38eb92d475ae80

diff --git a/media-gfx/brscan4/brscan4-0.4.2.4.ebuild 
b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
new file mode 100644
index 000..e1d3d47
--- /dev/null
+++ b/media-gfx/brscan4/brscan4-0.4.2.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs rpm
+
+MY_P="${PN}-${PV%.*}-${PV##*.}"
+DESCRIPTION="Brother scanner driver"
+HOMEPAGE="http://www.brother.com/";
+SRC_URI="
+   amd64? ( 
http://download.brother.com/welcome/dlf006648/${MY_P}.x86_64.rpm )
+   x86? ( http://download.brother.com/welcome/dlf006647/${MY_P}.i386.rpm )"
+
+LICENSE="Brother-lpr no-source-code"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="strip"
+
+RDEPEND="media-gfx/sane-backends"
+
+S="${WORKDIR}"
+
+src_install() {
+   local lib=$(get_libdir)
+   local dest="/opt/brother/scanner/${PN}"
+
+   cp -r opt "${D}" || die
+
+   into ${dest}
+   dolib.so usr/lib*/sane/libsane-brother4.so.1.0.7
+
+   dosym 
{../../..${dest}/${lib},/usr/${lib}/sane}/libsane-brother4.so.1.0.7
+   dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so.1
+   dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so
+   dosym {../..${dest},/usr/bin}/brsaneconfig4
+   dosym {../../../../..,/etc}${dest}/Brsane4.ini
+   dosym {../../../../..,/etc}${dest}/brsanenetdevice4.cfg
+   dosym {../../../../..,/etc}${dest}/models4
+}

diff --git a/media-gfx/brscan4/metadata.xml b/media-gfx/brscan4/metadata.xml
new file mode 100644
index 000..e153d85
--- /dev/null
+++ b/media-gfx/brscan4/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  u...@gentoo.org
+
+



[gentoo-commits] dev/ulm:master commit in: net-print/brother-dcpj925dw/

2014-12-01 Thread Ulrich Müller
commit: c0845de82b5badb401807d91152c01ffcb0dd67d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec  1 18:55:02 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec  1 18:55:02 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=c0845de8

net-print/brother-dcpj925dw: Initial import. Ebuild contributed by me.

Package-Manager: portage-2.2.14

---
 net-print/brother-dcpj925dw/ChangeLog  | 10 +
 net-print/brother-dcpj925dw/Manifest   |  2 +
 .../brother-dcpj925dw-20131010.ebuild  | 46 ++
 net-print/brother-dcpj925dw/metadata.xml   | 10 +
 4 files changed, 68 insertions(+)

diff --git a/net-print/brother-dcpj925dw/ChangeLog 
b/net-print/brother-dcpj925dw/ChangeLog
new file mode 100644
index 000..e54bc48
--- /dev/null
+++ b/net-print/brother-dcpj925dw/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-print/brother-dcpj925dw
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*brother-dcpj925dw-20131010 (01 Dec 2014)
+
+  01 Dec 2014; Ulrich Müller 
+  +brother-dcpj925dw-20131010.ebuild, +metadata.xml:
+  Initial import. Ebuild contributed by me.
+

diff --git a/net-print/brother-dcpj925dw/Manifest 
b/net-print/brother-dcpj925dw/Manifest
new file mode 100644
index 000..e72abb1
--- /dev/null
+++ b/net-print/brother-dcpj925dw/Manifest
@@ -0,0 +1,2 @@
+DIST dcpj925dwcupswrapper-3.0.0-1.i386.rpm 17395 SHA256 
348fbb24b2feb4a4adba2be4c73d70fa5d267b92783e05d8321f55caa4b6e654 SHA512 
fd7cf0526e05e82f659ee1c158e5108ee4c67e689d77c19d0d59cbded921888b597eee68c3e18d12fe6a0ec93daff5095ac8f3d8c9f8a471002987b87646fc8e
 WHIRLPOOL 
e4ace7d3b67e7ba0a3cfdabe24e0d309f3a602f0929659f4b8aaad7801914400cbcddf373b5073ec5a05dbd6fcdc7400121e036de6886b7010b9f075bc159410
+DIST dcpj925dwlpr-3.0.1-1.i386.rpm 3430885 SHA256 
20777cd07aef4e271c389b107487efe0ba9c0fb07750295082f24232bb3c28a0 SHA512 
11973cbca305e14266772bc428db05504e794bd2f862778e6fb1dd917144502348685f241f21b5fc8bbba3d487a36938ef6e148b1f74ef1e5d5825bb7ed2cd23
 WHIRLPOOL 
49ff4c9d080add35c5a26322f37ef772e2f2a45d5633f6cacd6b100b819b0206080c433c68e59f427b5f9b7373ee640c3f541ff1aa759727dcc71070ebcd8d41

diff --git a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild 
b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild
new file mode 100644
index 000..085b257
--- /dev/null
+++ b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit rpm
+
+MODEL="${PN#*-}"
+PV_LPR="3.0.1-1"
+PV_CUPSWRAPPER="3.0.0-1"
+
+DESCRIPTION="Brother printer driver for DCP-J925DW"
+HOMEPAGE="http://www.brother.com/";
+SRC_URI="http://download.brother.com/welcome/dlf005614/${MODEL}lpr-${PV_LPR}.i386.rpm
 
http://download.brother.com/welcome/dlf005616/${MODEL}cupswrapper-${PV_CUPSWRAPPER}.i386.rpm";
+
+LICENSE="GPL-2+ Brother-lpr no-source-code"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="metric"
+RESTRICT="strip"
+
+RDEPEND="net-print/cups"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   if use metric; then
+   sed -i "/^PaperType/s/Letter/A4/" \
+   opt/brother/Printers/${MODEL}/inf/br${MODEL}rc || die
+   fi
+}
+
+src_install() {
+   cp -r opt "${D}" || die
+
+   exeinto /opt/brother/Printers/${MODEL}/bin
+   doexe usr/bin/brprintconf_${MODEL}
+
+   dosym ../../../../opt/brother/Printers/${MODEL}/lpd/filter${MODEL} \
+ /usr/libexec/cups/filter/brother_lpdwrapper_${MODEL}
+   dosym 
../../../../opt/brother/Printers/${MODEL}/cupswrapper/brother_${MODEL}_printer_en.ppd
 \
+ /usr/share/cups/model/brother_${MODEL}_printer_en.ppd
+   dosym ../../opt/brother/Printers/${MODEL}/bin/brprintconf_${MODEL} \
+ /usr/sbin/brprintconf_${MODEL}
+}

diff --git a/net-print/brother-dcpj925dw/metadata.xml 
b/net-print/brother-dcpj925dw/metadata.xml
new file mode 100644
index 000..3b7ffd9
--- /dev/null
+++ b/net-print/brother-dcpj925dw/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  u...@gentoo.org
+
+
+  Default to A4 paper size
+
+



[gentoo-commits] dev/ikelos:master commit in: dev-python/elasticsearch-py/

2014-12-01 Thread Mike Auty
commit: 4552bbb2a8506165fc6c63d65845b0dd6acb2063
Author: Mike Auty  gmail  com>
AuthorDate: Mon Dec  1 01:26:55 2014 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Dec  1 01:26:55 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=4552bbb2

Add in elasticsearch-py.

---
 dev-python/elasticsearch-py/Manifest   |  2 ++
 .../elasticsearch-py/elasticsearch-py-1.2.0.ebuild | 22 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
new file mode 100644
index 000..976dc3f
--- /dev/null
+++ b/dev-python/elasticsearch-py/Manifest
@@ -0,0 +1,2 @@
+DIST 1.2.0.tar.gz 67255 SHA256 
005a671135872873ec860c820c0c1cb55ebb785f56aaff61caf6f687f6c8c0a3 SHA512 
35f9a0e1e283550df7104b210c80515538a58b96d14b4a2d9d216cec11d5ade381839952e033bed3f33762db919a52fbd624c342815bb96842940023f231b5ac
 WHIRLPOOL 
45b8111cc027f29dd59915f8e3e257eeb6ba535c12c4e288adc7a986331c361d6902e9325a4ca7f5bd0dbce72db1b3000e1bf83d5070516d3fe819e3bd22b6b8
+EBUILD elasticsearch-py-1.2.0.ebuild 488 SHA256 
3b240f3579aa1e3cf655748778b72d7448ef8b902585965a30bf1cd3e45093ca SHA512 
e16f9eff5529cd82976d0bced2a2dd7fe283b0fdff75a91f76d7798896fc814f41664933b42f9c7a1162b245ef301244a85b5a852965aa08df7a07bf3972fd11
 WHIRLPOOL 
a19fd4676892246769817b08d10db850ba24b164edf6d6210622485ebc8c850586db452fd1c520f647b10c7a75d166864f67448e39797b6e35e0ab617f49bb6d

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.2.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-1.2.0.ebuild
new file mode 100644
index 000..9c6f9cd
--- /dev/null
+++ b/dev-python/elasticsearch-py/elasticsearch-py-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7 python3_2 python3_3 python3_4)
+
+inherit distutils-r1
+
+DESCRIPTION="Elasticsearch python bindings"
+HOMEPAGE="https://github.com/elasticsearch/elasticsearch-py";
+SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz";
+
+LICENSE="Apache-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/urllib3"
+RDEPEND="${DEPEND}"
+
+



[gentoo-commits] dev/ikelos:master commit in: net-analyzer/pynids/files/, net-analyzer/pynids/

2014-12-01 Thread Mike Auty
commit: 5fe1df215813d125c84e92f043702a741c146ede
Author: Mike Auty  gmail  com>
AuthorDate: Mon Dec  1 01:14:02 2014 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Dec  1 01:14:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=5fe1df21

Remove pynids as it seems no longer under development.

---
 net-analyzer/pynids/Manifest   |  3 --
 .../pynids/files/pynids-0.6.1-setup-fix.patch  | 61 --
 net-analyzer/pynids/pynids-0.6.1.ebuild| 28 --
 3 files changed, 92 deletions(-)

diff --git a/net-analyzer/pynids/Manifest b/net-analyzer/pynids/Manifest
deleted file mode 100644
index c665cbd..000
--- a/net-analyzer/pynids/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX pynids-0.6.1-setup-fix.patch 2117 SHA256 
a83827678dd3e189a9bae406cedf07b01523f8db7c5179c5072e73deefef1b5b SHA512 
a5f7afb1c82a7470f11db4e0b8f85dea4f8f2e827749a5c4718dd5c9a1758c7c9f4aca1b4850ba5c2a225e9e0a5364fda2620f434474c88c91fd457895b373c5
 WHIRLPOOL 
b227c4611e8d645bf006ee9784bb4ef9f94df6349826e51f9cbca729242de6e8db72acd67bd19438fee18c091a9d66c071c5f318f8b2814eef62d376908313c6
-DIST pynids-0.6.1.tar.gz 174723 SHA256 
fb7fd5ab32b92017c441c405574d8b77955b05220591e4fa946eea55efa1af86 SHA512 
ae78bc024cde3d708f1d173c6a4e3f483dfa6d4bae3aae73d4daa0c0179cadd36107df7af6ba97d81c59a9658c0b252234f96e9aa7506c97244cfdaee5185a97
 WHIRLPOOL 
5797eab6ca786de716db67b782739bed87b945c6555c00aa0a907518c09f0a3aa89bdbccb0af90f661e52776119ca2d6c8dbb9641185007807d4dff81ab4a4b9
-EBUILD pynids-0.6.1.ebuild 520 SHA256 
01f00775482bacc01d68efdfff58b01c413cf45964bdf1ad0b0fbaf02882c0e0 SHA512 
c28e052938f04b62cf490012fdacd2a9f439b1157987df3e59da5c208223fe93cc9543489e140e8c7495dff1bb407aeee6625628fb3d8b11d24b26eedf698361
 WHIRLPOOL 
dc20ea0d37b017017471b1a36dbdd6cf4060cf0ebc45b017bd18474ddfb0340401f8ec744352198db4ed11829086020ae8bbdab1e86c1bf7bfc03109e93cffd4

diff --git a/net-analyzer/pynids/files/pynids-0.6.1-setup-fix.patch 
b/net-analyzer/pynids/files/pynids-0.6.1-setup-fix.patch
deleted file mode 100644
index de7a01d..000
--- a/net-analyzer/pynids/files/pynids-0.6.1-setup-fix.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-diff --git a/setup.py b/setup.py
-index d69a7c6..017ac5b 100644
 a/setup.py
-+++ b/setup.py
-@@ -16,38 +16,10 @@ PKGNAME  = 'libnids-1.24'
- PKGTAR   = PKGNAME + '.tar.gz'
- BUILDDIR = PKGNAME
- 
--INCLUDE_DIRS  = ['/usr/local/include', '/opt/local/include']
--LIBRARY_DIRS  = ['/usr/local/lib', '/opt/local/lib']
-+INCLUDE_DIRS  = ['/usr/include']
-+LIBRARY_DIRS  = ['/usr/lib']
- EXTRA_OBJECTS = []
- 
--class nidsMaker(build):
--NIDSTAR = PKGTAR
--NIDSDIR = BUILDDIR
--include_dirs = [ pathjoin(NIDSDIR, 'src') ]
--library_dirs = []
--extra_objects  = [ pathjoin(NIDSDIR, 'src', 'libnids.a') ]
--
--def buildNids(self):
--# extremely crude package builder
--try:
--os.stat(self.NIDSDIR)
--return None   # assume already built
--except OSError:
--pass
--
--spawn(['tar', '-zxf', self.NIDSTAR], search_path = 1)
--os.chdir(self.NIDSDIR)
--spawn([pathjoin('.','configure'), 'CFLAGS=-fPIC'])
--spawn(['make'], search_path = 1)
--os.chdir('..')
--
--def run(self):
--self.buildNids()
--build.run(self)
--
--INCLUDE_DIRS = nidsMaker.include_dirs + INCLUDE_DIRS
--EXTRA_OBJECTS = nidsMaker.extra_objects + EXTRA_OBJECTS
--
- setup (# Distribution meta-data
- name = "pynids",
- version = "0.6.1",
-@@ -61,13 +33,12 @@ library offering sniffing, IP defragmentation, TCP stream 
reassembly and TCP
- port scan detection.
- ---
- ''',
--cmdclass = {'build': nidsMaker},
- ext_modules = [ Extension(
--"nidsmodule",
-+"nids",
- #define_macros = [ ("DEBUG", None), ],
- sources=["nidsmodule.c"],
- include_dirs = INCLUDE_DIRS,
--libraries = ["pcap", "net", "glib-2.0", 
"gthread-2.0"],
-+libraries = ["pcap", "net", "glib-2.0", 
"gthread-2.0", "nids"],
- library_dirs = LIBRARY_DIRS,
- extra_objects = EXTRA_OBJECTS
- ) 

diff --git a/net-analyzer/pynids/pynids-0.6.1.ebuild 
b/net-analyzer/pynids/pynids-0.6.1.ebuild
deleted file mode 100644
index 1b1e68a..000
--- a/net-analyzer/pynids/pynids-0.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_DEPEND="2:2.7"
-
-inherit eutils distutils
-
-DESCRIPTION="Python interface for libnids"
-HOMEPAGE="http://jon.oberheide.org/pynids/";
-SRC_URI="http://jon.oberheide.org/${PN}/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd6

[gentoo-commits] dev/ikelos:master commit in: net-analyzer/silk/, dev-libs/libfixbuf/

2014-12-01 Thread Mike Auty
commit: 2a6603e186b97c973f53ba1154bf64f3c6764059
Author: Mike Auty  gmail  com>
AuthorDate: Mon Dec  1 01:23:23 2014 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Dec  1 01:23:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=2a6603e1

Cleaning out other ebuilds I don't use anymore.

---
 dev-libs/libfixbuf/Manifest   |  2 --
 dev-libs/libfixbuf/libfixbuf-1.4.0.ebuild | 18 --
 net-analyzer/silk/Manifest|  2 --
 net-analyzer/silk/silk-3.8.2.ebuild   | 22 --
 4 files changed, 44 deletions(-)

diff --git a/dev-libs/libfixbuf/Manifest b/dev-libs/libfixbuf/Manifest
deleted file mode 100644
index 5c65a23..000
--- a/dev-libs/libfixbuf/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libfixbuf-1.4.0.tar.gz 1141490 SHA256 
a97470e05f5b127464d1c31c2adf41a6c93b6770221abd10409e661d3da48749 SHA512 
864e28e2eb519ed92aee7eb445d1d190c6d8ec43ed7832e595dc275d01e3a2a050239e3e0138141e3608cfa0a63eea6eaf245f2c9a2a23a55cc24f2a0bfe79aa
 WHIRLPOOL 
4c5130b4f7f0c469c509fcf3f9cf6008b06bf7927474bdeff6f2ddd8815394a2d01d5bf039c23d30bacf12f7f20d11be59738baeb35d9814ea172cc1455b
-EBUILD libfixbuf-1.4.0.ebuild 378 SHA256 
2ad6c80cbd3ef85821b8532c5d41927844e7f33d2d27bb602c04ac0eb92b5f9f SHA512 
7efeefc240d8faebf53379ceade57b3c5044812492d5e9dcc0451cf9922b69f88de817d0f86ef4dafd4f5fa6c06a2d6573952deba0241719e9b46275fb2388c7
 WHIRLPOOL 
ba60287e51ac143153cf7609c40404e6947a23d8c15a1f7e1ba3e6e52416c18d3c645436e00c51c13f7a555f2b80bdf1c8f524b1e82e50c6c115d40e1f7ed08d

diff --git a/dev-libs/libfixbuf/libfixbuf-1.4.0.ebuild 
b/dev-libs/libfixbuf/libfixbuf-1.4.0.ebuild
deleted file mode 100644
index 2b3cda4..000
--- a/dev-libs/libfixbuf/libfixbuf-1.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="IPFIX library"
-HOMEPAGE="http://tools.netsa.cert.org/";
-SRC_URI="https://tools.netsa.cert.org/releases/${P}.tar.gz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/glib
-   dev-libs/openssl"
-RDEPEND="${DEPEND}"

diff --git a/net-analyzer/silk/Manifest b/net-analyzer/silk/Manifest
deleted file mode 100644
index 89386dc..000
--- a/net-analyzer/silk/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST silk-3.8.2.tar.gz 5085051 SHA256 
11ebd7e100d330ea716d2aaabd56dee735ace120392677ab21583a81ada540d6 SHA512 
b93f6ac490890c8c89074abcd531a10fbebc5e1488ca306e4a9dfa702e69f625fa8900fc48a6e40389cc61ad9fd9a9c9961ef63c2cafffece18bcecf9c20b9da
 WHIRLPOOL 
e0ab9163806b2f7f1e3ebedb659deeddb287297f5358be24794df33b16cac3e093c6db569bb2fc41eee7e3911a499af8cd2abd01d34105938cfc4c19a83ab33b
-EBUILD silk-3.8.2.ebuild 409 SHA256 
eca391f001ddfa6b532d4caddfd58ee00fbbf4aa6b9a060aa04204edca01b266 SHA512 
4e41cc448dcfaed28e3d96eae015367aa2210b1005ace1713a9d119bdc83a007b650220a5cebf00646e3567dea345642c3fc5598ec51b75b8f2e1fb2e70b42cb
 WHIRLPOOL 
78cf52a580e615762c80ac7b217c9c55eed8b763bcc2173b33028590aba64d5a8c3b2713f2fdbc4e34da9ab21563e55ceb3c5cc59fbee6c420e371811b5811d7

diff --git a/net-analyzer/silk/silk-3.8.2.ebuild 
b/net-analyzer/silk/silk-3.8.2.ebuild
deleted file mode 100644
index c6fd32e..000
--- a/net-analyzer/silk/silk-3.8.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION=""
-HOMEPAGE=""
-SRC_URI="https://tools.netsa.cert.org/releases/${P}.tar.gz";
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
-   net-libs/libpcap
-   net-libs/gnutls
-   dev-libs/lzo
-   dev-libs/libgpg-error
-   dev-libs/libgcrypt"
-RDEPEND="${DEPEND}"



[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog perl-module.eclass

2014-12-01 Thread Andreas HAttel (dilfridge)
dilfridge14/12/01 20:41:08

  Modified: ChangeLog perl-module.eclass
  Log:
  Replace exlicitly listing all GPL variants with GPL-1+

Revision  ChangesPath
1.1449   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1448
retrieving revision 1.1449
diff -u -r1.1448 -r1.1449
--- ChangeLog   29 Nov 2014 23:03:42 -  1.1448
+++ ChangeLog   1 Dec 2014 20:41:08 -   1.1449
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1448 2014/11/29 
23:03:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1449 2014/12/01 
20:41:08 dilfridge Exp $
+
+  01 Dec 2014; Andreas K. Huettel  perl-module.eclass:
+  Replace exlicitly listing all GPL variants with GPL-1+
 
   29 Nov 2014; Michał Górny  python-utils-r1.eclass:
   Remove leftover code for Python 3.2.



1.158eclass/perl-module.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.158&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.158&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.157&r2=1.158

Index: perl-module.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- perl-module.eclass  22 Nov 2014 18:24:17 -  1.157
+++ perl-module.eclass  1 Dec 2014 20:41:08 -   1.158
@@ -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/perl-module.eclass,v 1.157 
2014/11/22 18:24:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.158 
2014/12/01 20:41:08 dilfridge Exp $
 
 # @ECLASS: perl-module.eclass
 # @MAINTAINER:
@@ -75,7 +75,7 @@
;;
 esac
 
-LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
+LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
 
 if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then
: ${MY_P:=${MY_PN:-${PN}}-${MY_PV:-${MODULE_VERSION:-${PV






[gentoo-commits] gentoo-x86 commit in sys-apps/biosdevname: biosdevname-0.6.1.ebuild ChangeLog

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 20:00:25

  Modified: ChangeLog
  Added:biosdevname-0.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.19 sys-apps/biosdevname/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   19 Sep 2014 06:30:09 -  1.18
+++ ChangeLog   1 Dec 2014 20:00:25 -   1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/biosdevname
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v 1.18 
2014/09/19 06:30:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v 1.19 
2014/12/01 20:00:25 aidecoe Exp $
+
+*biosdevname-0.6.1 (01 Dec 2014)
+
+  01 Dec 2014; Amadeusz Żołnowski 
+  +biosdevname-0.6.1.ebuild:
+  Version bump.
 
   19 Sep 2014; Michał Górny  biosdevname-0.3.11-r1.ebuild,
   biosdevname-0.4.0.ebuild, biosdevname-0.4.1.ebuild:



1.1  sys-apps/biosdevname/biosdevname-0.6.1.ebuild

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

Index: biosdevname-0.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/biosdevname/biosdevname-0.6.1.ebuild,v 1.1 
2014/12/01 20:00:25 aidecoe Exp $

EAPI=4
inherit udev

DESCRIPTION="Sets BIOS-given device names instead of kernel eth* names"
HOMEPAGE="http://linux.dell.com/biosdevname/";
SRC_URI="http://linux.dell.com/biosdevname/${P}/${P}.tar.gz";

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

CDEPEND="virtual/udev"
DEPEND="${CDEPEND}
sys-apps/pciutils"
RDEPEND="${CDEPEND}"

src_prepare() {
sed -i -e 's|/sbin/biosdevname|/usr\0|g' biosdevname.rules.in || die
sed -i -e "/RULEDEST/s:/lib/udev:$(get_udevdir):" configure{,.ac} || die
}






[gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-Getopt: MooseX-Getopt-0.650.0.ebuild ChangeLog

2014-12-01 Thread Andreas HAttel (dilfridge)
dilfridge14/12/01 19:57:17

  Modified: MooseX-Getopt-0.650.0.ebuild ChangeLog
  Log:
  Pick correct install target, bug 531322
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild

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

Index: MooseX-Getopt-0.650.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MooseX-Getopt-0.650.0.ebuild30 Nov 2014 21:39:50 -  1.1
+++ MooseX-Getopt-0.650.0.ebuild1 Dec 2014 19:57:17 -   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-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v 
1.1 2014/11/30 21:39:50 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v 
1.2 2014/12/01 19:57:17 dilfridge Exp $
 
 EAPI=5
 
@@ -41,3 +41,4 @@
 "
 
 SRC_TEST=do
+mytargets="install"



1.47 dev-perl/MooseX-Getopt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 Nov 2014 21:39:50 -  1.46
+++ ChangeLog   1 Dec 2014 19:57:17 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/MooseX-Getopt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.46 
2014/11/30 21:39:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.47 
2014/12/01 19:57:17 dilfridge Exp $
+
+  01 Dec 2014; Andreas K. Huettel 
+  MooseX-Getopt-0.650.0.ebuild:
+  Pick correct install target, bug 531322
 
 *MooseX-Getopt-0.650.0 (30 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in sci-electronics/eagle: ChangeLog eagle-7.2.0.ebuild

2014-12-01 Thread Jason Zaman (perfinion)
perfinion14/12/01 19:49:33

  Modified: ChangeLog
  Added:eagle-7.2.0.ebuild
  Log:
  version bump to 7.2.0
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.63 sci-electronics/eagle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/eagle/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   15 Oct 2014 21:05:09 -  1.62
+++ ChangeLog   1 Dec 2014 19:49:33 -   1.63
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/eagle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/ChangeLog,v 1.62 
2014/10/15 21:05:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/ChangeLog,v 1.63 
2014/12/01 19:49:33 perfinion Exp $
+
+*eagle-7.2.0 (01 Dec 2014)
+
+  01 Dec 2014; Jason Zaman  +eagle-7.2.0.ebuild:
+  version bump to 7.2.0
 
   15 Oct 2014; Pacho Ramos  eagle-4.16_p2-r2.ebuild,
   eagle-5.11.0.ebuild, eagle-5.12.0.ebuild, eagle-6.6.0.ebuild,



1.1  sci-electronics/eagle/eagle-7.2.0.ebuild

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

Index: eagle-7.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/eagle-7.2.0.ebuild,v 
1.1 2014/12/01 19:49:33 perfinion Exp $

EAPI="5"

inherit eutils

DESCRIPTION="CadSoft EAGLE schematic and printed circuit board (PCB) layout 
editor"
HOMEPAGE="http://www.cadsoft.de";
SRC_URI="ftp://ftp.cadsoft.de/${PN}/program/${PV%\.[0-9]}/${PN}-lin-${PV}.run";

LICENSE="cadsoft"
SLOT="0"
KEYWORDS="~amd64 ~x86 -*"
IUSE="doc linguas_de linguas_zh"

QA_PREBUILT="opt/eagle/bin/eagle"

RDEPEND="
sys-libs/glibc
|| (
(
|| ( virtual/jpeg:62[abi_x86_32(-)]  
media-libs/jpeg:62[abi_x86_32(-)] )
>=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
>=dev-libs/openssl-0.9.8z_p1-r2:0.9.8[abi_x86_32(-)]
>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
>=media-libs/freetype-2.5.0.1[abi_x86_32(-)]
>=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
>=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
>=x11-libs/libXi-1.7.2[abi_x86_32(-)]

)
amd64? (
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
)
)
"

# Append ${PV} since that's what upstream installs to
case "${LINGUAS}" in
*de*)
MY_LANG="de";;
*)
MY_LANG="en";;
esac

src_unpack() {
# Extract the built-in .tar.bz2 file starting at __DATA__
sed  -e '1,/^__DATA__$/d' "${DISTDIR}/${A}" | tar xj || die "unpacking 
failed"
}

src_install() {
local installdir="/opt/eagle"

# Set MY_LANG for this function only since UPDATE_zh and README_zh
# don't exist
[[ ${LINGUAS} == *zh* ]] && MY_INST_LANG="zh" || 
MY_INST_LANG="${MY_LANG}"

insinto $installdir
doins -r .

fperms 0755 ${installdir}/bin/eagle

# Install wrapper (suppressing leading tabs)
# see bug #188368 or http://www.cadsoftusa.com/training/faq/#3
exeinto /opt/bin
newexe "${FILESDIR}/eagle_wrapper_script" eagle
# Finally, append the path of the eagle binary respecting $installdir 
and any
# arguments passed to the script (thanks Denilson)
echo "${installdir}/bin/eagle" '"$@"' >> "${D}/opt/bin/eagle"

# Install the documentation
cd doc
dodoc README_${MY_LANG} UPDATE_${MY_LANG} library_${MY_LANG}.txt
doman eagle.1

# Install extra documentation if requested
if use doc; then
dodoc 
{

[gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-0.2.2.ebuild pshs-9999.ebuild metadata.xml ChangeLog

2014-12-01 Thread Michal Gorny (mgorny)
mgorny  14/12/01 19:19:54

  Modified: pshs-.ebuild metadata.xml ChangeLog
  Added:pshs-0.2.2.ebuild
  Log:
  Version bump, now with QRCode printing support.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  www-servers/pshs/pshs-.ebuild

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

Index: pshs-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pshs-.ebuild6 Jul 2014 13:23:20 -   1.3
+++ pshs-.ebuild1 Dec 2014 19:19:54 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-.ebuild,v 1.3 
2014/07/06 13:23:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-.ebuild,v 1.4 
2014/12/01 19:19:54 mgorny Exp $
 
 EAPI=5
 
@@ -20,10 +20,11 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink upnp"
+IUSE="+magic +netlink qrcode upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
magic? ( sys-apps/file:0= )
+   qrcode? ( media-gfx/qrencode:0= )
upnp? ( net-libs/miniupnpc:0= )"
 DEPEND="${RDEPEND}
netlink? ( sys-apps/iproute2
@@ -39,6 +40,7 @@
myeconfargs=(
$(use_enable magic libmagic)
$(use_enable netlink)
+   $(use_enable qrcode qrencode)
$(use_enable upnp)
)
 



1.5  www-servers/pshs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml14 Dec 2012 15:31:09 -  1.4
+++ metadata.xml1 Dec 2014 19:19:54 -   1.5
@@ -10,6 +10,7 @@
using libmagic (sys-apps/file)
Use libnetlink 
(sys-apps/iproute2) to
get network interface addresses
+   Enable generating QRCodes for server 
URL






1.8  www-servers/pshs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Jul 2014 13:23:20 -   1.7
+++ ChangeLog   1 Dec 2014 19:19:54 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/pshs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.7 2014/07/06 
13:23:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.8 2014/12/01 
19:19:54 mgorny Exp $
+
+*pshs-0.2.2 (01 Dec 2014)
+
+  01 Dec 2014; Michał Górny  +pshs-0.2.2.ebuild,
+  metadata.xml, pshs-.ebuild:
+  Version bump, now with QRCode printing support.
 
   06 Jul 2014; Michał Górny  pshs-0.2.1.ebuild,
   pshs-.ebuild:



1.1  www-servers/pshs/pshs-0.2.2.ebuild

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

Index: pshs-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/www-servers/pshs/pshs-0.2.2.ebuild,v 1.1 
2014/12/01 19:19:54 mgorny Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
HOMEPAGE="https://bitbucket.org/mgorny/pshs/";
SRC_URI

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

2014-12-01 Thread Mike Gilbert (floppym)
floppym 14/12/01 17:48:29

  Modified: cffi-0.8.2.ebuild cffi-0.8.6.ebuild
cffi-0.8.1.ebuild ChangeLog
  Log:
  Use in-source build to avoid a race. Reported by remi`.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.11 dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cffi-0.8.2.ebuild   13 Aug 2014 17:19:08 -  1.10
+++ cffi-0.8.2.ebuild   1 Dec 2014 17:48:28 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.10 
2014/08/13 17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.11 
2014/12/01 17:48:28 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
 python_compile_all() {
use doc && emake -C doc html
 }



1.6  dev-python/cffi/cffi-0.8.6.ebuild

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

Index: cffi-0.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cffi-0.8.6.ebuild   5 Nov 2014 02:42:17 -   1.5
+++ cffi-0.8.6.ebuild   1 Dec 2014 17:48:28 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.5 
2014/11/05 02:42:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.6 
2014/12/01 17:48:28 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
 python_compile_all() {
use doc && emake -C doc html
 }



1.15 dev-python/cffi/cffi-0.8.1.ebuild

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

Index: cffi-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cffi-0.8.1.ebuild   13 Aug 2014 17:19:08 -  1.14
+++ cffi-0.8.1.ebuild   1 Dec 2014 17:48:28 -   1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.14 
2014/08/13 17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.15 
2014/12/01 17:48:28 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
 python_compile_all() {
use doc && emake -C doc html
 }



1.41 dev-python/cffi/ChangeLog

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


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

2014-12-01 Thread Jorge Manuel B. S. Vicetto
commit: cc0b0dea23ae2c273fb5e9daec135e77fa36fe93
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Dec  1 17:41:38 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Dec  1 17:45:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=cc0b0dea

Version bump. 4.2.13 is the last feature release from the 4.2 series. 4.3 is 
getting near its first production release.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

---
 dev-db/phpmyadmin/Manifest| 4 ++--
 .../phpmyadmin/{phpmyadmin-4.2.12.ebuild => phpmyadmin-4.2.13.ebuild} | 0
 .../{phpmyadmin-4.3.0_beta1.ebuild => phpmyadmin-4.3.0_rc1.ebuild}| 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index dc42251..36b8b67 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,4 +1,4 @@
 DIST phpMyAdmin-4.0.10.6-all-languages.tar.xz 4774552 SHA256 
69098b7eda055c13688429261daca43d500167d12791ab1018df85d0a163cec3 SHA512 
7776cfc4810145a9ffd5ed42415693320f0979debe6640634ff42e94e7e700daec5c7ac7cdf0c1a9644a788ddbb71e5a74bec55faab5b8d2ac5626a108f94ed4
 WHIRLPOOL 
750af40e7d97a9e38f8481b5036c5a7c8743244e025571dfd51a50106c03835c3d79621de623b34d51e3754017bebcbaff1c89d320d3c1862cac2f2b413414e7
 DIST phpMyAdmin-4.1.14.7-all-languages.tar.xz 4879304 SHA256 
72b954bbf95bacc70436450026915e4740274ee0c71eeb314a9f491788bb63b6 SHA512 
03ffdd485b9e7ad4661189bcf3fca8892fb2c34d0b995d44b2c5e88c27b28095f0e8654109741b41543b56872c8b5d6dadb94e929e6332565f4a3ca5c3302383
 WHIRLPOOL 
850021d72cdec8af74433f8cd9f6c9a92e9950dd893ad96941a2146079f88bbbd3eb95e3fc45e7e81d656f3a952b5fdce6f4dd109804de2d19a78f06d5275ff4
-DIST phpMyAdmin-4.2.12-all-languages.tar.xz 5203736 SHA256 
29a5d980ca16f0ee20437f3e01e2ab553041ccf41ebe26fb18f11261d74a SHA512 
b0558f97b64ff40afe2c10a6513181ebd36fa66f977c73bd234b93c1aa57d5ff1d9b7c1d4437f0c2a0923359987ec11022cf21c4a5bfdafa30c303e7bc04eb1c
 WHIRLPOOL 
01518239043e2865a160bdde5e3aed6968972f765ebab44be05ad8b721536341b76298b528ec82af590e45aa27f3aa8247aae93ffadef0b51c683bf0438e5cdb
-DIST phpMyAdmin-4.3.0-beta1-all-languages.tar.xz 5382576 SHA256 
04cf1a00f4c50021e6116a459a5ce280ce4de94769db3b14b3e4280cce18d557 SHA512 
6eb931c8a84b4ed0dc7504626a38017b264b3a258f5c3238729e4b6cb74d3b2bc9a213b7b9cfd4e7c0b7668ba40cf309e465ce088b66bc0efa1b5e5471d37a14
 WHIRLPOOL 
7ee91598b2da0bbf9fa161c0b8d06cf4ecfb166422a733301081165459638e2547c0bf8e7b3b1ee8b0200d848e8e148796b00b62f8ab5ff59e3f32a5339128f3
+DIST phpMyAdmin-4.2.13-all-languages.tar.xz 5204232 SHA256 
1bab6ef2e930ea4a92346c0945908cffba3efa45d6f39413b351cc8a2a017377 SHA512 
d3cc81a9fdf212a0e86f88c77a1de195894998a338762ea8896e3c20c17f0faae56cb3752ef6fffdd67f5073b8a7e81d1a11d8e8475ffe594879348ed0b5
 WHIRLPOOL 
4b6e69e630ccb350d1e3b5ddae1f0f81008b71ad4f43298c983d45d8a91e8be220adbd4f6a43a2b5cb26e87e0ce32d1bd349099a1634c024fcf0e394cc517b2e
+DIST phpMyAdmin-4.3.0-rc1-all-languages.tar.xz 5383944 SHA256 
b9ef6c9b743c4cd15319db48f906fc3d14de7b5321865fe754e3471725af032c SHA512 
a573e0e030efd6358d5d4417000968b4a65dd893f24a8bfa20fc539ab6c00532e773b57f14dba79b077339b396f4a15bb2d5c6e8803b127b21991ec618210637
 WHIRLPOOL 
d7151975aca7e6d845eb9ee08e2bacddc41b9e5a70f4ec9e34a200ed348a381280765001e94107a92de1a98701d593316fb5e2bd09da2244d830c8b7999ede81

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.2.12.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild
similarity index 100%
rename from dev-db/phpmyadmin/phpmyadmin-4.2.12.ebuild
rename to dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.3.0_beta1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.3.0_rc1.ebuild
similarity index 100%
rename from dev-db/phpmyadmin/phpmyadmin-4.3.0_beta1.ebuild
rename to dev-db/phpmyadmin/phpmyadmin-4.3.0_rc1.ebuild



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

2014-12-01 Thread Manuel Rüger
commit: 3d7dd6a1015180550a0a09abda2c86fc619ba25c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec  1 17:34:49 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec  1 17:34:49 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d7dd6a1

Merge branch 'master' of git.overlays.gentoo.org:proj/kde


 .../kdepimlibs/kdepimlibs-.ebuild  |  49 +-
 kde-base/khotkeys/khotkeys-4.11.49..ebuild |  23 -
 .../kinfocenter/kinfocenter-4.11.49..ebuild|  37 --
 kde-base/kmenuedit/kmenuedit-4.11.49..ebuild   |  31 --
 kde-base/ksysguard/ksysguard-4.11.49..ebuild   |  46 --
 kde-base/kwin/kwin-4.11.49..ebuild |  80 
 kde-base/kwrited/kwrited-4.11.49..ebuild   |  16 -
 .../plasma-workspace-4.11.49..ebuild   | 122 -
 kde-base/powerdevil/powerdevil-4.11.49..ebuild |  32 --
 .../systemsettings-4.11.49..ebuild | 100 
 .../kaccounts-integration-.ebuild  |  25 +-
 .../kaccounts-integration}/metadata.xml|   0
 .../kaccounts-providers-.ebuild|  21 +
 .../kaccounts-providers}/metadata.xml  |   2 +-
 .../signon-kwallet-extension}/metadata.xml |   0
 .../signon-kwallet-extension-.ebuild   |  21 +
 media-libs/qt-gstreamer/qt-gstreamer-.ebuild   |  68 ++-
 .../ktp-accounts-kcm-4..ebuild |   1 +
 .../ktp-accounts-kcm/ktp-accounts-kcm-.ebuild  |  27 +-
 net-im/ktp-approver/ktp-approver-4..ebuild |   1 +
 .../ktp-approver/ktp-approver-.ebuild  |  21 +-
 .../ktp-auth-handler-4..ebuild |   1 +
 .../ktp-auth-handler/ktp-auth-handler-.ebuild  |  40 ++
 .../ktp-common-internals-4..ebuild |   1 +
 .../ktp-common-internals-.ebuild   |   1 -
 .../ktp-contact-list-4..ebuild |   1 +
 .../ktp-contact-list/ktp-contact-list-.ebuild  |  19 +-
 .../ktp-contact-runner-4..ebuild   |   1 +
 .../ktp-contact-runner-.ebuild |  30 ++
 .../ktp-desktop-applets-4..ebuild  |   1 +
 .../ktp-desktop-applets-.ebuild|   1 -
 .../ktp-filetransfer-handler-4..ebuild |   1 +
 .../ktp-filetransfer-handler-.ebuild   |  19 +-
 .../ktp-kded-module/ktp-kded-module-4..ebuild  |   1 +
 .../ktp-kded-module/ktp-kded-module-.ebuild|  28 +-
 net-im/ktp-send-file/ktp-send-file-4..ebuild   |   1 +
 net-im/ktp-send-file/ktp-send-file-.ebuild |  33 ++
 .../ktp-text-ui/ktp-text-ui-.ebuild|  34 +-
 net-libs/accounts-qt/Manifest  |   1 +
 net-libs/accounts-qt/accounts-qt-1.13.ebuild   |  38 ++
 .../files/accounts-qt-1.11-to-1.13.patch   | 289 
 .../accounts-qt}/metadata.xml  |   0
 net-libs/libaccounts-glib/Manifest |   1 +
 .../files/libaccounts-glib-1.16-to-1.18.patch  | 517 +
 .../libaccounts-glib/libaccounts-glib-1.18.ebuild  |  37 ++
 .../libaccounts-glib}/metadata.xml |   0
 net-libs/signon-oauth2/Manifest|   1 +
 .../signon-oauth2}/metadata.xml|   0
 net-libs/signon-oauth2/signon-oauth2-0.19.ebuild   |  40 ++
 net-libs/signon-ui/Manifest|   1 +
 .../signon-ui}/metadata.xml|   0
 net-libs/signon-ui/signon-ui-0.15.ebuild   |  45 ++
 net-libs/signond/Manifest  |   1 +
 net-libs/signond/files/signond-8.56-to-8.57.patch  | 275 +++
 .../signond}/metadata.xml  |   0
 net-libs/signond/signond-8.57.ebuild   |  44 ++
 ...99.ebuild => telepathy-logger-qt-4..ebuild} |   0
 .../telepathy-logger-qt-.ebuild|  37 +-
 profiles/package.mask/signond  |   4 +
 59 files changed, 1632 insertions(+), 635 deletions(-)



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

2014-12-01 Thread Manuel Rüger
commit: 780855888ffc1d84c381c217241a2ed12d837311
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec  1 17:34:33 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec  1 17:34:33 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78085588

[kde-apps/kfmclient] Fix install. Add missing file.

Package-Manager: portage-2.2.14

---
 kde-apps/kfmclient/kfmclient-14.11.97.ebuild | 1 +
 kde-apps/kfmclient/kfmclient-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kfmclient/kfmclient-14.11.97.ebuild 
b/kde-apps/kfmclient/kfmclient-14.11.97.ebuild
index 16d620a..03d15dd 100644
--- a/kde-apps/kfmclient/kfmclient-14.11.97.ebuild
+++ b/kde-apps/kfmclient/kfmclient-14.11.97.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="debug"
 
 KMEXTRACTONLY="
+   konqueror/konqueror.appdata.xml
konqueror/kfmclient.desktop
konqueror/kfmclient_dir.desktop
konqueror/kfmclient_html.desktop

diff --git a/kde-apps/kfmclient/kfmclient-.ebuild 
b/kde-apps/kfmclient/kfmclient-.ebuild
index b14a5c2..81e3777 100644
--- a/kde-apps/kfmclient/kfmclient-.ebuild
+++ b/kde-apps/kfmclient/kfmclient-.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
 IUSE="debug"
 
 KMEXTRACTONLY="
+   konqueror/konqueror.appdata.xml
konqueror/kfmclient.desktop
konqueror/kfmclient_dir.desktop
konqueror/kfmclient_html.desktop



[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas: ChangeLog openvas-7.0.6.ebuild openvas-8_beta4.ebuild openvas-6.ebuild openvas-7.ebuild openvas-7.0.5.ebuild openvas-7-r1.ebuild openvas-6_p

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 17:01:06

  Modified: ChangeLog
  Added:openvas-7.0.6.ebuild openvas-8_beta4.ebuild
  Removed:  openvas-6.ebuild openvas-7.ebuild
openvas-7.0.5.ebuild openvas-7-r1.ebuild
openvas-6_p1.ebuild openvas-4.ebuild
openvas-7-r2.ebuild
  Log:
  net-analyzer/openvas: Version Bump; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.23 net-analyzer/openvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   4 Nov 2014 12:36:33 -   1.22
+++ ChangeLog   1 Dec 2014 17:01:06 -   1.23
@@ -1,6 +1,15 @@
 # ChangeLog for net-analyzer/openvas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.22 
2014/11/04 12:36:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.23 
2014/12/01 17:01:06 jlec Exp $
+
+*openvas-8_beta4 (01 Dec 2014)
+*openvas-7.0.6 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  -openvas-4.ebuild,
+  -openvas-6.ebuild, -openvas-6_p1.ebuild, -openvas-7.ebuild,
+  -openvas-7-r1.ebuild, -openvas-7-r2.ebuild, -openvas-7.0.5.ebuild,
+  +openvas-7.0.6.ebuild, +openvas-8_beta4.ebuild:
+  Version Bump; drop old
 
 *openvas-7.0.5 (04 Nov 2014)
 



1.1  net-analyzer/openvas/openvas-7.0.6.ebuild

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

Index: openvas-7.0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-7.0.6.ebuild,v 
1.1 2014/12/01 17:01:06 jlec Exp $

EAPI=5

inherit readme.gentoo

DESCRIPTION="A remote security scanner"
HOMEPAGE="http://www.openvas.org/";

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

DEPEND="
~net-analyzer/openvas-libraries-7.0.6
~net-analyzer/openvas-scanner-4.0.5
~net-analyzer/openvas-manager-5.0.7
~net-analyzer/openvas-cli-1.3.1
net-analyzer/openvas-tools
~net-analyzer/greenbone-security-assistant-5.0.4
pdf? (
app-text/htmldoc
dev-texlive/texlive-latexextra
virtual/latex-base
)"
# greenbone-security-desktop is broken and unsupported upstream
RDEPEND="${DEPEND}"

S="${WORKDIR}"

pkg_postinst() {
elog "Additional support for extra checks can be get from"
optfeature "Nikto — a web server scanning and testing tool" 
net-analyzer/nikto
optfeature "NMAP — a portscanner" net-analyzer/nmap
optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and 
testing tool" net-analyzer/ike-scan
optfeature "amap — an application protocol detection tool" 
net-analyzer/amap
optfeature "ldapsearch from OpenLDAP utilities — retrieves information 
from LDAP dictionaries" net-nds/openldap
optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
optfeature "portbunny — a Linux-kernel-based portscanner" 
net-analyzer/portbunny
optfeature "w3af — a web application attack and audit framework" 
net-analyzer/w3af
}



1.1  net-analyzer/openvas/openvas-8_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/openvas-8_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/openvas-8_beta4.ebuild?rev=1.1&content-type=text/plain

Index: openvas-8_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-8_beta4.ebuild,v 1.1 
2014/12/01 17:01:06 jlec Exp $

EAPI=5

inherit readme.gentoo

DESCRIPTION="A remote security scanner"
HOMEPAGE="http://www.openvas.org/";

SLOT="0"
LICENSE="GPL-2"
KEYWORDS=""
IUSE="+pdf"

DEPEND="
>=net-analyzer/openvas-libraries-8_beta4
>=net-analyzer/openvas-scanner-5_beta4
   

[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.12_pre20141201.ebuild ChangeLog postfix-2.12_pre20141119.ebuild

2014-12-01 Thread Eray Aslan (eras)
eras14/12/01 16:56:21

  Modified: ChangeLog
  Added:postfix-2.12_pre20141201.ebuild
  Removed:  postfix-2.12_pre20141119.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.546mail-mta/postfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.546&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.546&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.545&r2=1.546

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -r1.545 -r1.546
--- ChangeLog   24 Nov 2014 16:49:51 -  1.545
+++ ChangeLog   1 Dec 2014 16:56:21 -   1.546
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.545 
2014/11/24 16:49:51 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.546 
2014/12/01 16:56:21 eras Exp $
+
+*postfix-2.12_pre20141201 (01 Dec 2014)
+
+  01 Dec 2014; Eray Aslan  +postfix-2.12_pre20141201.ebuild,
+  -postfix-2.12_pre20141119.ebuild:
+  Version bump
 
 *postfix-2.12_pre20141119 (24 Nov 2014)
 



1.1  mail-mta/postfix/postfix-2.12_pre20141201.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141201.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141201.ebuild?rev=1.1&content-type=text/plain

Index: postfix-2.12_pre20141201.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141201.ebuild,v 1.1 
2014/12/01 16:56:21 eras Exp $

EAPI=5
inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator

MY_PV="${PV/_pre/-}"
MY_SRC="${PN}-${MY_PV}"
MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/experimental";
VDA_PV="2.10.0"
VDA_P="${PN}-vda-v13-${VDA_PV}"
RC_VER="2.7"

DESCRIPTION="A fast and secure drop-in replacement for sendmail"
HOMEPAGE="http://www.postfix.org/";
SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) "

LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda"

DEPEND=">=dev-libs/libpcre-3.4
dev-lang/perl
berkdb? ( >=sys-libs/db-3.2 )
cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) )
eai? ( dev-libs/icu )
ldap? ( net-nds/openldap )
ldap-bind? ( net-nds/openldap[sasl] )
lmdb? ( >=dev-db/lmdb-0.9.11 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
postgres? ( virtual/postgresql )
sasl? (  >=dev-libs/cyrus-sasl-2 )
sqlite? ( dev-db/sqlite:3 )
ssl? ( >=dev-libs/openssl-0.9.6g )"

RDEPEND="${DEPEND}
dovecot-sasl? ( net-mail/dovecot )
memcached? ( net-misc/memcached )
net-mail/mailbase
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/mini-qmail
!mail-mta/msmtp[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/fastforward
selinux? ( sec-policy/selinux-postfix )"

# No vda support for postfix-2.12
REQUIRED_USE="ldap-bind? ( ldap sasl )
!vda"

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

pkg_setup() {
# Add postfix, postdrop user/group (bug #77565)
enewgroup postfix 207
enewgroup postdrop 208
enewuser postfix 207 -1 /var/spool/postfix postfix,mail
}

src_prepare() {
if use vda; then
epatch "${DISTDIR}"/${VDA_P}.patch
fi

sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
src/util/sys_defs.h || die "sed failed"

# change default paths to better comply with portage standard paths
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"

epatch_user
}

src_configure() {
for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
do
local AUXLIBS_${name}=""
done

# Make sure LDFLAGS get passed down to the executables.
local mycc="-DHAS_PCRE" m

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-cli: ChangeLog openvas-cli-1.4_beta4.ebuild openvas-cli-1.3.0-r1.ebuild openvas-cli-1.2.0.ebuild openvas-cli-1.1.2.ebuild

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 16:54:36

  Modified: ChangeLog
  Added:openvas-cli-1.4_beta4.ebuild
  Removed:  openvas-cli-1.3.0-r1.ebuild
openvas-cli-1.2.0.ebuild openvas-cli-1.1.2.ebuild
  Log:
  net-analyzer/openvas-cli: Version Bump; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.11 net-analyzer/openvas-cli/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   4 Nov 2014 12:36:37 -   1.10
+++ ChangeLog   1 Dec 2014 16:54:36 -   1.11
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/openvas-cli
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.10 
2014/11/04 12:36:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.11 
2014/12/01 16:54:36 jlec Exp $
+
+*openvas-cli-1.4_beta4 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  -openvas-cli-1.1.2.ebuild,
+  -openvas-cli-1.2.0.ebuild, -openvas-cli-1.3.0-r1.ebuild,
+  +openvas-cli-1.4_beta4.ebuild:
+  Version Bump; drop old
 
 *openvas-cli-1.3.1 (04 Nov 2014)
 



1.1  net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild?rev=1.1&content-type=text/plain

Index: openvas-cli-1.4_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild,v 
1.1 2014/12/01 16:54:36 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1827

DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""

RDEPEND="
>=net-analyzer/openvas-libraries-8.0_beta4
!net-analyzer/openvas-client"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}"/var
-DSYSCONFDIR="${EPREFIX}"/etc
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant: ChangeLog greenbone-security-assistant-6.0_beta4.ebuild greenbone-security-assistant-4.0.2.ebuild greenbone-security-as

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 16:52:40

  Modified: ChangeLog
  Added:greenbone-security-assistant-6.0_beta4.ebuild
  Removed:  greenbone-security-assistant-4.0.2.ebuild
greenbone-security-assistant-4.0.1.ebuild
greenbone-security-assistant-5.0.3-r1.ebuild
greenbone-security-assistant-2.0.1.ebuild
  Log:
  net-analyzer/greenbone-security-assistant: Version Bump; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.13 net-analyzer/greenbone-security-assistant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   4 Nov 2014 12:33:12 -   1.12
+++ ChangeLog   1 Dec 2014 16:52:40 -   1.13
@@ -1,6 +1,16 @@
 # ChangeLog for net-analyzer/greenbone-security-assistant
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.12 2014/11/04 12:33:12 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.13 2014/12/01 16:52:40 jlec Exp $
+
+*greenbone-security-assistant-6.0_beta4 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher 
+  -greenbone-security-assistant-2.0.1.ebuild,
+  -greenbone-security-assistant-4.0.1.ebuild,
+  -greenbone-security-assistant-4.0.2.ebuild,
+  -greenbone-security-assistant-5.0.3-r1.ebuild,
+  +greenbone-security-assistant-6.0_beta4.ebuild:
+  Version Bump; drop old
 
 *greenbone-security-assistant-5.0.4 (04 Nov 2014)
 



1.1  
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild?rev=1.1&content-type=text/plain

Index: greenbone-security-assistant-6.0_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild,v
 1.1 2014/12/01 16:52:40 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=gsad

DL_ID=1819

DESCRIPTION="Greenbone Security Assistant for openvas"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

SLOT="0"
LICENSE="GPL-2+ BSD MIT"
KEYWORDS=""
IUSE=""

RDEPEND="
>=net-analyzer/openvas-libraries-8.0_beta3
dev-libs/libxslt
net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}"/${PN}-5.0.3-run.patch
)

S="${WORKDIR}"/${P/_beta/+beta}

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}/var"
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}

insinto /etc/openvas
doins "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins "${FILESDIR}"/${MY_PN}.logrotate

systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-scanner: ChangeLog openvas-scanner-4.0.5.ebuild openvas-scanner-5.0_beta4.ebuild openvas-scanner-3.2.4.ebuild openvas-scanner-3.4.0.ebuild op

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 16:49:48

  Modified: ChangeLog
  Added:openvas-scanner-4.0.5.ebuild
openvas-scanner-5.0_beta4.ebuild
  Removed:  openvas-scanner-3.2.4.ebuild
openvas-scanner-3.4.0.ebuild
openvas-scanner-4.0.3-r3.ebuild
  Log:
  net-analyzer/openvas-scanner: Version Bump; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.17 net-analyzer/openvas-scanner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   4 Nov 2014 12:28:32 -   1.16
+++ ChangeLog   1 Dec 2014 16:49:48 -   1.17
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-scanner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.16 2014/11/04 12:28:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.17 2014/12/01 16:49:48 jlec Exp $
+
+*openvas-scanner-5.0_beta4 (01 Dec 2014)
+*openvas-scanner-4.0.5 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  -openvas-scanner-3.2.4.ebuild,
+  -openvas-scanner-3.4.0.ebuild, -openvas-scanner-4.0.3-r3.ebuild,
+  +openvas-scanner-4.0.5.ebuild, +openvas-scanner-5.0_beta4.ebuild:
+  Version Bump; drop old
 
 *openvas-scanner-4.0.4 (04 Nov 2014)
 



1.1  net-analyzer/openvas-scanner/openvas-scanner-4.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-4.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-4.0.5.ebuild?rev=1.1&content-type=text/plain

Index: openvas-scanner-4.0.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-4.0.5.ebuild,v
 1.1 2014/12/01 16:49:48 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvassd

DL_ID=1844

DESCRIPTION="A remote security scanner for Linux (OpenVAS-scanner)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz";

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

RDEPEND="
~net-analyzer/openvas-libraries-7.0.6
!net-analyzer/openvas-plugins
!net-analyzer/openvas-server"
DEPEND="${RDEPEND}
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}"/${PN}-4.0.3-bsdsource.patch
"${FILESDIR}"/${PN}-4.0.3-mkcertclient.patch
"${FILESDIR}"/${PN}-4.0.3-rulesdir.patch
"${FILESDIR}"/${PN}-4.0.3-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
"-DLOCALSTATEDIR=${EPREFIX}/var"
"-DSYSCONFDIR=${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

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

insinto /etc/openvas
doins "${FILESDIR}"/${MY_PN}.conf "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins "${FILESDIR}"/${MY_PN}.logrotate

dodoc "${FILESDIR}"/openvas-nvt-sync-cron

systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}



1.1  
net-analyzer/openvas-scanner/openvas-scanner-5.0_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-5.0_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-5.0_beta4.ebuild?rev=1.1&content-type=text/plain

Index: openvas-scanner-5.0_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-5.0_beta4.ebuild,v
 1.1 

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-manager: ChangeLog openvas-manager-6.0_beta4.ebuild openvas-manager-5.0.7.ebuild openvas-manager-5.0.4-r2.ebuild openvas-manager-5.0.5.ebuild

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 16:44:28

  Modified: ChangeLog
  Added:openvas-manager-6.0_beta4.ebuild
openvas-manager-5.0.7.ebuild
  Removed:  openvas-manager-5.0.4-r2.ebuild
openvas-manager-5.0.5.ebuild
openvas-manager-4.0.4.ebuild
  Log:
  net-analyzer/openvas-manager: Version Bump; drop old vulnerable versions, 
#531094
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.16 net-analyzer/openvas-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   4 Nov 2014 12:33:19 -   1.15
+++ ChangeLog   1 Dec 2014 16:44:28 -   1.16
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.15 2014/11/04 12:33:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.16 2014/12/01 16:44:28 jlec Exp $
+
+*openvas-manager-6.0_beta4 (01 Dec 2014)
+*openvas-manager-5.0.7 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  -openvas-manager-4.0.4.ebuild,
+  -openvas-manager-5.0.4-r2.ebuild, -openvas-manager-5.0.5.ebuild,
+  +openvas-manager-5.0.7.ebuild, +openvas-manager-6.0_beta4.ebuild:
+  Version Bump; drop old vulnerable versions, #531094
 
 *openvas-manager-5.0.5 (04 Nov 2014)
 



1.1  
net-analyzer/openvas-manager/openvas-manager-6.0_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-6.0_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-6.0_beta4.ebuild?rev=1.1&content-type=text/plain

Index: openvas-manager-6.0_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-6.0_beta4.ebuild,v
 1.1 2014/12/01 16:44:28 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvasmd

DL_ID=1815

DESCRIPTION="A remote security scanner for Linux (openvas-manager)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

SLOT="0"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""

RDEPEND="
~net-analyzer/openvas-libraries-8_beta4
>=dev-db/sqlite-3
!net-analyzer/openvas-administrator"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

PATCHES=(
"${FILESDIR}"/${PN}-5.0.4-gpgerror.patch
"${FILESDIR}"/${PN}-5.0.4-bsdsource.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}/var"
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

insinto /etc/openvas/
doins "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN}

newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}



1.1  net-analyzer/openvas-manager/openvas-manager-5.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-5.0.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-5.0.7.ebuild?rev=1.1&content-type=text/plain

Index: openvas-manager-5.0.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-5.0.7.ebuild,v
 1.1 2014/12/01 16:44:28 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvasmd

DL_ID=1849

DESCRIPTION="A remote security scanner for Linux (openvas

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries: ChangeLog openvas-libraries-7.0.6.ebuild openvas-libraries-8.0_beta4.ebuild openvas-libraries-6.0.0.ebuild openvas-libraries-4.0.5

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 16:38:03

  Modified: ChangeLog
  Added:openvas-libraries-7.0.6.ebuild
openvas-libraries-8.0_beta4.ebuild
  Removed:  openvas-libraries-6.0.0.ebuild
openvas-libraries-4.0.5.ebuild
openvas-libraries-7.0.4-r1.ebuild
openvas-libraries-6.0.1.ebuild
  Log:
  net-analyzer/openvas-libraries: Version Bump; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.29 net-analyzer/openvas-libraries/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   4 Nov 2014 12:26:08 -   1.28
+++ ChangeLog   1 Dec 2014 16:38:03 -   1.29
@@ -1,6 +1,15 @@
 # ChangeLog for net-analyzer/openvas-libraries
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.28 2014/11/04 12:26:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.29 2014/12/01 16:38:03 jlec Exp $
+
+*openvas-libraries-8.0_beta4 (01 Dec 2014)
+*openvas-libraries-7.0.6 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  -openvas-libraries-4.0.5.ebuild,
+  -openvas-libraries-6.0.0.ebuild, -openvas-libraries-6.0.1.ebuild,
+  -openvas-libraries-7.0.4-r1.ebuild, +openvas-libraries-7.0.6.ebuild,
+  +openvas-libraries-8.0_beta4.ebuild:
+  Version Bump; drop old
 
 *openvas-libraries-7.0.5 (04 Nov 2014)
 



1.1  
net-analyzer/openvas-libraries/openvas-libraries-7.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.6.ebuild?rev=1.1&content-type=text/plain

Index: openvas-libraries-7.0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.6.ebuild,v
 1.1 2014/12/01 16:38:03 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1833

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz";

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

RDEPEND="
>=dev-libs/glib-2.12
=net-libs/gnutls-2*
net-libs/libpcap
app-crypt/gpgme
!net-analyzer/openvas-libnasl
net-libs/libssh
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
dev-util/cmake"

DOCS="ChangeLog CHANGES README"

PATCHES=(
"${FILESDIR}"/${PN}-7.0.4-libssh.patch
"${FILESDIR}"/${PN}-7.0.4-bsdsource.patch
"${FILESDIR}"/${PN}-7.0.4-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
"-DLOCALSTATEDIR=${EPREFIX}/var"
"-DSYSCONFDIR=${EPREFIX}/etc"
$(cmake-utils_use_build ldap WITH_LDAP)
)
cmake-utils_src_configure
}



1.1  
net-analyzer/openvas-libraries/openvas-libraries-8.0_beta4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-8.0_beta4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-8.0_beta4.ebuild?rev=1.1&content-type=text/plain

Index: openvas-libraries-8.0_beta4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-8.0_beta4.ebuild,v
 1.1 2014/12/01 16:38:03 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1807

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.in

[gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-4.02.1.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 16:33:19

  Modified: ocaml-4.02.1.ebuild ChangeLog
  Log:
  specify host & target to help cross-compiling, unfortunately it is not 
sufficient due to tryrun like constructs
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  dev-lang/ocaml/ocaml-4.02.1.ebuild

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

Index: ocaml-4.02.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-4.02.1.ebuild 28 Nov 2014 15:42:01 -  1.1
+++ ocaml-4.02.1.ebuild 1 Dec 2014 16:33:19 -   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-lang/ocaml/ocaml-4.02.1.ebuild,v 1.1 
2014/11/28 15:42:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v 1.2 
2014/12/01 16:33:19 aballier Exp $
 
 EAPI="5"
 
@@ -62,11 +62,13 @@
use X || myconf="${myconf} -no-graph"
 
# ocaml uses a home-brewn configure script, preventing it to use econf.
-   RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix "${EPREFIX}"/usr \
+   RAW_LDFLAGS="$(raw-ldflags)" ./configure \
+   --prefix "${EPREFIX}"/usr \
--bindir "${EPREFIX}"/usr/bin \
--libdir "${EPREFIX}"/usr/$(get_libdir)/ocaml \
--mandir "${EPREFIX}"/usr/share/man \
-   -host "${CHOST}" \
+   -target "${CHOST}" \
+   -host "${CBUILD}" \
-cc "$(tc-getCC)" \
-as "$(tc-getAS)" \
-aspp "$(tc-getCC) -c" \



1.222dev-lang/ocaml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   1 Dec 2014 10:36:11 -   1.221
+++ ChangeLog   1 Dec 2014 16:33:19 -   1.222
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ocaml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.221 2014/12/01 
10:36:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.222 2014/12/01 
16:33:19 aballier Exp $
+
+  01 Dec 2014; Alexis Ballier  ocaml-4.02.1.ebuild:
+  specify host & target to help cross-compiling, unfortunately it is not
+  sufficient due to tryrun like constructs
 
   01 Dec 2014; Alexis Ballier  -ocaml-4.00.1-r1.ebuild:
   remove old






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:31:34

  Modified: ChangeLog
  Log:
  Add one more contributor to the list in the first ChangeLog entry.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-backup/burp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   1 Dec 2014 16:28:47 -   1.1
+++ ChangeLog   1 Dec 2014 16:31:34 -   1.2
@@ -1,6 +1,6 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.1 2014/12/01 
16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.2 2014/12/01 
16:31:34 aidecoe Exp $
 
 *burp-1.4.26 (01 Dec 2014)
 *burp-1.3.48 (01 Dec 2014)
@@ -20,6 +20,7 @@
   - Aurelien Reynaud 
   - Jared B. 
   - Jeroen Roovers 
+  - Marcin Mirosław 
 
   Thanks to perfinion for review.
 






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog metadata.xml burp-1.4.26.ebuild burp-1.3.8.ebuild burp-1.3.48.ebuild

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:28:47

  Added:ChangeLog metadata.xml burp-1.4.26.ebuild
burp-1.3.8.ebuild burp-1.3.48.ebuild
  Log:
  Add initial version of the burp package. Import ebuilds from the aidecoe's
  overlay [1]. Add various versions at once: 1.3.48 is the latest stable
  version, 1.4.26 is the latest stable candidate and 1.3.8 is an old version
  for people who use burp on Debian and want to have the same version.
  
  Thanks for contribution to (in order by first name):
  - Aurelien Reynaud 
  - Jared B. 
  - Jeroen Roovers 
  
  Thanks to perfinion for review.
  
  [1] https://github.com/aidecoe/aidecoe-overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  app-backup/burp/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-backup/burp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.1 2014/12/01 
16:28:47 aidecoe Exp $

*burp-1.4.26 (01 Dec 2014)
*burp-1.3.48 (01 Dec 2014)
*burp-1.3.8 (01 Dec 2014)

  01 Dec 2014; Amadeusz Żołnowski  +burp-1.3.8.ebuild,
  +burp-1.3.48.ebuild, +burp-1.4.26.ebuild, +files/1.3.8-bedup-conf-path.patch,
  +files/1.3.48-bedup-conf-path.patch, +files/1.3.48-tinfo.patch,
  +files/1.4.26-bedup-conf-path.patch, +files/1.4.26-tinfo.patch,
  +files/burp.initd, +metadata.xml:
  Add initial version of the burp package. Import ebuilds from the aidecoe's
  overlay [1]. Add various versions at once: 1.3.48 is the latest stable
  version, 1.4.26 is the latest stable candidate and 1.3.8 is an old version
  for people who use burp on Debian and want to have the same version.

  Thanks for contribution to (in order by first name):
  - Aurelien Reynaud 
  - Jared B. 
  - Jeroen Roovers 

  Thanks to perfinion for review.

  [1] https://github.com/aidecoe/aidecoe-overlay




1.1  app-backup/burp/metadata.xml

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

Index: metadata.xml
===

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


aide...@gentoo.org
Amadeusz Żołnowski


Burp is a network backup and restore program. It uses librsync 
in order
to save network traffic and to save on the amount of space that 
is used
by each backup. It also uses VSS (Volume Shadow Copy Service) 
to make
snapshots when backing up Windows computers.





1.1  app-backup/burp/burp-1.4.26.ebuild

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

Index: burp-1.4.26.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $

EAPI=5

inherit autotools eutils user

DESCRIPTION="Network backup and restore client and server for Unix and Windows"
HOMEPAGE="http://burp.grke.org/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="acl afs ipv6 nls ssl tcpd xattr"

DEPEND="
dev-libs/uthash
sys-libs/libcap
net-libs/librsync
sys-libs/ncurses
sys-libs/zlib
acl? ( sys-apps/acl )
afs? ( net-fs/openafs )
nls? ( sys-devel/gettext )
ssl? ( dev-libs/openssl )
tcpd? ( sys-apps/tcp-wrappers )
xattr? ( sys-apps/attr )
"
RDEPEND="${DEPEND}
virtual/logger
"

DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
PATCHES=(
"${FILESDIR}/${PV}-bedup-conf-path.patch"
"${FILESDIR}/${PV}-tinfo.patch"
)
S="${WORKDIR}/burp"

pkg_setup() {
enewgroup "${PN}"
enewuser "${PN}" -1 "" "" "${PN}"
}

src_prepare() {
epatch "${PATCHES[@]}"
eautoreconf
}

src_configure() {
local myeconfargs=(
--sbindir=/usr/sbin
--sysconfdir=/etc/burp
--enable-largefile
$(use_with ssl openssl)
$(use_enable acl)
$(use_enable afs)
$(use_enable ipv6)
  

[gentoo-commits] gentoo-x86 commit in app-backup/burp/files: 1.3.48-bedup-conf-path.patch 1.4.26-bedup-conf-path.patch burp.initd 1.4.26-tinfo.patch 1.3.8-bedup-conf-path.patch 1.3.48-tinfo.patch

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:28:47

  Added:1.3.48-bedup-conf-path.patch
1.4.26-bedup-conf-path.patch burp.initd
1.4.26-tinfo.patch 1.3.8-bedup-conf-path.patch
1.3.48-tinfo.patch
  Log:
  Add initial version of the burp package. Import ebuilds from the aidecoe's
  overlay [1]. Add various versions at once: 1.3.48 is the latest stable
  version, 1.4.26 is the latest stable candidate and 1.3.8 is an old version
  for people who use burp on Debian and want to have the same version.
  
  Thanks for contribution to (in order by first name):
  - Aurelien Reynaud 
  - Jared B. 
  - Jeroen Roovers 
  
  Thanks to perfinion for review.
  
  [1] https://github.com/aidecoe/aidecoe-overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  app-backup/burp/files/1.3.48-bedup-conf-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.3.48-bedup-conf-path.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.3.48-bedup-conf-path.patch?rev=1.1&content-type=text/plain

Index: 1.3.48-bedup-conf-path.patch
===
diff -Naur burp-1.3.48/manpages/bedup.8 burp-1.3.48.new/manpages/bedup.8
--- burp-1.3.48/manpages/bedup.82014-01-27 11:55:47.0 +0100
+++ burp-1.3.48.new/manpages/bedup.82014-11-22 12:57:20.241299376 +0100
@@ -16,7 +16,7 @@
 .SH OPTIONS
 .TP
 \fB\-c\fR \fBpath\fR
-Path to config file (default: /etc/burp/burp.conf).
+Path to config file (default: /etc/burp/burp-server.conf).
 .TP
 \fB\-g\fR \fB\fR
 Only run on the directories of clients that are in one of the groups 
specified. The list is comma-separated. To put a client in a group, use the 
'dedup_group' option in the client configuration file on the server.
@@ -42,7 +42,7 @@
 \fB\-V\fR \fB\fR
 Print version and exit.\fR
 .TP
-By default, bedup will read /etc/burp/burp.conf and deduplicate client storage 
directories using special knowledge of the structure.\fR
+By default, bedup will read /etc/burp/burp-server.conf and deduplicate client 
storage directories using special knowledge of the structure.\fR
 .TP
 With '\-n', this knowledge is turned off and you have to specify the 
directories to deduplicate on the command line. Running with '\-n' is therefore 
dangerous if you are deduplicating burp storage directories.
 
diff -Naur burp-1.3.48/src/bedup.c burp-1.3.48.new/src/bedup.c
--- burp-1.3.48/src/bedup.c 2014-01-27 11:55:47.0 +0100
+++ burp-1.3.48.new/src/bedup.c 2014-11-22 12:57:20.241299376 +0100
@@ -734,7 +734,7 @@
 static char *get_config_path(void)
 {
 static char path[256]="";
-snprintf(path, sizeof(path), "%s", SYSCONFDIR "/burp.conf");
+snprintf(path, sizeof(path), "%s", SYSCONFDIR "/burp-server.conf");
 return path;
 }
 



1.1  app-backup/burp/files/1.4.26-bedup-conf-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.26-bedup-conf-path.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.26-bedup-conf-path.patch?rev=1.1&content-type=text/plain

Index: 1.4.26-bedup-conf-path.patch
===
diff -Naur burp/manpages/bedup.8 burp.new/manpages/bedup.8
--- burp/manpages/bedup.8   2014-10-28 12:45:26.0 +0100
+++ burp.new/manpages/bedup.8   2014-11-21 09:49:57.705796144 +0100
@@ -16,7 +16,7 @@
 .SH OPTIONS
 .TP
 \fB\-c\fR \fBpath\fR
-Path to config file (default: /etc/burp/burp.conf).
+Path to config file (default: /etc/burp/burp-server.conf).
 .TP
 \fB\-g\fR \fB\fR
 Only run on the directories of clients that are in one of the groups 
specified. The list is comma-separated. To put a client in a group, use the 
'dedup_group' option in the client configuration file on the server.
@@ -42,7 +42,7 @@
 \fB\-V\fR \fB\fR
 Print version and exit.\fR
 .TP
-By default, bedup will read /etc/burp/burp.conf and deduplicate client storage 
directories using special knowledge of the structure.\fR
+By default, bedup will read /etc/burp/burp-server.conf and deduplicate client 
storage directories using special knowledge of the structure.\fR
 .TP
 With '\-n', this knowledge is turned off and you have to specify the 
directories to deduplicate on the command line. Running with '\-n' is therefore 
dangerous if you are deduplicating burp storage directories.
 
diff -Naur burp/src/bedup.c burp.new/src/bedup.c
--- burp/src/bedup.c2014-10-28 12:45:56.0 +0100
+++ burp.new/src/bedup.c2014-11-20 21:39:28.728206536 +0100
@@ -740,7 +740,7 @@
 static char *get_config_path(void)
 {
 static char path[256]="";
-snprintf(path, sizeof(path), "%s", SYSCONFDIR "/burp.conf");
+snprintf(

[gentoo-commits] gentoo-x86 commit in www-plugins/google-talkplugin: google-talkplugin-5.38.6.0.ebuild ChangeLog google-talkplugin-5.38.5.0.ebuild

2014-12-01 Thread Christoph Junghans (ottxor)
ottxor  14/12/01 16:25:07

  Modified: ChangeLog
  Added:google-talkplugin-5.38.6.0.ebuild
  Removed:  google-talkplugin-5.38.5.0.ebuild
  Log:
  version bump (bug #531208)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.85 www-plugins/google-talkplugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   8 Nov 2014 20:22:26 -   1.84
+++ ChangeLog   1 Dec 2014 16:25:07 -   1.85
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/google-talkplugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 
1.84 2014/11/08 20:22:26 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 
1.85 2014/12/01 16:25:07 ottxor Exp $
+
+*google-talkplugin-5.38.6.0 (01 Dec 2014)
+
+  01 Dec 2014; Christoph Junghans 
+  +google-talkplugin-5.38.6.0.ebuild, -google-talkplugin-5.38.5.0.ebuild:
+  version bump (bug #531208)
 
 *google-talkplugin-5.38.5.0 (08 Nov 2014)
 



1.1  
www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild?rev=1.1&content-type=text/plain

Index: google-talkplugin-5.38.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild,v
 1.1 2014/12/01 16:25:07 ottxor Exp $

EAPI=5

inherit eutils multilib nsplugins unpacker

if [ "${PV}" != "" ]; then
DEB_PATCH="1"

#http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages

MY_URL="http://dl.google.com/linux/talkplugin/deb/pool/main/${P:0:1}/${PN}";
MY_PKG="${PN}_${PV}-${DEB_PATCH}_i386.deb"
SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
KEYWORDS="-* ~amd64 ~x86"
else
inherit cvs #hack to make it part of @live-rebuild
MY_URL="http://dl.google.com/linux/direct";
MY_PKG="${PN}_current_i386.deb"
SRC_URI=""
fi

DESCRIPTION="Video chat browser plug-in for Google Talk"

HOMEPAGE="http://www.google.com/chat/video";
IUSE="libnotify selinux"
SLOT="0"

#GoogleTalkPlugin binary contains openssl and celt
LICENSE="Google-TOS openssl BSD"

OBSOLETE="no"
[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror"

RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/pango
sys-apps/lsb-release
selinux? ( sec-policy/selinux-googletalk )
libnotify? ( x11-libs/libnotify )"

DEPEND=""

INSTALL_BASE="opt/google/talkplugin"

QA_PREBUILT="${INSTALL_BASE}/*"

S="${WORKDIR}"

LANGS="ar cs en et fr hu lt ms pl ru sv tl vi bg da fa gu id ja lv nl
sk ta tr bn de es fi hi is kn ml no sl te uk ca el fil hr it ko mr or
ro sr th ur"

for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
done

# nofetch means upstream bumped and thus needs version bump
pkg_nofetch() {
if [[ ${OBSOLETE} = yes ]]; then
elog "This version is no longer available from Google and the 
license prevents mirroring."
elog "This ebuild is intended for users who already downloaded 
it previously and have problems"
elog "with ${PV}+. If you can get the distfile from e.g. 
another computer of yours, or search"
use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
elog "it with google: 
http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}";
elog "and copy the file ${MY_PKG} to ${DISTDIR}."
else
einfo "This 

[gentoo-commits] dev/dilfridge:master commit in: sci-visualization/qtiplot-bin/

2014-12-01 Thread Andreas Hüttel
commit: 4920ee8c193be9407cd015962938ec3b3f135b0f
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Mon Dec  1 16:13:46 2014 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Dec  1 16:13:46 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=4920ee8c

[sci-visualization/qtiplot-bin] allow mysql-5.6

Package-Manager: portage-2.2.8-r2

---
 sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild 
b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
index caf1d59..f137528 100644
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 RDEPEND="
dev-db/sqlite:0
-   =dev-db/mysql-5.5*
+   || ( =dev-db/mysql-5.5* =dev-db/mysql-5.6* )
dev-libs/glib
media-libs/fontconfig
media-libs/freetype



[gentoo-commits] gentoo-x86 commit in app-backup/burp/files: - New directory

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:15:50

  Log:
  Directory /var/cvsroot/gentoo-x86/app-backup/burp/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-backup/burp: - New directory

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:13:52

  Log:
  Directory /var/cvsroot/gentoo-x86/app-backup/burp added to the repository



[gentoo-commits] gentoo-x86 commit in media-sound/apulse: apulse-0.1.4.ebuild ChangeLog apulse-0.1.2-r2.ebuild apulse-0.1.2-r1.ebuild apulse-0.1.1.ebuild

2014-12-01 Thread Jauhien Piatlicki (jauhien)
jauhien 14/12/01 15:59:48

  Modified: ChangeLog
  Added:apulse-0.1.4.ebuild
  Removed:  apulse-0.1.2-r2.ebuild apulse-0.1.2-r1.ebuild
apulse-0.1.1.ebuild
  Log:
  version bump (bug #529042), fix bug #529098
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.5  media-sound/apulse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   14 Nov 2014 20:48:46 -  1.4
+++ ChangeLog   1 Dec 2014 15:59:48 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/apulse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.4 
2014/11/14 20:48:46 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.5 
2014/12/01 15:59:48 jauhien Exp $
+
+*apulse-0.1.4 (01 Dec 2014)
+
+  01 Dec 2014; Jauhien Piatlicki  +apulse-0.1.4.ebuild,
+  -apulse-0.1.1.ebuild, -apulse-0.1.2-r1.ebuild, -apulse-0.1.2-r2.ebuild:
+  version bump (bug #529042), fix bug #529098
 
 *apulse-0.1.2-r2 (14 Nov 2014)
 



1.1  media-sound/apulse/apulse-0.1.4.ebuild

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

Index: apulse-0.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild,v 1.1 
2014/12/01 15:59:48 jauhien Exp $

EAPI=5

inherit cmake-multilib

DESCRIPTION="PulseAudio emulation for ALSA"
HOMEPAGE="https://github.com/i-rinat/apulse";
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT LGPL-2.1"
SLOT="0"

KEYWORDS="~amd64 ~x86"

DEPEND="media-libs/alsa-lib[${MULTILIB_USEDEP}]
dev-libs/glib:2
!media-sound/pulseaudio
amd64? ( abi_x86_32? (
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]

!app-emulation/emul-linux-x86-soundlibs[abi_x86_32(-),pulseaudio(-)]
|| (
dev-libs/glib:2[abi_x86_32(-)]
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
) )
"
RDEPEND="${DEPEND}"

MULTILIB_CHOST_TOOLS=( /usr/bin/apulse )

multilib_src_configure() {
local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse"

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-admin/ngxtop: ChangeLog ngxtop-0.0.3_pre141201.ebuild

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 15:52:10

  Modified: ChangeLog
  Added:ngxtop-0.0.3_pre141201.ebuild
  Log:
  app-admin/ngxtop: Add snapshot of latest development for better py3 
compatibility, #531296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  app-admin/ngxtop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ngxtop/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jun 2014 20:33:40 -   1.5
+++ ChangeLog   1 Dec 2014 15:52:10 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/ngxtop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ngxtop/ChangeLog,v 1.5 2014/06/07 
20:33:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ngxtop/ChangeLog,v 1.6 2014/12/01 
15:52:10 jlec Exp $
+
+*ngxtop-0.0.3_pre141201 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  +ngxtop-0.0.3_pre141201.ebuild:
+  Add snapshot of latest development for better py3 compatibility, #531296
 
   07 Jun 2014; Justin Lecher  ngxtop-0.0.2-r1.ebuild,
   files/ngxtop-0.0.2-py3.patch:



1.1  app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild

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

Index: ngxtop-0.0.3_pre141201.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild,v 1.1 
2014/12/01 15:52:10 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="sqlite"

inherit distutils-r1

DESCRIPTION="real-time metrics for nginx server (and others)"
HOMEPAGE="https://github.com/lebinh/ngxtop";
#SRC_URI="https://github.com/lebinh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";

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

RDEPEND="
dev-python/docopt[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
"

PATCHES=( "${FILESDIR}"/${PN}-0.0.2-py3.patch )






[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-3.18_rc6.ebuild git-sources-3.18_rc3.ebuild git-sources-3.18_rc1.ebuild git-sources-3.18_rc2.ebuild git-sources-3.18

2014-12-01 Thread Mike Pagano (mpagano)
mpagano 14/12/01 15:44:32

  Modified: ChangeLog
  Removed:  git-sources-3.18_rc6.ebuild
git-sources-3.18_rc3.ebuild
git-sources-3.18_rc1.ebuild
git-sources-3.18_rc2.ebuild
git-sources-3.18_rc5.ebuild
git-sources-3.18_rc4.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
3C33C650B576E4E3)

Revision  ChangesPath
1.1410   sys-kernel/git-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1409
retrieving revision 1.1410
diff -u -r1.1409 -r1.1410
--- ChangeLog   1 Dec 2014 09:47:25 -   1.1409
+++ ChangeLog   1 Dec 2014 15:44:32 -   1.1410
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1409 
2014/12/01 09:47:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1410 
2014/12/01 15:44:32 mpagano Exp $
+
+  01 Dec 2014; Michael Pagano 
+  -git-sources-3.18_rc1.ebuild, -git-sources-3.18_rc2.ebuild,
+  -git-sources-3.18_rc3.ebuild, -git-sources-3.18_rc4.ebuild,
+  -git-sources-3.18_rc5.ebuild, -git-sources-3.18_rc6.ebuild:
+  Cleanup
 
 *git-sources-3.18_rc7 (01 Dec 2014)
 






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

2014-12-01 Thread Mike Gilbert (floppym)
floppym 14/12/01 15:39:15

  Modified: ChangeLog
  Added:python-ptrace-0.8.1-r1.ebuild
  Removed:  python-ptrace-0.8.1.ebuild
  Log:
  Fix tests with python3.4.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.20 dev-python/python-ptrace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   1 Dec 2014 02:16:04 -   1.19
+++ ChangeLog   1 Dec 2014 15:39:15 -   1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-ptrace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.19 
2014/12/01 02:16:04 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.20 
2014/12/01 15:39:15 floppym Exp $
+
+*python-ptrace-0.8.1-r1 (01 Dec 2014)
+
+  01 Dec 2014; Mike Gilbert  +files/0.8.1-python3.4.patch,
+  +python-ptrace-0.8.1-r1.ebuild, -python-ptrace-0.8.1.ebuild:
+  Fix tests with python3.4.
 
   01 Dec 2014; Mike Gilbert  python-ptrace-0.8.1.ebuild:
   Add upstream bug url.



1.1  dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild

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

Index: python-ptrace-0.8.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/python-ptrace/python-ptrace-0.8.1-r1.ebuild,v
 1.1 2014/12/01 15:39:15 floppym Exp $

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

inherit distutils-r1

DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin 
system call to trace processes)"
HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ 
http://pypi.python.org/pypi/python-ptrace";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

PATCHES=( "${FILESDIR}/0.8.1-python3.4.patch" )

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

python_install_all() {
use examples && local EXAMPLES=( examples/. )
# doc folder missing key files to effect a proper doc build
use doc && local DOCS=( README doc/* )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace/files: 0.8.1-python3.4.patch

2014-12-01 Thread Mike Gilbert (floppym)
floppym 14/12/01 15:39:15

  Added:0.8.1-python3.4.patch
  Log:
  Fix tests with python3.4.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1  dev-python/python-ptrace/files/0.8.1-python3.4.patch

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

Index: 0.8.1-python3.4.patch
===
# HG changeset patch
# User Victor Stinner 
# Date 1417423044 -3600
#  Mon Dec 01 09:37:24 2014 +0100
# Node ID eba1a6dba205559d724d32c80d955a65e078505e
# Parent  e6fef4231a8a28ef91c1feaf3bfbcbd29822c939
Issue #17: syscall parser now supports O_CLOEXEC and SOCK_CLOEXEC, fix unit
tests on Python 3.4 and newer

diff --git a/doc/changelog.rst b/doc/changelog.rst
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -3,6 +3,12 @@
 Changelog
 =
 
+python-ptrace 0.8.2
+---
+
+* Issue #17: syscall parser now supports O_CLOEXEC and SOCK_CLOEXEC, fix unit
+  tests on Python 3.4 and newer
+
 python-ptrace 0.8.1 (2014-10-30)
 
 
diff --git a/ptrace/syscall/posix_arg.py b/ptrace/syscall/posix_arg.py
--- a/ptrace/syscall/posix_arg.py
+++ b/ptrace/syscall/posix_arg.py
@@ -24,7 +24,7 @@
 return formatBits(argument.value, ACCESS_MODE_BITMASK, "F_OK")
 
 # From /usr/include/bits/fcntl.h (Ubuntu Feisty, i386)
-OPEN_MODE_BITMASK = (
+OPEN_MODE_BITMASK = [
 (0o1, "O_WRONLY"),
 (0o2, "O_RDWR"),
 (0o100, "O_CREAT"),
@@ -40,10 +40,17 @@
 (0o20, "O_DIRECTORY"),
 (0o40, "O_NOFOLLOW"),
 (0o100, "O_NOATIME"),
-)
+]
+O_CLOEXEC = 0o0200
 
 def formatOpenMode(argument):
-return formatBits(int(argument.value), OPEN_MODE_BITMASK, "O_RDONLY", oct)
+value = argument.value
+cloexec = bool(value & O_CLOEXEC)
+value = value & ~O_CLOEXEC
+text = formatBits(int(value), OPEN_MODE_BITMASK, "O_RDONLY", oct)
+if cloexec:
+text += '|O_CLOEXEC'
+return text
 
 CLONE_FLAGS_BITMASK = (
 (0x0100, "CLONE_VM"),
diff --git a/ptrace/syscall/posix_constants.py 
b/ptrace/syscall/posix_constants.py
--- a/ptrace/syscall/posix_constants.py
+++ b/ptrace/syscall/posix_constants.py
@@ -1,5 +1,5 @@
 from ptrace.syscall.socketcall_constants import (
-SOCKET_FAMILY, SOCKET_TYPE, SOCKET_PROTOCOL,
+SOCKET_FAMILY, SOCKET_PROTOCOL,
 SETSOCKOPT_LEVEL, SETSOCKOPT_OPTNAME)
 
 SYSCALL_ARG_DICT = {
@@ -51,7 +51,6 @@
 },
 "socket": {
 "domain": SOCKET_FAMILY,
-"type": SOCKET_TYPE,
 "protocol": SOCKET_PROTOCOL,
 },
 "getsockopt": {
diff --git a/ptrace/syscall/socketcall_constants.py 
b/ptrace/syscall/socketcall_constants.py
--- a/ptrace/syscall/socketcall_constants.py
+++ b/ptrace/syscall/socketcall_constants.py
@@ -1,3 +1,5 @@
+import socket
+
 SOCKETCALL = {
 1: "socket",
 2: "bind",
@@ -56,6 +58,19 @@
 10: "SOCK_PACKET",
 }
 
+def formatSocketType(argument):
+value = argument.value
+text = []
+if hasattr(socket, 'SOCK_CLOEXEC'):
+cloexec = value & socket.SOCK_CLOEXEC
+value &= ~socket.SOCK_CLOEXEC
+else:
+cloexec = False
+text = SOCKET_TYPE.get(value, value)
+if cloexec:
+text += '|SOCK_CLOEXEC'
+return text
+
 SOCKET_PROTOCOL = {
  1: "IPPROTO_ICMP",
 58: "IPPROTO_ICMPV6",
diff --git a/ptrace/syscall/syscall_argument.py 
b/ptrace/syscall/syscall_argument.py
--- a/ptrace/syscall/syscall_argument.py
+++ b/ptrace/syscall/syscall_argument.py
@@ -22,6 +22,7 @@
 from ptrace.syscall.freebsd_constants import SYSCALL_ARG_DICT
 else:
 SYSCALL_ARG_DICT = {}
+from ptrace.syscall.socketcall_constants import formatSocketType
 
 KNOWN_STRUCTS = []
 if RUNNING_LINUX:
@@ -35,6 +36,7 @@
 "mmap": {"prot": formatMmapProt},
 "mmap2": {"prot": formatMmapProt},
 "clone": {"flags": formatCloneFlags},
+"socket": {"type": formatSocketType},
 "setsockopt": {"optval": formatOptVal},
 }
 
diff --git a/tests/test_strace.py b/tests/test_strace.py
--- a/tests/test_strace.py
+++ b/tests/test_strace.py
@@ -39,10 +39,19 @@
 expected = os.fsencode(expected)
 self.assertEqual(match.group(1), expected)
 
+def test_open(self):
+if PY3:
+code = 'open(%a).close()' % __file__
+else:
+code = 'open(%r).close()' % __file__
+stdout = self.strace(sys.executable, '-c', code)
+pattern = re.compile(br"^open\(.*test_strace\.py', 
O_RDONLY(\|O_CLOEXEC)?\)", re.MULTILINE)
+self.assertTrue(pattern.search(stdout), stdout)
+
 def test_socket(self):
 code = 'import socket; socket.socket(socket.AF_INET, 
socket.SOCK_STREAM).close()'
 stdout = self.strace(sys.

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

2014-12-01 Thread Mike Gilbert (floppym)
floppym 14/12/01 15:37:59

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



[gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker/files: linkchecker-9.3-desktop.patch

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 15:25:07

  Added:linkchecker-9.3-desktop.patch
  Log:
  net-analyzer/linkchecker: Import desktop file fixes from fedora
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  
net-analyzer/linkchecker/files/linkchecker-9.3-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.3-desktop.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.3-desktop.patch?rev=1.1&content-type=text/plain

Index: linkchecker-9.3-desktop.patch
===
>From c25bdb3f55a791bfa087fb5a3d8e3d5d62991745 Mon Sep 17 00:00:00 2001
From: Christopher Meng 
Date: Fri, 10 Jan 2014 19:57:47 +0800
Subject: [PATCH] Fix non-standard deskop file

desktop-file-validate 
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker-gui.desktop
 
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker.desktop
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker-gui.desktop:
 error: value "Network;WebDevelopment" for string list key "Categories" in 
group "Desktop Entry" does not have a semicolon (';') as trailing character
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker.desktop:
 error: value "True" for boolean key "Terminal" in group "Desktop Entry" 
contains invalid characters, boolean values must be "false" or "true"
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker.desktop:
 error: value "Network;WebDevelopment" for string list key "Categories" in 
group "Desktop Entry" does not have a semicolon (';') as trailing character
---
 doc/linkchecker-gui.desktop | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/linkchecker-gui.desktop b/doc/linkchecker-gui.desktop
index 7e06b6e..09bd997 100644
--- a/doc/linkchecker-gui.desktop
+++ b/doc/linkchecker-gui.desktop
@@ -1,10 +1,10 @@
 [Desktop Entry]
-Name=LinkChecker GUI
+Name=LinkChecker GUI
 GenericName=URL validator
 GenericName[de]=URL Validator
 Version=1.0
 Type=Application
 Exec=linkchecker-gui
 Terminal=false
-Categories=Network;WebDevelopment;
-Icon=logo48x48
+Categories=Network;WebDevelopment;
+Icon=linkchecker
-- 
1.8.5.1







[gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker: ChangeLog linkchecker-9999.ebuild linkchecker-9.3-r1.ebuild

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 15:25:07

  Modified: ChangeLog linkchecker-.ebuild
  Added:linkchecker-9.3-r1.ebuild
  Log:
  net-analyzer/linkchecker: Import desktop file fixes from fedora
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.96 net-analyzer/linkchecker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   1 Dec 2014 12:37:30 -   1.95
+++ ChangeLog   1 Dec 2014 15:25:07 -   1.96
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/linkchecker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.95 
2014/12/01 12:37:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.96 
2014/12/01 15:25:07 jlec Exp $
+
+*linkchecker-9.3-r1 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  +linkchecker-9.3-r1.ebuild,
+  linkchecker-.ebuild, +files/linkchecker-9.3-desktop.patch:
+  Import desktop file fixes from fedora
 
 *linkchecker-9.3 (01 Dec 2014)
 



1.3  net-analyzer/linkchecker/linkchecker-.ebuild

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

Index: linkchecker-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linkchecker-.ebuild 16 Dec 2013 10:54:30 -  1.2
+++ linkchecker-.ebuild 1 Dec 2014 15:25:07 -   1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-.ebuild,v 1.2 
2013/12/16 10:54:30 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-.ebuild,v 1.3 
2014/12/01 15:25:07 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite?"
 
 inherit bash-completion-r1 distutils-r1 eutils git-r3 multilib
@@ -19,35 +19,28 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="bash-completion clamav geoip gnome login nagios sqlite syntax-check X"
+IUSE="gnome sqlite X"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]
-   bash-completion? ( dev-python/optcomplete[${PYTHON_USEDEP}] )
-   clamav? ( app-antivirus/clamav )
-   geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
-   login? ( dev-python/twill[${PYTHON_USEDEP}] )
-   syntax-check? (
-   dev-python/cssutils[${PYTHON_USEDEP}]
-   dev-python/utidylib[${PYTHON_USEDEP}]
-   )
X? (
dev-python/PyQt4[X,help,${PYTHON_USEDEP}]
dev-python/qscintilla-python[${PYTHON_USEDEP}]
)"
 DEPEND="
X? (
-   dev-qt/qthelp:4
-   dev-python/markdown2[${PYTHON_USEDEP}]
+   dev-qt/qthelp:4
+   dev-python/markdown2[${PYTHON_USEDEP}]
)"
 
 RESTRICT="test"
 
 python_prepare_all() {
local PATCHES=(
-   "${FILESDIR}"/${PN}-8.3-unbundle.patch
-   "${FILESDIR}"/${PN}-8.0-desktop.patch
+   "${FILESDIR}"/${PN}-9.2-unbundle.patch
+   "${FILESDIR}"/${PN}-9.3-bash-completion.patch
+   "${FILESDIR}"/${PN}-9.3-desktop.patch
)
 
emake -C doc/html
@@ -56,6 +49,12 @@
 }
 
 python_install_all() {
+   DOCS=(
+   doc/upgrading.txt
+   doc/python3.txt
+   doc/changelog.txt
+   doc/development.txt
+   )
distutils-r1_python_install_all
if ! use X; then
delete_gui() {
@@ -64,13 +63,17 @@

"${ED}"/$(python_get_sitedir)/linkcheck/gui* || die
}
python_foreach_impl delete_gui
+   rm -f

[gentoo-commits] gentoo-x86 commit in dev-python/argcomplete: ChangeLog

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 14:56:19

  Modified: ChangeLog
  Log:
  dev-python/argcomplete: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.8  dev-python/argcomplete/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Dec 2014 13:52:14 -   1.7
+++ ChangeLog   1 Dec 2014 14:56:19 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argcomplete
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.7 
2014/12/01 13:52:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.8 
2014/12/01 14:56:19 jlec Exp $
+
+  01 Dec 2014; Justin Lecher  ChangeLog:
+  Version Bump
 
 *argcomplete-0.8.1 (01 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-0.6.3-r2.ebuild ChangeLog zfs-0.6.3-r1.ebuild

2014-12-01 Thread Richard Yao (ryao)
ryao14/12/01 14:39:13

  Modified: ChangeLog
  Added:zfs-0.6.3-r2.ebuild
  Removed:  zfs-0.6.3-r1.ebuild
  Log:
  Fix typo in dracut module installation, thanks Wuodan
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.88 sys-fs/zfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   1 Dec 2014 07:04:45 -   1.87
+++ ChangeLog   1 Dec 2014 14:39:13 -   1.88
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/zfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.87 2014/12/01 
07:04:45 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.88 2014/12/01 
14:39:13 ryao Exp $
+
+*zfs-0.6.3-r2 (01 Dec 2014)
+
+  01 Dec 2014; Richard Yao  +zfs-0.6.3-r2.ebuild,
+  -zfs-0.6.3-r1.ebuild:
+  Fix typo in dracut module installation, thanks Wuodan
 
 *zfs-0.6.3-r1 (01 Dec 2014)
 



1.1  sys-fs/zfs/zfs-0.6.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.3-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: zfs-0.6.3-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3-r2.ebuild,v 1.1 
2014/12/01 14:39:13 ryao Exp $

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

inherit python-r1

AT_M4DIR="config"
AUTOTOOLS_AUTORECONF="1"
AUTOTOOLS_IN_SOURCE_BUILD="1"

if [ ${PV} == "" ] ; then
inherit git-2 linux-mod
EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
else
inherit eutils versionator
SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz
http://dev.gentoo.org/~ryao/dist/${P}-patches-r1.tar.xz";
S="${WORKDIR}/${PN}-${P}"
KEYWORDS="~amd64"
fi

inherit bash-completion-r1 flag-o-matic toolchain-funcs autotools-utils udev 
systemd

DESCRIPTION="Userland utilities for ZFS Linux kernel module"
HOMEPAGE="http://zfsonlinux.org/";

LICENSE="BSD-2 CDDL bash-completion? ( MIT )"
SLOT="0"
IUSE="bash-completion custom-cflags debug kernel-builtin +rootfs test-suite 
static-libs"
RESTRICT="test"

COMMON_DEPEND="
sys-apps/util-linux[static-libs?]
sys-libs/zlib[static-libs(+)?]
virtual/awk
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"

RDEPEND="${COMMON_DEPEND}
!=sys-apps/grep-2.13*
!kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
!sys-fs/zfs-fuse
!prefix? ( virtual/udev )
test-suite? (
sys-apps/util-linux
sys-devel/bc
sys-block/parted
sys-fs/lsscsi
sys-fs/mdadm
sys-process/procps
virtual/modutils
)
rootfs? (
app-arch/cpio
app-misc/pax-utils
! "${T}/zfs.service" || die
cat "${FILESDIR}/zfs-init.sh.in" | \
sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
-e "s:@sysconfdir@:${EPREFIX}/etc:g" \
> "${T}/zfs-init.sh" || die
}

src_install() {
autotools-utils_src_install
gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core
use test-suite || rm -rf "${ED}usr/share/zfs"

use bash-completion && newbashcomp "${FILESDIR}/bash-completion-r1" zfs

exeinto /usr/libexec
doexe "${T}/zfs-init.sh"
systemd_dounit "${T}/zfs.service"
}

pkg_postinst() {

if ! use kernel-builtin && [ ${PV} = "" ]
then
einfo "Adding ${P} to the module database to ensure that the"
einfo "kernel modules and userland utilities stay in sync."
update_moduledb
fi

[ -e "${EROOT}/etc/runlevels/boot/zfs" ] \
|| ewarn 'You should add zfs to the boot runlevel.'

if [ -e "${EROOT}/etc/runlevels/shutdown/zfs-shutdown" ]
then
einfo "The zfs-shutdown script is obsolete. Removing it from 
runlevel."
rm "${EROOT}/etc/runlevels/shutdown/zfs-shutdown"
fi

}

pkg_postrm() {
if ! use kernel-builtin && [ ${PV} = "" ]
 

[gentoo-commits] gentoo-x86 commit in dev-ml/menhir: menhir-20140422.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:17:38

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

Revision  ChangesPath
1.2  dev-ml/menhir/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   7 Feb 2013 20:36:44 -   1.1
+++ ChangeLog   1 Dec 2014 14:17:38 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/menhir
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.1 2013/02/07 
20:36:44 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.2 2014/12/01 
14:17:38 aballier Exp $
+
+*menhir-20140422 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier  +menhir-20140422.ebuild:
+  version bump
 
 *menhir-20130116 (07 Feb 2013)
 



1.1  dev-ml/menhir/menhir-20140422.ebuild

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

Index: menhir-20140422.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/menhir-20140422.ebuild,v 1.1 
2014/12/01 14:17:38 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION="LR(1) parser generator for the OCaml language"
HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/";
SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz";

LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="examples +ocamlopt"

DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?]"
RDEPEND="${DEPEND}"

src_configure() {
if ! use ocamlopt ; then
export TARGET=byte
fi
}

src_compile() {
emake PREFIX="${EPREFIX}"/usr -j1
}

src_install() {
findlib_src_preinst
emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use 
examples || echo "DOCS=manual.pdf") install
use examples && docompress -x /usr/share/doc/${PF}/demos
dodoc AUTHORS CHANGES
}






[gentoo-commits] gentoo-x86 commit in dev-ml/async: async-112.01.00.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:15:40

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

Revision  ChangesPath
1.14 dev-ml/async/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Nov 2014 18:05:22 -  1.13
+++ ChangeLog   1 Dec 2014 14:15:40 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/async
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.13 2014/11/28 
18:05:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.14 2014/12/01 
14:15:40 aballier Exp $
+
+*async-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier  +async-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier  async-111.25.00.ebuild:
   update deps for ocaml 4.02



1.1  dev-ml/async/async-112.01.00.ebuild

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

Index: async-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/async-112.01.00.ebuild,v 1.1 
2014/12/01 14:15:40 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="examples"

RDEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
>=dev-ml/async_extra-${PV}:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.0.2 dev-ml/core_bench )"

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

src_install() {
oasis_src_install
if use examples ; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ml/async_extra: ChangeLog async_extra-112.01.00.ebuild

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:13:28

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

Revision  ChangesPath
1.14 dev-ml/async_extra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/async_extra/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Nov 2014 18:04:48 -  1.13
+++ ChangeLog   1 Dec 2014 14:13:28 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/async_extra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_extra/ChangeLog,v 1.13 
2014/11/28 18:04:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_extra/ChangeLog,v 1.14 
2014/12/01 14:13:28 aballier Exp $
+
+*async_extra-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +async_extra-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   async_extra-111.28.00.ebuild:



1.1  dev-ml/async_extra/async_extra-112.01.00.ebuild

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

Index: async_extra-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/async_extra/async_extra-112.01.00.ebuild,v 1.1 
2014/12/01 14:13:28 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1

inherit oasis

MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/pa_ounit-109.18.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
dev-ml/custom_printf:=
dev-ml/herelib:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"

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






[gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/

2014-12-01 Thread Michał Górny
commit: 502b10432986261f403ab0d01ccf8d282d615f2c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  1 14:09:22 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 14:09:22 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=502b1043

media-sound/rhythmbox: use python-r1 to avoid issues

Use python-r1 to avoid issues with python-single-r1 and libpeas REQUIRED_USE.
Enforce proper USE dependency on libpeas.

Package-Manager: portage-2.2.14
Manifest-Sign-Key: EFB4464E!

---
 media-sound/rhythmbox/rhythmbox-.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/media-sound/rhythmbox/rhythmbox-.ebuild 
b/media-sound/rhythmbox/rhythmbox-.ebuild
index 26c1d77..45ce3c2 100644
--- a/media-sound/rhythmbox/rhythmbox-.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-.ebuild
@@ -5,10 +5,10 @@
 EAPI="5"
 GNOME2_LA_PUNT="yes"
 GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_{2,3} )
+PYTHON_COMPAT=( python3_{3,4} )
 PYTHON_REQ_USE="xml"
 
-inherit eutils gnome2 python-single-r1 multilib virtualx
+inherit eutils gnome2 python-r1 multilib virtualx
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -21,9 +21,6 @@ SLOT="0"
 IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
 test +udev upnp-av visualizer webkit zeitgeist"
 
-# Let people emerge this by default, bug #472932
-IUSE+=" python_single_target_python3_2 +python_single_target_python3_3"
-
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
@@ -35,7 +32,7 @@ REQUIRED_USE="
mtp? ( udev )
dbus? ( python )
webkit? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
+   python? ( ^^ ( $(python_gen_useflags '*') ) )
 "
 
 # FIXME: double check what to do with fm-radio plugin
@@ -88,6 +85,7 @@ RDEPEND="${COMMON_DEPEND}
>=media-libs/grilo-0.2:0.2
>=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
python? (
+   >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection]
@@ -108,7 +106,7 @@ DEPEND="${COMMON_DEPEND}
 "
 
 pkg_setup() {
-   use python && python-single-r1_pkg_setup
+   use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
 }
 
 src_prepare() {



[gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: rhythmbox-3.1.ebuild ChangeLog

2014-12-01 Thread Michal Gorny (mgorny)
mgorny  14/12/01 14:09:29

  Modified: rhythmbox-3.1.ebuild ChangeLog
  Log:
  Use python-r1 to avoid issues with python-single-r1 when depending on 
libpeas. Enforce proper USE dependency on libpeas.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  media-sound/rhythmbox/rhythmbox-3.1.ebuild

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

Index: rhythmbox-3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rhythmbox-3.1.ebuild24 Nov 2014 10:43:32 -  1.4
+++ rhythmbox-3.1.ebuild1 Dec 2014 14:09:29 -   1.5
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v 1.4 
2014/11/24 10:43:32 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v 1.5 
2014/12/01 14:09:29 mgorny Exp $
 
 EAPI="5"
 GNOME2_LA_PUNT="yes"
 GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_{2,3,4} )
+PYTHON_COMPAT=( python3_{3,4} )
 PYTHON_REQ_USE="xml"
 
-inherit eutils gnome2 python-single-r1 multilib virtualx
+inherit eutils gnome2 python-r1 multilib virtualx
 
 DESCRIPTION="Music management and playback software for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox";
@@ -18,9 +18,6 @@
 IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
 test +udev upnp-av visualizer webkit zeitgeist"
 
-# Let people emerge this by default, bug #472932
-IUSE+=" +python_single_target_python3_3"
-
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 REQUIRED_USE="
@@ -28,7 +25,7 @@
mtp? ( udev )
dbus? ( python )
webkit? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
+   python? ( ^^ ( $(python_gen_useflags '*') ) )
 "
 
 # Tests failing for years without upstream caring at all
@@ -85,6 +82,7 @@
>=media-libs/grilo-0.2:0.2
>=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
python? (
+   >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection]
@@ -105,7 +103,7 @@
 "
 
 pkg_setup() {
-   use python && python-single-r1_pkg_setup
+   use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
 }
 
 src_prepare() {



1.266media-sound/rhythmbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.266&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.266&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog   24 Nov 2014 10:43:32 -  1.265
+++ ChangeLog   1 Dec 2014 14:09:29 -   1.266
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/rhythmbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.265 
2014/11/24 10:43:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.266 
2014/12/01 14:09:29 mgorny Exp $
+
+  01 Dec 2014; Michał Górny  rhythmbox-3.1.ebuild:
+  Use python-r1 to avoid issues with python-single-r1 when depending on 
libpeas.
+  Enforce proper USE dependency on libpeas.
 
   24 Nov 2014; Pacho Ramos  rhythmbox-3.1.ebuild:
   python-3.3 is the default again






[gentoo-commits] gentoo-x86 commit in dev-ml/async_unix: async_unix-112.01.00.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:05:59

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

Revision  ChangesPath
1.14 dev-ml/async_unix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/async_unix/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Nov 2014 18:03:00 -  1.13
+++ ChangeLog   1 Dec 2014 14:05:59 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/async_unix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_unix/ChangeLog,v 1.13 
2014/11/28 18:03:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_unix/ChangeLog,v 1.14 
2014/12/01 14:05:59 aballier Exp $
+
+*async_unix-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +async_unix-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   async_unix-111.28.00.ebuild:



1.1  dev-ml/async_unix/async_unix-112.01.00.ebuild

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

Index: async_unix-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/async_unix/async_unix-112.01.00.ebuild,v 1.1 
2014/12/01 14:05:59 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1

inherit oasis

MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.15.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/fieldslib-109.20.00:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"

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






[gentoo-commits] gentoo-x86 commit in dev-ml/async_kernel: async_kernel-112.01.00.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:04:40

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

Revision  ChangesPath
1.5  dev-ml/async_kernel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/async_kernel/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   28 Nov 2014 18:00:49 -  1.4
+++ ChangeLog   1 Dec 2014 14:04:40 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/async_kernel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_kernel/ChangeLog,v 1.4 
2014/11/28 18:00:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_kernel/ChangeLog,v 1.5 
2014/12/01 14:04:40 aballier Exp $
+
+*async_kernel-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +async_kernel-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   async_kernel-111.28.00.ebuild:



1.1  dev-ml/async_kernel/async_kernel-112.01.00.ebuild

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

Index: async_kernel-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/async_kernel/async_kernel-112.01.00.ebuild,v 1.1 
2014/12/01 14:04:40 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1

inherit oasis

MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (core)"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/core-109.35.00:=
>=dev-ml/herelib-109.35.00:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"

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






[gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-112.01.01.ebuild

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:03:05

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

Revision  ChangesPath
1.31 dev-ml/core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   28 Nov 2014 17:58:48 -  1.30
+++ ChangeLog   1 Dec 2014 14:03:05 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.30 2014/11/28 
17:58:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.31 2014/12/01 
14:03:05 aballier Exp $
+
+*core-112.01.01 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier  +core-112.01.01.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier  core-111.28.00.ebuild:
   update deps for ocaml 4.02



1.1  dev-ml/core/core-112.01.01.ebuild

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

Index: core-112.01.01.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.01.01.ebuild,v 1.1 
2014/12/01 14:03:05 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit eutils oasis

MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz";

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
dev-ml/enumerate:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )






[gentoo-commits] proj/gnome:master commit in: media-video/totem/

2014-12-01 Thread Michał Górny
commit: 72c679b4c26a9591ee20a803ee3fdd0aff7c745f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  1 14:02:43 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 14:02:43 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72c679b4

media-video/totem: add missing PYTHON_USEDEPs on libpeas

Package-Manager: portage-2.2.14
RepoMan-Options: --force
Manifest-Sign-Key: EFB4464E!

---
 media-video/totem/totem-3.14.1.ebuild | 1 +
 media-video/totem/totem-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/totem/totem-3.14.1.ebuild 
b/media-video/totem/totem-3.14.1.ebuild
index ffc63e0..9e19952 100644
--- a/media-video/totem/totem-3.14.1.ebuild
+++ b/media-video/totem/totem-3.14.1.ebuild
@@ -65,6 +65,7 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.91.3 )
python? (
${PYTHON_DEPS}
+   >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]

diff --git a/media-video/totem/totem-.ebuild 
b/media-video/totem/totem-.ebuild
index 9583857..698bc70 100644
--- a/media-video/totem/totem-.ebuild
+++ b/media-video/totem/totem-.ebuild
@@ -75,6 +75,7 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.91.3 )
python? (
${PYTHON_DEPS}
+   >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]



[gentoo-commits] gentoo-x86 commit in dev-ml/core_extended: core_extended-112.01.00.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 14:00:07

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

Revision  ChangesPath
1.24 dev-ml/core_extended/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   28 Nov 2014 18:06:39 -  1.23
+++ ChangeLog   1 Dec 2014 14:00:07 -   1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/core_extended
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.23 
2014/11/28 18:06:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.24 
2014/12/01 14:00:07 aballier Exp $
+
+*core_extended-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +core_extended-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   core_extended-111.28.00.ebuild:



1.1  dev-ml/core_extended/core_extended-112.01.00.ebuild

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

Index: core_extended-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-112.01.00.ebuild,v 
1.1 2014/12/01 14:00:07 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz";

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
>=dev-ml/core-${PV}:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/custom_printf-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/textutils-109.35.00:=
dev-ml/pa_test:=
dev-ml/re2:=
dev-ml/pa_bench:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.0 )"






[gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.12.2.ebuild ChangeLog

2014-12-01 Thread Michal Gorny (mgorny)
mgorny  14/12/01 14:00:10

  Modified: totem-3.12.2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP on libpeas.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  media-video/totem/totem-3.12.2.ebuild

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

Index: totem-3.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-3.12.2.ebuild 4 Sep 2014 15:33:53 -   1.1
+++ totem-3.12.2.ebuild 1 Dec 2014 14:00:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.2.ebuild,v 1.1 
2014/09/04 15:33:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.2.ebuild,v 1.2 
2014/12/01 14:00:10 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -67,6 +67,7 @@
nsplugin? ( >=x11-misc/shared-mime-info-0.22 )
python? (
${PYTHON_DEPS}
+   >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]



1.382media-video/totem/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.382&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.382&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.381&r2=1.382

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -r1.381 -r1.382
--- ChangeLog   13 Nov 2014 12:25:15 -  1.381
+++ ChangeLog   1 Dec 2014 14:00:10 -   1.382
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/totem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.381 
2014/11/13 12:25:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.382 
2014/12/01 14:00:10 mgorny Exp $
+
+  01 Dec 2014; Michał Górny  totem-3.12.2.ebuild:
+  Add missing PYTHON_USEDEP on libpeas.
 
   13 Nov 2014; Pacho Ramos 
   -files/totem-2.30.2-mp2t-support.patch,






[gentoo-commits] gentoo-x86 commit in dev-ml/core_bench: core_bench-112.01.00.ebuild ChangeLog

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 13:52:05

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

Revision  ChangesPath
1.3  dev-ml/core_bench/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_bench/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Nov 2014 18:07:13 -  1.2
+++ ChangeLog   1 Dec 2014 13:52:05 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/core_bench
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_bench/ChangeLog,v 1.2 
2014/11/28 18:07:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_bench/ChangeLog,v 1.3 
2014/12/01 13:52:05 aballier Exp $
+
+*core_bench-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +core_bench-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   core_bench-109.58.01.ebuild:



1.1  dev-ml/core_bench/core_bench-112.01.00.ebuild

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

Index: core_bench-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/core_bench/core_bench-112.01.00.ebuild,v 1.1 
2014/12/01 13:52:05 aballier Exp $

EAPI="5"

inherit oasis

DESCRIPTION="Micro-benchmarking library for OCaml"
HOMEPAGE="https://ocaml.janestreet.com/";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
dev-ml/sexplib:=
dev-ml/textutils:=
dev-ml/pa_ounit:=
dev-ml/core:=
dev-ml/fieldslib:=
dev-ml/comparelib:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}"

DOCS=( README.md )






[gentoo-commits] gentoo-x86 commit in dev-python/argcomplete: ChangeLog argcomplete-0.8.1.ebuild

2014-12-01 Thread Justin Lecher (jlec)
jlec14/12/01 13:52:14

  Modified: ChangeLog
  Added:argcomplete-0.8.1.ebuild
  Log:
  dev-python/argcomplete: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.7  dev-python/argcomplete/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Oct 2014 04:56:31 -   1.6
+++ ChangeLog   1 Dec 2014 13:52:14 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/argcomplete
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.6 
2014/10/04 04:56:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.7 
2014/12/01 13:52:14 jlec Exp $
+
+*argcomplete-0.8.1 (01 Dec 2014)
+
+  01 Dec 2014; Justin Lecher  +argcomplete-0.8.1.ebuild:
+  Version Bump
 
 *argcomplete-0.6.5-r1 (04 Oct 2014)
 



1.1  dev-python/argcomplete/argcomplete-0.8.1.ebuild

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

Index: argcomplete-0.8.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/argcomplete/argcomplete-0.8.1.ebuild,v 1.1 
2014/12/01 13:52:14 jlec Exp $

EAPI=5

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

inherit distutils-r1 bash-completion-r1

DESCRIPTION="Bash tab completion for argparse"
HOMEPAGE="https://pypi.python.org/pypi/argcomplete";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""

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

python_prepare_all() {
# purge test folder to avoid file collisions
sed -e "s:find_packages():find_packages(exclude=['test','test.*']):" -i 
setup.py || die
distutils-r1_python_prepare_all
}

python_test() {
${EPYTHON} test/test.py || die
}

python_install_all() {
sed \
-e "/complete /d" \
-i argcomplete/bash_completion.d/python-argcomplete.sh || die
insinto $(get_bashhelpersdir)
doins argcomplete/bash_completion.d/python-argcomplete.sh
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-ml/core_kernel: ChangeLog core_kernel-112.01.00.ebuild

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 13:47:55

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

Revision  ChangesPath
1.12 dev-ml/core_kernel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_kernel/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   28 Nov 2014 17:58:11 -  1.11
+++ ChangeLog   1 Dec 2014 13:47:55 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/core_kernel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_kernel/ChangeLog,v 1.11 
2014/11/28 17:58:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_kernel/ChangeLog,v 1.12 
2014/12/01 13:47:55 aballier Exp $
+
+*core_kernel-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +core_kernel-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   core_kernel-111.28.00.ebuild:



1.1  dev-ml/core_kernel/core_kernel-112.01.00.ebuild

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

Index: core_kernel-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/core_kernel/core_kernel-112.01.00.ebuild,v 1.1 
2014/12/01 13:47:55 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="System-independent part of Core"
HOMEPAGE="http://www.janestreet.com/ocaml";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz";

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="test"

RDEPEND="
>=dev-ml/bin-prot-109.53.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/variantslib-109.15.00:=
dev-ml/pa_test:=
dev-ml/enumerate:=
dev-ml/pa_bench:=
>=dev-ml/typerep-111.17:=
dev-ml/camlp4:=
!dev-ml/zero
"
DEPEND="${RDEPEND}
test? (
dev-ml/pa_ounit
>=dev-ml/core-109.60.00
)"
DOCS=( "README.md" )






[gentoo-commits] gentoo-x86 commit in dev-ml/camomile: ChangeLog camomile-0.8.5.ebuild

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 13:47:34

  Modified: ChangeLog
  Added:camomile-0.8.5.ebuild
  Log:
  version bump, bug #522496 by José Romildo Malaquias
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.39 dev-ml/camomile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   28 Nov 2014 17:31:07 -  1.38
+++ ChangeLog   1 Dec 2014 13:47:34 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/camomile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.38 2014/11/28 
17:31:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.39 2014/12/01 
13:47:34 aballier Exp $
+
+*camomile-0.8.5 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier  +camomile-0.8.5.ebuild:
+  version bump, bug #522496 by José Romildo Malaquias
 
   28 Nov 2014; Alexis Ballier  camomile-0.8.4.ebuild:
   update deps for ocaml 4.02



1.1  dev-ml/camomile/camomile-0.8.5.ebuild

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

Index: camomile-0.8.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.8.5.ebuild,v 1.1 
2014/12/01 13:47:34 aballier Exp $

EAPI="5"

inherit findlib eutils

DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml"
HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki";
SRC_URI="https://github.com/yoriyuki/Camomile/releases/download/rel-${PV}/${P}.tar.bz2";

LICENSE="LGPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug +ocamlopt"

RDEPEND="
>=dev-lang/ocaml-3.10.2:=[ocamlopt?]
|| ( dev-ml/camlp4:= 

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

2014-12-01 Thread Manuel Rueger (mrueg)
mrueg   14/12/01 13:37:31

  Modified: ChangeLog package.mask
  Log:
  Cleanup package.mask

Revision  ChangesPath
1.9582   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9581
retrieving revision 1.9582
diff -u -r1.9581 -r1.9582
--- ChangeLog   1 Dec 2014 10:43:28 -   1.9581
+++ ChangeLog   1 Dec 2014 13:37:30 -   1.9582
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9581 2014/12/01 
10:43:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9582 2014/12/01 
13:37:30 mrueg 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!
 
+  01 Dec 2014; Manuel Rüger  package.mask:
+  Cleanup package.mask
+
   01 Dec 2014; Alexis Ballier  package.mask:
   unmask ocaml 4.02.1
 



1.16196  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16195
retrieving revision 1.16196
diff -u -r1.16195 -r1.16196
--- package.mask1 Dec 2014 10:43:28 -   1.16195
+++ package.mask1 Dec 2014 13:37:30 -   1.16196
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16195 2014/12/01 
10:43:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16196 2014/12/01 
13:37:30 mrueg 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
@@ -284,13 +284,6 @@
 # No reverse deps in the tree. Masked for removal in 30 days.
 dev-perl/Mail-ClamAV
 
-# Manuel Rüger  (25 Oct 2014)
-# Deprecated by upstream, Debian removed it in 2010.
-# Contents of this package moved to foomatic-db{,-engine,-ppds}
-# and cups-filters.
-# Masking for removal in 30 days.
-net-print/foomatic-filters-ppds
-
 # Andreas K. Huettel  (24 Oct 2014)
 # Fails tests (bug 421797), no reverse deps in tree, VERY dead
 # upstream, last release 10 years ago. Masked for removal in 30 days.






[gentoo-commits] gentoo-x86 commit in dev-ml/custom_printf: ChangeLog custom_printf-112.01.00.ebuild

2014-12-01 Thread Alexis Ballier (aballier)
aballier14/12/01 13:38:21

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

Revision  ChangesPath
1.8  dev-ml/custom_printf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   28 Nov 2014 17:54:07 -  1.7
+++ ChangeLog   1 Dec 2014 13:38:21 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/custom_printf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.7 
2014/11/28 17:54:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.8 
2014/12/01 13:38:21 aballier Exp $
+
+*custom_printf-112.01.00 (01 Dec 2014)
+
+  01 Dec 2014; Alexis Ballier 
+  +custom_printf-112.01.00.ebuild:
+  version bump
 
   28 Nov 2014; Alexis Ballier 
   custom_printf-111.25.00.ebuild:



1.1  dev-ml/custom_printf/custom_printf-112.01.00.ebuild

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

Index: custom_printf-112.01.00.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-112.01.00.ebuild,v 
1.1 2014/12/01 13:38:21 aballier Exp $

EAPI="5"

inherit oasis

DESCRIPTION="Syntax extension for printf format strings"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home";
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
>=dev-ml/type-conv-109.20.00:=
dev-ml/sexplib:=
dev-ml/pa_ounit:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"






  1   2   3   >