From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1419159CAF for ; Sun, 10 Apr 2016 10:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4396821C011; Sun, 10 Apr 2016 10:56:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA72C21C011 for ; Sun, 10 Apr 2016 10:56:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A14B340A3B for ; Sun, 10 Apr 2016 10:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F91C8 for ; Sun, 10 Apr 2016 10:56:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460285776.4d27eb58a5946ffd370bc16c2ecce1cff148ba42.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/Manifest media-gfx/symboleditor/symboleditor-1.5.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4d27eb58a5946ffd370bc16c2ecce1cff148ba42 X-VCS-Branch: master Date: Sun, 10 Apr 2016 10:56:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de63c32a-5ada-443b-a94a-6de12386ca36 X-Archives-Hash: b792c7c76315adde030fd19cdbf5cb73 commit: 4d27eb58a5946ffd370bc16c2ecce1cff148ba42 Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 10 10:55:19 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 10 10:56:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d27eb58 media-gfx/symboleditor: Remove 1.5.0 Package-Manager: portage-2.2.28 media-gfx/symboleditor/Manifest | 1 - media-gfx/symboleditor/symboleditor-1.5.0.ebuild | 26 ------------------------ 2 files changed, 27 deletions(-) diff --git a/media-gfx/symboleditor/Manifest b/media-gfx/symboleditor/Manifest index 20eb2a1..effa6ab 100644 --- a/media-gfx/symboleditor/Manifest +++ b/media-gfx/symboleditor/Manifest @@ -1,2 +1 @@ -DIST SymbolEditor-1.5.0-1.tar.bz2 779158 SHA256 707da2874dcd08101b218b7a60f1ec3ed5ba056d6221a1dd472821737c545db0 SHA512 5fe18b649ed78e6ab3c61ce80a0b159941a65065801cdc6a44f1187aa40a2816cbc7888ea9e120cad8089e3e8e7831cedfd3242de5092cea58eb5cf898de022c WHIRLPOOL b3219bd30fbf993b7bd1c998e068e9f462ce312d0e6038b7706324b15810a9a1933ddedf39e6c33ac92deb2d38802807c1c3094fd1733321248b4362a22749e5 DIST SymbolEditor-2.0.0.tar.bz2 544789 SHA256 7cf3ea3acae9bcbe1291526e8e3819d0707a2f288d33cfe22913ec7f894d6e14 SHA512 8baee88fd8ff5f2b6334e80fe7c3fe8044ae521e5a8ffa2588f37dc4a8bf0495c902789bfaaed21a6eaf3c4f6380d18550aaed8046e84b396317104c8a49c993 WHIRLPOOL ac6ec72c1d27ff55774378a384cebe2c5477af8093508e619036309993ec810bc918f68c9cb9a892498ea5afc51e1e22229a8ab77ee3388f8d59755b464813cd 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 b4e801e..0000000 --- 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" )