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 809CC1382C5 for ; Tue, 27 Mar 2018 00:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B4FE0954; Tue, 27 Mar 2018 00:45:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 626CDE0954 for ; Tue, 27 Mar 2018 00:45:25 +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 22E8B335C51 for ; Tue, 27 Mar 2018 00:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F73283 for ; Tue, 27 Mar 2018 00:45:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522111321.cf9dca4ad3baa59c18916ec2eb65b5924974f09f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxinput/Manifest lxde-base/lxinput/lxinput-0.3.2.ebuild X-VCS-Directories: lxde-base/lxinput/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cf9dca4ad3baa59c18916ec2eb65b5924974f09f X-VCS-Branch: master Date: Tue, 27 Mar 2018 00:45:21 +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: 60c1db54-0ea2-4071-8d20-c8daf662d40d X-Archives-Hash: 43efafaaeb55e423f6c24ea3256a9068 commit: cf9dca4ad3baa59c18916ec2eb65b5924974f09f Author: charIes17 arcor de> AuthorDate: Sun Jan 21 18:10:49 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 00:42:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9dca4a lxde-base/lxinput: Remove old repo.eapi.deprecated 1 lxde-base/lxinput/lxinput-0.3.2.ebuild: 4 Package-Manager: Portage-2.3.19, Repoman-2.3.6 lxde-base/lxinput/Manifest | 1 - lxde-base/lxinput/lxinput-0.3.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/lxde-base/lxinput/Manifest b/lxde-base/lxinput/Manifest index 2e26457e069..e009690ad7f 100644 --- a/lxde-base/lxinput/Manifest +++ b/lxde-base/lxinput/Manifest @@ -1,2 +1 @@ -DIST lxinput-0.3.2.tar.gz 259203 BLAKE2B a6de344e5324cf745ee05e39c9211fb10a4fd1395bc295f08945192c9d833c2ddaa6007242e17db69cfcef1140ef6a932da8970c0e7cf39a2f6e0ac27fd2316e SHA512 50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a DIST lxinput-0.3.5.tar.xz 145356 BLAKE2B e3c96a1232329afa5030adffc17af4adf9afc3eb1049f860fe6ed115eb35d580c24a69a21a9a858790b9213b7d4dc716ab9e30becf42b4f9645f2ec642de538c SHA512 d5233f03c4314ac16fb548db56ae2d17651b29d8a59bfef3e6e6805f6b9bc8100b0711bbc72e31a6bc458eccc6fe1b4a38cf097dbf6a1b04f600bba58ff03f35 diff --git a/lxde-base/lxinput/lxinput-0.3.2.ebuild b/lxde-base/lxinput/lxinput-0.3.2.ebuild deleted file mode 100644 index 3d840aebb50..00000000000 --- a/lxde-base/lxinput/lxinput-0.3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="LXDE keyboard and mouse configuration tool" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.40.0"