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 B8FCE139694 for ; Sun, 2 Apr 2017 02:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A84E0BE4; Sun, 2 Apr 2017 02:37:40 +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 F3F09E0BE4 for ; Sun, 2 Apr 2017 02:37:39 +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 DD75534108B for ; Sun, 2 Apr 2017 02:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7635471DC for ; Sun, 2 Apr 2017 02:37:37 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1491100546.185b95f79dbcbe8f2ec3ece66d9a57c6cd0fed35.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild X-VCS-Directories: x11-plugins/gkrellm-xkb/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 185b95f79dbcbe8f2ec3ece66d9a57c6cd0fed35 X-VCS-Branch: master Date: Sun, 2 Apr 2017 02:37:37 +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: 42b6516d-eb19-44c6-a9e4-14b79d28895d X-Archives-Hash: 4939b1a26bb702fdf7c20cad9211c2ca commit: 185b95f79dbcbe8f2ec3ece66d9a57c6cd0fed35 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Apr 2 02:35:46 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Apr 2 02:35:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185b95f7 x11-plugins/gkrellm-xkb: remove unused version 1.05. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild deleted file mode 100644 index 04ee0a22db8..00000000000 --- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit gkrellm-plugin - -DESCRIPTION="XKB keyboard switcher for gkrellm2" -HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/" -SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -PLUGIN_SO=xkb.so