commit:     077fe42177f6a0a36edf437b6fd3e49bf7d590e8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:11:11 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 12:13:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077fe421

sci-libs/plplot: Remove support for USE="ada"

Gentoo-bug: 596530

Package-Manager: portage-2.3.1

 sci-libs/plplot/metadata.xml            | 44 +++++++++++----------------------
 sci-libs/plplot/plplot-5.10.0-r1.ebuild |  7 +++---
 sci-libs/plplot/plplot-5.11.0-r1.ebuild |  7 +++---
 sci-libs/plplot/plplot-5.11.1-r1.ebuild |  5 ++--
 sci-libs/plplot/plplot-5.11.1.ebuild    |  7 +++---
 5 files changed, 26 insertions(+), 44 deletions(-)

diff --git a/sci-libs/plplot/metadata.xml b/sci-libs/plplot/metadata.xml
index 663e4b7..7b64efe 100644
--- a/sci-libs/plplot/metadata.xml
+++ b/sci-libs/plplot/metadata.xml
@@ -1,33 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  PLplot is a library of functions that are useful for making scientific
-  plots. It can be used from within compiled languages such as C, C++,
-  FORTRAN and Java, as well as interactively from interpreted languages such
-  as Octave, Python, Perl and Tcl. It is capable of producing standard x-y
-  plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh
-  plots, bar charts and pie charts. Multiple graphs may be composited, and it
-  also supports a large variety of output file devices such as Postscript,
-  PNG, JPEG, LaTeX and others. It is also possible to to use interactive
-  devices such as xwin, tk and xterm as output devices. PLplot also offers
-  support for extended characters inculding the Greek alphabet and a host of
-  mathematical symbols.
-</longdescription>
-  <use>
-    <flag name="ada">Add bindings for the ADA programming language</flag>
-    <flag name="dynamic">Build with dynamic drivers</flag>
-    <flag name="octave">Add bindings for
-  <pkg>sci-mathematics/octave</pkg></flag>
-    <flag name="pdl">Add bindings for <pkg>dev-perl/PDL</pkg></flag>
-    <flag name="qhull">Add bindings for <pkg>media-libs/qhull</pkg></flag>
-    <flag name="shapefile">Enable support for ESRI shapefiles</flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge">plplot</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>s...@gentoo.org</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <longdescription lang="en">PLplot is a library of functions that are 
useful for making scientific plots. It can be used from within compiled 
languages such as C, C++, FORTRAN and Java, as well as interactively from 
interpreted languages such as Octave, Python, Perl and Tcl. It is capable of 
producing standard x-y plots, semilog plots, log-log plots, contour plots, 3D 
surface plots, mesh plots, bar charts and pie charts. Multiple graphs may be 
composited, and it also supports a large variety of output file devices such as 
Postscript, PNG, JPEG, LaTeX and others. It is also possible to to use 
interactive devices such as xwin, tk and xterm as output devices. PLplot also 
offers support for extended characters inculding the Greek alphabet and a host 
of mathematical symbols.</longdescription>
+       <use>
+               <flag name="dynamic">Build with dynamic drivers</flag>
+               <flag name="octave">Add bindings for 
<pkg>sci-mathematics/octave</pkg></flag>
+               <flag name="pdl">Add bindings for <pkg>dev-perl/PDL</pkg></flag>
+               <flag name="qhull">Add bindings for 
<pkg>media-libs/qhull</pkg></flag>
+               <flag name="shapefile">Enable support for ESRI shapefiles</flag>
+       </use>
+       <upstream>
+               <remote-id type="sourceforge">plplot</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/sci-libs/plplot/plplot-5.10.0-r1.ebuild 
b/sci-libs/plplot/plplot-5.10.0-r1.ebuild
index 1976b72..296eaa2 100644
--- a/sci-libs/plplot/plplot-5.10.0-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,12 +19,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0/12"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
+IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
        ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test
        threads tk truetype wxwidgets X"
 
 RDEPEND="
-       ada? ( virtual/gnat:* )
        cairo? ( x11-libs/cairo:0=[svg?,X?] )
        gd? ( media-libs/gd:2=[jpeg?,png?] )
        java? ( >=virtual/jre-1.5:* )
