diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-09 20:29:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-10 08:03:17 +0200 |
commit | 3e6894d6a993d97c0e1f6f5e053df55b42e74f43 (patch) | |
tree | e0f5518ae3e5be0e18943bd73c51c008ffda3dce /x11-misc/xcalib | |
parent | app-editors/okteta: Drop 0.26.0 (diff) | |
download | gentoo-3e6894d6a993d97c0e1f6f5e053df55b42e74f43.tar.gz gentoo-3e6894d6a993d97c0e1f6f5e053df55b42e74f43.tar.bz2 gentoo-3e6894d6a993d97c0e1f6f5e053df55b42e74f43.zip |
x11-misc/xcalib: Drop 0.9.0_p20161210
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/xcalib')
-rw-r--r-- | x11-misc/xcalib/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest index 8adf157c5f3e..407c72f7b3fd 100644 --- a/x11-misc/xcalib/Manifest +++ b/x11-misc/xcalib/Manifest @@ -1,2 +1 @@ DIST xcalib-0.10.tar.gz 36769 BLAKE2B 419bcbe4c87bd8af5869537d334ec08e1e1d262d8a3ef550a5e99451ccfebce37025b95e7044ca782faac6f933e5a0a5b65c8ced10ea1f5aab8f3bc93290d959 SHA512 c52252c903125bf95592d35a75c818be196dd92a86ceab39e0a933162e04e160f2303d20e5892e72a23a7e8067c1e8d785381b4c327980a6fab22ed093c28f41 -DIST xcalib-0.9.0_p20161210.tar.gz 36687 BLAKE2B 7b1634a4390ba1aa90b246176e928d2bdc7f8478771744628dd454eab43ea9b42d479950c5748baadb8d081462ddc036a34f30653bc8f7871ed09e05441ad2c3 SHA512 31d9159a67082cd0c63d6ed0e34872cd776adbaf14dca754a6ae2355d24a972a6db5811a3d7e69e24c88534c7f63e8d1285304272bd293e3a93c35c240d99907 diff --git a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild deleted file mode 100644 index 39b237e5d264..000000000000 --- a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="A tiny monitor calibration loader for X.org" -HOMEPAGE="https://github.com/OpenICC/xcalib" -COMMIT="95c932996cfc9f792dea4a6c49fec3c1ed2267ac" -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXrandr - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libXext -" - -S="${WORKDIR}/${PN}-${COMMIT}" |