[gentoo-commits] gentoo-x86 commit in dev-java/javacup: ChangeLog javacup-0.11b_beta20150326.ebuild

2015-08-08 Thread Sebastian Pipping (sping)
sping   15/08/08 12:56:22

  Modified: ChangeLog javacup-0.11b_beta20150326.ebuild
  Log:
  dev-java/javacup: Resolve calling of svn (bug #556998)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.38 dev-java/javacup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Aug 2015 01:05:15 -   1.37
+++ ChangeLog   8 Aug 2015 12:56:22 -   1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/javacup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.37 
2015/08/08 01:05:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.38 
2015/08/08 12:56:22 sping Exp $
+
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org
+  javacup-0.11b_beta20150326.ebuild,
+  +files/javacup-0.11b_beta20150326-build-xml-svn.patch:
+  Resolve calling of svn (bug #556998)
 
   08 Aug 2015; Sebastian Pipping sp...@gentoo.org
   javacup-0.11b_beta20150326.ebuild, metadata.xml:



1.3  dev-java/javacup/javacup-0.11b_beta20150326.ebuild

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

Index: javacup-0.11b_beta20150326.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- javacup-0.11b_beta20150326.ebuild   8 Aug 2015 01:05:15 -   1.2
+++ javacup-0.11b_beta20150326.ebuild   8 Aug 2015 12:56:22 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.2 2015/08/08 01:05:15 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.3 2015/08/08 12:56:22 sping Exp $
 
 EAPI=5
 
@@ -37,6 +37,7 @@
 
 src_prepare() {
epatch ${FILESDIR}/${P}-build-xml.patch
+   epatch ${FILESDIR}/${P}-build-xml-svn.patch
 
find . -name '*.class' -delete || die
 






[gentoo-commits] gentoo-x86 commit in dev-java/javacup/files: javacup-0.11b_beta20150326-build-xml-svn.patch

2015-08-08 Thread Sebastian Pipping (sping)
sping   15/08/08 12:56:22

  Added:javacup-0.11b_beta20150326-build-xml-svn.patch
  Log:
  dev-java/javacup: Resolve calling of svn (bug #556998)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  
dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml-svn.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml-svn.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml-svn.patch?rev=1.1content-type=text/plain

Index: javacup-0.11b_beta20150326-build-xml-svn.patch
===
From 1a908a86fa6c253332b673ecc98e4ec8dffcdca2 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Sat, 8 Aug 2015 14:49:02 +0200
Subject: [PATCH] No longer query subversion revision

There is not .svn folder shipped anyway
---
 build.xml | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/build.xml b/build.xml
index 33f0c60..860bbb5 100644
--- a/build.xml
+++ b/build.xml
@@ -18,17 +18,6 @@
 mkdir dir=${classes} /
 mkdir dir=${dist} /
 loadfile property=cupversion srcFile=version.txt/
-exec executable=svn outputproperty=svnversion
-  arg value=info/
-  redirector
-   outputfilterchain
- linecontains
-   contains value=Revision/
- /linecontains
- deletecharacters chars=Revision: /
-/outputfilterchain
-  /redirector
-/exec
   /target
 
   property environment=env /
@@ -67,7 +56,7 @@
 copy todir=${java}fileset dir=${src}/fileset/copy
 replace file=${java}/java_cup/version.java
token=+ version_str
-   value='+ v0.11b ${cupversion} (SVN rev ${svnversion})'
+   value='+ v0.11b ${cupversion}'
 /replace
 javac srcdir=${java} destdir=${classes} verbose=off listfiles=off 
debug=on source=1.5 target=1.5
   classpath refid=libraries/
-- 
2.5.0







[gentoo-commits] gentoo-x86 commit in dev-java/javacup: ChangeLog javacup-0.11b_beta20150326.ebuild

2015-08-08 Thread Sebastian Pipping (sping)
sping   15/08/08 13:07:19

  Modified: ChangeLog javacup-0.11b_beta20150326.ebuild
  Log:
  dev-java/javacup: Fix java-pkg_getjars approach (bug #556998 comment #5)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.39 dev-java/javacup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   8 Aug 2015 12:56:22 -   1.38
+++ ChangeLog   8 Aug 2015 13:07:19 -   1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/javacup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.38 
2015/08/08 12:56:22 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.39 
2015/08/08 13:07:19 sping Exp $
+
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org
+  javacup-0.11b_beta20150326.ebuild:
+  Fix java-pkg_getjars approach (bug #556998 comment #5)
 
   08 Aug 2015; Sebastian Pipping sp...@gentoo.org
   javacup-0.11b_beta20150326.ebuild,



1.4  dev-java/javacup/javacup-0.11b_beta20150326.ebuild

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

Index: javacup-0.11b_beta20150326.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- javacup-0.11b_beta20150326.ebuild   8 Aug 2015 12:56:22 -   1.3
+++ javacup-0.11b_beta20150326.ebuild   8 Aug 2015 13:07:19 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.3 2015/08/08 12:56:22 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.4 2015/08/08 13:07:19 sping Exp $
 
 EAPI=5
 
@@ -25,13 +25,11 @@
 IUSE=userland_BSD system-jflex
 
 # find for bug #214664
-CDEPEND==dev-java/ant-core-1.7.0:0
 DEPEND==virtual/jdk-1.5
system-jflex? ( dev-java/jflex:0 )
!userland_BSD? ( =sys-apps/findutils-4.4 )
-   ${CDEPEND}
-RDEPEND==virtual/jre-1.5
-   ${CDEPEND}
+   =dev-java/ant-core-1.7.0:0
+RDEPEND==virtual/jre-1.5
 
 S=${WORKDIR}
 
@@ -50,13 +48,15 @@
 }
 
 src_compile() {
-   eant -Dgentoo.classpath=$(java-pkg_getjars ant-core)
+   local classpath=$(java-pkg_getjars --build-only ant-core)
+
+   eant -Dgentoo.classpath=${classpath}
rm bin/java-cup-11.jar || die
cp dist/java-cup-11b.jar bin/java-cup-11.jar || die
eant clean
 
einfo Recompiling with newly generated javacup
-   eant -Dgentoo.classpath=$(java-pkg_getjars ant-core)
+   eant -Dgentoo.classpath=${classpath}
use doc  javadoc -sourcepath src/ java_cup -d javadoc
 }
 






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

2015-08-08 Thread Sebastian Pipping (sping)
sping   15/08/08 17:58:29

  Modified: package.mask ChangeLog
  Log:
  Mask upcoming dev-libs/iniparser:4

Revision  ChangesPath
1.16707  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16706
retrieving revision 1.16707
diff -u -r1.16706 -r1.16707
--- package.mask8 Aug 2015 09:19:40 -   1.16706
+++ package.mask8 Aug 2015 17:58:28 -   1.16707
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16706 2015/08/08 
09:19:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16707 2015/08/08 
17:58:28 sping Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sebastioan Pipping sp...@gentoo.org (8 Aug 2015)
+# Upcoming, too young to go into testing unmasked
+dev-libs/iniparser:4
+
 # Matthew Thode prometheanf...@gentoo.org (04 Aug 2015)
 # removing old and never working horizon Bug #556710
 www-apps/horizon



1.10231  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10230
retrieving revision 1.10231
diff -u -r1.10230 -r1.10231
--- ChangeLog   8 Aug 2015 09:19:40 -   1.10230
+++ ChangeLog   8 Aug 2015 17:58:28 -   1.10231
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10230 2015/08/08 
09:19:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10231 2015/08/08 
17:58:28 sping 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!
 
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org package.mask:
+  Mask upcoming dev-libs/iniparser:4
+
   08 Aug 2015; Lars Wendler polynomia...@gentoo.org package.mask:
   Removed =sys-libs/tdb-1.3.7 mask.
 






[gentoo-commits] gentoo-x86 commit in dev-java/qdox: ChangeLog qdox-1.12-r1.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/07 23:12:51

  Modified: ChangeLog qdox-1.12-r1.ebuild
  Log:
  dev-java/qdox: Fix file removal path (bug #503918)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.49 dev-java/qdox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   11 Jul 2015 09:22:21 -  1.48
+++ ChangeLog   7 Aug 2015 23:12:51 -   1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/qdox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.48 2015/07/11 
09:22:21 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.49 2015/08/07 
23:12:51 sping Exp $
+
+  07 Aug 2015; Sebastian Pipping sp...@gentoo.org qdox-1.12-r1.ebuild:
+  Fix file removal path for USE=-test (bug #503918, reported by Andreas
+  Sturmlechner)
 
   11 Jul 2015; James Le Cuirot ch...@gentoo.org qdox-1.6.3.ebuild:
   Drop java on ia64.



1.10 dev-java/qdox/qdox-1.12-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild?r1=1.9r2=1.10

Index: qdox-1.12-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qdox-1.12-r1.ebuild 23 Feb 2015 12:21:28 -  1.9
+++ qdox-1.12-r1.ebuild 7 Aug 2015 23:12:51 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.9 
2015/02/23 12:21:28 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.10 
2015/08/07 23:12:51 sping Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
 java_prepare() {
if ! use test ; then
-   rm src/main/com/thoughtworks/qdox/tools/QDoxTester.java
+   rm src/java/com/thoughtworks/qdox/tools/QDoxTester.java
rm -rf src/java/com/thoughtworks/qdox/junit
rm -rf src/test
fi






[gentoo-commits] gentoo-x86 commit in dev-java/qdox: ChangeLog qdox-1.12.1.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/07 23:26:13

  Modified: ChangeLog
  Added:qdox-1.12.1.ebuild
  Log:
  dev-java/qdox: 1.12.1 (bug #503918)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.50 dev-java/qdox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   7 Aug 2015 23:12:51 -   1.49
+++ ChangeLog   7 Aug 2015 23:26:13 -   1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/qdox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.49 2015/08/07 
23:12:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.50 2015/08/07 
23:26:13 sping Exp $
+
+*qdox-1.12.1 (07 Aug 2015)
+
+  07 Aug 2015; Sebastian Pipping sp...@gentoo.org +qdox-1.12.1.ebuild:
+  Bump to 1.12.1 (bug #503918)
 
   07 Aug 2015; Sebastian Pipping sp...@gentoo.org qdox-1.12-r1.ebuild:
   Fix file removal path for USE=-test (bug #503918, reported by Andreas



1.1  dev-java/qdox/qdox-1.12.1.ebuild

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

Index: qdox-1.12.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v 1.1 
2015/08/07 23:26:13 sping Exp $

EAPI=5

JAVA_PKG_IUSE=doc source test

inherit java-pkg-2 java-ant-2

DESCRIPTION=Parser for extracting class/interface/method definitions
HOMEPAGE=http://qdox.codehaus.org/;
SRC_URI=https://github.com/codehaus/qdox/archive/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=1.12
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos

S=${WORKDIR}/${PN}-${PN}-${PV}

CDEPEND=dev-java/ant-core:0

DEPEND==virtual/jdk-1.4
app-arch/unzip:0
dev-java/byaccj:0
=dev-java/jflex-1.4.3:0
dev-java/jmock:1.0
test? ( dev-java/junit:0 )
${CDEPEND}

RDEPEND==virtual/jre-1.4
${CDEPEND}

java_prepare() {
if ! use test ; then
rm src/java/com/thoughtworks/qdox/tools/QDoxTester.java
rm -rf src/java/com/thoughtworks/qdox/junit
rm -rf src/test
fi
}

src_compile() {
jflex src/grammar/lexer.flex --skel src/grammar/skeleton.inner -d 
src/java/com/thoughtworks/qdox/parser/impl/ || die
byaccj -v -Jnorun -Jnoconstruct -Jclass=Parser -Jsemantic=Value 
-Jpackage=com.thoughtworks.qdox.parser.impl src/grammar/parser.y || die
mv Parser.java src/java/com/thoughtworks/qdox/parser/impl/ || die

# create jar
mkdir -p build/classes || die

local cp=$(java-pkg_getjars --build-only ant-core,jmock-1.0)

if use test ; then
cp=${cp}:$(java-pkg_getjars --build-only junit)
fi

ejavac -sourcepath . -d build/classes -classpath ${cp} \
$(find . -name *.java) || die Cannot compile sources

mkdir dist || die
cd build/classes || die
jar -cvf ${S}/dist/${PN}.jar com || die Cannot create JAR

# generate javadoc
if use doc ; then
cd ${S}
mkdir javadoc || die
javadoc -d javadoc -sourcepath src/java -subpackages com 
-classpath ${cp}
fi
}

src_test() {
java -cp ${S}/dist/${PN}.jar:$(java-pkg_getjars --build-only 
ant-core,junit,jmock-1.0) \
com.thoughtworks.qdox.tools.QDoxTester src || die Tests 
failed!
}

src_install() {
java-pkg_dojar dist/${PN}.jar
java-pkg_register-ant-task

use source  java-pkg_dosrc src/java/com
use doc  java-pkg_dojavadoc javadoc
}






[gentoo-commits] gentoo-x86 commit in dev-java/qdox: ChangeLog qdox-1.12.1.ebuild qdox-1.6.3.ebuild qdox-1.12-r1.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/07 23:30:38

  Modified: ChangeLog qdox-1.12.1.ebuild qdox-1.6.3.ebuild
qdox-1.12-r1.ebuild
  Log:
  dev-java/qdox: Fix homepage
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.51 dev-java/qdox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/qdox/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   7 Aug 2015 23:26:13 -   1.50
+++ ChangeLog   7 Aug 2015 23:30:38 -   1.51
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/qdox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.50 2015/08/07 
23:26:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.51 2015/08/07 
23:30:38 sping Exp $
+
+  07 Aug 2015; Sebastian Pipping sp...@gentoo.org qdox-1.6.3.ebuild,
+  qdox-1.12-r1.ebuild, qdox-1.12.1.ebuild:
+  Fix homepage (exists but has HTTP auth)
 
 *qdox-1.12.1 (07 Aug 2015)
 



1.2  dev-java/qdox/qdox-1.12.1.ebuild

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

Index: qdox-1.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qdox-1.12.1.ebuild  7 Aug 2015 23:26:13 -   1.1
+++ qdox-1.12.1.ebuild  7 Aug 2015 23:30:38 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v 1.1 
2015/08/07 23:26:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v 1.2 
2015/08/07 23:30:38 sping Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION=Parser for extracting class/interface/method definitions
-HOMEPAGE=http://qdox.codehaus.org/;
+HOMEPAGE=https://github.com/codehaus/qdox;
 SRC_URI=https://github.com/codehaus/qdox/archive/${P}.tar.gz;
 
 LICENSE=Apache-2.0



1.19 dev-java/qdox/qdox-1.6.3.ebuild

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

Index: qdox-1.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.6.3.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- qdox-1.6.3.ebuild   11 Jul 2015 09:22:21 -  1.18
+++ qdox-1.6.3.ebuild   7 Aug 2015 23:30:38 -   1.19
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.6.3.ebuild,v 1.18 
2015/07/11 09:22:21 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.6.3.ebuild,v 1.19 
2015/08/07 23:30:38 sping Exp $
 
 JAVA_PKG_IUSE=doc source
 inherit java-pkg-2 java-ant-2
 DESCRIPTION=Parser for extracting class/interface/method definitions
-HOMEPAGE=http://qdox.codehaus.org/;
+HOMEPAGE=https://github.com/codehaus/qdox;
 
SRC_URI=http://repository.codehaus.org/com/thoughtworks/${PN}/${PN}/${PV}/${P}-sources.jar;
 LICENSE=Apache-2.0
 SLOT=1.6



1.11 dev-java/qdox/qdox-1.12-r1.ebuild

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

Index: qdox-1.12-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qdox-1.12-r1.ebuild 7 Aug 2015 23:12:51 -   1.10
+++ 

[gentoo-commits] gentoo-x86 commit in app-editors/jedit: ChangeLog jedit-5.2.0.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/08 00:36:33

  Modified: ChangeLog
  Added:jedit-5.2.0.ebuild
  Log:
  app-editors/jedit: 5.2.0 (bug #552764)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.112app-editors/jedit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   9 Jun 2015 09:49:51 -   1.111
+++ ChangeLog   8 Aug 2015 00:36:33 -   1.112
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/jedit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.111 
2015/06/09 09:49:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.112 
2015/08/08 00:36:33 sping Exp $
+
+*jedit-5.2.0 (08 Aug 2015)
+
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org +jedit-5.2.0.ebuild,
+  +files/jedit-5.2.0-build-xml.patch:
+  Bump to 5.2.0 (bug #552764)
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  app-editors/jedit/jedit-5.2.0.ebuild

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

Index: jedit-5.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-5.2.0.ebuild,v 1.1 
2015/08/08 00:36:33 sping Exp $

EAPI=5

JAVA_PKG_IUSE=doc test

inherit java-pkg-2 java-ant-2 eutils fdo-mime

DESCRIPTION=Programmer's editor written in Java
HOMEPAGE=http://www.jedit.org;
SRC_URI=mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2

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

# missing from tarball
RESTRICT=test

COMMON_DEP=
dev-java/jsr305:0
RDEPEND=${COMMON_DEP}
=virtual/jre-1.7
DEPEND=${COMMON_DEP}
=virtual/jdk-1.7
dev-java/ant-apache-bsf:0
dev-java/ant-contrib:0
dev-java/bsh[bsf]
test? (
dev-java/ant-junit:0
)

S=${WORKDIR}/jEdit

JEDIT_HOME=/usr/share/${PN}

java_prepare() {
mkdir -p lib/{ant-contrib,compile,default-plugins,scripting} || die

epatch ${FILESDIR}/${P}-build-xml.patch
}

JAVA_ANT_REWRITE_CLASSPATH=true

EANT_ANT_TASKS=ant-apache-bsf ant-contrib bsh
EANT_GENTOO_CLASSPATH=jsr305
EANT_EXTRA_ARGS=-Divy.jar.present=true -Divy.done=true
EANT_BUILD_TARGET=build
# TODO could build more docs, ie generate-doc-faq generate-doc-news
# generate-doc-users-guide ua.
EANT_DOC_TARGET=generate-javadoc
# in fact needed only for docs, but shouldn't hurt
EANT_NEEDS_TOOLS=true

src_test() {
java-pkg-2_src_test
}

src_install () {
dodir ${JEDIT_HOME}
cp -R build/${PN}.jar jars doc keymaps macros modes properties startup \
${D}${JEDIT_HOME} || die

java-pkg_regjar ${JEDIT_HOME}/${PN}.jar

java-pkg_dolauncher ${PN} --main org.gjt.sp.jedit.jEdit

use doc  java-pkg_dojavadoc build/classes/javadoc/api

make_desktop_entry ${PN} \
jEdit \
${JEDIT_HOME}/doc/${PN}.png \
Development;Utility;TextEditor

# keep the plugin directory
keepdir ${JEDIT_HOME}/jars
}

pkg_postinst() {
fdo-mime_desktop_database_update
elog The system directory for jEdit plugins is
elog ${JEDIT_HOME}/jars
elog If you get plugin related errors on startup, first try updating 
them.
}

pkg_postrm() {
if [[ -z ${REPLACED_BY_VERSION} ]]; then
fdo-mime_desktop_database_update
elog jEdit plugins installed into /usr/share/jedit/jars
elog (after installation of jEdit itself) haven't been
elog removed. To get rid of jEdit completely, you may
elog want to run
elog 
elog rm -r ${JEDIT_HOME}
fi
}






[gentoo-commits] gentoo-x86 commit in app-editors/jedit/files: jedit-5.2.0-build-xml.patch

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/08 00:36:33

  Added:jedit-5.2.0-build-xml.patch
  Log:
  app-editors/jedit: 5.2.0 (bug #552764)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  app-editors/jedit/files/jedit-5.2.0-build-xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jedit/files/jedit-5.2.0-build-xml.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jedit/files/jedit-5.2.0-build-xml.patch?rev=1.1content-type=text/plain

Index: jedit-5.2.0-build-xml.patch
===
From 4dc53a4c320af0894bd600c77d4432c414cdee16 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Sat, 8 Aug 2015 00:05:20 +0200
Subject: [PATCH] Do not have target build call target test

---
 build.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.xml b/build.xml
index f34934f..da5272a 100644
--- a/build.xml
+++ b/build.xml
@@ -504,7 +504,6 @@
/copy
/contrib:then
/contrib:if
-   antcall target=test /
/target
 
target name=build-exe-launcher
-- 
2.5.0







[gentoo-commits] gentoo-x86 commit in dev-java/javacup: metadata.xml ChangeLog javacup-0.11b_beta20150326.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/08 01:05:15

  Modified: metadata.xml ChangeLog
javacup-0.11b_beta20150326.ebuild
  Log:
  dev-java/javacup: Break circular dependency
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.3  dev-java/javacup/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javacup/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml11 Sep 2005 00:04:28 -  1.2
+++ metadata.xml8 Aug 2015 01:05:15 -   1.3
@@ -2,4 +2,10 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdjava/herd
+   use
+   flag name=system-jflex
+   Build against system pkgdev-java/jflex/pkg rather 
than the bundled one.
+   Disabling this flag allows breaking the circular 
dependency when necessary.
+   /flag
+   /use
 /pkgmetadata



1.37 dev-java/javacup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   7 Aug 2015 19:58:56 -   1.36
+++ ChangeLog   8 Aug 2015 01:05:15 -   1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/javacup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.36 
2015/08/07 19:58:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.37 
2015/08/08 01:05:15 sping Exp $
+
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org
+  javacup-0.11b_beta20150326.ebuild, metadata.xml:
+  Introduce use flag system-jflex to break circular dependency, address
+  warning on dev-java/ant-core (by specifying slot 0 and also adding to DEPEND)
 
 *javacup-0.11b_beta20150326 (07 Aug 2015)
 



1.2  dev-java/javacup/javacup-0.11b_beta20150326.ebuild

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

Index: javacup-0.11b_beta20150326.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- javacup-0.11b_beta20150326.ebuild   7 Aug 2015 19:58:56 -   1.1
+++ javacup-0.11b_beta20150326.ebuild   8 Aug 2015 01:05:15 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.1 2015/08/07 19:58:56 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.2 2015/08/08 01:05:15 sping Exp $
 
 EAPI=5
 
@@ -22,14 +22,16 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
-IUSE=userland_BSD
+IUSE=userland_BSD system-jflex
 
 # find for bug #214664
+CDEPEND==dev-java/ant-core-1.7.0:0
 DEPEND==virtual/jdk-1.5
-   dev-java/jflex:0
-   !userland_BSD? ( =sys-apps/findutils-4.4 )
+   system-jflex? ( dev-java/jflex:0 )
+   !userland_BSD? ( =sys-apps/findutils-4.4 )
+   ${CDEPEND}
 RDEPEND==virtual/jre-1.5
-   =dev-java/ant-core-1.7.0
+   ${CDEPEND}
 
 S=${WORKDIR}
 
@@ -38,8 +40,10 @@
 
find . -name '*.class' -delete || die
 
-   rm bin/JFlex.jar || die
-   java-pkg_jar-from --build-only jflex JFlex.jar bin/JFlex.jar
+   if use system-jflex; then  # break the circular dependency
+   rm bin/JFlex.jar || die
+  

[gentoo-commits] gentoo-x86 commit in dev-java/antlr: ChangeLog antlr-3.1.3-r3.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/08 01:55:34

  Modified: ChangeLog antlr-3.1.3-r3.ebuild
  Log:
  dev-java/antlr: Fix for JDK 8 (bug #506678)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.121dev-java/antlr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   19 Jul 2015 08:22:24 -  1.120
+++ ChangeLog   8 Aug 2015 01:55:34 -   1.121
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/antlr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.120 2015/07/19 
08:22:24 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.121 2015/08/08 
01:55:34 sping Exp $
+
+  08 Aug 2015; Sebastian Pipping sp...@gentoo.org antlr-3.1.3-r3.ebuild,
+  +files/antlr-3.1.3-jdk-8.patch:
+  Fix compilation with oracle-jdk-bin-1.8 (bug #506678)
 
 *antlr-2.7.7-r6 (19 Jul 2015)
 



1.3  dev-java/antlr/antlr-3.1.3-r3.ebuild

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

Index: antlr-3.1.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- antlr-3.1.3-r3.ebuild   11 Jul 2015 09:19:56 -  1.2
+++ antlr-3.1.3-r3.ebuild   8 Aug 2015 01:55:34 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3-r3.ebuild,v 1.2 
2015/07/11 09:19:56 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3-r3.ebuild,v 1.3 
2015/08/08 01:55:34 sping Exp $
 
 EAPI=2
 JAVA_PKG_IUSE=source
@@ -28,6 +28,8 @@
=virtual/jdk-1.5
 
 java_prepare() {
+   epatch ${FILESDIR}/${P}-jdk-8.patch || die
+
rm -v lib/*.jar lib/.*.jar || die
rm -v runtime/ActionScript/project/lib/*.jar || die
# We must bundle this as we can't depend on ourselves






[gentoo-commits] gentoo-x86 commit in dev-java/antlr/files: antlr-3.1.3-jdk-8.patch

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/08 01:55:34

  Added:antlr-3.1.3-jdk-8.patch
  Log:
  dev-java/antlr: Fix for JDK 8 (bug #506678)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  dev-java/antlr/files/antlr-3.1.3-jdk-8.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/files/antlr-3.1.3-jdk-8.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/files/antlr-3.1.3-jdk-8.patch?rev=1.1content-type=text/plain

Index: antlr-3.1.3-jdk-8.patch
===
From 126414cf2731a3fe8a42393d0b41ce0060844b34 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Sat, 8 Aug 2015 03:46:00 +0200
Subject: [PATCH] Fix CompositeGrammer.getIndirectDelegates for JDK 8

https://github.com/antlr/antlr3/issues/151
---
 tool/src/main/java/org/antlr/tool/CompositeGrammar.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tool/src/main/java/org/antlr/tool/CompositeGrammar.java 
b/tool/src/main/java/org/antlr/tool/CompositeGrammar.java
index bb15723..fc16f01 100644
--- a/tool/src/main/java/org/antlr/tool/CompositeGrammar.java
+++ b/tool/src/main/java/org/antlr/tool/CompositeGrammar.java
@@ -219,7 +219,9 @@ public class CompositeGrammar {
public ListGrammar getIndirectDelegates(Grammar g) {
ListGrammar direct = getDirectDelegates(g);
ListGrammar delegates = getDelegates(g);
-   delegates.removeAll(direct);
+   if (direct != null) {
+   delegates.removeAll(direct);
+   }
return delegates;
}
 
-- 
2.5.0







[gentoo-commits] gentoo-x86 commit in dev-java/javacup: ChangeLog javacup-0.11b_beta20150326.ebuild

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/07 19:58:56

  Modified: ChangeLog
  Added:javacup-0.11b_beta20150326.ebuild
  Log:
  dev-java/javacup: 0.11b_beta20150326 (bug #512642)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.36 dev-java/javacup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   11 Jul 2015 09:20:21 -  1.35
+++ ChangeLog   7 Aug 2015 19:58:56 -   1.36
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/javacup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.35 
2015/07/11 09:20:21 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.36 
2015/08/07 19:58:56 sping Exp $
+
+*javacup-0.11b_beta20150326 (07 Aug 2015)
+
+  07 Aug 2015; Sebastian Pipping sp...@gentoo.org
+  +javacup-0.11b_beta20150326.ebuild,
+  +files/javacup-0.11b_beta20150326-build-xml.patch:
+  Bump to 0.11b_beta20150326 (bug #512642)
 
   11 Jul 2015; James Le Cuirot ch...@gentoo.org -javacup-0.10k-r1.ebuild,
   javacup-0.11a_beta20060608.ebuild:



1.1  dev-java/javacup/javacup-0.11b_beta20150326.ebuild

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

Index: javacup-0.11b_beta20150326.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11b_beta20150326.ebuild,v 
1.1 2015/08/07 19:58:56 sping Exp $

EAPI=5

JAVA_PKG_IUSE=source doc

inherit eutils java-pkg-2 java-ant-2

DESCRIPTION=CUP Parser Generator for Java

HOMEPAGE=http://www2.cs.tum.edu/projects/cup/;

# We cannot put the actual SRC_URI because it causes conflicts with Gentoo 
mirroring system
# No better URI is available, waiting until it hits actual Gentoo mirrors

MY_PV=${PV/_beta/-}
MY_PV=${MY_PV##0.}
SRC_URI=http://www2.cs.tum.edu/projects/cup/releases/java-cup-src-${MY_PV}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=userland_BSD

# find for bug #214664
DEPEND==virtual/jdk-1.5
dev-java/jflex:0
!userland_BSD? ( =sys-apps/findutils-4.4 )
RDEPEND==virtual/jre-1.5
=dev-java/ant-core-1.7.0

S=${WORKDIR}

src_prepare() {
epatch ${FILESDIR}/${P}-build-xml.patch

find . -name '*.class' -delete || die

rm bin/JFlex.jar || die
java-pkg_jar-from --build-only jflex JFlex.jar bin/JFlex.jar

java-ant_rewrite-classpath
}

src_compile() {
eant -Dgentoo.classpath=$(java-pkg_getjars ant-core)
rm bin/java-cup-11.jar || die
cp dist/java-cup-11b.jar bin/java-cup-11.jar || die
eant clean

einfo Recompiling with newly generated javacup
eant -Dgentoo.classpath=$(java-pkg_getjars ant-core)
use doc  javadoc -sourcepath src/ java_cup -d javadoc
}

src_install() {
java-pkg_newjar dist/java-cup-11b.jar
java-pkg_newjar dist/java-cup-11b-runtime.jar ${PN}-runtime.jar
java-pkg_register-ant-task

dodoc changelog.txt || die
dohtml manual.html || die
use source  java-pkg_dosrc java/*
use doc  java-pkg_dojavadoc javadoc
}






[gentoo-commits] gentoo-x86 commit in dev-java/javacup/files: javacup-0.11b_beta20150326-build-xml.patch

2015-08-07 Thread Sebastian Pipping (sping)
sping   15/08/07 19:58:56

  Added:javacup-0.11b_beta20150326-build-xml.patch
  Log:
  dev-java/javacup: 0.11b_beta20150326 (bug #512642)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  
dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javacup/files/javacup-0.11b_beta20150326-build-xml.patch?rev=1.1content-type=text/plain

Index: javacup-0.11b_beta20150326-build-xml.patch
===
From 1488926a5731b17a577a1fd161eb95b88458a09b Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Fri, 7 Aug 2015 21:42:29 +0200
Subject: [PATCH] Bundled JFlex.jar also contains java_cup/runtime/Scanner, our
 replacement does not

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 33f0c60..89c9793 100644
--- a/build.xml
+++ b/build.xml
@@ -53,7 +53,7 @@
   /target
 
   taskdef name=cup classname=java_cup.anttask.CUPTask 
classpath=${bin}/java-cup-11.jar /
-  taskdef name=jflex classname=JFlex.anttask.JFlexTask 
classpath=${bin}/JFlex.jar /
+  taskdef name=jflex classname=JFlex.anttask.JFlexTask 
classpath=${bin}/JFlex.jar:${bin}/java-cup-11.jar /
 
   target name=cup depends=init
 cup srcfile=${cup}/parser.cup interface=on destdir=${java} 
parser=parser symbols=sym quiet=false nonterms=true/
-- 
2.5.0







[gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.3_rc1.ebuild

2015-08-05 Thread Sebastian Pipping (sping)
sping   15/08/05 18:02:52

  Modified: ChangeLog
  Added:xbatt-1.3_rc1.ebuild
  Log:
  x11-misc/xbatt: 1.3_rc1 (bug #556682)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.16 x11-misc/xbatt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   2 Feb 2013 18:19:30 -   1.15
+++ ChangeLog   5 Aug 2015 18:02:52 -   1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xbatt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.15 2013/02/02 
18:19:30 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.16 2015/08/05 
18:02:52 sping Exp $
+
+*xbatt-1.3_rc1 (05 Aug 2015)
+
+  05 Aug 2015; Sebastian Pipping sp...@gentoo.org +xbatt-1.3_rc1.ebuild:
+  Bump to 1.3_rc1 (bug #556682)
 
   02 Feb 2013; Ulrich Müller u...@gentoo.org xbatt-1.2.1-r1.ebuild:
   Fix LICENSE, see COPYRIGHT file, bug 452966.



1.1  x11-misc/xbatt/xbatt-1.3_rc1.ebuild

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

Index: xbatt-1.3_rc1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.3_rc1.ebuild,v 1.1 
2015/08/05 18:02:52 sping Exp $

EAPI=2

inherit versionator eutils toolchain-funcs

MY_PV=${PV/_rc/pr}
DESCRIPTION=Notebook battery indicator for X
HOMEPAGE=http://www.clave.gr.jp/~eto/xbatt/;
SRC_URI=http://www.clave.gr.jp/~eto/xbatt/${PN}-${MY_PV}.tar.gz;

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

RDEPEND=x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXaw
x11-libs/libXext
x11-libs/libxkbfile
x11-libs/libXpm
DEPEND=${RDEPEND}
x11-proto/xextproto
x11-misc/imake

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

src_prepare(){
epatch ${FILESDIR}/${PN}-1.2.1-implicits.patch
}

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

src_install() {
emake DESTDIR=${D} install || die
dodoc README* || die
}






[gentoo-commits] gentoo-x86 commit in net-nds/smbldap-tools/files: smbldap-tools-0.9.10-smbldap-config-pod.patch

2015-08-03 Thread Sebastian Pipping (sping)
sping   15/08/03 17:36:27

  Added:smbldap-tools-0.9.10-smbldap-config-pod.patch
  Log:
  net-nds/smbldap-tools: Fix compilation (bug #505544)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  
net-nds/smbldap-tools/files/smbldap-tools-0.9.10-smbldap-config-pod.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/smbldap-tools/files/smbldap-tools-0.9.10-smbldap-config-pod.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/smbldap-tools/files/smbldap-tools-0.9.10-smbldap-config-pod.patch?rev=1.1content-type=text/plain

Index: smbldap-tools-0.9.10-smbldap-config-pod.patch
===
From 4e3337697aa91f41ca970927233f96dbfa0b2d5d Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 3 Aug 2015 19:18:18 +0200
Subject: [PATCH] Support podlators =2.5.0

http://gna.org/support/?3013
---
 smbldap-config.pl | 16 
 1 file changed, 16 insertions(+)

diff --git a/smbldap-config.pl b/smbldap-config.pl
index ecd9369..5660170 100644
--- a/smbldap-config.pl
+++ b/smbldap-config.pl
@@ -557,3 +557,19 @@ print   $smbldap_bind_conf done.\n;
 $mode=0600;
 chmod $mode,$smbldap_bind_conf,$smbldap_bind_conf.old;
 
+__END__
+
+=head1 NAME
+
+smbldap-config - Configure the smbldap-tools
+
+=head1 SYNOPSIS
+
+smbldap-config
+
+=head1 DESCRIPTION
+
+An interactive script to configure the smbldap-tools to work with your
+existing LDAP server(s). Before running it, you should ensure that your
+samba controller is up and running, and that the domain SID is defined
+(you can check it by running 'net getlocalsid').
-- 
2.4.6







[gentoo-commits] gentoo-x86 commit in net-nds/smbldap-tools: ChangeLog smbldap-tools-0.9.10-r1.ebuild

2015-08-03 Thread Sebastian Pipping (sping)
sping   15/08/03 17:36:27

  Modified: ChangeLog
  Added:smbldap-tools-0.9.10-r1.ebuild
  Log:
  net-nds/smbldap-tools: Fix compilation (bug #505544)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.39 net-nds/smbldap-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/smbldap-tools/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   11 Aug 2013 02:22:21 -  1.38
+++ ChangeLog   3 Aug 2015 17:36:27 -   1.39
@@ -1,6 +1,13 @@
 # ChangeLog for net-nds/smbldap-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/smbldap-tools/ChangeLog,v 1.38 
2013/08/11 02:22:21 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/smbldap-tools/ChangeLog,v 1.39 
2015/08/03 17:36:27 sping Exp $
+
+*smbldap-tools-0.9.10-r1 (03 Aug 2015)
+
+  03 Aug 2015; Sebastian Pipping sp...@gentoo.org
+  +smbldap-tools-0.9.10-r1.ebuild,
+  +files/smbldap-tools-0.9.10-smbldap-config-pod.patch:
+  Apply patch from upstream bug #3013 to fix compilation (bug #505544)
 
 *smbldap-tools-0.9.10 (11 Aug 2013)
 



1.1  net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild

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

Index: smbldap-tools-0.9.10-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild,v 
1.1 2015/08/03 17:36:27 sping Exp $

EAPI=4

inherit eutils

DESCRIPTION=Samba LDAP management tools
HOMEPAGE=https://gna.org/projects/smbldap-tools/;
SRC_URI=http://download.gna.org/smbldap-tools/sources/${PV}/${P}.tar.gz;
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
IUSE=

RDEPEND=
dev-perl/perl-ldap
dev-perl/Crypt-SmbHash
dev-perl/Digest-SHA1
dev-perl/Unicode-MapUTF8
dev-perl/IO-Socket-SSL
net-nds/openldap
net-fs/samba

DEPEND=${RDEPEND}

src_prepare() {
epatch ${FILESDIR}/${P}-smbldap-config-pod.patch
}

src_install() {
default

newsbin smbldap-config.cmd smbldap-config
dosym smbldap-passwd /usr/sbin/smbldap-passwd.cmd

dodoc CONTRIBUTORS ChangeLog FILES INFRA INSTALL README TODO doc/*conf* 
doc/smbldap-tools*
dodoc -r doc/migration_scripts

sed -i 's/.CMD//g' smbldap-[gpu]*.8 || die
doman smbldap-[gpu]*.8

insinto /etc/smbldap-tools
doins smbldap.conf smbldap_bind.conf

elog Remember to read INSTALL when updating.
}

pkg_postinst() {
elog - A good howto is found on 
http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/;
elog   and http://download.gna.org/smbldap-tools/docs/smbldap-tools/;
elog - The configure script is installed as smbldap-configure.pl. 
Please run it to configure the tools.
elog - Examples configuration files for Samba and slapd have been 
copied to ${EPREFIX}/usr/share/doc/${PF},
elog   together with the migration-scripts.
elog - Also remember to read INSTALL when updating.
}






[gentoo-commits] gentoo-x86 commit in x11-misc/zim: zim-0.62.ebuild ChangeLog zim-0.61.ebuild

2015-08-03 Thread Sebastian Pipping (sping)
sping   15/08/03 20:18:38

  Modified: zim-0.62.ebuild ChangeLog zim-0.61.ebuild
  Log:
  x11-misc/zim: Fix license (bug #556334)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  x11-misc/zim/zim-0.62.ebuild

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

Index: zim-0.62.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.62.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zim-0.62.ebuild 4 Oct 2014 08:35:15 -   1.1
+++ zim-0.62.ebuild 3 Aug 2015 20:18:38 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.62.ebuild,v 1.1 
2014/10/04 08:35:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.62.ebuild,v 1.2 
2015/08/03 20:18:38 sping Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 HOMEPAGE=http://zim-wiki.org/;
 SRC_URI=http://zim-wiki.org/downloads/${P}.tar.gz;
 
-LICENSE=GPL-2
+LICENSE=BSD GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test



1.27 x11-misc/zim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   8 Apr 2015 17:27:17 -   1.26
+++ ChangeLog   3 Aug 2015 20:18:38 -   1.27
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/zim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.26 2015/04/08 
17:27:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.27 2015/08/03 
20:18:38 sping Exp $
+
+  03 Aug 2015; Sebastian Pipping sp...@gentoo.org zim-0.61.ebuild,
+  zim-0.62.ebuild:
+  Fix license according to README.txt (bug #556334)
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org zim-0.61.ebuild:
   Drop old Python implementations



1.3  x11-misc/zim/zim-0.61.ebuild

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

Index: zim-0.61.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.61.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zim-0.61.ebuild 8 Apr 2015 17:27:17 -   1.2
+++ zim-0.61.ebuild 3 Aug 2015 20:18:38 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.61.ebuild,v 1.2 
2015/04/08 17:27:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.61.ebuild,v 1.3 
2015/08/03 20:18:38 sping Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 HOMEPAGE=http://zim-wiki.org/;
 SRC_URI=http://zim-wiki.org/downloads/${P}.tar.gz;
 
-LICENSE=GPL-2
+LICENSE=BSD GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test






[gentoo-commits] gentoo-x86 commit in app-misc/ckermit: ChangeLog ckermit-8.0.211-r4.ebuild

2015-08-03 Thread Sebastian Pipping (sping)
sping   15/08/03 20:51:09

  Modified: ChangeLog ckermit-8.0.211-r4.ebuild
  Log:
  app-misc/ckermit: Fix homepage (bug #556094)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.37 app-misc/ckermit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ckermit/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   10 Jun 2013 17:42:53 -  1.36
+++ ChangeLog   3 Aug 2015 20:51:09 -   1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ckermit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ckermit/ChangeLog,v 1.36 
2013/06/10 17:42:53 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ckermit/ChangeLog,v 1.37 
2015/08/03 20:51:09 sping Exp $
+
+  03 Aug 2015; Sebastian Pipping sp...@gentoo.org ckermit-8.0.211-r4.ebuild:
+  Fix homepage (bug #556094)
 
   10 Jun 2013; Mike Frysinger vap...@gentoo.org
   +files/ckermit-8.0.211-build-wart.patch, ckermit-8.0.211-r4.ebuild:



1.6  app-misc/ckermit/ckermit-8.0.211-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild?r1=1.5r2=1.6

Index: ckermit-8.0.211-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckermit-8.0.211-r4.ebuild   10 Jun 2013 17:42:53 -  1.5
+++ ckermit-8.0.211-r4.ebuild   3 Aug 2015 20:51:09 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild,v 1.5 
2013/06/10 17:42:53 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r4.ebuild,v 1.6 
2015/08/03 20:51:09 sping Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 DESCRIPTION=combined serial and network communication software package
 SRC_URI=ftp://kermit.columbia.edu/kermit/archives/${MY_P}.tar.gz;
-HOMEPAGE=http://www.kermit-project.org/;
+HOMEPAGE=http://www.kermitproject.org/;
 
 LICENSE=Kermit
 SLOT=0






[gentoo-commits] gentoo-x86 commit in x11-misc/zim: ChangeLog zim-0.63.ebuild

2015-08-03 Thread Sebastian Pipping (sping)
sping   15/08/03 20:32:44

  Modified: ChangeLog
  Added:zim-0.63.ebuild
  Log:
  x11-misc/zim: 0.63 (bug #556332)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.28 x11-misc/zim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   3 Aug 2015 20:18:38 -   1.27
+++ ChangeLog   3 Aug 2015 20:32:43 -   1.28
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/zim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.27 2015/08/03 
20:18:38 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.28 2015/08/03 
20:32:43 sping Exp $
+
+*zim-0.63 (03 Aug 2015)
+
+  03 Aug 2015; Sebastian Pipping sp...@gentoo.org +zim-0.63.ebuild:
+  Bump to 0.63 (bug #556332)
 
   03 Aug 2015; Sebastian Pipping sp...@gentoo.org zim-0.61.ebuild,
   zim-0.62.ebuild:



1.1  x11-misc/zim/zim-0.63.ebuild

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

Index: zim-0.63.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.63.ebuild,v 1.1 
2015/08/03 20:32:43 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 gnome2-utils fdo-mime virtualx

DESCRIPTION=A desktop wiki
HOMEPAGE=http://zim-wiki.org/;
SRC_URI=http://zim-wiki.org/downloads/${P}.tar.gz;

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

RDEPEND=dev-python/pygtk[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
x11-misc/xdg-utils
test? (
dev-vcs/bzr
dev-vcs/git
dev-vcs/mercurial )

PATCHES=(
${FILESDIR}/${PN}-0.60-remove-ubuntu-theme.patch
)

python_prepare() {
sed -i -e s/'USER'/'LOGNAME'/g zim/__init__.py zim/fs.py || die

if [[ ${LINGUAS} ]]; then
local lingua
for lingua in translations/*.po; do
lingua=${lingua/.po}
lingua=${lingua/translations\/}
has ${lingua} ${LINGUAS} || \
{ rm translations/${lingua}.po || die; }
done
fi

distutils-r1_python_prepare
}

python_test() {
VIRTUALX_COMMAND=${PYTHON} virtualmake test.py
}

python_install() {
distutils-r1_python_install --skip-xdg-cmd
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
if ! has_version ${CATEGORY}/${PN}; then
einfo Please emerge these packages for additional 
functionality
einfo dev-lang/R
einfo dev-python/gtkspell-python
einfo dev-vcs/bzr
einfo gnome-extra/zeitgeist
einfo media-gfx/graphviz
einfo media-gfx/imagemagick
einfo media-gfx/scrot
einfo media-sound/lilypond
einfo sci-visualization/gnuplot
einfo virtual/latex-base app-text/dvipng
fi
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in net-nds/jxplorer: ChangeLog jxplorer-3.3.1.1.ebuild

2015-07-28 Thread Sebastian Pipping (sping)
sping   15/07/28 23:36:02

  Modified: ChangeLog
  Added:jxplorer-3.3.1.1.ebuild
  Log:
  net-nds/jxplorer: 3.3.1.1 (bug #554428)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.42 net-nds/jxplorer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   25 Feb 2015 15:42:00 -  1.41
+++ ChangeLog   28 Jul 2015 23:36:02 -  1.42
@@ -1,6 +1,11 @@
 # ChangeLog for net-nds/jxplorer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.41 
2015/02/25 15:42:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.42 
2015/07/28 23:36:02 sping Exp $
+
+*jxplorer-3.3.1.1 (28 Jul 2015)
+
+  28 Jul 2015; Sebastian Pipping sp...@gentoo.org +jxplorer-3.3.1.1.ebuild:
+  Bump to 3.3.1.1 (bug #554428)
 
   25 Feb 2015; Agostino Sarubbo a...@gentoo.org jxplorer-3.3.1.ebuild:
   Stable for x86, wrt bug #535620



1.1  net-nds/jxplorer/jxplorer-3.3.1.1.ebuild

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

Index: jxplorer-3.3.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild,v 
1.1 2015/07/28 23:36:02 sping Exp $

EAPI=5

JAVA_PKG_IUSE=doc source test

inherit java-pkg-2 java-ant-2 prefix virtualx

DESCRIPTION=A fully functional ldap browser written in java
HOMEPAGE=http://jxplorer.org/;
SRC_URI=mirror://sourceforge/${PN}/${PN}-${PV}-project.zip
LICENSE=CAOSL

IUSE=
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

RDEPEND==virtual/jre-1.5
=dev-java/javahelp-2.0.02_p46:0
DEPEND==virtual/jdk-1.5
test? ( dev-java/junit:0 )
${RDEPEND}

S=${WORKDIR}/${PN}

JAVA_ANT_REWRITE_CLASSPATH=yes
EANT_GENTOO_CLASSPATH=javahelp
EANT_TEST_ANT_TASKS=ant-junit

src_prepare() {
rm -v jars/*.jar || die
sed -i -e 's/fileset dir=${jasper}.*//g' ${S}/build.xml || die

epatch ${FILESDIR}/3.3-disable-jxworkbench.patch

if use test ; then
EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only 
junit)
else
find . -iname '*Test*.java' -delete || die
fi
}

src_test(){
VIRTUALX_COMMAND=java-pkg-2_src_test virtualmake
}

src_install() {
java-pkg_dojar jars/${PN}.jar

insinto /usr/share/${PN}
doins -r icons images htmldocs language templates plugins 
security.default csvconfig.txt.default

dodoc README*.TXT || die

# By default the config dir is ${HOME}/jxplorer
java-pkg_dolauncher ${PN} \
--main com.ca.directory.jxplorer.JXplorer \
--pwd '${HOME}/.jxplorer' \
-pre ${FILESDIR}/${PN}-3-pre

eprefixify ${ED}/usr/bin/${PN}

use source  java-pkg_dosrc src/com
use doc  java-pkg_dojavadoc docs/api

make_desktop_entry ${PN} JXplorer 
/usr/share/jxplorer/images/logo_32_trans.gif System
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-4.1.ebuild wordpress-4.2.2.ebuild wordpress-4.1.2-r2.ebuild wordpress-4.2.ebuild wordpress-4.2.1.ebuild wordpress-4.1.1.eb

2015-07-25 Thread Sebastian Pipping (sping)
sping   15/07/25 16:32:22

  Modified: ChangeLog
  Removed:  wordpress-4.1.ebuild wordpress-4.2.2.ebuild
wordpress-4.1.2-r2.ebuild wordpress-4.2.ebuild
wordpress-4.2.1.ebuild wordpress-4.1.1.ebuild
wordpress-3.9.3.ebuild wordpress-3.8.5.ebuild
wordpress-4.0.1.ebuild
  Log:
  www-apps/wordpress: Remove vulnerable releases (bug #548828)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.177www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   25 Jul 2015 02:33:22 -  1.176
+++ ChangeLog   25 Jul 2015 16:32:22 -  1.177
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.176 
2015/07/25 02:33:22 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.177 
2015/07/25 16:32:22 sping Exp $
+
+  25 Jul 2015; Sebastian Pipping sp...@gentoo.org -wordpress-3.8.5.ebuild,
+  -wordpress-3.9.3.ebuild, -wordpress-4.0.1.ebuild, -wordpress-4.1.ebuild,
+  -wordpress-4.1.1.ebuild, -wordpress-4.1.2-r2.ebuild, -wordpress-4.2.ebuild,
+  -wordpress-4.2.1.ebuild, -wordpress-4.2.2.ebuild:
+  Remove vulnerable releases (bug #548828 but not only)
 
 *wordpress-4.2.3 (25 Jul 2015)
 






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

2015-07-25 Thread Sebastian Pipping (sping)
sping   15/07/25 16:34:21

  Modified: package.mask ChangeLog
  Log:
  Remove www-apps/wordpress removal mask, ebuilds removed

Revision  ChangesPath
1.16682  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16681
retrieving revision 1.16682
diff -u -r1.16681 -r1.16682
--- package.mask23 Jul 2015 17:36:30 -  1.16681
+++ package.mask25 Jul 2015 16:34:20 -  1.16682
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16681 2015/07/23 
17:36:30 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16682 2015/07/25 
16:34:20 sping 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
@@ -198,11 +198,6 @@
 # 547586, and 547962.
 =sys-devel/gcc-config-1.8-r1
 
-# Sebastian Pipping sp...@gentoo.org (28 Apr 2015)
-# Get rid of vulnerable releases.
-# Masked for removal in 30 days.
-www-apps/wordpress-4.2.1
-
 # Patrick Lauer patr...@gentoo.org (10 Apr 2015)
 # Breaks pretty much all consumers, like samba
 # Mask until it's more usable



1.10204  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10203
retrieving revision 1.10204
diff -u -r1.10203 -r1.10204
--- ChangeLog   25 Jul 2015 16:05:59 -  1.10203
+++ ChangeLog   25 Jul 2015 16:34:20 -  1.10204
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10203 2015/07/25 
16:05:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10204 2015/07/25 
16:34:20 sping 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!
 
+  25 Jul 2015; Sebastian Pipping sp...@gentoo.org package.mask:
+  Remove www-apps/wordpress removal mask, ebuilds removed
+
   25 Jul 2015; Michał Górny mgo...@gentoo.org updates/3Q-2015:
   Slotmove for dev-util/kdevelop-qmake.
   https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/170 by a17r.






[gentoo-commits] gentoo-x86 commit in app-emulation/libguestfs: ChangeLog libguestfs-1.28.5-r1.ebuild

2015-07-20 Thread Sebastian Pipping (sping)
sping   15/07/20 23:13:07

  Modified: ChangeLog
  Added:libguestfs-1.28.5-r1.ebuild
  Log:
  app-emulation/libguestfs: Python bindings (bug #509722)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.40 app-emulation/libguestfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   19 Dec 2014 04:44:14 -  1.39
+++ ChangeLog   20 Jul 2015 23:13:07 -  1.40
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/libguestfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v 1.39 
2014/12/19 04:44:14 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v 1.40 
2015/07/20 23:13:07 sping Exp $
+
+*libguestfs-1.28.5-r1 (20 Jul 2015)
+
+  20 Jul 2015; Sebastian Pipping sp...@gentoo.org
+  +libguestfs-1.28.5-r1.ebuild:
+  Unlock python bindings (bug #509722), address matches more than one slot
+  repoman warnings
 
 *libguestfs-1.28.5 (19 Dec 2014)
 



1.1  app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild

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

Index: libguestfs-1.28.5-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild,v 
1.1 2015/07/20 23:13:07 sping Exp $

EAPI=5

WANT_LIBTOOL=latest
WANT_AUTOMAKE=1.14
AUTOTOOLS_IN_SOURCE_BUILD=1
PYTHON_COMPAT=( python{2_7,3_{3,4}} )

inherit python-single-r1 autotools-utils autotools versionator eutils \
multilib linux-info perl-module base

MY_PV_1=$(get_version_component_range 1-2)
MY_PV_2=$(get_version_component_range 2)
[[ $(( $(get_version_component_range 2) % 2 )) -eq 0 ]]  SD=stable || 
SD=development

DESCRIPTION=Tools for accessing, inspect  and modifying virtual machine (VM) 
disk images
HOMEPAGE=http://libguestfs.org/;
SRC_URI=http://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz;

LICENSE=GPL-2 LGPL-2
SLOT=0/${MY_PV_1}

KEYWORDS=~amd64
IUSE=bash-completion erlang +fuse debug ocaml doc +perl python ruby static-libs
selinux systemtap introspection inspect-icons test lua

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

# Failures - doc
# Failures - bash-completion, see GBZ #486306

COMMON_DEPEND=
sys-libs/ncurses
sys-devel/gettext
=app-misc/hivex-1.3.1
dev-libs/libpcre
app-arch/cpio
dev-lang/perl
app-cdr/cdrkit

=app-emulation/qemu-2.0[qemu_softmmu_targets_x86_64,systemtap?,selinux?,filecaps]
sys-apps/fakeroot
sys-apps/file
app-emulation/libvirt
dev-libs/libxml2:2
=sys-apps/fakechroot-2.8
=app-admin/augeas-1.0.0
sys-fs/squashfs-tools:*
dev-libs/libconfig
dev-libs/libpcre
sys-libs/readline:=
=sys-libs/db-4.6:*
app-arch/xz-utils
app-arch/lzma
app-crypt/gnupg
app-arch/unzip[natspec]
perl? ( virtual/perl-ExtUtils-MakeMaker
=dev-perl/Sys-Virt-0.2.4
virtual/perl-Getopt-Long
virtual/perl-Data-Dumper
dev-perl/libintl-perl
=app-misc/hivex-1.3.1[perl?]
dev-perl/String-ShellQuote
)
python? ( ${PYTHON_DEPS} )
fuse? ( sys-fs/fuse )
introspection? (
=dev-libs/gobject-introspection-1.30.0
dev-libs/gjs
)
selinux? ( sys-libs/libselinux  sys-libs/libsemanage )
systemtap? ( dev-util/systemtap )
ocaml? ( dev-lang/ocaml[ocamlopt]
dev-ml/findlib[ocamlopt]
dev-ml/ocaml-gettext
)
erlang? ( dev-lang/erlang )
inspect-icons? ( media-libs/netpbm
media-gfx/icoutils
)
virtual/acl

[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: ChangeLog grub2-theme-preview-1.3.1.ebuild

2015-07-12 Thread Sebastian Pipping (sping)
sping   15/07/13 00:58:09

  Modified: ChangeLog
  Added:grub2-theme-preview-1.3.1.ebuild
  Log:
  x11-misc/grub2-theme-preview: 1.3.1
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.7  x11-misc/grub2-theme-preview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   11 Jul 2015 22:07:27 -  1.6
+++ ChangeLog   13 Jul 2015 00:58:09 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.6 2015/07/11 22:07:27 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.7 2015/07/13 00:58:09 sping Exp $
+
+*grub2-theme-preview-1.3.1 (13 Jul 2015)
+
+  13 Jul 2015; Sebastian Pipping sp...@gentoo.org
+  +grub2-theme-preview-1.3.1.ebuild:
+  Bump to 1.3.1 with support for progress indicators
 
   11 Jul 2015; Sebastian Pipping sp...@gentoo.org
   grub2-theme-preview-1.1.ebuild, grub2-theme-preview-1.2.ebuild,



1.1  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild?rev=1.1content-type=text/plain

Index: grub2-theme-preview-1.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild,v
 1.1 2015/07/13 00:58:09 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Preview a GRUB 2.x theme using KVM/QEMU
HOMEPAGE=https://github.com/hartwork/grub2-theme-preview;
SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-fs/mtools
sys-boot/grub:2[grub_platforms_pc]






[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: grub2-theme-preview-1.3.0.ebuild ChangeLog grub2-theme-preview-1.2.ebuild grub2-theme-preview-1.2.1.ebuild grub2-theme-preview-1.1.e

2015-07-11 Thread Sebastian Pipping (sping)
sping   15/07/11 22:07:27

  Modified: grub2-theme-preview-1.3.0.ebuild ChangeLog
grub2-theme-preview-1.2.ebuild
grub2-theme-preview-1.2.1.ebuild
grub2-theme-preview-1.1.ebuild
  Log:
  x11-misc/grub2-theme-preview: Fix dependencies (bug #554090)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild

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

Index: grub2-theme-preview-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub2-theme-preview-1.3.0.ebuild30 Jun 2015 22:01:06 -  1.1
+++ grub2-theme-preview-1.3.0.ebuild11 Jul 2015 22:07:27 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild,v
 1.1 2015/06/30 22:01:06 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild,v
 1.2 2015/07/11 22:07:27 sping Exp $
 
 EAPI=5
 
@@ -19,4 +19,4 @@
 RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-fs/mtools
-   sys-boot/grub:2
+   sys-boot/grub:2[grub_platforms_pc]



1.6  x11-misc/grub2-theme-preview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Jun 2015 22:01:06 -  1.5
+++ ChangeLog   11 Jul 2015 22:07:27 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.5 2015/06/30 22:01:06 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.6 2015/07/11 22:07:27 sping Exp $
+
+  11 Jul 2015; Sebastian Pipping sp...@gentoo.org
+  grub2-theme-preview-1.1.ebuild, grub2-theme-preview-1.2.ebuild,
+  grub2-theme-preview-1.2.1.ebuild, grub2-theme-preview-1.3.0.ebuild:
+  Require GRUB platform pc (bug #554090), reported by Michael Lange
 
 *grub2-theme-preview-1.3.0 (30 Jun 2015)
 



1.3  x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild

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

Index: grub2-theme-preview-1.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grub2-theme-preview-1.2.ebuild  30 Jun 2015 19:25:56 -  1.2
+++ grub2-theme-preview-1.2.ebuild  11 Jul 2015 22:07:27 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
 1.2 2015/06/30 19:25:56 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
 1.3 2015/07/11 22:07:27 sping Exp $
 
 EAPI=5
 
@@ -19,4 +19,4 @@
 RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-fs/mtools
-   sys-boot/grub:2
+   sys-boot/grub:2[grub_platforms_pc]



1.3  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: ChangeLog grub2-theme-preview-1.2.ebuild grub2-theme-preview-1.2.1.ebuild grub2-theme-preview-1.1.ebuild

2015-06-30 Thread Sebastian Pipping (sping)
sping   15/06/30 19:25:56

  Modified: ChangeLog grub2-theme-preview-1.2.ebuild
grub2-theme-preview-1.2.1.ebuild
grub2-theme-preview-1.1.ebuild
  Log:
  x11-misc/grub2-theme-preview: Fix dependencies
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.4  x11-misc/grub2-theme-preview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Jun 2015 21:07:03 -  1.3
+++ ChangeLog   30 Jun 2015 19:25:56 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.3 2015/06/23 21:07:03 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.4 2015/06/30 19:25:56 sping Exp $
+
+  30 Jun 2015; Sebastian Pipping sp...@gentoo.org
+  grub2-theme-preview-1.1.ebuild, grub2-theme-preview-1.2.ebuild,
+  grub2-theme-preview-1.2.1.ebuild:
+  Add mtools to runtime dependencies (see
+  https://github.com/hartwork/grub2-theme-preview/issues/8)
 
 *grub2-theme-preview-1.2.1 (23 Jun 2015)
 



1.2  x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild

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

Index: grub2-theme-preview-1.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub2-theme-preview-1.2.ebuild  4 May 2015 22:12:00 -   1.1
+++ grub2-theme-preview-1.2.ebuild  30 Jun 2015 19:25:56 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
 1.1 2015/05/04 22:12:00 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
 1.2 2015/06/30 19:25:56 sping Exp $
 
 EAPI=5
 
@@ -18,4 +18,5 @@
 
 RDEPEND=app-emulation/qemu
dev-libs/libisoburn
+   sys-fs/mtools
sys-boot/grub:2



1.2  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild

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

Index: grub2-theme-preview-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub2-theme-preview-1.2.1.ebuild23 Jun 2015 21:07:03 -  1.1
+++ grub2-theme-preview-1.2.1.ebuild30 Jun 2015 19:25:56 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild,v
 1.1 2015/06/23 21:07:03 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild,v
 1.2 2015/06/30 19:25:56 sping Exp $
 
 EAPI=5
 
@@ -18,4 +18,5 @@
 
 RDEPEND=app-emulation/qemu
dev-libs/libisoburn
+   sys-fs/mtools
sys-boot/grub:2



1.2  x11-misc/grub2-theme-preview/grub2-theme-preview-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.1.ebuild?rev=1.2view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: grub2-theme-preview-1.3.0.ebuild ChangeLog

2015-06-30 Thread Sebastian Pipping (sping)
sping   15/06/30 22:01:06

  Modified: ChangeLog
  Added:grub2-theme-preview-1.3.0.ebuild
  Log:
  x11-misc/grub2-theme-preview: 1.3.0
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.5  x11-misc/grub2-theme-preview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Jun 2015 19:25:56 -  1.4
+++ ChangeLog   30 Jun 2015 22:01:06 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.4 2015/06/30 19:25:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.5 2015/06/30 22:01:06 sping Exp $
+
+*grub2-theme-preview-1.3.0 (30 Jun 2015)
+
+  30 Jun 2015; Sebastian Pipping sp...@gentoo.org
+  +grub2-theme-preview-1.3.0.ebuild:
+  Bump to 1.3.0
 
   30 Jun 2015; Sebastian Pipping sp...@gentoo.org
   grub2-theme-preview-1.1.ebuild, grub2-theme-preview-1.2.ebuild,



1.1  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild?rev=1.1content-type=text/plain

Index: grub2-theme-preview-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.0.ebuild,v
 1.1 2015/06/30 22:01:06 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Preview a GRUB 2.x theme using KVM/QEMU
HOMEPAGE=https://github.com/hartwork/grub2-theme-preview;
SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-fs/mtools
sys-boot/grub:2






[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: ChangeLog grub2-theme-preview-1.2.1.ebuild

2015-06-23 Thread Sebastian Pipping (sping)
sping   15/06/23 21:07:03

  Modified: ChangeLog
  Added:grub2-theme-preview-1.2.1.ebuild
  Log:
  x11-misc/grub2-theme-preview: 1.2.1
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.3  x11-misc/grub2-theme-preview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 May 2015 22:12:00 -   1.2
+++ ChangeLog   23 Jun 2015 21:07:03 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.2 2015/05/04 22:12:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.3 2015/06/23 21:07:03 sping Exp $
+
+*grub2-theme-preview-1.2.1 (23 Jun 2015)
+
+  23 Jun 2015; Sebastian Pipping sp...@gentoo.org
+  +grub2-theme-preview-1.2.1.ebuild:
+  Bump to 1.2.1
 
 *grub2-theme-preview-1.2 (04 May 2015)
 



1.1  
x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild?rev=1.1content-type=text/plain

Index: grub2-theme-preview-1.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.1.ebuild,v
 1.1 2015/06/23 21:07:03 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Preview a GRUB 2.x theme using KVM/QEMU
HOMEPAGE=https://github.com/hartwork/grub2-theme-preview;
SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-boot/grub:2






[gentoo-commits] gentoo-x86 commit in sys-apps/yum: ChangeLog yum-3.4.3_p20130218-r1.ebuild

2015-06-21 Thread Sebastian Pipping (sping)
sping   15/06/21 18:54:16

  Modified: ChangeLog
  Added:yum-3.4.3_p20130218-r1.ebuild
  Log:
  sys-apps/yum: Add missing dev-python/pyliblzma dependency
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.22 sys-apps/yum/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   8 Apr 2015 18:27:33 -   1.21
+++ ChangeLog   21 Jun 2015 18:54:16 -  1.22
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/yum
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.21 2015/04/08 
18:27:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.22 2015/06/21 
18:54:16 sping Exp $
+
+*yum-3.4.3_p20130218-r1 (21 Jun 2015)
+
+  21 Jun 2015; Sebastian Pipping sp...@gentoo.org
+  +yum-3.4.3_p20130218-r1.ebuild:
+  Pull in dev-python/pyliblzma to fix Error: xz compression not available;
+  dropping ~ppc ~ppc64, ticket to re-keyword in a second
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org yum-3.4.3_p20130218.ebuild:
   Drop old Python implementations



1.1  sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild

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

Index: yum-3.4.3_p20130218-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild,v 
1.1 2015/06/21 18:54:16 sping Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite

MY_PV=a119004
MY_P=${PN}-${MY_PV}

inherit eutils multilib python-single-r1

DESCRIPTION=automatic updater and package installer/remover for rpm systems
HOMEPAGE=http://yum.baseurl.org/;
SRC_URI=http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz;

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

RDEPEND=${PYTHON_DEPS}
app-arch/rpm[${PYTHON_USEDEP}]
dev-python/sqlitecachec[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
dev-python/pyliblzma[${PYTHON_USEDEP}]
dev-python/urlgrabber[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-util/intltool
test? ( dev-python/nose[${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}

src_prepare() {
sed -i -e 's/make/$(MAKE)/' Makefile || die
sed -i -e s:lib:$(get_libdir):g rpmUtils/Makefile yum/Makefile || die
}

src_install() {
emake DESTDIR=${ED} install
python_optimize ${D%/}$(python_get_sitedir) 
${ED%/}/usr/share/yum-cli
rm -r ${ED%/}/etc/rc.d || die
}






[gentoo-commits] gentoo-x86 commit in media-libs/freeverb3: ChangeLog freeverb3-3.1.1-r1.ebuild

2015-06-08 Thread Sebastian Pipping (sping)
sping   15/06/08 23:57:54

  Modified: ChangeLog
  Added:freeverb3-3.1.1-r1.ebuild
  Log:
  media-libs/freeverb3: Fix compilation for USE=jack (bug #496128)
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.45 media-libs/freeverb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   30 Jan 2015 17:34:58 -  1.44
+++ ChangeLog   8 Jun 2015 23:57:54 -   1.45
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/freeverb3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.44 
2015/01/30 17:34:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.45 
2015/06/08 23:57:54 sping Exp $
+
+*freeverb3-3.1.1-r1 (08 Jun 2015)
+
+  08 Jun 2015; Sebastian Pipping sp...@gentoo.org +freeverb3-3.1.1-r1.ebuild,
+  +files/freeverb3-3.1.1-jack-compilation.patch,
+  +files/freeverb3-3.1.1-jack-linking.patch:
+  Fix compilation for USE=jack (bug #496128)
 
   30 Jan 2015; Michał Górny mgo...@gentoo.org freeverb3-2.5.13-r2.ebuild,
   freeverb3-2.6.6.ebuild, freeverb3-3.1.1.ebuild, metadata.xml:



1.1  media-libs/freeverb3/freeverb3-3.1.1-r1.ebuild

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

Index: freeverb3-3.1.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/freeverb3/freeverb3-3.1.1-r1.ebuild,v 1.1 
2015/06/08 23:57:54 sping Exp $

EAPI=5
inherit eutils multilib versionator

DESCRIPTION=High Quality Reverb and Impulse Response Convolution library 
including XMMS/Audacious Effect plugins
HOMEPAGE=https://savannah.nongnu.org/projects/freeverb3;
SRC_URI=mirror://nongnu/${PN}/${P}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
_IUSE_INSTRUCTION_SETS=cpu_flags_x86_3dnow cpu_flags_x86_avx cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1
IUSE=${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble 
threads

_GTK_DEPEND==dev-libs/glib-2.4.7:2
=x11-libs/gtk+-3.0.0:3
x11-libs/pango
x11-libs/cairo

RDEPEND==sci-libs/fftw-3.0.1
audacious? ( =media-sound/audacious-3.5
${_GTK_DEPEND}
media-libs/libsndfile )
jack? ( media-sound/jack-audio-connection-kit
${_GTK_DEPEND}
media-libs/libsndfile )
DEPEND=${RDEPEND}

S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)

src_prepare() {
epatch ${FILESDIR}/${P}-jack-compilation.patch
epatch ${FILESDIR}/${P}-jack-linking.patch
}

src_configure() {
econf \
--disable-profile \
--enable-release \
--disable-autocflags \
--enable-undenormal \
$(use_enable threads pthread) \
$(use_enable forcefpu) \
--disable-force3dnow \
$(use_enable cpu_flags_x86_3dnow 3dnow) \
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable cpu_flags_x86_sse3 sse3) \
$(use_enable cpu_flags_x86_sse4_1 sse4) \
$(use_enable cpu_flags_x86_avx avx) \
--disable-fma \
--disable-fma4 \
$(use_enable openmp omp) \
--disable-sample \
$(use_enable jack) \
$(use_enable audacious) \
--disable-srcnewcoeffs \
$(use_enable plugdouble) \
--disable-pluginit \
|| die econf failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed
dodoc ChangeLog README || die 'dodoc failed'

if use audacious ; then
find ${D}/usr/$(get_libdir)/audacious/ -name '*.la' -print 
-delete || die
fi

insinto /usr/share/${PN}/samples/IR
doins samples/IR/*.wav || die
}






[gentoo-commits] gentoo-x86 commit in media-libs/freeverb3/files: freeverb3-3.1.1-jack-linking.patch freeverb3-3.1.1-jack-compilation.patch

2015-06-08 Thread Sebastian Pipping (sping)
sping   15/06/08 23:57:54

  Added:freeverb3-3.1.1-jack-linking.patch
freeverb3-3.1.1-jack-compilation.patch
  Log:
  media-libs/freeverb3: Fix compilation for USE=jack (bug #496128)
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  
media-libs/freeverb3/files/freeverb3-3.1.1-jack-linking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/files/freeverb3-3.1.1-jack-linking.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/files/freeverb3-3.1.1-jack-linking.patch?rev=1.1content-type=text/plain

Index: freeverb3-3.1.1-jack-linking.patch
===
From e10a2a4eb6985731881ad145eac5e8e8ec45a1fd Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Tue, 9 Jun 2015 00:06:51 +0200
Subject: [PATCH] Fix linking of JACK effect module

/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
./.libs/libjack_common.a(libjack_common_la-jack_main.o): undefined
reference to symbol 'gdk_threads_init'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../lib64/libgdk-3.so: error 
adding symbols: DSO missing from command line
---
 jack/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jack/Makefile.am b/jack/Makefile.am
index 651a034..a18fe15 100644
--- a/jack/Makefile.am
+++ b/jack/Makefile.am
@@ -36,6 +36,7 @@ libbmp_int_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
 libbmp_int_la_SOURCES = configdb.h configdb_rcfile.c rcfile.c rcfile.h util.c 
util.h
 libjack_common_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
 libjack_common_la_SOURCES = plugin.h jack_main.cpp ../samples/CArg.cpp 
../samples/CArg.hpp ../audacious/so.c
+libjack_common_la_LIBADD = $(jack_LIBS) $(gtk3_LIBS)
 
 I_LIBS += libbmp_int.la libjack_common.la
 
-- 
2.4.0




1.1  
media-libs/freeverb3/files/freeverb3-3.1.1-jack-compilation.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/files/freeverb3-3.1.1-jack-compilation.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/files/freeverb3-3.1.1-jack-compilation.patch?rev=1.1content-type=text/plain

Index: freeverb3-3.1.1-jack-compilation.patch
===
From c2ab38ee2cd768ea4875450b146b12edbc28d656 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Tue, 9 Jun 2015 01:41:45 +0200
Subject: [PATCH] Fix function name mis-match for JACK compilation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes compile error:

../audacious/impulser2.cpp: In function ‘void slot_save(SlotConfiguration*, 
int)’:
../audacious/impulser2.cpp:278:86: error: ‘aud_set_str’ was not declared in 
this scope
 t_str   (configSectionString, key_i(file,i), (gchar*)slot-filename.c_str());
  ^
../audacious/impulser2.cpp: In function ‘void slot_load(SlotConfiguration*, 
int)’:
../audacious/impulser2.cpp:293:62: error: ‘aud_get_str’ was not declared in 
this scope
   filename = aud_get_str(configSectionString, key_i(file,i));
---
 jack/configdb.h| 4 ++--
 jack/configdb_rcfile.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jack/configdb.h b/jack/configdb.h
index c3e6c19..0f793fa 100644
--- a/jack/configdb.h
+++ b/jack/configdb.h
@@ -23,13 +23,13 @@ void bmp_cfg_db_set_float (ConfigDb *db, const gchar 
*section, const gchar *key,
 void bmp_cfg_db_set_double(ConfigDb *db, const gchar *section, const gchar 
*key, gdouble value);
 void bmp_cfg_db_unset_key (ConfigDb *db, const gchar *section, const gchar 
*key);
 
-gchar *  aud_get_string(const gchar *section, const gchar *key);
+gchar *  aud_get_str   (const gchar *section, const gchar *key);
 gint aud_get_int   (const gchar *section, const gchar *key);
 gboolean aud_get_bool  (const gchar *section, const gchar *key);
 gfloat   aud_get_float (const gchar *section, const gchar *key);
 gdouble  aud_get_double(const gchar *section, const gchar *key);
 
-void aud_set_string(const gchar *section, const gchar *key, gchar *value);
+void aud_set_str   (const gchar *section, const gchar *key, gchar *value);
 void aud_set_int   (const gchar *section, const gchar *key, gint value);
 void aud_set_bool  (const gchar *section, const gchar *key, gboolean value);
 void aud_set_float (const gchar *section, const gchar *key, gfloat value);
diff --git a/jack/configdb_rcfile.c b/jack/configdb_rcfile.c
index c0125c8..69bb085 100644
--- a/jack/configdb_rcfile.c
+++ b/jack/configdb_rcfile.c
@@ -109,7 +109,7 @@ void bmp_cfg_db_unset_key(ConfigDb * db, const gchar * 
section, const gchar * ke
 }
 
 gchar * cfg_string;
-gchar * aud_get_string(const gchar *section, const gchar 

[gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.30.10.ebuild

2015-06-07 Thread Sebastian Pipping (sping)
sping   15/06/07 16:19:38

  Modified: ChangeLog
  Added:eix-0.30.10.ebuild
  Log:
  app-portage/eix: 0.30.10
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.492app-portage/eix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.492view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.492content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.491r2=1.492

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -r1.491 -r1.492
--- ChangeLog   5 Jun 2015 15:02:50 -   1.491
+++ ChangeLog   7 Jun 2015 16:19:38 -   1.492
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/eix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.491 
2015/06/05 15:02:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.492 
2015/06/07 16:19:38 sping Exp $
+
+*eix-0.30.10 (07 Jun 2015)
+
+  07 Jun 2015; Sebastian Pipping sp...@gentoo.org +eix-0.30.10.ebuild:
+  Dare to copy-bump myself, looked trivial
 
   05 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-portage/eix/eix-0.30.10.ebuild

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

Index: eix-0.30.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.10.ebuild,v 1.1 
2015/06/07 16:19:38 sping Exp $

EAPI=5

PLOCALES=de ru
inherit bash-completion-r1 eutils l10n

DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. 
overlays, version changes, and more
HOMEPAGE=http://github.com/vaeth/eix/;
SRC_URI=https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.bz2;

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 ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
IUSE=debug +dep doc nls optimization security strong-optimization 
strong-security sqlite swap-remote tools

BOTHDEPEND=sqlite? ( =dev-db/sqlite-3 )
nls? ( virtual/libintl )
RDEPEND=${BOTHDEPEND}
app-shells/push
DEPEND=${BOTHDEPEND}
app-arch/xz-utils
nls? ( sys-devel/gettext )

pkg_setup() {
case  ${REPLACING_VERSIONS} in
*\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
local eixcache=${EROOT}/var/cache/${PN}
test -f ${eixcache}  rm -f -- ${eixcache};;
esac
}

src_prepare() {
sed -i -e s'/'${EPREFIX}/' -- ${S}/tmpfiles.d/eix.conf
epatch_user
}

src_configure() {
econf $(use_with sqlite) $(use_with doc extra-doc) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable security) $(use_enable optimization) \
$(use_enable strong-security) \
$(use_enable strong-optimization) $(use_enable debug debugging) 
\
$(use_enable swap-remote) \
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
--with-zsh-completion \
--with-portage-rootpath=${ROOTPATH} \
--with-eprefix-default=${EPREFIX} \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html
}

src_install() {
default
dobashcomp bash/eix
insinto /usr/lib/tmpfiles.d
doins tmpfiles.d/eix.conf
}

pkg_postinst() {
test -d ${EROOT}var/cache/${PN} || {
mkdir ${EROOT}var/cache/${PN}
use prefix || chown portage:portage ${EROOT}var/cache/${PN}
}
local obs=${EROOT}var/cache/eix.previous
! test -f ${obs} || ewarn Found obsolete ${obs}, please remove it
}

pkg_postrm() {
[ -n ${REPLACED_BY_VERSION} ] || rm -rf -- ${EROOT}var/cache/${PN}
}






[gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog eix-0.30.8.ebuild eix-0.30.7.ebuild eix-0.30.10.ebuild

2015-06-07 Thread Sebastian Pipping (sping)
sping   15/06/07 18:05:19

  Modified: eix-0.30.4.ebuild ChangeLog eix-0.30.8.ebuild
eix-0.30.7.ebuild eix-0.30.10.ebuild
  Log:
  app-portage/eix: https:// homepage
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.11 app-portage/eix/eix-0.30.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.10r2=1.11

Index: eix-0.30.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eix-0.30.4.ebuild   6 Dec 2014 16:40:26 -   1.10
+++ eix-0.30.4.ebuild   7 Jun 2015 18:05:19 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.10 
2014/12/06 16:40:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.11 
2015/06/07 18:05:19 sping Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit bash-completion-r1 eutils l10n
 
 DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. 
overlays, version changes, and more
-HOMEPAGE=http://github.com/vaeth/eix/;
+HOMEPAGE=https://github.com/vaeth/eix/;
 SRC_URI=http://dev.gentoo.org/~axs/distfiles/${P}.tar.xz;
 
 LICENSE=GPL-2



1.493app-portage/eix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.493view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.493content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.492r2=1.493

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -r1.492 -r1.493
--- ChangeLog   7 Jun 2015 16:19:38 -   1.492
+++ ChangeLog   7 Jun 2015 18:05:19 -   1.493
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/eix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.492 
2015/06/07 16:19:38 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.493 
2015/06/07 18:05:19 sping Exp $
+
+  07 Jun 2015; Sebastian Pipping sp...@gentoo.org eix-0.30.4.ebuild,
+  eix-0.30.7.ebuild, eix-0.30.8.ebuild, eix-0.30.10.ebuild:
+  Move HOMEPAGE from http:// to https:// as suggested by upstream
 
 *eix-0.30.10 (07 Jun 2015)
 



1.2  app-portage/eix/eix-0.30.8.ebuild

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

Index: eix-0.30.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eix-0.30.8.ebuild   13 Apr 2015 16:54:24 -  1.1
+++ eix-0.30.8.ebuild   7 Jun 2015 18:05:19 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.8.ebuild,v 1.1 
2015/04/13 16:54:24 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.8.ebuild,v 1.2 
2015/06/07 18:05:19 sping Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit bash-completion-r1 eutils l10n
 
 DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. 
overlays, version changes, and more
-HOMEPAGE=http://github.com/vaeth/eix/;
+HOMEPAGE=https://github.com/vaeth/eix/;
 SRC_URI=http://dev.gentoo.org/~axs/distfiles/${P}.tar.xz;
 
 LICENSE=GPL-2



1.2  app-portage/eix/eix-0.30.7.ebuild

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

Index: eix-0.30.7.ebuild
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: ChangeLog fireflies-2.07-r2.ebuild

2015-06-06 Thread Sebastian Pipping (sping)
sping   15/06/06 18:49:53

  Modified: ChangeLog
  Added:fireflies-2.07-r2.ebuild
  Log:
  x11-misc/fireflies: Fix XScreensaver support
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.32 x11-misc/fireflies/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   21 Jun 2014 19:27:50 -  1.31
+++ ChangeLog   6 Jun 2015 18:49:53 -   1.32
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/fireflies
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.31 
2014/06/21 19:27:50 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.32 
2015/06/06 18:49:53 sping Exp $
+
+*fireflies-2.07-r2 (06 Jun 2015)
+
+  06 Jun 2015; Sebastian Pipping sp...@gentoo.org +fireflies-2.07-r2.ebuild,
+  +files/fireflies-2.07-glx-detection.patch,
+  +files/fireflies-2.07-linking.patch:
+  Fix broken XScreensaver integration
 
   21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org -fireflies-2.07.ebuild:
   old



1.1  x11-misc/fireflies/fireflies-2.07-r2.ebuild

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

Index: fireflies-2.07-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07-r2.ebuild,v 1.1 
2015/06/06 18:49:53 sping Exp $

EAPI=5
inherit autotools eutils multilib

DESCRIPTION=Fireflies screensaver: Wicked cool eye candy
HOMEPAGE=http://somewhere.fscked.org/proj/fireflies/;
SRC_URI=http://somewhere.fscked.org/proj/${PN}/files/${P}.tar.gz;

LICENSE=GPL-2 HPND # HPND is for libgfx, see src_unpack()
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND=media-libs/libsdl
virtual/glu
virtual/opengl
x11-libs/libX11
DEPEND=${RDEPEND}

DOCS=( ChangeLog debian/README.Debian README TODO )

src_unpack() {
unpack ${A}
cd ${S}
tar -xzf libgfx-1.0.1.tar.gz
}

src_prepare() {
epatch \
${FILESDIR}/${P}-build_system.patch \
${FILESDIR}/${P}-glx-detection.patch \
${FILESDIR}/${P}-linking.patch \
${FILESDIR}/${P}-gcc4{3,4}.patch \
${FILESDIR}/${P}-libgfx-libpng1{5,6}.patch

eautoreconf
}

src_configure() {
econf \
--with-confdir=/usr/share/xscreensaver/config \
--with-bindir=/usr/$(get_libdir)/misc/xscreensaver
}

src_install() {
exeinto /usr/lib  # FHS: internal binaries
newexe {,${PN}-}add-xscreensaver

default
}






[gentoo-commits] gentoo-x86 commit in x11-misc/fireflies/files: fireflies-2.07-linking.patch fireflies-2.07-glx-detection.patch

2015-06-06 Thread Sebastian Pipping (sping)
sping   15/06/06 18:49:53

  Added:fireflies-2.07-linking.patch
fireflies-2.07-glx-detection.patch
  Log:
  x11-misc/fireflies: Fix XScreensaver support
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  x11-misc/fireflies/files/fireflies-2.07-linking.patch

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

Index: fireflies-2.07-linking.patch
===
From da7c37ae638ac9e2989a3d65f529997c6d2111e1 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Sat, 6 Jun 2015 20:38:27 +0200
Subject: [PATCH] Fix linking of src/canvas_glx.o

Otherwise:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
canvas_glx.o: undefined reference to symbol 'XPending'
/usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cd7fa54..1fa000b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ CYGWIN*|cygwin*|MINGW*|mingw*)
test -f $try  RCFILE=$try
 done
 
-OPT_LIBS=
+OPT_LIBS=-lX11
 OPT_OBJS=main.o canvas_base.o
 PROGRAM=fireflies
 
-- 
2.4.0




1.1  x11-misc/fireflies/files/fireflies-2.07-glx-detection.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fireflies/files/fireflies-2.07-glx-detection.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fireflies/files/fireflies-2.07-glx-detection.patch?rev=1.1content-type=text/plain

Index: fireflies-2.07-glx-detection.patch
===
From 41db6d93ab4d91f74761f8a34800b9026b0482c7 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping sebast...@pipping.org
Date: Sat, 6 Jun 2015 20:25:39 +0200
Subject: [PATCH] Fix underquoting in configure.ac

.. resulting in

  checking for glXSwapBuffers in -lGL... ./configure: line 3095: 
ac_fn_c_try_link: command not found
  no

at runtime.
---
 configure.ac | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7bb7e72..cd7fa54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,18 +54,18 @@ CYGWIN*|cygwin*|MINGW*|mingw*)
 OPT_OBJS=main.o canvas_base.o
 PROGRAM=fireflies
 
-AC_CHECK_LIB(GL, glXSwapBuffers,\
-   AC_DEFINE(HAVE_GLX)
-   OPT_OBJS=$OPT_OBJS canvas_glx.o,\
-   AC_CHECK_LIB(MesaGL, glXSwapBuffers,\
-   AC_DEFINE(HAVE_GLX)
-   OPT_OBJS=$OPT_OBJS canvas_glx.o))
-
-AC_CHECK_LIB(GL, glBegin, \
-   GL_LIBS=-lGL -lGLU, \
-   AC_CHECK_LIB(MesaGL, glBegin, \
+AC_CHECK_LIB([GL], [glXSwapBuffers],\
+   [AC_DEFINE(HAVE_GLX)
+   OPT_OBJS=$OPT_OBJS canvas_glx.o],\
+   [AC_CHECK_LIB([MesaGL], [glXSwapBuffers],\
+   [AC_DEFINE(HAVE_GLX)
+   OPT_OBJS=$OPT_OBJS canvas_glx.o])])
+
+AC_CHECK_LIB([GL], [glBegin], \
+   [GL_LIBS=-lGL -lGLU], \
+   [AC_CHECK_LIB([MesaGL], [glBegin], \
[GL_LIBS=-lMesaGL -lMesaGLU], \
-   AC_MSG_ERROR([cannot find GL libraries])))
+   [AC_MSG_ERROR([cannot find GL libraries])])])
 
 ;;
 esac
-- 
2.4.0







[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog license_groups

2015-05-13 Thread Sebastian Pipping (sping)
sping   15/05/13 19:10:49

  Modified: ChangeLog license_groups
  Log:
  Add just-added licensed AGPL-3+ to @GPL-COMPATIBLE and @OSI-APPROVED (where 
AGPL-3 is, already)

Revision  ChangesPath
1.9994   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9993
retrieving revision 1.9994
diff -u -r1.9993 -r1.9994
--- ChangeLog   13 May 2015 09:21:05 -  1.9993
+++ ChangeLog   13 May 2015 19:10:49 -  1.9994
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9993 2015/05/13 
09:21:05 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9994 2015/05/13 
19:10:49 sping 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!
 
+  13 May 2015; Sebastian Pipping sp...@gentoo.org license_groups:
+  Add just-added licensed AGPL-3+ to @GPL-COMPATIBLE and @OSI-APPROVED (where
+  AGPL-3 is, already)
+
   13 May 2015; Patrice Clement monsie...@gentoo.org package.mask:
   dev-java/xt masked for removal in 30 days.
 



1.263profiles/license_groups

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

Index: license_groups
===
RCS file: /var/cvsroot/gentoo-x86/profiles/license_groups,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- license_groups  8 May 2015 07:49:26 -   1.262
+++ license_groups  13 May 2015 19:10:49 -  1.263
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.262 2015/05/08 
07:49:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.263 2015/05/13 
19:10:49 sping Exp $
 
 # Please report bugs or other requests at bugs.gentoo.org and assign to
 # licen...@gentoo.org
@@ -13,13 +13,13 @@
 # http://www.gnu.org/licenses/license-list.html
 # GPL or LGPL with various exceptions are also included here, because
 # they are more permissive than the licenses they are based on.
-GPL-COMPATIBLE AGPL-3 Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 
CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL 
gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ 
GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception 
GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception ISC 
LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ 
LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception 
libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP 
PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 
Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense 
UoI-NCSA vim W3C WTFPL-2 ZLIB ZPL
+GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 
CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL 
gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ 
GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception 
GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception ISC 
LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ 
LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception 
libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP 
PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 
Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense 
UoI-NCSA vim W3C WTFPL-2 ZLIB ZPL
 
 FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.1 APSL-2 BitTorrent 
BSD-4 CDDL CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EUPL-1.1 gnuplot IBM LPPL-1.2 MPL-1.0 
MPL-1.1 Ms-PL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL QPL-1.0
 
 # http://www.opensource.org/licenses
 # Note that the FSF lists these as nonfree: Artistic NOSA Watcom-1.0
-OSI-APPROVED AFL-3.0 AGPL-3 Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Artistic 
Artistic-2 Boost-1.0 BSD 

[gentoo-commits] gentoo-x86 commit in licenses: AGPL-3+

2015-05-13 Thread Sebastian Pipping (sping)
sping   15/05/13 19:07:19

  Added:AGPL-3+
  Log:
  Add AGPL-3+ (same approach as with GPL-3+ and LGPL-3+)

Revision  ChangesPath
1.1  licenses/AGPL-3+

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

Index: AGPL-3+
===
GNU Affero General Public License, version 3 or any later version.
See AGPL-3 for the full text of this license.






[gentoo-commits] gentoo-x86 commit in dev-vcs/svneverever: svneverever-1.3.0.ebuild ChangeLog

2015-05-10 Thread Sebastian Pipping (sping)
sping   15/05/10 16:46:31

  Modified: ChangeLog
  Added:svneverever-1.3.0.ebuild
  Log:
  dev-vcs/svneverever: 1.3.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.16 dev-vcs/svneverever/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svneverever/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svneverever/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svneverever/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 17:53:03 -   1.15
+++ ChangeLog   10 May 2015 16:46:31 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/svneverever
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.15 
2015/04/08 17:53:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.16 
2015/05/10 16:46:31 sping Exp $
+
+*svneverever-1.3.0 (10 May 2015)
+
+  10 May 2015; Sebastian Pipping sp...@gentoo.org +svneverever-1.3.0.ebuild:
+  Bump to 1.3.0
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org svneverever-1.2.2-r1.ebuild:
   Drop old Python implementations



1.1  dev-vcs/svneverever/svneverever-1.3.0.ebuild

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

Index: svneverever-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.3.0.ebuild,v 1.1 
2015/05/10 16:46:31 sping Exp $

EAPI=5

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

DESCRIPTION=Tool collecting path entries across SVN history
HOMEPAGE=https://github.com/hartwork/svneverever;
SRC_URI=https://github.com/hartwork/svneverever/archive/v${PV}.tar.gz - 
${P}.tar.gz

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

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






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog

2015-05-08 Thread Sebastian Pipping (sping)
sping   15/05/08 17:14:44

  Modified: ChangeLog
  Log:
  www-apps/wordpress: Sign manifest
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.175www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   8 May 2015 17:10:33 -   1.174
+++ ChangeLog   8 May 2015 17:14:44 -   1.175
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.174 
2015/05/08 17:10:33 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.175 
2015/05/08 17:14:44 sping Exp $
+
+  08 May 2015; Sebastian Pipping sp...@gentoo.org ChangeLog:
+  Sign manifest
 
 *wordpress-4.2.2 (08 May 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-4.2.2.ebuild

2015-05-08 Thread Sebastian Pipping (sping)
sping   15/05/08 17:10:33

  Modified: ChangeLog
  Added:wordpress-4.2.2.ebuild
  Log:
  www-apps/wordpress: 4.2.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.174www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   27 Apr 2015 19:11:59 -  1.173
+++ ChangeLog   8 May 2015 17:10:33 -   1.174
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.173 
2015/04/27 19:11:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.174 
2015/05/08 17:10:33 sping Exp $
+
+*wordpress-4.2.2 (08 May 2015)
+
+  08 May 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.2.2.ebuild:
+  Bump to 4.2.2
 
 *wordpress-4.2.1 (27 Apr 2015)
 



1.1  www-apps/wordpress/wordpress-4.2.2.ebuild

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

Index: wordpress-4.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.2.2.ebuild,v 
1.1 2015/05/08 17:10:33 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: ChangeLog grub2-theme-preview-1.2.ebuild

2015-05-04 Thread Sebastian Pipping (sping)
sping   15/05/04 22:12:00

  Modified: ChangeLog
  Added:grub2-theme-preview-1.2.ebuild
  Log:
  x11-misc/grub2-theme-preview: 1.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  x11-misc/grub2-theme-preview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 May 2015 12:28:31 -   1.1
+++ ChangeLog   4 May 2015 22:12:00 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grub2-theme-preview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.1 2015/05/03 12:28:31 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 
1.2 2015/05/04 22:12:00 sping Exp $
+
+*grub2-theme-preview-1.2 (04 May 2015)
+
+  04 May 2015; Sebastian Pipping sp...@gentoo.org
+  +grub2-theme-preview-1.2.ebuild:
+  Bump to 1.2
 
 *grub2-theme-preview-1.1 (03 May 2015)
 



1.1  x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild?rev=1.1content-type=text/plain

Index: grub2-theme-preview-1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild,v
 1.1 2015/05/04 22:12:00 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Preview a GRUB 2.x theme using KVM/QEMU
HOMEPAGE=https://github.com/hartwork/grub2-theme-preview;
SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-boot/grub:2






[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: - New directory

2015-05-03 Thread Sebastian Pipping (sping)
sping   15/05/03 12:21:39

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview added to the 
repository



[gentoo-commits] gentoo-x86 commit in x11-misc/grub2-theme-preview: metadata.xml ChangeLog grub2-theme-preview-1.1.ebuild Manifest

2015-05-03 Thread Sebastian Pipping (sping)
sping   15/05/03 12:28:31

  Added:metadata.xml ChangeLog
grub2-theme-preview-1.1.ebuild Manifest
  Log:
  x11-misc/grub2-theme-preview: 1.1 (New package)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  x11-misc/grub2-theme-preview/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/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
emailsp...@gentoo.org/email
nameSebastian Pipping/name
/maintainer
/pkgmetadata



1.1  x11-misc/grub2-theme-preview/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for x11-misc/grub2-theme-preview
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 1.1 
2015/05/03 12:28:31 sping Exp $

*grub2-theme-preview-1.1 (03 May 2015)

  03 May 2015; Sebastian Pipping sp...@gentoo.org
  +grub2-theme-preview-1.1.ebuild, +metadata.xml:
  New package




1.1  x11-misc/grub2-theme-preview/grub2-theme-preview-1.1.ebuild

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

Index: grub2-theme-preview-1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.1.ebuild,v
 1.1 2015/05/03 12:28:31 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=Preview a GRUB 2.x theme using KVM/QEMU
HOMEPAGE=https://github.com/hartwork/grub2-theme-preview;
SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-emulation/qemu
dev-libs/libisoburn
sys-boot/grub:2



1.1  x11-misc/grub2-theme-preview/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST grub2-theme-preview-1.1.tar.gz 3662 SHA256 
49ac0108ca477a6e777d808f252ff7fcf82e4a03b85652fe84fc85903edb966b SHA512 
1fe42a4b4106d07bd051b539efdfd203780b3d2b85515ad7d314d1c47ad713ea8baad8a2783b217549b5008d531c33882ef5ba1cdd5f7265aa0e6c4d1a0b5265
 WHIRLPOOL 
46116ead63118afedc87f576154f6111b0b9042f2c4b5ace5f662f18dfb5ece3f6de835a55ed423c45f5f785f30afa3a90690ea7bb06bd7b6d68647b5d2d946a
EBUILD grub2-theme-preview-1.1.ebuild 500 SHA256 
bc4b288cb08beac5c93295b10fd5dad5f6f8e3c75459b7c694ce8df425fac41e SHA512 
3b8b6441ebfbabe488f1d6ea15472bd7102cdf8726e7404afe4f00fd2a0144aac66c55f8ce7705c07843fa564795f2912424fa958df7cc032bab78a3ccf05261
 WHIRLPOOL 
43968efa7269eed2a7f561d2109837c4ad1e96885556f8e953cdc2c3233c33df029f0dc8b9ee4ab137882026142c34d6338b2b45fd1effbe869d242490d98b4e
MISC ChangeLog 286 SHA256 
ab37dcc7f7968056a4bf7062e4fb944788a8b3adf1d848283910f726694b5eb5 SHA512 
bcb8110fcd30589f36e4d99aa2504556955ec38696e264e1806b4e48c3d2fe549ac0a9daae6b30bd4671f3e03aa4a7bddc01f9302a9ea5cd41ce4a112f45506a
 WHIRLPOOL 
8e7e41060befa0344b162e7014c1f6ae8bbe66888b1c1af58bb2bcc6d56e3bd42cc8c5c7b031a3bac8bee0f6e75a9ba91dc87d7e0a8fea48e810b2e999ed676d
MISC metadata.xml 235 SHA256 
095e4ee6b3ae673e7ddf0d4e166a632d3384d6374c6dd86d8c401a8f5c43f7fe SHA512 
52fe834d5150301a0247d32806e487fa9838f30eb94e3d6cc2f10f2b574e95a113accdd2dd4097c2033a0dfc6da06948a3ea6e13f593f038c0d0e9e13ecbfdf5
 WHIRLPOOL 
e070f37f0eab35b3b21bba900e3d710592720cdcf57f02bd9dcc8f7af418a152c36b22022af50d40d7267b7bf041739031135d65e66c6e9b9b31597d920d4364






[gentoo-commits] gentoo-x86 commit in dev-libs/uriparser: ChangeLog uriparser-0.8.2.ebuild

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/27 19:02:56

  Modified: ChangeLog
  Added:uriparser-0.8.2.ebuild
  Log:
  dev-libs/uriparser: 0.8.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.50 dev-libs/uriparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   21 Nov 2014 17:04:09 -  1.49
+++ ChangeLog   27 Apr 2015 19:02:56 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/uriparser
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.49 
2014/11/21 17:04:09 sping Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.50 
2015/04/27 19:02:56 sping Exp $
+
+*uriparser-0.8.2 (27 Apr 2015)
+
+  27 Apr 2015; Sebastian Pipping sp...@gentoo.org +uriparser-0.8.2.ebuild:
+  Bump to 0.8.2
 
   21 Nov 2014; Sebastian Pipping sp...@gentoo.org uriparser-0.8.1.ebuild,
   +files/uriparser-0.8.1-doc-install.patch:



1.1  dev-libs/uriparser/uriparser-0.8.2.ebuild

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

Index: uriparser-0.8.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.8.2.ebuild,v 
1.1 2015/04/27 19:02:56 sping Exp $

EAPI=4

DESCRIPTION=Uriparser is a strictly RFC 3986 compliant URI parsing library in 
C
HOMEPAGE=http://uriparser.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
IUSE=doc qt4 test unicode

RDEPEND=
DEPEND=virtual/pkgconfig
doc? ( =app-doc/doxygen-1.5.8
qt4? ( dev-qt/qthelp:4 ) )
test? ( =dev-util/cpptest-1.1.1 )

REQUIRED_USE=test? ( unicode )

src_configure() {
econf \
--disable-sizedown \
$(use_enable test) \
--enable-char \
$(use_enable unicode wchar_t) \
$(use_enable doc) \
--disable-dependency-tracking \
--docdir=/usr/share/doc/${PF}/
}

src_install() {
emake DESTDIR=${D} install || die make install failed
dodoc AUTHORS ChangeLog THANKS || die

if use doc  use qt4; then
insinto /usr/share/doc/${PF}/
doins doc/*.qch || die  # Using doins to avoid dodoc's 
compression
fi
}






[gentoo-commits] gentoo-x86 commit in x11-themes/greybird: ChangeLog greybird-1.5.3.ebuild

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/27 23:23:31

  Modified: ChangeLog
  Added:greybird-1.5.3.ebuild
  Log:
  x11-themes/greybird: 1.3.4 (bug #538262)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.39 x11-themes/greybird/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   7 Apr 2015 14:48:53 -   1.38
+++ ChangeLog   27 Apr 2015 23:23:31 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for x11-themes/greybird
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.38 
2015/04/07 14:48:53 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.39 
2015/04/27 23:23:31 sping Exp $
+
+*greybird-1.5.3 (27 Apr 2015)
+
+  27 Apr 2015; Sebastian Pipping sp...@gentoo.org +greybird-1.5.3.ebuild:
+  Bump to 1.5.3
 
 *greybird-1.3.4 (03 Jun 2014)
 



1.1  x11-themes/greybird/greybird-1.5.3.ebuild

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

Index: greybird-1.5.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.5.3.ebuild,v 
1.1 2015/04/27 23:23:31 sping Exp $

EAPI=5

MY_PN=${PN/g/G}

DESCRIPTION=The default theme from Xubuntu
HOMEPAGE=http://shimmerproject.org/project/greybird/ 
http://github.com/shimmerproject/Greybird;
SRC_URI=https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz

# README says dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later
LICENSE=CC-BY-SA-3.0 GPL-2+
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=ayatana gnome

RDEPEND==x11-themes/gtk-engines-murrine-0.90
DEPEND=

RESTRICT=binchecks strip

src_unpack() {
unpack ${A}
mv ${MY_PN}-* ${S} || die
}

src_install() {
dodoc README
rm -f README LICENSE*

insinto /usr/share/themes/${MY_PN}_compact/xfwm4
doins xfwm4_compact/*
rm -rf xfwm4_compact

use ayatana || rm -rf unity
use gnome || rm -rf metacity-1

insinto /usr/share/themes/${MY_PN}
doins -r *
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-4.2.1.ebuild

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/27 19:11:59

  Modified: ChangeLog
  Added:wordpress-4.2.1.ebuild
  Log:
  www-apps/wordpress: 4.2.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.173www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   26 Apr 2015 00:12:37 -  1.172
+++ ChangeLog   27 Apr 2015 19:11:59 -  1.173
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.172 
2015/04/26 00:12:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.173 
2015/04/27 19:11:59 sping Exp $
+
+*wordpress-4.2.1 (27 Apr 2015)
+
+  27 Apr 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.2.1.ebuild:
+  Bump to 4.2.1 (security)
 
   26 Apr 2015; Patrick Lauer patr...@gentoo.org wordpress-4.1.2-r2.ebuild,
   wordpress-4.2.ebuild:



1.1  www-apps/wordpress/wordpress-4.2.1.ebuild

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

Index: wordpress-4.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.2.1.ebuild,v 
1.1 2015/04/27 19:11:59 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in x11-themes/zukitwo: ChangeLog zukitwo-2014.10.22.ebuild

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/27 23:10:08

  Modified: ChangeLog
  Added:zukitwo-2014.10.22.ebuild
  Log:
  x11-themes/zukitwo: 2014.10.22 (bug #512378)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.26 x11-themes/zukitwo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   7 Apr 2015 14:48:59 -   1.25
+++ ChangeLog   27 Apr 2015 23:10:08 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for x11-themes/zukitwo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.25 
2015/04/07 14:48:59 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.26 
2015/04/27 23:10:08 sping Exp $
+
+*zukitwo-2014.10.22 (27 Apr 2015)
+
+  27 Apr 2015; Sebastian Pipping sp...@gentoo.org +zukitwo-2014.10.22.ebuild:
+  Bump to 2014.10.22 (bug #512378)
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org -zukitwo-2012.07.02-r1.ebuild,
   -zukitwo-2012.07.02.ebuild, -zukitwo-2012.12.16.ebuild,



1.1  x11-themes/zukitwo/zukitwo-2014.10.22.ebuild

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

Index: zukitwo-2014.10.22.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/zukitwo/zukitwo-2014.10.22.ebuild,v 1.1 
2015/04/27 23:10:08 sping Exp $

EAPI=5

DESCRIPTION=Theme for GNOME 2 and 3
HOMEPAGE=http://gnome-look.org/content/show.php/Zukitwo?content=140562;
# Upstream download URI updates file contents without changing the filename
SRC_URI=http://www.hartwork.org/public/${P}.zip;

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

RDEPEND==x11-libs/gtk+-2.10:2
=x11-libs/gtk+-3.14:3
=x11-themes/gnome-themes-standard-3.6
=x11-themes/gtk-engines-murrine-0.98.1.1
gnome-shell? ( x11-themes/zukitwo-shell )
DEPEND=app-arch/xz-utils

# INSTALL file contains useful information for the end user
DOCS=( INSTALL README )

S=${WORKDIR}

src_install() {
insinto /usr/share/themes
doins -r Zukitwo
insinto /usr/share/themes/Zukitwo
doins panelbg.png
default
}






[gentoo-commits] gentoo-x86 commit in x11-themes/light-themes: ChangeLog light-themes-15.04_p20150410.ebuild

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/27 21:38:00

  Modified: ChangeLog
  Added:light-themes-15.04_p20150410.ebuild
  Log:
  x11-themes/light-themes: 15.04_p20150410
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.29 x11-themes/light-themes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   27 Apr 2014 10:02:55 -  1.28
+++ ChangeLog   27 Apr 2015 21:38:00 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/light-themes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.28 
2014/04/27 10:02:55 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.29 
2015/04/27 21:38:00 sping Exp $
+
+*light-themes-15.04_p20150410 (27 Apr 2015)
+
+  27 Apr 2015; Sebastian Pipping sp...@gentoo.org
+  +light-themes-15.04_p20150410.ebuild:
+  Bump to 15.04_p20150410
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org -light-themes-0.1.93-r2.ebuild:
   drop old



1.1  x11-themes/light-themes/light-themes-15.04_p20150410.ebuild

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

Index: light-themes-15.04_p20150410.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild,v
 1.1 2015/04/27 21:38:00 sping Exp $

EAPI=5
inherit eutils

MY_PN=ubuntu-themes
MY_PV=14.04+15.04.20150410

DESCRIPTION=GTK2/GTK3 Ambiance and Radiance themes from Ubuntu
HOMEPAGE=https://launchpad.net/light-themes;
SRC_URI=

mirror://ubuntu/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.orig.tar.gz
http://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz


LICENSE=CC-BY-SA-3.0 CC-BY-SA-4.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=gtk3

DEPEND=app-arch/xz-utils
RDEPEND=
x11-themes/gtk-engines-murrine
gtk3? ( x11-themes/gtk-engines-unico )


S=${WORKDIR}/${MY_PN}-${MY_PV}

src_prepare() {
cp -r Ambiance/ Ambiance-Gentoo || die
cp -r Radiance/ Radiance-Gentoo || die
sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
Ambiance-Gentoo/gtk-2.0/gtkrc 
Ambiance-Gentoo/gtk-3.0/settings.ini \
Radiance-Gentoo/gtk-2.0/gtkrc 
Radiance-Gentoo/gtk-3.0/settings.ini || die
sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
Ambiance-Gentoo/gtk-3.0/gtk-main.css \
Radiance-Gentoo/gtk-3.0/gtk-main.css || die

cp -f ${WORKDIR}/Gentoo-Buttons/*.png 
${S}/Ambiance-Gentoo/metacity-1/. || die
cp -f ${WORKDIR}/Gentoo-Buttons/*.png 
${S}/Radiance-Gentoo/metacity-1/. || die
cp -f ${WORKDIR}/Gentoo-Buttons/assets/*.png 
${S}/Ambiance-Gentoo/gtk-3.0/assets/. || die
cp -f ${WORKDIR}/Gentoo-Buttons/assets/*.png 
${S}/Radiance-Gentoo/gtk-3.0/assets/. || die
}

src_compile() {
:
}

src_install() {
insinto /usr/share/themes
doins -r Radiance* Ambiance*

use gtk3 || {
rm -R ${D}/usr/share/themes/*/gtk-3.0 || die
}
}






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

2015-04-28 Thread Sebastian Pipping (sping)
sping   15/04/28 18:08:39

  Modified: package.mask ChangeLog
  Log:
  Mask www-apps/wordpress-4.2.1 for removal in 30 days

Revision  ChangesPath
1.16507  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16506
retrieving revision 1.16507
diff -u -r1.16506 -r1.16507
--- package.mask27 Apr 2015 08:07:10 -  1.16506
+++ package.mask28 Apr 2015 18:08:39 -  1.16507
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16506 2015/04/27 
08:07:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16507 2015/04/28 
18:08:39 sping Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sebastian Pipping sp...@gentoo.org (28 Apr 2015)
+# Get rid of vulnerable releases.
+# Masked for removal in 30 days.
+www-apps/wordpress-4.2.1
+
 # Hans de Graaff gra...@gentoo.org (27 Apr 2015)
 # This version of rubinius is old and only very few
 # packages ever got the associated rbx RUBY_TARGET.



1.9962   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9961
retrieving revision 1.9962
diff -u -r1.9961 -r1.9962
--- ChangeLog   27 Apr 2015 08:07:10 -  1.9961
+++ ChangeLog   28 Apr 2015 18:08:39 -  1.9962
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9961 2015/04/27 
08:07:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9962 2015/04/28 
18:08:39 sping 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!
 
+  28 Apr 2015; Sebastian Pipping sp...@gentoo.org package.mask:
+  Mask www-apps/wordpress-4.2.1 for removal in 30 days
+
   27 Apr 2015; Hans de Graaff gra...@gentoo.org package.mask:
   Mask rubinius 1.x for removal.
 






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: wordpress-4.2.ebuild ChangeLog

2015-04-25 Thread Sebastian Pipping (sping)
sping   15/04/25 20:26:59

  Modified: ChangeLog
  Added:wordpress-4.2.ebuild
  Log:
  www-apps/wordpress: 4.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.171www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   25 Apr 2015 20:19:01 -  1.170
+++ ChangeLog   25 Apr 2015 20:26:59 -  1.171
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.170 
2015/04/25 20:19:01 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.171 
2015/04/25 20:26:59 sping Exp $
+
+*wordpress-4.2 (25 Apr 2015)
+
+  25 Apr 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.2.ebuild:
+  Bump to 4.2
 
   25 Apr 2015; Sebastian Pipping sp...@gentoo.org -wordpress-4.1.2.ebuild,
   -wordpress-4.1.2-r1.ebuild:



1.1  www-apps/wordpress/wordpress-4.2.ebuild

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

Index: wordpress-4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.2.ebuild,v 
1.1 2015/04/25 20:26:59 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}  

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-4.1.2.ebuild wordpress-4.1.2-r1.ebuild

2015-04-25 Thread Sebastian Pipping (sping)
sping   15/04/25 20:19:01

  Modified: ChangeLog
  Removed:  wordpress-4.1.2.ebuild wordpress-4.1.2-r1.ebuild
  Log:
  www-apps/wordpress: Clean-up
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.170www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   25 Apr 2015 16:42:21 -  1.169
+++ ChangeLog   25 Apr 2015 20:19:01 -  1.170
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.169 
2015/04/25 16:42:21 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.170 
2015/04/25 20:19:01 sping Exp $
+
+  25 Apr 2015; Sebastian Pipping sp...@gentoo.org -wordpress-4.1.2.ebuild,
+  -wordpress-4.1.2-r1.ebuild:
+  Remove old revisions of 4.1.2
 
 *wordpress-4.1.2-r2 (25 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: metadata.xml ChangeLog wordpress-4.1.2-r2.ebuild

2015-04-25 Thread Sebastian Pipping (sping)
sping   15/04/25 16:42:22

  Modified: metadata.xml ChangeLog
  Added:wordpress-4.1.2-r2.ebuild
  Log:
  www-apps/wordpress: 4.1.2-r2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.12 www-apps/wordpress/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml21 Apr 2015 18:22:46 -  1.11
+++ metadata.xml25 Apr 2015 16:42:21 -  1.12
@@ -4,5 +4,6 @@
 herdweb-apps/herd
 use
 flag name=akismetInstalls Akismet comment spam plug-in/flag
+flag name=themesInstalls themes (including default theme)/flag
 /use
 /pkgmetadata



1.169www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   21 Apr 2015 18:22:46 -  1.168
+++ ChangeLog   25 Apr 2015 16:42:21 -  1.169
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.168 
2015/04/21 18:22:46 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.169 
2015/04/25 16:42:21 sping Exp $
+
+*wordpress-4.1.2-r2 (25 Apr 2015)
+
+  25 Apr 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.1.2-r2.ebuild,
+  metadata.xml:
+  Guard installation of themes by use flag themes, enabled by default since
+  default theme is affected; polish description; use slot ${PV}
 
 *wordpress-4.1.2-r1 (21 Apr 2015)
 



1.1  www-apps/wordpress/wordpress-4.1.2-r2.ebuild

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

Index: wordpress-4.1.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.1.2-r2.ebuild,v 1.1 
2015/04/25 16:42:21 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}  

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-4.1.2.ebuild

2015-04-21 Thread Sebastian Pipping (sping)
sping   15/04/21 17:43:30

  Modified: ChangeLog
  Added:wordpress-4.1.2.ebuild
  Log:
  www-apps/wordpress: 4.1.2 (bug #547320)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.167www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   24 Feb 2015 02:04:29 -  1.166
+++ ChangeLog   21 Apr 2015 17:43:30 -  1.167
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.166 
2015/02/24 02:04:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.167 
2015/04/21 17:43:30 sping Exp $
+
+*wordpress-4.1.2 (21 Apr 2015)
+
+  21 Apr 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.1.2.ebuild:
+  Bump to 4.1.2 (seems trivial, bug #547320)
 
 *wordpress-4.1.1 (24 Feb 2015)
 



1.1  www-apps/wordpress/wordpress-4.1.2.ebuild

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

Index: wordpress-4.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.1.2.ebuild,v 
1.1 2015/04/21 17:43:30 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress php and mysql based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: metadata.xml ChangeLog wordpress-4.1.2-r1.ebuild

2015-04-21 Thread Sebastian Pipping (sping)
sping   15/04/21 18:22:46

  Modified: metadata.xml ChangeLog
  Added:wordpress-4.1.2-r1.ebuild
  Log:
  www-apps/wordpress: use flags akismet and examples (bug #544984)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.11 www-apps/wordpress/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml2 Jan 2014 18:23:17 -   1.10
+++ metadata.xml21 Apr 2015 18:22:46 -  1.11
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 herdweb-apps/herd
+use
+flag name=akismetInstalls Akismet comment spam plug-in/flag
+/use
 /pkgmetadata



1.168www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   21 Apr 2015 17:43:30 -  1.167
+++ ChangeLog   21 Apr 2015 18:22:46 -  1.168
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.167 
2015/04/21 17:43:30 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.168 
2015/04/21 18:22:46 sping Exp $
+
+*wordpress-4.1.2-r1 (21 Apr 2015)
+
+  21 Apr 2015; Sebastian Pipping sp...@gentoo.org +wordpress-4.1.2-r1.ebuild,
+  metadata.xml:
+  Guard installation of Akismet and Hello Dolly plug-ins behind use flags (bug
+  #544984) with Akismet enabled by default to smooth transition (only); update
+  license from GPLv2 to GPLv2+
 
 *wordpress-4.1.2 (21 Apr 2015)
 



1.1  www-apps/wordpress/wordpress-4.1.2-r1.ebuild

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

Index: wordpress-4.1.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.1.2-r1.ebuild,v 1.1 
2015/04/21 18:22:46 sping Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress php and mysql based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples vhosts

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.48.21.ebuild

2015-04-06 Thread Sebastian Pipping (sping)
sping   15/04/06 21:24:55

  Modified: ChangeLog
  Added:httrack-3.48.21.ebuild
  Log:
  www-client/httrack: 3.48.21
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.69 www-client/httrack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   22 Dec 2014 19:49:34 -  1.68
+++ ChangeLog   6 Apr 2015 21:24:55 -   1.69
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/httrack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.68 
2014/12/22 19:49:34 sping Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.69 
2015/04/06 21:24:55 sping Exp $
+
+*httrack-3.48.21 (06 Apr 2015)
+
+  06 Apr 2015; Sebastian Pipping sp...@gentoo.org +httrack-3.48.21.ebuild:
+  Bump to 3.48.21
 
 *httrack-3.48.20 (22 Dec 2014)
 



1.1  www-client/httrack/httrack-3.48.21.ebuild

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

Index: httrack-3.48.21.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.48.21.ebuild,v 
1.1 2015/04/06 21:24:55 sping Exp $

EAPI=4

inherit eutils

DESCRIPTION=HTTrack Website Copier, Open Source Offline Browser
HOMEPAGE=http://www.httrack.com/;
SRC_URI=http://mirror.httrack.com/historical/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=static-libs

RDEPEND==sys-libs/zlib-1.2.5.1-r1
dev-libs/openssl
DEPEND=${RDEPEND}

DOCS=( AUTHORS README greetings.txt history.txt )

src_prepare() {
epatch ${FILESDIR}/${PN}-3.48.13-minizip.patch
}

src_configure() {
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
default
find ${ED} -type f -name '*.la' -delete || die
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.4.ebuild php-5.5.23.ebuild php-5.4.36.ebuild php-5.5.20.ebuild php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog php-5.5.21.ebuild php-5.4.37.ebu

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 22:15:41

  Modified: php-5.6.4.ebuild php-5.5.23.ebuild
php-5.4.36.ebuild php-5.5.20.ebuild
php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog
php-5.5.21.ebuild php-5.4.37.ebuild
php-5.4.38.ebuild php-5.3.29.ebuild
php-5.5.22.ebuild php-5.6.6.ebuild php-5.6.7.ebuild
  Log:
  dev-lang/php: Resolve unused and misleading files/70_mod_php5.conf-apache2 
(bug #544564)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.4  dev-lang/php/php-5.6.4.ebuild

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

Index: php-5.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.6.4.ebuild31 Mar 2015 19:03:23 -  1.3
+++ php-5.6.4.ebuild5 Apr 2015 22:15:41 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v 1.3 
2015/03/31 19:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v 1.4 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -739,7 +739,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.10 dev-lang/php/php-5.5.23.ebuild

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

Index: php-5.5.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- php-5.5.23.ebuild   2 Apr 2015 19:58:49 -   1.9
+++ php-5.5.23.ebuild   5 Apr 2015 22:15:41 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.9 
2015/04/02 19:58:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.10 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -739,7 +739,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.13 dev-lang/php/php-5.4.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?r1=1.12r2=1.13

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- php-5.4.36.ebuild   31 Mar 2015 19:03:23 -  1.12
+++ php-5.4.36.ebuild   5 Apr 2015 22:15:41 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.12 
2015/03/31 19:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.13 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -757,7 +757,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.13 dev-lang/php/php-5.5.20.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-php/files: 70_mod_php5.conf-apache2-r1

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 23:12:19

  Added:70_mod_php5.conf-apache2-r1
  Log:
  app-eselect/eselect-php: Move from AddHandler to FilesMatch/SetHandler for 
security (bug #538822)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1?rev=1.1content-type=text/plain

Index: 70_mod_php5.conf-apache2-r1
===
IfDefine PHP5
# Load the module first
IfModule !mod_php5.c
LoadModule php5_modulemodules/libphp5.so
/IfModule

# Set it to handle the files
# NOTE: Avoiding AddHandler/AddType for security (bug #538822)
# NOTE: Please read the related news item!
FilesMatch \.(php|php5|phtml)$
SetHandler application/x-httpd-php
/FilesMatch
FilesMatch \.phps$
SetHandler application/x-httpd-php-source
/FilesMatch

DirectoryIndex index.php index.phtml
/IfDefine






[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-php: ChangeLog eselect-php-0.7.1-r4.ebuild

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 23:12:19

  Modified: ChangeLog
  Added:eselect-php-0.7.1-r4.ebuild
  Log:
  app-eselect/eselect-php: Move from AddHandler to FilesMatch/SetHandler for 
security (bug #538822)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  app-eselect/eselect-php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Mar 2015 16:53:51 -  1.1
+++ ChangeLog   5 Apr 2015 23:12:19 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-eselect/eselect-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v 1.1 
2015/03/31 16:53:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v 1.2 
2015/04/05 23:12:19 sping Exp $
+
+*eselect-php-0.7.1-r4 (05 Apr 2015)
+
+  05 Apr 2015; Sebastian Pipping sp...@gentoo.org
+  +eselect-php-0.7.1-r4.ebuild, +files/70_mod_php5.conf-apache2-r1:
+  Move from AddHandler to FilesMatch/SetHandler for security (bug #538822)
 
 *eselect-php-0.7.1-r1 (31 Mar 2015)
 



1.1  app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild

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

Index: eselect-php-0.7.1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild,v 
1.1 2015/04/05 23:12:19 sping Exp $

EAPI=5

inherit depend.apache systemd

DESCRIPTION=PHP eselect module
HOMEPAGE=http://www.gentoo.org;
SRC_URI=http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=fpm apache2

DEPEND==app-admin/eselect-1.2.4
!dev-lang/php-5.3.23-r1:5.3
!dev-lang/php-5.4.13-r1:5.4
!dev-lang/php-5.5.0_beta1-r2:5.5

RDEPEND=${DEPEND}

S=${WORKDIR}

want_apache

src_install() {
mv eselect-php-${PV} php.eselect
insinto /usr/share/eselect/modules/
doins php.eselect

if use apache2 ; then
insinto ${APACHE_MODULES_CONFDIR#${EPREFIX}}
newins ${FILESDIR}/70_mod_php5.conf-apache2-r1 \
70_mod_php5.conf
fi

if use fpm ; then
dodir /etc/init.d
insinto /etc/init.d
newinitd ${FILESDIR}/php-fpm-r1.init php-fpm
systemd_dotmpfilesd ${FILESDIR}/php-fpm.conf
exeinto /usr/libexec
doexe ${FILESDIR}/php-fpm-launcher
fi
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php/files: 70_mod_php5.conf-apache2

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 22:15:41

  Removed:  70_mod_php5.conf-apache2
  Log:
  dev-lang/php: Resolve unused and misleading files/70_mod_php5.conf-apache2 
(bug #544564)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)



[gentoo-commits] gentoo-x86 commit in dev-vcs/svn2git: svn2git-9999.ebuild svn2git-1.0.8-r1.ebuild svn2git-0_pre20100303.ebuild svn2git-0_pre20100324.ebuild svn2git-1.0.3_p1.ebuild svn2git-0_pre201010

2015-03-30 Thread Sebastian Pipping (sping)
sping   15/03/30 14:54:59

  Modified: svn2git-.ebuild svn2git-1.0.8-r1.ebuild
svn2git-0_pre20100303.ebuild
svn2git-0_pre20100324.ebuild
svn2git-1.0.3_p1.ebuild
svn2git-0_pre20101008.ebuild ChangeLog
svn2git-0_pre20100327.ebuild svn2git-1.0.6.ebuild
svn2git-0_pre20101101.ebuild svn2git-1.0.10.ebuild
svn2git-1.0.5.ebuild svn2git-1.0.4.ebuild
svn2git-1.0.2.1.ebuild
  Log:
  dev-vcs/svn2git: Use off-Gitorious mirror for tarballs (bug #544844)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.12 dev-vcs/svn2git/svn2git-.ebuild

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

Index: svn2git-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- svn2git-.ebuild 10 Aug 2014 21:23:56 -  1.11
+++ svn2git-.ebuild 30 Mar 2015 14:54:59 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v 1.11 
2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v 1.12 
2015/03/30 14:54:59 sping Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
https://git.gitorious.org/${PN}/${PN}.git;
KEYWORDS=
 else
-   SRC_URI=http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} - 
${P}.tar.gz
+   SRC_URI=https://www.hartwork.org/public/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
 fi
 



1.3  dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild

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

Index: svn2git-1.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- svn2git-1.0.8-r1.ebuild 10 Aug 2014 21:23:56 -  1.2
+++ svn2git-1.0.8-r1.ebuild 30 Mar 2015 14:54:59 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 
1.2 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 
1.3 2015/03/30 14:54:59 sping Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
EGIT_REPO_URI=git://gitorious.org/svn2git/svn2git.git
KEYWORDS=
 else
-   SRC_URI=http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} - 
${P}.tar.gz
+   SRC_URI=https://www.hartwork.org/public/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
 fi
 



1.7  dev-vcs/svn2git/svn2git-0_pre20100303.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?r1=1.6r2=1.7

Index: svn2git-0_pre20100303.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- svn2git-0_pre20100303.ebuild10 Aug 2014 21:23:56 -  1.6
+++ svn2git-0_pre20100303.ebuild30 Mar 2015 14:54:59 -  1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.6 
2014/08/10 21:23:56 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.7 
2015/03/30 14:54:59 sping Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
  

[gentoo-commits] gentoo-x86 commit in dev-vcs/svn2git: svn2git-9999.ebuild svn2git-1.0.2.1.ebuild svn2git-0_pre20100303.ebuild svn2git-0_pre20100324.ebuild svn2git-1.0.3_p1.ebuild svn2git-0_pre2010100

2015-03-30 Thread Sebastian Pipping (sping)
sping   15/03/30 19:18:14

  Modified: svn2git-.ebuild svn2git-1.0.2.1.ebuild
svn2git-0_pre20100303.ebuild
svn2git-0_pre20100324.ebuild
svn2git-1.0.3_p1.ebuild
svn2git-0_pre20101008.ebuild ChangeLog
svn2git-0_pre20100327.ebuild svn2git-1.0.6.ebuild
svn2git-0_pre20101101.ebuild svn2git-1.0.10.ebuild
svn2git-1.0.5.ebuild svn2git-1.0.4.ebuild
svn2git-1.0.8-r1.ebuild
  Log:
  dev-vcs/svn2git: Upstream moved to GitHub now (bug #544844)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.13 dev-vcs/svn2git/svn2git-.ebuild

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

Index: svn2git-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- svn2git-.ebuild 30 Mar 2015 14:54:59 -  1.12
+++ svn2git-.ebuild 30 Mar 2015 19:18:14 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v 1.12 
2015/03/30 14:54:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v 1.13 
2015/03/30 19:18:14 sping Exp $
 
 EAPI=2
 
@@ -8,10 +8,9 @@
 [ $PV ==  ]  inherit git-2
 
 DESCRIPTION=Tool for one-time conversion from svn to git
-HOMEPAGE=http://gitorious.org/svn2git/svn2git;
+HOMEPAGE=https://github.com/svn-all-fast-export/svn2git;
 if [ $PV ==  ]; then
-   EGIT_REPO_URI=git://gitorious.org/${PN}/${PN}.git
-   https://git.gitorious.org/${PN}/${PN}.git;
+   EGIT_REPO_URI=https://github.com/svn-all-fast-export/svn2git.git;
KEYWORDS=
 else
SRC_URI=https://www.hartwork.org/public/${P}.tar.gz;



1.6  dev-vcs/svn2git/svn2git-1.0.2.1.ebuild

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

Index: svn2git-1.0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- svn2git-1.0.2.1.ebuild  30 Mar 2015 14:54:59 -  1.5
+++ svn2git-1.0.2.1.ebuild  30 Mar 2015 19:18:14 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 
1.5 2015/03/30 14:54:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 
1.6 2015/03/30 19:18:14 sping Exp $
 
 EAPI=2
 
@@ -10,9 +10,9 @@
 MY_PV=1.0.2-1-gebac099
 
 DESCRIPTION=Tool for one-time conversion from svn to git
-HOMEPAGE=http://gitorious.org/svn2git/svn2git;
+HOMEPAGE=https://github.com/svn-all-fast-export/svn2git;
 if [ $PV ==  ]; then
-   EGIT_REPO_URI=git://gitorious.org/svn2git/svn2git.git
+   EGIT_REPO_URI=https://github.com/svn-all-fast-export/svn2git.git;
KEYWORDS=
 else
SRC_URI=https://www.hartwork.org/public/${P}.tar.gz;



1.8  dev-vcs/svn2git/svn2git-0_pre20100303.ebuild

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

Index: svn2git-0_pre20100303.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- svn2git-0_pre20100303.ebuild30 Mar 2015 14:54:59 -  1.7
+++ svn2git-0_pre20100303.ebuild30 Mar 2015 19:18:14 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in www-apache/mod_flvx: ChangeLog mod_flvx-0.0.1-r1.ebuild

2015-03-26 Thread Sebastian Pipping (sping)
sping   15/03/27 00:57:33

  Modified: ChangeLog
  Added:mod_flvx-0.0.1-r1.ebuild
  Log:
  www-apache/mod_flvx: Resolve AddHandler (bug #544572)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.3  www-apache/mod_flvx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_flvx/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Nov 2012 19:18:11 -  1.2
+++ ChangeLog   27 Mar 2015 00:57:33 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_flvx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_flvx/ChangeLog,v 1.2 
2012/11/27 19:18:11 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_flvx/ChangeLog,v 1.3 
2015/03/27 00:57:33 sping Exp $
+
+*mod_flvx-0.0.1-r1 (27 Mar 2015)
+
+  27 Mar 2015; Sebastian Pipping sp...@gentoo.org +mod_flvx-0.0.1-r1.ebuild,
+  files/20_mod_flvx.conf:
+  Resolve use of AddHandler for security (bug #544572)
 
   27 Nov 2012; Pacho Ramos pa...@gentoo.org metadata.xml:
   Drop apache herd as discussed in http://www.gossamer-



1.1  www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild

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

Index: mod_flvx-0.0.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild,v 1.1 
2015/03/27 00:57:33 sping Exp $

inherit eutils apache-module

DESCRIPTION=mod_flvx allows to seek inside FLV files for streaming purposes
HOMEPAGE=http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/;
SRC_URI=mirror://gentoo/${P}.tar.bz2

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

DEPEND=
RDEPEND=

APACHE2_MOD_CONF=20_${PN}
APACHE2_MOD_DEFINE=FLVX

need_apache2






[gentoo-commits] gentoo-x86 commit in www-apache/mod_flvx/files: 20_mod_flvx.conf

2015-03-26 Thread Sebastian Pipping (sping)
sping   15/03/27 00:57:33

  Modified: 20_mod_flvx.conf
  Log:
  www-apache/mod_flvx: Resolve AddHandler (bug #544572)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  www-apache/mod_flvx/files/20_mod_flvx.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_flvx/files/20_mod_flvx.conf?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_flvx/files/20_mod_flvx.conf?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_flvx/files/20_mod_flvx.conf?r1=1.1r2=1.2

Index: 20_mod_flvx.conf
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_flvx/files/20_mod_flvx.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20_mod_flvx.conf8 Feb 2008 12:35:08 -   1.1
+++ 20_mod_flvx.conf27 Mar 2015 00:57:33 -  1.2
@@ -1,6 +1,11 @@
 IfDefine FLVX
-LoadModule flvx_module modules/mod_flvx.so
-AddHandler flv-stream .flv
+   LoadModule flvx_module modules/mod_flvx.so
+
+   # Avoiding AddHandler directive for security
+   # https://bugs.gentoo.org/show_bug.cgi?id=544572
+   FilesMatch \.flv$
+   SetHandler flv-stream
+   /FilesMatch
 /IfDefine
 
 # vim: ts=4 filetype=apache






[gentoo-commits] gentoo-x86 commit in media-sound/fapg: ChangeLog fapg-0.42.ebuild

2015-02-02 Thread Sebastian Pipping (sping)
sping   15/02/03 00:02:39

  Modified: ChangeLog
  Added:fapg-0.42.ebuild
  Log:
  media-sound/fapg: 0.42
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.31 media-sound/fapg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/fapg/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   29 Jul 2012 18:40:19 -  1.30
+++ ChangeLog   3 Feb 2015 00:02:39 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/fapg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fapg/ChangeLog,v 1.30 
2012/07/29 18:40:19 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fapg/ChangeLog,v 1.31 
2015/02/03 00:02:39 sping Exp $
+
+*fapg-0.42 (02 Feb 2015)
+
+  02 Feb 2015; Sebastian Pipping sp...@gentoo.org +fapg-0.42.ebuild:
+  Bump to 0.42
 
   29 Jul 2012; Raúl Porcel armi...@gentoo.org fapg-0.41.ebuild:
   Drop sparc keywords



1.1  media-sound/fapg/fapg-0.42.ebuild

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

Index: fapg-0.42.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/fapg/fapg-0.42.ebuild,v 1.1 
2015/02/03 00:02:39 sping Exp $

DESCRIPTION=Fast Audio Playlist Generator
HOMEPAGE=http://royale.zerezo.com/fapg/;
SRC_URI=http://royale.zerezo.com/fapg/${P}.tar.gz;
IUSE=xspf
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
RDEPEND=xspf? ( =dev-libs/uriparser-0.6.3 )
DEPEND=${RDEPEND}

src_compile() {
local myconf=
use xspf || myconf=${myconf} --disable-xspf
econf ${myconf}
emake || die make failed
}

src_install() {
emake DESTDIR=${D} install || die make install failed
dodoc AUTHORS ChangeLog README
}






[gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: ChangeLog wxGTK-3.0.2.0-r1.ebuild

2015-02-02 Thread Sebastian Pipping (sping)
sping   15/02/02 16:26:17

  Modified: ChangeLog
  Added:wxGTK-3.0.2.0-r1.ebuild
  Log:
  x11-libs/wxGTK: 3.0.2.0-r1 (bug #536004)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.317x11-libs/wxGTK/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.317view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.317content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.316r2=1.317

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- ChangeLog   31 Dec 2014 17:37:49 -  1.316
+++ ChangeLog   2 Feb 2015 16:26:17 -   1.317
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/wxGTK
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.316 2014/12/31 
17:37:49 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.317 2015/02/02 
16:26:17 sping Exp $
+
+*wxGTK-3.0.2.0-r1 (02 Feb 2015)
+
+  02 Feb 2015; Sebastian Pipping sp...@gentoo.org +wxGTK-3.0.2.0-r1.ebuild:
+  Stop 3.0.2 from pretending to be 3.0.1 (bug #536004)
 
 *wxGTK-3.0.2.0 (31 Dec 2014)
 



1.1  x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild?rev=1.1content-type=text/plain

Index: wxGTK-3.0.2.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild,v 1.1 
2015/02/02 16:26:17 sping Exp $

EAPI=5

inherit eutils flag-o-matic

DESCRIPTION=GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit
HOMEPAGE=http://wxwidgets.org/;

# we use the wxPython tarballs because they include the full wxGTK sources and
# docs, and are released more frequently than wxGTK.
SRC_URI=mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
IUSE=+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit

SLOT=3.0

RDEPEND=
dev-libs/expat
sdl?( media-libs/libsdl )
X?  (
=dev-libs/glib-2.22:2
media-libs/libpng:0=
sys-libs/zlib
virtual/jpeg
=x11-libs/gtk+-2.18:2
x11-libs/gdk-pixbuf
x11-libs/libSM
x11-libs/libXxf86vm
x11-libs/pango[X]
gstreamer? (
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10 )
libnotify? ( x11-libs/libnotify )
opengl? ( virtual/opengl )
tiff?   ( media-libs/tiff:0 )
webkit? ( net-libs/webkit-gtk:2 )
)
aqua? (
=x11-libs/gtk+-2.4[aqua=]
virtual/jpeg
tiff?   ( media-libs/tiff:0 )
)

DEPEND=${RDEPEND}
virtual/pkgconfig
opengl? ( virtual/glu )
X?  (
x11-proto/xproto
x11-proto/xineramaproto
x11-proto/xf86vidmodeproto
)

PDEPEND==app-admin/eselect-wxwidgets-20131230

LICENSE=wxWinLL-3
GPL-2
doc?( wxWinFDL-3 )

S=${WORKDIR}/wxPython-src-${PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.0.0.0-collision.patch

# https://bugs.gentoo.org/421851
# https://bugs.gentoo.org/499984
# https://bugs.gentoo.org/536004
sed \
-e /wx_cv_std_libpath=/s:=.*:=$(get_libdir): \
-e 's:3\.0\.1:3.0.2:g' \
-e 's:^wx_release_number=1$:wx_release_number=2:' \
-i configure || die

epatch_user
}

src_configure() {
local myconf

# X independent options
myconf=
--with-zlib=sys
--with-expat=sys
--enable-compat28
$(use_with sdl)

# debug in =2.9
# there is no longer separate debug libraries (gtk2ud)
# wxDEBUG_LEVEL=1 is the default and we will leave it enabled
# 

[gentoo-commits] gentoo-x86 commit in sys-fs/unionfs-fuse: unionfs-fuse-1.0.ebuild ChangeLog

2015-01-30 Thread Sebastian Pipping (sping)
sping   15/01/30 18:37:06

  Modified: ChangeLog
  Added:unionfs-fuse-1.0.ebuild
  Log:
  sys-fs/unionfs-fuse: 1.0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.11 sys-fs/unionfs-fuse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Jan 2015 21:01:52 -  1.10
+++ ChangeLog   30 Jan 2015 18:37:06 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/unionfs-fuse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.10 
2015/01/11 21:01:52 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.11 
2015/01/30 18:37:06 sping Exp $
+
+*unionfs-fuse-1.0 (30 Jan 2015)
+
+  30 Jan 2015; Sebastian Pipping sp...@gentoo.org +unionfs-fuse-1.0.ebuild:
+  Bump to 1.0
 
 *unionfs-fuse- (11 Jan 2015)
 



1.1  sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild?rev=1.1content-type=text/plain

Index: unionfs-fuse-1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild,v 1.1 
2015/01/30 18:37:06 sping Exp $

EAPI=5

DESCRIPTION=Self-syncing tree-merging file system based on FUSE

HOMEPAGE=https://github.com/rpodgorny/unionfs-fuse;
SRC_URI=https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz

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

DEPEND=sys-fs/fuse
RDEPEND=${DEPEND}

src_install() {
emake DESTDIR=${D} PREFIX=${EPREFIX}/usr install || die emake 
install failed
}






[gentoo-commits] gentoo-x86 commit in x11-misc/redshift: ChangeLog redshift-1.10.ebuild

2015-01-25 Thread Sebastian Pipping (sping)
sping   15/01/26 00:18:48

  Modified: ChangeLog
  Added:redshift-1.10.ebuild
  Log:
  x11-misc/redshift: 1.10 (bug #537678)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.32 x11-misc/redshift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   15 Dec 2014 21:10:23 -  1.31
+++ ChangeLog   26 Jan 2015 00:18:48 -  1.32
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/redshift
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.31 
2014/12/15 21:10:23 sping Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.32 
2015/01/26 00:18:48 sping Exp $
+
+*redshift-1.10 (26 Jan 2015)
+
+  26 Jan 2015; Sebastian Pipping sp...@gentoo.org +redshift-1.10.ebuild:
+  Bump to 1.10 (bug #537678)
 
 *redshift-1.9.1-r2 (15 Dec 2014)
 



1.1  x11-misc/redshift/redshift-1.10.ebuild

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

Index: redshift-1.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.10.ebuild,v 1.1 
2015/01/26 00:18:48 sping Exp $

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

inherit systemd autotools eutils gnome2-utils python-r1

DESCRIPTION=A screen color temperature adjusting software
HOMEPAGE=http://jonls.dk/redshift/;
SRC_URI=https://github.com/jonls/redshift/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=appindicator geoclue gtk nls

COMMON_DEPEND==x11-libs/libX11-1.4
x11-libs/libXxf86vm
x11-libs/libxcb
x11-libs/libdrm
geoclue? ( app-misc/geoclue:2.0 dev-libs/glib:2 )
gtk? ( ${PYTHON_DEPS} )
RDEPEND=${COMMON_DEPEND}
gtk? ( dev-python/pygobject[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
dev-python/pyxdg[${PYTHON_USEDEP}] )
DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.50
nls? ( sys-devel/gettext )
appindicator? ( dev-libs/libappindicator )


src_prepare() {
epatch_user
eautoreconf
}

src_configure() {
python_export_best

econf \
--disable-silent-rules \
$(use_enable nls) \
--enable-drm \
--enable-randr \
--enable-vidmode \
--disable-wingdi \
\
--disable-corelocation \
--disable-geoclue \
$(use_enable geoclue geoclue2) \
\
$(use_enable gtk gui) \
--with-systemduserunitdir=$(systemd_get_userunitdir) \
--disable-quartz \
--disable-ubuntu
}

_impl_specific_src_install() {
emake DESTDIR=${D} pythondir=$(python_get_sitedir) \
-C src/redshift-gtk install
}

src_install() {
emake DESTDIR=${D} UPDATE_ICON_CACHE=/bin/true install

if use gtk; then
python_foreach_impl _impl_specific_src_install
python_replicate_script ${D}/usr/bin/redshift-gtk
dosym redshift-gtk /usr/bin/gtk-redshift
fi
}

pkg_preinst() {
use gtk  gnome2_icon_savelist
}

pkg_postinst() {
use gtk  gnome2_icon_cache_update
}

pkg_postrm() {
use gtk  gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in sys-fs/unionfs-fuse: ChangeLog unionfs-fuse-9999.ebuild

2015-01-11 Thread Sebastian Pipping (sping)
sping   15/01/11 21:01:52

  Modified: ChangeLog
  Added:unionfs-fuse-.ebuild
  Log:
  sys-fs/unionfs-fuse: 
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.10 sys-fs/unionfs-fuse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   21 Feb 2013 03:59:06 -  1.9
+++ ChangeLog   11 Jan 2015 21:01:52 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/unionfs-fuse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.9 
2013/02/21 03:59:06 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.10 
2015/01/11 21:01:52 sping Exp $
+
+*unionfs-fuse- (11 Jan 2015)
+
+  11 Jan 2015; Sebastian Pipping sp...@gentoo.org +unionfs-fuse-.ebuild:
+  Add live ebuild
 
   21 Feb 2013; Zac Medico zmed...@gentoo.org unionfs-fuse-0.26.ebuild:
   Fix for prefix and add ~x86-linux keyword.



1.1  sys-fs/unionfs-fuse/unionfs-fuse-.ebuild

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

Index: unionfs-fuse-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild,v 1.1 
2015/01/11 21:01:52 sping Exp $

EAPI=5

inherit git-r3

DESCRIPTION=Self-syncing tree-merging file system based on FUSE

HOMEPAGE=https://github.com/rpodgorny/unionfs-fuse;
EGIT_REPO_URI=https://github.com/rpodgorny/unionfs-fuse.git;

LICENSE=BSD
SLOT=0
KEYWORDS=
IUSE=

DEPEND=sys-fs/fuse
RDEPEND=${DEPEND}

src_install() {
emake DESTDIR=${D} PREFIX=${EPREFIX}/usr install || die emake 
install failed
}






[gentoo-commits] gentoo-x86 commit in games-board/gnuchess: ChangeLog gnuchess-6.2.1.ebuild

2015-01-05 Thread Sebastian Pipping (sping)
sping   15/01/05 21:36:51

  Modified: ChangeLog
  Added:gnuchess-6.2.1.ebuild
  Log:
  games-board/gnuchess: 6.2.1
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.52 games-board/gnuchess/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   4 Jan 2015 18:00:26 -   1.51
+++ ChangeLog   5 Jan 2015 21:36:51 -   1.52
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gnuchess
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.51 
2015/01/04 18:00:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.52 
2015/01/05 21:36:51 sping Exp $
+
+*gnuchess-6.2.1 (05 Jan 2015)
+
+  05 Jan 2015; Sebastian Pipping sp...@gentoo.org +gnuchess-6.2.1.ebuild:
+  Bump to 6.2.1
 
 *gnuchess-6.2.0 (04 Jan 2015)
 



1.1  games-board/gnuchess/gnuchess-6.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/gnuchess-6.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/gnuchess-6.2.1.ebuild?rev=1.1content-type=text/plain

Index: gnuchess-6.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-6.2.1.ebuild,v 
1.1 2015/01/05 21:36:51 sping Exp $

EAPI=5
inherit flag-o-matic games

DESCRIPTION=Console based chess interface
HOMEPAGE=http://www.gnu.org/software/chess/chess.html;
SRC_URI=mirror://gnu/chess/${P}.tar.gz

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

src_configure() {
strip-flags # bug #199097
egamesconf --without-readline # bug 491088
}

src_install () {
default
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in games-board/gnuchess: gnuchess-6.2.0.ebuild ChangeLog

2015-01-04 Thread Sebastian Pipping (sping)
sping   15/01/04 18:00:26

  Modified: ChangeLog
  Added:gnuchess-6.2.0.ebuild
  Log:
  games-board/gnuchess: 6.2.0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.51 games-board/gnuchess/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   27 Oct 2014 20:07:16 -  1.50
+++ ChangeLog   4 Jan 2015 18:00:26 -   1.51
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gnuchess
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.50 
2014/10/27 20:07:16 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.51 
2015/01/04 18:00:26 sping Exp $
+
+*gnuchess-6.2.0 (04 Jan 2015)
+
+  04 Jan 2015; Sebastian Pipping sp...@gentoo.org +gnuchess-6.2.0.ebuild:
+  Bump to 6.2.0
 
   27 Oct 2014; Michael Sterrett mr_bon...@gentoo.org -gnuchess-6.0.3.ebuild,
   -gnuchess-6.1.1.ebuild:



1.1  games-board/gnuchess/gnuchess-6.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/gnuchess-6.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess/gnuchess-6.2.0.ebuild?rev=1.1content-type=text/plain

Index: gnuchess-6.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-6.2.0.ebuild,v 
1.1 2015/01/04 18:00:26 sping Exp $

EAPI=5
inherit flag-o-matic games

DESCRIPTION=Console based chess interface
HOMEPAGE=http://www.gnu.org/software/chess/chess.html;
SRC_URI=mirror://gnu/chess/${P}.tar.gz

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

src_configure() {
strip-flags # bug #199097
egamesconf --without-readline # bug 491088
}

src_install () {
default
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in x11-misc/screen-message: screen-message-0.23.ebuild ChangeLog

2014-12-31 Thread Sebastian Pipping (sping)
sping   14/12/31 19:46:28

  Modified: ChangeLog
  Added:screen-message-0.23.ebuild
  Log:
  x11-misc/screen-message: 0.23
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.7  x11-misc/screen-message/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 May 2014 16:30:21 -  1.6
+++ ChangeLog   31 Dec 2014 19:46:28 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/screen-message
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v 1.6 
2014/05/29 16:30:21 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v 1.7 
2014/12/31 19:46:28 sping Exp $
+
+*screen-message-0.23 (31 Dec 2014)
+
+  31 Dec 2014; Sebastian Pipping sp...@gentoo.org
+  +screen-message-0.23.ebuild:
+  Bump to 0.23
 
 *screen-message-0.22 (29 May 2014)
 



1.1  x11-misc/screen-message/screen-message-0.23.ebuild

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

Index: screen-message-0.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/screen-message/screen-message-0.23.ebuild,v 
1.1 2014/12/31 19:46:28 sping Exp $

EAPI=2

inherit eutils

DESCRIPTION=Display a multi-line message large, fullscreen, black on white
HOMEPAGE=http://www.joachim-breitner.de/projects#screen-message;
SRC_URI=mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz

LICENSE=|| ( GPL-2 GPL-3 )
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=x11-libs/gtk+:3
=x11-libs/pango-1.16
RDEPEND=${DEPEND}
!net-im/jabberd2-2.2.17-r1

src_install() {
emake DESTDIR=${D} install || die

dodir /usr/bin || die
mv ${D}/usr/{games,bin}/sm || die
sed -i 's|Exec=/usr/games/sm||' 
${D}/usr/share/applications/sm.desktop || die
}






[gentoo-commits] gentoo-x86 commit in x11-misc/screen-message: screen-message-0.23.ebuild ChangeLog

2014-12-31 Thread Sebastian Pipping (sping)
sping   14/12/31 19:59:43

  Modified: screen-message-0.23.ebuild ChangeLog
  Log:
  x11-misc/screen-message: Clean-up
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  x11-misc/screen-message/screen-message-0.23.ebuild

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

Index: screen-message-0.23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/screen-message/screen-message-0.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- screen-message-0.23.ebuild  31 Dec 2014 19:46:28 -  1.1
+++ screen-message-0.23.ebuild  31 Dec 2014 19:59:43 -  1.2
@@ -1,16 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/screen-message/screen-message-0.23.ebuild,v 
1.1 2014/12/31 19:46:28 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/screen-message/screen-message-0.23.ebuild,v 
1.2 2014/12/31 19:59:43 sping Exp $
 
-EAPI=2
-
-inherit eutils
+EAPI=5
 
 DESCRIPTION=Display a multi-line message large, fullscreen, black on white
 HOMEPAGE=http://www.joachim-breitner.de/projects#screen-message;
 SRC_URI=mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
 
-LICENSE=|| ( GPL-2 GPL-3 )
+LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
@@ -21,7 +19,7 @@
!net-im/jabberd2-2.2.17-r1
 
 src_install() {
-   emake DESTDIR=${D} install || die
+   default
 
dodir /usr/bin || die
mv ${D}/usr/{games,bin}/sm || die



1.8  x11-misc/screen-message/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screen-message/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screen-message/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screen-message/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   31 Dec 2014 19:46:28 -  1.7
+++ ChangeLog   31 Dec 2014 19:59:43 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/screen-message
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v 1.7 
2014/12/31 19:46:28 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/screen-message/ChangeLog,v 1.8 
2014/12/31 19:59:43 sping Exp $
+
+  31 Dec 2014; Sebastian Pipping sp...@gentoo.org screen-message-0.23.ebuild:
+  Clean-up ebuild
 
 *screen-message-0.23 (31 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/httrack: httrack-3.48.20.ebuild ChangeLog

2014-12-22 Thread Sebastian Pipping (sping)
sping   14/12/22 19:49:34

  Modified: ChangeLog
  Added:httrack-3.48.20.ebuild
  Log:
  www-client/httrack: 3.48.20
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.68 www-client/httrack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   22 Sep 2014 17:05:41 -  1.67
+++ ChangeLog   22 Dec 2014 19:49:34 -  1.68
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/httrack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.67 
2014/09/22 17:05:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.68 
2014/12/22 19:49:34 sping Exp $
+
+*httrack-3.48.20 (22 Dec 2014)
+
+  22 Dec 2014; Sebastian Pipping sp...@gentoo.org +httrack-3.48.20.ebuild:
+  Bump to 3.48.20
 
   22 Sep 2014; Sebastian Pipping sp...@gentoo.org -httrack-3.47.15.ebuild,
   -httrack-3.47.17.ebuild, -httrack-3.47.18.ebuild, -httrack-3.47.19.ebuild,



1.1  www-client/httrack/httrack-3.48.20.ebuild

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

Index: httrack-3.48.20.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.48.20.ebuild,v 
1.1 2014/12/22 19:49:34 sping Exp $

EAPI=4

inherit eutils

DESCRIPTION=HTTrack Website Copier, Open Source Offline Browser
HOMEPAGE=http://www.httrack.com/;
SRC_URI=http://mirror.httrack.com/historical/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=static-libs

RDEPEND==sys-libs/zlib-1.2.5.1-r1
dev-libs/openssl
DEPEND=${RDEPEND}

DOCS=( AUTHORS README greetings.txt history.txt )

src_prepare() {
epatch ${FILESDIR}/${PN}-3.48.13-minizip.patch
}

src_configure() {
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
default
find ${ED} -type f -name '*.la' -delete || die
}






[gentoo-commits] gentoo-x86 commit in x11-misc/redshift: redshift-1.9.1-r2.ebuild ChangeLog

2014-12-15 Thread Sebastian Pipping (sping)
sping   14/12/15 21:10:23

  Modified: ChangeLog
  Added:redshift-1.9.1-r2.ebuild
  Log:
  x11-misc/redshift: systemd support (bug #532578)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.31 x11-misc/redshift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   17 Nov 2014 22:57:59 -  1.30
+++ ChangeLog   15 Dec 2014 21:10:23 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/redshift
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.30 
2014/11/17 22:57:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.31 
2014/12/15 21:10:23 sping Exp $
+
+*redshift-1.9.1-r2 (15 Dec 2014)
+
+  15 Dec 2014; Sebastian Pipping sp...@gentoo.org +redshift-1.9.1-r2.ebuild:
+  Install systemd units provided by upstream (bug #532578)
 
   17 Nov 2014; Sebastian Pipping sp...@gentoo.org redshift-1.9.1-r1.ebuild,
   metadata.xml:



1.1  x11-misc/redshift/redshift-1.9.1-r2.ebuild

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

Index: redshift-1.9.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r2.ebuild,v 
1.1 2014/12/15 21:10:23 sping Exp $

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

inherit systemd autotools eutils gnome2-utils python-r1

DESCRIPTION=A screen color temperature adjusting software
HOMEPAGE=http://jonls.dk/redshift/;
SRC_URI=https://github.com/jonls/redshift/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=appindicator geoclue gtk nls

COMMON_DEPEND==x11-libs/libX11-1.4
x11-libs/libXxf86vm
x11-libs/libxcb
x11-libs/libdrm
geoclue? ( app-misc/geoclue:0 dev-libs/glib:2 )
gtk? ( ${PYTHON_DEPS} )
RDEPEND=${COMMON_DEPEND}
gtk? ( dev-python/pygobject[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
dev-python/pyxdg[${PYTHON_USEDEP}] )
DEPEND=${COMMON_DEPEND}
nls? ( sys-devel/gettext )
appindicator? ( dev-libs/libappindicator )


src_prepare() {
epatch_user
eautoreconf
}

src_configure() {
python_export_best

econf \
--disable-silent-rules \
$(use_enable nls) \
--enable-drm \
--enable-randr \
--enable-vidmode \
--disable-wingdi \
$(use_enable geoclue) \
$(use_enable gtk gui) \
--with-systemduserunitdir=$(systemd_get_userunitdir) \
--disable-ubuntu
}

_impl_specific_src_install() {
emake DESTDIR=${D} pythondir=$(python_get_sitedir) \
-C src/redshift-gtk install
}

src_install() {
emake DESTDIR=${D} UPDATE_ICON_CACHE=/bin/true install

if use gtk; then
python_foreach_impl _impl_specific_src_install
python_replicate_script ${D}/usr/bin/redshift-gtk
dosym redshift-gtk /usr/bin/gtk-redshift
fi
}

pkg_preinst() {
use gtk  gnome2_icon_savelist
}

pkg_postinst() {
use gtk  gnome2_icon_cache_update
}

pkg_postrm() {
use gtk  gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-5.1.3-r2.ebuild

2014-12-13 Thread Sebastian Pipping (sping)
sping   14/12/13 16:07:19

  Modified: ChangeLog feedparser-5.1.3-r2.ebuild
  Log:
  dev-python/feedparser: Drop Python 3.2 support
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.55 dev-python/feedparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   11 Oct 2014 20:20:29 -  1.54
+++ ChangeLog   13 Dec 2014 16:07:19 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/feedparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.54 
2014/10/11 20:20:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.55 
2014/12/13 16:07:19 sping Exp $
+
+  13 Dec 2014; Sebastian Pipping sp...@gentoo.org feedparser-5.1.3-r2.ebuild:
+  Drop Python 3.2 support
 
   11 Oct 2014; Jeroen Roovers j...@gentoo.org feedparser-5.1.3-r2.ebuild:
   Stable for HPPA (bug #525038).



1.6  dev-python/feedparser/feedparser-5.1.3-r2.ebuild

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

Index: feedparser-5.1.3-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- feedparser-5.1.3-r2.ebuild  11 Oct 2014 20:20:29 -  1.5
+++ feedparser-5.1.3-r2.ebuild  13 Dec 2014 16:07:19 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v 1.5 
2014/10/11 20:20:29 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v 1.6 
2014/12/13 16:07:19 sping Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy )
 
 inherit distutils-r1 eutils
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/svneverever: svneverever-1.2.2-r1.ebuild svneverever-1.2.2.ebuild ChangeLog

2014-12-08 Thread Sebastian Pipping (sping)
sping   14/12/08 15:13:16

  Modified: svneverever-1.2.2-r1.ebuild
svneverever-1.2.2.ebuild ChangeLog
  Log:
  dev-vcs/svneverever: Update homepage URL
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  dev-vcs/svneverever/svneverever-1.2.2-r1.ebuild

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

Index: svneverever-1.2.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- svneverever-1.2.2-r1.ebuild 18 Sep 2014 16:07:39 -  1.1
+++ svneverever-1.2.2-r1.ebuild 8 Dec 2014 15:13: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/dev-vcs/svneverever/svneverever-1.2.2-r1.ebuild,v 1.1 
2014/09/18 16:07:39 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2-r1.ebuild,v 1.2 
2014/12/08 15:13:16 sping Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit distutils-r1
 
 DESCRIPTION=Tool collecting path entries across SVN history
-HOMEPAGE=http://git.goodpoint.de/?p=svneverever.git;a=summary;
+HOMEPAGE=https://github.com/hartwork/svneverever;
 SRC_URI=http://www.hartwork.org/public/${P}.tar.gz;
 
 LICENSE=GPL-3



1.3  dev-vcs/svneverever/svneverever-1.2.2.ebuild

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

Index: svneverever-1.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- svneverever-1.2.2.ebuild6 Jul 2014 12:52:47 -   1.2
+++ svneverever-1.2.2.ebuild8 Dec 2014 15:13:16 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2.ebuild,v 1.2 
2014/07/06 12:52:47 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2.ebuild,v 1.3 
2014/12/08 15:13:16 sping Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 inherit distutils
 
 DESCRIPTION=Tool collecting path entries across SVN history
-HOMEPAGE=http://git.goodpoint.de/?p=svneverever.git;a=summary;
+HOMEPAGE=https://github.com/hartwork/svneverever;
 SRC_URI=http://www.hartwork.org/public/${P}.tar.gz;
 
 LICENSE=GPL-3



1.13 dev-vcs/svneverever/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   18 Sep 2014 16:07:39 -  1.12
+++ ChangeLog   8 Dec 2014 15:13:16 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/svneverever
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.12 
2014/09/18 16:07:39 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.13 
2014/12/08 15:13:16 sping Exp $
+
+  08 Dec 2014; Sebastian Pipping sp...@gentoo.org svneverever-1.2.2.ebuild,
+  svneverever-1.2.2-r1.ebuild:
+  Update homepage URL
 
 *svneverever-1.2.2-r1 (18 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/svneverever: ChangeLog svneverever-1.2.2.ebuild

2014-12-08 Thread Sebastian Pipping (sping)
sping   14/12/08 15:16:01

  Modified: ChangeLog
  Removed:  svneverever-1.2.2.ebuild
  Log:
  dev-vcs/svneverever: Remove distutils-r0 version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.14 dev-vcs/svneverever/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   8 Dec 2014 15:13:16 -   1.13
+++ ChangeLog   8 Dec 2014 15:16:01 -   1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/svneverever
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.13 
2014/12/08 15:13:16 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.14 
2014/12/08 15:16:01 sping Exp $
+
+  08 Dec 2014; Sebastian Pipping sp...@gentoo.org -svneverever-1.2.2.ebuild:
+  Remove distutils-r0 version
 
   08 Dec 2014; Sebastian Pipping sp...@gentoo.org svneverever-1.2.2.ebuild,
   svneverever-1.2.2-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-cdr/isomaster: ChangeLog isomaster-1.3.13.ebuild

2014-12-07 Thread Sebastian Pipping (sping)
sping   14/12/07 17:56:22

  Modified: ChangeLog
  Added:isomaster-1.3.13.ebuild
  Log:
  app-cdr/isomaster: 1.3.13
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.28 app-cdr/isomaster/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   11 Jun 2014 18:11:23 -  1.27
+++ ChangeLog   7 Dec 2014 17:56:22 -   1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-cdr/isomaster
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v 1.27 
2014/06/11 18:11:23 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v 1.28 
2014/12/07 17:56:22 sping Exp $
+
+*isomaster-1.3.13 (07 Dec 2014)
+
+  07 Dec 2014; Sebastian Pipping sp...@gentoo.org +isomaster-1.3.13.ebuild:
+  Bump to 1.3.13
 
   11 Jun 2014; Sebastian Pipping sp...@gentoo.org isomaster-1.3.11.ebuild:
   Depend on gettext =0.19.1 (bug #512448)



1.1  app-cdr/isomaster/isomaster-1.3.13.ebuild

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

Index: isomaster-1.3.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.3.13.ebuild,v 
1.1 2014/12/07 17:56:22 sping Exp $

EAPI=4
inherit eutils fdo-mime toolchain-funcs

DESCRIPTION=Graphical CD image editor for reading, modifying and writing ISO 
images
HOMEPAGE=http://littlesvr.ca/isomaster;
SRC_URI=http://littlesvr.ca/${PN}/releases/${P}.tar.bz2;

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

RDEPEND==dev-libs/iniparser-3.0.0
x11-libs/gtk+:2
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( =sys-devel/gettext-0.19.1 )  # bug 512448

pkg_setup() {
myisoconf=(
DEFAULT_EDITOR=leafpad
MYDOCPATH=/usr/share/doc/${PF}/bkisofs
USE_SYSTEM_INIPARSER=1
PREFIX=/usr
)

use nls || myisoconf+=( WITHOUT_NLS=1 )
}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.3.9-iniparser-3.0.0.patch #399629
rm -R iniparser-2.17 || die
}

src_configure() { :; } #274361

src_compile() {
tc-export CC
emake ${myisoconf[@]}
}

_apply_linguas() {
mv ${D}/usr/share/locale{,_ALL} || die
dodir /usr/share/locale || die
for lingua in ${LINGUAS}; do
[[ -d ${D}/usr/share/locale_ALL/${lingua} ]] || break
mv ${D}/usr/share/{locale_ALL/${lingua},locale/} || die
done
rm -R ${D}/usr/share/locale_ALL || die
}

src_install() {
emake ${myisoconf[@]} DESTDIR=${D} install
dodoc {CHANGELOG,CREDITS,README,TODO}.TXT *.txt

use nls  _apply_linguas  # bug 402679, bug 512448
}

pkg_postinst() {
fdo-mime_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
}






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

2014-11-25 Thread Sebastian Pipping (sping)
sping   14/11/25 20:59:19

  Modified: metadata.xml ChangeLog
  Log:
  dev-python/html2text: Remove myself as a maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  dev-python/html2text/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Nov 2010 00:33:41 -  1.1
+++ metadata.xml25 Nov 2014 20:59:19 -  1.2
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdpython/herd
-   maintainer
-   emailsp...@gentoo.org/email
-   nameSebastian Pipping/name
-   /maintainer
 /pkgmetadata



1.18 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   15 Oct 2014 22:33:01 -  1.17
+++ ChangeLog   25 Nov 2014 20:59:19 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.17 
2014/10/15 22:33:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.18 
2014/11/25 20:59:19 sping Exp $
+
+  25 Nov 2014; Sebastian Pipping sp...@gentoo.org metadata.xml:
+  Remove myself as a maintainer
 
   15 Oct 2014; Tim Harder radher...@gentoo.org html2text-2014.4.5-r1.ebuild:
   Add python3_4 support and remove pypy2_0.






[gentoo-commits] gentoo-x86 commit in app-portage/overlint: ChangeLog overlint-0.5.3.ebuild overlint-0.5.2.ebuild

2014-11-24 Thread Sebastian Pipping (sping)
sping   14/11/24 13:39:01

  Modified: ChangeLog overlint-0.5.3.ebuild
overlint-0.5.2.ebuild
  Log:
  app-portage/overlint: Update PYTHON_COMPAT (bug #530374)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.15 app-portage/overlint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   25 Oct 2014 23:31:53 -  1.14
+++ ChangeLog   24 Nov 2014 13:39:01 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/overlint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.14 
2014/10/25 23:31:53 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.15 
2014/11/24 13:39:01 sping Exp $
+
+  24 Nov 2014; Sebastian Pipping sp...@gentoo.org overlint-0.5.2.ebuild,
+  overlint-0.5.3.ebuild:
+  Update PYTHON_COMPAT (bug #530374)
 
   25 Oct 2014; Sebastian Pipping sp...@gentoo.org overlint-0.5.2.ebuild:
   Sync 0.5.2 with 0.5.3



1.2  app-portage/overlint/overlint-0.5.3.ebuild

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

Index: overlint-0.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- overlint-0.5.3.ebuild   25 Oct 2014 23:29:19 -  1.1
+++ overlint-0.5.3.ebuild   24 Nov 2014 13:39:01 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v 1.1 
2014/10/25 23:29:19 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v 1.2 
2014/11/24 13:39:01 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.10 app-portage/overlint/overlint-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?r1=1.9r2=1.10

Index: overlint-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- overlint-0.5.2.ebuild   25 Oct 2014 23:31:53 -  1.9
+++ overlint-0.5.2.ebuild   24 Nov 2014 13:39:01 -  1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.9 
2014/10/25 23:31:53 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.10 
2014/11/24 13:39:01 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 






[gentoo-commits] gentoo-x86 commit in app-portage/fetchcommandwrapper: fetchcommandwrapper-0.7.1.ebuild ChangeLog fetchcommandwrapper-0.7.2.ebuild

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/21 15:54:58

  Modified: fetchcommandwrapper-0.7.1.ebuild ChangeLog
  Added:fetchcommandwrapper-0.7.2.ebuild
  Log:
  app-portage/fetchcommandwrapper: 0.7.2, distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  
app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.1.ebuild

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

Index: fetchcommandwrapper-0.7.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetchcommandwrapper-0.7.1.ebuild27 Oct 2010 20:42:52 -  1.1
+++ fetchcommandwrapper-0.7.1.ebuild21 Nov 2014 15:54:58 -  1.2
@@ -1,17 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.1.ebuild,v
 1.1 2010/10/27 20:42:52 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.1.ebuild,v
 1.2 2014/11/21 15:54:58 sping Exp $
 
-EAPI=2
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
 
-PYTHON_DEPEND=2
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS=3.*
-
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION=Wrapper integrating aria2 into portage's FETCHCOMMAND
-HOMEPAGE=http://git.goodpoint.de/?p=fetchcommandwrapper.git;a=summary;
+HOMEPAGE=https://github.com/gentoo/fetchcommandwrapper;
 SRC_URI=http://www.hartwork.org/public/${P}.tar.gz;
 
 LICENSE=GPL-3
@@ -23,9 +20,7 @@
 RDEPEND==net-misc/aria2-1.10.2
 
 pkg_postinst() {
-   distutils_pkg_postinst
-
ewarn 'You need to append'
ewarn '   source /usr/share/fetchcommandwrapper/make.conf'
-   ewarn 'to /etc/make.conf in order to integrate fetchcommandwrapper.'
+   ewarn 'to /etc/portage/make.conf in order to integrate 
fetchcommandwrapper.'
 }



1.3  app-portage/fetchcommandwrapper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Oct 2010 20:42:52 -  1.2
+++ ChangeLog   21 Nov 2014 15:54:58 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/fetchcommandwrapper
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/ChangeLog,v 
1.2 2010/10/27 20:42:52 sping Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/ChangeLog,v 
1.3 2014/11/21 15:54:58 sping Exp $
+
+*fetchcommandwrapper-0.7.2 (21 Nov 2014)
+
+  21 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  fetchcommandwrapper-0.7.1.ebuild, +fetchcommandwrapper-0.7.2.ebuild:
+  Bump to 0.7.2, move to distutils-r1
 
 *fetchcommandwrapper-0.7.1 (27 Oct 2010)
 



1.1  
app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.2.ebuild

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

Index: fetchcommandwrapper-0.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.7.2.ebuild,v
 1.1 2014/11/21 15:54:58 sping Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Wrapper integrating aria2 into portage's FETCHCOMMAND
HOMEPAGE=https://github.com/gentoo/fetchcommandwrapper;
SRC_URI=http://www.hartwork.org/public/${P}.tar.gz;

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

[gentoo-commits] gentoo-x86 commit in dev-libs/uriparser: ChangeLog uriparser-0.8.1.ebuild

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/21 17:04:09

  Modified: ChangeLog uriparser-0.8.1.ebuild
  Log:
  dev-libs/uriparser: Fix doc installation and related Bash-ism (bug #527388)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.49 dev-libs/uriparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   20 Oct 2014 15:56:31 -  1.48
+++ ChangeLog   21 Nov 2014 17:04:09 -  1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/uriparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.48 
2014/10/20 15:56:31 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.49 
2014/11/21 17:04:09 sping Exp $
+
+  21 Nov 2014; Sebastian Pipping sp...@gentoo.org uriparser-0.8.1.ebuild,
+  +files/uriparser-0.8.1-doc-install.patch:
+  Fix doc installation and related Bash-ism (bug #527388)
 
 *uriparser-0.8.1 (20 Oct 2014)
 



1.2  dev-libs/uriparser/uriparser-0.8.1.ebuild

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

Index: uriparser-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uriparser-0.8.1.ebuild  20 Oct 2014 15:56:31 -  1.1
+++ uriparser-0.8.1.ebuild  21 Nov 2014 17:04:09 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.8.1.ebuild,v 
1.1 2014/10/20 15:56:31 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.8.1.ebuild,v 
1.2 2014/11/21 17:04:09 sping Exp $
 
 EAPI=4
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION=Uriparser is a strictly RFC 3986 compliant URI parsing library in 
C
 HOMEPAGE=http://uriparser.sourceforge.net/;
@@ -23,6 +23,11 @@
 
 REQUIRED_USE=test? ( unicode )
 
+src_prepare() {
+   epatch ${FILESDIR}/${P}-doc-install.patch
+   eautoreconf
+}
+
 src_configure() {
econf \
--disable-sizedown \






[gentoo-commits] gentoo-x86 commit in dev-libs/uriparser/files: uriparser-0.8.1-doc-install.patch

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/21 17:04:09

  Added:uriparser-0.8.1-doc-install.patch
  Log:
  dev-libs/uriparser: Fix doc installation and related Bash-ism (bug #527388)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  dev-libs/uriparser/files/uriparser-0.8.1-doc-install.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uriparser/files/uriparser-0.8.1-doc-install.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uriparser/files/uriparser-0.8.1-doc-install.patch?rev=1.1content-type=text/plain

Index: uriparser-0.8.1-doc-install.patch
===
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5814a0c..fb9e035 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -23,8 +23,9 @@ distclean-local:
 
 ## Install doc files
 install-data-local:
-   $(MKDIR_P) $(DESTDIR)$(docdir)/html  ## Didn't work with 
installdirs-local
-   $(INSTALL_DATA) html/*.{css,html,png} $(DESTDIR)$(docdir)/html/
+   $(MKDIR_P) $(DESTDIR)$(docdir)/html/search  ## Didn't work with 
installdirs-local
+   $(INSTALL_DATA) html/*.css html/*.html html/*.js html/*.map html/*.md5 
html/*.png $(DESTDIR)$(docdir)/html/
+   $(INSTALL_DATA) html/search/* $(DESTDIR)$(docdir)/html/search/
-$(INSTALL_DATA) *.qch $(DESTDIR)$(docdir)/
 
 






[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20130517.ebuild

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/21 23:48:36

  Modified: ChangeLog gprof2dot-0_p20130517.ebuild
  Log:
  dev-util/gprof2dot: Fix use of python-r1 eclass (bug #528714)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.11 dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Nov 2014 20:49:34 -   1.10
+++ ChangeLog   21 Nov 2014 23:48:36 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.10 
2014/11/09 20:49:34 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.11 
2014/11/21 23:48:36 sping Exp $
+
+  21 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  gprof2dot-0_p20130517.ebuild:
+  Fix use of python-r1 eclass (bug #528714)
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org
   gprof2dot-0_p20130517.ebuild:



1.6  dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?r1=1.5r2=1.6

Index: gprof2dot-0_p20130517.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gprof2dot-0_p20130517.ebuild9 Nov 2014 20:49:34 -   1.5
+++ gprof2dot-0_p20130517.ebuild21 Nov 2014 23:48:36 -  1.6
@@ -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/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.5 
2014/11/09 20:49:34 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.6 
2014/11/21 23:48:36 sping Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='xml'
 
-inherit eutils python-r1 python-utils-r1
+inherit eutils python-r1
 
 DESCRIPTION=Converts profiling output to dot graphs
 HOMEPAGE=http://code.google.com/p/jrfonseca/wiki/Gprof2Dot;
@@ -21,6 +21,8 @@
 DEPEND=
 RDEPEND=
 
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 src_prepare() {
epatch ${FILESDIR}/${P}-py3-xrange.patch
 }






[gentoo-commits] gentoo-x86 commit in games-board/gambit: ChangeLog gambit-1.0.3.ebuild

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/22 02:06:02

  Modified: ChangeLog
  Added:gambit-1.0.3.ebuild
  Log:
  games-board/gambit: 1.0.3 (bug #529616)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  games-board/gambit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Nov 2014 14:41:09 -  1.1
+++ ChangeLog   22 Nov 2014 02:06:02 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gambit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v 1.1 
2014/11/16 14:41:09 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v 1.2 
2014/11/22 02:06:02 sping Exp $
+
+*gambit-1.0.3 (22 Nov 2014)
+
+  22 Nov 2014; Sebastian Pipping sp...@gentoo.org +gambit-1.0.3.ebuild:
+  Bump to 1.0.3 (which should fix start-up bug #529616)
 
 *gambit-1.0.1 (16 Nov 2014)
 



1.1  games-board/gambit/gambit-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild?rev=1.1content-type=text/plain

Index: gambit-1.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild,v 1.1 
2014/11/22 02:06:02 sping Exp $

EAPI=5

CMAKE_IN_SOURCE_BUILD=true
inherit cmake-utils games

DESCRIPTION=Qt-based chess application + engine \gupta\
HOMEPAGE=http://sourceforge.net/projects/gambitchess/;
SRC_URI=mirror://sourceforge/project/${PN}chess/${PN^}-${PV}/${PN^}-${PV}-src.tar.bz2

LICENSE=CC0-1.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
media-libs/mesa
x11-libs/libX11
RDEPEND=${DEPEND}

S=${WORKDIR}/${PN^}-${PV}-src

src_configure() {
local mycmakeargs=(
-DCONFIG_ENABLE_UPDATE_CHECKER=OFF
-DCONFIG_GUPTA_ENGINE_DIRECTORY=${GAMES_BINDIR}/
-DCONFIG_RESOURCE_PATH_PREFIX=${GAMES_DATADIR}/${PN}/
)

cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile
emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release 
|| die
}

src_install() {
insinto ${GAMES_DATADIR}/${PN}
doins -r data/* || die

doicon artwork/icons/${PN}/${PN}.svg
make_desktop_entry ${PN}chess ${PN^} ${PN} Game || die
dodoc doc/contributors.txt || die

dogamesbin engine/gupta/gupta || die
dogamesbin ${PN}chess || die
}






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

2014-11-21 Thread Sebastian Pipping (sping)
sping   14/11/22 02:38:22

  Modified: ChangeLog python-r1.eclass
  Log:
  python-r1: Fix docs on REQUIRED_USE (bug #530086)

Revision  ChangesPath
1.1438   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -u -r1.1437 -r1.1438
--- ChangeLog   21 Nov 2014 21:47:16 -  1.1437
+++ ChangeLog   22 Nov 2014 02:38:21 -  1.1438
@@ -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.1437 2014/11/21 
21:47:16 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1438 2014/11/22 
02:38:21 sping Exp $
+
+  22 Nov 2014; Sebastian Pipping sp...@gentoo.org python-r1.eclass:
+  Fix docs about REQUIRED_USE in python-r1 (bug #530086)
 
   21 Nov 2014; Julian Ospald hasuf...@gentoo.org games.eclass:
   add documentation for games.eclass, rm unnecessary exports



1.79 eclass/python-r1.eclass

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

Index: python-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- python-r1.eclass9 Nov 2014 15:10:32 -   1.78
+++ python-r1.eclass22 Nov 2014 02:38:21 -  1.79
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.78 2014/11/09 
15:10:32 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.79 2014/11/22 
02:38:21 sping Exp $
 
 # @ECLASS: python-r1
 # @MAINTAINER:
@@ -14,7 +14,9 @@
 # packages supporting being installed for multiple Python
 # implementations.
 #
-# This eclass sets correct IUSE and REQUIRED_USE. It exports PYTHON_DEPS
+# This eclass sets correct IUSE. Modification of REQUIRED_USE has to
+# be done by the author of the ebuild (but PYTHON_REQUIRED_USE is
+# provided for convenience, see below). python-r1 exports PYTHON_DEPS
 # and PYTHON_USEDEP so you can create correct dependencies for your
 # package easily. It also provides methods to easily run a command for
 # each enabled Python implementation and duplicate the sources for them.






[gentoo-commits] gentoo-x86 commit in games-board/gambit: - New directory

2014-11-16 Thread Sebastian Pipping (sping)
sping   14/11/16 14:22:06

  Log:
  Directory /var/cvsroot/gentoo-x86/games-board/gambit added to the repository



[gentoo-commits] gentoo-x86 commit in games-board/gambit: metadata.xml ChangeLog gambit-1.0.1.ebuild Manifest

2014-11-16 Thread Sebastian Pipping (sping)
sping   14/11/16 14:41:09

  Added:metadata.xml ChangeLog gambit-1.0.1.ebuild Manifest
  Log:
  games-board/gambit: New package
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  games-board/gambit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/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
emailsp...@gentoo.org/email
nameSebastian Pipping/name
/maintainer
/pkgmetadata



1.1  games-board/gambit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for games-board/gambit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v 1.1 
2014/11/16 14:41:09 sping Exp $

*gambit-1.0.1 (16 Nov 2014)

  16 Nov 2014; Sebastian Pipping sp...@gentoo.org +gambit-1.0.1.ebuild,
  +metadata.xml:
  New package




1.1  games-board/gambit/gambit-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.1.ebuild?rev=1.1content-type=text/plain

Index: gambit-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/gambit-1.0.1.ebuild,v 1.1 
2014/11/16 14:41:09 sping Exp $

EAPI=5

CMAKE_IN_SOURCE_BUILD=true
inherit cmake-utils games

DESCRIPTION=Qt-based chess application + engine \gupta\
HOMEPAGE=http://sourceforge.net/projects/gambitchess/;
SRC_URI=mirror://sourceforge/project/${PN}chess/${PN^}-${PV}/${PN^}-${PV}-src.tar.bz2

LICENSE=CC0-1.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
media-libs/mesa
x11-libs/libX11
RDEPEND=${DEPEND}

S=${WORKDIR}/${PN^}-${PV}-src

src_configure() {
local mycmakeargs=(
-DCONFIG_ENABLE_UPDATE_CHECKER=OFF
-DCONFIG_GUPTA_ENGINE_DIRECTORY=${GAMES_BINDIR}/
-DCONFIG_RESOURCE_PATH_PREFIX=${GAMES_DATADIR}/${PN}/
)

cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile
emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release 
|| die
}

src_install() {
insinto ${GAMES_DATADIR}/${PN}
doins -r data/* || die

doicon artwork/icons/${PN}/${PN}.svg
make_desktop_entry ${PN}chess ${PN^} ${PN} Game || die
dodoc doc/contributors.txt || die

dogamesbin engine/gupta/gupta || die
dogamesbin ${PN}chess || die
}



1.1  games-board/gambit/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST Gambit-1.0.1-src.tar.bz2 1909190 SHA256 
b4689a1c6943d1358bd1d9ea28a45536d60fbdd62ec1d29c76af0aed2b3a2791 SHA512 
749af3305ddd83742bc9ae908f8a9ccd09cb49879abb632d46e828b8ba4b68b68533f63fcf7b14a7e16719343de824f2c9be6e35e2bccc88a11f600854d16bf7
 WHIRLPOOL 
32bf6b6b4c02c9cb9fb817df9ae8f5b7d29a7600a7c196ff67c5ba4a3160bc0b31ec34948990eaf04fa321bd9fd4eef5f340a398c75cd912b1def7d968738d7c
EBUILD gambit-1.0.1.ebuild 1217 SHA256 
cb250991e2692c3824ca1c4e3992661497c27c081e2c3d8fd8d9c512b27d6fd3 SHA512 
ca83ff2bb221478e33eb08d69535cf94ac09c13e27fea9791c7115ff53688367c29134cf6e4bb6fc3187f7055a567e16e31f241348d261a2524382cea63d9f2b
 WHIRLPOOL 
d250720e48b2195d7ed0e42a20a61201eb8e2d0598b1161ff3203947f6df1ec071bc9cd4e9123aaf337c258535d8c001529cd1478ff826637905e2664686817a
MISC ChangeLog 254 SHA256 
65449459a0319b6e9f48c993c2efaf0a2d1f7468ee6a54301556e4d9fd165e95 SHA512 
b5e0133665738728acc24017b02bf25f5ef17b540944eddbc84e70416762069e0f716ec174e361a585af896c205b5d7592bc1d65253df7da0dd6dcfb8400b7b3
 WHIRLPOOL 
e70a3abee2da6bd7a85d5494e4e511bb55c48cb1adaba693c15486167c055d25685dbc37f3b8ef31b480c14248733668566efc51c124f6084410932432d949de
MISC metadata.xml 235 SHA256 

[gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.6.ebuild ChangeLog porticron-0.7_p20131113.ebuild porticron-0.7_p20140126.ebuild

2014-11-12 Thread Sebastian Pipping (sping)
sping   14/11/12 20:31:56

  Modified: porticron-0.6.ebuild ChangeLog
porticron-0.7_p20131113.ebuild
porticron-0.7_p20140126.ebuild
  Log:
  app-portage/porticron: Update homepage
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.7  app-portage/porticron/porticron-0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild?r1=1.6r2=1.7

Index: porticron-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- porticron-0.6.ebuild10 Jan 2013 07:46:06 -  1.6
+++ porticron-0.6.ebuild12 Nov 2014 20:31:56 -  1.7
@@ -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-portage/porticron/porticron-0.6.ebuild,v 1.6 
2013/01/10 07:46:06 hollow Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild,v 1.7 
2014/11/12 20:31:56 sping Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 GITHUB_COMMIT=eaf2457
 
 DESCRIPTION=porticron is a cron script to sync portage and send update mails 
to root
-HOMEPAGE=http://github.com/hollow/porticron;
+HOMEPAGE=https://github.com/gentoo/porticron;
 
SRC_URI=http://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV}
 - ${P}.tar.gz
 
 LICENSE=BSD



1.39 app-portage/porticron/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Apr 2014 16:28:14 -  1.38
+++ ChangeLog   12 Nov 2014 20:31:56 -  1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/porticron
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.38 
2014/04/13 16:28:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.39 
2014/11/12 20:31:56 sping Exp $
+
+  12 Nov 2014; Sebastian Pipping sp...@gentoo.org porticron-0.6.ebuild,
+  porticron-0.7_p20131113.ebuild, porticron-0.7_p20140126.ebuild:
+  Update homepage
 
   13 Apr 2014; Agostino Sarubbo a...@gentoo.org 
porticron-0.7_p20140126.ebuild:
   Stable for ppc, wrt bug #505148



1.2  app-portage/porticron/porticron-0.7_p20131113.ebuild

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

Index: porticron-0.7_p20131113.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20131113.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- porticron-0.7_p20131113.ebuild  11 Jan 2014 11:21:47 -  1.1
+++ porticron-0.7_p20131113.ebuild  12 Nov 2014 20:31:56 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20131113.ebuild,v 
1.1 2014/01/11 11:21:47 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20131113.ebuild,v 
1.2 2014/11/12 20:31:56 sping Exp $
 
 EAPI=5
 
 inherit vcs-snapshot
 
 DESCRIPTION=cron script to sync portage and send update mails to root
-HOMEPAGE=http://github.com/hollow/porticron;
+HOMEPAGE=https://github.com/gentoo/porticron;
 SRC_URI=https://github.com/hollow/${PN}/tarball/df727fe - ${P}.tar.gz
 
 LICENSE=BSD



1.6  app-portage/porticron/porticron-0.7_p20140126.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20100216.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 14:44:55

  Modified: ChangeLog
  Removed:  gprof2dot-0_p20100216.ebuild
  Log:
  dev-util/gprof2dot: Remove old version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.8  dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Sep 2013 18:40:36 -   1.7
+++ ChangeLog   9 Nov 2014 14:44:55 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.7 
2013/09/05 18:40:36 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.8 
2014/11/09 14:44:55 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  -gprof2dot-0_p20100216.ebuild:
+  Remove old version
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org gprof2dot-0_p20130517.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20130517.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 14:53:57

  Modified: ChangeLog gprof2dot-0_p20130517.ebuild
  Log:
  dev-util/gprof2dot: Remove Python 3.2 target
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.9  dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Nov 2014 14:44:55 -   1.8
+++ ChangeLog   9 Nov 2014 14:53:57 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.8 
2014/11/09 14:44:55 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.9 
2014/11/09 14:53:57 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  gprof2dot-0_p20130517.ebuild:
+  Remove Python 3.2 target
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org
   -gprof2dot-0_p20100216.ebuild:



1.4  dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild

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

Index: gprof2dot-0_p20130517.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gprof2dot-0_p20130517.ebuild5 Sep 2013 18:40:36 -   1.3
+++ gprof2dot-0_p20130517.ebuild9 Nov 2014 14:53:57 -   1.4
@@ -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/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.3 
2013/09/05 18:40:36 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.4 
2014/11/09 14:53:57 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
 PYTHON_REQ_USE='xml'
 
 inherit eutils python-r1 python-utils-r1






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

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 15:10:32

  Modified: python-r1.eclass ChangeLog
  Log:
  Use python 3.4 rather than dead 3.2 in python-r1 examples

Revision  ChangesPath
1.78 eclass/python-r1.eclass

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

Index: python-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- python-r1.eclass5 Nov 2014 23:03:01 -   1.77
+++ python-r1.eclass9 Nov 2014 15:10:32 -   1.78
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.77 2014/11/05 
23:03:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.78 2014/11/09 
15:10:32 sping Exp $
 
 # @ECLASS: python-r1
 # @MAINTAINER:
@@ -262,7 +262,7 @@
 #
 # Example:
 # @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
 # DEPEND=doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
 # @CODE
 #
@@ -305,7 +305,7 @@
 #
 # Example:
 # @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
 # REQUIRED_USE=doc? ( || ( $(python_gen_useflags python2*) ) )
 # @CODE
 #



1.1409   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1408
retrieving revision 1.1409
diff -u -r1.1408 -r1.1409
--- ChangeLog   7 Nov 2014 18:18:33 -   1.1408
+++ ChangeLog   9 Nov 2014 15:10:32 -   1.1409
@@ -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.1408 2014/11/07 
18:18:33 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1409 2014/11/09 
15:10:32 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org python-r1.eclass:
+  Use python 3.4 rather than dead 3.2 in python-r1 examples
 
   07 Nov 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
   python-single-r1.eclass:






[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20130517.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 20:49:34

  Modified: ChangeLog gprof2dot-0_p20130517.ebuild
  Log:
  dev-util/gprof2dot: Update python targets (bug #528714)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.10 dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Nov 2014 14:53:57 -   1.9
+++ ChangeLog   9 Nov 2014 20:49:34 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.9 
2014/11/09 14:53:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.10 
2014/11/09 20:49:34 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  gprof2dot-0_p20130517.ebuild:
+  Remove Python 2.6 target, add Python 3.4 (bug #528714)
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org
   gprof2dot-0_p20130517.ebuild:



1.5  dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild

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

Index: gprof2dot-0_p20130517.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gprof2dot-0_p20130517.ebuild9 Nov 2014 14:53:57 -   1.4
+++ gprof2dot-0_p20130517.ebuild9 Nov 2014 20:49:34 -   1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.4 
2014/11/09 14:53:57 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.5 
2014/11/09 20:49:34 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='xml'
 
 inherit eutils python-r1 python-utils-r1






[gentoo-commits] gentoo-x86 commit in media-libs/freeverb3: ChangeLog Manifest freeverb3-3.0.0.ebuild freeverb3-3.0.2.ebuild freeverb3-3.1.0.ebuild

2014-11-07 Thread Sebastian Pipping (sping)
sping   14/11/07 23:19:18

  Modified: ChangeLog Manifest
  Removed:  freeverb3-3.0.0.ebuild freeverb3-3.0.2.ebuild
freeverb3-3.1.0.ebuild
  Log:
  media-libs/freeverb3: Remove some old versions

Revision  ChangesPath
1.43 media-libs/freeverb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   22 Aug 2014 17:43:26 -  1.42
+++ ChangeLog   7 Nov 2014 23:19:18 -   1.43
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/freeverb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.42 
2014/08/22 17:43:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.43 
2014/11/07 23:19:18 sping Exp $
+
+  07 Nov 2014; Sebastian Pipping sp...@gentoo.org -freeverb3-3.0.0.ebuild,
+  -freeverb3-3.0.2.ebuild, -freeverb3-3.1.0.ebuild:
+  Remove some old versions
 
 *freeverb3-3.1.1 (22 Aug 2014)
 



1.43 media-libs/freeverb3/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/Manifest?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/Manifest?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/Manifest?r1=1.42r2=1.43

Index: Manifest
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeverb3/Manifest,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Manifest22 Aug 2014 17:43:36 -  1.42
+++ Manifest7 Nov 2014 23:19:18 -   1.43
@@ -1,6 +1,3 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
 AUX freeverb3-2.3.0-fix-implicit.patch 2824 SHA256 
f0bef314d3b171ea8d13d98bff78648780337f72f07f2161f2c453a78805f13e SHA512 
8c987dab423f7d31ee5a6ee81906bf0851eec07dadba05ce85643f4881bf2070e5bd899496e205cf3fe83c59107d0166683efd4636ac451f21091ef55a1a30e2
 WHIRLPOOL 
c49c71e2486b5cf01fbe669a1fa8bf4bba55fbf2fb636f0f8ded7330a722ae65e486d11efa96557ef749ba64aacdde50192746877e5088a8b2d03be774a0554e
 AUX freeverb3-2.3.1-plugin-api-v8-v10.patch 3693 SHA256 
3425d9419743f227d3ff44f1dedec104b9c2a8c719b0360f0b0404f17c472df5 SHA512 
03c827143c82386f2a6fca7d59420ffca6a2bbaa9c96eb9ae0ff5d825d1e1bcd1bcfc426dff469fb36e77723a51bc0a8cb1dc9dcd6f0a5802bd8557fc706e214
 WHIRLPOOL 
ddbde3ef63dfb8764adb2b89b9d3a45590894e80a4e5711561affac497a23f132c471831bab30ab93ab9fed7440ce6254130fce5388c95ff2785cfae97d3c81b
 AUX freeverb3-2.5.0-pow-ambiguity.patch 585 SHA256 
c00c3568a4ed00ba9f39a3bd15a9b3422c10d87d437d48721fd719b68d3cde52 SHA512 
745054e06e89cfb29aadd3475fd510062c933c5592758d943cbb15996f98a804b61aa4388ba6ca26f5803e5793a5baadfb70b6cf4312268b8afc57f7d5bff8e4
 WHIRLPOOL 
f440b0b6830d28cbe9f3534c5f0f68d511ccd8c5a3197ce190088b75b6c6f2e448f3bdb3738a56ecf7342c965f2ae64b56deab59e3fbe8380437c93f5865
@@ -9,22 +6,9 @@
 AUX freeverb3-3.0.0-audacious-3.3.x.patch 1432 SHA256 
4f865961f10b1f8b5cd5f21f7e6423688a64ef5e48f88fdec4ab121341061e17 SHA512 
4c2ccfc147fa676a6050ccef4dee3e9ff9bfc433e585297b8bedd90c5612e308a6ae1c3d1a5b063013afdaa14abd4e547ea16f418ce12b78883ad294bd33bec2
 WHIRLPOOL 
bdf1e0cfa73e8db9be32d37b219ffec7d90b8afa31feedee02933e36600fc6465ca163f75f9e52329ad6d61a7b3427c23539d8dc2070c49b4611350197123edb
 DIST freeverb3-2.5.13.tar.gz 6143981 SHA256 
9c29adc15a94e6140e52f0b1a5a60923a8e9a3beb21ada4182363c60b25126dd
 DIST freeverb3-2.6.6.tar.gz 6208119 SHA256 
55c0585c8d53df1bcc5dcb6ffd26fc123583a239c3f064229af71e5f8dca6816 SHA512 
755c95ef184487af7e01ea32765b77eba6ffc9738aece3d64f9da019f720075fb7907341689a8adbe81d6fd265a82436da578df2d98ff2e82803a064df4c5dc1
 WHIRLPOOL 
77795333dc30f3aca514a3a16d8760373bf1ac34fdcc1f3feef3d3bd3071fedf1dcb73ca85b3bf27666c0fba176d86607d68d4c0d5d37a2cfa42a5417d282bb4
-DIST freeverb3-3.0.0.tar.gz 6199391 SHA256 
32b65eaf5aee89443f9313241480f93a419cddb0325201538cc930b80a4631be SHA512 
22eea4fac0e8c5e32cec4d4f7ed2f7f98c2c78fdff8f7b22e218f089072d6711455e546ad89763b0c2fe733d1f0656fe9a3080b70cb873cbea8030a87d360378
 WHIRLPOOL 
8da252e6edb2546baf27331abcdc55c195bfea5cd2bad0bcaa4fdfd00c34de24ce3c632461acaca14b49273f11103c5b975e7b9f18f321b567561a2d0eb39ad6
-DIST freeverb3-3.0.2.tar.xz 4769920 SHA256 
b6d44da67343a6e7c2721a2c5be1ce1e85df899cb6d6e7fb63c304f301cda85b SHA512 

[gentoo-commits] gentoo-x86 commit in games-board/xboard: ChangeLog xboard-4.8.0.ebuild

2014-11-03 Thread Sebastian Pipping (sping)
sping   14/11/03 19:31:16

  Modified: ChangeLog
  Added:xboard-4.8.0.ebuild
  Log:
  games-board/xboard: 4.8.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.67 games-board/xboard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   3 Nov 2014 09:38:18 -   1.66
+++ ChangeLog   3 Nov 2014 19:31:16 -   1.67
@@ -1,6 +1,13 @@
 # ChangeLog for games-board/xboard
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.66 
2014/11/03 09:38:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.67 
2014/11/03 19:31:16 sping Exp $
+
+*xboard-4.8.0 (03 Nov 2014)
+
+  03 Nov 2014; Sebastian Pipping sp...@gentoo.org +xboard-4.8.0.ebuild,
+  +files/xboard-4.8.0-gettext.patch,
+  +files/xboard-4.8.0-gnuchess-default.patch:
+  Bump to 4.8.0
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org xboard-4.7.3.ebuild:
   Stable for x86, wrt bug #525728



1.1  games-board/xboard/xboard-4.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xboard/xboard-4.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xboard/xboard-4.8.0.ebuild?rev=1.1content-type=text/plain

Index: xboard-4.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.8.0.ebuild,v 1.1 
2014/11/03 19:31:16 sping Exp $

EAPI=5
inherit autotools eutils fdo-mime gnome2-utils games

DESCRIPTION=GUI for gnuchess and for internet chess servers
HOMEPAGE=http://www.gnu.org/software/xboard/;
SRC_URI=mirror://gnu/xboard/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=Xaw3d +default-font gtk nls zippy
RESTRICT=test #124112

RDEPEND=
dev-libs/glib:2
gnome-base/librsvg:2
virtual/libintl
x11-libs/cairo[X]
x11-libs/libXpm
default-font? (
media-fonts/font-adobe-100dpi[nls?]
media-fonts/font-misc-misc[nls?]
)
!gtk? (
x11-libs/libX11
x11-libs/libXt
x11-libs/libXmu
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( x11-libs/libXaw )
)
gtk? ( x11-libs/gtk+:2 )
DEPEND=${RDEPEND}
x11-proto/xproto
virtual/pkgconfig
nls? ( sys-devel/gettext )

src_prepare() {
epatch \
${FILESDIR}/${P}-gettext.patch \
${FILESDIR}/${P}-gnuchess-default.patch
eautoreconf
}

src_configure() {
egamesconf \
--disable-update-mimedb \
--datadir=/usr/share \
$(use_enable nls) \
$(use_enable zippy) \
--disable-update-mimedb \
$(use_with gtk) \
$(use_with Xaw3d) \
$(usex gtk --without-Xaw $(use_with !Xaw3d Xaw)) \
--with-gamedatadir=${GAMES_DATADIR}/${PN}
}

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO ics-parsing.txt
use zippy  dodoc zippy.README
dohtml FAQ.html
prepgamesdirs
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
games_pkg_postinst
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
gnome2_icon_cache_update
elog No chess engines are emerged by default! If you want a chess 
engine
elog to play with, you can emerge gnuchess or crafty.
elog Read xboard FAQ for information.
if ! use default-font ; then
ewarn Read the xboard(6) man page for specifying the font for 
xboard to use.
fi
}

pkg_postrm() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in x11-misc/redshift: ChangeLog redshift-1.6-r1.ebuild redshift-1.4.1.ebuild redshift-1.9-r1.ebuild redshift-1.8.ebuild

2014-11-01 Thread Sebastian Pipping (sping)
sping   14/11/01 15:36:39

  Modified: ChangeLog
  Removed:  redshift-1.6-r1.ebuild redshift-1.4.1.ebuild
redshift-1.9-r1.ebuild redshift-1.8.ebuild
  Log:
  x11-misc/redshift: Remove old versions
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.28 x11-misc/redshift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   5 Oct 2014 15:11:18 -   1.27
+++ ChangeLog   1 Nov 2014 15:36:39 -   1.28
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/redshift
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.27 
2014/10/05 15:11:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.28 
2014/11/01 15:36:39 sping Exp $
+
+  01 Nov 2014; Sebastian Pipping sp...@gentoo.org -redshift-1.4.1.ebuild,
+  -redshift-1.6-r1.ebuild, -redshift-1.8.ebuild, -redshift-1.9-r1.ebuild:
+  Remove old versions
 
   05 Oct 2014; Manuel Rüger mr...@gentoo.org redshift-1.9.1.ebuild:
   Mark stable on amd64. Bug #521320






[gentoo-commits] gentoo-x86 commit in x11-misc/redshift: ChangeLog redshift-1.9.1-r1.ebuild

2014-11-01 Thread Sebastian Pipping (sping)
sping   14/11/01 15:57:17

  Modified: ChangeLog
  Added:redshift-1.9.1-r1.ebuild
  Log:
  x11-misc/redshift: GTK+ 3.x with introspection (bug #527540)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.29 x11-misc/redshift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   1 Nov 2014 15:36:39 -   1.28
+++ ChangeLog   1 Nov 2014 15:57:17 -   1.29
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/redshift
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.28 
2014/11/01 15:36:39 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.29 
2014/11/01 15:57:17 sping Exp $
+
+*redshift-1.9.1-r1 (01 Nov 2014)
+
+  01 Nov 2014; Sebastian Pipping sp...@gentoo.org +redshift-1.9.1-r1.ebuild:
+  Require GTK+ 3.x with introspection (bug #527540)
 
   01 Nov 2014; Sebastian Pipping sp...@gentoo.org -redshift-1.4.1.ebuild,
   -redshift-1.6-r1.ebuild, -redshift-1.8.ebuild, -redshift-1.9-r1.ebuild:



1.1  x11-misc/redshift/redshift-1.9.1-r1.ebuild

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

Index: redshift-1.9.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r1.ebuild,v 
1.1 2014/11/01 15:57:17 sping Exp $

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

inherit autotools eutils gnome2-utils python-r1

DESCRIPTION=A screen color temperature adjusting software
HOMEPAGE=http://jonls.dk/redshift/;
SRC_URI=https://github.com/jonls/redshift/archive/v${PV}.tar.gz - ${P}.tar.gz

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

COMMON_DEPEND==x11-libs/libX11-1.4
x11-libs/libXxf86vm
x11-libs/libxcb
x11-libs/libdrm
geoclue? ( app-misc/geoclue:0 dev-libs/glib:2 )
gtk? ( ${PYTHON_DEPS} )
RDEPEND=${COMMON_DEPEND}
gtk? ( dev-python/pygobject[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
dev-python/pyxdg[${PYTHON_USEDEP}] )
DEPEND=${COMMON_DEPEND}
nls? ( sys-devel/gettext )

src_prepare() {
epatch_user
eautoreconf
}

src_configure() {
python_export_best

econf \
--disable-silent-rules \
$(use_enable nls) \
--enable-drm \
--enable-randr \
--enable-vidmode \
--disable-wingdi \
$(use_enable geoclue) \
$(use_enable gtk gui) \
--disable-ubuntu
}

_impl_specific_src_install() {
emake DESTDIR=${D} pythondir=$(python_get_sitedir) \
-C src/redshift-gtk install
}

src_install() {
emake DESTDIR=${D} UPDATE_ICON_CACHE=/bin/true install

if use gtk; then
python_foreach_impl _impl_specific_src_install
python_replicate_script ${D}/usr/bin/redshift-gtk
dosym redshift-gtk /usr/bin/gtk-redshift
fi
}

pkg_preinst() {
use gtk  gnome2_icon_savelist
}

pkg_postinst() {
use gtk  gnome2_icon_cache_update
}

pkg_postrm() {
use gtk  gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in app-portage/elogv: ChangeLog elogv-0.7.6.6.ebuild

2014-10-28 Thread Sebastian Pipping (sping)
sping   14/10/29 01:22:07

  Modified: ChangeLog
  Added:elogv-0.7.6.6.ebuild
  Log:
  app-portage/elogv: 0.7.6.6 (bug #527240)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.85 app-portage/elogv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogv/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogv/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogv/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   26 Oct 2014 20:05:14 -  1.84
+++ ChangeLog   29 Oct 2014 01:22:07 -  1.85
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/elogv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.84 
2014/10/26 20:05:14 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.85 
2014/10/29 01:22:07 sping Exp $
+
+*elogv-0.7.6.6 (29 Oct 2014)
+
+  29 Oct 2014; Sebastian Pipping sp...@gentoo.org +elogv-0.7.6.6.ebuild:
+  Bump to 0.7.6.6 (bug #527240)
 
 *elogv-0.7.6.5 (26 Oct 2014)
 



1.1  app-portage/elogv/elogv-0.7.6.6.ebuild

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

Index: elogv-0.7.6.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.6.6.ebuild,v 1.1 
2014/10/29 01:22:07 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE=ncurses
inherit distutils-r1 prefix

DESCRIPTION=Curses based utility to parse the contents of elogs created by 
Portage
HOMEPAGE=https://github.com/gentoo/elogv;
SRC_URI=https://github.com/gentoo/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=linguas_de linguas_es linguas_it linguas_pl

DOCS=( README )

src_install() {
distutils-r1_src_install

# unset LINGUAS = install all languages
# empty LINGUAS = install none
local i
if [[ -n ${LINGUAS+x} ]] ; then
for i in $(ls ${ED}/usr/share/locale/) ; do
if ! has ${i} ${LINGUAS} ; then
rm -rf ${ED}/usr/share/{locale,man}/${i}
fi
done
fi
}

pkg_postinst() {
elog Optional dependencies:
elog   dev-python/pyliblzma (for xz compressed elog files)
elog
elog In order to use this software, you need to activate
elog Portage's elog features.  Required is
elogPORTAGE_ELOG_SYSTEM=\save\ 
elog and at least one out of 
elogPORTAGE_ELOG_CLASSES=\warn error info log qa\
elog More information on the elog system can be found
elog in ${EPREFIX}/usr/share/portage/config/make.conf.example
elog
elog To operate properly this software needs the directory
elog ${PORT_LOGDIR:-${EPREFIX}/var/log/portage}/elog created, 
belonging to group portage.
elog To start the software as a user, add yourself to the portage
elog group.
elog
}






[gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-2.0_pre379.ebuild

2014-10-27 Thread Sebastian Pipping (sping)
sping   14/10/27 21:32:15

  Modified: ChangeLog uniconvertor-2.0_pre379.ebuild
  Log:
  media-gfx/uniconvertor: Missing depencies (bug #527026)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.21 media-gfx/uniconvertor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   26 Oct 2014 15:48:32 -  1.20
+++ ChangeLog   27 Oct 2014 21:32:15 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.20 
2014/10/26 15:48:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.21 
2014/10/27 21:32:15 sping Exp $
+
+  27 Oct 2014; Sebastian Pipping sp...@gentoo.org
+  uniconvertor-2.0_pre379.ebuild:
+  Add missing dependencies virtual/python-imaging and dev-python/pycairo (bug
+  #527026)
 
 *uniconvertor-2.0_pre379 (26 Oct 2014)
 



1.2  media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild

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

Index: uniconvertor-2.0_pre379.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uniconvertor-2.0_pre379.ebuild  26 Oct 2014 15:48:32 -  1.1
+++ uniconvertor-2.0_pre379.ebuild  27 Oct 2014 21:32:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 
1.1 2014/10/26 15:48:32 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 
1.2 2014/10/27 21:32:15 sping Exp $
 
 EAPI=5
 
@@ -17,6 +17,8 @@
 LICENSE=GPL-2 LGPL-2
 IUSE=
 
-DEPEND=media-libs/lcms:2
+DEPEND=media-libs/lcms:2
+   virtual/python-imaging
+   dev-python/pycairo
 RDEPEND=${DEPEND}
app-text/ghostscript-gpl






  1   2   >