@@ -134,6 +133,7 @@ src_configure() {
                -DDEFAULT_ALL_DEVICES=ON
                -DTEST_DYNDRIVERS=OFF
                -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+               -DENABLE_ada=OFF
                -DENABLE_d=OFF
                -DBUILD_DVI=OFF
                -DDOX_DOC=OFF
@@ -144,7 +144,6 @@ src_configure() {
                $(cmake-utils_use_has python NUMPY)
                $(cmake-utils_use_has shapefile SHAPELIB)
                $(cmake-utils_use_with truetype FREETYPE)
-               $(cmake-utils_use_enable ada)
                $(cmake-utils_use_enable cxx)
                $(cmake-utils_use_enable dynamic DYNDRIVERS)
                $(cmake-utils_use_enable fortran f77)

diff --git a/sci-libs/plplot/plplot-5.11.0-r1.ebuild 
b/sci-libs/plplot/plplot-5.11.0-r1.ebuild
index d5d9a14..08ee995 100644
--- a/sci-libs/plplot/plplot-5.11.0-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,12 +19,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0/12"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
+IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
        ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test
        threads tk truetype wxwidgets X"
 
 RDEPEND="
-       ada? ( virtual/gnat:* )
        cairo? ( x11-libs/cairo:0=[svg?,X?] )
        gd? ( media-libs/gd:2=[jpeg?,png?] )
        java? ( >=virtual/jre-1.5:* )
@@ -137,6 +136,7 @@ src_configure() {
                -DPLD_cgm=ON
                -DTEST_DYNDRIVERS=OFF
                -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+               -DENABLE_ada=OFF
                -DENABLE_d=OFF
                -DBUILD_DVI=OFF
                -DDOX_DOC=OFF
@@ -148,7 +148,6 @@ src_configure() {
                $(cmake-utils_use_has python NUMPY)
                $(cmake-utils_use_has shapefile SHAPELIB)
                $(cmake-utils_use_with truetype FREETYPE)
-               $(cmake-utils_use_enable ada)
                $(cmake-utils_use_enable cxx)
                $(cmake-utils_use_enable dynamic DYNDRIVERS)
                $(cmake-utils_use_enable fortran f77)

diff --git a/sci-libs/plplot/plplot-5.11.1-r1.ebuild 
b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
index eb7c2f0..cd01cf6 100644
--- a/sci-libs/plplot/plplot-5.11.1-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
@@ -19,12 +19,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0/12"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
+IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
        ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test
        threads tk truetype wxwidgets X"
 
 RDEPEND="
-       ada? ( virtual/gnat:* )
        cairo? ( x11-libs/cairo:0=[svg?,X?] )
        gd? ( media-libs/gd:2=[jpeg?,png?] )
        java? ( >=virtual/jre-1.5:* )
@@ -139,6 +138,7 @@ src_configure() {
                -DPLD_cgm=ON
                -DTEST_DYNDRIVERS=OFF
                -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+               -DENABLE_ada=OFF
                -DENABLE_d=OFF
                -DBUILD_DVI=OFF
                -DDOX_DOC=OFF
@@ -150,7 +150,6 @@ src_configure() {
                $(cmake-utils_use_has python NUMPY)
                $(cmake-utils_use_has shapefile SHAPELIB)
                $(cmake-utils_use_with truetype FREETYPE)
-               $(cmake-utils_use_enable ada)
                $(cmake-utils_use_enable cxx)
                $(cmake-utils_use_enable dynamic DYNDRIVERS)
                $(cmake-utils_use_enable fortran f77)

diff --git a/sci-libs/plplot/plplot-5.11.1.ebuild 
b/sci-libs/plplot/plplot-5.11.1.ebuild
index 77f2d41..6ec96fc 100644
--- a/sci-libs/plplot/plplot-5.11.1.ebuild
+++ b/sci-libs/plplot/plplot-5.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,12 +19,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0/12"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
+IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
        ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test
        threads tk truetype wxwidgets X"
 
 RDEPEND="
-       ada? ( virtual/gnat:* )
        cairo? ( x11-libs/cairo:0=[svg?,X?] )
        gd? ( media-libs/gd:2=[jpeg?,png?] )
        java? ( >=virtual/jre-1.5:* )
@@ -138,6 +137,7 @@ src_configure() {
                -DPLD_cgm=ON
                -DTEST_DYNDRIVERS=OFF
                -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+               -DENABLE_ada=OFF
                -DENABLE_d=OFF
                -DBUILD_DVI=OFF
                -DDOX_DOC=OFF
@@ -149,7 +149,6 @@ src_configure() {
                $(cmake-utils_use_has python NUMPY)
                $(cmake-utils_use_has shapefile SHAPELIB)
                $(cmake-utils_use_with truetype FREETYPE)
-               $(cmake-utils_use_enable ada)
                $(cmake-utils_use_enable cxx)
                $(cmake-utils_use_enable dynamic DYNDRIVERS)
                $(cmake-utils_use_enable fortran f77)

Reply via email to