app-editors/efte: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:31:15 +0000 (09:31 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:31:15 +0000 (09:31 +0200)
Closes: https://bugs.gentoo.org/646922
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-editors/efte/Manifest [deleted file]
app-editors/efte/efte-1.1-r1.ebuild [deleted file]
app-editors/efte/files/efte-1.1-desktopfile.patch [deleted file]
app-editors/efte/files/efte-1.1-flags.patch [deleted file]
app-editors/efte/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-editors/efte/Manifest b/app-editors/efte/Manifest
deleted file mode 100644 (file)
index a1463a5..0000000
+++ /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 (file)
index b62580b..0000000
+++ /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 (file)
index 79cfc1c..0000000
+++ /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 (file)
index 10c17cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-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 (file)
index 81d7428..0000000
+++ /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>
index 28d8005d13e1e92ca25d0bfe8c1d507c1eda7b3d..fefee41f74bf373051a9f5823f6e12cc50452be1 100644 (file)
@@ -530,12 +530,6 @@ sys-power/phc-intel
 # Removal in 30 days.  Bug #646806.
 net-misc/batman-adv
 
-# Michał Górny <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (23 Mar 2019)
 # Unmaintained.  Vulnerable.  Fails to build (#612236, #620916).
 # Removal in 30 days.  Bug #670028.