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 EA337138359 for ; Tue, 22 Sep 2020 08:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2AFE0882; Tue, 22 Sep 2020 08:22:24 +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 07A91E0882 for ; Tue, 22 Sep 2020 08:22:24 +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 08043340E93 for ; Tue, 22 Sep 2020 08:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE1F33A for ; Tue, 22 Sep 2020 08:22:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600762929.bec55406770a99eef183cfdcbf444bacf3454d5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/h2o-gtk/h2o-gtk-9999.ebuild X-VCS-Directories: sci-physics/h2o-gtk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bec55406770a99eef183cfdcbf444bacf3454d5e X-VCS-Branch: master Date: Tue, 22 Sep 2020 08:22:18 +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: 9d10c29e-38eb-4169-b840-86b19586ff82 X-Archives-Hash: 1767117a992cee1f108f3703f0871214 commit: bec55406770a99eef183cfdcbf444bacf3454d5e Author: Michał Górny gentoo org> AuthorDate: Tue Sep 22 08:07:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 22 08:22:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec55406 sci-physics/h2o-gtk: Remove live ebuild for dead software Signed-off-by: Michał Górny gentoo.org> sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild deleted file mode 100644 index 1096a19fbbc..00000000000 --- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools git-r3 - -DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" -HOMEPAGE="https://github.com/mgorny/h2o-gtk/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="dev-cpp/gtkmm:2.4= - sci-libs/libh2oxx:0= - sci-libs/plotmm:0=" -DEPEND="${RDEPEND}" - -src_prepare() { - default - eautoreconf -}