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 506B613835A for ; Mon, 28 Sep 2020 22:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 472BDE07FE; Mon, 28 Sep 2020 22:11:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 241DDE07FE for ; Mon, 28 Sep 2020 22:11:41 +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 ABFA3335D6B for ; Mon, 28 Sep 2020 22:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33568373 for ; Mon, 28 Sep 2020 22:11:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1601331086.f57d1b65ae074bad68ac3d5639023a41f47e7a2f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild app-misc/graphlcd-base/graphlcd-base-2.0.0.ebuild X-VCS-Directories: app-misc/graphlcd-base/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f57d1b65ae074bad68ac3d5639023a41f47e7a2f X-VCS-Branch: master Date: Mon, 28 Sep 2020 22:11:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5394151-3c88-48e4-bb03-3200dd383688 X-Archives-Hash: d492e80761d48fce2981ce0aafad6d0e commit: f57d1b65ae074bad68ac3d5639023a41f47e7a2f Author: Conrad Kostecki gentoo org> AuthorDate: Mon Sep 28 22:10:37 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Sep 28 22:11:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57d1b65 app-misc/graphlcd-base: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> .../graphlcd-base/graphlcd-base-1.0.2-r1.ebuild | 91 ---------------------- app-misc/graphlcd-base/graphlcd-base-2.0.0.ebuild | 91 ---------------------- 2 files changed, 182 deletions(-) diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild b/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild deleted file mode 100644 index 3c1a30caae9..00000000000 --- a/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature toolchain-funcs udev - -DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD" -HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" -SRC_URI="https://projects.vdr-developer.org/git/${PN}.git/snapshot/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="fontconfig freetype graphicsmagick imagemagick lcd_devices_ax206dpf lcd_devices_picolcd_256x64 lcd_devices_vnc" -REQUIRED_USE="?? ( graphicsmagick imagemagick )" - -RDEPEND=" - dev-libs/libhid - net-libs/libvncserver - freetype? ( media-libs/freetype:2= ) - fontconfig? ( media-libs/fontconfig:1.0= ) - graphicsmagick? ( media-gfx/graphicsmagick:0/1.3 ) - imagemagick? (