From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A550813835A for ; Tue, 13 Apr 2021 16:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7F1E0E9B; Tue, 13 Apr 2021 16:12:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C866EE0E9B for ; Tue, 13 Apr 2021 16:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA2BA340E06 for ; Tue, 13 Apr 2021 16:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A8A72E for ; Tue, 13 Apr 2021 16:12:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618330355.fbf75b7359280b5694d43be83c8e8677b711d4fb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/colord-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/colord-gtk/Manifest x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild X-VCS-Directories: x11-libs/colord-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fbf75b7359280b5694d43be83c8e8677b711d4fb X-VCS-Branch: master Date: Tue, 13 Apr 2021 16:12:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d051a9c-723c-4f75-bd6a-1fbd143182be X-Archives-Hash: 0cf552d99613056962347fc703454ff2 commit: fbf75b7359280b5694d43be83c8e8677b711d4fb Author: Matt Turner gentoo org> AuthorDate: Tue Apr 13 15:55:02 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 13 16:12:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf75b73 x11-libs/colord-gtk: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-libs/colord-gtk/Manifest | 1 - x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild | 68 ---------------------------- 2 files changed, 69 deletions(-) diff --git a/x11-libs/colord-gtk/Manifest b/x11-libs/colord-gtk/Manifest index 5397459c0d5..922295c12f2 100644 --- a/x11-libs/colord-gtk/Manifest +++ b/x11-libs/colord-gtk/Manifest @@ -1,2 +1 @@ -DIST colord-gtk-0.1.26.tar.xz 280380 BLAKE2B 6ddd52b81726f21a2c376b1ab0c773f7670859882f3e5fe6038bf8728d5a9f3308b469b4e563dc784873b5b9cbed8ca671552e9bcb9cbccfaf28cd8f85e0b5bd SHA512 14f59110e2bc100c542323a68566102e9fb5ab44b679da21bf29101960dae38e646e926d884e14f1838a5991e6ebe15af72d5338723265868eadd5f026545c3d DIST colord-gtk-0.2.0.tar.xz 20480 BLAKE2B 73bbb349e84e5bfd28358cbe22609de84b86f90eb96a3fedc6e30a1764d9c667cd82408116cdf65591496ab4e2f59f2b415cd1aa8f995fe2162ee4d649c5d496 SHA512 797eebfd4451fcae4cf70835f5de3d9bdc9e8401ddb82a2fef2310002f28bf523b599c587ff35eb89ceff38a245a6311129ad90b107f837ac4f42f268c9aad97 diff --git a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild b/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild deleted file mode 100644 index 03df30c3a14..00000000000 --- a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 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 arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" - -# We still need to build gtk-doc, https://bugs.freedesktop.org/show_bug.cgi?id=69107 -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} - !