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 3ABD6138334 for ; Tue, 8 Oct 2019 14:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4792DE0950; Tue, 8 Oct 2019 14:57:21 +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 17128E094A for ; Tue, 8 Oct 2019 14:57:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89DB834BA72 for ; Tue, 8 Oct 2019 14:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E4D188A for ; Tue, 8 Oct 2019 14:57:14 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1570546620.39354d411e0fd4194c5e5332a2ee47a67189cd26.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xiccd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xiccd/Manifest x11-misc/xiccd/xiccd-0.2.4.ebuild X-VCS-Directories: x11-misc/xiccd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 39354d411e0fd4194c5e5332a2ee47a67189cd26 X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:57:14 +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: 9d8a17d3-b2be-4b60-ae70-f33224a11c16 X-Archives-Hash: e6fe94270be867dc624e6e91dd62e7c6 commit: 39354d411e0fd4194c5e5332a2ee47a67189cd26 Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 8 13:46:11 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 8 14:57:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39354d41 x11-misc/xiccd: remove old Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba gentoo.org> x11-misc/xiccd/Manifest | 1 - x11-misc/xiccd/xiccd-0.2.4.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/x11-misc/xiccd/Manifest b/x11-misc/xiccd/Manifest index fb97d68d091..36bc378e8db 100644 --- a/x11-misc/xiccd/Manifest +++ b/x11-misc/xiccd/Manifest @@ -1,2 +1 @@ -DIST xiccd-0.2.4.tar.gz 30981 BLAKE2B 079b743f88308b3fff5826bccef125c90636182cf1e6311166e91a337b24be824ac564696f1c65d112fccf737bfbff968ce3d96a2a31ba29cca1069377e16695 SHA512 40101467a38e9369b171b44d5d7fd4b07968dfcd74ace89e15f3dfad32131a3dc3b26249af2340e408908bd3df766785b46e885a3b68ff26b24ed2627a40cd2c DIST xiccd-0.3.0.tar.gz 31676 BLAKE2B a6ef614a5f34827011196474fdf73c0cebfdd6af25f0ee8925edadf4e3338dbb17a43c2da3cb1fee3531f4bbb3cbd760fe350e3860451e7188452cdfd595674e SHA512 d507d91ba1a6d702c0ca63d1583e0ba330210e8c143ec72b866fd042ed9b8987820fb793fa8100077d59f4c01bc068eff68b8377ed4156956ad44c07f448a45f diff --git a/x11-misc/xiccd/xiccd-0.2.4.ebuild b/x11-misc/xiccd/xiccd-0.2.4.ebuild deleted file mode 100644 index 64aec3d35d7..00000000000 --- a/x11-misc/xiccd/xiccd-0.2.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -}