public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/eterm/files/, profiles/, x11-terms/eterm/
Date: Sat,  6 Feb 2021 07:46:14 +0000 (UTC)	[thread overview]
Message-ID: <1612596257.d17f70ac03e9ae2b768f9cffc3ffaa4589a44509.juippis@gentoo> (raw)

commit:     d17f70ac03e9ae2b768f9cffc3ffaa4589a44509
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 07:24:17 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 07:24:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17f70ac

x11-terms/eterm: remove last-rited package

Closes: https://bugs.gentoo.org/764359
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/package.mask                              | 10 ----
 x11-terms/eterm/Manifest                           |  2 -
 x11-terms/eterm/eterm-0.9.6-r2.ebuild              | 61 ----------------------
 x11-terms/eterm/eterm-9999.ebuild                  | 57 --------------------
 .../eterm/files/eterm-0.9.6-asm-gnu-stack.patch    | 13 -----
 x11-terms/eterm/metadata.xml                       | 21 --------
 6 files changed, 164 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 005d9008d1b..48f2172a0e8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -153,16 +153,6 @@ virtual/httpd-php:7.2
 =dev-php/PHP_CodeCoverage-4.0.7-r2
 =dev-php/PHP_TokenStream-1.4.11-r1
 
-# Joonas Niilola <juippis@gentoo.org> (2020-01-07)
-# Eterm's development stopped 2014 and upstream brought to life
-# its successor, terminology. Eterm is unmaintained in Gentoo with
-# multiple bugs open for a long time. Switch to any available
-# alternative, https://packages.gentoo.org/categories/x11-terms
-# For Esetroot replacement, use feh from media-gfx/feh or wmsetbg
-# from x11-wm/windowmaker.
-# Removal in ~30 days. Bug: #764359
-x11-terms/eterm
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-01-06)
 # Abandoned upstream, countless bugs. Replaced by builtin functions in elogind
 # or systemd. Alternatives: sys-power/suspend, sys-power/hibernate-script.

diff --git a/x11-terms/eterm/Manifest b/x11-terms/eterm/Manifest
deleted file mode 100644
index 9910823c028..00000000000
--- a/x11-terms/eterm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Eterm-0.9.6.tar.gz 831756 BLAKE2B cd309f2bd74c44066d5811845c2cfe7407064186ce445246af352e3dfe47c5a6a58730069f653bb15891b2fdde7d6e84eaf1b92e64978552aab36bd20dee10a1 SHA512 07ef5587b7c8444d49ffd6f20f09c98bd248ccee9b3de311f5705961579f707c4a8e2b69a2193500b75cc1e4bdeabb711a1dd23637d6b94433508d8a93d377fe
-DIST Eterm-bg-0.9.6.tar.gz 1883627 BLAKE2B eef174aa7734dc4795c76213468ae2465d5d484aee73d7d6a09e181547614b9ac23dd55b3991e1d5daa7defd65e91d40a0e01e7a44c64968e94fc6ace3ed18d6 SHA512 2d58d1342c7750f8dde93451b732cff3a0580d76635054632728cf2d8e5c5298732c855672981810cf21a8d1f5d46626abe1f35fbf33e2b713cc5d6bc82d10f8

diff --git a/x11-terms/eterm/eterm-0.9.6-r2.ebuild b/x11-terms/eterm/eterm-0.9.6-r2.ebuild
deleted file mode 100644
index 138602b2825..00000000000
--- a/x11-terms/eterm/eterm-0.9.6-r2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A vt102 terminal emulator for X"
-HOMEPAGE="http://www.eterm.org/"
-SRC_URI="
-	http://www.eterm.org/download/${P^}.tar.gz
-	!minimal? ( http://www.eterm.org/download/Eterm-bg-${PV}.tar.gz )"
-S="${WORKDIR}/${P^}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos"
-IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
-
-BDEPEND="sys-apps/man2html"
-RDEPEND="
-	media-libs/imlib2[X]
-	media-fonts/font-misc-misc
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libast
-	escreen? ( app-misc/screen )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( ChangeLog README ReleaseNotes bg/README.backgrounds )
-PATCHES=( "${FILESDIR}"/${P}-asm-gnu-stack.patch )
-
-src_unpack() {
-	unpack ${P^}.tar.gz
-	cd "${S}" || die
-	use minimal || unpack Eterm-bg-${PV}.tar.gz
-}
-
-src_configure() {
-	export TIC="true"
-	econf \
-		--disable-static \
-		$(use_enable escreen) \
-		--with-imlib \
-		--enable-trans \
-		$(use_enable cpu_flags_x86_mmx mmx) \
-		$(use_enable cpu_flags_x86_sse2 sse2) \
-		$(use_enable unicode multi-charset) \
-		$(use_enable utempter utmp) \
-		--with-delete=execute \
-		--with-backspace=auto
-}
-
-src_install() {
-	use escreen && DOCS+=( doc/README.Escreen )
-	default
-
-	# We don't install headers to link against this library
-	rm "${ED}"/usr/*/libEterm.{so,la} || die
-}

diff --git a/x11-terms/eterm/eterm-9999.ebuild b/x11-terms/eterm/eterm-9999.ebuild
deleted file mode 100644
index ae754baae08..00000000000
--- a/x11-terms/eterm/eterm-9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="A vt102 terminal emulator for X"
-HOMEPAGE="http://www.eterm.org/"
-EGIT_REPO_URI="https://git.enlightenment.org/apps/eterm.git"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
-
-BDEPEND="sys-apps/man2html"
-RDEPEND="
-	media-libs/imlib2[X]
-	media-fonts/font-misc-misc
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libast
-	escreen? ( app-misc/screen )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( ChangeLog README ReleaseNotes bg/README.backgrounds )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	export TIC="true"
-	econf \
-		--disable-static \
-		$(use_enable escreen) \
-		--with-imlib \
-		--enable-trans \
-		$(use_enable cpu_flags_x86_mmx mmx) \
-		$(use_enable cpu_flags_x86_sse2 sse2) \
-		$(use_enable unicode multi-charset) \
-		$(use_enable utempter utmp) \
-		--with-delete=execute \
-		--with-backspace=auto
-}
-
-src_install() {
-	use escreen && DOCS+=( doc/README.Escreen )
-	default
-
-	# We don't install headers to link against this library
-	rm "${ED}"/usr/*/libEterm.{so,la} || die
-}

diff --git a/x11-terms/eterm/files/eterm-0.9.6-asm-gnu-stack.patch b/x11-terms/eterm/files/eterm-0.9.6-asm-gnu-stack.patch
deleted file mode 100644
index 777397170d3..00000000000
--- a/x11-terms/eterm/files/eterm-0.9.6-asm-gnu-stack.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/440618
-
---- Eterm/src/mmx_cmod.S	(revision 78909)
-+++ Eterm/src/mmx_cmod.S	(working copy)
-@@ -485,4 +485,8 @@ shade_ximage_32_mmx:
- 3:
-         LEAVE
- 
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
- #endif /* HAVE_MMX */

diff --git a/x11-terms/eterm/metadata.xml b/x11-terms/eterm/metadata.xml
deleted file mode 100644
index 9a366d709a3..00000000000
--- a/x11-terms/eterm/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription>
-Eterm is a color vt102 terminal emulator intended as a replacement for 
-xterm. It is designed with a Freedom of Choice philosophy, leaving as 
-much power, flexibility, and freedom as possible in the hands of the 
-user. It is designed to look good and work well, but takes a 
-feature-rich approach rather than one of minimalism while still 
-maintaining speed and efficiency.
-	</longdescription>
-	<use>
-		<flag name="escreen">Enable built-in <pkg>app-misc/screen</pkg>
-		support</flag>
-		<flag name="utempter">Include libutempter support</flag>
-	</use>
-	<upstream>
-		<remote-id type="sourceforge">eterm</remote-id>
-	</upstream>
-</pkgmetadata>


                 reply	other threads:[~2021-02-06  7:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612596257.d17f70ac03e9ae2b768f9cffc3ffaa4589a44509.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox