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

commit:     4fa0fee014215f02df1cc74d7c6dedfb0c5a96ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:16:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:26:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa0fee0

sci-electronics/cirkuit: Drop slot 4

Closes: https://bugs.gentoo.org/640884
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 profiles/package.mask                              |  7 ----
 sci-electronics/cirkuit/Manifest                   |  1 -
 sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild    | 39 ----------------------
 .../files/cirkuit-0.4.3-kdelibs-4.14.11.patch      | 12 -------
 4 files changed, 59 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3bf811e655b..2e1e39883b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -606,13 +606,6 @@ x11-libs/qtscriptgenerator
 media-sound/vdramgw
 
 # Andreas Sturmlechner <asturm@gentoo.org> (12 Dec 2017)
-# Depends on dead kdelibs4/qt4, unmaintained upstream. No port to
-# KF5 released. If you depend on this package, please help test KF5-based
-# cirkuit-9999 in KDE ebuild repository to decide on a possible snapshot.
-# Bug #640884. Masked for removal in 30 days.
-sci-electronics/cirkuit
-
-# Andreas Sturmlechner <asturm@gentoo.org> (12 Dec 2017)
 # Depends on dead kdelibs4/qt4, no port to KF5 released yet.
 # If you depend on this package, help test KF5-based simon-9999
 # to decide on a possible snapshot. Bugs #640846, 639960, 635816.

diff --git a/sci-electronics/cirkuit/Manifest b/sci-electronics/cirkuit/Manifest
index 130475f97f2..137dcebdcb6 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 137757a6fb5..00000000000
--- 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 9332701ea92..00000000000
--- 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")


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

only message in thread, other threads:[~2018-01-07 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 14:26 [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-electronics/cirkuit/, sci-electronics/cirkuit/files/ Andreas Sturmlechner

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