summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-21 01:06:04 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-21 01:06:04 -0500
commit1917d1be1505222f320ca5dd78e11a177d15951d (patch)
treec2b13bd9b5b81621914b83306e4e78aac373cd17 /media-gfx/colorhug-client
parentdev-cpp/atkmm: Delete :2.36 (diff)
downloadgentoo-1917d1be1505222f320ca5dd78e11a177d15951d.tar.gz
gentoo-1917d1be1505222f320ca5dd78e11a177d15951d.tar.bz2
gentoo-1917d1be1505222f320ca5dd78e11a177d15951d.zip
media-gfx/colorhug-client: Delete
Bug: https://bugs.gentoo.org/582396 Bug: https://bugs.gentoo.org/592376 Bug: https://bugs.gentoo.org/739994 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/colorhug-client')
-rw-r--r--media-gfx/colorhug-client/Manifest1
-rw-r--r--media-gfx/colorhug-client/colorhug-client-0.2.8.ebuild47
-rw-r--r--media-gfx/colorhug-client/metadata.xml11
3 files changed, 0 insertions, 59 deletions
diff --git a/media-gfx/colorhug-client/Manifest b/media-gfx/colorhug-client/Manifest
deleted file mode 100644
index 4d492ff8b8ad..000000000000
--- a/media-gfx/colorhug-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST colorhug-client-0.2.8.tar.xz 886652 BLAKE2B 5a52cd3763225dd1ffc04f8ddd04c8e23b573660711b79f181f8dcf369be2f56cdea876fd37206124f8b9416c507d98493c00e3a02745795cb9eea18bd688c58 SHA512 99a012614b9364738a417e9cf8719811520f2ae2fab7dc1b1aa0ca4dfdbf3e3b2a06ed6763400a5ed34311797f14093af988dd6335d626b7e4a00c03d64c0356
diff --git a/media-gfx/colorhug-client/colorhug-client-0.2.8.ebuild b/media-gfx/colorhug-client/colorhug-client-0.2.8.ebuild
deleted file mode 100644
index 8113155736ce..000000000000
--- a/media-gfx/colorhug-client/colorhug-client-0.2.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 xdg
-
-DESCRIPTION="Client tools for the ColorHug display colorimeter"
-HOMEPAGE="http://www.hughski.com/"
-SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-# Tests need valgrind, that needs glibc with debugging symbols
-RESTRICT="test"
-
-RDEPEND="
- dev-db/sqlite:3
- >=dev-libs/glib-2.31.10:2
- >=dev-libs/libgusb-0.2.2
- media-libs/lcms:2
- >=media-libs/libcanberra-0.10[gtk3]
- net-libs/libsoup:2.4
- >=x11-libs/gtk+-3.11.2:3
- >=x11-misc/colord-1.2.9:0=
- >=x11-libs/colord-gtk-0.1.24"
-DEPEND="${RDEPEND}"
-# docbook stuff needed for man pages
-BDEPEND="
- app-text/docbook-sgml-dtd:4.1
- app-text/docbook-sgml-utils
- app-text/yelp-tools
- >=dev-util/intltool-0.50
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-
-src_configure() {
- # introspection checked but not needed by anything
- # Install completions manually to prevent dependency on bash-completion, bug #546166
- econf --disable-introspection --disable-bash-completion
-}
-
-src_install() {
- default
- dobashcomp data/bash/colorhug-cmd
-}
diff --git a/media-gfx/colorhug-client/metadata.xml b/media-gfx/colorhug-client/metadata.xml
deleted file mode 100644
index 4532d21566a6..000000000000
--- a/media-gfx/colorhug-client/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="github">hughski/colorhug-client</remote-id>
- </upstream>
-</pkgmetadata>