Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/wxmacmolplt/
Date: Sun, 27 Nov 2016 13:14:52
Message-Id: 1480252068.2366f3124714d319a2aaf1541ffdbbabd36d05e9.pacho@gentoo
1 commit: 2366f3124714d319a2aaf1541ffdbbabd36d05e9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 13:07:48 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 13:07:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2366f312
7
8 sci-chemistry/wxmacmolplt: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 sci-chemistry/wxmacmolplt/Manifest | 1 -
13 sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.2.ebuild | 46 ----------------------
14 sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild | 46 ----------------------
15 3 files changed, 93 deletions(-)
16
17 diff --git a/sci-chemistry/wxmacmolplt/Manifest b/sci-chemistry/wxmacmolplt/Manifest
18 index f1e34ad..47d014e 100644
19 --- a/sci-chemistry/wxmacmolplt/Manifest
20 +++ b/sci-chemistry/wxmacmolplt/Manifest
21 @@ -1,2 +1 @@
22 -DIST wxmacmolplt-7.4.2.tar.gz 1860528 SHA256 0e17295c8082af353311d3d13600bdda20d337d82f5ff8da1be8c2223bb54f76 SHA512 3a51b62300eb8f72c21046056e4f3ae91417848d903846186572ef9ffb04b72e3ac16c42750831a6efc1111601de94432030279b4d0f8a994da0d1fd596e8b6a WHIRLPOOL 08c846fafce028d202cff917cfd21c193f78bf7c60ef62ce75df3e9e416b3f55efd3ede4d8ed3d04afc88d8ae2f03d0dadd496277cd622ffab4d20c5bd8ee25b
23 DIST wxmacmolplt-7.5.tar.gz 1965376 SHA256 df74762d106e4b44bba8ced84d2df78848052fea543937c51297479fa98fc787 SHA512 a1064d5068136b2a91328c7f912ff57d4741081d6d61437e7b4567fbf732917485b391493d637b8892bdad50b539363cfa9c778bb35407a9c0a2bfed20e42bc0 WHIRLPOOL 9cda289232f7323819b7426dc17532396e633514e292e11f71404f380f174c1439b788bffff594f8d9a72cc0ddca48d799a173ff14a9b783edb8bc64f0b4e04c
24
25 diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.2.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.2.ebuild
26 deleted file mode 100644
27 index c53a194..00000000
28 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.2.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -WX_GTK_VER=2.8
38 -
39 -inherit autotools eutils wxwidgets
40 -
41 -DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
42 -HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
43 -SRC_URI="http://www.scl.ameslab.gov/MacMolPlt/download/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -KEYWORDS="~amd64 ~x86"
47 -SLOT="0"
48 -IUSE="flash"
49 -
50 -RDEPEND="
51 - >=media-libs/glew-1.5.3
52 - media-libs/mesa
53 - x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
54 - flash? ( media-libs/ming )"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig"
57 -
58 -src_prepare() {
59 - epatch "${FILESDIR}"/${P}-glew.patch
60 - sed \
61 - -e "/^dist_doc_DATA/d" \
62 - -i Makefile.am || die "Failed to disable installation of LICENSE file"
63 - eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - --with-glew \
69 - $(use_with flash ming)
70 -}
71 -
72 -src_install() {
73 - default
74 - doicon resources/${PN}.png
75 - make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education"
76 -}
77
78 diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild
79 deleted file mode 100644
80 index 588fc19..00000000
81 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild
82 +++ /dev/null
83 @@ -1,46 +0,0 @@
84 -# Copyright 1999-2014 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=5
89 -
90 -WX_GTK_VER=2.9
91 -
92 -inherit autotools eutils wxwidgets
93 -
94 -DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
95 -HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
96 -SRC_URI="https://wxmacmolplt.googlecode.com/files/${P}.tar.gz"
97 -
98 -LICENSE="GPL-2"
99 -KEYWORDS="~amd64 ~x86"
100 -SLOT="0"
101 -IUSE="flash"
102 -
103 -RDEPEND="
104 - media-libs/glew
105 - media-libs/mesa
106 - x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
107 - flash? ( media-libs/ming )"
108 -DEPEND="${RDEPEND}
109 - virtual/pkgconfig"
110 -
111 -src_prepare() {
112 - epatch "${FILESDIR}"/${P}-glew.patch
113 - sed \
114 - -e "/^dist_doc_DATA/d" \
115 - -i Makefile.am || die "Failed to disable installation of LICENSE file"
116 - eautoreconf
117 -}
118 -
119 -src_configure() {
120 - econf \
121 - --with-glew \
122 - $(use_with flash ming)
123 -}
124 -
125 -src_install() {
126 - default
127 - doicon resources/${PN}.png
128 - make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
129 -}