summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-03 15:07:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-06 16:54:44 +0200
commit79982f3aa6c21896347375d0a574280218255df1 (patch)
tree2f3ae0425b94207e9f79978d356b4876ffab3cbc /sci-chemistry
parentapp-text/sigil: Drop old (diff)
downloadgentoo-79982f3aa6c21896347375d0a574280218255df1.tar.gz
gentoo-79982f3aa6c21896347375d0a574280218255df1.tar.bz2
gentoo-79982f3aa6c21896347375d0a574280218255df1.zip
sci-chemistry/molsketch: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/molsketch/Manifest1
-rw-r--r--sci-chemistry/molsketch/files/molsketch-0.3.0-desktop.patch19
-rw-r--r--sci-chemistry/molsketch/files/molsketch-0.3.0-no-quotes.patch16
-rw-r--r--sci-chemistry/molsketch/molsketch-0.3.0.ebuild59
4 files changed, 0 insertions, 95 deletions
diff --git a/sci-chemistry/molsketch/Manifest b/sci-chemistry/molsketch/Manifest
index 3823e3f1cd6c..0393717709d3 100644
--- a/sci-chemistry/molsketch/Manifest
+++ b/sci-chemistry/molsketch/Manifest
@@ -1,2 +1 @@
-DIST Molsketch-0.3.0-src.tar.gz 337388 BLAKE2B c24f82326b1dd852b5828acd7fea1d9b0e4ff048b23aa8e07dc54380041077d7dce3799491db4d101cd6686fc96724e540dd5ec19494a04b94a41cd50ce33bbe SHA512 405553c9d84f0ce9d70a237834f8273dd5010b95868434f9b1b9042fd626e2782c5d3da7d17d9485946210e48e86d0c2de8385d80667018dbc833c3928d076d4
DIST Molsketch-0.4.1-src.tar.gz 1499842 BLAKE2B 22584f012e838037f9e23c16da6c63984604002884d279b2b6012d80eb08af9ee18b4d364fa29327572854fccad34840f97413b29b487cfbeb6496a2a8003d17 SHA512 263b088c2b8d01c1f13802b18aea6f6784580fe1a806de45b0e1ecd9f29024350e01a611bdeed1891938acc733a42746203d345d3be13ebaf4c309413e86bf26
diff --git a/sci-chemistry/molsketch/files/molsketch-0.3.0-desktop.patch b/sci-chemistry/molsketch/files/molsketch-0.3.0-desktop.patch
deleted file mode 100644
index fd44e88c7870..000000000000
--- a/sci-chemistry/molsketch/files/molsketch-0.3.0-desktop.patch
+++ /dev/null
@@ -1,19 +0,0 @@
- molsketch/src/molsketch.desktop | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/molsketch/src/molsketch.desktop b/molsketch/src/molsketch.desktop
-index a4a5418..4e0a2ef 100644
---- a/molsketch/src/molsketch.desktop
-+++ b/molsketch/src/molsketch.desktop
-@@ -5,9 +5,9 @@ Type=Application
- Name=molsKetch
- TryExec=molsketch
- Exec=molsketch
--Icon=molsketch.png
-+Icon=molsketch
- DocPath=molsketch/index.html
--MimeType=chemical/x-cml
-+MimeType=chemical/x-cml;
- Terminal=false
- Categories=Qt;Education;Science;
- GenericName=2D molecular structures editor
diff --git a/sci-chemistry/molsketch/files/molsketch-0.3.0-no-quotes.patch b/sci-chemistry/molsketch/files/molsketch-0.3.0-no-quotes.patch
deleted file mode 100644
index db7be800e385..000000000000
--- a/sci-chemistry/molsketch/files/molsketch-0.3.0-no-quotes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 64c18a2..75c2fb7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -97,7 +97,7 @@ endif(Qt5Core_FOUND AND Qt5Widgets_FOUND AND Qt5Gui_FOUND AND Qt5PrintSupport_FO
- if(FORCEQt4)
- add_definitions(-DQTVERSIONSUFFIX="")
- else(FORCEQt4)
-- add_definitions(-DQTVERSIONSUFFIX="\\\"-qt5\\\"")
-+ add_definitions(-DQTVERSIONSUFFIX="-qt5")
- endif(FORCEQt4)
-
- # and OpenBabel2
diff --git a/sci-chemistry/molsketch/molsketch-0.3.0.ebuild b/sci-chemistry/molsketch/molsketch-0.3.0.ebuild
deleted file mode 100644
index d9533bfed28c..000000000000
--- a/sci-chemistry/molsketch/molsketch-0.3.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR=ninja
-
-inherit cmake-utils multilib qmake-utils
-
-MY_P=${P/m/M}-src
-
-DESCRIPTION="A drawing tool for 2D molecular structures"
-HOMEPAGE="http://molsketch.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${PN}/Molsketch/Lithium%20${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
- >=sci-chemistry/openbabel-2.2
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- "
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P%%-src}
-
-PATCHES=(
- "${FILESDIR}"/${P}-_DEFAULT_SOURCE.patch
- "${FILESDIR}"/${P}-desktop.patch
- "${FILESDIR}"/${P}-no-quotes.patch
- )
-
-src_prepare() {
- sed -e "/LIBRARY DESTINATION/ s/lib/$(get_libdir)/g" \
- -i {obabeliface,libmolsketch/src}/CMakeLists.txt || die #351246
- sed -e "s:doc/molsketch:doc/${PF}:g" \
- -i molsketch/src/{CMakeLists.txt,mainwindow.cpp} || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DOPENBABEL2_INCLUDE_DIR="${EPREFIX}/usr/include/openbabel-2.0"
- -DCMAKE_DISABLE_FIND_PACKAGE_KDE4=ON
- -DENABLE_TESTS=$(usex test "ON" "OFF")
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dosym ${PN}-qt5 /usr/bin/${PN}
-}