public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/eterm/
Date: Sat,  2 Jun 2018 07:33:17 +0000 (UTC)	[thread overview]
Message-ID: <1527924783.d9d655cca9aca2461b2a51e979c2ca2b049e6e15.zlogene@gentoo> (raw)

commit:     d9d655cca9aca2461b2a51e979c2ca2b049e6e15
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 07:33:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 07:33:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d655cc

x11-terms/eterm: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-terms/eterm/Manifest           |  2 -
 x11-terms/eterm/eterm-0.9.5.ebuild | 76 --------------------------------------
 2 files changed, 78 deletions(-)

diff --git a/x11-terms/eterm/Manifest b/x11-terms/eterm/Manifest
index bb6cc910ccb..9910823c028 100644
--- a/x11-terms/eterm/Manifest
+++ b/x11-terms/eterm/Manifest
@@ -1,4 +1,2 @@
-DIST Eterm-0.9.5.tar.gz 796872 BLAKE2B 9b1fbe3d1b0345f41db6c2e4421c042f19b4932b238a2f47946e4c25e22c6992dc5a533e3f14a0194b1ca8585120cfa65091e145154c2fc45d289276cdc57320 SHA512 ef16ec5ddf0dd91ed4c40eff2289f7a61aa5c0fbf3b95bd14afe38557572f586f1dcd459c258cdfadb1dfbc1c50874492c9cc69ee4152a569b097e86c0d7cc44
 DIST Eterm-0.9.6.tar.gz 831756 BLAKE2B cd309f2bd74c44066d5811845c2cfe7407064186ce445246af352e3dfe47c5a6a58730069f653bb15891b2fdde7d6e84eaf1b92e64978552aab36bd20dee10a1 SHA512 07ef5587b7c8444d49ffd6f20f09c98bd248ccee9b3de311f5705961579f707c4a8e2b69a2193500b75cc1e4bdeabb711a1dd23637d6b94433508d8a93d377fe
-DIST Eterm-bg-0.9.5.tar.gz 1883627 BLAKE2B eef174aa7734dc4795c76213468ae2465d5d484aee73d7d6a09e181547614b9ac23dd55b3991e1d5daa7defd65e91d40a0e01e7a44c64968e94fc6ace3ed18d6 SHA512 2d58d1342c7750f8dde93451b732cff3a0580d76635054632728cf2d8e5c5298732c855672981810cf21a8d1f5d46626abe1f35fbf33e2b713cc5d6bc82d10f8
 DIST Eterm-bg-0.9.6.tar.gz 1883627 BLAKE2B eef174aa7734dc4795c76213468ae2465d5d484aee73d7d6a09e181547614b9ac23dd55b3991e1d5daa7defd65e91d40a0e01e7a44c64968e94fc6ace3ed18d6 SHA512 2d58d1342c7750f8dde93451b732cff3a0580d76635054632728cf2d8e5c5298732c855672981810cf21a8d1f5d46626abe1f35fbf33e2b713cc5d6bc82d10f8

diff --git a/x11-terms/eterm/eterm-0.9.5.ebuild b/x11-terms/eterm/eterm-0.9.5.ebuild
deleted file mode 100644
index c0851088174..00000000000
--- a/x11-terms/eterm/eterm-0.9.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit eutils autotools
-
-MY_P=Eterm-${PV}
-
-if [[ ${PV} == "9999" ]] ; then
-	ESVN_REPO_URI="https://svn.enlightenment.org/svn/e/trunk/eterm/Eterm"
-	inherit subversion
-	SRC_URI=""
-	KEYWORDS=""
-else
-	SRC_URI="http://www.eterm.org/download/${MY_P}.tar.gz
-		!minimal? ( http://www.eterm.org/download/Eterm-bg-${PV}.tar.gz )
-		mirror://sourceforge/eterm/${MY_P}.tar.gz
-		!minimal? ( mirror://sourceforge/eterm/Eterm-bg-${PV}.tar.gz )"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-fi
-
-DESCRIPTION="A vt102 terminal emulator for X"
-HOMEPAGE="http://www.eterm.org/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXmu
-	x11-libs/libXt
-	x11-libs/libICE
-	x11-libs/libSM
-	>=x11-libs/libast-0.6.1
-	media-libs/imlib2[X]
-	media-fonts/font-misc-misc
-	escreen? ( app-misc/screen )"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-	S=${WORKDIR}/${ECVS_MODULE}
-else
-	S=${WORKDIR}/${MY_P}
-fi
-
-src_unpack() {
-	if [[ ${PV} == "9999" ]] ; then
-		subversion_src_unpack
-		cd "${S}"
-		eautoreconf
-	else
-		unpack ${MY_P}.tar.gz
-		cd "${S}"
-		use minimal || unpack Eterm-bg-${PV}.tar.gz
-	fi
-}
-
-src_configure() {
-	export TIC="true"
-	econf \
-		$(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) \
-		--with-delete=execute \
-		--with-backspace=auto
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
-	dodoc ChangeLog README ReleaseNotes
-	use escreen && dodoc doc/README.Escreen
-	dodoc bg/README.backgrounds
-}


             reply	other threads:[~2018-06-02  7:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-02  7:33 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-12 23:47 [gentoo-commits] repo/gentoo:master commit in: x11-terms/eterm/ Sam James
2021-01-06 12:06 Fabian Groffen
2018-06-02  7:33 Mikle Kolyada
2018-04-28  0:52 Matt Turner
2018-04-19 20:49 Mikle Kolyada
2018-04-07 21:30 Sergei Trofimovich
2018-03-05 17:13 Tobias Klausmann
2018-03-01 22:41 Michał Górny
2018-02-28  7:15 Sergei Trofimovich
2018-02-27 13:43 Jason Zaman
2018-02-26 22:22 Sergei Trofimovich
2017-12-02 13:03 David Seifert
2017-12-02 13:03 David Seifert
2017-07-30  7:27 Andreas Hüttel
2015-10-01 12:50 Chí-Thanh Christopher Nguyễn

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=1527924783.d9d655cca9aca2461b2a51e979c2ca2b049e6e15.zlogene@gentoo \
    --to=zlogene@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