summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xiccd/Manifest1
-rw-r--r--x11-misc/xiccd/xiccd-0.2.3.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/xiccd/Manifest b/x11-misc/xiccd/Manifest
index 91ad1c21d53d..6a9be77ef10f 100644
--- a/x11-misc/xiccd/Manifest
+++ b/x11-misc/xiccd/Manifest
@@ -1,2 +1 @@
-DIST xiccd-0.2.3.tar.gz 30136 BLAKE2B 8e45754d76aae29e0ca398534d2031e058964685d8fda7e1f082fdc96c012158226f3e57fccc99dce253f3a948c6a04ef0aba85f45ce674061b982597179235c SHA512 2c68c5de95dd6390c4196e198c63a78f82903d4f1210b98b8e67ee7b0ebc5d06e21e553288e2ced26c2df9c232c0b6fd1972308bf0a0e31dbdfae8ec208a86ec
DIST xiccd-0.2.4.tar.gz 30981 BLAKE2B 079b743f88308b3fff5826bccef125c90636182cf1e6311166e91a337b24be824ac564696f1c65d112fccf737bfbff968ce3d96a2a31ba29cca1069377e16695 SHA512 40101467a38e9369b171b44d5d7fd4b07968dfcd74ace89e15f3dfad32131a3dc3b26249af2340e408908bd3df766785b46e885a3b68ff26b24ed2627a40cd2c
diff --git a/x11-misc/xiccd/xiccd-0.2.3.ebuild b/x11-misc/xiccd/xiccd-0.2.3.ebuild
deleted file mode 100644
index 71eb9b4bf531..000000000000
--- a/x11-misc/xiccd/xiccd-0.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A desktop environment-independent bridge between colord and X"
-HOMEPAGE="https://github.com/agalakhov/xiccd"
-SRC_URI="https://github.com/agalakhov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/glib:2
- x11-apps/xrandr
- x11-misc/colord"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}