summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-10 12:55:19 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-10 12:56:16 +0200
commit4d27eb58a5946ffd370bc16c2ecce1cff148ba42 (patch)
treeabb5f4e5d01bc077a3e9524f9387ac7fdc379d51 /media-gfx/symboleditor/symboleditor-1.5.0.ebuild
parentapp-arch/p7zip: Added missing darwin patch (bug #579482). (diff)
downloadgentoo-4d27eb58a5946ffd370bc16c2ecce1cff148ba42.tar.gz
gentoo-4d27eb58a5946ffd370bc16c2ecce1cff148ba42.tar.bz2
gentoo-4d27eb58a5946ffd370bc16c2ecce1cff148ba42.zip
media-gfx/symboleditor: Remove 1.5.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-gfx/symboleditor/symboleditor-1.5.0.ebuild')
-rw-r--r--media-gfx/symboleditor/symboleditor-1.5.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-gfx/symboleditor/symboleditor-1.5.0.ebuild b/media-gfx/symboleditor/symboleditor-1.5.0.ebuild
deleted file mode 100644
index b4e801e33073..000000000000
--- a/media-gfx/symboleditor/symboleditor-1.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOC_DIRS="doc-translations/%lingua_${PN}"
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="ca cs da de en_GB es et lt nl pl pt pt_BR sk sv uk"
-MY_P="SymbolEditor-${PV}"
-inherit kde4-base
-
-DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
-HOMEPAGE="https://userbase.kde.org/SymbolEditor"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}-1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-DEPEND="sys-devel/gettext"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )