x11-misc/sct: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 24 Jun 2018 15:11:52 +0000 (17:11 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 24 Jun 2018 16:53:07 +0000 (18:53 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-misc/sct/Manifest
x11-misc/sct/sct-0.3.ebuild [deleted file]

index 36c3c77056f1ff1d3f6ccf55ae4241c2696c0cc5..4f034a61b774cce07d5dac576c0aaef3beb66985 100644 (file)
@@ -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 (file)
index b0c3dec..0000000
+++ /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
-}