[gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: python-ptrace-0.7.ebuild ChangeLog python-ptrace-0.6.4.ebuild python-ptrace-0.6.3.ebuild python-ptrace-0.6.5.ebuild python-ptrace-0.6.2.

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 06:19:20

  Modified: ChangeLog
  Added:python-ptrace-0.7.ebuild
  Removed:  python-ptrace-0.6.4.ebuild
python-ptrace-0.6.3.ebuild
python-ptrace-0.6.5.ebuild
python-ptrace-0.6.2.ebuild
  Log:
  bump; radical updating that goes with adding py3 pypy support and conversion 
- distutils-r1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   7 Jan 2014 06:58:19 -   1.12
+++ ChangeLog   10 Apr 2014 06:19:20 -  1.13
@@ -1,6 +1,14 @@
 # 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.12 
2014/01/07 06:58:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.13 
2014/04/10 06:19:20 idella4 Exp $
+
+*python-ptrace-0.7 (10 Apr 2014)
+
+  10 Apr 2014; Ian Delaney idel...@gentoo.org +python-ptrace-0.7.ebuild,
+  -python-ptrace-0.6.2.ebuild, -python-ptrace-0.6.3.ebuild,
+  -python-ptrace-0.6.4.ebuild, -python-ptrace-0.6.5.ebuild:
+  bump; radical updating that goes with adding py3 pypy support and conversion
+  - distutils-r1
 
 *python-ptrace-0.6.6 (07 Jan 2014)
 



1.1  dev-python/python-ptrace/python-ptrace-0.7.ebuild

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

Index: python-ptrace-0.7.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.7.ebuild,v 1.1 
2014/04/10 06:19:20 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy2_0 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=examples

DEPEND=
RDEPEND=dev-libs/distorm64
# Req'd for tests
DISTUTILS_IN_SOURCE_BUILD=1

python_test() {
echo ${EPYTHON}
if python_is_python3; then
2to3 -w ptrace
fi
${PYTHON} test_doc.py || die tests failed under ${EPYTHON}
}

python_install_all() {
use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in games-action/shootingstar: shootingstar-1.2.0.ebuild ChangeLog

2014-04-10 Thread Michael Sterrett (mr_bones_)
mr_bones_14/04/10 06:30:58

  Modified: shootingstar-1.2.0.ebuild ChangeLog
  Log:
  fix up HOMEPAGE,SRC_URI (bug #499702); EAPI=5; improve icon handling
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-action/shootingstar/shootingstar-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?r1=1.7r2=1.8

Index: shootingstar-1.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shootingstar-1.2.0.ebuild   19 Oct 2009 05:01:04 -  1.7
+++ shootingstar-1.2.0.ebuild   10 Apr 2014 06:30:58 -  1.8
@@ -1,17 +1,17 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 
1.7 2009/10/19 05:01:04 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 
1.8 2014/04/10 06:30:58 mr_bones_ Exp $
 
-EAPI=2
-inherit eutils games
+EAPI=5
+inherit autotools eutils gnome2-utils games
 
 DESCRIPTION=A topdown shooter
-HOMEPAGE=http://www.2ndpoint.fi/ss;
-SRC_URI=http://www.2ndpoint.fi/ss/${P}.tar.gz;
+HOMEPAGE=http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Arcade/Shooting-Star-19754.shtml;
+SRC_URI=mirror://gentoo/${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=x86
+KEYWORDS=~amd64 x86
 IUSE=
 
 DEPEND=virtual/opengl
@@ -19,16 +19,32 @@
media-libs/libsdl[video]
media-libs/sdl-mixer
media-libs/sdl-image
+RDEPEND=${DEPEND}
 
-PATCHES=(
-   ${FILESDIR}/${PV}-gcc34.patch
-   ${FILESDIR}/${P}-gcc44.patch
-)
+src_prepare() {
+   epatch \
+   ${FILESDIR}/${PV}-gcc34.patch \
+   ${FILESDIR}/${P}-gcc44.patch
+   eautoreconf
+}
 
 src_install () {
-   emake DESTDIR=${D} install || die emake install failed
-   newicon data/textures/body1.png ${PN}.png
+   default
+   newicon -s 128 data/textures/body1.png ${PN}.png
make_desktop_entry ${PN} Shooting Star
-   dodoc AUTHORS ChangeLog NEWS README TODO
prepgamesdirs
 }
+
+pkg_preinst() {
+   games_pkg_preinst
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   games_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



1.8  games-action/shootingstar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Oct 2009 05:01:04 -  1.7
+++ ChangeLog   10 Apr 2014 06:30:58 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/shootingstar
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.7 
2009/10/19 05:01:04 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.8 
2014/04/10 06:30:58 mr_bones_ Exp $
+
+  10 Apr 2014; Michael Sterrett mr_bon...@gentoo.org
+  shootingstar-1.2.0.ebuild:
+  fix up HOMEPAGE,SRC_URI (bug #499702); EAPI=5; improve icon handling
 
   19 Oct 2009; Michael Sterrett mr_bon...@gentoo.org
   shootingstar-1.2.0.ebuild:
@@ -26,4 +30,3 @@
   23 Feb 2004; Michael Sterrett mr_bon...@gentoo.org metadata.xml,
   shootingstar-1.2.0.ebuild:
   initial commit; ebuild submitted by Thomas Preissler via bug #42569 
(modified)
-






[gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: crashtest-1.1.ebuild ChangeLog

2014-04-10 Thread Michael Sterrett (mr_bones_)
mr_bones_14/04/10 06:33:20

  Modified: crashtest-1.1.ebuild ChangeLog
  Log:
  EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-simulation/crashtest/crashtest-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?r1=1.4r2=1.5

Index: crashtest-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crashtest-1.1.ebuild20 Mar 2011 20:17:03 -  1.4
+++ crashtest-1.1.ebuild10 Apr 2014 06:33:20 -  1.5
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.4 
2011/03/20 20:17:03 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.5 
2014/04/10 06:33:20 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils flag-o-matic games
 
 DESCRIPTION=Educational car crash simulator
-HOMEPAGE=http://bram.creative4vision.nl/crashtest/;
-SRC_URI=http://bram.creative4vision.nl/${PN}/${P}.tar.gz;
+HOMEPAGE=http://www.stolk.org/crashtest/;
+SRC_URI=http://www.stolk.org/crashtest/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
@@ -37,7 +37,7 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die emake install failed
+   emake DESTDIR=${D} install
dodoc README
make_desktop_entry ${PN} Crashtest
prepgamesdirs



1.12 games-simulation/crashtest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 May 2012 06:18:08 -  1.11
+++ ChangeLog   10 Apr 2014 06:33:20 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/crashtest
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.11 
2012/05/17 06:18:08 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.12 
2014/04/10 06:33:20 mr_bones_ Exp $
+
+  10 Apr 2014; Michael Sterrett mr_bon...@gentoo.org crashtest-1.1.ebuild:
+  EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706)
 
   17 May 2012; Michael Sterrett mr_bon...@gentoo.org
   files/crashtest-1.1-gentoo.patch:
@@ -43,4 +46,3 @@
   18 May 2007; Tupone Alfredo tup...@gentoo.org
   +files/crashtest-1.0-gentoo.patch, +metadata.xml, +crashtest-1.0.ebuild:
   New package. Bug #153560 by Paul Bredbury
-






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

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 07:05:10

  Modified: ChangeLog package.mask
  Log:
  Mask pypy-bin for testing as well.

Revision  ChangesPath
1.8800   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8799
retrieving revision 1.8800
diff -u -r1.8799 -r1.8800
--- ChangeLog   9 Apr 2014 11:14:28 -   1.8799
+++ ChangeLog   10 Apr 2014 07:05:09 -  1.8800
@@ -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.8799 2014/04/09 
11:14:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8800 2014/04/10 
07:05:09 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Apr 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask pypy-bin for testing as well.
+
   09 Apr 2014; Ian Delaney idel...@gentoo.org package.mask:
   Add django-celery-3.1.9 which deps on celery-3.1.10
 



1.15550  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15549
retrieving revision 1.15550
diff -u -r1.15549 -r1.15550
--- package.mask9 Apr 2014 11:14:28 -   1.15549
+++ package.mask10 Apr 2014 07:05:09 -  1.15550
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15549 2014/04/09 
11:14:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15550 2014/04/10 
07:05:09 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -322,8 +322,9 @@
 dev-libs/clens
 
 # Michał Górny mgo...@gentoo.org (12 Mar 2014)
-# Masked for testing, and binary package build.
+# Masked for testing.
 =dev-python/pypy-2.2
+=dev-python/pypy-bin-2.2
 =virtual/pypy-2.2
 
 # Samuli Suominen ssuomi...@gentoo.org (11 Mar 2014)






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201404-07.xml

2014-04-10 Thread Alex Legler (a3li)
a3li14/04/10 07:26:09

  Modified: glsa-201404-07.xml
  Log:
  GLSA 201404-07: Exclude 0.9.8y

Revision  ChangesPath
1.2  xml/htdocs/security/en/glsa/glsa-201404-07.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?r1=1.1r2=1.2

Index: glsa-201404-07.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-201404-07.xml  8 Apr 2014 10:16:01 -   1.1
+++ glsa-201404-07.xml  10 Apr 2014 07:26:09 -  1.2
@@ -9,13 +9,14 @@
   /synopsis
   product type=ebuildopenssl/product
   announcedApril 08, 2014/announced
-  revisedApril 08, 2014: 1/revised
+  revisedApril 10, 2014: 2/revised
   bug505278/bug
   bug507074/bug
   accessremote/access
   affected
 package name=dev-libs/openssl auto=yes arch=*
   unaffected range=ge1.0.1g/unaffected
+  unaffected range=rge0.9.8y/unaffected
   vulnerable range=lt1.0.1g/vulnerable
 /package
   /affected
@@ -73,5 +74,5 @@
 uri link=http://heartbleed.com/;Heartbleed bug website/uri
   /references
   metadata tag=requester timestamp=Tue, 08 Apr 2014 09:37:45 
+a3li/metadata
-  metadata tag=submitter timestamp=Tue, 08 Apr 2014 10:14:16 
+a3li/metadata
+  metadata tag=submitter timestamp=Thu, 10 Apr 2014 07:22:25 
+a3li/metadata
 /glsa






[gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog fusil-1.3.2.ebuild fusil-1.4.ebuild

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 07:52:53

  Modified: ChangeLog
  Added:fusil-1.5.ebuild
  Removed:  fusil-1.3.2.ebuild fusil-1.4.ebuild
  Log:
  bump; add py3 pypy support and migration - distutils-r1, rm old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/fusil/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   7 Jun 2012 20:29:52 -   1.8
+++ ChangeLog   10 Apr 2014 07:52:53 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/fusil
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.8 2012/06/07 
20:29:52 zmedico Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.9 2014/04/10 
07:52:53 idella4 Exp $
+
+*fusil-1.5 (10 Apr 2014)
+
+  10 Apr 2014; Ian Delaney idel...@gentoo.org +fusil-1.5.ebuild,
+  -fusil-1.3.2.ebuild, -fusil-1.4.ebuild:
+  bump; add py3 pypy support and migration - distutils-r1, rm old
 
   07 Jun 2012; Zac Medico zmed...@gentoo.org fusil-1.3.2.ebuild,
   fusil-1.4.ebuild:
@@ -45,4 +51,3 @@
   28 Feb 2009; Patrick Lauer patr...@gentoo.org +metadata.xml,
   +fusil-1.2.1.ebuild:
   Initial import. Fixes #247893. Ebuild contributed by Tuna t...@lyua.org
-



1.1  dev-python/fusil/fusil-1.5.ebuild

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

Index: fusil-1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.1 
2014/04/10 07:52:53 idella4 Exp $

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

inherit distutils-r1 user

DESCRIPTION=Fusil the fuzzer is a Python library used to write fuzzing 
programs.
HOMEPAGE=http://bitbucket.org/haypo/fusil/wiki/Home 
http://pypi.python.org/pypi/fusil;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND==dev-python/python-ptrace-0.6[${PYTHON_USEDEP}]
doc? ( dev-python/docutils[${PYTHON_USEDEP}] )

RDEPEND=${DEPEND}

python_compile_all() {
use doc  emake -C doc RST2HTML=rst2html.py || die Generation of 
documentation failed
}

python_install_all(){
use doc  local HTML_DOCS=( doc/. )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

pkg_postinst() {
enewgroup fusil
enewuser fusil -1 -1 -1 fusil
}






[gentoo-commits] gentoo-x86 commit in licenses: quake1-killer

2014-04-10 Thread Ulrich Mueller (ulm)
ulm 14/04/10 07:57:10

  Added:quake1-killer
  Log:
  License for games-fps/quake1-killer, bug 506852.

Revision  ChangesPath
1.1  licenses/quake1-killer

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/quake1-killer?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/quake1-killer?rev=1.1content-type=text/plain

Index: quake1-killer
===
Author(s): Howard Roy
Email: how...@mortimer.com

╔══╗
║  Copyright and Distribution Permissions  ║
╚══╝

■ Authors MAY use these modifications as a basis for other
publicly available work.  Please send me any modifications
you make!

■ If you have used part of this patch (code, model or sound) in
your own patch, please give credits to the authors who have made
them - including myself. Thank you.

■ You may distribute this Quake modification in any electronic
format as long as this description file remains intact and unmodified
and is retained along with all of the files in the archive.

■ This patch can NOT be distribute on ANY product PRODUCED or even
RELATED to a lame company called Actura.






[gentoo-commits] gentoo-x86 commit in games-fps/quake1-killer: quake1-killer-2.2z.ebuild ChangeLog

2014-04-10 Thread Ulrich Mueller (ulm)
ulm 14/04/10 08:00:09

  Modified: quake1-killer-2.2z.ebuild ChangeLog
  Log:
  Fix LICENSE, see killer.txt in zipball, bug 506852.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.6  games-fps/quake1-killer/quake1-killer-2.2z.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild?r1=1.5r2=1.6

Index: quake1-killer-2.2z.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quake1-killer-2.2z.ebuild   17 Oct 2008 16:26:37 -  1.5
+++ quake1-killer-2.2z.ebuild   10 Apr 2014 08:00:09 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild,v 1.5 
2008/10/17 16:26:37 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild,v 1.6 
2014/04/10 08:00:09 ulm Exp $
 
 inherit games
 
@@ -9,7 +9,7 @@
 SRC_URI=http://www.gamers.org/pub/idgames2/quakec/compilations/kqp220z.zip
mirror://gentoo/kqp220z.zip
 
-LICENSE=as-is
+LICENSE=quake1-killer
 SLOT=0
 KEYWORDS=amd64 x86
 IUSE=



1.6  games-fps/quake1-killer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-killer/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-killer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Oct 2008 16:26:37 -  1.5
+++ ChangeLog   10 Apr 2014 08:00:09 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake1-killer
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-killer/ChangeLog,v 1.5 
2008/10/17 16:26:37 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-killer/ChangeLog,v 1.6 
2014/04/10 08:00:09 ulm Exp $
+
+  10 Apr 2014; Ulrich Müller u...@gentoo.org quake1-killer-2.2z.ebuild:
+  Fix LICENSE, see killer.txt in zipball, bug 506852.
 
   17 Oct 2008; Michael Sterrett mr_bon...@gentoo.org
   quake1-killer-2.2z.ebuild:






[gentoo-commits] gentoo-x86 commit in licenses: quake1-teamfortress

2014-04-10 Thread Ulrich Mueller (ulm)
ulm 14/04/10 08:03:28

  Added:quake1-teamfortress
  Log:
  License for games-fps/quake1-teamfortress, bug 506850.

Revision  ChangesPath
1.1  licenses/quake1-teamfortress

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/quake1-teamfortress?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/quake1-teamfortress?rev=1.1content-type=text/plain

Index: quake1-teamfortress
===
=---=
Copyright and Distribution
=---=
Authors may use this code for the basis of other freeware quakec
code, but not for any for-profit code, such as modification of this
patch for the purpose of running it on a commercial Quake Server,
without an agreement of some kind with TeamFortress Software.

You may distribute this patch in any electronic format as long as this
textfile remains unmodified and all of the files in the archive are
present, and as long as no charge is made for it.
You may _not_ include this patch on any Quake compilation CD.

Non-Commercial Quake Servers are free to run this patch.






[gentoo-commits] gentoo-x86 commit in games-fps/quake1-teamfortress: ChangeLog quake1-teamfortress-2.9.ebuild

2014-04-10 Thread Ulrich Mueller (ulm)
ulm 14/04/10 08:05:05

  Modified: ChangeLog quake1-teamfortress-2.9.ebuild
  Log:
  Fix LICENSE, see readme.txt in zipballs, bug 506850.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.4  games-fps/quake1-teamfortress/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Feb 2007 23:58:04 -  1.3
+++ ChangeLog   10 Apr 2014 08:05:05 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake1-teamfortress
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog,v 
1.3 2007/02/21 23:58:04 peper Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/ChangeLog,v 
1.4 2014/04/10 08:05:05 ulm Exp $
+
+  10 Apr 2014; Ulrich Müller u...@gentoo.org quake1-teamfortress-2.9.ebuild:
+  Fix LICENSE, see readme.txt in zipballs, bug 506850.
 
   21 Feb 2007; Piotr Jaroszyński pe...@gentoo.org ChangeLog:
   Transition to Manifest2.



1.4  
games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild?r1=1.3r2=1.4

Index: quake1-teamfortress-2.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quake1-teamfortress-2.9.ebuild  5 Nov 2005 22:42:43 -   1.3
+++ quake1-teamfortress-2.9.ebuild  10 Apr 2014 08:05:05 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild,v
 1.3 2005/11/05 22:42:43 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/quake1-teamfortress/quake1-teamfortress-2.9.ebuild,v
 1.4 2014/04/10 08:05:05 ulm Exp $
 
 inherit eutils games
 
@@ -9,7 +9,7 @@
 SRC_URI=mirror://gentoo/tf28.zip
mirror://gentoo/tf29qw.zip
 
-LICENSE=as-is
+LICENSE=quake1-teamfortress
 SLOT=0
 KEYWORDS=amd64 x86
 IUSE=






[gentoo-commits] gentoo-x86 commit in sys-apps/gawk/files: gawk-4.1.1-sandbox_issue.patch

2014-04-10 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/10 08:42:37

  Added:gawk-4.1.1-sandbox_issue.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch?rev=1.1content-type=text/plain

Index: gawk-4.1.1-sandbox_issue.patch
===
Fix sandbox issue.

Signed-off-by: Lars Wendler polynomia...@gentoo.org

--- gawk-4.1.1/extension/Makefile.am2014-02-20 19:42:25.0 +0100
+++ gawk-4.1.1/extension/Makefile.am2014-02-20 19:42:25.0 +0100
@@ -100,7 +100,7 @@
 
 install-data-hook:
for i in $(pkgextension_LTLIBRARIES) ; do \
-   $(RM) $(pkgextensiondir)/$$i ; \
+   $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
done
 
 # Keep the uninstall check working:
--- gawk-4.1.1/extension/Makefile.in2014-04-08 18:13:03.0 +0200
+++ gawk-4.1.1/extension/Makefile.in2014-04-08 18:13:03.0 +0200
@@ -1231,7 +1231,7 @@
 
 install-data-hook:
for i in $(pkgextension_LTLIBRARIES) ; do \
-   $(RM) $(pkgextensiondir)/$$i ; \
+   $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
done
 
 # Keep the uninstall check working:






[gentoo-commits] gentoo-x86 commit in sys-apps/gawk: gawk-4.1.1.ebuild ChangeLog

2014-04-10 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/10 08:42:37

  Modified: ChangeLog
  Added:gawk-4.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.178sys-apps/gawk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   18 Feb 2014 18:58:12 -  1.177
+++ ChangeLog   10 Apr 2014 08:42:37 -  1.178
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/gawk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.177 2014/02/18 
18:58:12 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.178 2014/04/10 
08:42:37 polynomial-c Exp $
+
+*gawk-4.1.1 (10 Apr 2014)
+
+  10 Apr 2014; Lars Wendler polynomia...@gentoo.org +gawk-4.1.1.ebuild,
+  +files/gawk-4.1.1-sandbox_issue.patch:
+  Version bump.
 
   18 Feb 2014; Christoph Junghans ott...@gentoo.org gawk-3.1.8.ebuild:
   added blocker for =virtual/awk-1



1.1  sys-apps/gawk/gawk-4.1.1.ebuild

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

Index: gawk-4.1.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/gawk/gawk-4.1.1.ebuild,v 1.1 
2014/04/10 08:42:37 polynomial-c Exp $

EAPI=4

inherit eutils toolchain-funcs multilib

DESCRIPTION=GNU awk pattern-matching language
HOMEPAGE=http://www.gnu.org/software/gawk/gawk.html;
SRC_URI=mirror://gnu/gawk/${P}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=mpfr nls readline

RDEPEND=mpfr? ( dev-libs/mpfr )
readline? ( sys-libs/readline )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )

src_prepare() {
EPATCH_OPTS=-Z \
epatch ${FILESDIR}/${PN}-4.1.1-sandbox_issue.patch

# use symlinks rather than hardlinks, and disable version links
sed -i \
-e '/^LN =/s:=.*:= $(LN_S):' \
-e '/install-exec-hook:/s|$|\nfoo:|' \
Makefile.in doc/Makefile.in || die
sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
# disable pointless build time hack that breaks cross-compiling #493362
sed -i \
-e '/check-recursive all-recursive: 
check-for-shared-lib-support/d' \
extension/Makefile.in || die
}

src_configure() {
export ac_cv_libsigsegv=no
econf \
--libexec='$(libdir)/misc' \
$(use_with mpfr) \
$(use_enable nls) \
$(use_with readline)
}

src_install() {
rm -rf README_d # automatic dodocs barfs
default

# Install headers
insinto /usr/include/awk
doins *.h || die
rm ${ED}/usr/include/awk/config.h || die
}

pkg_postinst() {
# symlink creation here as the links do not belong to gawk, but to any 
awk
if has_version app-admin/eselect  has_version app-admin/eselect-awk ; 
then
eselect awk update ifunset
else
local l
for l in ${EROOT}usr/share/man/man1/gawk.1* 
${EROOT}usr/bin/gawk; do
[[ -e ${l}  ! -e ${l/gawk/awk} ]]  ln -s ${l##*/} 
${l/gawk/awk}
done
[[ ! -e ${EROOT}bin/awk ]]  ln -s ../usr/bin/gawk 
${EROOT}bin/awk
fi
}

pkg_postrm() {
if has_version app-admin/eselect  has_version app-admin/eselect-awk ; 
then
eselect awk update ifunset
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/nose/files: nose-1.3.1-doctest.patch

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 09:06:07

  Added:nose-1.3.1-doctest.patch
  Log:
  Add patch sourced from upstream to fix failed tests under py3.3 py3.4, fixes 
Byg #507268 by eroen
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/nose/files/nose-1.3.1-doctest.patch

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

Index: nose-1.3.1-doctest.patch
===
https://github.com/nose-devs/nose/commit/5bcedc9a0601b4f70e2cba6c14c3046fb326bfaa.diff
diff --git a/unit_tests/test_config_defaults.rst 
b/unit_tests/test_config_defaults.rst
index 944d370..034f58e 100644
--- a/unit_tests/test_config_defaults.rst
+++ b/unit_tests/test_config_defaults.rst
@@ -89,9 +89,9 @@ Invalid config files
 
 (file-like object)
 
- options, args = parse([], StringIO(spam))
+ options, args = parse([], StringIO(spam)) # doctest: +ELLIPSIS
 error: Error reading config file '???': File contains no section headers.
-file: ???, line: 1
+file: ...???..., line: 1
 'spam'
 
 (filename)
@@ -99,7 +99,7 @@ Invalid config files
  options, args = parse([], os.path.join(support, invalid.cfg))
 ... # doctest: +ELLIPSIS
 error: Error reading config file '...invalid.cfg': File contains no 
section headers.
-file: ...invalid.cfg, line: 1
+file: ...invalid.cfg..., line: 1
 'spam\n'
 
 (filenames, length == 1)
@@ -107,7 +107,7 @@ Invalid config files
  options, args = parse([], [os.path.join(support, invalid.cfg)])
 ... # doctest: +ELLIPSIS
 error: Error reading config file '...invalid.cfg': File contains no 
section headers.
-file: ...invalid.cfg, line: 1
+file: ...invalid.cfg..., line: 1
 'spam\n'
 
 (filenames, length  1)
@@ -120,7 +120,7 @@ file is bad
 ...os.path.join(support, b.cfg)])
 ... # doctest: +ELLIPSIS
 error: Error reading config file '...invalid.cfg': File contains no 
section headers.
-file: ...invalid.cfg, line: 1
+file: ...invalid.cfg..., line: 1
 'spam\n'
 
 







[gentoo-commits] gentoo-x86 commit in dev-python/nose: nose-1.3.1.ebuild ChangeLog

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 09:06:08

  Modified: nose-1.3.1.ebuild ChangeLog
  Log:
  Add patch sourced from upstream to fix failed tests under py3.3 py3.4, fixes 
Byg #507268 by eroen
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/nose/nose-1.3.1.ebuild

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

Index: nose-1.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nose-1.3.1.ebuild   1 Apr 2014 01:18:40 -   1.1
+++ nose-1.3.1.ebuild   10 Apr 2014 09:06:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v 1.1 
2014/04/01 01:18:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v 1.2 
2014/04/10 09:06:07 idella4 Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 PATCHES=(
${FILESDIR}/${PN}-1.2.1-skiptest.patch
${FILESDIR}/${PN}-1.3.1-python3.4.patch
-)
+   ${FILESDIR}/${P}-doctest.patch )
 
 python_prepare_all() {
# Tests need to be converted, and they don't respect BUILD_DIR.



1.124dev-python/nose/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   1 Apr 2014 01:18:40 -   1.123
+++ ChangeLog   10 Apr 2014 09:06:07 -  1.124
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/nose
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.123 
2014/04/01 01:18:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.124 
2014/04/10 09:06:07 idella4 Exp $
+
+  10 Apr 2014; Ian Delaney idel...@gentoo.org 
+files/nose-1.3.1-doctest.patch,
+  nose-1.3.1.ebuild:
+  Add patch sourced from upstream to fix failed tests under py3.3 py3.4, fixes
+  Byg #507268 by eroen
 
 *nose-1.3.1 (01 Apr 2014)
 






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

2014-04-10 Thread Johannes Huber (johu)
johu14/04/10 10:44:49

  Modified: ChangeLog package.mask
  Log:
  Mask games-puzzle/krosswordpuzzle for removal.

Revision  ChangesPath
1.8801   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8800
retrieving revision 1.8801
diff -u -r1.8800 -r1.8801
--- ChangeLog   10 Apr 2014 07:05:09 -  1.8800
+++ ChangeLog   10 Apr 2014 10:44:48 -  1.8801
@@ -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.8800 2014/04/10 
07:05:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8801 2014/04/10 
10:44:48 johu Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Apr 2014; Johannes Huber j...@gentoo.org package.mask:
+  Mask games-puzzle/krosswordpuzzle for removal.
+
   10 Apr 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask pypy-bin for testing as well.
 



1.15551  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15550
retrieving revision 1.15551
diff -u -r1.15550 -r1.15551
--- package.mask10 Apr 2014 07:05:09 -  1.15550
+++ package.mask10 Apr 2014 10:44:48 -  1.15551
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15550 2014/04/10 
07:05:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15551 2014/04/10 
10:44:48 johu 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
@@ -29,6 +29,13 @@
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
+
+# Johannes Huber j...@gentoo.org (10 Apr 2014)
+# Masked for removal in 30 days. Doesn't build since KDE 4.9,
+# bumping to newest release from 2011 same result. Dead upstream.
+# bug #429604
+games-puzzle/krosswordpuzzle
+
 # Ian Delaney idel...@gentoo.org (09 Apr 2014)
 # new dep on masked celery-3.1.10
 =dev-python/django-celery-3.1.9






[gentoo-commits] gentoo-x86 commit in kde-misc/emerging-plasmoid: emerging-plasmoid-1.0.3.ebuild ChangeLog

2014-04-10 Thread Johannes Huber (johu)
johu14/04/10 11:16:11

  Modified: emerging-plasmoid-1.0.3.ebuild ChangeLog
  Log:
  DEPEND on dev-lang/perl and dev-perl/DateManip by Leonardo 
leonardo.guilhe...@gmail.com, bug #507196.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild

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

Index: emerging-plasmoid-1.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emerging-plasmoid-1.0.3.ebuild  17 Jun 2013 23:09:52 -  1.1
+++ emerging-plasmoid-1.0.3.ebuild  10 Apr 2014 11:16:11 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild,v
 1.1 2013/06/17 23:09:52 creffett Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild,v
 1.2 2014/04/10 11:16:11 johu Exp $
 
 EAPI=5
 
@@ -15,7 +15,10 @@
 SLOT=4
 IUSE=debug
 
-DEPEND=
+DEPEND=
+   dev-lang/perl
+   dev-perl/DateManip
+
 RDEPEND=${DEPEND}
$(add_kdebase_dep plasma-workspace)
 



1.2  kde-misc/emerging-plasmoid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   17 Jun 2013 23:09:52 -  1.1
+++ ChangeLog   10 Apr 2014 11:16:11 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/emerging-plasmoid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog,v 1.1 
2013/06/17 23:09:52 creffett Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/emerging-plasmoid/ChangeLog,v 1.2 
2014/04/10 11:16:11 johu Exp $
+
+  10 Apr 2014; Johannes Huber j...@gentoo.org emerging-plasmoid-1.0.3.ebuild:
+  DEPEND on dev-lang/perl and dev-perl/DateManip by Leonardo
+  leonardo.guilhe...@gmail.com, bug #507196.
 
 *emerging-plasmoid-1.0.3 (17 Jun 2013)
 






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

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 11:35:12

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



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

2014-04-10 Thread Elias Probst
commit: 7b2ac3a247239e8f1bf8c674b4887b6cb8b7f515
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Thu Apr 10 11:48:47 2014 +
Commit: Elias Probst mail AT eliasprobst DOT eu
CommitDate: Thu Apr 10 11:50:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b2ac3a2

[kde-base/plasma-desktop] Drop accidentally added WIP ebuild

---
 kde-base/plasma-desktop/metadata.xml   |  5 --
 kde-base/plasma-desktop/plasma-desktop-.ebuild | 97 --
 2 files changed, 102 deletions(-)

diff --git a/kde-base/plasma-desktop/metadata.xml 
b/kde-base/plasma-desktop/metadata.xml
deleted file mode 100644
index 8d1e86a..000
--- a/kde-base/plasma-desktop/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdkde/herd
-/pkgmetadata

diff --git a/kde-base/plasma-desktop/plasma-desktop-.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-.ebuild
deleted file mode 100644
index bb7940c..000
--- a/kde-base/plasma-desktop/plasma-desktop-.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED=test
-inherit kde5
-
-DESCRIPTION=KDE Plasma desktop
-KEYWORDS=
-IUSE=dbus X
-
-COMMON_DEPEND=
-   $(add_kdebase_dep libksysguard)
-   $(add_frameworks_dep kactivities)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kdesu)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kjs)
-   $(add_frameworks_dep kjsembed)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep solid)
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-libs/phonon[qt5]
-   sys-libs/pam
-   sys-libs/zlib
-   dbus? ( dev-libs/libdbusmenu-qt[qt5] )
-   X? (
-   dev-qt/qtx11extras:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXrender
-   x11-libs/xcb-util-keysyms
-   )
-
-RDEPEND=${COMMON_DEPEND}
-   !kde-base/freespacenotifier:4
-   !kde-base/libkworkspace:4
-   !kde-base/libtaskmanager:4
-   !kde-base/kcminit:4
-   !kde-base/kdebase-menu-icons:4
-   !kde-base/kdebase-startkde:4
-   !kde-base/klipper:4
-   !kde-base/krunner:4
-   !kde-base/ksmserver:4
-   !kde-base/ksplash:4
-   !kde-base/kuiserver:4
-   !kde-base/plasma-workspace:4
-
-DEPEND=${COMMON_DEPEND}
-   X? ( x11-proto/xproto )
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package dbus dbusmenu-qt5)
-   $(cmake-utils_use_find_package X X11)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-httpdomain: metadata.xml ChangeLog

2014-04-10 Thread Michael Palimaka (kensington)
kensington14/04/10 11:56:46

  Modified: metadata.xml ChangeLog
  Log:
  Remove KDE herd.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  dev-python/sphinxcontrib-httpdomain/metadata.xml

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

Index: metadata.xml
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml10 Jun 2013 09:07:30 -  1.1
+++ metadata.xml10 Apr 2014 11:56:46 -  1.2
@@ -2,7 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdpython/herd
-   herdkde/herd
upstream
remote-id type=pypisphinxcontrib-httpdomain/remote-id
/upstream



1.6  dev-python/sphinxcontrib-httpdomain/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   31 Mar 2014 20:51:08 -  1.5
+++ ChangeLog   10 Apr 2014 11:56:46 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinxcontrib-httpdomain
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.5 
2014/03/31 20:51:08 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.6 
2014/04/10 11:56:46 kensington Exp $
+
+  10 Apr 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove KDE herd.
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org
   sphinxcontrib-httpdomain-1.1.8.ebuild, sphinxcontrib-httpdomain-1.1.9.ebuild,






[gentoo-commits] gentoo-x86 commit in mate-base/mate-desktop: mate-desktop-1.8.0.ebuild ChangeLog

2014-04-10 Thread Tom Wijsman (tomwij)
tomwij  14/04/10 12:03:49

  Modified: ChangeLog
  Added:mate-desktop-1.8.0.ebuild
  Log:
  Version bump to 1.8.0.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.6  mate-base/mate-desktop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Mar 2014 15:05:46 -  1.5
+++ ChangeLog   10 Apr 2014 12:03:49 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for mate-base/mate-desktop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.5 
2014/03/24 15:05:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.6 
2014/04/10 12:03:49 tomwij Exp $
+
+*mate-desktop-1.8.0 (10 Apr 2014)
+
+  10 Apr 2014; Tom Wijsman tom...@gentoo.org +mate-desktop-1.8.0.ebuild:
+  Version bump to 1.8.0.
 
 *mate-desktop-1.6.2-r1 (24 Mar 2014)
 



1.1  mate-base/mate-desktop/mate-desktop-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: mate-desktop-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.0.ebuild,v 1.1 
2014/04/10 12:03:49 tomwij Exp $

EAPI=5

GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

PYTHON_COMPAT=( python2_6 python2_7 )

inherit gnome2 multilib python-r1 versionator

MATE_BRANCH=$(get_version_component_range 1-2)

SRC_URI=http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
DESCRIPTION=Libraries for the MATE desktop that are not part of the UI
HOMEPAGE=http://mate-desktop.org;

LICENSE=GPL-2 FDL-1.1 LGPL-2
SLOT=0
KEYWORDS=~amd64

IUSE=X startup-notification

RDEPEND=${PYTHON_DEPS}
=dev-libs/glib-2.34:2
=dev-libs/libunique-1:1
x11-libs/cairo:0
=x11-libs/gdk-pixbuf-2.4:2
=x11-libs/gtk+-2.24:2
x11-libs/libX11:0
=x11-libs/libXrandr-1.2:0
virtual/libintl:0
startup-notification? ( =x11-libs/startup-notification-0.5:0 )

DEPEND=${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/yelp-tools:0
=dev-util/intltool-0.40:*
=gnome-base/dconf-0.10:0
sys-devel/gettext:*
=x11-proto/randrproto-1.2:0
x11-proto/xproto:0
virtual/pkgconfig:*

src_configure() {
gnome2_src_configure \
--enable-mate-conf-import \
--with-gtk=2.0 \
$(use_with X x) \
$(use_enable startup-notification)
}

DOCS=AUTHORS ChangeLog HACKING NEWS README

src_install() {
gnome2_src_install

python_replicate_script ${ED}/usr/bin/mate-conf-import

# Remove installed files that cause collissions.
rm -rf ${ED}/usr/share/help/C/{lgpl,gpl,fdl}
}






[gentoo-commits] gentoo-x86 commit in dev-python/requests-oauthlib: requests-oauthlib-0.4.0.ebuild ChangeLog

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 12:04:26

  Modified: ChangeLog
  Added:requests-oauthlib-0.4.0.ebuild
  Log:
  bump; test phase updated with related patch sourced from upstream
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/requests-oauthlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   13 Oct 2013 09:26:34 -  1.2
+++ ChangeLog   10 Apr 2014 12:04:26 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/requests-oauthlib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.2 2013/10/13 09:26:34 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.3 2014/04/10 12:04:26 idella4 Exp $
+
+*requests-oauthlib-0.4.0 (10 Apr 2014)
+
+  10 Apr 2014; Ian Delaney idel...@gentoo.org
+  +files/requests-oauthlib-0.4.0-expires_at.patch,
+  +requests-oauthlib-0.4.0.ebuild:
+  bump; test phase updated with related patch sourced from upstream
 
   13 Oct 2013; Pacho Ramos pa...@gentoo.org requests-oauthlib-0.3.3.ebuild:
   Also compatible with python3_3



1.1  dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild

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

Index: requests-oauthlib-0.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild,v
 1.1 2014/04/10 12:04:26 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=This project provides first-class OAuth library support for 
Requests
HOMEPAGE=https://github.com/requests/requests-oauthlib;
SRC_URI=https://github.com/requests/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=test? ( dev-python/mock[${PYTHON_USEDEP}] )
RDEPEND=
=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
=dev-python/oauthlib-0.4.2[${PYTHON_USEDEP}]

PATCHES=( ${FILESDIR}/${P}-expires_at.patch )

python_test() {
# https://github.com/requests/requests-oauthlib/issues/112
sed -e 's:test_add_token:_:' -i tests/test_oauth2_session.py || die
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in kde-misc/plasma-nm: plasma-nm-0.9.3.3.ebuild ChangeLog

2014-04-10 Thread Johannes Huber (johu)
johu14/04/10 12:13:05

  Modified: plasma-nm-0.9.3.3.ebuild ChangeLog
  Log:
  DEPEND on net-misc/networkmanager-openconnect, bug #507270.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.4  kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild?r1=1.3r2=1.4

Index: plasma-nm-0.9.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plasma-nm-0.9.3.3.ebuild14 Mar 2014 13:46:50 -  1.3
+++ plasma-nm-0.9.3.3.ebuild10 Apr 2014 12:13:04 -  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/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild,v 1.3 
2014/03/14 13:46:50 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.3.ebuild,v 1.4 
2014/04/10 12:13:04 johu Exp $
 
 EAPI=5
 
@@ -28,7 +28,10 @@
=net-libs/libnm-qt-0.9.8.1[modemmanager?]
=net-misc/networkmanager-0.9.8.0
modemmanager? ( =net-libs/libmm-qt-1.0.0 )
-   openconnect? ( net-misc/openconnect )
+   openconnect? (
+   net-misc/networkmanager-openconnect
+   net-misc/openconnect
+   )
 
 RDEPEND=${DEPEND}
!kde-misc/networkmanagement



1.7  kde-misc/plasma-nm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Mar 2014 13:46:50 -  1.6
+++ ChangeLog   10 Apr 2014 12:13:04 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/plasma-nm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.6 
2014/03/14 13:46:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.7 
2014/04/10 12:13:04 johu Exp $
+
+  10 Apr 2014; Johannes Huber j...@gentoo.org plasma-nm-0.9.3.3.ebuild:
+  DEPEND on net-misc/networkmanager-openconnect, bug #507270.
 
   14 Mar 2014; Johannes Huber j...@gentoo.org plasma-nm-0.9.3.3.ebuild:
   Rais dep on net-libs/libnm-qt, bug #504590.






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

2014-04-10 Thread Johannes Huber
commit: 04181736f71be5ce1d0afb575b770a055ca56292
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Apr 10 12:15:29 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Apr 10 12:15:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04181736

[kde-misc/plasma-nm] Sync with tree

Package-Manager: portage-2.2.10

---
 kde-misc/plasma-nm/plasma-nm-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-misc/plasma-nm/plasma-nm-.ebuild 
b/kde-misc/plasma-nm/plasma-nm-.ebuild
index 45f8c48..28729a0 100644
--- a/kde-misc/plasma-nm/plasma-nm-.ebuild
+++ b/kde-misc/plasma-nm/plasma-nm-.ebuild
@@ -28,7 +28,10 @@ DEPEND=
=net-libs/libnm-qt-0.9.8.1[modemmanager?]
=net-misc/networkmanager-0.9.8.0
modemmanager? ( =net-libs/libmm-qt-1.0.0 )
-   openconnect? ( net-misc/openconnect )
+   openconnect? (
+   net-misc/networkmanager-openconnect
+   net-misc/openconnect
+   )
 
 RDEPEND=${DEPEND}
!kde-misc/networkmanagement



[gentoo-commits] gentoo-x86 commit in mate-base/caja: - New directory

2014-04-10 Thread Tom Wijsman (tomwij)
tomwij  14/04/10 12:19:45

  Log:
  Directory /var/cvsroot/gentoo-x86/mate-base/caja added to the repository



[gentoo-commits] gentoo-x86 commit in kde-misc/networkmanagement: networkmanagement-0.9.0.10-r1.ebuild ChangeLog

2014-04-10 Thread Johannes Huber (johu)
johu14/04/10 12:20:09

  Modified: ChangeLog
  Added:networkmanagement-0.9.0.10-r1.ebuild
  Log:
  Revision bump DEPENDs on net-misc/networkmanager-openconnect, bug #503378.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.41 kde-misc/networkmanagement/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/networkmanagement/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   9 Dec 2013 09:35:54 -   1.40
+++ ChangeLog   10 Apr 2014 12:20:09 -  1.41
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/networkmanagement
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/networkmanagement/ChangeLog,v 1.40 
2013/12/09 09:35:54 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/networkmanagement/ChangeLog,v 1.41 
2014/04/10 12:20:09 johu Exp $
+
+*networkmanagement-0.9.0.10-r1 (10 Apr 2014)
+
+  10 Apr 2014; Johannes Huber j...@gentoo.org
+  +networkmanagement-0.9.0.10-r1.ebuild:
+  Revision bump DEPENDs on net-misc/networkmanager-openconnect, bug #503378.
 
   09 Dec 2013; Johannes Huber j...@gentoo.org
   -networkmanagement-0.9.0.8.ebuild, -networkmanagement-0.9.0.9.ebuild:



1.1  
kde-misc/networkmanagement/networkmanagement-0.9.0.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/networkmanagement/networkmanagement-0.9.0.10-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/networkmanagement/networkmanagement-0.9.0.10-r1.ebuild?rev=1.1content-type=text/plain

Index: networkmanagement-0.9.0.10-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/networkmanagement/networkmanagement-0.9.0.10-r1.ebuild,v
 1.1 2014/04/10 12:20:09 johu Exp $

EAPI=5

KDE_LINGUAS=ar bs ca cs da de el es et fa fi fr ga gl hu ia it ja kk km ko lt
mr nb nds nl nn pl pt pt_BR ro ru se sk sl sr sr@ijekavian sr@ijekavianlatin
sr@Latn sv tr uk zh_CN zh_TW
KDE_SCM=git
KDE_MINIMAL=4.11
inherit kde4-base

DESCRIPTION=KDE frontend for NetworkManager
HOMEPAGE=https://projects.kde.org/projects/extragear/base/networkmanagement;
[[ ${PV} = * ]] || 
SRC_URI=mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz

LICENSE=GPL-2 LGPL-2
KEYWORDS=~amd64 ~x86
SLOT=4
IUSE=debug openconnect

DEPEND=
net-misc/mobile-broadband-provider-info
=net-misc/networkmanager-0.9.6
openconnect? (
net-misc/networkmanager-openconnect
net-misc/openconnect
)

RDEPEND=${DEPEND}
!kde-base/solid
!kde-misc/plasma-nm


src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with openconnect)
)
kde4-base_src_configure
}






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

2014-04-10 Thread Johannes Huber
commit: 352204b300af99d5ddf985f6f011ee1f6d157583
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Apr 10 12:22:57 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Apr 10 12:22:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=352204b3

[kde-misc/networkmanagement] Sync with tree

Package-Manager: portage-2.2.10

---
 kde-misc/networkmanagement/networkmanagement-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-misc/networkmanagement/networkmanagement-.ebuild 
b/kde-misc/networkmanagement/networkmanagement-.ebuild
index 787168f..607bc91 100644
--- a/kde-misc/networkmanagement/networkmanagement-.ebuild
+++ b/kde-misc/networkmanagement/networkmanagement-.ebuild
@@ -24,7 +24,10 @@ IUSE=debug openconnect
 DEPEND=
net-misc/mobile-broadband-provider-info
=net-misc/networkmanager-0.9.6
-   openconnect? ( net-misc/openconnect )
+   openconnect? (
+   net-misc/networkmanager-openconnect
+   net-misc/openconnect
+   )
 
 RDEPEND=${DEPEND}
!kde-base/solid



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

2014-04-10 Thread Tom Wijsman (tomwij)
tomwij  14/04/10 12:22:48

  Modified: ChangeLog package.mask
  Log:
  Adjust mate-base/mate-file-manager mask to be mate-base/caja due to upstream 
name change.

Revision  ChangesPath
1.8802   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8801
retrieving revision 1.8802
diff -u -r1.8801 -r1.8802
--- ChangeLog   10 Apr 2014 10:44:48 -  1.8801
+++ ChangeLog   10 Apr 2014 12:22:47 -  1.8802
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8801 2014/04/10 
10:44:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8802 2014/04/10 
12:22:47 tomwij Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Apr 2014; Tom Wijsman tom...@gentoo.org package.mask:
+  Adjust mate-base/mate-file-manager mask to be mate-base/caja due to upstream
+  name change.
+
   10 Apr 2014; Johannes Huber j...@gentoo.org package.mask:
   Mask games-puzzle/krosswordpuzzle for removal.
 



1.15552  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15551
retrieving revision 1.15552
diff -u -r1.15551 -r1.15552
--- package.mask10 Apr 2014 10:44:48 -  1.15551
+++ package.mask10 Apr 2014 12:22:47 -  1.15552
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15551 2014/04/10 
10:44:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15552 2014/04/10 
12:22:47 tomwij 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
@@ -434,6 +434,7 @@
 =app-text/mate-document-viewer-1.7
 =dev-libs/libmateweather-1.7
 =dev-python/python-caja-1.7
+=mate-base/caja-1.7
 =mate-base/libmatekbd-1.7
 =mate-base/libmatekeyring-1.7
 =mate-base/mate-1.7
@@ -441,7 +442,6 @@
 =mate-base/mate-common-1.7
 =mate-base/mate-control-center-1.7
 =mate-base/mate-desktop-1.7
-=mate-base/mate-file-manager-1.7
 =mate-base/mate-keyring-1.7
 =mate-base/mate-menus-1.7
 =mate-base/mate-panel-1.7






[gentoo-commits] gentoo-x86 commit in mate-base/caja: caja-1.8.0.ebuild metadata.xml ChangeLog

2014-04-10 Thread Tom Wijsman (tomwij)
tomwij  14/04/10 12:23:00

  Added:caja-1.8.0.ebuild metadata.xml ChangeLog
  Log:
  New package for mate-base/caja, continuation of mate-base/mate-file-manager; 
version bump to 1.8.0.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.1  mate-base/caja/caja-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/caja-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/caja-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: caja-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.0.ebuild,v 1.1 
2014/04/10 12:23:00 tomwij Exp $

EAPI=5

GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit eutils gnome2 versionator virtualx

MATE_BRANCH=$(get_version_component_range 1-2)

SRC_URI=http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
DESCRIPTION=Caja file manager for the MATE desktop
HOMEPAGE=http://mate-desktop.org;

LICENSE=GPL-2 LGPL-2 FDL-1.1
SLOT=0
KEYWORDS=~amd64

IUSE=X +mate +introspection +unique xmp

RDEPEND=dev-libs/atk:0
=dev-libs/glib-2.28:2
=dev-libs/libxml2-2.4.7:2
|| (
=gnome-base/gvfs-1.10.1:0[gdu]
=gnome-base/gvfs-1.10.1:0[udisks]
)
=mate-base/mate-desktop-1.8:0
=media-libs/libexif-0.5.12:0
=x11-libs/gtk+-2.24:2[introspection?]
x11-libs/cairo:0
x11-libs/gdk-pixbuf:2
x11-libs/libICE:0
x11-libs/libSM:0
x11-libs/libX11:0
x11-libs/libXext:0
x11-libs/libXft:0
x11-libs/libXrender:0
=x11-libs/pango-1.1.2:0
virtual/libintl:0
introspection? ( =dev-libs/gobject-introspection-0.6.4:0 )
unique? ( =dev-libs/libunique-1:1 )
xmp? ( =media-libs/exempi-1.99.2:2 )

DEPEND=${RDEPEND}
!!mate-base/mate-file-manager
=dev-lang/perl-5:0=
dev-util/gdbus-codegen:0
=dev-util/intltool-0.40.1:*
=mate-base/mate-common-1.6:0
sys-devel/gettext:*
virtual/pkgconfig:*

PDEPEND=mate? ( =x11-themes/mate-icon-theme-1.6:0 )

# TODO: Test fails because Caja is not merged yet:
# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not 
installed
RESTRICT=test

src_prepare() {
# Remove unnecessary CFLAGS.
sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \
configure{,.ac} eel/Makefile.{am,in} || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--enable-unique \
--disable-packagekit \
--disable-update-mimedb \
--with-gtk=2.0 \
$(use_enable introspection) \
$(use_enable unique) \
$(use_enable xmp) \
$(use_with X x)
}

DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO

src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS

Xemake check || die Test phase failed
}

pkg_postinst() {
gnome2_pkg_postinst

elog Caja can use gstreamer to preview audio files. Just make sure
elog to have the necessary plugins available to play the media type 
you
elog want to preview.
}



1.1  mate-base/caja/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailtom...@gentoo.org/email
nameTom Wijsman/name
/maintainer
use
flag name=mateInstall pkgx11-themes/mate-icon-theme/pkg 
which 
is needed when this package is used in the MATE desktop 
environment./flag
flag name=uniqueEnable single instance support using 
pkgdev-libs/libunique/pkg./flag
/use
/pkgmetadata



1.1  mate-base/caja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for mate-base/caja
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v 1.1 2014/04/10 
12:23:00 tomwij Exp $

*caja-1.8.0 (10 

[gentoo-commits] gentoo-x86 commit in app-admin/mate-system-tools: mate-system-tools-1.8.0.ebuild ChangeLog

2014-04-10 Thread Tom Wijsman (tomwij)
tomwij  14/04/10 12:27:15

  Modified: ChangeLog
  Added:mate-system-tools-1.8.0.ebuild
  Log:
  Version bump to 1.8.0.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.2  app-admin/mate-system-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/mate-system-tools/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Mar 2014 19:00:12 -  1.1
+++ ChangeLog   10 Apr 2014 12:27:15 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/mate-system-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mate-system-tools/ChangeLog,v 1.1 
2014/03/22 19:00:12 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mate-system-tools/ChangeLog,v 1.2 
2014/04/10 12:27:15 tomwij Exp $
+
+*mate-system-tools-1.8.0 (10 Apr 2014)
+
+  10 Apr 2014; Tom Wijsman tom...@gentoo.org +mate-system-tools-1.8.0.ebuild:
+  Version bump to 1.8.0.
 
 *mate-system-tools-1.6.0 (22 Mar 2014)
 



1.1  app-admin/mate-system-tools/mate-system-tools-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mate-system-tools/mate-system-tools-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mate-system-tools/mate-system-tools-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: mate-system-tools-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/mate-system-tools/mate-system-tools-1.8.0.ebuild,v
 1.1 2014/04/10 12:27:15 tomwij Exp $

EAPI=5

GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 versionator

MATE_BRANCH=$(get_version_component_range 1-2)

SRC_URI=http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
DESCRIPTION=Tools aimed to make easy the administration of UNIX systems
HOMEPAGE=http://mate-desktop.org;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64

IUSE=caja nfs policykit samba

RDEPEND=app-text/rarian:0
=app-admin/system-tools-backends-2.10.1:0
dev-libs/atk:0
dev-libs/dbus-glib:0
=dev-libs/glib-2.25.3:2
=dev-libs/liboobs-1.1:0
=sys-apps/dbus-0.32:0
net-wireless/wireless-tools:0
sys-libs/cracklib:0
x11-libs/gdk-pixbuf:2
x11-libs/pango:0
=x11-libs/gtk+-2.19.7:2
virtual/libintl:0
caja? ( || ( =mate-base/caja-1.8:0 =mate-base/mate-file-manager-1.6:0 
) )
nfs? ( net-fs/nfs-utils:0 )
policykit? (
mate-extra/mate-polkit:0
=sys-auth/polkit-0.92:0
)
samba? ( =net-fs/samba-3:0 )

DEPEND=${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools:0
sys-devel/gettext:*
virtual/pkgconfig:*
=dev-util/intltool-0.35.0:*

src_configure() {
local myconf
if ! use nfs  ! use samba; then
myconf=--disable-shares
fi

gnome2_src_configure \
${myconf} \
--disable-static \
$(use_enable policykit polkit-gtk-mate) \
$(use_enable caja)
}

DOCS=AUTHORS BUGS ChangeLog HACKING NEWS README TODO






[gentoo-commits] gentoo-x86 commit in x11-misc/unclutter/files: unclutter-8-FocusOut.patch unclutter-8-include.patch

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 12:59:14

  Added:unclutter-8-FocusOut.patch
unclutter-8-include.patch
  Log:
  Fix flickering mouse pointer, bug #507312 by teika.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  x11-misc/unclutter/files/unclutter-8-FocusOut.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/files/unclutter-8-FocusOut.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/files/unclutter-8-FocusOut.patch?rev=1.1content-type=text/plain

Index: unclutter-8-FocusOut.patch
===
Description: Fixes blinking pointer and 100% CPU usage with GTK applications
Author: Tao Nelson taob...@gmail.com
Debian-Bug: 266118

--- a/unclutter.c
+++ b/unclutter.c
@@ -399,7 +399,9 @@
do{
XNextEvent(display,event);
}while(event.type!=LeaveNotify 
-  event.type!=FocusOut 
+   /* Some gtk applications seem not to like this:
+* event.type!=FocusOut  
+*/
   event.type!=UnmapNotify 
   event.type!=ConfigureNotify 
   event.type!=CirculateNotify 



1.1  x11-misc/unclutter/files/unclutter-8-include.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/files/unclutter-8-include.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/files/unclutter-8-include.patch?rev=1.1content-type=text/plain

Index: unclutter-8-include.patch
===
--- a/unclutter.c
+++ b/unclutter.c
@@ -24,6 +24,7 @@
 #include X11/Xutil.h
 #include X11/Xproto.h
 #include stdio.h
+#include stdlib.h
 #include vroot.h
 
 char *progname;






[gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r3.ebuild unclutter-8-r1.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 12:59:14

  Modified: ChangeLog
  Added:unclutter-8-r3.ebuild
  Removed:  unclutter-8-r1.ebuild
  Log:
  Fix flickering mouse pointer, bug #507312 by teika.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.33 x11-misc/unclutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   16 Mar 2011 18:33:46 -  1.32
+++ ChangeLog   10 Apr 2014 12:59:14 -  1.33
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/unclutter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.32 
2011/03/16 18:33:46 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.33 
2014/04/10 12:59:14 jer Exp $
+
+*unclutter-8-r3 (10 Apr 2014)
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org -unclutter-8-r1.ebuild,
+  +unclutter-8-r3.ebuild, +files/unclutter-8-FocusOut.patch,
+  +files/unclutter-8-include.patch:
+  Fix flickering mouse pointer, bug #507312 by teika.
 
   16 Mar 2011; Kacper Kowalik xarthis...@gentoo.org unclutter-8-r2.ebuild:
   ppc64 stable wrt #348733



1.1  x11-misc/unclutter/unclutter-8-r3.ebuild

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

Index: unclutter-8-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.1 2014/04/10 12:59:14 jer Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=Hides mouse pointer while not in use.
HOMEPAGE=http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
SRC_URI=ftp://ftp.x.org/contrib/utilities/${P}.tar.Z;

SLOT=0
LICENSE=public-domain
KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND=x11-libs/libX11
DEPEND=${RDEPEND}
x11-proto/xproto

S=${WORKDIR}/${PN}

src_prepare() {
epatch \
${FILESDIR}/${P}-include.patch \
${FILESDIR}/${P}-FocusOut.patch
}

src_compile() {
emake CDEBUGFLAGS=${CFLAGS} CC=$(tc-getCC) \
LDOPTIONS=${LDFLAGS} || die
}

src_install () {
dobin unclutter || die
newman unclutter.man unclutter.1x || die
dodoc README || die
}






[gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r3.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 13:23:30

  Modified: ChangeLog unclutter-8-r3.ebuild
  Log:
  EAPI changes.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.34 x11-misc/unclutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   10 Apr 2014 12:59:14 -  1.33
+++ ChangeLog   10 Apr 2014 13:23:29 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/unclutter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.33 
2014/04/10 12:59:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.34 
2014/04/10 13:23:29 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org unclutter-8-r3.ebuild:
+  EAPI changes.
 
 *unclutter-8-r3 (10 Apr 2014)
 



1.2  x11-misc/unclutter/unclutter-8-r3.ebuild

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

Index: unclutter-8-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unclutter-8-r3.ebuild   10 Apr 2014 12:59:14 -  1.1
+++ unclutter-8-r3.ebuild   10 Apr 2014 13:23:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.1 2014/04/10 12:59:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.2 2014/04/10 13:23:29 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,6 @@
 SLOT=0
 LICENSE=public-domain
 KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
-IUSE=
 
 RDEPEND=x11-libs/libX11
 DEPEND=${RDEPEND}
@@ -28,12 +27,11 @@
 }
 
 src_compile() {
-   emake CDEBUGFLAGS=${CFLAGS} CC=$(tc-getCC) \
-   LDOPTIONS=${LDFLAGS} || die
+   emake CDEBUGFLAGS=${CFLAGS} CC=$(tc-getCC) LDOPTIONS=${LDFLAGS}
 }
 
 src_install () {
-   dobin unclutter || die
-   newman unclutter.man unclutter.1x || die
-   dodoc README || die
+   dobin unclutter
+   newman unclutter.man unclutter.1x
+   dodoc README
 }






[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: adobe-flash-11.2.202.350.ebuild ChangeLog adobe-flash-11.2.202.346.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 13:34:54

  Modified: adobe-flash-11.2.202.350.ebuild ChangeLog
  Removed:  adobe-flash-11.2.202.346.ebuild
  Log:
  Stable for AMD64 x86 (bug #507176).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild

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

Index: adobe-flash-11.2.202.350.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- adobe-flash-11.2.202.350.ebuild 8 Apr 2014 21:18:22 -   1.1
+++ adobe-flash-11.2.202.350.ebuild 10 Apr 2014 13:34:54 -  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/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.1 2014/04/08 21:18:22 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.2 2014/04/10 13:34:54 jer Exp $
 
 EAPI=5
 inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -29,7 +29,7 @@
 
 SLOT=0
 
-KEYWORDS=-* ~amd64 ~x86
+KEYWORDS=-* amd64 x86
 LICENSE=AdobeFlash-11.x
 RESTRICT=strip mirror
 



1.245www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.245view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.245content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.244r2=1.245

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog   8 Apr 2014 21:18:22 -   1.244
+++ ChangeLog   10 Apr 2014 13:34:54 -  1.245
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.244 
2014/04/08 21:18:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.245 
2014/04/10 13:34:54 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org
+  -adobe-flash-11.2.202.346.ebuild, adobe-flash-11.2.202.350.ebuild:
+  Stable for AMD64 x86 (bug #507176).
 
 *adobe-flash-11.2.202.350 (08 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: oxygen-gtk-1.3.5.ebuild oxygen-gtk-1.4.5.ebuild ChangeLog

2014-04-10 Thread Johannes Huber (johu)
johu14/04/10 14:35:25

  Modified: ChangeLog
  Added:oxygen-gtk-1.3.5.ebuild oxygen-gtk-1.4.5.ebuild
  Log:
  Version bump for slot 2 and 3.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.72 x11-themes/oxygen-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   10 Mar 2014 12:49:15 -  1.71
+++ ChangeLog   10 Apr 2014 14:35:25 -  1.72
@@ -1,6 +1,13 @@
 # ChangeLog for x11-themes/oxygen-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.71 
2014/03/10 12:49:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.72 
2014/04/10 14:35:25 johu Exp $
+
+*oxygen-gtk-1.4.5 (10 Apr 2014)
+*oxygen-gtk-1.3.5 (10 Apr 2014)
+
+  10 Apr 2014; Johannes Huber j...@gentoo.org +oxygen-gtk-1.3.5.ebuild,
+  +oxygen-gtk-1.4.5.ebuild:
+  Version bump for slot 2 and 3.
 
   10 Mar 2014; Johannes Huber j...@gentoo.org -oxygen-gtk-1.2.0.ebuild,
   -oxygen-gtk-1.2.1.ebuild, -oxygen-gtk-1.3.3.ebuild, -oxygen-gtk-1.4.0.ebuild,



1.1  x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild?rev=1.1content-type=text/plain

Index: oxygen-gtk-1.3.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild,v 1.1 
2014/04/10 14:35:25 johu Exp $

EAPI=5

MY_PN=${PN}3
MY_P=${MY_PN}-${PV}

inherit cmake-utils

DESCRIPTION=Official GTK+:3 port of KDE's Oxygen widget style
HOMEPAGE=https://projects.kde.org/projects/playground/artwork/oxygen-gtk;
SRC_URI=mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2

LICENSE=LGPL-2.1
KEYWORDS=~amd64 ~ppc ~x86
SLOT=3
IUSE=debug doc

RDEPEND=
!x11-themes/oxygen-gtk:0
dev-libs/dbus-glib
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
=x11-libs/gtk+-3.10:3
x11-libs/libX11
x11-libs/pango

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


DOCS=( AUTHORS README TODO )

S=${WORKDIR}/${MY_P}

src_install() {
if use doc; then
{ cd ${S}  doxygen Doxyfile; } || die Generating 
documentation failed
HTML_DOCS=( ${S}/doc/html/ )
fi

cmake-utils_src_install

cat -EOF  99oxygen-gtk3
CONFIG_PROTECT=${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-3.0
EOF
doenvd 99oxygen-gtk3
}



1.1  x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild?rev=1.1content-type=text/plain

Index: oxygen-gtk-1.4.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild,v 1.1 
2014/04/10 14:35:25 johu Exp $

EAPI=5

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

inherit cmake-utils

DESCRIPTION=Official GTK+:2 port of KDE's Oxygen widget style
HOMEPAGE=https://projects.kde.org/projects/playground/artwork/oxygen-gtk;
SRC_URI=mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2

LICENSE=LGPL-2.1
KEYWORDS=~amd64 ~ppc ~x86
SLOT=2
IUSE=debug doc

RDEPEND=
!x11-themes/oxygen-gtk:0
dev-libs/dbus-glib
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
=x11-libs/gtk+-2.24.2:2
x11-libs/libX11
x11-libs/pango

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


DOCS=( AUTHORS README TODO )

S=${WORKDIR}/${MY_P}

src_install() {
if use doc; then
{ cd ${S}  doxygen Doxyfile; } || die Generating 
documentation failed
HTML_DOCS=( ${S}/doc/html/ )
fi

cmake-utils_src_install

cat -EOF  

[gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-basic: ChangeLog oracle-instantclient-basic-11.2.0.4.ebuild

2014-04-10 Thread Michael Haubenwallner (haubi)
haubi   14/04/10 14:55:13

  Modified: ChangeLog
oracle-instantclient-basic-11.2.0.4.ebuild
  Log:
  oracle-instantclient-basic-11.2.0.4: Fix for pure x86_32 setup, pointed out 
by Cedric Godin in #505522.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A630CCB8)

Revision  ChangesPath
1.59 dev-db/oracle-instantclient-basic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   4 Apr 2014 08:39:54 -   1.58
+++ ChangeLog   10 Apr 2014 14:55:13 -  1.59
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/oracle-instantclient-basic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.58 
2014/04/04 08:39:54 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.59 
2014/04/10 14:55:13 haubi Exp $
+
+  10 Apr 2014; Michael Haubenwallner ha...@gentoo.org
+  oracle-instantclient-basic-11.2.0.4.ebuild:
+  Fix for pure x86_32 setup, pointed out by Cedric Godin in #505522.
 
 *oracle-instantclient-basic-11.2.0.4 (04 Apr 2014)
 



1.2  
dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.4.ebuild

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

Index: oracle-instantclient-basic-11.2.0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oracle-instantclient-basic-11.2.0.4.ebuild  4 Apr 2014 08:19:10 -   
1.1
+++ oracle-instantclient-basic-11.2.0.4.ebuild  10 Apr 2014 14:55:13 -  
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.4.ebuild,v
 1.1 2014/04/04 08:19:10 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.4.ebuild,v
 1.2 2014/04/10 14:55:13 haubi Exp $
 
 EAPI=4
 
@@ -88,7 +88,10 @@
 }
 
 src_prepare() {
-   # need to patch for the final ABI only
+   local ABI
+   for ABI in $(multilib_get_enabled_abis)
+   do : # need to patch for the final ABI only
+   done
set_my_abivars || die ${ABI} ABI not supported!
cd ${S} || die
epatch ${FILESDIR}/11.2.0.3-makefile.patch






[gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-4.0.2.0.ebuild x2goclient-4.0.1.1.ebuild x2goclient-4.0.1.2.ebuild x2goclient-4.0.1.3.ebuild

2014-04-10 Thread Bernard Cafarelli (voyageur)
voyageur14/04/10 15:19:50

  Modified: ChangeLog
  Added:x2goclient-4.0.2.0.ebuild
  Removed:  x2goclient-4.0.1.1.ebuild x2goclient-4.0.1.2.ebuild
x2goclient-4.0.1.3.ebuild
  Log:
  Version bump, with official support for libssh 0.6.x, and other new features. 
Remove some 4.0.1 versions
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.29 net-misc/x2goclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   7 Apr 2014 15:25:47 -   1.28
+++ ChangeLog   10 Apr 2014 15:19:50 -  1.29
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/x2goclient
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.28 
2014/04/07 15:25:47 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.29 
2014/04/10 15:19:50 voyageur Exp $
+
+*x2goclient-4.0.2.0 (10 Apr 2014)
+
+  10 Apr 2014; Bernard Cafarelli voyag...@gentoo.org
+  -x2goclient-4.0.1.1.ebuild, -x2goclient-4.0.1.2.ebuild,
+  -x2goclient-4.0.1.3.ebuild, +x2goclient-4.0.2.0.ebuild:
+  Version bump, with official support for libssh 0.6.x, and other new features.
+  Remove some 4.0.1 versions
 
 *x2goclient-4.0.1.3-r2 (07 Apr 2014)
 



1.1  net-misc/x2goclient/x2goclient-4.0.2.0.ebuild

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

Index: x2goclient-4.0.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.2.0.ebuild,v 1.1 
2014/04/10 15:19:50 voyageur Exp $

EAPI=5
inherit eutils nsplugins qt4-r2

DESCRIPTION=The X2Go Qt client
HOMEPAGE=http://www.x2go.org;
SRC_URI=http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;

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

DEPEND==net-libs/libssh-0.6.0_rc1
net-print/cups
dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dev-qt/qtsvg:4
ldap? ( net-nds/openldap )
RDEPEND=${DEPEND}
net-misc/nx

CLIENT_BUILD=${WORKDIR}/${P}.client_build
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build

src_prepare() {
if ! use ldap; then
sed -e s/-lldap// -i x2goclient.pro || die
sed -e s/#define USELDAP// -i x2goclientconfig.h || die
fi

mkdir -p ${CLIENT_BUILD}
use nsplugin  mkdir -p ${PLUGIN_BUILD}
}

src_configure() {
cd ${CLIENT_BUILD}
eqmake4 ${S}/x2goclient.pro

if use nsplugin;
then
cd ${PLUGIN_BUILD}
X2GO_CLIENT_TARGET=plugin eqmake4 ${S}/x2goclient.pro
fi
}

src_compile() {
cd ${CLIENT_BUILD}
qt4-r2_src_compile

if use nsplugin;
then
cd ${PLUGIN_BUILD}
qt4-r2_src_compile
fi
}

src_install() {
dobin ${CLIENT_BUILD}/${PN}

insinto /usr/share/pixmaps/x2goclient
doins -r icons/*

domenu desktop/${PN}.desktop
doman man/man?/*

if use nsplugin;
then
# PLUGINS_DIR comes from nsplugins.eclass
exeinto /usr/$(get_libdir)/${PLUGINS_DIR}
doexe ${PLUGIN_BUILD}/libx2goplugin.so
fi

emake DESTDIR=${D} PREFIX=/usr install_pluginprovider
}






[gentoo-commits] gentoo-x86 commit in mail-mta/opensmtpd: opensmtpd-5.4.2.201403261207_p1.ebuild ChangeLog opensmtpd-5.4.2.201403051040_p1.ebuild

2014-04-10 Thread Jason Donenfeld (zx2c4)
zx2c4   14/04/10 15:23:13

  Modified: ChangeLog
  Added:opensmtpd-5.4.2.201403261207_p1.ebuild
  Removed:  opensmtpd-5.4.2.201403051040_p1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A5DE03AE)

Revision  ChangesPath
1.53 mail-mta/opensmtpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   6 Mar 2014 06:22:43 -   1.52
+++ ChangeLog   10 Apr 2014 15:23:13 -  1.53
@@ -1,6 +1,13 @@
 # ChangeLog for mail-mta/opensmtpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.52 
2014/03/06 06:22:43 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.53 
2014/04/10 15:23:13 zx2c4 Exp $
+
+*opensmtpd-5.4.2.201403261207_p1 (10 Apr 2014)
+
+  10 Apr 2014; Jason A. Donenfeld zx...@gentoo.org
+  +opensmtpd-5.4.2.201403261207_p1.ebuild,
+  -opensmtpd-5.4.2.201403051040_p1.ebuild:
+  Version bump.
 
 *opensmtpd-5.4.2.201403051040_p1 (06 Mar 2014)
 



1.1  mail-mta/opensmtpd/opensmtpd-5.4.2.201403261207_p1.ebuild

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

Index: opensmtpd-5.4.2.201403261207_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201403261207_p1.ebuild,v
 1.1 2014/04/10 15:23:13 zx2c4 Exp $

EAPI=5

inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools systemd 
versionator

DESCRIPTION=Lightweight but featured SMTP daemon from OpenBSD
HOMEPAGE=http://www.opensmtpd.org/;
MY_P=${P}
if [ $(get_last_version_component_index) -eq 4 ]; then
MY_P=${PN}-$(get_version_component_range 4-)
fi
SRC_URI=http://www.opensmtpd.org/archives/${MY_P/_}.tar.gz;

LICENSE=ISC BSD BSD-1 BSD-2 BSD-4
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=pam sqlite +mta

DEPEND=dev-libs/openssl
sys-libs/zlib
pam? ( virtual/pam )
sys-libs/db
sqlite? ( dev-db/sqlite:3 )
dev-libs/libevent
app-misc/ca-certificates
!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/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/ssmtp[mta]

RDEPEND=${DEPEND}

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

src_prepare() {
epatch_user
eautoreconf
}

src_configure() {
tc-export AR
AR=$(which $AR) econf \
--with-privsep-user=smtpd \
--with-queue-user=smtpq \
--with-privsep-path=/var/empty \
--with-sock-dir=/var/run \
--sysconfdir=/etc/opensmtpd \
--with-ca-file=/etc/ssl/certs/ca-certificates.crt \
$(use_with sqlite experimental-sqlite) \
$(use_with pam)
}

src_install() {
default
newinitd ${FILESDIR}/smtpd.initd smtpd
systemd_dounit ${FILESDIR}/smtpd.{service,socket}
use pam  newpamd ${FILESDIR}/smtpd.pam smtpd
if use mta ; then
dodir /usr/sbin
dosym /usr/sbin/smtpctl /usr/sbin/sendmail
dosym /usr/sbin/smtpctl /usr/bin/sendmail
dosym /usr/sbin/smtpctl /usr/$(get_libdir)/sendmail
fi
}

pkg_preinst() {
enewgroup smtpd 25
enewuser smtpd 25 -1 /var/empty smtpd
enewgroup smtpq 252
enewuser smtpq 252 -1 /var/empty smtpq
}






[gentoo-commits] gentoo-x86 commit in dev-python/geopy: metadata.xml geopy-0.99.ebuild ChangeLog geopy-0.94.2-r1.ebuild

2014-04-10 Thread Ian Delaney (idella4)
idella4 14/04/10 15:24:37

  Modified: metadata.xml ChangeLog
  Added:geopy-0.99.ebuild
  Removed:  geopy-0.94.2-r1.ebuild
  Log:
  bump; add IUSE flag for optional dep, py3.3 support, update deps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/geopy/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml30 Mar 2014 09:18:46 -  1.2
+++ metadata.xml10 Apr 2014 15:24:36 -  1.3
@@ -6,4 +6,7 @@
remote-id type=google-codegeopy/remote-id
remote-id type=pypigeopy/remote-id
/upstream
+  use
+   flag name=yahooEnables use of YahooPlaceFinder/flag
+  /use
 /pkgmetadata



1.8  dev-python/geopy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   31 Mar 2014 21:00:15 -  1.7
+++ ChangeLog   10 Apr 2014 15:24:36 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/geopy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.7 2014/03/31 
21:00:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.8 2014/04/10 
15:24:36 idella4 Exp $
+
+*geopy-0.99 (10 Apr 2014)
+
+  10 Apr 2014; Ian Delaney idel...@gentoo.org +geopy-0.99.ebuild,
+  -geopy-0.94.2-r1.ebuild, metadata.xml:
+  bump; add IUSE flag for optional dep, py3.3 support, update deps
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org geopy-0.95.1.ebuild,
   geopy-0.96.2.ebuild, geopy-0.97.ebuild:



1.1  dev-python/geopy/geopy-0.99.ebuild

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

Index: geopy-0.99.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-0.99.ebuild,v 1.1 
2014/04/10 15:24:36 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A Geocoding Toolbox for Python
HOMEPAGE=http://www.geopy.org/ http://pypi.python.org/pypi/geopy 
http://code.google.com/p/geopy/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
IUSE=test yahoo

RDEPEND=yahoo? ( =dev-python/requests-oauthlib-0.4.0[$(python_gen_usedep 
'python2*' python3_3)] )
DEPEND=test? ( dev-python/nose[${PYTHON_USEDEP}] )

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
REQUIRED_USE=yahoo? ( || ( $(python_gen_useflags 'python2*' python3_3) ) )

python_test() {
nosetests || die Tests failed under ${EPYTHON}
}






[gentoo-commits] proj/mysql-extras:master commit in: /

2014-04-10 Thread Brian Evans
commit: ca6691d526b69992959fdcc342acc684a5003ae2
Author: Brian Evans grknight AT tuffmail DOT com
AuthorDate: Thu Apr 10 15:27:58 2014 +
Commit: Brian Evans grknight AT lavabit DOT com
CommitDate: Thu Apr 10 15:27:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=ca6691d5

Backport tzinfo fix from MariaDB. Bug 491176

Signed-off-by: Brian Evans grknight AT tuffmail.com

---
 0_index.txt  |   6 ++
 20008_all_mysql-tzinfo-symlink.patch | 103 +++
 2 files changed, 109 insertions(+)

diff --git a/0_index.txt b/0_index.txt
index 94ed5c3..17cac9f 100644
--- a/0_index.txt
+++ b/0_index.txt
@@ -1635,3 +1635,9 @@
 @pn mysql
 @pn percona-server
 @@ Remove -Werror from USE=debug builds
+
+@patch 20008_all_mysql-tzinfo-symlink.patch
+@ver 5.05.36.00 to 5.99.99.99
+@pn mysql
+@pn percona-server
+@@ Backport tzinfo symlink fix from MariaDB bug 491176

diff --git a/20008_all_mysql-tzinfo-symlink.patch 
b/20008_all_mysql-tzinfo-symlink.patch
new file mode 100644
index 000..5b7a524
--- /dev/null
+++ b/20008_all_mysql-tzinfo-symlink.patch
@@ -0,0 +1,103 @@
+=== modified file 'sql/tztime.cc'
+--- sql/tztime.cc  2013-05-07 11:05:09 +
 sql/tztime.cc  2013-11-13 15:16:35 +
+@@ -2494,7 +2494,7 @@
+ 
+ */
+ my_bool
+-scan_tz_dir(char * name_end)
++scan_tz_dir(char * name_end, uint symlink_recursion_level)
+ {
+   MY_DIR *cur_dir;
+   char *name_end_tmp;
+@@ -2514,7 +2514,32 @@
+ 
+   if (MY_S_ISDIR(cur_dir-dir_entry[i].mystat-st_mode))
+   {
+-if (scan_tz_dir(name_end_tmp))
++my_bool is_symlink;
++if ((is_symlink= my_is_symlink(fullname)) 
++symlink_recursion_level  0)
++{
++  /*
++The timezone definition data in some Linux distributions
++ (e.g. the timezone-data-2013f package in Gentoo)
++may have synlimks like:
++  /usr/share/zoneinfo/posix/ - /usr/share/zoneinfo/,
++so the same timezone files are available under two names
++(e.g. CET and posix/CET).
++
++We allow one level of symlink recursion for backward
++compatibility with earlier timezone data packages that have
++duplicate copies of the same timezone files inside the root
++directory and the posix subdirectory (instead of symlinking).
++This makes posix/CET still available, but helps to avoid
++following such symlinks infinitely:
++  /usr/share/zoneinfo/posix/posix/posix/.../posix/
++  */
++  fflush(stdout);
++  fprintf(stderr, Warning: Skipping directory '%s': 
++  to avoid infinite symlink recursion.\n, fullname);
++  continue;
++}
++if (scan_tz_dir(name_end_tmp, symlink_recursion_level + is_symlink))
+ {
+   my_dirend(cur_dir);
+   return 1;
+@@ -2526,14 +2551,20 @@
+ if (!tz_load(fullname, tz_info, tz_storage))
+   print_tz_as_sql(root_name_end + 1, tz_info);
+ else
++{
++  fflush(stdout);
+   fprintf(stderr,
+   Warning: Unable to load '%s' as time zone. Skipping it.\n,
+   fullname);
++}
+ free_root(tz_storage, MYF(0));
+   }
+   else
++  {
++fflush(stdout);
+ fprintf(stderr, Warning: '%s' is not regular file or directory\n,
+ fullname);
++  }
+ }
+   }
+ 
+@@ -2566,8 +2597,9 @@
+ printf(TRUNCATE TABLE time_zone_transition;\n);
+ printf(TRUNCATE TABLE time_zone_transition_type;\n);
+ 
+-if (scan_tz_dir(root_name_end))
++if (scan_tz_dir(root_name_end, 0))
+ {
++  fflush(stdout);
+   fprintf(stderr, There were fatal errors during processing 
+   of zoneinfo directory\n);
+   return 1;
+@@ -2586,6 +2618,7 @@
+ {
+   if (tz_load(argv[2], tz_info, tz_storage))
+   {
++fflush(stdout);
+ fprintf(stderr, Problems with zoneinfo file '%s'\n, argv[2]);
+ return 1;
+   }
+@@ -2595,6 +2628,7 @@
+ {
+   if (tz_load(argv[1], tz_info, tz_storage))
+   {
++fflush(stdout);
+ fprintf(stderr, Problems with zoneinfo file '%s'\n, argv[2]);
+ return 1;
+   }
+@@ -2604,6 +2638,7 @@
+ free_root(tz_storage, MYF(0));
+   }
+ 
++  my_end(0);
+   return 0;
+ }
+ 
+



[gentoo-commits] linux-patches r2745 - genpatches-2.6-misc/web

2014-04-10 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-10 15:37:39 + (Thu, 10 Apr 2014)
New Revision: 2745

Modified:
   genpatches-2.6-misc/web/gentoo_sources_web.pm
   genpatches-2.6-misc/web/makesite.pl
Log:
Updates for creating kernels.html

Modified: genpatches-2.6-misc/web/gentoo_sources_web.pm
===
--- genpatches-2.6-misc/web/gentoo_sources_web.pm   2014-04-09 14:12:52 UTC 
(rev 2744)
+++ genpatches-2.6-misc/web/gentoo_sources_web.pm   2014-04-10 15:37:39 UTC 
(rev 2745)
@@ -1,16 +1,19 @@
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
 
 use LWP::Simple;
+use Encode;
 
 # Detect which svn server and username to use
 # (broken with =svn-1.7 due to an extra line added to svn info)
-$subversion_scheme=`svn info | awk '/^URL: / { print $2 }'`;
-$subversion_uri = $subversion_scheme;
+my $subversion_scheme=`svn info | awk '/^URL: / { print $2 }'`;
+my $subversion_uri = $subversion_scheme;
 chomp $subversion_uri;
-$subversion_scheme =~ s|^URL: ([a-z][a-z0-9+-.]*)://.*|\1|s;
+my $subversion_scheme =~ s|^URL: ([a-z][a-z0-9+-.]*)://.*|\1|s;
+my $subversion_midpart=;
+my $cmd=;
 
 if ($subversion_scheme == svn+ssh) {
-   $trimmed = substr($subversion_uri, 15);
+   my $trimmed = substr($subversion_uri, 15);
if ($trimmed =~ m/^([a-zA-Z]+)@/) {
$subversion_midpart = $1\@svn.gentoo.org/var/svnroot;
} else {
@@ -20,14 +23,14 @@
 } else {
$subversion_midpart = 'anonsvn.gentoo.org';
 }
-$subversion_root = 
$subversion_scheme.'://'.$subversion_midpart.'/linux-patches/genpatches-2.6';
-$webscript_path = Cwd::cwd();
+my $subversion_root = 
$subversion_scheme.'://'.$subversion_midpart.'/linux-patches/genpatches-2.6';
+my $webscript_path = Cwd::cwd();
 $output_path = $webscript_path.'/output';
 
-$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
+my $website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 
-$ebuild_base = '/usr/local/gentoo-x86'; # /usr/portage
-@kernels = 
('sys-kernel/ck-sources','sys-kernel/gentoo-sources','sys-kernel/hardened-sources','sys-kernel/openvz-sources','sys-kernel/tuxonice-sources','sys-kernel/vserver-sources','sys-kernel/zen-sources');
+my $ebuild_base = '/usr/local/gentoo-x86'; # /usr/portage
+my @kernels = 
('sys-kernel/ck-sources','sys-kernel/gentoo-sources','sys-kernel/hardened-sources','sys-kernel/openvz-sources','sys-kernel/tuxonice-sources','sys-kernel/vserver-sources','sys-kernel/zen-sources');
 
 sub html_header {
local *FD = shift;
@@ -260,37 +263,41 @@
-e $webscript_path.'/generated/'.$tag.'-info.htm';
 }
 
-sub _get_genpatches_kernels {
+sub _get_genpatches_kernels2 {
my (%gp_kernels, $kernel);
 
foreach $kernel (@kernels) {
$kernel =~ m/^([a-z-]+)\/([a-z0-9-]+)$/;
my $cat = $1;
my $pkg = $2;
+my @out = ();
$cmd = 'egrep ^(K_GENPATCHES_VER|K_WANT_GENPATCHES) 
'.$ebuild_base.'/'.$kernel.'/*.ebuild';
-   my @out = `$cmd`;
+   @out = `$cmd`;
 
foreach (@out) {
-   chomp;
+chomp;
my $res = substr($_, length($ebuild_base) + 
length($kernel) + 2);
-   $res =~ m/^$pkg-([\d\w\.-]+)\.ebuild:(.*)$/;
+my $test = substr($_, 2);
+my($ver) = $res =~ /(\d+\.\d+\.\d+)/;
my $ver = $1;
-   my $var = $2;
+
my $ebuild = $pkg.'-'.$ver;
-
+
#$ver =~ m/^(2\.6\.\d+)/;
 my ($major,$minor) = split(/\./, $ver);
my $orig_ver = $1;
 
-   if ($var =~ /^K_WANT_GENPATCHES=(.*)$/) {
+#$res =~ (/.*K_WANT_GENPATCHES=(.*)/);
+if ($res =~ /.*K_WANT_GENPATCHES=(.*)/) {
$gp_kernels{$ebuild}{'pkg'} = $pkg;
$gp_kernels{$ebuild}{'ver'} = $ver;
$gp_kernels{$ebuild}{'wanted'} = $1;
}
-   if ($var =~ /^K_GENPATCHES_VER=(\d+)$/) {
+   if ($res =~ /^K_GENPATCHES_VER=(\d+)$/) {
#$gp_kernels{$ebuild}{'gprev'} = $orig_ver 
.'-'. $1;
$gp_kernels{$ebuild}{'gprev'} = $major . '.' . 
$minor .'-'. $1;
}
+print END\n;
}
}
 
@@ -312,5 +319,41 @@
 }
 
 
-1;
+sub _get_genpatches_kernels {
+my (%gp_kernels, $kernel);
 
+foreach $kernel (@kernels) {
+$kernel =~ m/^([a-z-]+)\/([a-z0-9-]+)$/;
+my $cat = $1;
+my $pkg = $2;
+$cmd = 'egrep --color=never ^(K_GENPATCHES_VER|K_WANT_GENPATCHES) 
'.$ebuild_base.'/'.$kernel.'/*.ebuild';
+my @out = `$cmd`;
+
+foreach (@out) {
+chomp;
+my $res = substr($_, length($ebuild_base) + 

[gentoo-commits] linux-patches r2746 - genpatches-2.6-misc/web

2014-04-10 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-10 15:51:56 + (Thu, 10 Apr 2014)
New Revision: 2746

Modified:
   genpatches-2.6-misc/web/makesite.pl
Log:
Remove debuging code

Modified: genpatches-2.6-misc/web/makesite.pl
===
--- genpatches-2.6-misc/web/makesite.pl 2014-04-10 15:37:39 UTC (rev 2745)
+++ genpatches-2.6-misc/web/makesite.pl 2014-04-10 15:51:56 UTC (rev 2746)
@@ -195,8 +195,6 @@
print FD '/table';
html_footer *FD;
close(FD);
-exit();
-
 }
 
 sub make_release_pages {




[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgdiplus/

2014-04-10 Thread Tom Wijsman
commit: 387fac4b139851ee713a2fb91948ad22156c2da3
Author: Tom Wijsman TomWij AT live DOT com
AuthorDate: Wed Apr  9 10:57:52 2014 +
Commit: Tom Wijsman tomwij AT gentoo DOT org
CommitDate: Wed Apr  9 10:57:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=387fac4b

Pin virtual/jpeg SLOT to 0; requested by kengsington, imported change from 
Portage tree.

Package-Manager: portage-HEAD
Manifest-Sign-Key: 6D34E57D

---
 dev-dotnet/libgdiplus/libgdiplus-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/libgdiplus/libgdiplus-.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-.ebuild
index 5c70a04..18162a0 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -26,7 +26,7 @@ RDEPEND==dev-libs/glib-2.16:2
=x11-libs/cairo-1.8.4[X]
media-libs/libexif
=media-libs/giflib-4.1.3
-   virtual/jpeg
+   virtual/jpeg:0
media-libs/tiff:0
!cairo? ( =x11-libs/pango-1.20 )
 DEPEND=${RDEPEND}



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

2014-04-10 Thread Thomas Beierlein (tomjbe)
tomjbe  14/04/10 16:07:28

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



[gentoo-commits] gentoo-x86 commit in app-backup/bacula/files/7.0.2: bacula-7.0.2-fix-static.patch bacula-7.0.2-depend.patch

2014-04-10 Thread Thomas Beierlein (tomjbe)
tomjbe  14/04/10 16:13:10

  Added:bacula-7.0.2-fix-static.patch
bacula-7.0.2-depend.patch
  Log:
  Major version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.1  app-backup/bacula/files/7.0.2/bacula-7.0.2-fix-static.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/7.0.2/bacula-7.0.2-fix-static.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/7.0.2/bacula-7.0.2-fix-static.patch?rev=1.1content-type=text/plain

Index: bacula-7.0.2-fix-static.patch
===
--- src/console/Makefile.in.orig2011-10-30 14:10:41.100802721 -0400
+++ src/console/Makefile.in 2011-10-30 14:14:42.330488174 -0400
@@ -29,10 +29,11 @@
 GETTEXT_LIBS = @LIBINTL@
 
 CONS_INC=@CONS_INC@
 CONS_LIBS=@CONS_LIBS@
 CONS_LDFLAGS=@CONS_LDFLAGS@
+ZLIBS=@ZLIBS@
 
 .SUFFIXES: .c .o
 .PHONY:
 .DONTCARE:
 
@@ -46,17 +47,17 @@
@echo  
 
 
 bconsole: Makefile $(CONSOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) 
../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) $(CONS_LDFLAGS) -o 
$@ $(CONSOBJS) \
- $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
- $(OPENSSL_LIBS)
+ $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(ZLIBS) $(GETTEXT_LIBS) \
+ $(OPENSSL_LIBS) $(LIBS)
 
 static-bconsole: Makefile $(CONSOBJS) ../lib/libbac.a 
../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) -static $(LDFLAGS) $(CONS_LDFLAGS) -L../lib 
-L../cats -o $@ $(CONSOBJS) \
- $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
- $(OPENSSL_LIBS)
+ $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(ZLIBS) $(GETTEXT_LIBS) \
+ $(OPENSSL_LIBS) $(LIBS) $(ZLIBS)
strip $@
 
 
 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
cd $(topdir) \
--- src/filed/Makefile.in.orig  2012-06-28 16:52:03.0 +0200
+++ src/filed/Makefile.in   2012-08-16 11:08:09.0 +0200
@@ -89,13 +89,13 @@
 bacula-fd:  Makefile $(SVROBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) 
../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
@echo Linking $@ ...
$(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o 
$@ $(SVROBJS) \
- $(WIN32LIBS) $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm $(LIBS) \
- $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) 
$(AFS_LIBS) $(LZO_LIBS)
+ $(WIN32LIBS) $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm \
+ $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(LIBS) 
$(CAP_LIBS) $(AFS_LIBS) $(LZO_LIBS)
 
 static-bacula-fd: Makefile $(SVROBJS) ../findlib/libbacfind.a 
../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib 
-L../findlib -o $@ $(SVROBJS) \
-  $(WIN32LIBS) $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm $(LIBS) 
\
-  $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) 
$(AFS_LIBS) $(LZO_LIBS)
+  $(WIN32LIBS) $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm \
+  $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(LIBS) 
$(CAP_LIBS) $(AFS_LIBS) $(LZO_LIBS)
strip $@
 
 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status



1.1  app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch?rev=1.1content-type=text/plain

Index: bacula-7.0.2-depend.patch
===
# fix file not found error during make depend
--- src/tools/Makefile.in.orig  2012-09-20 20:42:54.0 +0200
+++ src/tools/Makefile.in   2012-09-20 20:35:46.0 +0200
@@ -194,7 +194,7 @@
@$(MV) Makefile Makefile.bak
@$(SED) /^# DO NOT DELETE:/,$$ d Makefile.bak  Makefile
@$(ECHO) # DO NOT DELETE: nice dependency list follows  Makefile
-   @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) *.c  Makefile
+   @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) -I../filed -I../dird 
-I../stored *.c  Makefile
@if test -f Makefile ; then \
$(RMF) Makefile.bak; \
else \






[gentoo-commits] gentoo-x86 commit in app-backup/bacula: ChangeLog bacula-7.0.2.ebuild

2014-04-10 Thread Thomas Beierlein (tomjbe)
tomjbe  14/04/10 16:13:10

  Modified: ChangeLog
  Added:bacula-7.0.2.ebuild
  Log:
  Major version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.165app-backup/bacula/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   5 Apr 2014 06:47:47 -   1.164
+++ ChangeLog   10 Apr 2014 16:13:10 -  1.165
@@ -1,6 +1,13 @@
 # ChangeLog for app-backup/bacula
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.164 
2014/04/05 06:47:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.165 
2014/04/10 16:13:10 tomjbe Exp $
+
+*bacula-7.0.2 (10 Apr 2014)
+
+  10 Apr 2014; Thomas Beierlein tom...@gentoo.org +bacula-7.0.2.ebuild,
+  +files/7.0.2/bacula-7.0.2-depend.patch,
+  +files/7.0.2/bacula-7.0.2-fix-static.patch:
+  Major version bump
 
   05 Apr 2014; Pacho Ramos pa...@gentoo.org bacula-5.2.13-r2.ebuild:
   Alias value is not really needed here, bug #504370 by Fabian Koster



1.1  app-backup/bacula/bacula-7.0.2.ebuild

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

Index: bacula-7.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.2.ebuild,v 1.1 
2014/04/10 16:13:10 tomjbe Exp $

EAPI=5

inherit eutils multilib qt4-r2 systemd user

MY_PV=${PV/_beta/-b}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Featureful client/server network backup suite
HOMEPAGE=http://www.bacula.org/;
SRC_URI=mirror://sourceforge/bacula/${MY_P}.tar.gz

LICENSE=AGPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres qt4 readline +sqlite3 ssl static tcpd vim-syntax X

DEPEND=
dev-libs/gmp
!bacula-clientonly? (
postgres? ( dev-db/postgresql-base[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )
)
qt4? (
dev-qt/qtsvg:4
x11-libs/qwt:5
)
logwatch? ( sys-apps/logwatch )
tcpd? ( =sys-apps/tcp-wrappers-7.6 )
readline? ( =sys-libs/readline-4.1 )
static? (
acl? ( virtual/acl[static-libs] )
sys-libs/zlib[static-libs]
dev-libs/lzo[static-libs]
sys-libs/ncurses[static-libs]
ssl? ( dev-libs/openssl[static-libs] )
)
!static? (
acl? ( virtual/acl )
sys-libs/zlib
dev-libs/lzo
sys-libs/ncurses
ssl? ( dev-libs/openssl )
)
RDEPEND=${DEPEND}
!bacula-clientonly? (
!bacula-nosd? (
sys-block/mtx
app-arch/mt-st
)
)
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )

REQUIRED_USE=|| ( ^^ ( mysql postgres sqlite3 ) bacula-clientonly )
static? ( bacula-clientonly )

S=${WORKDIR}/${MY_P}

pkg_setup() {
#XOR and !bacula-clientonly controlled by REQUIRED_USE
use mysql  export mydbtype=mysql
use postgres  export mydbtype=postgresql
use sqlite3  export mydbtype=sqlite3

# create the daemon group and user
if [ -z $(egetent group bacula 2/dev/null) ]; then
enewgroup bacula
einfo
einfo The group 'bacula' has been created. Any users you add 
to this
einfo group have access to files created by the daemons.
einfo
fi

if use bacula-clientonly  use static  use qt4; then
ewarn
ewarn Building statically linked 'bat' is not supported. 
Ignorig 'qt4' useflag.
ewarn
fi

if ! use bacula-clientonly; then
if [ -z $(egetent passwd bacula 2/dev/null) ]; then
enewuser bacula -1 -1 

[gentoo-commits] gentoo-x86 commit in mail-filter/bogofilter: ChangeLog bogofilter-1.2.4.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 16:16:13

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

Revision  ChangesPath
1.152mail-filter/bogofilter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?rev=1.152view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?rev=1.152content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?r1=1.151r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   9 Apr 2014 20:47:50 -   1.151
+++ ChangeLog   10 Apr 2014 16:16:13 -  1.152
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/bogofilter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.151 
2014/04/09 20:47:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.152 
2014/04/10 16:16:13 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org bogofilter-1.2.4.ebuild:
+  Stable for HPPA (bug #506822).
 
   09 Apr 2014; Johannes Huber j...@gentoo.org metadata.xml:
   Add myself as maintainer.



1.2  mail-filter/bogofilter/bogofilter-1.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4.ebuild?r1=1.1r2=1.2

Index: bogofilter-1.2.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bogofilter-1.2.4.ebuild 2 Mar 2014 13:44:54 -   1.1
+++ bogofilter-1.2.4.ebuild 10 Apr 2014 16:16:13 -  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/mail-filter/bogofilter/bogofilter-1.2.4.ebuild,v 1.1 
2014/03/02 13:44:54 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4.ebuild,v 1.2 
2014/04/10 16:16:13 jer Exp $
 
 EAPI=5
 inherit autotools db-use eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
 IUSE=berkdb sqlite tokyocabinet
 
 DEPEND=virtual/libiconv






[gentoo-commits] gentoo-x86 commit in net-misc/netifrc: ChangeLog netifrc-0.2.2.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 16:18:16

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

Revision  ChangesPath
1.24 net-misc/netifrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   7 Mar 2014 17:38:31 -   1.23
+++ ChangeLog   10 Apr 2014 16:18:16 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.23 
2014/03/07 17:38:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.24 
2014/04/10 16:18:16 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org netifrc-0.2.2.ebuild:
+  Stable for HPPA (bug #507070).
 
 *netifrc-0.2.2 (07 Mar 2014)
 



1.2  net-misc/netifrc/netifrc-0.2.2.ebuild

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

Index: netifrc-0.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netifrc-0.2.2.ebuild7 Mar 2014 17:38:31 -   1.1
+++ netifrc-0.2.2.ebuild10 Apr 2014 16:18:16 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v 1.1 
2014/03/07 17:38:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v 1.2 
2014/04/10 16:18:16 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
inherit git-2
 else
SRC_URI=http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 fi
 
 LICENSE=BSD-2






[gentoo-commits] linux-patches r2747 - genpatches-2.6-misc/web

2014-04-10 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-10 16:18:07 + (Thu, 10 Apr 2014)
New Revision: 2747

Modified:
   genpatches-2.6-misc/web/gentoo_sources_web.pm
   genpatches-2.6-misc/web/makesite.pl
Log:
More fixes to scripts

Modified: genpatches-2.6-misc/web/gentoo_sources_web.pm
===
--- genpatches-2.6-misc/web/gentoo_sources_web.pm   2014-04-10 15:51:56 UTC 
(rev 2746)
+++ genpatches-2.6-misc/web/gentoo_sources_web.pm   2014-04-10 16:18:07 UTC 
(rev 2747)
@@ -5,11 +5,11 @@
 
 # Detect which svn server and username to use
 # (broken with =svn-1.7 due to an extra line added to svn info)
-my $subversion_scheme=`svn info | awk '/^URL: / { print $2 }'`;
-my $subversion_uri = $subversion_scheme;
+$subversion_scheme=`svn info | awk '/^URL: / { print $2 }'`;
+$subversion_uri = $subversion_scheme;
 chomp $subversion_uri;
-my $subversion_scheme =~ s|^URL: ([a-z][a-z0-9+-.]*)://.*|\1|s;
-my $subversion_midpart=;
+$subversion_scheme =~ s|^URL: ([a-z][a-z0-9+-.]*)://.*|\1|s;
+$subversion_midpart=;
 my $cmd=;
 
 if ($subversion_scheme == svn+ssh) {
@@ -23,7 +23,7 @@
 } else {
$subversion_midpart = 'anonsvn.gentoo.org';
 }
-my $subversion_root = 
$subversion_scheme.'://'.$subversion_midpart.'/linux-patches/genpatches-2.6';
+$subversion_root = 
$subversion_scheme.'://'.$subversion_midpart.'/linux-patches/genpatches-2.6';
 my $webscript_path = Cwd::cwd();
 $output_path = $webscript_path.'/output';
 

Modified: genpatches-2.6-misc/web/makesite.pl
===
--- genpatches-2.6-misc/web/makesite.pl 2014-04-10 15:51:56 UTC (rev 2746)
+++ genpatches-2.6-misc/web/makesite.pl 2014-04-10 16:18:07 UTC (rev 2747)
@@ -202,6 +202,7 @@
local *DIR;
print  Making release pages\n;
$cmd = 'svn ls '.$subversion_root.'/tags';
+print cmd is $cmd\n;
@out = `$cmd`;
 
foreach (@out) {
@@ -296,7 +297,7 @@
print PATCHLIST 'pPatches -2999 are available in ';
print PATCHLIST 'a 
href=tarballs/genpatches-'.$tag.'.base.tar'.$ext.'genpatches-'.$tag.'.base.tar'.$ext.'/a';
print PATCHLIST 'br /Patches 3000-4999 are available in ';
-   print PATCHLIST 'a 
href=tarballs/genpatches-'.$tag.'.extras.tar'.$ext.'genpatches-'.$tag.'.extras.tar'.$ext.'/a/p';
+   print PATCHLIST 'a 
href=tarballs/genpatches-'.$tag.'.extras.tar'.$ext.'genpatches-'.$tag.'.extras.tar'.$ext.'/a';
print PATCHLIST 'br /Patches 5000-5099 are available in ';
print PATCHLIST 'a 
href=tarballs/genpatches-'.$tag.'.experimental.tar'.$ext.'genpatches-'.$tag.'.experimental.tar'.$ext.'/a/p';
print PATCHLIST 'table id=hor-minimalist-a';




[gentoo-commits] gentoo-x86 commit in sys-fs/udev-init-scripts: ChangeLog udev-init-scripts-26-r2.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 16:18:09

  Modified: ChangeLog udev-init-scripts-26-r2.ebuild
  Log:
  Stable for HPPA (bug #507070).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.94 sys-fs/udev-init-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   5 Apr 2014 10:58:31 -   1.93
+++ ChangeLog   10 Apr 2014 16:18:09 -  1.94
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udev-init-scripts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog,v 1.93 
2014/04/05 10:58:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog,v 1.94 
2014/04/10 16:18:09 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers j...@gentoo.org udev-init-scripts-26-r2.ebuild:
+  Stable for HPPA (bug #507070).
 
   05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
   udev-init-scripts-26-r2.ebuild, udev-init-scripts-.ebuild:



1.3  sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?r1=1.2r2=1.3

Index: udev-init-scripts-26-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-init-scripts-26-r2.ebuild  5 Apr 2014 10:58:31 -   1.2
+++ udev-init-scripts-26-r2.ebuild  10 Apr 2014 16:18:09 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
 1.2 2014/04/05 10:58:31 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
 1.3 2014/04/10 16:18:09 jer Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 if [ ${PV} !=  ]; then
SRC_URI=http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
 fi
 
 RESTRICT=test






[gentoo-commits] gentoo-x86 commit in net-libs/qxmpp: qxmpp-9999.ebuild ChangeLog

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

  Modified: qxmpp-.ebuild ChangeLog
  Log:
  Update EGIT_REPO_URI - project moved to github.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.16 net-libs/qxmpp/qxmpp-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/qxmpp/qxmpp-.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/qxmpp/qxmpp-.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/qxmpp/qxmpp-.ebuild?r1=1.15r2=1.16

Index: qxmpp-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- qxmpp-.ebuild   19 Aug 2013 16:33:28 -  1.15
+++ qxmpp-.ebuild   10 Apr 2014 16:09:18 -  1.16
@@ -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-libs/qxmpp/qxmpp-.ebuild,v 1.15 
2013/08/19 16:33:28 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-.ebuild,v 1.16 
2014/04/10 16:09:18 maksbotan Exp $
 
 EAPI=5
 
-EGIT_REPO_URI=https://code.google.com/p/qxmpp;
+EGIT_REPO_URI=https://github.com/qxmpp-project/qxmpp;
 
 inherit qt4-r2 multilib git-2
 



1.41 net-libs/qxmpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   3 Apr 2014 07:56:27 -   1.40
+++ ChangeLog   10 Apr 2014 16:09:18 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/qxmpp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.40 2014/04/03 
07:56:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.41 2014/04/10 
16:09:18 maksbotan Exp $
+
+  10 Apr 2014; Maxim Koltsov maksbo...@gentoo.org qxmpp-.ebuild:
+  Update EGIT_REPO_URI - project moved to github.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org qxmpp-0.7.6-r1.ebuild:
   x86 stable wrt bug #500914






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

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 16:43:25

  Modified: ChangeLog multibuild.eclass
  Log:
  Use a more portable and clobbering cp call for multibuild_merge_root().

Revision  ChangesPath
1.1203   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1202
retrieving revision 1.1203
diff -u -r1.1202 -r1.1203
--- ChangeLog   9 Apr 2014 21:55:12 -   1.1202
+++ ChangeLog   10 Apr 2014 16:43:25 -  1.1203
@@ -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.1202 2014/04/09 
21:55:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1203 2014/04/10 
16:43:25 mgorny Exp $
+
+  10 Apr 2014; Michał Górny mgo...@gentoo.org multibuild.eclass:
+  Use a more portable and clobbering cp call for multibuild_merge_root().
 
   09 Apr 2014; Tim Harder radher...@gentoo.org java-utils-2.eclass:
   Only refer to DESTTREE within the src_install phase.



1.15 eclass/multibuild.eclass

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

Index: multibuild.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- multibuild.eclass   18 Sep 2013 08:49:33 -  1.14
+++ multibuild.eclass   10 Apr 2014 16:43:25 -  1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.14 2013/09/18 
08:49:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.15 2014/04/10 
16:43:25 mgorny Exp $
 
 # @ECLASS: multibuild
 # @MAINTAINER:
@@ -265,24 +265,22 @@
done
rm ${lockfile_l} || die
 
-   if use userland_BSD; then
-   # 'cp -a -n' is broken:
-   # http://www.freebsd.org/cgi/query-pr.cgi?pr=174489
-   # using tar instead which is universal but terribly slow.
-
-   tar -C ${src} -f - -c . \
-   | tar -x -f - -C ${dest}
-   [[ ${PIPESTATUS[*]} == '0 0' ]]
-   ret=${?}
-   elif use userland_GNU; then
-   # cp works with '-a -n'.
+   local cp_args=()
 
-   cp -a -l -n ${src}/. ${dest}/
-   ret=${?}
+   if cp -a --version /dev/null; then
+   cp_args+=( -a )
else
-   die Unsupported userland (${USERLAND}), please report.
+   cp_args+=( -P -R -p )
fi
 
+   if cp --reflink=auto --version /dev/null; then
+   # enable reflinking if possible to make this faster
+   cp_args+=( --reflink=auto )
+   fi
+
+   cp ${cp_args[@]} ${src}/. ${dest}/
+   ret=${?}
+
# Remove the lock.
rm ${lockfile} || die
 






[gentoo-commits] linux-patches r2749 - genpatches-2.6/tags

2014-04-10 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-10 16:45:15 + (Thu, 10 Apr 2014)
New Revision: 2749

Added:
   genpatches-2.6/tags/3.12-18/
Log:
3.12-18 release




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

2014-04-10 Thread Michal Gorny (mgorny)
mgorny  14/04/10 17:03:24

  Modified: llvm-.ebuild ChangeLog
  Log:
  Re-apply the install phase fixes for multilib-portage (bug #506398) and /tmp 
ownership (bug #506472). For now, just the live ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.83 sys-devel/llvm/llvm-.ebuild

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

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- llvm-.ebuild7 Apr 2014 20:59:49 -   1.82
+++ llvm-.ebuild10 Apr 2014 17:03:23 -  1.83
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.82 
2014/04/07 20:59:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.83 
2014/04/10 17:03:23 mgorny Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
-inherit cmake-utils eutils flag-o-matic git-r3 multilib multilib-minimal \
-   python-r1 toolchain-funcs pax-utils check-reqs
+inherit cmake-utils eutils flag-o-matic git-r3 multibuild multilib \
+   multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION=Low Level Virtual Machine
 HOMEPAGE=http://llvm.org/;
@@ -65,6 +65,10 @@
 # so why did it call itself ninja in the first place?
 CMAKE_MAKEFILE_GENERATOR=emake
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/llvm-config
+)
+
 pkg_pretend() {
# in megs
# !clang !debug !multitarget -O2   400
@@ -371,25 +375,15 @@
local MAKEARGS
set_makeargs
 
-   emake ${MAKEARGS[@]} DESTDIR=${D} install
+   local root=${D}/_${ABI}
 
-   # Preserve ABI-variant of llvm-config.
-   dodir /tmp
-   mv ${ED}/usr/bin/llvm-config ${ED}/tmp/${CHOST}-llvm-config || die
+   emake ${MAKEARGS[@]} DESTDIR=${root} install
+   multibuild_merge_root ${root} ${D}
 
if ! multilib_build_binaries; then
-   # Drop all the executables since LLVM doesn't like to
-   # clobber when installing.
-   rm -r ${ED}/usr/bin || die
-
# Backwards compat, will be happily removed someday.
-   dosym ${CHOST}-llvm-config /tmp/llvm-config.${ABI}
+   dosym ${CHOST}-llvm-config /usr/bin/llvm-config.${ABI}
else
-   # Move files back.
-   mv ${ED}/tmp/*llvm-config* ${ED}/usr/bin || die
-   # Create a symlink for host's llvm-config.
-   dosym ${CHOST}-llvm-config /usr/bin/llvm-config
-
# Install docs.
doman ${S}/docs/_build/man/*.1
use clang  doman ${T}/clang.1



1.187sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   7 Apr 2014 20:59:49 -   1.186
+++ ChangeLog   10 Apr 2014 17:03:23 -  1.187
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.186 2014/04/07 
20:59:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.187 2014/04/10 
17:03:23 mgorny Exp $
+
+  10 Apr 2014; Michał Górny mgo...@gentoo.org llvm-.ebuild:
+  Re-apply the install phase fixes for multilib-portage (bug #506398) and /tmp
+  ownership (bug #506472). For now, just the live ebuild.
 
   07 Apr 2014; Michał Górny mgo...@gentoo.org llvm-.ebuild:
   Update PYTHON_COMPAT in the live ebuild.






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

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:08:03

  Modified: ChangeLog
  Added:sssd-1.9.6-r2.ebuild
  Log:
  Add systemd unit file based on the upstream one. No functional changes
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.50 sys-auth/sssd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   7 Dec 2013 20:44:48 -   1.49
+++ ChangeLog   10 Apr 2014 17:08:03 -  1.50
@@ -1,6 +1,14 @@
 # ChangeLog for sys-auth/sssd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.49 2013/12/07 
20:44:48 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.50 2014/04/10 
17:08:03 hwoarang Exp $
+
+*sssd-1.9.6-r2 (10 Apr 2014)
+
+  10 Apr 2014; Markos Chandras hwoar...@gentoo.org +sssd-1.9.6-r2.ebuild,
+  +files/sssd.service:
+  Add systemd unit file based on upstream
+  https://git.fedorahosted.org/cgit/sssd.git/tree/src/sysv/systemd/sssd.service
+  .in one
 
   07 Dec 2013; Markos Chandras hwoar...@gentoo.org
   files/sssd-1.9.6-fix-init.patch:



1.1  sys-auth/sssd/sssd-1.9.6-r2.ebuild

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

Index: sssd-1.9.6-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r2.ebuild,v 1.1 
2014/04/10 17:08:03 hwoarang Exp $

EAPI=2

PYTHON_DEPEND=python? 2:2.6

AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

inherit python multilib pam linux-info autotools-utils systemd

DESCRIPTION=System Security Services Daemon provides access to identity and 
authentication
HOMEPAGE=http://fedorahosted.org/sssd/;
SRC_URI=http://fedorahosted.org/released/${PN}/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=autofs doc +locator netlink nls +manpages python selinux sudo ssh test

COMMON_DEP=
virtual/pam
=dev-libs/popt-1.16
dev-libs/glib:2
=dev-libs/ding-libs-0.2
=sys-libs/talloc-2.0.7
=sys-libs/tdb-1.2.9
=sys-libs/tevent-0.9.16
=sys-libs/ldb-1.1.15-r1
=net-nds/openldap-2.4.30
=dev-libs/libpcre-8.30
=app-crypt/mit-krb5-1.10.3
=sys-apps/keyutils-1.5
=net-dns/c-ares-1.7.4
=dev-libs/nss-3.12.9
selinux? (
=sys-libs/libselinux-2.1.9
=sys-libs/libsemanage-2.1
=sec-policy/selinux-sssd-2.20120725-r9
)
=net-dns/bind-tools-9.9[gssapi]
=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
=sys-apps/dbus-1.6
nls? ( =sys-devel/gettext-0.18 )
virtual/libintl
netlink? ( dev-libs/libnl:3 )


RDEPEND=${COMMON_DEP}
|| ( =sys-libs/glibc-2.16. =sys-libs/glibc-2.17[nscd] )

DEPEND=${COMMON_DEP}
test? ( dev-libs/check )
manpages? (
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.4
)
doc? ( app-doc/doxygen )

CONFIG_CHECK=~KEYS

PATCHES=(
${FILESDIR}/${P}*.patch
)

pkg_setup(){
if use python; then
python_set_active_version 2
python_pkg_setup
python_need_rebuild
fi
linux-info_pkg_setup
}

src_prepare() {
autotools-utils_src_prepare
}

src_configure(){
local myeconfargs=(
--localstatedir=${EPREFIX}/var
--enable-nsslibdir=${EPREFIX}/$(get_libdir)
--with-plugin-path=${EPREFIX}/usr/$(get_libdir)/sssd
--enable-pammoddir=${EPREFIX}/$(getpam_mod_dir)
--with-ldb-lib-dir=${EPREFIX}/usr/$(get_libdir)/samba/ldb
--without-nscd
--with-unicode-lib=glib2
--disable-rpath
--enable-silent-rules
--sbindir=/usr/sbin
$(use_with selinux)
$(use_with selinux semanage)
$(use_with python python-bindings)

[gentoo-commits] gentoo-x86 commit in sys-auth/sssd/files: sssd.service

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:08:03

  Added:sssd.service
  Log:
  Add systemd unit file based on the upstream one. No functional changes
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.1  sys-auth/sssd/files/sssd.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd.service?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd.service?rev=1.1content-type=text/plain

Index: sssd.service
===
[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
After=syslog.target

[Service]
ExecStart=/usr/sbin/sssd -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=/run/sssd.pid

[Install]
WantedBy=multi-user.target







[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.10.0.ebuild lightdm-1.9.15.ebuild lightdm-1.8.5-r1.ebuild ChangeLog

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:10:56

  Modified: lightdm-1.10.0.ebuild lightdm-1.9.15.ebuild
lightdm-1.8.5-r1.ebuild ChangeLog
  Log:
  Disable Qt5. Bug #479046
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  x11-misc/lightdm/lightdm-1.10.0.ebuild

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

Index: lightdm-1.10.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lightdm-1.10.0.ebuild   8 Apr 2014 21:59:57 -   1.1
+++ lightdm-1.10.0.ebuild   10 Apr 2014 17:10:56 -  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/x11-misc/lightdm/lightdm-1.10.0.ebuild,v 
1.1 2014/04/08 21:59:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.0.ebuild,v 
1.2 2014/04/10 17:10:56 hwoarang Exp $
 
 EAPI=5
 inherit autotools eutils pam readme.gentoo systemd
@@ -84,6 +84,7 @@
--disable-tests \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
+   --disable-liblightdm-qt5 \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \
--with-greeter-user=${_user} \



1.3  x11-misc/lightdm/lightdm-1.9.15.ebuild

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

Index: lightdm-1.9.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lightdm-1.9.15.ebuild   9 Apr 2014 16:49:58 -   1.2
+++ lightdm-1.9.15.ebuild   10 Apr 2014 17:10:56 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild,v 
1.2 2014/04/09 16:49:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild,v 
1.3 2014/04/10 17:10:56 hwoarang Exp $
 
 EAPI=5
 inherit autotools eutils pam readme.gentoo systemd
@@ -84,6 +84,7 @@
--disable-tests \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
+   --disable-liblightdm-qt5 \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \
--with-greeter-user=${_user} \



1.2  x11-misc/lightdm/lightdm-1.8.5-r1.ebuild

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

Index: lightdm-1.8.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lightdm-1.8.5-r1.ebuild 22 Dec 2013 13:35:38 -  1.1
+++ lightdm-1.8.5-r1.ebuild 10 Apr 2014 17:10:56 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild,v 
1.1 2013/12/22 13:35:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild,v 
1.2 2014/04/10 17:10:56 hwoarang Exp $
 
 EAPI=5
 inherit autotools eutils pam readme.gentoo systemd
@@ -77,6 +77,7 @@
--disable-static \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
+   --disable-liblightdm-qt5 \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \

[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: ChangeLog lightdm-1.2.2-r3.ebuild lightdm-1.4.0.ebuild lightdm-1.4.3.ebuild lightdm-1.6.2.ebuild lightdm-1.0.11.ebuild lightdm-1.4.0-r2.ebuild

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:12:37

  Modified: ChangeLog
  Removed:  lightdm-1.2.2-r3.ebuild lightdm-1.4.0.ebuild
lightdm-1.4.3.ebuild lightdm-1.6.2.ebuild
lightdm-1.0.11.ebuild lightdm-1.4.0-r2.ebuild
  Log:
  Remove old ebuilds
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.86 x11-misc/lightdm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   10 Apr 2014 17:10:56 -  1.85
+++ ChangeLog   10 Apr 2014 17:12:37 -  1.86
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/lightdm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.85 
2014/04/10 17:10:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.86 
2014/04/10 17:12:37 hwoarang Exp $
+
+  10 Apr 2014; Markos Chandras hwoar...@gentoo.org -lightdm-1.0.11.ebuild,
+  -lightdm-1.2.2-r3.ebuild, -lightdm-1.4.0-r2.ebuild, -lightdm-1.4.0.ebuild,
+  -lightdm-1.4.3.ebuild, -lightdm-1.6.2.ebuild:
+  Remove old ebuilds
 
   10 Apr 2014; Markos Chandras hwoar...@gentoo.org lightdm-1.10.0.ebuild,
   lightdm-1.8.5-r1.ebuild, lightdm-1.9.15.ebuild:






[gentoo-commits] proj/x11:master commit in: media-libs/mesa/

2014-04-10 Thread Michał Górny
commit: f22a1a83ef83e70582340e16dfc2c484c08280da
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Thu Apr 10 17:17:31 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Apr 10 17:17:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f22a1a83

media-libs/mesa: Require llvm-3.3-r3 (for new llvm-config path + bug #506180). 
Always use shared libs to avoid the issues related to static linking (e.g. bug 
#481316).

Package-Manager: portage-2.2.10

---
 media-libs/mesa/mesa-.ebuild | 15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index d9f27a3..0095919 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -50,8 +50,8 @@ done
 
 IUSE=${IUSE_VIDEO_CARDS}
bindist +classic debug dri3 +egl +gallium gbm gles1 gles2 +llvm +nptl
-   +llvm-shared-libs opencl openvg osmesa pax_kernel openmax pic
-   r600-llvm-compiler selinux vdpau wayland xvmc xa kernel_FreeBSD
+   opencl openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux
+   vdpau wayland xvmc xa kernel_FreeBSD
 
 REQUIRED_USE=
llvm?   ( gallium )
@@ -118,7 +118,7 @@ RDEPEND=
dev-libs/libelf[${MULTILIB_USEDEP}]
) )
)
-   llvm-shared-libs? ( =sys-devel/llvm-2.9[${MULTILIB_USEDEP}] )
+   =sys-devel/llvm-3.3-r3[${MULTILIB_USEDEP}]
)
opencl? (
app-admin/eselect-opencl
@@ -144,12 +144,11 @@ done
 
 DEPEND=${RDEPEND}
llvm? (
-   =sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)
opencl? (
-   
=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]
+   
=sys-devel/llvm-3.3-r3[video_cards_radeon,${MULTILIB_USEDEP}]
=sys-devel/clang-3.3[${MULTILIB_USEDEP}]
=sys-devel/gcc-4.6
)
@@ -302,10 +301,6 @@ multilib_src_configure() {
# build fails with BSD indent, bug #428112
use userland_GNU || export INDENT=cat
 
-   if ! multilib_is_native_abi; then
-   myconf+=LLVM_CONFIG=${EPREFIX}/usr/bin/llvm-config.${ABI}
-   fi
-
econf \
--enable-dri \
--enable-glx \
@@ -320,7 +315,7 @@ multilib_src_configure() {
$(use_enable nptl glx-tls) \
$(use_enable osmesa) \
$(use_enable !pic asm) \
-   $(use_enable llvm-shared-libs) \
+   --enable-llvm-shared-libs \
--with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
PYTHON2=${PYTHON} \



[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:19:54

  Modified: ChangeLog
  Log:
  Fix arguments for systemd's unit start/stop options.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.152dev-util/buildbot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   24 Feb 2014 01:45:39 -  1.151
+++ ChangeLog   10 Apr 2014 17:19:54 -  1.152
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.151 
2014/02/24 01:45:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.152 
2014/04/10 17:19:54 hwoarang Exp $
+
+  10 Apr 2014; Markos Chandras hwoar...@gentoo.org files/buildbot.service:
+  Fix arguments for systemd's unit start/stop options. This will be removed in
+  the next version bump since upstream has their own systemd files
 
   24 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org
   buildbot-0.8.8-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot/files: buildbot.service

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:19:55

  Modified: buildbot.service
  Log:
  Fix arguments for systemd's unit start/stop options.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  dev-util/buildbot/files/buildbot.service

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

Index: buildbot.service
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/files/buildbot.service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot.service28 Sep 2013 10:34:03 -  1.1
+++ buildbot.service10 Apr 2014 17:19:55 -  1.2
@@ -6,9 +6,11 @@
 Type=forking
 User=buildbot
 WorkingDirectory=/var/lib/buildmaster
-ExecStartPre=/usr/bin/buildbot checkconfig /var/lib/buildmaster
-ExecStart=/usr/bin/buildbot start /var/lib/buildmaster
-ExecStop=/usr/bin/buildbot stop /var/lib/buildmaster
+# The following assume there is a 'master' directory
+# in $WorkingDirectory with the master configuration files
+ExecStartPre=/usr/bin/buildbot checkconfig master
+ExecStart=/usr/bin/buildbot start master
+ExecStop=/usr/bin/buildbot stop master
 
 [Install]
 WantedBy=multi-user.target






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog

2014-04-10 Thread Markos Chandras (hwoarang)
hwoarang14/04/10 17:22:57

  Modified: ChangeLog
  Log:
  Add WorkingDirectory and fix arguments for systemd's unit start/stop options
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.58 dev-util/buildbot-slave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   24 Feb 2014 01:46:07 -  1.57
+++ ChangeLog   10 Apr 2014 17:22:57 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.57 
2014/02/24 01:46:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.58 
2014/04/10 17:22:57 hwoarang Exp $
+
+  10 Apr 2014; Markos Chandras hwoar...@gentoo.org files/buildslave.service:
+  Add WorkingDirectory and fix arguments for systemd's unit start/stop
+  options. This will be removed in the next version bump since upstream has
+  their own systemd files
 
   24 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org
   buildbot-slave-0.8.8-r1.ebuild:






[gentoo-commits] proj/kde:master commit in: app-pda/funambol-client-sdk/

2014-04-10 Thread Michael Palimaka
commit: 065eb1e806a805f38b7d9b875df5bac841678c48
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Apr 10 17:25:31 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Apr 10 17:25:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=065eb1e8

[app-pda/funambol-client-sdk] Not fetchable.

---
 .../funambol-client-sdk-.ebuild| 27 --
 app-pda/funambol-client-sdk/metadata.xml   |  5 
 2 files changed, 32 deletions(-)

diff --git a/app-pda/funambol-client-sdk/funambol-client-sdk-.ebuild 
b/app-pda/funambol-client-sdk/funambol-client-sdk-.ebuild
deleted file mode 100644
index 8412e95..000
--- a/app-pda/funambol-client-sdk/funambol-client-sdk-.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools subversion
-
-DESCRIPTION=Funambol Client SDK
-HOMEPAGE=https://www.forge.funambol.org/download/;
-ESVN_REPO_URI=https://client-sdk.forge.funambol.org/svn/client-sdk/trunk/cpp-sdk;
-ESVN_USER=guest
-
-LICENSE=AGPL-3
-SLOT=0
-KEYWORDS=
-IUSE=
-
-DEPEND=net-misc/curl
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${P}/build/autotools
-
-src_prepare() {
-   mkdir m4
-   eautoreconf
-}

diff --git a/app-pda/funambol-client-sdk/metadata.xml 
b/app-pda/funambol-client-sdk/metadata.xml
deleted file mode 100644
index 8d36d5b..000
--- a/app-pda/funambol-client-sdk/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  herdkde/herd
-/pkgmetadata



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

2014-04-10 Thread Michael Palimaka
commit: 64581a7666c88b586cbb8613da1fc2bbe256cfbf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Apr 10 17:26:10 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Apr 10 17:26:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=64581a76

[app-pda/akunambol] Required dependency no longer exists.

---
 app-pda/akunambol/akunambol-.ebuild | 23 ---
 app-pda/akunambol/metadata.xml  |  5 -
 2 files changed, 28 deletions(-)

diff --git a/app-pda/akunambol/akunambol-.ebuild 
b/app-pda/akunambol/akunambol-.ebuild
deleted file mode 100644
index 4e22835..000
--- a/app-pda/akunambol/akunambol-.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION=Akonadi Syncml client
-HOMEPAGE=http://akunambol.ruphy.org/;
-
-LICENSE=GPL-3
-SLOT=4
-KEYWORDS=
-IUSE=debug
-
-DEPEND=
-   app-office/akonadi-server
-   =app-pda/funambol-client-sdk-
-   $(add_kdebase_dep kdepimlibs)
-   net-libs/likeback
-
-RDEPEND=${DEPEND}

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



[gentoo-commits] gentoo-x86 commit in app-forensics/lynis: ChangeLog lynis-1.5.0.ebuild lynis-1.4.9.ebuild

2014-04-10 Thread Christian Ruppert (idl0r)
idl0r   14/04/10 17:41:55

  Modified: ChangeLog
  Added:lynis-1.5.0.ebuild
  Removed:  lynis-1.4.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.45 app-forensics/lynis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   3 Apr 2014 17:58:15 -   1.44
+++ ChangeLog   10 Apr 2014 17:41:55 -  1.45
@@ -1,6 +1,12 @@
 # ChangeLog for app-forensics/lynis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.44 
2014/04/03 17:58:15 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.45 
2014/04/10 17:41:55 idl0r Exp $
+
+*lynis-1.5.0 (10 Apr 2014)
+
+  10 Apr 2014; Christian Ruppert id...@gentoo.org -lynis-1.4.9.ebuild,
+  +lynis-1.5.0.ebuild:
+  Version bump.
 
 *lynis-1.4.9 (03 Apr 2014)
 



1.1  app-forensics/lynis/lynis-1.5.0.ebuild

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

Index: lynis-1.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.5.0.ebuild,v 1.1 
2014/04/10 17:41:55 idl0r Exp $

EAPI=5

DESCRIPTION=Security and system auditing tool
HOMEPAGE=http://www.rootkit.nl/projects/lynis.html;
SRC_URI=http://cisofy.com/files/${P}.tar.gz;

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

DEPEND=
RDEPEND=app-shells/bash

src_install() {
insinto /usr/share/${PN}
doins -r db/ include/ plugins/ || die failed to install lynis base 
files

insopts -m0640
doins -r include/
insopts -m0644

dosbin lynis

insinto /etc/${PN}
doins default.prf

doman lynis.8
dodoc CHANGELOG FAQ README dev/TODO

# Remove the old one during the next stabilize progress
exeinto /etc/cron.daily
newexe ${FILESDIR}/lynis.cron-new lynis
}

pkg_postinst() {
einfo
einfo A cron script has been installed to ${ROOT}etc/cron.daily/lynis.
einfo
}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:49:42

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Flexible and customizable notifications framework for LeechCraft.

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

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

pkg_postinst() {
einfo Advanced Notifications supports playing sounds on various
einfo events. Install some media playback plugin to enjoy this
einfo feature (app-leechcraft/lc-lmp will do, for example).
}






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=AnHero, crash handler for LeechCraft.

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

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







[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-aggregator: metadata.xml lc-aggregator-0.6.65.ebuild lc-aggregator-9999.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  app-leechcraft/lc-aggregator/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml8 Mar 2013 21:54:30 -   1.1
+++ metadata.xml10 Apr 2014 17:50:01 -  1.2
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdleechcraft/herd
+   use
+   flag name=webaccessEnables web interface submodule for 
Aggregator/flag
+   /use
 /pkgmetadata



1.2  app-leechcraft/lc-aggregator/lc-aggregator-.ebuild

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

Index: lc-aggregator-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lc-aggregator-.ebuild   8 Mar 2013 21:54:30 -   1.1
+++ lc-aggregator-.ebuild   10 Apr 2014 17:50:01 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-.ebuild,v
 1.1 2013/03/08 21:54:30 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-.ebuild,v
 1.2 2014/04/10 17:50:01 maksbotan Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 SLOT=0
 KEYWORDS=
-IUSE=debug mysql +sqlite postgres
+IUSE=debug mysql +sqlite postgres webaccess
 
 DEPEND=~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
dev-qt/qtwebkit:4
@@ -19,6 +19,13 @@
 
 REQUIRED_USE=|| ( mysql sqlite postgres )
 
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_enale webaccess AGGREGATOR_WEBACCESS)
+   )
+   cmake-utils_src_configure
+}
+
 pkg_setup(){
if use mysql; then
ewarn Support for MySQL databases is experimental and is more 
likely



1.11 app-leechcraft/lc-aggregator/ChangeLog

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

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



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

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

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

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

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

Revision  ChangesPath
1.19 app-leechcraft/lc-azoth/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Azoth, the modular IM client for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug doc astrality +acetamide +adiumstyles +autoidler +autopaste 
+birthdaynotifier
+chathistory +crypt +depester +embedmedia +herbicide +hili 
+isterique
+juick +keeso +lastseen +metacontacts media +msn +murm +latex 
+nativeemoticons
+otroid +p100q +spell shx +standardstyles +vader +woodpecker 
+xmpp +xtazy

COMMON_DEPEND=~app-leechcraft/lc-core-${PV}
dev-libs/qjson
dev-qt/qtwebkit:4
autoidler? ( x11-libs/libXScrnSaver )
astrality? ( net-libs/telepathy-qt )
otroid? ( net-libs/libotr )
media? ( dev-qt/qtmultimedia:4 )
msn? ( net-libs/libmsn )
woodpecker? ( dev-libs/kqoauth )
xmpp? (
=net-libs/qxmpp-0.8.0
media? ( =net-libs/qxmpp-0.8.0[speex] )
)
xtazy? (
~app-leechcraft/lc-xtazy-${PV}
dev-qt/qtdbus:4
)
crypt? ( app-crypt/qca app-crypt/qca-gnupg )
DEPEND=${COMMON_DEPEND}
doc? ( app-doc/doxygen[dot] )
RDEPEND=${COMMON_DEPEND}
astrality? (
net-im/telepathy-mission-control
net-voip/telepathy-haze
)
latex? (
|| (
media-gfx/imagemagick
media-gfx/graphicsmagick[imagemagick]
)
virtual/latex-base
)
spell? (
app-leechcraft/lc-rosenthal
)

REQUIRED_USE=|| ( standardstyles adiumstyles )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable crypt CRYPT)
$(cmake-utils_use_with doc DOCS)
$(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE)
$(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES)
$(cmake-utils_use_enable astrality AZOTH_ASTRALITY)
$(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER)
$(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE)
$(cmake-utils_use_enable birthdaynotifier 
AZOTH_BIRTHDAYNOTIFIER)
$(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY)
$(cmake-utils_use_enable depester AZOTH_DEPESTER)
$(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA)
$(cmake-utils_use_enable herbicide AZOTH_HERBICIDE)
$(cmake-utils_use_enable hili AZOTH_HILI)

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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Full-featured BitTorrent client plugin for LeechCraft.

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

DEPEND=~app-leechcraft/lc-core-${PV}
net-libs/rb_libtorrent
RDEPEND=${DEPEND}
virtual/leechcraft-task-show
geoip? ( dev-libs/geoip )

src_configure(){
local mycmakeargs=
$(cmake-utils_use_enable geoip BITTORRENT_GEOIP)

cmake-utils_src_configure
}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:51:25

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Blogging client for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug +metida +hestia

DEPEND=~app-leechcraft/lc-core-${PV}
dev-qt/qtsql:4[sqlite]
metida? ( dev-qt/qtxmlpatterns:4 )

RDEPEND=${DEPEND}
virtual/leechcraft-wysiwyg-editor


src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable metida BLOGIQUE_METIDA)
$(cmake-utils_use_enable hestia BLOGIQUE_HESTIA)
)

cmake-utils_src_configure
}






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

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

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=CPU load graph quark

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

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







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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=CSTP, the clean  stupid HTTP implementation for LeechCraft.

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:52:31

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=DBusManager provides some basic D-Bus interoperability for 
LeechCraft.

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:52:45

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Searches for song lyrics and displays them in LeechCraft

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

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






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=An issue reporting client for LeechCraft's issue tracker

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

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






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

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

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=LeechCraft WM and compositor manager

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:52:58

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Non-storage USB devices manager for LeechCraft

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

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





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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Allows other LeechCraft modules to register global shortcuts

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

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

src_configure() {
local mycmakeargs=(
-DWITH_GACTS_BUNDLED_QXT=OFF
)
cmake-utils_src_configure
}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:54:09

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Notifier about new mail in a GMail inbox for LeechCraft

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

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






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Glance, quick thumbnailed overview of opened tabs in LeechCraft

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

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






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=HistoryHolder keeps track of stuff downloaded in LeechCraft

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

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






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

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

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Temperature sensors monitor plugin for LeechCraft

# We should define license for this plugin explicitly
LICENSE=GPL-3
SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug

DEPEND=~app-leechcraft/lc-core-${PV}[qwt]
~virtual/leechcraft-quark-sideprovider-${PV}
dev-qt/qtdeclarative:4
sys-apps/lm_sensors

RDEPEND=${DEPEND}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:55:19

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

Revision  ChangesPath
1.6  app-leechcraft/lc-imgaste/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=The simple image uploader data filter for LeechCraft

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

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





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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:54:51

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

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

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

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



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

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

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

EAPI=4

inherit eutils leechcraft toolchain-funcs

DESCRIPTION=Provides some cool radio streams to music players like LMP

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=

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






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

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

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Simple HTTP server for Leechcraft

SLOT=0
KEYWORDS= ~amd64 ~x86

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:55:46

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Fancy visual notifications for LeechCraft

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:55:32

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

Revision  ChangesPath
1.13 app-leechcraft/lc-kbswitch/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Provides plugin- or tab-grained keyboard layout control

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:56:00

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=KnowHow, plugin for showing Tips of the Day in LeechCraft

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:56:14

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

Revision  ChangesPath
1.6  app-leechcraft/lc-krigstask/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=The taskbar quark for LeechCraft

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:56:27

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=LeechCraft Package Manager for extensions, scripts, themes etc.

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

DEPEND=~app-leechcraft/lc-core-${PV}
=dev-qt/qtwebkit-4.6:4
RDEPEND=${DEPEND}
virtual/leechcraft-downloader-http






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:56:41

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Last.FM scrobbler plugin for LeechCraft

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:56:54

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

Revision  ChangesPath
1.6  app-leechcraft/lc-laughty/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=The LeechCraft notification daemon

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

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






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=LeechCraft HTML Text editoR component

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

DEPEND=~app-leechcraft/lc-core-${PV}
app-text/htmltidy
dev-qt/qtwebkit:4

RDEPEND=${DEPEND}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:58:03

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=UPower-based power manager for LeechCraft

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

DEPEND=~app-leechcraft/lc-core-${PV}
sys-power/upower
x11-libs/qwt:6
dev-qt/qtdbus:4
virtual/leechcraft-trayarea
RDEPEND=${DEPEND}






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=Network monitor plugin for LeechCraft

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

DEPEND=~app-leechcraft/lc-core-${PV}
~virtual/leechcraft-quark-sideprovider-${PV}
dev-qt/qtbearer:4
dev-qt/qtdeclarative:4
dev-libs/libnl:3
x11-libs/qwt:6

RDEPEND=${DEPEND}






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

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

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

Revision  ChangesPath
1.13 app-leechcraft/lc-lmp/ChangeLog

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=LeechCraft Media Player, Phonon-based audio/video player.

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug +graffiti +guess +mpris +mp3tunes

# depend on gstreamer:0.10 to match current Qt deps
DEPEND=~app-leechcraft/lc-core-${PV}
graffiti? ( media-libs/flac )
guess? ( app-i18n/libguess )
media-libs/gstreamer:0.10
media-libs/taglib
mpris? ( dev-qt/qtdbus:4 )
dev-qt/qtdeclarative:4
RDEPEND=${DEPEND}

src_configure() {
local mycmakeargs=
$(cmake-utils_use_enable graffiti LMP_GRAFFITI)
$(cmake-utils_use_enable guess LMP_LIBGUESS)
$(cmake-utils_use_enable mpris LMP_MPRIS)
$(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)
cmake-utils_src_configure
}






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:58:31

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=System tray quark for LeechCraft

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

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






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

2014-04-10 Thread Maxim Koltsov (maksbotan)
maksbotan14/04/10 17:58:44

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

Revision  ChangesPath
1.13 app-leechcraft/lc-monocle/ChangeLog

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Monocle, the modular document viewer for LeechCraft

SLOT=0
KEYWORDS= ~amd64 ~x86
IUSE=debug +djvu doc +fb2 +pdf +spectre

RDEPEND=~app-leechcraft/lc-core-${PV}
pdf? ( app-text/poppler[qt4] )
djvu? ( app-text/djvu )
spectre? (
app-text/libspectre
|| (
app-text/poppler[-lcms]
app-text/ghostscript-gpl-9.07
)
)
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen[dot] )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable djvu MONOCLE_SEEN)
$(cmake-utils_use_with doc DOCS)
$(cmake-utils_use_enable fb2 MONOCLE_FXB)
$(cmake-utils_use_enable pdf MONOCLE_PDF)
$(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
use doc  dohtml -r ${CMAKE_BUILD_DIR}/out/html/*
}






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

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

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

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

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

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



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

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

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

EAPI=5

inherit leechcraft

DESCRIPTION=Monitors selected directory and clipboard for downloadable 
entities

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

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






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

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

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

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

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

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



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

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

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

EAPI=4

inherit leechcraft

DESCRIPTION=MusicBrainz client plugin for LeechCraft

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

DEPEND=~app-leechcraft/lc-core-${PV}
acoustid? ( media-libs/chromaprint )
RDEPEND=${DEPEND}

src_configure() {
local mycmakeargs=
$(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)

cmake-utils_src_configure
}






  1   2   >