summaryrefslogtreecommitdiff
path: root/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild')
-rw-r--r--x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
deleted file mode 100644
index cf925772f572..000000000000
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw https://github.com/Tetralet/LilyTerm"
-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 )
-PATCHES=(
- "${FILESDIR}"/${PN}-0.9.9.4-autogen.patch
- "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
-)
-
-src_prepare() {
- default
-
- ./autogen.sh || die
- eautoreconf
-}