public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/, profiles/, x11-terms/lilyterm/files/
@ 2022-11-14 15:11 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2022-11-14 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     805f04b10d94c9863ae3b07f4ce6ecc5e419240e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 13:36:58 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 15:11:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805f04b1

x11-terms/lilyterm: Delete

Closes: https://bugs.gentoo.org/811540
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/package.mask                              |  9 ------
 x11-terms/lilyterm/Manifest                        |  1 -
 .../lilyterm/files/lilyterm-0.9.9.4-autogen.patch  | 15 ---------
 .../lilyterm/files/lilyterm-0.9.9.4-gettext.patch  | 12 --------
 .../lilyterm/files/lilyterm-99999-autogen.patch    | 29 -----------------
 x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild      | 36 ----------------------
 x11-terms/lilyterm/lilyterm-99999.ebuild           | 35 ---------------------
 x11-terms/lilyterm/metadata.xml                    |  5 ---
 8 files changed, 142 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b12322da8a5f..d801c58e4876 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -239,15 +239,6 @@ dev-python/nose_warnings_filters
 # migrate to a newer branch.
 <dev-libs/openssl-1.1.1
 
-# Matt Turner <mattst88@gentoo.org> (2022-10-14)
-# Last upstream release in 2013. Last upstream commit in 2019. No maintainer in
-# Gentoo. No reverse dependencies. EAPI=6.
-# Depends on unmaintained packages:
-# 	- x11-libs/vte:0
-# Bug #811540.
-# Removal on 2022-11-14
-x11-terms/lilyterm
-
 # Joshua Kinard <kumba@gentoo.org> (2022-10-13)
 # Difficult-to-resolve build issues on modern toolchains,
 # not publicly maintained, developer contact is difficult,

diff --git a/x11-terms/lilyterm/Manifest b/x11-terms/lilyterm/Manifest
deleted file mode 100644
index c39e88cc0719..000000000000
--- a/x11-terms/lilyterm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lilyterm-0.9.9.4.tar.gz 346180 BLAKE2B 8e9a728760aa1435a3a4247659443e0a29c6ab5f129b2eaeb3c070c4ec8807024f35ee22d028d2400c110143b52ee008496fbd10e67052e73046d6cb6e130b3d SHA512 2fcd9d31a28d6bf9d953cd77b38cb3c67591dd04157f0efd418ce3ac9eab0f8090156435207c8bc18e619dda45e726f3346b1344f2d37fd308fa802476d3b5da

diff --git a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch
deleted file mode 100644
index a4f367484171..000000000000
--- a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/autogen.sh
-+++ b/autogen.sh
-@@ -43,12 +43,3 @@
- AC_FILE='src/Makefile.am'
- Replace_Parameter BINARY
- echo ""
--
--set -x
--
--aclocal
--autoheader
--intltoolize --automake --copy --force
--automake --add-missing --copy
--autoconf
--

diff --git a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch
deleted file mode 100644
index c6df78d65398..000000000000
--- a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -51,7 +51,7 @@
- 
- AC_PROG_INTLTOOL
- ALL_LINGUAS="$_LANG_LIST"
--GETTEXT_PACKAGE="$_PACKAGE"
-+GETTEXT_PACKAGE="$_BINARY"
- AC_SUBST(GETTEXT_PACKAGE)
- AM_GLIB_GNU_GETTEXT
- AM_GLIB_DEFINE_LOCALEDIR(LOCALEDIR)
-

diff --git a/x11-terms/lilyterm/files/lilyterm-99999-autogen.patch b/x11-terms/lilyterm/files/lilyterm-99999-autogen.patch
deleted file mode 100644
index 8485d56ed75c..000000000000
--- a/x11-terms/lilyterm/files/lilyterm-99999-autogen.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/autogen.sh
-+++ b/autogen.sh
-@@ -44,11 +44,10 @@
- Replace_Parameter BINARY
- echo ""
- 
--# for GTK3+
--pkg-config --cflags gtk+-2.0 > /dev/null 2>&1
-+false
- if [ $? != 0 ]; then
-   sed -i 's/^AM_PATH_GTK_2_0.*/PKG_CHECK_MODULES([GTK], [gtk+-3.0])/g' configure.ac
--  pkg-config --cflags vte-2.91 > /dev/null 2>&1
-+true
-   if [ $? = 0 ]; then
-     sed -i 's/^PKG_CHECK_MODULES(vte, \[vte >= .*/PKG_CHECK_MODULES(vte, [vte-2.91 >= 0.38.0],, AC_MSG_ERROR([You need libvte-2.91 >= 0.38.0 to build $_PACKAGE]))/g' configure.ac
-     sed -i 's/^lilyterm_LDADD\(.*\)$/lilyterm_LDADD\1 -lX11/g' src/Makefile.am
-@@ -56,12 +55,3 @@
-     sed -i 's/^PKG_CHECK_MODULES(vte, \[vte >= .*/PKG_CHECK_MODULES(vte, [vte-2.90 >= 0.30.0],, AC_MSG_ERROR([You need libvte-2.90 >= 0.30.0 to build $_PACKAGE]))/g' configure.ac
-   fi
- fi
--
--set -x
--
--aclocal
--autoheader
--intltoolize --automake --copy --force
--automake --add-missing --copy
--autoconf
--

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
-}

diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild
deleted file mode 100644
index 20ebf6b3d4c2..000000000000
--- a/x11-terms/lilyterm/lilyterm-99999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools git-r3
-
-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"
-EGIT_REPO_URI="https://github.com/Tetralet/LilyTerm"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS=""
-
-RDEPEND="
-	x11-libs/vte:2.91
-"
-DEPEND="
-	${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-PATCHES=(
-	"${FILESDIR}"/${PN}-99999-autogen.patch
-)
-
-src_prepare() {
-	default
-
-	./autogen.sh || die
-	eautoreconf
-}

diff --git a/x11-terms/lilyterm/metadata.xml b/x11-terms/lilyterm/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/x11-terms/lilyterm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-14 15:11 [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/, profiles/, x11-terms/lilyterm/files/ Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox