[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2023-07-20 Thread Andrey Grozin
commit: da3f272aa18df7e3c3cea5673e7b217d04d9e494
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Jul 20 16:02:54 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Jul 20 16:02:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3f272a

media-gfx/asymptote: bump to 2.86

Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.86.ebuild  | 245 +
 .../files/asymptote-2.86-without-lsp.patch |  50 +
 3 files changed, 296 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 33a3520ac1ac..e95e6faa4a8d 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1 +1,2 @@
 DIST asymptote-2.85.src.tgz 15073771 BLAKE2B 
5fb965d6fad5c138c00b76a55158c3808022de84ba2a5568af551fe744e5ab0dc3caf168f9467517d917c9716a89a3fd1064324991e8d058a7a27138648903fc
 SHA512 
81e62c3b5c1a4d8a12b37c9ca45f0141cf4034719f08155c2eb61989a2132a79053d611dee29bc0ea24b0aa05d2b4cb2b0dfeadec51e754cd65caf4ace7cc5b1
+DIST asymptote-2.86.src.tgz 15118426 BLAKE2B 
305edae6653094a5daa9f136951cfcc3f8ece1dc8e616593710e0bace350a95f61729f8d7a9522a14704300a6cfd15decb1bb634e58dba1626f09c053b6b368b
 SHA512 
9e11dbfca10379f07b50dcce0d63c12b793f47741651b1804cf0825e87604c40b5b94acf343ce7f5ca7da83b5ebb0e213090ada80e0b6ebe4f6cec9db67209d6

diff --git a/media-gfx/asymptote/asymptote-2.86.ebuild 
b/media-gfx/asymptote/asymptote-2.86.ebuild
new file mode 100644
index ..dcccb01b39d5
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.86.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="https://asymptote.sourceforge.io/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex 
lsp offscreen +opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   net-libs/libtirpc:=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1:= )
+   gsl? ( sci-libs/gsl:= )
+   python? ( ${PYTHON_DEPS} )
+   curl? ( net-misc/curl )
+   lsp? (
+   dev-libs/boost
+   dev-libs/rapidjson
+   dev-libs/utfcpp
+   )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   )
+   context? ( dev-texlive/texlive-context )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   doc? (
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${PN}-2.85-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${PN}-2.70-info.patch"
+
+   "${FILESDIR}/${PN}-2.86-without-lsp.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   --disable-gc-full-debug \
+   --with-latex=/usr/share/texmf-site/tex/latex \
+   --with-context=/usr/share/texmf-site/tex/context \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable curl) \
+   $(use_enable lsp) 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2023-02-15 Thread Andrey Grozin
commit: f22931643ce0dbc5eef50a331685150aa45d7373
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Feb 16 06:06:00 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Feb 16 06:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2293164

media-gfx/asymptote: bump to 2.85

Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.85.ebuild  | 243 +
 .../asymptote/files/asymptote-2.85-xdg-utils.patch |  21 ++
 3 files changed, 265 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 343d3e84c2a7..55f39a8ba4a7 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1 +1,2 @@
 DIST asymptote-2.83.src.tgz 15044624 BLAKE2B 
f364d7fa5d09bfc94f2556d5c99fc2751182f4a231544c24b449f02f36cca62e48272827f5bb405119b82d75517ef1fe49ec87cb75eb30de92ed95ac360a553c
 SHA512 
cb59731f6d68658746cd1e686a54b6f590e4a4990df572e89b4b5faab6bb8ed75de9d7f75e65b8ed76227ead59930d5492d54239db6acdb4bff2377ac2b97dec
+DIST asymptote-2.85.src.tgz 15073771 BLAKE2B 
5fb965d6fad5c138c00b76a55158c3808022de84ba2a5568af551fe744e5ab0dc3caf168f9467517d917c9716a89a3fd1064324991e8d058a7a27138648903fc
 SHA512 
81e62c3b5c1a4d8a12b37c9ca45f0141cf4034719f08155c2eb61989a2132a79053d611dee29bc0ea24b0aa05d2b4cb2b0dfeadec51e754cd65caf4ace7cc5b1

diff --git a/media-gfx/asymptote/asymptote-2.85.ebuild 
b/media-gfx/asymptote/asymptote-2.85.ebuild
new file mode 100644
index ..604efd650f66
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.85.ebuild
@@ -0,0 +1,243 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="https://asymptote.sourceforge.io/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex 
lsp offscreen +opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   net-libs/libtirpc:=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1:= )
+   gsl? ( sci-libs/gsl:= )
+   python? ( ${PYTHON_DEPS} )
+   curl? ( net-misc/curl )
+   lsp? (
+   dev-libs/boost
+   dev-libs/rapidjson
+   dev-libs/utfcpp
+   )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   )
+   context? ( dev-texlive/texlive-context )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   doc? (
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${PN}-2.85-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${PN}-2.70-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   --disable-gc-full-debug \
+   --with-latex=/usr/share/texmf-site/tex/latex \
+   --with-context=/usr/share/texmf-site/tex/context \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable curl) \
+   $(use_enable lsp) \
+   $(use_enable fftw) \
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2021-02-28 Thread Andrey Grozin
commit: e65943f2adabd0642b4e867025fd68bb151815d6
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Feb 28 13:05:45 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Feb 28 13:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65943f2

media-gfx/asymptote: clean old versions

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   2 -
 media-gfx/asymptote/asymptote-2.65.ebuild  | 211 
 media-gfx/asymptote/asymptote-2.67.ebuild  | 217 -
 .../asymptote/files/asymptote-2.65-info.patch  |  13 --
 .../asymptote/files/asymptote-2.65-xdg-utils.patch |  22 ---
 .../asymptote/files/asymptote-2.67-info.patch  |  13 --
 .../asymptote/files/asymptote-2.67-xdg-utils.patch |  23 ---
 7 files changed, 501 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index b4f108398f4..db4715715f9 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,4 +1,2 @@
-DIST asymptote-2.65.src.tgz 4640419 BLAKE2B 
a508532b9697a0744d48f8109d5b04ca71eb1ee7a08f15eccd2b95d63c16c980621ef03d01a03917a767c774f14a239a13f8fe50ad98b154b092f710917af1ad
 SHA512 
c6879689192c1646a318b389de222accc55c8d5e9df17fab3c88c37f627d2cff8133cdefe9e6dec2784cf72edf261e557ad83f7fac6e67fd49c483e9d8971026
-DIST asymptote-2.67.src.tgz 4668696 BLAKE2B 
30be754a0e5869caad4d605f162dffe688d2dc09a0163a8c37d15fd9d6dd05652b7b0b2710ab31edaa8f4b36484df256d032f8826f3547e755eb90e5dbb179ec
 SHA512 
5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210
 DIST asymptote-2.68.src.tgz 4672007 BLAKE2B 
96c1a99815cf04180ea2fe01528615390faf8d1e5853d4e2e5f4fcdf48f0ec7e774ab0facdb86ad427e6ac11f5ce684902997f7d1e4855460ad450f6d6c64cfd
 SHA512 
20aa3ae5116b93f266020a1d45178d7120cf39980634108b86a0bc8a4202e28b2cf0a1ac6fa5e921506db150e9077a1e3d7b8ad04869bc9bd22bae447f45fd46
 DIST asymptote-2.69.src.tgz 4673601 BLAKE2B 
9734ffec10c9c0b8053598402a4eb81a3ed8a48f8ce8e58d1720442be26e25fe7778d6d47cd2d29dae61183d15aaa456bca430ab98e951844c8210484226e67f
 SHA512 
a1b746600b4e6880350e57adeb3a3228d10b1b0c1db11ee0e750545cf8023716eec92253c0cd0980747f72c16fd0097f25ee688657168f24a0def106260e0791

