commit:     62d467cab21bfcb475127e5ed66e8869e47fba40
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 07:31:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 07:31:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d467ca

app-editors/efte: Remove last-rited pkg

Closes: https://bugs.gentoo.org/646922
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/efte/Manifest                         |  1 -
 app-editors/efte/efte-1.1-r1.ebuild               | 53 -----------------------
 app-editors/efte/files/efte-1.1-desktopfile.patch | 18 --------
 app-editors/efte/files/efte-1.1-flags.patch       | 15 -------
 app-editors/efte/metadata.xml                     |  8 ----
 profiles/package.mask                             |  6 ---
 6 files changed, 101 deletions(-)

diff --git a/app-editors/efte/Manifest b/app-editors/efte/Manifest
deleted file mode 100644
index a1463a59a2c..00000000000
--- a/app-editors/efte/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST efte-1.1.tar.bz2 429919 BLAKE2B 
67a9d40e0aaebf024f7889324da6eaa96efe2abbc290f7f4397410f1a2975baf70c527eb238bcbc2b9b0bc8ab3dcdd1611c219f3429588f06f9ec220a56426cb
 SHA512 
4dbfcaaadc56996d1b4659db2a82ec5132cf45b6f65ef545274769aa47f44ba27a8af1488ed57e5ffec2d9f5f1d1ef4cb9ee97514414796f176c2272a6bb6661

diff --git a/app-editors/efte/efte-1.1-r1.ebuild 
b/app-editors/efte/efte-1.1-r1.ebuild
deleted file mode 100644
index b62580bce0a..00000000000
--- a/app-editors/efte/efte-1.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc."
-HOMEPAGE="https://github.com/lanurmi/efte";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 Artistic )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gpm X"
-
-RDEPEND="sys-libs/ncurses:0=
-       gpm? ( sys-libs/gpm )
-       X? (
-               x11-libs/libX11
-               x11-libs/libXpm
-               x11-libs/libXdmcp
-               x11-libs/libXau
-               media-fonts/font-misc-misc
-       )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-flags.patch
-       "${FILESDIR}"/${P}-desktopfile.patch
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DUSE_GPM=$(usex gpm)
-               -DBUILD_X=$(usex X )
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       rm -f "${D}"/usr/share/doc/${PN}/{COPYING,Artistic}
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

diff --git a/app-editors/efte/files/efte-1.1-desktopfile.patch 
b/app-editors/efte/files/efte-1.1-desktopfile.patch
deleted file mode 100644
index 79cfc1c0ab3..00000000000
--- a/app-editors/efte/files/efte-1.1-desktopfile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- efte-1.1/packaging/shared/efte.desktop
-+++ efte-1.1/packaging/shared/efte.desktop
-@@ -1,6 +1,5 @@
- [Desktop Entry]
- Name=eFTE
--Version=1.1
- GenericName=Text Editor
- GenericName[cz]=Textový editor
- GenericName[de]=Texteditor
-@@ -29,7 +28,7 @@
- Comment[sv]=Snabb, utbyggbar textredigerare för programmerare
- 
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
- Exec=efte %f
--Icon=efte
-+Icon=efte48x48
- Type=Application
- Terminal=false
- Categories=Development;TextEditor;

diff --git a/app-editors/efte/files/efte-1.1-flags.patch 
b/app-editors/efte/files/efte-1.1-flags.patch
deleted file mode 100644
index 10c17cff322..00000000000
--- a/app-editors/efte/files/efte-1.1-flags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald <[email protected]>
-Date: Fri Jan  4 20:17:34 UTC 2013
-Subject: respect system CXXFLAGS
-
---- efte-1.1/src/CMakeLists.txt
-+++ efte-1.1/src/CMakeLists.txt
-@@ -86,7 +86,7 @@
- ENDIF( UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
- 
- IF( CMAKE_COMPILER_IS_GNUCC )
--  SET( CMAKE_CXX_FLAGS "-pedantic -Wall -Wno-long-long -Wpointer-arith 
-Wconversion -Wwrite-strings -Winline -fno-rtti -fno-exceptions" )
-+  SET( CMAKE_CXX_FLAGS "-pedantic -Wall -Wno-long-long -Wpointer-arith 
-Wconversion -Wwrite-strings -Winline -fno-rtti -fno-exceptions 
${CMAKE_CXX_FLAGS}" )
- ENDIF( CMAKE_COMPILER_IS_GNUCC )
- 
- IF( CMAKE_SYSTEM_NAME MATCHES "HP/UX" )

diff --git a/app-editors/efte/metadata.xml b/app-editors/efte/metadata.xml
deleted file mode 100644
index 81d7428b862..00000000000
--- a/app-editors/efte/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-needed -->
-       <upstream>
-               <remote-id type="sourceforge">efte</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 28d8005d13e..fefee41f74b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -530,12 +530,6 @@ sys-power/phc-intel
 # Removal in 30 days.  Bug #646806.
 net-misc/batman-adv
 
-# Michał Górny <[email protected]> (23 Mar 2019)
-# Unmaintained.  Fails to build against ncurses[tinfo].  Last upstream
-# release in 2009.  No apparent fix in upstream git.
-# Removal in 30 days.  Bug #646922.
-app-editors/efte
-
 # Michał Górny <[email protected]> (23 Mar 2019)
 # Unmaintained.  Vulnerable.  Fails to build (#612236, #620916).
 # Removal in 30 days.  Bug #670028.

Reply via email to