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 EBB23138334 for ; Thu, 6 Sep 2018 21:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752AEE095E; Thu, 6 Sep 2018 21:22:56 +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 3D730E095E for ; Thu, 6 Sep 2018 21:22:56 +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 3FA4B335CC7 for ; Thu, 6 Sep 2018 21:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4393D9 for ; Thu, 6 Sep 2018 21:22:51 +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: <1536268931.d387d9aa84ee91dc657398ab09201c590d9d8cb6.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-0.1.ebuild X-VCS-Directories: sci-physics/h2o-gtk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d387d9aa84ee91dc657398ab09201c590d9d8cb6 X-VCS-Branch: master Date: Thu, 6 Sep 2018 21:22:51 +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: 979f22c2-24d1-4db3-af0d-2557c69b2b02 X-Archives-Hash: e11631d4b5f338e58a27bd09c517542e commit: d387d9aa84ee91dc657398ab09201c590d9d8cb6 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 6 20:53:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 6 21:22:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d387d9aa sci-physics/h2o-gtk: Clean old up sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild deleted file mode 100644 index b3b174804c0..00000000000 --- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-utils flag-o-matic - -DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" -HOMEPAGE="https://github.com/mgorny/h2o-gtk/" -SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-cpp/gtkmm:2.4= - >=sci-libs/libh2oxx-0.2 - sci-libs/plotmm" -DEPEND="${RDEPEND}" - -src_prepare() { - autotools-utils_src_prepare - append-cxxflags -std=c++11 -}