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 663B7138334 for ; Sun, 3 Feb 2019 14:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED8EE0BD2; Sun, 3 Feb 2019 14:08:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 03B95E0BD3 for ; Sun, 3 Feb 2019 14:08:21 +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 4FCDD335DA9 for ; Sun, 3 Feb 2019 14:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2578A536 for ; Sun, 3 Feb 2019 14:08:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549202871.ca642e13aecc57fe23152ddd4b7bed844653dab0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild X-VCS-Directories: x11-terms/lilyterm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca642e13aecc57fe23152ddd4b7bed844653dab0 X-VCS-Branch: master Date: Sun, 3 Feb 2019 14:08:17 +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: e5b5f918-40d8-4c63-a9fe-9d2fe8c45344 X-Archives-Hash: f42e2ac73cc4514f66cb03b14c7d2dc0 commit: ca642e13aecc57fe23152ddd4b7bed844653dab0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jan 30 17:20:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 14:07:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca642e13 x11-terms/lilyterm: drop old Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild deleted file mode 100644 index 61340f581bf..00000000000 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="https://lilyterm.luna.com.tw" -LICENSE="GPL-3" -SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - x11-libs/vte:0 -" -DEPEND=" - ${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -DOCS=( AUTHORS ChangeLog README TODO ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch - - ./autogen.sh -}