From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94AC91382C5 for ; Thu, 22 Apr 2021 03:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6712CE0848; Thu, 22 Apr 2021 03:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CAAEE0848 for ; Thu, 22 Apr 2021 03:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32825341111 for ; Thu, 22 Apr 2021 03:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1FE04A5 for ; Thu, 22 Apr 2021 03:08:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619060832.8b136e1e8e395cf6f91d4fb383cd9d1a4b3bf37d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ted/, app-editors/ted/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ted/files/ted-2.23-make.patch app-editors/ted/ted-2.23.ebuild X-VCS-Directories: app-editors/ted/ app-editors/ted/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b136e1e8e395cf6f91d4fb383cd9d1a4b3bf37d X-VCS-Branch: master Date: Thu, 22 Apr 2021 03:08:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2995420e-a13d-45b6-bc7d-1e7462309b5c X-Archives-Hash: caaa5131d8f63c6349dfbfa9e9119411 commit: 8b136e1e8e395cf6f91d4fb383cd9d1a4b3bf37d Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:07:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:07:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b136e1e app-editors/ted: drop 2.23 (EAPI 5) Closes: https://bugs.gentoo.org/784209 Signed-off-by: Sam James gentoo.org> app-editors/ted/files/ted-2.23-make.patch | 11 ----- app-editors/ted/ted-2.23.ebuild | 74 ------------------------------- 2 files changed, 85 deletions(-) diff --git a/app-editors/ted/files/ted-2.23-make.patch b/app-editors/ted/files/ted-2.23-make.patch deleted file mode 100644 index f97093b4764..00000000000 --- a/app-editors/ted/files/ted-2.23-make.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2013-04-01 13:24:45.854051804 +0400 -+++ Makefile 2013-04-01 13:25:02.618052336 +0400 -@@ -246,7 +246,7 @@ - : To install Ted, you can now run 'make install' AS ROOT - - package.shared: compile.shared tedPackage/makefile -- cd tedPackage && make package.shared -+ cd tedPackage && $(MAKE) package.shared - : - : Dynamically linked package ready. - : To install Ted, you can now run 'make install' AS ROOT diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild deleted file mode 100644 index d174bad221e..00000000000 --- a/app-editors/ted/ted-2.23.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit epatch toolchain-funcs xdg-utils - -DESCRIPTION="X-based rich text editor" -HOMEPAGE="https://www.nllgg.nl/Ted/" -SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="x11-libs/gtk+:2 - media-libs/tiff:= - virtual/jpeg:= - media-libs/libpng:= - x11-libs/libXft - x11-libs/libXpm" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/Ted-${PV}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-make.patch \ - "${FILESDIR}"/${P}-freetype261.patch - - sed -i -e 's|/Ted/|/share/Ted/|' \ - "${S}"/appFrame/appFrameConfig.h.in \ - "${S}"/Ted/tedConfig.h.in || die - - # bug #461256 - find . -name makefile.in -exec sed -i -e '/ar r/s/ar/$(AR)/' {} \; || die - - # force to build dynamic binary, do not strip it - sed -i \ - -e 's/.static//g' \ - -e '/strip/d' \ - tedPackage/makefile.in || die 'sed failed on tedPackage/makefile.in' - - # Fix build with freetype-2.5 - sed -i "s|^\(#[ \t]*include[ \t]*<\)freetype/|\1|" appFrame/appFontConfig.c || die - - mkdir lib || die -} - -src_configure() { - tc-export AR CC RANLIB - - local dir - for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do - cd "${S}"/${dir} - econf --cache-file=../config.cache - done -} - -src_compile() { - emake package.shared -} - -src_install() { - default - dosym ../share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}