[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2023-06-09 Thread Arthur Zamarin
commit: 3029dcde95f2379bdd707711d13d07ba41dc78f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 14:56:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 14:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3029dcde

x11-misc/xaos: destabilize for ~x86

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/xaos/xaos-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xaos/xaos-3.6.ebuild b/x11-misc/xaos/xaos-3.6.ebuild
index 8ce692dd3b90..e597035e043c 100644
--- a/x11-misc/xaos/xaos-3.6.ebuild
+++ b/x11-misc/xaos/xaos-3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="aalib doc gtk nls png svga threads X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2022-10-19 Thread Sam James
commit: 00cdd50f887d78487ad40003c54fe8a9e78831e2
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Oct 19 09:13:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 20 03:52:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cdd50f

x11-misc/xaos: align longdescription opening and closing tags

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xaos/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xaos/metadata.xml b/x11-misc/xaos/metadata.xml
index f16ae2304fcc..cfa060648fe0 100644
--- a/x11-misc/xaos/metadata.xml
+++ b/x11-misc/xaos/metadata.xml
@@ -12,7 +12,7 @@
   provided for both the points inside and outside the selected set. XaoS
   supports switching between Julia and Mandelbrot fractal types and
   on-the-fly plane switching.
-
+  
   
 xaos
   



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2022-01-15 Thread Andrew Ammerlaan
commit: 00ea7a1b9e5aec3c489daea9c28058fabdb497ac
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jan 15 12:36:12 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jan 15 12:37:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ea7a1b

x11-misc/xaos: fix the BDEPEND

Closes: https://bugs.gentoo.org/831022
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 x11-misc/xaos/xaos-4.2.1_p20210828.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild 
b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
index cedf96a232ca..cb49a8809e6b 100644
--- a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
+++ b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
@@ -23,10 +23,10 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 RDEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
-   dev-qt/qtopengl:5
+   dev-qt/qtcore:5
 "
 DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qtchooser"
+BDEPEND="dev-qt/linguist-tools"
 
 src_configure() {
# install into /usr/ instead of /usr/local



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2022-01-11 Thread Andrew Ammerlaan
commit: 1087885199bf55e46ea492665fb508dc28003867
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jan 11 15:32:51 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jan 11 17:22:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10878851

x11-misc/xaos: add missing dependencies

Closes: https://bugs.gentoo.org/831022
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 x11-misc/xaos/xaos-4.2.1_p20210828.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild 
b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
index 107b23186abb..cedf96a232ca 100644
--- a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
+++ b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
@@ -21,10 +21,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
+   dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtopengl:5
 "
 DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/qtchooser"
 
 src_configure() {
# install into /usr/ instead of /usr/local



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2022-01-11 Thread Andrew Ammerlaan
commit: 3527319091508de2254e94f8382f8befce92e029
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jan 11 14:14:52 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jan 11 14:15:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35273190

x11-misc/xaos: add latest snapshot version

Closes: https://bugs.gentoo.org/776418
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 x11-misc/xaos/Manifest|  1 +
 x11-misc/xaos/xaos-4.2.1_p20210828.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/x11-misc/xaos/Manifest b/x11-misc/xaos/Manifest
index 84765264890d..ec1e9c60886b 100644
--- a/x11-misc/xaos/Manifest
+++ b/x11-misc/xaos/Manifest
@@ -1,2 +1,3 @@
 DIST xaos-3.6.tar.gz 2040707 BLAKE2B 
7f8bd0e34e6ef81b57d3ac7203f590efb7bea4f6878ff69f0ffe34f2455290381dc01dc4de98efeadfbe02c55671c4d2a0de601a6b8673ced81b72bfb5158548
 SHA512 
5f61df978b7842b84a52cfb28f7daf1a5ab11d9d7adadbd0dd5bfb60240fcb2fc59b2a3d34faff7896c0c44c32daaf3941071d70db3d58b06b1aef1bcd1022c1
+DIST xaos-4.2.1_p20210828.tar.gz 10918756 BLAKE2B 
c1431596b503d9b99c880945edae577c493ff4061020052d16dafe79f3abce0b137b789493b103a35d96ac954a47d76aa47d32972feaab0406d2cedc0e685504
 SHA512 
847315566c72d6b793f32b2c468b0c90e69877d9e9620f1f871e768cfdaf5b156c0d5b568274f3fb89b58ffb74c990108a96a94c21a753965b682adc5e99dbf3
 DIST xaos.png.tar 10240 BLAKE2B 
5c925f00d19f6b74ff12c8910fbbfd9d108191d1454be82f8bb0d243001d004f2c10b84d93383bff8214f6192766fb8b4f84435ae129a822d0c2f10accb27f9d
 SHA512 
43d51a07ac8014162b0ff4e9bbefdeeca759d3613816a95149b6fd2397b7c661adcfb33bb45b8de4dedfa41d8799ef7df3eacb426712679e867098eaf144a262

diff --git a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild 
b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
new file mode 100644
index ..107b23186abb
--- /dev/null
+++ b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VIRTUALX_REQUIRED="always"
+DOCS_BUILDER="doxygen"
+DOCS_DEPEND="media-gfx/graphviz"
+
+inherit docs qmake-utils
+
+COMMIT="de9e4f16849c5388760ba3a2e3b0955c5a39b71a"
+
+DESCRIPTION="Very fast real-time fractal zoomer"
+HOMEPAGE="https://xaos-project.github.io/;
+SRC_URI="https://github.com/xaos-project/XaoS/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/XaoS-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-qt/qtwidgets:5
+   dev-qt/qtopengl:5
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   # install into /usr/ instead of /usr/local
+   sed -i -e "s:PREFIX = /usr/local:PREFIX = /usr:g" XaoS.pro || die
+   eqmake5
+   # Don't strip, this requires running X/wayland session
+   sed -i -e '/$(STRIP) $(TARGET)/d' Makefile || die
+   # Fix INSTALL_ROOT ignored for examples dir
+   sed -i -e "s:cp {} /usr/share/XaoS/examples:cp {} 
\${INSTALL_ROOT}/usr/share/XaoS/examples:g" Makefile || die
+}
+
+src_compile() {
+   default
+   docs_compile
+}
+
+src_install() {
+   INSTALL_ROOT="${ED}" default
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2021-06-30 Thread Ulrich Müller
commit: c95343822b40f9e028752a561e8d995d544b3651
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 28 10:06:51 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 30 10:15:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9534382

x11-misc/xaos: Update inherit from l10n to strip-linguas

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 x11-misc/xaos/xaos-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xaos/xaos-3.6.ebuild b/x11-misc/xaos/xaos-3.6.ebuild
index ffe1c9122b5..dd4c604ea3e 100644
--- a/x11-misc/xaos/xaos-3.6.ebuild
+++ b/x11-misc/xaos/xaos-3.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools desktop l10n
+inherit autotools desktop strip-linguas
 
 DESCRIPTION="Very fast real-time fractal zoomer"
 HOMEPAGE="http://matek.hu/xaos/doku.php;



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2021-03-23 Thread David Seifert
commit: 53971b6bdb256a1f682a55fb295d49241dcdf53e
Author: David Seifert  gentoo  org>
AuthorDate: Tue Mar 23 16:15:58 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Mar 23 16:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53971b6b

x11-misc/xaos: [QA] Inherit l10n.eclass for strip-linguas

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/xaos/xaos-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xaos/xaos-3.6.ebuild b/x11-misc/xaos/xaos-3.6.ebuild
index b882b13e3fe..e5f86137a93 100644
--- a/x11-misc/xaos/xaos-3.6.ebuild
+++ b/x11-misc/xaos/xaos-3.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools desktop
+inherit autotools desktop l10n
 
 DESCRIPTION="Very fast real-time fractal zoomer"
 HOMEPAGE="http://matek.hu/xaos/doku.php;



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/files/, x11-misc/xaos/

2021-03-20 Thread David Seifert
commit: c92daf0d6805864aafb6d8f092cc41784f359371
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 20 11:11:37 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 20 11:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92daf0d

x11-misc/xaos: Port to EAPI 7

Bug: https://bugs.gentoo.org/776418
Closes: https://bugs.gentoo.org/726212
Closes: https://bugs.gentoo.org/732414
Closes: https://bugs.gentoo.org/742824
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/xaos/files/xaos-3.4-include.patch   |  4 +-
 x11-misc/xaos/files/xaos-3.4-png.patch   | 11 ---
 x11-misc/xaos/files/xaos-3.6-buildsystem.patch   | 86 +
 x11-misc/xaos/files/xaos-3.6-locale-dir.patch| 11 ---
 x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch | 20 -
 x11-misc/xaos/xaos-3.6.ebuild| 96 
 6 files changed, 134 insertions(+), 94 deletions(-)

diff --git a/x11-misc/xaos/files/xaos-3.4-include.patch 
b/x11-misc/xaos/files/xaos-3.4-include.patch
index 65f7b8c5630..3659ccc35a8 100644
--- a/x11-misc/xaos/files/xaos-3.4-include.patch
+++ b/x11-misc/xaos/files/xaos-3.4-include.patch
@@ -1,5 +1,5 @@
 src/util/thread.c.orig 2009-03-28 10:50:49.817619387 +
-+++ src/util/thread.c  2009-03-28 10:59:40.048185946 +
+--- a/src/util/thread.c
 b/src/util/thread.c
 @@ -1,3 +1,4 @@
 +#include 
  #ifndef _plan9_

diff --git a/x11-misc/xaos/files/xaos-3.4-png.patch 
b/x11-misc/xaos/files/xaos-3.4-png.patch
deleted file mode 100644
index 454f8acaa99..000
--- a/x11-misc/xaos/files/xaos-3.4-png.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 configure.in.orig  2009-03-28 09:50:18.764999182 +
-+++ configure.in   2009-03-28 09:49:18.685947638 +
-@@ -98,7 +98,7 @@
- AC_ARG_WITH(png,
- [  --with-png=yes/no   enables/disables PNG saving support],[
-   if test x$withval = xyes; then
--png=test
-+png=yes
-   fi
-   if test x$withval = xno; then
- png=no

diff --git a/x11-misc/xaos/files/xaos-3.6-buildsystem.patch 
b/x11-misc/xaos/files/xaos-3.6-buildsystem.patch
new file mode 100644
index 000..6cdb38ce640
--- /dev/null
+++ b/x11-misc/xaos/files/xaos-3.6-buildsystem.patch
@@ -0,0 +1,86 @@
+--- a/configure.in
 b/configure.in
+@@ -11,7 +11,6 @@
+ 
+ AC_PROG_CC
+ AX_COMPILER_VENDOR
+-AX_CC_MAXOPT
+ 
+ dnl
+ dnl GNU gettext related things
+@@ -86,7 +85,7 @@
+ AC_ARG_WITH(png,
+ [  --with-png=yes/no   enables/disables PNG saving support],[
+   if test x$withval = xyes; then
+-png=test
++png=yes
+   fi
+   if test x$withval = xno; then
+ png=no
+@@ -141,7 +140,7 @@
+ dnl Checks for programs.
+ 
+ DRIVERDIRS=""
+-LOCALEDIR="/usr/share/locale"
++LOCALEDIR="$prefix/share/locale"
+ DRIVERLIBS="lib/libui.a lib/libui-hlp.a lib/libengine.a lib/libutil.a 
lib/libfilter.a"
+ AC_PROG_INSTALL
+ 
+@@ -422,7 +421,7 @@
+ AC_SUBST(REALTOPDIR)
+ BINPATH="$REALTOPDIR/bin"
+ AC_SUBST(BINPATH)
+-AR="ar"
++AC_CHECK_TOOL([AR], [ar])
+ AC_SUBST(AR)
+ SRCPATH="$REALTOPDIR/src"
+ AC_SUBST(SRCPATH)
+@@ -450,7 +449,7 @@
+ echo "using GSL for complex numbers"
+ GSL_LIBS=`$GSL_CONFIG --libs`
+ GSL_CFLAGS=`$GSL_CONFIG --cflags`
+-CFLAGS="$CFLAGS $GSL_CFLAGS -fomit-frame-pointer -DSFFE_USING 
-DSFFE_CMPLX_GSL"
++CFLAGS="$CFLAGS $GSL_CFLAGS -DSFFE_USING -DSFFE_CMPLX_GSL"
+ DRIVERLIBS="$DRIVERLIBS lib/libsffe.a"
+ ASM_CMPLX_O=""
+   fi 
+@@ -473,8 +472,6 @@
+   fi
+  fi
+  echo ""
+-else
+-  CFLAGS="$CFLAGS -fomit-frame-pointer"
+ fi
+ 
+ 
+--- a/Makefile.in
 b/Makefile.in
+@@ -36,7 +36,7 @@
+   @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/help
+   @INSTALL@ -d $(DESTDIR)$(bindir)
+   @INSTALL@ -d $(DESTDIR)$(mandir)/man6
+-  @INSTALL@ -s bin/xaos $(DESTDIR)$(bindir)
++  @INSTALL@ bin/xaos $(DESTDIR)$(bindir)
+   @INSTALL@ -m 444 tutorial/*.x[ah]f $(DESTDIR)$(datadir)/XaoS/tutorial
+ 
+   @INSTALL@ -m 444 examples/README $(DESTDIR)$(datadir)/XaoS/examples
+@@ -49,7 +49,7 @@
+ 
+   @INSTALL@ -m 444 catalogs/*.cat catalogs/README 
$(DESTDIR)$(datadir)/XaoS/catalogs
+   @INSTALL@ -m 444 help/xaos.hlp $(DESTDIR)$(datadir)/XaoS/help
+-  @INSTALL@ -m 444 AUTHORS NEWS COPYING TODO INSTALL ChangeLog 
ChangeLog.old $(DESTDIR)$(datadir)/XaoS/doc
++  @INSTALL@ -m 444 AUTHORS NEWS TODO ChangeLog ChangeLog.old 
$(DESTDIR)$(datadir)/XaoS/doc
+   @INSTALL@ -m 444 doc/xaos.6 $(DESTDIR)$(mandir)/man6
+   test -z "$(infodir)" || @INSTALL@ -d "$(DESTDIR)$(infodir)"
+   @INSTALL@ -m 444 doc/xaos.info $(DESTDIR)$(infodir)/xaos.info
+--- a/src/ui/ui-drv/gtk/Makefile.in
 b/src/ui/ui-drv/gtk/Makefile.in
+@@ -2,7 +2,7 @@
+ CFLAGS = @CFLAGS@
+ LIBS   = @LIBS@ -lm
+ LFLAGS = @LDFLAGS@
+-#AR = @AR@
++AR = @AR@
+ RANLIB = @RANLIB@
+ 
+ SRCS = 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/files/

2017-12-06 Thread Michael Palimaka
commit: 6f8fdc695bc538925e51b51bba9213d1536ce798
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Dec  4 20:14:21 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec  6 13:03:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8fdc69

x11-misc/xaos: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/6441

 x11-misc/xaos/files/xaos-3.5-gettext.patch  |  88 ---
 x11-misc/xaos/files/xaos-3.5-libpng15.patch | 131 
 2 files changed, 219 deletions(-)

diff --git a/x11-misc/xaos/files/xaos-3.5-gettext.patch 
b/x11-misc/xaos/files/xaos-3.5-gettext.patch
deleted file mode 100644
index b83b24346cd..000
--- a/x11-misc/xaos/files/xaos-3.5-gettext.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -ur xaos-3.5.orig/src/i18n/cs.po xaos-3.5/src/i18n/cs.po
 xaos-3.5.orig/src/i18n/cs.po   2014-06-08 15:19:23.313803520 +0200
-+++ xaos-3.5/src/i18n/cs.po2014-06-08 15:20:35.071009379 +0200
-@@ -10,6 +10,7 @@
- "PO-Revision-Date: 2002-08-17 21:44+0200\n"
- "Last-Translator: MadSoft \n"
- "Language-Team: Czech\n"
-+"Language: cs\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-2\n"
- "Content-Transfer-Encoding: 8-bit\n"
-diff -ur xaos-3.5.orig/src/i18n/de.po xaos-3.5/src/i18n/de.po
 xaos-3.5.orig/src/i18n/de.po   2014-06-08 15:19:23.314803662 +0200
-+++ xaos-3.5/src/i18n/de.po2014-06-08 15:20:59.684508120 +0200
-@@ -11,6 +11,7 @@
- "PO-Revision-Date: 2008-04-27 21:48+0200\n"
- "Last-Translator: \n"
- "Language-Team:  \n"
-+"Language: de\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
-diff -ur xaos-3.5.orig/src/i18n/es.po xaos-3.5/src/i18n/es.po
 xaos-3.5.orig/src/i18n/es.po   2014-06-08 15:19:23.314803662 +0200
-+++ xaos-3.5/src/i18n/es.po2014-06-08 15:21:10.917104552 +0200
-@@ -10,6 +10,7 @@
- "PO-Revision-Date: 2002-10-04 15:22+0200\n"
- "Last-Translator: C�sar P�rez \n"
- "Language-Team: Spanish \n"
-+"Language: es\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8-bit\n"
-diff -ur xaos-3.5.orig/src/i18n/fr.po xaos-3.5/src/i18n/fr.po
 xaos-3.5.orig/src/i18n/fr.po   2014-06-08 15:19:23.315803804 +0200
-+++ xaos-3.5/src/i18n/fr.po2014-06-08 15:21:24.653056586 +0200
-@@ -10,6 +10,7 @@
- "PO-Revision-Date: 2006-02-05 17:35+0200\n"
- "Last-Translator: Philippe Wautelet \n"
- "Language-Team: French\n"
-+"Language: fr\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8-bit\n"
-diff -ur xaos-3.5.orig/src/i18n/hu.po xaos-3.5/src/i18n/hu.po
 xaos-3.5.orig/src/i18n/hu.po   2014-06-08 15:19:23.315803804 +0200
-+++ xaos-3.5/src/i18n/hu.po2014-06-08 15:21:49.950651185 +0200
-@@ -10,6 +10,7 @@
- "PO-Revision-Date: 2002-08-17 21:44+0200\n"
- "Last-Translator: Zoltan Kovacs \n"
- "Language-Team: Hungarian\n"
-+"Language: hu\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-2\n"
- "Content-Transfer-Encoding: 8-bit\n"
-diff -ur xaos-3.5.orig/src/i18n/it.po xaos-3.5/src/i18n/it.po
 xaos-3.5.orig/src/i18n/it.po   2014-06-08 15:19:23.316803947 +0200
-+++ xaos-3.5/src/i18n/it.po2014-06-08 15:22:00.324125022 +0200
-@@ -11,6 +11,7 @@
- "PO-Revision-Date: 2008-04-08 10:10+\n"
- "Last-Translator: Sergio Zanchetta \n"
- "Language-Team: Italian \n"
-+"Language: it\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
-diff -ur xaos-3.5.orig/src/i18n/pt.po xaos-3.5/src/i18n/pt.po
 xaos-3.5.orig/src/i18n/pt.po   2014-06-08 15:19:23.316803947 +0200
-+++ xaos-3.5/src/i18n/pt.po2014-06-08 15:22:12.961920461 +0200
-@@ -9,6 +9,7 @@
- "PO-Revision-Date: 2009-06-01 14:07-0300\n"
- "Last-Translator: Lucio de Araujo \n"
- "Language-Team: Portuguese \n"
-+"Language: pt\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
-diff -ur xaos-3.5.orig/src/i18n/ro.po xaos-3.5/src/i18n/ro.po
 xaos-3.5.orig/src/i18n/ro.po   2014-06-08 15:19:23.317804089 +0200
-+++ xaos-3.5/src/i18n/ro.po2014-06-08 15:22:21.969200049 +0200
-@@ -10,6 +10,7 @@
- "PO-Revision-Date: 2008-04-28 11:21+0100\n"
- "Last-Translator: Zoltan Kovacs \n"
- "Language-Team: The XaoS Development Team \n"
-+"Language: ro\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=utf-8\n"
- "Content-Transfer-Encoding: 8bit\n"

diff --git a/x11-misc/xaos/files/xaos-3.5-libpng15.patch 
b/x11-misc/xaos/files/xaos-3.5-libpng15.patch
deleted file mode 100644
index beece8339e3..000
--- 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2017-05-13 Thread David Seifert
commit: 48092096396aac73f5001eac6e751e1f8bb6478b
Author: Harri Nieminen  gmail  com>
AuthorDate: Fri May 12 15:36:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 13 12:58:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48092096

x11-misc/xaos: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4612

 x11-misc/xaos/Manifest   |  1 -
 x11-misc/xaos/xaos-3.5-r1.ebuild | 85 
 2 files changed, 86 deletions(-)

diff --git a/x11-misc/xaos/Manifest b/x11-misc/xaos/Manifest
index d7888a39fbf..3079db2f656 100644
--- a/x11-misc/xaos/Manifest
+++ b/x11-misc/xaos/Manifest
@@ -1,3 +1,2 @@
-DIST xaos-3.5.tar.gz 2930590 SHA256 
471fa752154a8e4c4687797fe1241df1b3f82400b2ef4e6a603969a27cd74842 SHA512 
c0d9e88de7767a9c62bf2fe6e49e4115d992882cd0780acf61fc14539364d383b275b7f589de353e0b025f43efc54986f19c0722322aedd992027e788295d1df
 WHIRLPOOL 
be6b0d5314b19e2a39a46a959ec7e9bf820958eddb43f105b40f02c2a58b00f983aaccce5678ade413b9004bd07a483140b0b6c71313b9fcc6686b74ea6eb82d
 DIST xaos-3.6.tar.gz 2040707 SHA256 
989f3e38f7793810cbb1496d5291d44836a7d7c058422b9ee1cffb163a0b8d95 SHA512 
5f61df978b7842b84a52cfb28f7daf1a5ab11d9d7adadbd0dd5bfb60240fcb2fc59b2a3d34faff7896c0c44c32daaf3941071d70db3d58b06b1aef1bcd1022c1
 WHIRLPOOL 
c860b2b16150ffd285a0617ba5f1fcd87d6840df47152258cb54c2ea78171574c96427a8ac2ad05cbe7c80c9dde36b290fe3d2681679bd0135df430873dd2d14
 DIST xaos.png.tar 10240 SHA256 
23806369fa304bf58439f39d9c672fe7f2b4293b3b1bfcccffd0c7994faeaa6a SHA512 
43d51a07ac8014162b0ff4e9bbefdeeca759d3613816a95149b6fd2397b7c661adcfb33bb45b8de4dedfa41d8799ef7df3eacb426712679e867098eaf144a262
 WHIRLPOOL 
3c13eaf9c287c035cb6fcdd4150daac9e97bedbc258064b53e68095656cac1faf959c691e847e7a263a3c43938e820bb7da6e1589ced9ed33aa2821252b22298

diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild
deleted file mode 100644
index 9680d46ccdb..000
--- a/x11-misc/xaos/xaos-3.5-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools
-
-DESCRIPTION="A very fast real-time fractal zoomer"
-HOMEPAGE="http://xaos.sf.net/;
-SRC_URI="
-   https://dev.gentoo.org/~jlec/distfiles/${PN}.png.tar
-   mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="aalib doc -gtk nls png svga threads X"
-
-RDEPEND="
-   sci-libs/gsl
-   sys-libs/zlib
-   aalib? ( media-libs/aalib )
-   gtk? ( x11-libs/gtk+:2 )
-   png? ( media-libs/libpng )
-   X? ( x11-libs/libX11
-x11-libs/libXext
-x11-libs/libXxf86vm )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( virtual/texi2dvi )
-   X? (
-   x11-proto/xf86vidmodeproto
-   x11-proto/xextproto
-   x11-proto/xproto )"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-3.4-png.patch \
-   "${FILESDIR}"/${PN}-3.4-include.patch \
-   "${FILESDIR}"/${PN}-3.5-libpng15.patch \
-   "${FILESDIR}"/${PN}-3.5-build-fix-i686.patch \
-   "${FILESDIR}"/${PN}-3.5-gettext.patch
-   sed -i -e 's/-s//' Makefile.in
-   eautoreconf
-}
-
-src_configure() {
-   # use gsl and not nasm (see bug #233318)
-   econf \
-   --with-sffe=yes \
-   --with-gsl=yes \
-   $(use_enable nls) \
-   $(use_with png) \
-   $(use_with aalib aa-driver) \
-   $(use_with gtk gtk-driver) \
-   $(use_with threads pthread) \
-   $(use_with X x11-driver) \
-   $(use_with X x)
-}
-
-src_compile() {
-   default
-   if use doc; then
-   cd "${S}"/doc
-   emake xaos.dvi
-   dvipdf xaos.dvi || die
-   cd "${S}"/help
-   emake html
-   fi
-}
-
-src_install() {
-   default
-   if use doc; then
-   insinto /usr/share/doc/${PF}
-   doins doc/xaos.pdf
-   dohtml -r help/*
-   fi
-   local driver="x11"
-   use gtk && driver="\"GTK+ Driver\""
-   make_desktop_entry "xaos -driver ${driver}" "XaoS Fractal Zoomer" \
-   xaos "Application;Education;Math;Graphics;"
-   doicon "${WORKDIR}"/${PN}.png
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2017-03-22 Thread Michael Weber
commit: 2f005bb4d1ce45c5b863d58fa9c9ea8d7c90c6b9
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 21 15:31:54 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar 22 07:29:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f005bb4

x11-misc/xaos: ppc stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xaos/xaos-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xaos/xaos-3.6.ebuild b/x11-misc/xaos/xaos-3.6.ebuild
index d99ec42ec45..bf5885edc5f 100644
--- a/x11-misc/xaos/xaos-3.6.ebuild
+++ b/x11-misc/xaos/xaos-3.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="aalib doc -gtk nls png svga threads X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/

2017-03-20 Thread Agostino Sarubbo
commit: a5838fe671307a1aa18ae3cbc26ccc64c4dc23d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 20 11:02:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 20 11:02:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5838fe6

x11-misc/xaos: amd64 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xaos/xaos-3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xaos/xaos-3.6.ebuild b/x11-misc/xaos/xaos-3.6.ebuild
index 7146b4ea6f5..ede4014acea 100644
--- a/x11-misc/xaos/xaos-3.6.ebuild
+++ b/x11-misc/xaos/xaos-3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="aalib doc -gtk nls png svga threads X"
 
 RDEPEND="