diff --git a/media-gfx/asymptote/asymptote-2.65.ebuild 
b/media-gfx/asymptote/asymptote-2.65.ebuild
deleted file mode 100644
index 4b84f9b7f50..000
--- a/media-gfx/asymptote/asymptote-2.65.ebuild
+++ /dev/null
@@ -1,211 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit autotools elisp-common latex-package python-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="https://asymptote.sourceforge.io/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )
-   doc? ( boehm-gc )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
-   dev-python/numpy
-   dev-python/pycson
-   >=gnome-base/librsvg-2.40
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( >=app-editors/emacs-23.1:* )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   app-text/ghostscript-gpl )
-   test? ( app-text/ghostscript-gpl )"
-
-TEXMF=/usr/share/texmf-site
-
-PATCHES=(
-   # Changing pdf, ps, image viewers to xdg-open
-   "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-   "${FILESDIR}/${P}-info.patch"
-)
-
-src_prepare() {
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-
-   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2021-02-28 Thread Andrey Grozin
commit: c5dea7521772bdd8be77f1f9f910dfdb2cd8848d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Feb 28 13:01:53 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Feb 28 13:01:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dea752

media-gfx/asymptote: bump to 2.69

xasy is currently broken and temporarily removed
Closes: https://bugs.gentoo.org/716036
Closes: https://bugs.gentoo.org/766279
Closes: https://bugs.gentoo.org/737122
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.69.ebuild  | 205 +
 .../asymptote/files/asymptote-2.69-info.patch  |  13 ++
 .../asymptote/files/asymptote-2.69-xdg-utils.patch |  23 +++
 media-gfx/asymptote/metadata.xml   |   2 +
 5 files changed, 244 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 1d483a1867c..b4f108398f4 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,3 +1,4 @@
 DIST asymptote-2.65.src.tgz 4640419 BLAKE2B 
a508532b9697a0744d48f8109d5b04ca71eb1ee7a08f15eccd2b95d63c16c980621ef03d01a03917a767c774f14a239a13f8fe50ad98b154b092f710917af1ad
 SHA512 
c6879689192c1646a318b389de222accc55c8d5e9df17fab3c88c37f627d2cff8133cdefe9e6dec2784cf72edf261e557ad83f7fac6e67fd49c483e9d8971026
 DIST asymptote-2.67.src.tgz 4668696 BLAKE2B 
30be754a0e5869caad4d605f162dffe688d2dc09a0163a8c37d15fd9d6dd05652b7b0b2710ab31edaa8f4b36484df256d032f8826f3547e755eb90e5dbb179ec
 SHA512 
5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210
 DIST asymptote-2.68.src.tgz 4672007 BLAKE2B 
96c1a99815cf04180ea2fe01528615390faf8d1e5853d4e2e5f4fcdf48f0ec7e774ab0facdb86ad427e6ac11f5ce684902997f7d1e4855460ad450f6d6c64cfd
 SHA512 
20aa3ae5116b93f266020a1d45178d7120cf39980634108b86a0bc8a4202e28b2cf0a1ac6fa5e921506db150e9077a1e3d7b8ad04869bc9bd22bae447f45fd46
+DIST asymptote-2.69.src.tgz 4673601 BLAKE2B 
9734ffec10c9c0b8053598402a4eb81a3ed8a48f8ce8e58d1720442be26e25fe7778d6d47cd2d29dae61183d15aaa456bca430ab98e951844c8210484226e67f
 SHA512 
a1b746600b4e6880350e57adeb3a3228d10b1b0c1db11ee0e750545cf8023716eec92253c0cd0980747f72c16fd0097f25ee688657168f24a0def106260e0791

diff --git a/media-gfx/asymptote/asymptote-2.69.ebuild 
b/media-gfx/asymptote/asymptote-2.69.ebuild
new file mode 100644
index 000..b7b0b25d288
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.69.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="https://asymptote.sourceforge.io/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="+boehm-gc curl doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax"
+# FIXME: xasy is currently broken
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   net-libs/libtirpc
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   curl? ( net-misc/curl )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2020-12-01 Thread Andrey Grozin
commit: caf094ccec3d16674d3f5694af5f3c1cc23e2d88
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Dec  1 09:11:29 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Dec  1 09:11:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf094cc

media-gfx/asymptote: bump to 2.68

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.68.ebuild  | 217 +
 .../asymptote/files/asymptote-2.68-info.patch  |  13 ++
 .../asymptote/files/asymptote-2.68-xdg-utils.patch |  23 +++
 4 files changed, 254 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index e9051c787ba..1d483a1867c 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,2 +1,3 @@
 DIST asymptote-2.65.src.tgz 4640419 BLAKE2B 
a508532b9697a0744d48f8109d5b04ca71eb1ee7a08f15eccd2b95d63c16c980621ef03d01a03917a767c774f14a239a13f8fe50ad98b154b092f710917af1ad
 SHA512 
c6879689192c1646a318b389de222accc55c8d5e9df17fab3c88c37f627d2cff8133cdefe9e6dec2784cf72edf261e557ad83f7fac6e67fd49c483e9d8971026
 DIST asymptote-2.67.src.tgz 4668696 BLAKE2B 
30be754a0e5869caad4d605f162dffe688d2dc09a0163a8c37d15fd9d6dd05652b7b0b2710ab31edaa8f4b36484df256d032f8826f3547e755eb90e5dbb179ec
 SHA512 
5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210
+DIST asymptote-2.68.src.tgz 4672007 BLAKE2B 
96c1a99815cf04180ea2fe01528615390faf8d1e5853d4e2e5f4fcdf48f0ec7e774ab0facdb86ad427e6ac11f5ce684902997f7d1e4855460ad450f6d6c64cfd
 SHA512 
20aa3ae5116b93f266020a1d45178d7120cf39980634108b86a0bc8a4202e28b2cf0a1ac6fa5e921506db150e9077a1e3d7b8ad04869bc9bd22bae447f45fd46

diff --git a/media-gfx/asymptote/asymptote-2.68.ebuild 
b/media-gfx/asymptote/asymptote-2.68.ebuild
new file mode 100644
index 000..1e7593538a8
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.68.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="https://asymptote.sourceforge.io/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable fftw) \
+   $(use_enable gsl) \
+   $(use_enable opengl gl) \
+   $(use_enable offscreen) \
+ 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2020-11-30 Thread Andrey Grozin
commit: 85abc518f008024ab2b3a123d3703ca2922cf9ff
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Dec  1 07:33:09 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Dec  1 07:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85abc518

media-gfx/asymptote: clean old versions

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   2 -
 media-gfx/asymptote/asymptote-2.61.ebuild  | 211 -
 media-gfx/asymptote/asymptote-2.62.ebuild  | 211 -
 .../asymptote/files/asymptote-2.61-info.patch  |  13 --
 .../asymptote/files/asymptote-2.61-xdg-utils.patch |  22 ---
 .../asymptote/files/asymptote-2.62-info.patch  |  13 --
 .../asymptote/files/asymptote-2.62-xdg-utils.patch |  22 ---
 7 files changed, 494 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 96bdef79e14..e9051c787ba 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,4 +1,2 @@
-DIST asymptote-2.61.src.tgz 4623504 BLAKE2B 
8432f07ce21f630c5bdae609650c0bb2bcd237a121df68030dc19d1cae986f0bfa56dd0e241570809f9fcb202440e8b9b3c6d47a22eeaabe3eb9523360a166ca
 SHA512 
34bb610360b4536da70ca9edf1e069ebbf0c9225948b92b3d59ea25e8684587364fa7bbb03909ba02617e6ee81d41a2e530c9ed639141e4cda42096143cab5f7
-DIST asymptote-2.62.src.tgz 4625853 BLAKE2B 
49a5c75f936149139576cc224b005e76d2465a6c813bcb152f2534e98e042685c1500eafb0954b9e53ac0e667b47ab88a8b3387f1627d58828008d0e4d4cc0c8
 SHA512 
f7e817cdbb3c079a10c5f6f56a1eb47b1aaf8230902c06870bc8feacfed5f7af3d8ed22e4c60cc7130828ced8d36ec035533de1074cb049d3de9006ee542ac2e
 DIST asymptote-2.65.src.tgz 4640419 BLAKE2B 
a508532b9697a0744d48f8109d5b04ca71eb1ee7a08f15eccd2b95d63c16c980621ef03d01a03917a767c774f14a239a13f8fe50ad98b154b092f710917af1ad
 SHA512 
c6879689192c1646a318b389de222accc55c8d5e9df17fab3c88c37f627d2cff8133cdefe9e6dec2784cf72edf261e557ad83f7fac6e67fd49c483e9d8971026
 DIST asymptote-2.67.src.tgz 4668696 BLAKE2B 
30be754a0e5869caad4d605f162dffe688d2dc09a0163a8c37d15fd9d6dd05652b7b0b2710ab31edaa8f4b36484df256d032f8826f3547e755eb90e5dbb179ec
 SHA512 
5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210

diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild 
b/media-gfx/asymptote/asymptote-2.61.ebuild
deleted file mode 100644
index 0117ea06a1d..000
--- a/media-gfx/asymptote/asymptote-2.61.ebuild
+++ /dev/null
@@ -1,211 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools elisp-common latex-package python-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="https://asymptote.sourceforge.io/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )
-   doc? ( boehm-gc )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
-   dev-python/numpy
-   dev-python/pycson
-   >=gnome-base/librsvg-2.40
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( >=app-editors/emacs-23.1:* )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   app-text/ghostscript-gpl )
-   test? ( app-text/ghostscript-gpl )"
-
-TEXMF=/usr/share/texmf-site
-
-PATCHES=(
-   # Changing pdf, ps, image viewers to xdg-open
-   "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-   "${FILESDIR}/${P}-info.patch"
-)
-
-src_prepare() {
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2020-08-14 Thread Andrey Grozin
commit: 901067f02e70d57924009fbb61e91f74d60fb4e6
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Aug 14 09:39:13 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Aug 14 09:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901067f0

media-gfx/asymptote: bump to 2.67

Closes: https://bugs.gentoo.org/720840
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.67.ebuild  | 217 +
 .../asymptote/files/asymptote-2.67-info.patch  |  13 ++
 .../asymptote/files/asymptote-2.67-xdg-utils.patch |  23 +++
 4 files changed, 254 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 59b62e428be..96bdef79e14 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,3 +1,4 @@
 DIST asymptote-2.61.src.tgz 4623504 BLAKE2B 
8432f07ce21f630c5bdae609650c0bb2bcd237a121df68030dc19d1cae986f0bfa56dd0e241570809f9fcb202440e8b9b3c6d47a22eeaabe3eb9523360a166ca
 SHA512 
34bb610360b4536da70ca9edf1e069ebbf0c9225948b92b3d59ea25e8684587364fa7bbb03909ba02617e6ee81d41a2e530c9ed639141e4cda42096143cab5f7
 DIST asymptote-2.62.src.tgz 4625853 BLAKE2B 
49a5c75f936149139576cc224b005e76d2465a6c813bcb152f2534e98e042685c1500eafb0954b9e53ac0e667b47ab88a8b3387f1627d58828008d0e4d4cc0c8
 SHA512 
f7e817cdbb3c079a10c5f6f56a1eb47b1aaf8230902c06870bc8feacfed5f7af3d8ed22e4c60cc7130828ced8d36ec035533de1074cb049d3de9006ee542ac2e
 DIST asymptote-2.65.src.tgz 4640419 BLAKE2B 
a508532b9697a0744d48f8109d5b04ca71eb1ee7a08f15eccd2b95d63c16c980621ef03d01a03917a767c774f14a239a13f8fe50ad98b154b092f710917af1ad
 SHA512 
c6879689192c1646a318b389de222accc55c8d5e9df17fab3c88c37f627d2cff8133cdefe9e6dec2784cf72edf261e557ad83f7fac6e67fd49c483e9d8971026
+DIST asymptote-2.67.src.tgz 4668696 BLAKE2B 
30be754a0e5869caad4d605f162dffe688d2dc09a0163a8c37d15fd9d6dd05652b7b0b2710ab31edaa8f4b36484df256d032f8826f3547e755eb90e5dbb179ec
 SHA512 
5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210

diff --git a/media-gfx/asymptote/asymptote-2.67.ebuild 
b/media-gfx/asymptote/asymptote-2.67.ebuild
new file mode 100644
index 000..bc080339db0
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.67.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="http://asymptote.sourceforge.net/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2020-02-28 Thread Andrey Grozin
commit: c68e6cd52cb1f86859017554a0e0cb0acedff80c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Feb 29 06:34:55 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Feb 29 06:34:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68e6cd5

media-gfx/asymptote: bump to 2.62

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.62.ebuild  | 211 +
 .../asymptote/files/asymptote-2.62-info.patch  |  13 ++
 .../asymptote/files/asymptote-2.62-xdg-utils.patch |  22 +++
 4 files changed, 247 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 990f8767aca..2d2db83edac 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1 +1,2 @@
 DIST asymptote-2.61.src.tgz 4623504 BLAKE2B 
8432f07ce21f630c5bdae609650c0bb2bcd237a121df68030dc19d1cae986f0bfa56dd0e241570809f9fcb202440e8b9b3c6d47a22eeaabe3eb9523360a166ca
 SHA512 
34bb610360b4536da70ca9edf1e069ebbf0c9225948b92b3d59ea25e8684587364fa7bbb03909ba02617e6ee81d41a2e530c9ed639141e4cda42096143cab5f7
+DIST asymptote-2.62.src.tgz 4625853 BLAKE2B 
49a5c75f936149139576cc224b005e76d2465a6c813bcb152f2534e98e042685c1500eafb0954b9e53ac0e667b47ab88a8b3387f1627d58828008d0e4d4cc0c8
 SHA512 
f7e817cdbb3c079a10c5f6f56a1eb47b1aaf8230902c06870bc8feacfed5f7af3d8ed22e4c60cc7130828ced8d36ec035533de1074cb049d3de9006ee542ac2e

diff --git a/media-gfx/asymptote/asymptote-2.62.ebuild 
b/media-gfx/asymptote/asymptote-2.62.ebuild
new file mode 100644
index 000..5f683b025c1
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.62.ebuild
@@ -0,0 +1,211 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="http://asymptote.sourceforge.net/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable fftw) \
+   $(use_enable gsl) \
+   $(use_enable opengl gl) \
+   $(use_enable offscreen) \
+   $(use_enable sigsegv)
+}
+
+src_compile() {
+   default
+
+   cd doc || die
+   emake asy.1
+   if use doc; then
+   # info
+   einfo "Making info"
+   emake ${PN}.info
+   cd FAQ || die
+   emake
+   cd .. || die
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2020-01-10 Thread Andrey Grozin
commit: fa3562e44e75c75cea9d5269be43e221040ee3da
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Jan 10 14:38:47 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Jan 10 14:38:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3562e4

media-gfx/asymptote: remove version 2.41

Closes: https://bugs.gentoo.org/703498
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 -
 media-gfx/asymptote/asymptote-2.41-r1.ebuild   | 218 -
 .../files/asymptote-2.41-configure-ac.patch|  13 --
 .../asymptote/files/asymptote-2.41-info.patch  |  13 --
 .../asymptote/files/asymptote-2.41-perl-5.26.patch |  10 -
 .../asymptote/files/asymptote-2.41-xdg-utils.patch |  23 ---
 6 files changed, 278 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index db67379a2aa..d98d14ac790 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,3 +1,2 @@
-DIST asymptote-2.41.src.tgz 3516426 BLAKE2B 
d4623609be58566e32de82c5c47f635ed737459fa27cd2da0622d639cd8207fc69988a7ecbf82993b051435fbf223c1f1178d213aea258a2b57fd3a698eee9cb
 SHA512 
93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
 DIST asymptote-2.60.src.tgz 4650347 BLAKE2B 
d969e4716a2493ae926ea1f58d0b247986e49a6a1902fb94859a45177ece4f149f5875cf788eace1c27c968652c49b2ace7b98aba02380cf8e1e3d4231560476
 SHA512 
a0653b9647d8c2a77656ea82faf8b69d28a43cf5ac61cfa9c6c62e2c51b4939e83202b95056495d10bee86a81e48b765ed4604a4d882a47a36b1dd6d5f9ad96b
 DIST asymptote-2.61.src.tgz 4623504 BLAKE2B 
8432f07ce21f630c5bdae609650c0bb2bcd237a121df68030dc19d1cae986f0bfa56dd0e241570809f9fcb202440e8b9b3c6d47a22eeaabe3eb9523360a166ca
 SHA512 
34bb610360b4536da70ca9edf1e069ebbf0c9225948b92b3d59ea25e8684587364fa7bbb03909ba02617e6ee81d41a2e530c9ed639141e4cda42096143cab5f7

diff --git a/media-gfx/asymptote/asymptote-2.41-r1.ebuild 
b/media-gfx/asymptote/asymptote-2.41-r1.ebuild
deleted file mode 100644
index 774ccebfa07..000
--- a/media-gfx/asymptote/asymptote-2.41-r1.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools elisp-common latex-package multilib python-single-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="http://asymptote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( >=media-libs/mesa-8[X(+)] )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   x11-misc/xdg-utils
-   dev-python/pillow[tk,${PYTHON_USEDEP}]
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( >=app-editors/emacs-23.1:* )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   app-text/ghostscript-gpl )
-   test? ( app-text/ghostscript-gpl )"
-
-TEXMF=/usr/share/texmf-site
-
-PATCHES=(
-   # gc.h -> gc/gc.h
-   "${FILESDIR}/${P}-configure-ac.patch"
-
-   # Changing pdf, ps, image viewers to xdg-open
-   "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-   "${FILESDIR}/${P}-info.patch"
-
-   # Bug #635984 - perl-5.26 no longer has . in @INC
-   "${FILESDIR}/${P}-perl-5.26.patch"
-)
-
-pkg_setup() {
-   (use python || use X) && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # for the CPPFLAGS see
-   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
-   econf \
-   CPPFLAGS=-DHAVE_SYS_TYPES_H \
-  

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2019-12-07 Thread Andrey Grozin
commit: ec6324742f33a50947c83108789300db4cdb08b2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Dec  7 12:19:29 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Dec  7 12:19:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec632474

media-gfx/asymptote: cleaning old versions

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   3 -
 media-gfx/asymptote/asymptote-2.47.ebuild  | 215 -
 media-gfx/asymptote/asymptote-2.48-r1.ebuild   | 215 -
 media-gfx/asymptote/asymptote-2.49.ebuild  | 212 
 .../files/asymptote-2.47-configure-ac.patch|  13 --
 .../asymptote/files/asymptote-2.47-info.patch  |  13 --
 .../asymptote/files/asymptote-2.47-xdg-utils.patch |  23 ---
 .../files/asymptote-2.48-configure-ac.patch|  13 --
 .../asymptote/files/asymptote-2.48-info.patch  |  13 --
 .../asymptote/files/asymptote-2.48-xdg-utils.patch |  23 ---
 .../asymptote/files/asymptote-2.49-info.patch  |  13 --
 .../asymptote/files/asymptote-2.49-xdg-utils.patch |  23 ---
 12 files changed, 779 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index 3f32533ada8..db67379a2aa 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,6 +1,3 @@
 DIST asymptote-2.41.src.tgz 3516426 BLAKE2B 
d4623609be58566e32de82c5c47f635ed737459fa27cd2da0622d639cd8207fc69988a7ecbf82993b051435fbf223c1f1178d213aea258a2b57fd3a698eee9cb
 SHA512 
93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
-DIST asymptote-2.47.src.tgz 3621676 BLAKE2B 
575032093276b9df6b8d74897a4721dd0d5419b3380bce7962afc9dcdd20ec3bd47b5c4b882f2276a2ac4c0d99e657d7385122d7dc400efbfb52ceec753ee8f4
 SHA512 
9efc4a70e8d29d6d50ba49c54c48da38beb00f64e5b39f23dbaec5cb12b714e427473fdffbf71f2d636a007cbfc993fa3237a8beab01e3419c1da1287823c159
-DIST asymptote-2.48.src.tgz 3729763 BLAKE2B 
5820ddbbd27f6e7296501f50f25051d8417a0ab24d7c4c777013bf23601b5cbe34a69ba781e16e05141fda4e2e7a8bc527a41829f8d9e983aadc19bd05743122
 SHA512 
cd8b756185ae6627ea66bcaea224152f6644df633fe7ed40c1738f3b2ec31fbaa7ba97f2b1e290b073995779768ee3a264dd942f609b768cab7624d12807583d
-DIST asymptote-2.49.src.tgz 3730453 BLAKE2B 
b52c2fbac5ea9c6046f2bd2990c7f3792823ae0ecd749c58990bcee898b8af7d26c4b457bee6aa15fb11e3c63a7cdc6d7e4976418ee96fc4470a17f3202d79cd
 SHA512 
08c20e45ab764281b480a97c5e2294cdfcc18b179cbdc85cf9956806b40fe305360d589077bd3ac429985503b0e7d17c889a37349d8c6fdf8ccbd8d822544226
 DIST asymptote-2.60.src.tgz 4650347 BLAKE2B 
d969e4716a2493ae926ea1f58d0b247986e49a6a1902fb94859a45177ece4f149f5875cf788eace1c27c968652c49b2ace7b98aba02380cf8e1e3d4231560476
 SHA512 
a0653b9647d8c2a77656ea82faf8b69d28a43cf5ac61cfa9c6c62e2c51b4939e83202b95056495d10bee86a81e48b765ed4604a4d882a47a36b1dd6d5f9ad96b
 DIST asymptote-2.61.src.tgz 4623504 BLAKE2B 
8432f07ce21f630c5bdae609650c0bb2bcd237a121df68030dc19d1cae986f0bfa56dd0e241570809f9fcb202440e8b9b3c6d47a22eeaabe3eb9523360a166ca
 SHA512 
34bb610360b4536da70ca9edf1e069ebbf0c9225948b92b3d59ea25e8684587364fa7bbb03909ba02617e6ee81d41a2e530c9ed639141e4cda42096143cab5f7

diff --git a/media-gfx/asymptote/asymptote-2.47.ebuild 
b/media-gfx/asymptote/asymptote-2.47.ebuild
deleted file mode 100644
index 77448ad6545..000
--- a/media-gfx/asymptote/asymptote-2.47.ebuild
+++ /dev/null
@@ -1,215 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit autotools elisp-common latex-package multilib python-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="http://asymptote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )
-   doc? ( boehm-gc )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( >=media-libs/mesa-8[X(+)] )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
-   dev-python/numpy
-   dev-python/pycson
- 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2019-04-01 Thread Andrey Grozin
commit: 4894aadd4841c8795cd879c67197ff1ecb496e5e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Apr  1 09:01:10 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Apr  1 09:01:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4894aadd

media-gfx/asymptote: bump to 2.48

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/Manifest   |   1 +
 media-gfx/asymptote/asymptote-2.48.ebuild  | 214 +
 .../files/asymptote-2.48-configure-ac.patch|  13 ++
 .../asymptote/files/asymptote-2.48-info.patch  |  13 ++
 .../asymptote/files/asymptote-2.48-xdg-utils.patch |  23 +++
 5 files changed, 264 insertions(+)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index cabb1f45a17..4049d54d84a 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,2 +1,3 @@
 DIST asymptote-2.41.src.tgz 3516426 BLAKE2B 
d4623609be58566e32de82c5c47f635ed737459fa27cd2da0622d639cd8207fc69988a7ecbf82993b051435fbf223c1f1178d213aea258a2b57fd3a698eee9cb
 SHA512 
93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
 DIST asymptote-2.47.src.tgz 3621676 BLAKE2B 
575032093276b9df6b8d74897a4721dd0d5419b3380bce7962afc9dcdd20ec3bd47b5c4b882f2276a2ac4c0d99e657d7385122d7dc400efbfb52ceec753ee8f4
 SHA512 
9efc4a70e8d29d6d50ba49c54c48da38beb00f64e5b39f23dbaec5cb12b714e427473fdffbf71f2d636a007cbfc993fa3237a8beab01e3419c1da1287823c159
+DIST asymptote-2.48.src.tgz 3729763 BLAKE2B 
5820ddbbd27f6e7296501f50f25051d8417a0ab24d7c4c777013bf23601b5cbe34a69ba781e16e05141fda4e2e7a8bc527a41829f8d9e983aadc19bd05743122
 SHA512 
cd8b756185ae6627ea66bcaea224152f6644df633fe7ed40c1738f3b2ec31fbaa7ba97f2b1e290b073995779768ee3a264dd942f609b768cab7624d12807583d

diff --git a/media-gfx/asymptote/asymptote-2.48.ebuild 
b/media-gfx/asymptote/asymptote-2.48.ebuild
new file mode 100644
index 000..3941b97d615
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.48.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit autotools elisp-common latex-package multilib python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="http://asymptote.sourceforge.net/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( >=media-libs/mesa-8 )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( virtual/emacs )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # gc.h -> gc/gc.h
+   "${FILESDIR}/${P}-configure-ac.patch"
+
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable fftw) \
+   $(use_enable gsl) \
+   $(use_enable opengl gl) \

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2017-10-31 Thread Andrey Grozin
commit: f426b91b05aca75dcbc09c1f9647a1a08c9a47e5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Oct 31 17:05:28 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Oct 31 17:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f426b91b

