diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-24 17:11:52 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-24 18:53:07 +0200 |
commit | b3c2d75433b52c27794080bbda5edcf45b51e325 (patch) | |
tree | 0782d06d7e86dc21a9edc73c5de4e5370945ffd6 /x11-misc/sct | |
parent | x11-misc/sct: stable for amd64+x86. (diff) | |
download | gentoo-b3c2d75433b52c27794080bbda5edcf45b51e325.tar.gz gentoo-b3c2d75433b52c27794080bbda5edcf45b51e325.tar.bz2 gentoo-b3c2d75433b52c27794080bbda5edcf45b51e325.zip |
x11-misc/sct: clean up old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/sct')
-rw-r--r-- | x11-misc/sct/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/sct/sct-0.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/sct/Manifest b/x11-misc/sct/Manifest index 36c3c77056f1..4f034a61b774 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 b0c3decf10ee..000000000000 --- 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 -} |