public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molsketch/files/, sci-chemistry/molsketch/
@ 2018-06-06 14:55 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-06-06 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     79982f3aa6c21896347375d0a574280218255df1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 13:07:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 14:54:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79982f3a

sci-chemistry/molsketch: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-chemistry/molsketch/Manifest                   |  1 -
 .../molsketch/files/molsketch-0.3.0-desktop.patch  | 19 -------
 .../files/molsketch-0.3.0-no-quotes.patch          | 16 ------
 sci-chemistry/molsketch/molsketch-0.3.0.ebuild     | 59 ----------------------
 4 files changed, 95 deletions(-)

diff --git a/sci-chemistry/molsketch/Manifest b/sci-chemistry/molsketch/Manifest
index 3823e3f1cd6..0393717709d 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 fd44e88c787..00000000000
--- 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 db7be800e38..00000000000
--- 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 d9533bfed28..00000000000
--- 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}
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-06 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 14:55 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molsketch/files/, sci-chemistry/molsketch/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox