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 A0B16139694 for ; Mon, 17 Apr 2017 11:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1EA5E0CE9; Mon, 17 Apr 2017 11:53:03 +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 80484E0CE9 for ; Mon, 17 Apr 2017 11:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4DD73341301 for ; Mon, 17 Apr 2017 11:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0EC97436 for ; Mon, 17 Apr 2017 11:53:00 +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: <1492429965.21a611a287905cafacaf52a01f2905a57a4f363d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/keditbookmarks/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/keditbookmarks/Manifest kde-apps/keditbookmarks/keditbookmarks-16.08.3.ebuild X-VCS-Directories: kde-apps/keditbookmarks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21a611a287905cafacaf52a01f2905a57a4f363d X-VCS-Branch: master Date: Mon, 17 Apr 2017 11:53:00 +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: c7aec818-f365-42cb-a0af-4a49834e60ed X-Archives-Hash: 7f403654cc672566902fbb9756345c6a commit: 21a611a287905cafacaf52a01f2905a57a4f363d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 17 11:34:40 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 17 11:52:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a611a2 kde-apps/keditbookmarks: Drop 16.08.3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/keditbookmarks/Manifest | 1 - .../keditbookmarks/keditbookmarks-16.08.3.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/keditbookmarks/Manifest b/kde-apps/keditbookmarks/Manifest index 2427b4e84d5..166dbc0465a 100644 --- a/kde-apps/keditbookmarks/Manifest +++ b/kde-apps/keditbookmarks/Manifest @@ -1,2 +1 @@ -DIST kde-baseapps-16.08.3.tar.xz 2051000 SHA256 47e9bb15c64495392625d69af9ac7e00644caa52c98c7187489a7c569ec842a1 SHA512 6606430c2ec5ab934d253a009bbc2c1df4e9d1f8b54dcf16dd9f1894449d7c734641f17360b906a3a7667ac7083ab712b8498b44a20c137d836dd1dab8963649 WHIRLPOOL b65a32a9c03424ed6718db4b5fea85c28690074f450f49df1c581d77e03cc172004dda5aadd39de087e6ff0d101ac1f7587a960e20f7d4faa56f2b45a6ee7643 DIST keditbookmarks-16.12.3.tar.xz 64068 SHA256 5628972b3d82b144d5da855049539a183b646664c4aebcae61424a4dcb92c336 SHA512 4df209179344195b8816d16a168bfe7bb0d5a61b9e6ad2af5fc0615e03e472801e41e5a8e44c0f97dbde7e4d7220b9530b3cdb235a508746672a325a270f52f9 WHIRLPOOL 8fe9269c552c1bac044e21fde1a6e9442734c0644bc04e69bf5c9b8eb9e150b307c787255735f6b4ac1de4c6e5123e57f596d7ac196396db8070e3f458b02335 diff --git a/kde-apps/keditbookmarks/keditbookmarks-16.08.3.ebuild b/kde-apps/keditbookmarks/keditbookmarks-16.08.3.ebuild deleted file mode 100644 index 51608a9428f..00000000000 --- a/kde-apps/keditbookmarks/keditbookmarks-16.08.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KMNAME="kde-baseapps" -VIRTUALX_REQUIRED="test" -inherit kde4-meta - -DESCRIPTION="KDE's bookmarks editor" -KEYWORDS="amd64 ~arm x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libkonq) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - lib/konq/ -"