media-gfx/asymptote: cleaning 2.36 and 2.38

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-gfx/asymptote/Manifest   |   2 -
 media-gfx/asymptote/asymptote-2.36.ebuild  | 210 -
 media-gfx/asymptote/asymptote-2.38.ebuild  | 210 -
 .../files/asymptote-2.36-configure-ac.patch|  32 
 .../asymptote/files/asymptote-2.36-info.patch  |  13 --
 .../asymptote/files/asymptote-2.36-xdg-utils.patch |  23 ---
 .../files/asymptote-2.38-configure-ac.patch|  13 --
 .../asymptote/files/asymptote-2.38-info.patch  |  13 --
 .../asymptote/files/asymptote-2.38-xdg-utils.patch |  23 ---
 9 files changed, 539 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index c87ab5087f6..57ab324d0a5 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,4 +1,2 @@
 DIST asymptote-2.32.src.tgz 1794495 SHA256 
2035035e02774598312d5588da2685d20fb85a378ea2bbe48b825c5442b18fa5 SHA512 
a0663f1768cb4340bb6e9224d4fbc6e2f8b41501b1f59793d84db2e0f99b9ff071d3dd8fa5c4715c1874f8ef1af713a54b27de37ff40d8ca042f0f48579a57f9
 WHIRLPOOL 
38a8aaa581acb07bcc7ac0c80501acf77abaf609d5ae758d9b5668ac6b8b1343640259cc3948e62a39862404709ddb64b4bbd11bcf20dbb7ce29d4fc25d1
-DIST asymptote-2.36.src.tgz 3449528 SHA256 
cd3276cba498965f8c9e6c56b157d2f22304b0453d175bd9017b4c62b3fd1750 SHA512 
18b079829f90561f88ebde0391f5d842d89ea28bf7b00306b908faeeca21b421127423af3a335bab9afa22036b3d93611702a579513d8a458be2f8cdd54f
 WHIRLPOOL 
532b221d619c8af077e0ef4cda960e6bc1b2c2eab263cfa1eb729df5928f7ae1d9e05459efee18a5a4fa4464b0b3aacd7f5ab42076e8af4e1fc3745f75dd9b6c
-DIST asymptote-2.38.src.tgz 3460789 SHA256 
e9c6dbb3fed27cbaf9ba01fd2264f0cff51781466acb29e76418bed801debcb7 SHA512 
c54974a0476a33112c7913cfd8962e80a5ff10bc11f65b59a2bc0641f3c2fcfe69ba4592d84b33078d85c43fab7261670195766eca6419f6fd4923fd1ace6904
 WHIRLPOOL 
f1d0a31fe25046c072a4963f64c92f718d980712f46637db65a5664c0a94c1eba162902c9ec4e787685f2250158ecffa9e834564ecbd69c6e3b948c5ad7d7a24
 DIST asymptote-2.41.src.tgz 3516426 SHA256 
1d6e7e89fb5293fad7d836fb0477f785a113f689bd71f37a05af18ff0c5eeef0 SHA512 
93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
 WHIRLPOOL 
e75a6a2b4e29c3388f221b86958b6564edb14a46dad014acdc81554e1f0ac6b889c757f5a0626af6fb46783bf02393f73e92d2209080a31d665bc23550714a39

diff --git a/media-gfx/asymptote/asymptote-2.36.ebuild 
b/media-gfx/asymptote/asymptote-2.36.ebuild
deleted file mode 100644
index ce68c0d99b8..000
--- a/media-gfx/asymptote/asymptote-2.36.ebuild
+++ /dev/null
@@ -1,210 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools elisp-common eutils latex-package multilib python-single-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="http://asymptote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg vim-syntax X"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( >=media-libs/mesa-8 )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   x11-misc/xdg-utils
-   dev-python/pillow[tk,${PYTHON_USEDEP}]
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( virtual/emacs )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   )"
-
-TEXMF=/usr/share/texmf-site
-
-pkg_setup() {
-   (use python || use X) && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fixing sigsegv enabling
-   epatch "${FILESDIR}/${P}-configure-ac.patch"
-   einfo "Patching 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/, media-gfx/asymptote/

2016-09-11 Thread Andrey Grozin
commit: a22c8b348ac194a6b444e61ee81adb2367e2e3d7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 11 17:09:51 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 11 17:09:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22c8b34

media-gfx/asymptote: cleaning old

Package-Manager: portage-2.3.0

 media-gfx/asymptote/Manifest   |   1 -
 media-gfx/asymptote/asymptote-2.35.ebuild  | 211 -
 .../files/asymptote-2.35-configure-ac.patch|  32 
 .../asymptote/files/asymptote-2.35-info.patch  |  13 --
 .../asymptote/files/asymptote-2.35-xdg-utils.patch |  23 ---
 5 files changed, 280 deletions(-)

diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest
index add2086..89b035d 100644
--- a/media-gfx/asymptote/Manifest
+++ b/media-gfx/asymptote/Manifest
@@ -1,4 +1,3 @@
 DIST asymptote-2.32.src.tgz 1794495 SHA256 
2035035e02774598312d5588da2685d20fb85a378ea2bbe48b825c5442b18fa5 SHA512 
a0663f1768cb4340bb6e9224d4fbc6e2f8b41501b1f59793d84db2e0f99b9ff071d3dd8fa5c4715c1874f8ef1af713a54b27de37ff40d8ca042f0f48579a57f9
 WHIRLPOOL 
38a8aaa581acb07bcc7ac0c80501acf77abaf609d5ae758d9b5668ac6b8b1343640259cc3948e62a39862404709ddb64b4bbd11bcf20dbb7ce29d4fc25d1
-DIST asymptote-2.35.src.tgz 3348122 SHA256 
ff3cf5b6a6a65fb1fe5b3ef1e94bf9cff8c3376f0cd7be0fdd7079c0fb46c285 SHA512 
671ffdde35b444b645d5ebea016b7fec583c4cecee67cf1700c4b3e2c783abfcc45dfa964864c8bd66be32c13fb109c139346c0dbcfb1b597d4d387ad19c6c97
 WHIRLPOOL 
70cde1fb0821bd7efa27629183fe36871b45d7f352f5a1e529fbdf3c0d50c53059a7d4befcd4d87663da365733b43006ef1399b5541095d85068c63200e1ddf7
 DIST asymptote-2.36.src.tgz 3449528 SHA256 
cd3276cba498965f8c9e6c56b157d2f22304b0453d175bd9017b4c62b3fd1750 SHA512 
18b079829f90561f88ebde0391f5d842d89ea28bf7b00306b908faeeca21b421127423af3a335bab9afa22036b3d93611702a579513d8a458be2f8cdd54f
 WHIRLPOOL 
532b221d619c8af077e0ef4cda960e6bc1b2c2eab263cfa1eb729df5928f7ae1d9e05459efee18a5a4fa4464b0b3aacd7f5ab42076e8af4e1fc3745f75dd9b6c
 DIST asymptote-2.38.src.tgz 3460789 SHA256 
e9c6dbb3fed27cbaf9ba01fd2264f0cff51781466acb29e76418bed801debcb7 SHA512 
c54974a0476a33112c7913cfd8962e80a5ff10bc11f65b59a2bc0641f3c2fcfe69ba4592d84b33078d85c43fab7261670195766eca6419f6fd4923fd1ace6904
 WHIRLPOOL 
f1d0a31fe25046c072a4963f64c92f718d980712f46637db65a5664c0a94c1eba162902c9ec4e787685f2250158ecffa9e834564ecbd69c6e3b948c5ad7d7a24

diff --git a/media-gfx/asymptote/asymptote-2.35.ebuild 
b/media-gfx/asymptote/asymptote-2.35.ebuild
deleted file mode 100644
index 3128d79..
--- a/media-gfx/asymptote/asymptote-2.35.ebuild
+++ /dev/null
@@ -1,211 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools elisp-common eutils latex-package multilib python-single-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="http://asymptote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg vim-syntax X"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( >=media-libs/mesa-8 )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   x11-misc/xdg-utils
-   dev-python/pillow[tk,${PYTHON_USEDEP}]
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( virtual/emacs )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   )"
-
-TEXMF=/usr/share/texmf-site
-
-pkg_setup() {
-   (use python || use X) && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fixing sigsegv enabling
-   epatch "${FILESDIR}/${P}-configure-ac.patch"
-   einfo "Patching configure.ac"
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-
-   # Changing pdf, ps, image viewers to xdg-open
-   epatch "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-