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 B82BF1382C5 for ; Tue, 27 Mar 2018 00:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A16C0E0946; Tue, 27 Mar 2018 00:27:40 +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 7A42EE0946 for ; Tue, 27 Mar 2018 00:27:40 +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 3BAD9335C2E for ; Tue, 27 Mar 2018 00:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF2D626B for ; Tue, 27 Mar 2018 00:27:37 +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: <1522110438.2e117442be44d8296e153b2cc9cb0de49c266e3d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxrandr/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxrandr/Manifest lxde-base/lxrandr/lxrandr-0.1.2.ebuild X-VCS-Directories: lxde-base/lxrandr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2e117442be44d8296e153b2cc9cb0de49c266e3d X-VCS-Branch: master Date: Tue, 27 Mar 2018 00:27: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: d24d9221-f58b-45d7-920e-2e8ab21be54a X-Archives-Hash: c3adf8c444e5040531ba747be6a76d2a commit: 2e117442be44d8296e153b2cc9cb0de49c266e3d Author: charIes17 arcor de> AuthorDate: Sun Jan 21 15:01:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 00:27:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e117442 lxde-base/lxrandr: Remove old repo.eapi.deprecated 1 lxde-base/lxrandr/lxrandr-0.1.2.ebuild: 4 Package-Manager: Portage-2.3.19, Repoman-2.3.6 lxde-base/lxrandr/Manifest | 1 - lxde-base/lxrandr/lxrandr-0.1.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/lxde-base/lxrandr/Manifest b/lxde-base/lxrandr/Manifest index a3c2eee605a..a401e281578 100644 --- a/lxde-base/lxrandr/Manifest +++ b/lxde-base/lxrandr/Manifest @@ -1,2 +1 @@ -DIST lxrandr-0.1.2.tar.gz 230394 BLAKE2B b2886c38539bbd170205a6538fb37f7cc830f87f2bbf89acc8b9e8f6c542b8565d17eaead2b29715e43d44db18bce90ec7a249703fcb0cca8f2d3ea02fe256f2 SHA512 a2131706b1f6febea3cb12758403650700a29ad1fe036caf5ecf962264f6f8180fdef392f88a77071b3d218ea2f08b0a1f66e4d58db6c2c55125d475bdee256a DIST lxrandr-0.3.1.tar.xz 132468 BLAKE2B 04ea378eaa550a1610f4083524c48dab6e261301dc30262fc34049d89d3b29b02d8ad2c521fc3beab1be416b54560dcb87bb2fc27261e35cb27771fbc7bbe9ee SHA512 525cb8800045f26cb1ecae994e1663db4ce41fbfcf1eabd6c50de38988324cd50f51167fa0caa6872867955c0d18af115bed1d4ae896cb15871efd477eb01196 diff --git a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild b/lxde-base/lxrandr/lxrandr-0.1.2.ebuild deleted file mode 100644 index 9554f13e96e..00000000000 --- a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="LXDE GUI interface to RandR extention" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXrandr - x11-apps/xrandr" -DEPEND="${RDEPEND} - x11-proto/randrproto - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS -}