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 7DA62138335 for ; Sun, 24 Jun 2018 16:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A5BE0893; Sun, 24 Jun 2018 16:53:21 +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 0D9EDE089E for ; Sun, 24 Jun 2018 16:53:21 +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 D21DD335C71 for ; Sun, 24 Jun 2018 16:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E33A312 for ; Sun, 24 Jun 2018 16:53:18 +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: <1529859187.b3c2d75433b52c27794080bbda5edcf45b51e325.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.3.ebuild X-VCS-Directories: x11-misc/sct/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b3c2d75433b52c27794080bbda5edcf45b51e325 X-VCS-Branch: master Date: Sun, 24 Jun 2018 16:53:18 +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: 2d9660aa-b9bf-4097-9393-40f12649422a X-Archives-Hash: 71071c98a17d1f95c3999821b7a175d3 commit: b3c2d75433b52c27794080bbda5edcf45b51e325 Author: Patrice Clement gentoo org> AuthorDate: Sun Jun 24 15:11:52 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jun 24 16:53:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c2d754 x11-misc/sct: clean up old. Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/sct/Manifest | 1 - x11-misc/sct/sct-0.3.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/x11-misc/sct/Manifest b/x11-misc/sct/Manifest index 36c3c77056f..4f034a61b77 100644 --- a/x11-misc/sct/Manifest +++ b/x11-misc/sct/Manifest @@ -1,2 +1 @@ -DIST sct-0.3.tar.gz 3679 BLAKE2B 75d9f6c1ab71f77432b86735c8a48ba356891ecc524a6e82399d470a4b502f094af4bc0a5912630601e9e04ebd9cbd6ccee62a3a0ab991c0c0ecc0c5117590fe SHA512 515719e61afb7274749e28321f79adae4f7400e535e577cbada8453fe22c290aa50e5db8a5b93c7945d1759e08619ae75f3f33e9649cf31805b1c2ec82f711a1 DIST sct-0.4.tar.gz 4560 BLAKE2B a7434499d43180a20e4345ad207cd7644dd7271f9d1a3929e797263f5580e9f7517a3cb86a65892b68a1619a29cc5bb846fa40e3e8c14f4f5a5a7ab65dfa5ca1 SHA512 7a556c2d26cb2389a3e38e74de992d3fac96b29c637e20d1307e0ea0985c1119a3d05f2108d338612b407f5b5f5362bd3e5582722878d7ae62c568bdc9f46e65 diff --git a/x11-misc/sct/sct-0.3.ebuild b/x11-misc/sct/sct-0.3.ebuild deleted file mode 100644 index b0c3decf10e..00000000000 --- a/x11-misc/sct/sct-0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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 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 -}