diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-11-16 08:28:49 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-11-16 08:28:49 +0000 |
commit | 3fda26fc8845768fcbb99de86b611e5ac63b6529 (patch) | |
tree | 935dca3df5347ab3841bf38c2e18630fb20ad0af /sci-libs/plplot | |
parent | Remove wxwidgets_pkg_setup call (unnecessary with USE deps). (diff) | |
download | gentoo-2-3fda26fc8845768fcbb99de86b611e5ac63b6529.tar.gz gentoo-2-3fda26fc8845768fcbb99de86b611e5ac63b6529.tar.bz2 gentoo-2-3fda26fc8845768fcbb99de86b611e5ac63b6529.zip |
Remove wxwidgets_pkg_setup call (unnecessary with USE deps).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.10-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.9-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.9-r2.ebuild | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 274b678cab14..9b40baa32c11 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.52 2013/11/06 16:48:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.53 2013/11/16 08:28:49 dirtyepic Exp $ + + 16 Nov 2013; Ryan Hill <dirtyepic@gentoo.org> plplot-5.9.9-r1.ebuild, + plplot-5.9.9-r2.ebuild, plplot-5.9.10-r1.ebuild: + Remove wxwidgets_pkg_setup call (unnecessary with USE deps). 06 Nov 2013; Sébastien Fabbro <bicatali@gentoo.org> files/plplot-5.9.10-tcltk.patch: diff --git a/sci-libs/plplot/plplot-5.9.10-r1.ebuild b/sci-libs/plplot/plplot-5.9.10-r1.ebuild index b478b53c9843..e3fe10affd16 100644 --- a/sci-libs/plplot/plplot-5.9.10-r1.ebuild +++ b/sci-libs/plplot/plplot-5.9.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.10-r1.ebuild,v 1.1 2013/11/05 23:56:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.10-r1.ebuild,v 1.2 2013/11/16 08:28:49 dirtyepic Exp $ EAPI=5 @@ -64,7 +64,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) qt4? ( dynamic ) test? ( latex )" pkg_setup() { - use wxwidgets && wxwidgets_pkg_setup use python && python-single-r1_pkg_setup java-pkg-opt-2_pkg_setup } diff --git a/sci-libs/plplot/plplot-5.9.9-r1.ebuild b/sci-libs/plplot/plplot-5.9.9-r1.ebuild index 82dfaa248de0..68b60a3cfe56 100644 --- a/sci-libs/plplot/plplot-5.9.9-r1.ebuild +++ b/sci-libs/plplot/plplot-5.9.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.10 2013/03/02 23:23:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.11 2013/11/16 08:28:48 dirtyepic Exp $ EAPI=4 @@ -62,7 +62,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="test? ( latex )" pkg_setup() { - use wxwidgets && wxwidgets_pkg_setup use python && python_set_active_version 2 java-pkg-opt-2_pkg_setup } diff --git a/sci-libs/plplot/plplot-5.9.9-r2.ebuild b/sci-libs/plplot/plplot-5.9.9-r2.ebuild index 93cdbe3c970c..e71ba618ab45 100644 --- a/sci-libs/plplot/plplot-5.9.9-r2.ebuild +++ b/sci-libs/plplot/plplot-5.9.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r2.ebuild,v 1.1 2013/04/18 06:09:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r2.ebuild,v 1.2 2013/11/16 08:28:48 dirtyepic Exp $ EAPI=4 @@ -62,7 +62,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="test? ( latex )" pkg_setup() { - use wxwidgets && wxwidgets_pkg_setup use python && python_set_active_version 2 java-pkg-opt-2_pkg_setup } |