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 8EB6E13835A for ; Thu, 3 Dec 2020 20:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B29E0858; Thu, 3 Dec 2020 20:53:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9D068E0858 for ; Thu, 3 Dec 2020 20:53:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6FEEA34120F for ; Thu, 3 Dec 2020 20:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90C0478 for ; Thu, 3 Dec 2020 20:53:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1607028777.0e398fbb87707766364fc12b3c9c19fb426c9e8e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sct/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sct/Manifest x11-misc/sct/sct-0.4.ebuild X-VCS-Directories: x11-misc/sct/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0e398fbb87707766364fc12b3c9c19fb426c9e8e X-VCS-Branch: master Date: Thu, 3 Dec 2020 20:53:12 +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: cca89759-1268-4f82-9179-d339b6cdd9d4 X-Archives-Hash: 3d88a30f646c5fd4572d3993bdf9d3d1 commit: 0e398fbb87707766364fc12b3c9c19fb426c9e8e Author: Patrice Clement gentoo org> AuthorDate: Thu Dec 3 18:23:30 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 3 20:52:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e398fbb x11-misc/sct: clean up old. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrice Clement gentoo.org> x11-misc/sct/Manifest | 1 - x11-misc/sct/sct-0.4.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/x11-misc/sct/Manifest b/x11-misc/sct/Manifest index 77437912578..20601b429e4 100644 --- a/x11-misc/sct/Manifest +++ b/x11-misc/sct/Manifest @@ -1,2 +1 @@ -DIST sct-0.4.tar.gz 4560 BLAKE2B a7434499d43180a20e4345ad207cd7644dd7271f9d1a3929e797263f5580e9f7517a3cb86a65892b68a1619a29cc5bb846fa40e3e8c14f4f5a5a7ab65dfa5ca1 SHA512 7a556c2d26cb2389a3e38e74de992d3fac96b29c637e20d1307e0ea0985c1119a3d05f2108d338612b407f5b5f5362bd3e5582722878d7ae62c568bdc9f46e65 DIST sct-0.5.tar.gz 4802 BLAKE2B 2a7d522031f159b2a8d8d8b63603ff4094d6726d92ad7ac1675c8fbc4c716a8c8b1ae6fbc12d3fe5238552621ebbbc4416658ac89610d40010bf1560446fc55d SHA512 15f2013e3c6c56ff50078f1aa070b3388e07a780d14e5664542ea47e51e8eb84e937927467bf9ed74127a7382dea16c5ca94d255c8aeaaa696c9a81ca658f4a2 diff --git a/x11-misc/sct/sct-0.4.ebuild b/x11-misc/sct/sct-0.4.ebuild deleted file mode 100644 index 757fc9bf534..00000000000 --- a/x11-misc/sct/sct-0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Set color temperature of the screen" -HOMEPAGE="https://www.umaxx.net/" -SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" - -DEPEND=" - x11-libs/libXrandr" - -RDEPEND=" - ${DEPEND}" - -src_prepare() { - default - sed \ - -e 's:_BSD_SOURCE:_DEFAULT_SOURCE:g' \ - -i Makefile || die -} - -src_install() { - dobin "${PN}" - doman "${PN}.1" - einstalldocs -}