From 62d467cab21bfcb475127e5ed66e8869e47fba40 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 22 Apr 2019 09:31:15 +0200 Subject: app-editors/efte: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/646922 Signed-off-by: Michał Górny --- 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 ---- 5 files changed, 95 deletions(-) delete mode 100644 app-editors/efte/Manifest delete mode 100644 app-editors/efte/efte-1.1-r1.ebuild delete mode 100644 app-editors/efte/files/efte-1.1-desktopfile.patch delete mode 100644 app-editors/efte/files/efte-1.1-flags.patch delete mode 100644 app-editors/efte/metadata.xml (limited to 'app-editors/efte') diff --git a/app-editors/efte/Manifest b/app-editors/efte/Manifest deleted file mode 100644 index a1463a59a2c8..000000000000 --- 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 b62580bce0a6..000000000000 --- 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 79cfc1c0ab34..000000000000 --- 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 10c17cff322c..000000000000 --- a/app-editors/efte/files/efte-1.1-flags.patch +++ /dev/null @@ -1,15 +0,0 @@ -From: Julian Ospald -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 81d7428b8621..000000000000 --- a/app-editors/efte/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - efte - - -- cgit v1.2.3-65-gdbad