* [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/
@ 2012-10-28 21:05 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2012-10-28 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 5ba6526e789af2d14754a47f24c7e336cc420e12
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 21:03:58 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 21:03:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ba6526e
sci-chemistry/wxmacmolplt: Fix prefix awareness; correct desktop file creation
Package-Manager: portage-2.2.0_alpha142
---
sci-chemistry/wxmacmolplt/ChangeLog | 4 ++++
sci-chemistry/wxmacmolplt/metadata.xml | 10 +++++-----
sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.3.ebuild | 10 +++++-----
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog
index c858c58..916fc27 100644
--- a/sci-chemistry/wxmacmolplt/ChangeLog
+++ b/sci-chemistry/wxmacmolplt/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Oct 2012; Justin Lecher <jlec@gentoo.org> wxmacmolplt-7.4.3.ebuild,
+ metadata.xml:
+ Fix prefix awareness; correct desktop file creation
+
*wxmacmolplt-7.4.3 (22 Oct 2012)
22 Oct 2012; Reinis Danne <rei4dan@gmail.com> +wxmacmolplt-7.4.3.ebuild,
diff --git a/sci-chemistry/wxmacmolplt/metadata.xml b/sci-chemistry/wxmacmolplt/metadata.xml
index fb69a7d..37abac1 100644
--- a/sci-chemistry/wxmacmolplt/metadata.xml
+++ b/sci-chemistry/wxmacmolplt/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<longdescription>
+ <herd>sci-chemistry</herd>
+ <longdescription>
wxMacMolPlt is a program for plotting 3D molecular structures and normal modes (vibrations), various orbitals and electron density maps. It reads a variety of file formats including any GAMESS input, log or IRC file directly to create animations. It has a simple GAMESS input (.inp) builder and a primitive molecule builder.
</longdescription>
-<use>
- <flag name='flash'>Add support for flash movie generation using <pkg>media-libs/ming</pkg></flag>
-</use>
+ <use>
+ <flag name="flash">Add support for flash movie generation using <pkg>media-libs/ming</pkg></flag>
+ </use>
</pkgmetadata>
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.3.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.3.ebuild
index 8b300c9..233dac1 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.3.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
WX_GTK_VER=2.8
inherit base eutils autotools wxwidgets
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="flash"
RDEPEND="
- >=media-libs/glew-1.5.3
+ media-libs/glew
media-libs/mesa
x11-libs/wxGTK:2.8[X,opengl]
flash? ( media-libs/ming )"
@@ -38,7 +38,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${ED}" install || die "install failed"
- doicon resources/${PN}.png || die
- make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education"
+ default
+ doicon resources/${PN}.png
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/
@ 2013-11-14 17:57 Reinis Danne
0 siblings, 0 replies; 5+ messages in thread
From: Reinis Danne @ 2013-11-14 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 00735219a61cb0b04ea38d724d084a28189e6953
Author: Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Thu Nov 14 17:56:32 2013 +0000
Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Thu Nov 14 17:56:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00735219
sci-chemistry/wxmacmolplt: Bump to 7.5
---
sci-chemistry/wxmacmolplt/ChangeLog | 7 +++-
sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild | 44 ++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog
index 916fc27..a7f4695 100644
--- a/sci-chemistry/wxmacmolplt/ChangeLog
+++ b/sci-chemistry/wxmacmolplt/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-chemistry/wxmacmolplt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*wxmacmolplt-7.5 (14 Nov 2013)
+
+ 14 Nov 2013; Reinis Danne <rei4dan@gmail.com> +wxmacmolplt-7.5.ebuild:
+ Bump to version 7.5, switch to using wxwidgets 2.9.
+
28 Oct 2012; Justin Lecher <jlec@gentoo.org> wxmacmolplt-7.4.3.ebuild,
metadata.xml:
Fix prefix awareness; correct desktop file creation
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild
new file mode 100644
index 0000000..ccbdf22
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+WX_GTK_VER=2.9
+
+inherit base eutils autotools wxwidgets
+
+DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
+HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
+SRC_URI="http://wxmacmolplt.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="flash"
+
+RDEPEND="
+ media-libs/glew
+ media-libs/mesa
+ x11-libs/wxGTK:2.9[X,opengl]
+ flash? ( media-libs/ming )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-7.4.3-glew.patch
+ sed -i -e "/^dist_doc_DATA/d" Makefile.am \
+ || die "Failed to disable installation of LICENSE file"
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --with-glew \
+ $(use_with flash ming)
+}
+
+src_install() {
+ default
+ doicon resources/${PN}.png
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/
@ 2016-01-13 20:24 Reinis Danne
0 siblings, 0 replies; 5+ messages in thread
From: Reinis Danne @ 2016-01-13 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4
Author: Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Wed Jan 13 20:21:18 2016 +0000
Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Wed Jan 13 20:21:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b16ab6b
sci-chemistry/wxmacmolplt: Add epatch_user
sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
index d2177b5..028ff6f 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
+ epatch_user
+
sed \
-e "/^dist_doc_DATA/d" \
-i Makefile.am || die "Failed to disable installation of LICENSE file"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/
@ 2016-02-10 14:03 Reinis Danne
0 siblings, 0 replies; 5+ messages in thread
From: Reinis Danne @ 2016-02-10 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 0fea6abf5717468137b9963ea260b8e7f0b6c67d
Author: Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Wed Feb 10 13:48:14 2016 +0000
Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Wed Feb 10 13:48:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fea6abf
sci-chemistry/wxmacmolplt: Bump to version 7.6.2
sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild | 47 ++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
new file mode 100644
index 0000000..028ff6f
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools eutils wxwidgets
+
+DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
+HOMEPAGE="http://brettbode.github.io/wxmacmolplt/"
+SRC_URI="https://github.com/brettbode/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="flash"
+
+RDEPEND="
+ media-libs/glew
+ media-libs/mesa
+ x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
+ flash? ( media-libs/ming )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ epatch_user
+
+ sed \
+ -e "/^dist_doc_DATA/d" \
+ -i Makefile.am || die "Failed to disable installation of LICENSE file"
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --with-glew \
+ $(use_with flash ming)
+}
+
+src_install() {
+ default
+ doicon resources/${PN}.png
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/
@ 2020-09-22 11:59 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-22 11:59 UTC (permalink / raw
To: gentoo-commits
commit: db3794a6abe90fcb7a7dc0260500d473837c6194
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 11:58:56 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 11:58:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=db3794a6
sci-chemistry/wxmacmolplt: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-chemistry/wxmacmolplt/metadata.xml | 23 -----------
sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild | 46 ----------------------
2 files changed, 69 deletions(-)
diff --git a/sci-chemistry/wxmacmolplt/metadata.xml b/sci-chemistry/wxmacmolplt/metadata.xml
deleted file mode 100644
index fdedec61f..000000000
--- a/sci-chemistry/wxmacmolplt/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
-wxMacMolPlt is a program for plotting 3D molecular structures and normal
-modes (vibrations), various orbitals and electron density maps. It reads a
-variety of file formats including any GAMESS input, log or IRC file
-directly to create animations. It has a simple GAMESS input (.inp) builder
-and a primitive molecule builder.
-</longdescription>
- <use>
- <flag name="flash">
-Add support for flash movie generation using <pkg>media-libs/ming</pkg>
-</flag>
- </use>
- <upstream>
- <remote-id type="github">brettbode/wxmacmolplt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
deleted file mode 100644
index b806425b5..000000000
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER=3.0
-
-inherit autotools eutils wxwidgets
-
-DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
-HOMEPAGE="http://brettbode.github.io/wxmacmolplt/"
-SRC_URI="https://github.com/brettbode/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="flash"
-
-RDEPEND="
- media-libs/glew:0=
- media-libs/mesa
- x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
- flash? ( media-libs/ming )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- default
-
- sed \
- -e "/^dist_doc_DATA/d" \
- -i Makefile.am || die "Failed to disable installation of LICENSE file"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-glew \
- $(use_with flash ming)
-}
-
-src_install() {
- default
- doicon resources/${PN}.png
- make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-22 11:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 21:05 [gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2013-11-14 17:57 Reinis Danne
2016-01-13 20:24 Reinis Danne
2016-02-10 14:03 Reinis Danne
2020-09-22 11:59 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox