public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/
Date: Sun, 12 Jan 2020 17:31:10 +0000 (UTC)	[thread overview]
Message-ID: <1578850261.b35cf1e37756948623d1fc48a10d7e3e5135367f.ulm@gentoo> (raw)

commit:     b35cf1e37756948623d1fc48a10d7e3e5135367f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 16:34:33 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:31:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35cf1e3

app-editors/qemacs: Remove old.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/qemacs/Manifest                        |  1 -
 app-editors/qemacs/qemacs-0.4.1_pre20150916.ebuild | 70 ----------------------
 2 files changed, 71 deletions(-)

diff --git a/app-editors/qemacs/Manifest b/app-editors/qemacs/Manifest
index 16ed5004d09..f6847388325 100644
--- a/app-editors/qemacs/Manifest
+++ b/app-editors/qemacs/Manifest
@@ -1,2 +1 @@
-DIST qemacs-0.4.1_pre20150916.tar.xz 1136592 BLAKE2B aff8875b81bd51f77bebcb4dfe60ed0d4396a05af1f42e6b8765e15f9e04e00162924c3514a9ea1e8cb8c0b9ecd2a4112b9d7a46b7d156c032d37d381f2ae0f0 SHA512 e9775ff3dfef6d6b6b263029a620e6575f9f4718b94c0acfcddc8e5da8cd835e57dfbd5fbd948778135b609ae0588924fc9a727b2e763a25148aa27886a9f467
 DIST qemacs-0.4.1_pre20170225.tar.xz 1147408 BLAKE2B 369f3c5ff1b1f7b22bbd1f70f0c150e425a5b68828e62db427e4b41c58c8ee9ae0449a83693e9354d88fc482691d7a5f3661360ef602aeaba963776c4725b894 SHA512 a17c8901c917f91401e16b4f857735957ab0d3533d9dcc7a0decf768f453b68023f45e1241225a84d35ba793beb69754e0f2caa857165f8223882d5041d56c99

diff --git a/app-editors/qemacs/qemacs-0.4.1_pre20150916.ebuild b/app-editors/qemacs/qemacs-0.4.1_pre20150916.ebuild
deleted file mode 100644
index e2b107ccb13..00000000000
--- a/app-editors/qemacs/qemacs-0.4.1_pre20150916.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="QEmacs is a very small but powerful UNIX editor"
-HOMEPAGE="https://savannah.nongnu.org/projects/qemacs"
-# snapshot of http://cvs.savannah.gnu.org/viewvc/?root=qemacs
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm ~ppc x86"
-IUSE="X png unicode xv"
-RESTRICT="test"
-
-RDEPEND="
-	X? ( x11-libs/libX11
-		x11-libs/libXext
-		xv? ( x11-libs/libXv ) )
-	png? ( >=media-libs/libpng-1.2:0= )"
-
-DEPEND="${RDEPEND}
-	>=app-text/texi2html-5"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-Makefile.patch"
-	epatch "${FILESDIR}/${P}-nostrip.patch"
-
-	# Change the manpage to reference a /real/ file instead of just an
-	# approximation.  Purely cosmetic!
-	sed -i -e "s,^/usr/share/doc/qemacs,&-${PVR}," qe.1 || die
-}
-
-src_configure() {
-	# when using any other CFLAGS than -O0, qemacs will segfault on startup,
-	# see bug 92011
-	replace-flags "-O?" -O0
-
-	# Home-grown configure script, doesn't support most standard options
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--cc="$(tc-getCC)" \
-		$(use_enable X x11) \
-		$(use_enable png) \
-		$(use_enable xv) || die
-}
-
-src_compile() {
-	# Does not support parallel building.
-	emake -j1
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc Changelog README TODO.org config.eg
-	docinto html
-	dodoc qe-doc.html
-
-	# Install headers so users can build their own plugins.
-	insinto /usr/include/qe
-	doins *.h
-	insinto /usr/include/qe/libqhtml
-	doins libqhtml/*.h
-}


             reply	other threads:[~2020-01-12 17:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-12 17:31 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 15:01 [gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/ Ulrich Müller
2020-12-30 18:37 Ulrich Müller
2020-08-29 11:44 Ulrich Müller
2018-04-24  6:58 Ulrich Müller
2018-04-15 17:25 Mikle Kolyada
2018-04-12 19:07 Thomas Deutschmann
2018-04-06 16:08 Aaron Bauman
2016-02-14 17:25 Markus Meier
2016-02-13 15:33 Agostino Sarubbo

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=1578850261.b35cf1e37756948623d1fc48a10d7e3e5135367f.ulm@gentoo \
    --to=ulm@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