commit:     8f3db8dbc83401fc218384e8f24e5ad7d08a83e3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 15:26:03 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 15:26:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3db8db

app-office/eqe: drop last-rited package

Closes: https://bugs.gentoo.org/697384

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-office/eqe/Manifest                       |  1 -
 app-office/eqe/eqe-1.3.0.ebuild               | 32 --------------------
 app-office/eqe/files/eqe-1.3.0-Makefile.patch | 42 ---------------------------
 app-office/eqe/metadata.xml                   |  8 -----
 profiles/package.mask                         |  6 ----
 5 files changed, 89 deletions(-)

diff --git a/app-office/eqe/Manifest b/app-office/eqe/Manifest
deleted file mode 100644
index 9789c983f49..00000000000
--- a/app-office/eqe/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST eqe-1.3.0.tar.bz2 98707 BLAKE2B 
1cae6eba7875251dd39d86cae1e4ee93fd7e94e239173a9a70941cf1bf9dc7e2ed364d2c9708ff7beb5ff897b1e8f487a1f384d8e10e4a29dbe799e6dbe6dceb
 SHA512 
6a1ffc1e9f4ec72ebeeb402f35857050b8f64b6fa60d9658667bad70047300c3331a1ac1ea0f0541dca9814bf55ed6e7cdd85513a24625f7cdddf3005b0a5d3d

diff --git a/app-office/eqe/eqe-1.3.0.ebuild b/app-office/eqe/eqe-1.3.0.ebuild
deleted file mode 100644
index c7eb1bc46ea..00000000000
--- a/app-office/eqe/eqe-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="A small LaTeX editor that produces images, with drag and drop 
support"
-HOMEPAGE="http://rlehy.free.fr/";
-SRC_URI="http://rlehy.free.fr/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="dev-perl/Gtk2
-       dev-perl/File-Slurp
-       dev-perl/Template-Toolkit
-       media-gfx/imagemagick
-       virtual/latex-base"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       # Fix install loction and conform to the Gentoo way
-       epatch "${FILESDIR}"/${P}-Makefile.patch || die
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-}

diff --git a/app-office/eqe/files/eqe-1.3.0-Makefile.patch 
b/app-office/eqe/files/eqe-1.3.0-Makefile.patch
deleted file mode 100644
index 0b8094a6502..00000000000
--- a/app-office/eqe/files/eqe-1.3.0-Makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -urN eqe-1.3.0.old/Makefile eqe-1.3.0/Makefile
---- eqe-1.3.0.old/Makefile     2006-02-04 15:54:54.000000000 +0100
-+++ eqe-1.3.0/Makefile 2006-02-14 10:52:04.000000000 +0100
-@@ -1,7 +1,7 @@
- # Ronan Le Hy, 2005
- # eqe installer
- 
--PREFIX=/usr/local
-+PREFIX=/usr
- DESTDIR=
- PACKAGE_NAME=eqe
- VERSION=1.3.0
-@@ -21,19 +21,17 @@
-       pod2man doc/eqedit.pod $(DESTDIR)/$(PREFIX)/share/man/man1/eqedit.1     
-       gzip -f --best $(DESTDIR)/$(PREFIX)/share/man/man1/eqe.1
-       gzip -f --best $(DESTDIR)/$(PREFIX)/share/man/man1/eqedit.1
--      mkdir -p $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/
--      cp changelog $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/changelog
--      gzip -f --best $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/changelog
--      cp README $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/README
--      gzip -f --best $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/README
--      cp FAQ $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/FAQ
--      gzip -f --best $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/FAQ
--      cp TODO $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/TODO
--      cp copyright $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/copyright
--      cp GPL.txt $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/GPL.txt
-+      mkdir -p $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/
-+      cp changelog 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/changelog
-+      gzip -f --best 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/changelog
-+      cp README 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/README
-+      gzip -f --best 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/README
-+      cp FAQ $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/FAQ
-+      gzip -f --best 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/FAQ
-+      cp TODO $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/TODO
-+      gzip -f --best 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/TODO
-       chmod 644 $(DESTDIR)/$(PREFIX)/share/man/man1/eqe.1.gz 
$(DESTDIR)/$(PREFIX)/share/man/man1/eqedit.1.gz
--      chmod 644 $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/README.gz 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/changelog.gz 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/TODO 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/copyright
--      chmod 644 $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)/GPL.txt
-+      chmod 644 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/README.gz 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/changelog.gz 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/TODO.gz 
$(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION)/FAQ.gz
- 
- install-templates:
-       mkdir -p $(DESTDIR)/$(PREFIX)/share/eqe/

diff --git a/app-office/eqe/metadata.xml b/app-office/eqe/metadata.xml
deleted file mode 100644
index 13170c3184d..00000000000
--- a/app-office/eqe/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo TeX Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index ef80b4342c6..00558fc3be1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -456,12 +456,6 @@ dev-perl/NetxAP
 # Removal in 30 days
 app-emulation/wine-any
 
-# Michał Górny <[email protected]> (2019-10-13)
-# Last release in 2008.  Declared dead upstream, apparently broken
-# on newer systems.  EAPI 0.
-# Removal in 30 days.  Bug #697384.
-app-office/eqe
-
 # Michał Górny <[email protected]> (2019-10-12)
 # Utility library that is used only by net-analyzer/bsnmp
 # (to be removed).

Reply via email to