x11-libs/colord-gtk: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 31 Mar 2019 09:28:11 +0000 (12:28 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 31 Mar 2019 09:28:11 +0000 (12:28 +0300)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
x11-libs/colord-gtk/Manifest
x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild [deleted file]

index 4f39d5450628ce5e3ded1d928405d88a30cfd1e2..8c96fb2f5d333097338938689e52f550a6f8afed 100644 (file)
@@ -1,2 +1 @@
-DIST colord-gtk-0.1.25.tar.xz 271192 BLAKE2B c3d37d23a8820bc763b80bc77588c24180bc18251c8f9a77a2e6a5011ba028a62bcb8e3e4370ff68c70587ca3a618cdaa2799ea8ff1a905c2adbe09dab3bf3c3 SHA512 858a95630109ebbcc1e75f6ccdd73af28f9f0739a797d23ea6eadc1447518652925383e61940f0181c7361956a7250b209c63be2107b7f696bb471a122989611
 DIST colord-gtk-0.1.26.tar.xz 280380 BLAKE2B 6ddd52b81726f21a2c376b1ab0c773f7670859882f3e5fe6038bf8728d5a9f3308b469b4e563dc784873b5b9cbed8ca671552e9bcb9cbccfaf28cd8f85e0b5bd SHA512 14f59110e2bc100c542323a68566102e9fb5ab44b679da21bf29101960dae38e646e926d884e14f1838a5991e6ebe15af72d5338723265868eadd5f026545c3d
diff --git a/x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild b/x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild
deleted file mode 100644 (file)
index 0a997ed..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-VALA_MIN_API_VERSION="0.14"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils vala
-
-DESCRIPTION="GTK support library for colord"
-HOMEPAGE="https://www.freedesktop.org/software/colord/"
-SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0/1" # subslot = libcolord-gtk soname version
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="doc +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.28:2
-       >=media-libs/lcms-2.2:2=
-       x11-libs/gdk-pixbuf:2[introspection?]
-       x11-libs/gtk+:3[X(+),introspection?]
-       x11-misc/colord:=[introspection?,vala?]
-       introspection? ( >=dev-libs/gobject-introspection-0.9.8 )"
-# ${PN} was part of x11-misc/colord until 0.1.22
-RDEPEND="${COMMON_DEPEND}
-       !<x11-misc/colord-0.1.27
-"
-DEPEND="${COMMON_DEPEND}
-       app-arch/xz-utils
-       dev-libs/libxslt
-       >=dev-util/intltool-0.35
-       >=sys-devel/gettext-0.17
-       virtual/pkgconfig
-       doc? (
-               app-text/docbook-xml-dtd:4.1.2
-               >=dev-util/gtk-doc-1.9
-       )
-       vala? ( $(vala_depend) )
-"
-
-RESTRICT="test" # Tests need a display device with a default color profile set
-
-src_prepare() {
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_enable doc gtk-doc) \
-               $(use_enable introspection) \
-               $(use_enable vala)
-}
-
-src_install() {
-       default
-       prune_libtool_files --modules
-}