summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2010-02-18 03:30:23 +0000
committerRyan Hill <dirtyepic@gentoo.org>2010-02-18 03:30:23 +0000
commitbe63d6842758c7cdfc3c13fb2e436a2718ebd700 (patch)
treec9f5f97ae9ffc459b05d3a17a154902c8c06120e /sci-chemistry
parentSecurity Bump (diff)
downloadgentoo-2-be63d6842758c7cdfc3c13fb2e436a2718ebd700.tar.gz
gentoo-2-be63d6842758c7cdfc3c13fb2e436a2718ebd700.tar.bz2
gentoo-2-be63d6842758c7cdfc3c13fb2e436a2718ebd700.zip
Use wxwidgets.eclass
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/wxmacmolplt/ChangeLog6
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild7
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild9
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild7
4 files changed, 18 insertions, 11 deletions
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog
index 9f9b9d48e869..e52850b77bdb 100644
--- a/sci-chemistry/wxmacmolplt/ChangeLog
+++ b/sci-chemistry/wxmacmolplt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/wxmacmolplt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.3 2010/01/24 12:14:49 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.4 2010/02/18 03:30:23 dirtyepic Exp $
+
+ 18 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> wxmacmolplt-7.3.ebuild,
+ wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild:
+ Use wxwidgets.eclass
*wxmacmolplt-7.4 (24 Jan 2010)
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
index 2e020c6cebf0..ee334a7bd54e 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.1 2010/01/22 23:46:35 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
EAPI="2"
+WX_GTK_VER=2.8
-inherit base eutils autotools
+inherit base eutils autotools wxwidgets
DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
@@ -17,7 +18,7 @@ SLOT="0"
IUSE="flash"
-DEPEND="x11-libs/wxGTK[opengl]
+DEPEND="x11-libs/wxGTK:2.8[X,opengl]
flash? ( media-libs/ming )"
RDEPEND="${DEPEND}"
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
index c1f45f443bb9..b240a2054bd1 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.2 2009/11/01 15:03:02 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.3 2010/02/18 03:30:23 dirtyepic Exp $
EAPI="2"
+WX_GTK_VER=2.8
-inherit base eutils
+inherit base eutils wxwidgets
DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
@@ -17,7 +18,7 @@ SLOT="0"
IUSE="flash"
-DEPEND="x11-libs/wxGTK[opengl]
+DEPEND="x11-libs/wxGTK:2.8[X,opengl]
flash? ( media-libs/ming )"
RDEPEND="${DEPEND}"
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
index 35c023182f2c..02fcc6c123fc 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.1 2010/01/24 12:14:49 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
EAPI="2"
+WX_GTK_VER=2.8
-inherit base eutils autotools
+inherit base eutils autotools wxwidgets
DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
@@ -17,7 +18,7 @@ SLOT="0"
IUSE="flash"
-DEPEND="x11-libs/wxGTK[opengl]
+DEPEND="x11-libs/wxGTK:2.8[X,opengl]
flash? ( media-libs/ming )"
RDEPEND="${DEPEND}"