From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ABA3139083 for ; Sun, 3 Dec 2017 17:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 555EDE0EB5; Sun, 3 Dec 2017 17:02:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B84E0EB4 for ; Sun, 3 Dec 2017 17:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFC983406D1 for ; Sun, 3 Dec 2017 17:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D777AE74 for ; Sun, 3 Dec 2017 17:02:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512320501.439de1560e456cd98474abb93d7fb8275bbe72da.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kuickshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild X-VCS-Directories: media-gfx/kuickshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 439de1560e456cd98474abb93d7fb8275bbe72da X-VCS-Branch: master Date: Sun, 3 Dec 2017 17:02:48 +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: 31dc72e0-85a9-4081-8f05-791a9c37a305 X-Archives-Hash: 14625b42e13cba61c363be597b6d57fe commit: 439de1560e456cd98474abb93d7fb8275bbe72da Author: Christian Gerloff gmx net> AuthorDate: Sun Dec 3 14:29:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 3 17:01:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439de156 media-gfx/kuickshow: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild b/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild deleted file mode 100644 index 81ffeba74ae..00000000000 --- a/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_LINGUAS="af ar be bg bn br ca ca@valencia cs cy da de el en_GB eo es et eu -fa fi fr ga gl he hi hne hr hu is it ja km lt lv mai mk ms nb nds ne nl nn oc -pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk uz uz@cyrillic vi xh zh_CN -zh_TW" -KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" -inherit kde4-base - -MY_P=${P}-kde4.4.0 - -DESCRIPTION="KDE program to view images" -HOMEPAGE="https://userbase.kde.org/KuickShow" -SRC_URI="mirror://kde/Attic/4.4.0/src/extragear/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" - -DEPEND="media-libs/imlib" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog README TODO ) - -PATCHES=( - "${FILESDIR}/${P}-gcc6-compile-fix.patch" -) - -S=${WORKDIR}/${MY_P}