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 516971382C5 for ; Sun, 20 May 2018 00:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80987E098F; Sun, 20 May 2018 00:33:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 54ECCE098F for ; Sun, 20 May 2018 00:33:25 +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 4DC6B335CCA for ; Sun, 20 May 2018 00:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A6E02AC for ; Sun, 20 May 2018 00:33:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526776277.3a4a034e34992bd76fb75d390520093e31e49596.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/tilda/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/tilda/tilda-0.9.6.ebuild X-VCS-Directories: x11-terms/tilda/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3a4a034e34992bd76fb75d390520093e31e49596 X-VCS-Branch: master Date: Sun, 20 May 2018 00:33:21 +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: 50e4ea5e-5155-44f3-9748-f9180916fc65 X-Archives-Hash: 94cd6a7c9ddb7eb0aade30a42402384c commit: 3a4a034e34992bd76fb75d390520093e31e49596 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 06:56:56 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:31:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4a034e x11-terms/tilda: remove old x11-terms/tilda/tilda-0.9.6.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild deleted file mode 100644 index fee09545ab7..00000000000 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" -HOMEPAGE="http://tilda.sourceforge.net" -SRC_URI="mirror://sourceforge/tilda/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/vte:0 - >=dev-libs/glib-2.8.4:2 - dev-libs/confuse - gnome-base/libglade" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch - epatch "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch -}