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 B2D75138330 for ; Fri, 25 May 2018 10:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC780E0821; Fri, 25 May 2018 10:47:41 +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 84BF1E081E for ; Fri, 25 May 2018 10:47:41 +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 2F13F335C99 for ; Fri, 25 May 2018 10:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB982AF for ; Fri, 25 May 2018 10:47:38 +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: <1527245225.d626a069efd3910ce0a71b34291a1532b48c90de.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.3.ebuild X-VCS-Directories: x11-misc/xiccd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d626a069efd3910ce0a71b34291a1532b48c90de X-VCS-Branch: master Date: Fri, 25 May 2018 10:47:38 +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-Archives-Salt: 453ec688-9aae-44a3-ad9e-305e03cad3d0 X-Archives-Hash: 184731ba6d2a9c62ee663faf8ebbcfa2 commit: d626a069efd3910ce0a71b34291a1532b48c90de Author: Marek Szuba gentoo org> AuthorDate: Fri May 25 10:47:05 2018 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri May 25 10:47:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d626a069 x11-misc/xiccd: remove old Package-Manager: Portage-2.3.39, Repoman-2.3.9 x11-misc/xiccd/Manifest | 1 - x11-misc/xiccd/xiccd-0.2.3.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/x11-misc/xiccd/Manifest b/x11-misc/xiccd/Manifest index 91ad1c21d53..6a9be77ef10 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 71eb9b4bf53..00000000000 --- 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 -}