diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 15:16:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 15:26:36 +0100 |
commit | 4fa0fee014215f02df1cc74d7c6dedfb0c5a96ba (patch) | |
tree | f3d1145f2023df6b4a4db86c406825a220e3b5e3 /sci-electronics | |
parent | sci-electronics/cirkuit: Add 0.4.3_p201710115 qt5-based snapshot (diff) | |
download | gentoo-4fa0fee014215f02df1cc74d7c6dedfb0c5a96ba.tar.gz gentoo-4fa0fee014215f02df1cc74d7c6dedfb0c5a96ba.tar.bz2 gentoo-4fa0fee014215f02df1cc74d7c6dedfb0c5a96ba.zip |
sci-electronics/cirkuit: Drop slot 4
Closes: https://bugs.gentoo.org/640884
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/cirkuit/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild | 39 | ||||
-rw-r--r-- | sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch | 12 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-electronics/cirkuit/Manifest b/sci-electronics/cirkuit/Manifest index 130475f97f20..137dcebdcb68 100644 --- a/sci-electronics/cirkuit/Manifest +++ b/sci-electronics/cirkuit/Manifest @@ -1,2 +1 @@ -DIST cirkuit-0.4.3.tar.bz2 379628 BLAKE2B e68b7756738698354ff6256851049e3c9063ae5104841ba643fee822cd56e5a430fd83f65e73537f15c78015f51ee10163489d6955bda4dae701b873128dc3da SHA512 880033a7f52142d474840a4d095f89f37a2181f452712bde121646850fe3954f2851fd6dfdcfdfd2ce7b0b8d630522343678e6c5d1b67cddde73b24b86c9e6a5 DIST cirkuit-0.4.3_p201710115.tar.gz 460757 BLAKE2B 7e19e9e7c92a1085361762fe1f650656916e10a21e2d86c5b985dfaee99eb2f5add67cc0410ac19329aa1d46093908c0d36d2a4dad7664c1e189eef99bcdf5ae SHA512 f52f11266b5ab95235ed08c3e62d674dc4e0e908670373f312cbc7b77dc369dcd421edc4f9df0316c1a849b9f388dae0cde5d30350a926d3c4e290395155c61b diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild deleted file mode 100644 index 137757a6fb5c..000000000000 --- a/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KDE_MINIMAL="4.12.0" -inherit kde4-base - -DESCRIPTION="An application to generate publication-ready figures" -HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html" -SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=" - >=app-text/poppler-0.12.3-r3[qt4] -" -RDEPEND="${DEPEND} - app-text/ghostscript-gpl - app-text/ps2eps - dev-texlive/texlive-pstricks - media-gfx/dpic - media-gfx/pdf2svg - media-libs/netpbm - virtual/latex-base -" - -DOCS=( Changelog README ) -PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" ) - -src_install() { - kde4-base_src_install - - # bug 496694 - this file is part of >=kde-apps/katepart-4.12.0 - rm "${D}"/usr/share/apps/katepart/syntax/gnuplot.xml || die -} diff --git a/sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch b/sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch deleted file mode 100644 index 9332701ea925..000000000000 --- a/sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- po/CMakeLists.txt -+++ po/CMakeLists.txt -@@ -1,3 +1,9 @@ -+# The pofiles macro creates in some versions same name targets -+# which since cmake 2.8 leads to target clashes. -+# Hence force the old policy for all po directories. -+# http://public.kitware.com/Bug/view.php?id=12952 -+cmake_policy(SET CMP0002 OLD) -+ - find_package(Gettext REQUIRED) - if (NOT GETTEXT_MSGMERGE_EXECUTABLE) - MESSAGE(FATAL_ERROR "Please install msgmerge binary") |