From 68a2cd7ae413b71b193ac0c153069a4c7149eac7 Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Wed, 24 Aug 2022 14:14:41 -0400 Subject: [PATCH] remove some outdated --- app-arch/unar/Manifest | 2 - app-arch/unar/unar-1.10.1.ebuild | 46 --- app-editors/mg/ChangeLog | 400 ------------------ app-editors/mg/Manifest | 8 - .../0001-Fiddle-around-with-n-curses-deps.patch | 37 -- .../mg/files/mg-20161116-missing-defines.patch | 34 -- .../mg/files/mg-20170410-missing-defines.patch | 34 -- .../mg/files/mg-20170828-missing-defines.patch | 34 -- app-editors/mg/metadata.xml | 9 - app-editors/mg/mg-20180409.ebuild | 52 --- app-editors/mg/mg-20180603.ebuild | 52 --- media-gfx/fbida/ChangeLog | 165 -------- media-gfx/fbida/ChangeLog-2015 | 457 --------------------- media-gfx/fbida/Manifest | 9 - media-gfx/fbida/fbida-2.12-r1.ebuild | 114 ----- .../fbida/files/fbida-2.10-fprintf-format.patch | 11 - media-gfx/fbida/files/fbida-2.10-giflib-4.2.patch | 17 - media-gfx/fbida/files/ida-desktop.patch | 17 - media-gfx/fbida/metadata.xml | 12 - 19 files changed, 1510 deletions(-) delete mode 100644 app-arch/unar/Manifest delete mode 100644 app-arch/unar/unar-1.10.1.ebuild delete mode 100644 app-editors/mg/ChangeLog delete mode 100644 app-editors/mg/Manifest delete mode 100644 app-editors/mg/files/0001-Fiddle-around-with-n-curses-deps.patch delete mode 100644 app-editors/mg/files/mg-20161116-missing-defines.patch delete mode 100644 app-editors/mg/files/mg-20170410-missing-defines.patch delete mode 100644 app-editors/mg/files/mg-20170828-missing-defines.patch delete mode 100644 app-editors/mg/metadata.xml delete mode 100644 app-editors/mg/mg-20180409.ebuild delete mode 100644 app-editors/mg/mg-20180603.ebuild delete mode 100644 media-gfx/fbida/ChangeLog delete mode 100644 media-gfx/fbida/ChangeLog-2015 delete mode 100644 media-gfx/fbida/Manifest delete mode 100644 media-gfx/fbida/fbida-2.12-r1.ebuild delete mode 100644 media-gfx/fbida/files/fbida-2.10-fprintf-format.patch delete mode 100644 media-gfx/fbida/files/fbida-2.10-giflib-4.2.patch delete mode 100644 media-gfx/fbida/files/ida-desktop.patch delete mode 100644 media-gfx/fbida/metadata.xml diff --git a/app-arch/unar/Manifest b/app-arch/unar/Manifest deleted file mode 100644 index 225df03..0000000 --- a/app-arch/unar/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST unar1.10.1_src.zip 2552535 SHA256 40967014a505b7a27864c49dc3b5d30b98ae4e6d4873783b2ef9ef9215fd092b SHA512 2755f1e2dcca68912f748587f195887d785d5c30933ca0d7a7de1dd35c6c1c115571e49f462fe15722e1b34560f02503382727e1df19a1f23d4a3cc75750434e WHIRLPOOL 980cc9224d2146a79c4e42c7890b4ca1f81824c2f04cb6c076c5a60a5a2e2dc98012c9076deb653cf0d4766533081b37baa0c0494ad6da355923b286ae51621f -EBUILD unar-1.10.1.ebuild 967 SHA256 68c474e9d5a8f0ee0cb4d48f96d381b3dcd28cb00fe91f08b4d94e25f21bfea0 SHA512 7629ffc8e806baec8f9c96bc0ba280dc8b53c08bc229fdcdb9b08d3f9567cf60d7dc1e8cd2fcc5385feba4e8b82990d707194e86235db1fdc09792cfa9a58c74 WHIRLPOOL e7deebaf663347f6e259e4e7565d52e6a8407127e4c1ecf919ea2cc3c762313bda950ca5898794c31afae2f8d0915bebafb4b8c58c047e61ee71b932324efbbc diff --git a/app-arch/unar/unar-1.10.1.ebuild b/app-arch/unar/unar-1.10.1.ebuild deleted file mode 100644 index 98f05a7..0000000 --- a/app-arch/unar/unar-1.10.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="unpacker for various archiving formats, e.g. rar v3" -HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://unarchiver.c3.cx/downloads/${PN}${PV}_src.zip" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/icu:= - gnustep-base/gnustep-base" -DEPEND="${RDEPEND} - sys-devel/gcc[objc]" - -S="${WORKDIR}/The Unarchiver" - -# src_prepare() { -# epatch "${FILESDIR}/${P}-no_gnustep.patch" -# } - -src_compile() { - pushd "${S}/XADMaster" - emake -f Makefile.linux \ - AR="$(tc-getAR)" \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - OBJCC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - OBJCFLAGS="${CFLAGS}" \ - LD="$(tc-getCXX)" \ - LDFLAGS="-Wl,--whole-archive -fexceptions -fgnu-runtime ${LDFLAGS}" -} - -src_install() { - dobin XADMaster/{ls,un}ar - doman Extra/{ls,un}ar.1 -} diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog deleted file mode 100644 index 3eaa2a4..0000000 --- a/app-editors/mg/ChangeLog +++ /dev/null @@ -1,400 +0,0 @@ -# ChangeLog for app-editors/mg -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.112 2015/07/30 13:20:25 ulm Exp $ - - 30 Jul 2015; Ulrich Müller -mg-20141007.ebuild: - Remove old. - - 30 Jul 2015; Agostino Sarubbo mg-20150323.ebuild: - Stable for sparc, wrt bug #547604 - - 28 Jun 2015; Mikle Kolyada mg-20150323.ebuild: - alpha stable wrt bug #547604 - - 30 May 2015; Mikle Kolyada mg-20150323.ebuild: - arm stable wrt bug #547604 - - 13 May 2015; Agostino Sarubbo mg-20150323.ebuild: - Stable for amd64, wrt bug #547604 - - 26 Apr 2015; Pacho Ramos mg-20150323.ebuild: - ppc stable wrt bug #547604 - - 26 Apr 2015; Pacho Ramos mg-20150323.ebuild: - x86 stable wrt bug #547604 - - 26 Apr 2015; Jeroen Roovers mg-20150323.ebuild: - Stable for HPPA (bug #547604). - - 19 Apr 2015; Pacho Ramos mg-20141127.ebuild: - x86 stable wrt bug #536006 - - 13 Apr 2015; Agostino Sarubbo mg-20141127.ebuild: - Stable for alpha, wrt bug #536006 - -*mg-20150323 (25 Mar 2015) - - 25 Mar 2015; Ulrich Müller -mg-20150316.ebuild, - +mg-20150323.ebuild: - Version bump. Remove intermediate version. - -*mg-20150316 (19 Mar 2015) - - 19 Mar 2015; Ulrich Müller +mg-20150316.ebuild: - Version bump. - - 02 Mar 2015; Agostino Sarubbo mg-20141127.ebuild: - Stable for ppc, wrt bug #536006 - - 07 Feb 2015; Chema Alonso mg-20141127.ebuild: - Stable for amd64 wrt bug #536006 - - 18 Jan 2015; Markus Meier mg-20141127.ebuild: - arm stable, bug #536006 - - 09 Jan 2015; Jeroen Roovers mg-20141127.ebuild: - Stable for HPPA (bug #536006). - - 09 Jan 2015; Ulrich Müller mg-20141127.ebuild: - Depend on dev-libs/libbsd-0.7.0 at least, bug 536110. - - 02 Jan 2015; Ulrich Müller -mg-20140414.ebuild: - Remove old. - - 02 Jan 2015; Agostino Sarubbo mg-20141007.ebuild: - Stable for sparc, wrt bug #531810 - - 31 Dec 2014; Agostino Sarubbo mg-20141007.ebuild: - Stable for ppc, wrt bug #531810 - - 26 Dec 2014; Markus Meier mg-20141007.ebuild: - arm stable, bug #531810 - - 26 Dec 2014; Agostino Sarubbo mg-20141007.ebuild: - Stable for x86, wrt bug #531810 - - 23 Dec 2014; Agostino Sarubbo mg-20141007.ebuild: - Stable for alpha, wrt bug #531810 - - 09 Dec 2014; Jeroen Roovers mg-20141007.ebuild: - Stable for HPPA (bug #531810). - - 08 Dec 2014; Chema Alonso mg-20141007.ebuild: - Stable for amd64 wrt bug #531810 - -*mg-20141127 (06 Dec 2014) - - 06 Dec 2014; Ulrich Müller +mg-20141127.ebuild: - Version bump. - - 12 Nov 2014; Anthony G. Basile mg-20140414.ebuild, - mg-20141007.ebuild: - Keyword ~ppc ~ppc64, bug #503166 - -*mg-20141007 (07 Oct 2014) - - 07 Oct 2014; Ulrich Müller +mg-20141007.ebuild: - Version bump. - - 29 Aug 2014; Ulrich Müller mg-20140414.ebuild: - Replace einstall by dobin/doman, bug 521422. - - 05 Aug 2014; Raúl Porcel mg-20140414.ebuild: - sparc stable wrt #510330 - - 20 Jul 2014; Tobias Klausmann mg-20140414.ebuild: - Stable on alpha, bug #510330 - - 18 Jul 2014; Tobias Klausmann mg-20140414.ebuild: - Keyworded on alpha, bug #503166 - - 13 Jun 2014; Ulrich Müller -mg-20140306.ebuild, - mg-20140414.ebuild: - Stable for amd64, bug 510330. Remove intermediate version. - - 25 May 2014; Markus Meier mg-20140414.ebuild: - arm stable, bug #510330 - - 16 May 2014; Jeroen Roovers mg-20140414.ebuild: - Stable for HPPA (bug #510330). - -*mg-20140414 (20 Apr 2014) - - 20 Apr 2014; Ulrich Müller -mg-20140406.ebuild, - +mg-20140414.ebuild: - Version bump. - -*mg-20140406 (06 Apr 2014) - - 06 Apr 2014; Ulrich Müller +mg-20140406.ebuild: - Version bump. - - 22 Mar 2014; Chema Alonso mg-20140306.ebuild: - Stable for amd64 wrt bug #504870 - - 22 Mar 2014; Markus Meier mg-20140306.ebuild: - add ~arm, bug #503224 - - 20 Mar 2014; Jeroen Roovers mg-20140306.ebuild: - Stable for HPPA (bug #504870). - - 13 Mar 2014; Ulrich Müller -mg-20131118.ebuild, - -mg-20140220.ebuild, -files/mg-20140220-freebsd.patch: - Remove intermediate versions. - -*mg-20140306 (07 Mar 2014) - - 07 Mar 2014; Ulrich Müller +mg-20140306.ebuild: - Version bump. - - 03 Mar 2014; Ulrich Müller mg-20140220.ebuild, - +files/mg-20140220-freebsd.patch: - Patch for FreeBSD, and don't depend on libbsd there. Re-add previously - dropped ~amd64-fbsd and ~x86-fbsd keywords. - - 02 Mar 2014; Jeroen Roovers mg-20140220.ebuild: - Marked ~hppa (bug #503166). - -*mg-20140220 (01 Mar 2014) - - 01 Mar 2014; Ulrich Müller +mg-20140220.ebuild: - Version bump. The dev-libs/clens dependency is replaced by dev-libs/libbsd. - Dropped some keywords again. - - 13 Feb 2014; Jeroen Roovers mg-20131118.ebuild: - Stable for HPPA (bug #501184). - - 13 Feb 2014; Ulrich Müller -mg-20130922-r2.ebuild, - -files/mg-20130922-dirname.patch: - Remove old. - -*mg-20131118 (18 Nov 2013) - - 18 Nov 2013; Ulrich Müller -mg-20131117.ebuild, - +mg-20131118.ebuild: - Version bump. - -*mg-20131117 (17 Nov 2013) - - 17 Nov 2013; Ulrich Müller +mg-20131117.ebuild: - Version bump. - -*mg-20130922-r2 (22 Oct 2013) - - 22 Oct 2013; Ulrich Müller -mg-20130922-r1.ebuild, - +mg-20130922-r2.ebuild, files/mg-20130922-dirname.patch: - Replace dirname patch by the official fix from OpenBSD. - -*mg-20130922-r1 (13 Oct 2013) - - 13 Oct 2013; Ulrich Müller -mg-20130922.ebuild, - +mg-20130922-r1.ebuild, +files/mg-20130922-dirname.patch: - Fix dirname(3) call in readin and writeout functions, bug 487758. Thanks to - Marien Zwart . - - 09 Oct 2013; Ulrich Müller mg-20130922.ebuild: - Specify CPPFLAGS not CFLAGS for preprocessor options. Add missing EPREFIX. - - 07 Oct 2013; Christian Faulhammer mg-20130922.ebuild: - add ~x86 for bug 486972 - - 06 Oct 2013; Jeroen Roovers mg-20130922.ebuild: - Marked ~hppa (bug #486972). - - 05 Oct 2013; Ulrich Müller mg-20130922.ebuild: - Fix path to tutorial in man page, and do not compress it. - -*mg-20130922 (04 Oct 2013) - - 04 Oct 2013; Ulrich Müller +mg-20130922.ebuild: - Version bump. New dependency on dev-libs/clens which contains some OpenBSD - glue-layer functions previously included with mg. Keywords dropped. - - 25 May 2013; Ulrich Müller -mg-20110905.ebuild: - Remove old. - - 25 May 2013; Agostino Sarubbo mg-20110905-r1.ebuild: - Stable for alpha, wrt bug #470318 - - 25 May 2013; Agostino Sarubbo mg-20110905-r1.ebuild: - Stable for sparc, wrt bug #470318 - - 21 May 2013; Jeroen Roovers mg-20110905-r1.ebuild: - Stable for HPPA (bug #470318). - - 20 May 2013; Agostino Sarubbo mg-20110905-r1.ebuild: - Stable for ppc, wrt bug #470318 - - 20 May 2013; Agostino Sarubbo mg-20110905-r1.ebuild: - Stable for x86, wrt bug #470318 - - 19 May 2013; Agostino Sarubbo mg-20110905-r1.ebuild: - Stable for amd64, wrt bug #470318 - -*mg-20110905-r1 (20 Mar 2013) - - 20 Mar 2013; Ulrich Müller mg-20110905.ebuild, - +mg-20110905-r1.ebuild: - Specify LICENSE more precisely. Merge changes from Emacs overlay. - - 28 Feb 2013; Ulrich Müller mg-20110905.ebuild: - Don't call pkg-config directly, in order not to break cross compilation. - - 28 Feb 2013; Ulrich Müller mg-20110905.ebuild: - Fix build failure with separate tinfo library. - - 22 Sep 2012; Anthony G. Basile mg-20110905.ebuild: - keyword ~ppc64, bug #384639 - - 24 Jul 2012; Ulrich Müller mg-20110905.ebuild: - Add ~amd64-fbsd keyword, bug 384639. - - 13 Jan 2012; Christian Faulhammer -mg-20110120.ebuild: - clean up - - 06 Jan 2012; Brent Baude mg-20110905.ebuild: - Marking mg-20110905 ppc for bug 386689 - - 03 Dec 2011; Raúl Porcel mg-20110905.ebuild: - alpha/sparc stable wrt #386689 - - 17 Oct 2011; Jeroen Roovers mg-20110905.ebuild: - Stable for HPPA (bug #386689). - - 13 Oct 2011; Pawel Hajdan jr mg-20110905.ebuild: - x86 stable wrt bug #386689 - - 12 Oct 2011; Tony Vroon mg-20110905.ebuild: - Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian - "idella4" Delaney in bug #386689. - - 05 Oct 2011; Naohiro Aota mg-20110905.ebuild: - Add ~x86-fbsd - - 03 Oct 2011; Jeroen Roovers mg-20110905.ebuild: - Marked ~hppa (bug #384639). - - 25 Sep 2011; Ulrich Mueller mg-20110120.ebuild, - mg-20110905.ebuild: - Set /usr/bin/emacs symlink with USE=livecd, bug 384451. - - 25 Sep 2011; Raúl Porcel mg-20110120.ebuild, - mg-20110905.ebuild: - alpha/sparc stable - -*mg-20110905 (07 Sep 2011) - - 07 Sep 2011; Ulrich Mueller +mg-20110905.ebuild: - Version bump. - - 31 Aug 2011; Ulrich Mueller mg-20110120.ebuild: - Depend on ncurses, bug 381023. - - 26 May 2011; Ulrich Mueller -mg-20090107.ebuild, - -mg-20110103.ebuild: - Remove old. - - 26 May 2011; Brent Baude mg-20110120.ebuild: - Marking mg-20110120 ppc for bug 361631 - - 08 Apr 2011; Thomas Kahle mg-20110120.ebuild: - x86 stable per bug 361631 - - 02 Apr 2011; Christoph Mende mg-20110120.ebuild: - Stable on amd64 wrt bug #361631 - -*mg-20110120 (12 Feb 2011) - - 12 Feb 2011; Ulrich Mueller +mg-20110120.ebuild: - Version bump. - - 03 Jan 2011; Ulrich Mueller mg-20110103.ebuild: - Upstream distfile has been replaced. Update Manifest and ebuild accordingly. - -*mg-20110103 (03 Jan 2011) - - 03 Jan 2011; Ulrich Mueller +mg-20110103.ebuild: - Version bump. - - 16 Oct 2010; Brent Baude mg-20090107.ebuild: - stable ppc, bug 265307 - - 12 Sep 2010; Ulrich Mueller mg-20090107.ebuild: - Honour LDFLAGS, bug 336975. Update HOMEPAGE and SRC_URI. - - 10 Mar 2010; Joseph Jezak mg-20090107.ebuild: - Marked ~ppc for bug #305487. - - 25 Nov 2009; Christian Faulhammer mg-20090107.ebuild: - import changes from Prefix overlay - - 15 Apr 2009; Christian Faulhammer -mg-20080610.ebuild: - clean up - - 14 Apr 2009; Raúl Porcel mg-20090107.ebuild: - x86 stable wrt #265307 - - 11 Apr 2009; Tiago Cunha mg-20090107.ebuild: - stable amd64, bug 265307 - -*mg-20090107 (06 Mar 2009) - - 06 Mar 2009; Christian Faulhammer mg-20080610.ebuild, - +mg-20090107.ebuild: - version bump and new HOMEPAGE and SRC_URI - - 24 Oct 2008; Ulrich Mueller mg-20080610.ebuild: - Honour CC variable, fixes bug 243566. - - 11 Sep 2008; Christian Faulhammer -mg-20080322.ebuild: - clean up - - 29 Aug 2008; Markus Meier mg-20080610.ebuild: - amd64/x86 stable, bug #236090 - -*mg-20080610 (30 Jul 2008) - - 30 Jul 2008; Ulrich Mueller +mg-20080610.ebuild: - Version bump. - - 06 May 2008; Christian Faulhammer -mg-20070918.ebuild, - -mg-20080305.ebuild: - clean up - - 06 May 2008; Christian Faulhammer mg-20080322.ebuild: - stable x86/amd64, bug 220525 - -*mg-20080322 (06 Apr 2008) - - 06 Apr 2008; Ulrich Mueller mg-20070918.ebuild, - mg-20080305.ebuild, +mg-20080322.ebuild: - Version bump. Some of the source files are unter a BSD licence, add it. - -*mg-20080305 (15 Mar 2008) - - 15 Mar 2008; Ulrich Mueller -mg-20070529.ebuild, - +mg-20080305.ebuild: - Version bump. Remove old. - - 27 Jan 2008; Christian Faulhammer mg-20070918.ebuild: - stable amd64, bug 207608 - - 27 Jan 2008; Christian Faulhammer mg-20070918.ebuild: - stable x86, bug 207608 - - 18 Dec 2007; Ulrich Mueller mg-20070918.ebuild: - Add ~amd64 keyword, bug #202428. - -*mg-20070918 (02 Nov 2007) - - 02 Nov 2007; Ulrich Mueller +mg-20070918.ebuild: - Version bump. Install documentation. - - 10 Oct 2007; Christian Faulhammer mg-20070529.ebuild: - remove PROVIDE=virtual/editor as we have now a new-style virtual - -*mg-20070529 (25 Jun 2007) - - 25 Jun 2007; Christian Faulhammer +metadata.xml, - +mg-20070529.ebuild: - initial import, a MicroEmacs diff --git a/app-editors/mg/Manifest b/app-editors/mg/Manifest deleted file mode 100644 index 84bc9a2..0000000 --- a/app-editors/mg/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -AUX 0001-Fiddle-around-with-n-curses-deps.patch 1036 BLAKE2B 76cdf5b86fd555cef56d9834f43b08e42b1d2de8ec50e24cb4307485b21af3112b479e125c9afef459ba6476fb877aa2171bc6086b0395bbda2f0e425ab1220a SHA512 a6f650eb74c2c964122fc13af943b222952880f5404691e2e970eeae76cd57c1a3631ea68479ed5006d4021f8c5ff8d4d3dfd3832376a8acfd49ab1cf3244219 -AUX mg-20161116-missing-defines.patch 823 BLAKE2B 9b38807214de7a93c40679869615a338722fa188ad1a5ff1de69dd9657ae7cbe54884e586c797cb6b7a60832150bcc741debac9a882b970222bbee7260f67f93 SHA512 f1967dd33a025e11ff63ba797c2fb64ac0679cd6c09a332241a28e0976b96db467894e1e3573c5bc88b7feaecdb430695aa4f8fa2712b227d0947b3d8b05c97c -AUX mg-20170410-missing-defines.patch 823 BLAKE2B 9b38807214de7a93c40679869615a338722fa188ad1a5ff1de69dd9657ae7cbe54884e586c797cb6b7a60832150bcc741debac9a882b970222bbee7260f67f93 SHA512 f1967dd33a025e11ff63ba797c2fb64ac0679cd6c09a332241a28e0976b96db467894e1e3573c5bc88b7feaecdb430695aa4f8fa2712b227d0947b3d8b05c97c -AUX mg-20170828-missing-defines.patch 823 BLAKE2B 9b38807214de7a93c40679869615a338722fa188ad1a5ff1de69dd9657ae7cbe54884e586c797cb6b7a60832150bcc741debac9a882b970222bbee7260f67f93 SHA512 f1967dd33a025e11ff63ba797c2fb64ac0679cd6c09a332241a28e0976b96db467894e1e3573c5bc88b7feaecdb430695aa4f8fa2712b227d0947b3d8b05c97c -EBUILD mg-20180409.ebuild 1220 BLAKE2B 7d7215814e91df60d8f39e61e41103efcf3bcb0ec012e93e1100bd51b184c82ebb15465db4a50d51f3d817be40b75368d00da48f598e5353b8b2ff4582e4ff9a SHA512 ab64d75b2d0a430bf490fb50613cde6303ec94f14670abb7e834b19c36b8899d2d8f8d96e050148a583d2051b0eeb1297a8cf7c807c4590de97b3a6654e4e18c -EBUILD mg-20180603.ebuild 1220 BLAKE2B 1bf72764c5794acfe52324299c3143d0a314df22b735207018338c79d6b63ad479c59b20635d403807b3937361786dc7bfb3784e8e3d6198c807d348dcb73cfd SHA512 c896fe728ec7ab1e1bea6ab7501a9a56239c86c617e64960f9465218217b6c6515da5d22a14224d4c21a681abc5b97f8f81628281bd96d2d903acef921f1b8c0 -MISC ChangeLog 13105 BLAKE2B 62910faa755ea1290404558bbeccb020a071977884856b8ca979a6470a6fb4285e1781fe328e78ff9474cefe37712ce6caa8266dda15b0891dda2593185c2dee SHA512 057a9507201db1602e4fd0df06332ea74582c318102efafcc8a2750aa6f17157ce82288cb0e03b5cb62c04f812dd55e0e5158598d7dce98c37e04d891385662e -MISC metadata.xml 291 BLAKE2B be302b025b745f81213fd3a6b47d558a2d9aa9b595d03918eab4e3af369ad9301716598654a63f5d4c7fbf8faa21e2d82d9684d87d7e46152d6d643bd3e9cd0a SHA512 2ba87a6af0cc36ed2e49ded86f81a6e30b2b9ca9e73949860db9f30bac95ad7374fe1e0c5e712f3c427a8a562ceb57c9693aea967f7c134d5858aca4ec704ba2 diff --git a/app-editors/mg/files/0001-Fiddle-around-with-n-curses-deps.patch b/app-editors/mg/files/0001-Fiddle-around-with-n-curses-deps.patch deleted file mode 100644 index d44d4d0..0000000 --- a/app-editors/mg/files/0001-Fiddle-around-with-n-curses-deps.patch +++ /dev/null @@ -1,37 +0,0 @@ -From c73cf1657023564d66da0dab1314a613189387b1 Mon Sep 17 00:00:00 2001 -From: "S. Gilles" -Date: Sun, 29 May 2016 03:50:59 -0400 -Subject: [PATCH] Fiddle around with [n]curses deps - ---- - GNUmakefile | 11 +++-------- - 1 file changed, 3 insertions(+), 8 deletions(-) - -diff --git a/GNUmakefile b/GNUmakefile -index 23f55ab..96118da 100644 ---- a/GNUmakefile -+++ b/GNUmakefile -@@ -33,17 +33,12 @@ ifeq ($(BSD_LIBS),) - $(error You probably need to install "libbsd-dev" or "libbsd-devel" or something like that.) - endif - --NCURSES:= $(shell which ncurses5-config) --ifeq ($(NCURSES),) -- $(error You probably need to install "libncurses5-dev" or "libnnurses5-devel" or something like that.) --endif -- -- --CURSES_LIBS= -lcurses -+CURSES_CFLAGS= $(shell $(PKG_CONFIG) --cflags ncurses) -+CURSES_LIBS= $(shell $(PKG_CONFIG) --libs ncurses) - - CC?= gcc - CFLAGS?= -O2 -pipe --CFLAGS+= -g -Wall -+CFLAGS+= -g -Wall $(CURSES_CFLAGS) - CPPFLAGS= -DREGEX - CPPFLAGS+= -D_GNU_SOURCE - CPPFLAGS+= $(BSD_CPPFLAGS) -D__dead=__dead2 --- -2.8.3 - diff --git a/app-editors/mg/files/mg-20161116-missing-defines.patch b/app-editors/mg/files/mg-20161116-missing-defines.patch deleted file mode 100644 index 58f5e10..0000000 --- a/app-editors/mg/files/mg-20161116-missing-defines.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/fileio.c b/fileio.c -index 4bb1f46..c937eb0 100644 ---- a/fileio.c -+++ b/fileio.c -@@ -27,6 +27,14 @@ - #include "kbd.h" - #include "pathnames.h" - -+#ifndef MAXNAMLEN -+#define MAXNAMLEN 255 -+#endif -+ -+#ifndef DEFFILEMODE -+#define DEFFILEMODE 0666 -+#endif -+ - static char *bkuplocation(const char *); - static int bkupleavetmp(const char *); - -diff --git a/re_search.c b/re_search.c -index 287030a..da44f00 100644 ---- a/re_search.c -+++ b/re_search.c -@@ -34,6 +34,10 @@ - #define RE_NMATCH 10 /* max number of matches */ - #define REPLEN 256 /* max length of replacement string */ - -+#ifndef REG_STARTEND -+#define REG_STARTEND 4 -+#endif -+ - char re_pat[NPAT]; /* regex pattern */ - int re_srch_lastdir = SRCH_NOPR; /* last search flags */ - int casefoldsearch = TRUE; /* does search ignore case? */ diff --git a/app-editors/mg/files/mg-20170410-missing-defines.patch b/app-editors/mg/files/mg-20170410-missing-defines.patch deleted file mode 100644 index 58f5e10..0000000 --- a/app-editors/mg/files/mg-20170410-missing-defines.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/fileio.c b/fileio.c -index 4bb1f46..c937eb0 100644 ---- a/fileio.c -+++ b/fileio.c -@@ -27,6 +27,14 @@ - #include "kbd.h" - #include "pathnames.h" - -+#ifndef MAXNAMLEN -+#define MAXNAMLEN 255 -+#endif -+ -+#ifndef DEFFILEMODE -+#define DEFFILEMODE 0666 -+#endif -+ - static char *bkuplocation(const char *); - static int bkupleavetmp(const char *); - -diff --git a/re_search.c b/re_search.c -index 287030a..da44f00 100644 ---- a/re_search.c -+++ b/re_search.c -@@ -34,6 +34,10 @@ - #define RE_NMATCH 10 /* max number of matches */ - #define REPLEN 256 /* max length of replacement string */ - -+#ifndef REG_STARTEND -+#define REG_STARTEND 4 -+#endif -+ - char re_pat[NPAT]; /* regex pattern */ - int re_srch_lastdir = SRCH_NOPR; /* last search flags */ - int casefoldsearch = TRUE; /* does search ignore case? */ diff --git a/app-editors/mg/files/mg-20170828-missing-defines.patch b/app-editors/mg/files/mg-20170828-missing-defines.patch deleted file mode 100644 index 58f5e10..0000000 --- a/app-editors/mg/files/mg-20170828-missing-defines.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/fileio.c b/fileio.c -index 4bb1f46..c937eb0 100644 ---- a/fileio.c -+++ b/fileio.c -@@ -27,6 +27,14 @@ - #include "kbd.h" - #include "pathnames.h" - -+#ifndef MAXNAMLEN -+#define MAXNAMLEN 255 -+#endif -+ -+#ifndef DEFFILEMODE -+#define DEFFILEMODE 0666 -+#endif -+ - static char *bkuplocation(const char *); - static int bkupleavetmp(const char *); - -diff --git a/re_search.c b/re_search.c -index 287030a..da44f00 100644 ---- a/re_search.c -+++ b/re_search.c -@@ -34,6 +34,10 @@ - #define RE_NMATCH 10 /* max number of matches */ - #define REPLEN 256 /* max length of replacement string */ - -+#ifndef REG_STARTEND -+#define REG_STARTEND 4 -+#endif -+ - char re_pat[NPAT]; /* regex pattern */ - int re_srch_lastdir = SRCH_NOPR; /* last search flags */ - int casefoldsearch = TRUE; /* does search ignore case? */ diff --git a/app-editors/mg/metadata.xml b/app-editors/mg/metadata.xml deleted file mode 100644 index 41e5f9b..0000000 --- a/app-editors/mg/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -emacs - - mg is Micro GNU/emacs, this is a portable version of the mg maintained by - the OpenBSD team. - - diff --git a/app-editors/mg/mg-20180409.ebuild b/app-editors/mg/mg-20180409.ebuild deleted file mode 100644 index 2292943..0000000 --- a/app-editors/mg/mg-20180409.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils toolchain-funcs git-r3 - -DESCRIPTION="MicroGnuEmacs, a port from the BSDs" -HOMEPAGE="http://homepage.boetes.org/software/mg/" -EGIT_REPO_URI="https://github.com/hboetes/mg.git" -EGIT_BRANCH="display-wide-characters" -EGIT_COMMIT="505b4aafd1efcf29dd5e3528cf46d1dbd6b75c57" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="livecd" - -RDEPEND="sys-libs/ncurses:0 - !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch_user - - # fix path to tutorial in man page - sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die - - #epatch "${FILESDIR}/${P}-missing-defines.patch" -} - -src_compile() { - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - dobin mg - doman mg.1 - dodoc README tutorial - # don't compress the tutorial, otherwise mg cannot open it - docompress -x /usr/share/doc/${PF}/tutorial -} - -pkg_postinst() { - if use livecd; then - [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg "${EROOT}"/usr/bin/emacs - fi -} diff --git a/app-editors/mg/mg-20180603.ebuild b/app-editors/mg/mg-20180603.ebuild deleted file mode 100644 index 4c46de4..0000000 --- a/app-editors/mg/mg-20180603.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils toolchain-funcs git-r3 - -DESCRIPTION="MicroGnuEmacs, a port from the BSDs" -HOMEPAGE="http://homepage.boetes.org/software/mg/" -EGIT_REPO_URI="https://github.com/hboetes/mg.git" -EGIT_BRANCH="display-wide-characters" -EGIT_COMMIT="cdf641e141acfc1786cf717a568bf1325f4e10ec" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="livecd" - -RDEPEND="sys-libs/ncurses:0 - !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch_user - - # fix path to tutorial in man page - sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die - - #epatch "${FILESDIR}/${P}-missing-defines.patch" -} - -src_compile() { - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - dobin mg - doman mg.1 - dodoc README tutorial - # don't compress the tutorial, otherwise mg cannot open it - docompress -x /usr/share/doc/${PF}/tutorial -} - -pkg_postinst() { - if use livecd; then - [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg "${EROOT}"/usr/bin/emacs - fi -} diff --git a/media-gfx/fbida/ChangeLog b/media-gfx/fbida/ChangeLog deleted file mode 100644 index 3466d37..0000000 --- a/media-gfx/fbida/ChangeLog +++ /dev/null @@ -1,165 +0,0 @@ -# ChangeLog for media-gfx/fbida -# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 -# (auto-generated from git log) - -*fbida-2.10 (09 Aug 2015) -*fbida-2.09-r4 (09 Aug 2015) - - 09 Aug 2015; Robin H. Johnson +fbida-2.09-r4.ebuild, - +fbida-2.10.ebuild, +files/fbida-2.09-giflib.patch, - +files/fbida-2.09-make.patch, +files/fbida-2.10-giflib-4.2.patch, - +files/ida-desktop.patch, +metadata.xml: - proj/gentoo: Initial commit - - This commit represents a new era for Gentoo: - Storing the gentoo-x86 tree in Git, as converted from CVS. - - This commit is the start of the NEW history. - Any historical data is intended to be grafted onto this point. - - Creation process: - 1. Take final CVS checkout snapshot - 2. Remove ALL ChangeLog* files - 3. Transform all Manifests to thin - 4. Remove empty Manifests - 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ - 5.1. Do not touch files with -kb/-ko keyword flags. - - Signed-off-by: Robin H. Johnson - X-Thanks: Alec Warner - did the GSoC 2006 migration - tests - X-Thanks: Robin H. Johnson - infra guy, herding this - project - X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo - developer, wrote Git features for the migration - X-Thanks: Brian Harring - wrote much python to improve - cvs2svn - X-Thanks: Rich Freeman - validation scripts - X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 - work in migration - X-Thanks: Michał Górny - scripts, QA, nagging - X-Thanks: All of other Gentoo developers - many ideas and lots of paint on - the bikeshed - - 24 Aug 2015; Justin Lecher fbida-2.09-r4.ebuild, - metadata.xml: - Use https by default - - Convert all URLs for sites supporting encrypted connections from http to - https - - Signed-off-by: Justin Lecher - - 24 Aug 2015; Mike Gilbert metadata.xml: - Revert DOCTYPE SYSTEM https changes in metadata.xml - - repoman does not yet accept the https version. - This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. - - Bug: https://bugs.gentoo.org/552720 - - 23 Jan 2016; Markus Meier fbida-2.10.ebuild: - arm stable, bug #572086 - - Package-Manager: portage-2.2.27 - RepoMan-Options: --include-arches="arm" - - 23 Jan 2016; Agostino Sarubbo fbida-2.10.ebuild: - amd64 stable wrt bug #572086 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="amd64" - Signed-off-by: Agostino Sarubbo - - 24 Jan 2016; Jeroen Roovers fbida-2.10.ebuild: - Stable for HPPA PPC64 (bug #572086). - - Package-Manager: portage-2.2.27 - RepoMan-Options: --ignore-arches - -*fbida-2.10-r1 (24 Jan 2016) - - 24 Jan 2016; Jeroen Roovers +fbida-2.10-r1.ebuild, - +files/fbida-2.10-fprintf-format.patch: - Fix internally stored version. - - Package-Manager: portage-2.2.27 - - 24 Jan 2016; Michał Górny metadata.xml: - Unify quoting in metadata.xml files for machine processing - - Force unified quoting in all metadata.xml files since lxml does not - preserve original use of single and double quotes. Ensuring unified - quoting before the process allows distinguishing the GLEP 67-related - metadata.xml changes from unrelated quoting changes. - - 24 Jan 2016; Michał Górny metadata.xml: - Set appropriate maintainer types in metadata.xml (GLEP 67) - - 02 Feb 2016; Tobias Klausmann fbida-2.10.ebuild: - add alpha keyword - - Gentoo-Bug: 572086 - - Package-Manager: portage-2.2.27 - - 14 Feb 2016; Agostino Sarubbo fbida-2.10.ebuild: - x86 stable wrt bug #572086 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="x86" - Signed-off-by: Agostino Sarubbo - - 16 Mar 2016; Agostino Sarubbo fbida-2.10.ebuild: - ppc stable wrt bug #572086 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="ppc" - Signed-off-by: Agostino Sarubbo - - 19 Mar 2016; Agostino Sarubbo fbida-2.10.ebuild: - sparc stable wrt bug #572086 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="sparc" - Signed-off-by: Agostino Sarubbo - - 30 Mar 2016; Jeroen Roovers -fbida-2.09-r4.ebuild, - -files/fbida-2.09-giflib.patch, -files/fbida-2.09-make.patch: - Old. - - Package-Manager: portage-2.2.28 - -*fbida-2.11 (30 Mar 2016) - - 30 Mar 2016; Jeroen Roovers +fbida-2.11.ebuild: - Version bump. - - Package-Manager: portage-2.2.28 - -*fbida-2.12 (07 Apr 2016) - - 07 Apr 2016; Jeroen Roovers +fbida-2.12.ebuild: - Version bump. - - Package-Manager: portage-2.2.28 - - 20 May 2016; Jeroen Roovers -fbida-2.10-r1.ebuild, - -fbida-2.11.ebuild: - Old. - - Package-Manager: portage-2.3.0_rc1 - - 01 Jun 2016; Tobias Klausmann fbida-2.12.ebuild: - 2.12-r0: add alpha keyword - - Gentoo-Bug: 583568 - - Package-Manager: portage-2.3.0_rc1 - - 08 Jun 2016; Markus Meier fbida-2.12.ebuild: - arm stable, bug #583568 - - Package-Manager: portage-2.3.0_rc1 - RepoMan-Options: --include-arches="arm" - diff --git a/media-gfx/fbida/ChangeLog-2015 b/media-gfx/fbida/ChangeLog-2015 deleted file mode 100644 index d3e09da..0000000 --- a/media-gfx/fbida/ChangeLog-2015 +++ /dev/null @@ -1,457 +0,0 @@ -# ChangeLog for media-gfx/fbida -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.127 2015/05/09 13:25:56 jer Exp $ - - 09 May 2015; Jeroen Roovers fbida-2.10.ebuild, - +files/fbida-2.10-giflib-4.2.patch: - Fix building against media-libs/giflib-4.2* (bug #546202). - -*fbida-2.10 (04 Apr 2015) - - 04 Apr 2015; Jeroen Roovers +fbida-2.10.ebuild: - Version bump. - - 30 Mar 2015; Jeroen Roovers -fbida-2.09.ebuild, - -files/fbida-2.08-posix-make.patch: - Old. - - 24 Feb 2015; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for alpha, wrt bug #532902 - - 02 Jan 2015; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for sparc, wrt bug #532902 - - 01 Jan 2015; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for ppc64, wrt bug #532902 - - 31 Dec 2014; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for ppc, wrt bug #532902 - - 28 Dec 2014; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for x86, wrt bug #532902 - - 26 Dec 2014; Agostino Sarubbo fbida-2.09-r4.ebuild: - Stable for amd64, wrt bug #532902 - - 26 Dec 2014; Markus Meier fbida-2.09-r4.ebuild: - arm stable, bug #532902 - - 20 Dec 2014; Jeroen Roovers fbida-2.09-r4.ebuild: - Stable for HPPA (bug #532902). - - 12 Dec 2014; Jeroen Roovers -fbida-2.09-r3.ebuild, - fbida-2.09-r4.ebuild, -files/fbida-2.09-giflib-4.2.patch, - -files/fbida-2.09-giflib-5.patch: - No fbgs to remove when USE=-fbcon (bug #532354 by Maxim Britov). - -*fbida-2.09-r4 (27 Nov 2014) - - 27 Nov 2014; Jeroen Roovers +fbida-2.09-r4.ebuild, - +files/fbida-2.09-giflib.patch: - Use a single patch for every giflib version. - -*fbida-2.09-r3 (25 Sep 2014) - - 25 Sep 2014; Jeroen Roovers -fbida-2.09-r2.ebuild, - +fbida-2.09-r3.ebuild, +files/fbida-2.09-giflib-5.patch: - Add media-libs/giflib-5 patch by Paolo Pedroni (bug #523680). - - 10 Aug 2014; Sergei Trofimovich fbida-2.09-r2.ebuild, - fbida-2.09.ebuild: - QA: drop trailing '.' from DESCRIPTION - -*fbida-2.09-r2 (15 May 2014) - - 15 May 2014; Jeroen Roovers -fbida-2.09-r1.ebuild, - +fbida-2.09-r2.ebuild: - Fix configuration sed script. - - 15 May 2014; Jeroen Roovers fbida-2.09-r1.ebuild: - Add jpeg-9 patch (bug #479818). - - 15 May 2014; Jeroen Roovers fbida-2.09.ebuild, - fbida-2.09-r1.ebuild: - Add IJG license for JPEG (media-libs/jpeg) code. - - 21 Feb 2014; Jeroen Roovers fbida-2.09-r1.ebuild, - +files/fbida-2.09-make.patch, metadata.xml: - Explicitly add WebP support. Remove imagemagick support (which never worked - to begin with). Make tiff dependency for USE=pdf more explicit. Respect CPP. - Set some useful USE defaults. - - 31 Dec 2013; Jeroen Roovers metadata.xml: - Set maintainer. - -*fbida-2.09-r1 (31 Dec 2013) - - 31 Dec 2013; Jeroen Roovers fbida-2.09.ebuild, - +fbida-2.09-r1.ebuild, +files/fbida-2.09-giflib-4.2.patch, - files/ida-desktop.patch: - Add giflib-4.2 patch by Tomasz Wasiak (bug #494402). - - 01 Mar 2013; Michael Palimaka -fbida-2.08.ebuild: - Remove old. - - 01 Mar 2013; Jeroen Roovers fbida-2.09.ebuild: - Stable for HPPA (bug #457364). - - 01 Mar 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for sh, wrt bug #457364 - - 26 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for sparc, wrt bug #457364 - - 26 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for arm, wrt bug #457364 - - 26 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for alpha, wrt bug #457364 - - 25 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for ppc64, wrt bug #457364 - - 25 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for ppc, wrt bug #457364 - - 25 Feb 2013; Julian Ospald fbida-2.09.ebuild: - respect CC - - 25 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for x86, wrt bug #457364 - - 25 Feb 2013; Agostino Sarubbo fbida-2.09.ebuild: - Stable for amd64, wrt bug #457364 - - 05 Feb 2013; Jeroen Roovers fbida-2.09.ebuild: - New HOMEPAGE. Verbose build. - - 20 Jan 2013; Pacho Ramos metadata.xml: - Cleanup due retirement, bug #35242 - -*fbida-2.09 (02 Dec 2012) - - 02 Dec 2012; Jeroen Roovers +fbida-2.09.ebuild: - Version bump. - - 24 Oct 2012; Ulrich Müller fbida-2.08.ebuild: - Update dependency after package move from x11-libs/openmotif to - x11-libs/motif. - - 21 Mar 2012; Samuli Suominen fbida-2.08.ebuild: - Use gentoo mirrors. - - 31 Jan 2012; Samuli Suominen -fbida-2.07-r2.ebuild, - -files/fbida-2.07-libpng14.patch: - old - - 31 Jan 2012; Samuli Suominen fbida-2.08.ebuild: - ppc/ppc64 stable wrt #388287 - - 18 Dec 2011; Raúl Porcel fbida-2.08.ebuild: - alpha/sh/sparc stable wrt #388287 - - 05 Nov 2011; Markus Meier fbida-2.08.ebuild: - arm stable, bug #388287 - - 28 Oct 2011; Jeroen Roovers fbida-2.08.ebuild: - Stable for HPPA (bug #388287). - - 27 Oct 2011; Tony Vroon fbida-2.08.ebuild: - Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney, - Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #388287. - - 25 Oct 2011; Pawel Hajdan jr fbida-2.08.ebuild: - x86 stable wrt bug #388287 - - 23 Oct 2011; Samuli Suominen fbida-2.07-r2.ebuild, - fbida-2.08.ebuild, -files/ida.png: - Move binary file "ida.png" to mirrors wrt #370901 by Matt Turner - - 21 Jun 2011; Michał Januszewski fbida-2.08.ebuild, - +files/fbida-2.08-posix-make.patch: - Fix bug #372233 (patch by Michal Gorny). - -*fbida-2.08 (18 Jun 2011) - - 18 Jun 2011; Michał Januszewski +fbida-2.08.ebuild: - Version bump (bug #372135). - - 10 Dec 2010; Michał Januszewski fbida-2.07-r2.ebuild: - Change dep to virtual/jpeg (bug #347971). - - 10 Oct 2010; Ulrich Mueller fbida-2.07-r2.ebuild: - Fix openmotif dependency. Change EAPI to 1. - - 30 Sep 2010; Michał Januszewski fbida-2.07-r2.ebuild: - media-fonts/ttf-bistream-vera -> virtual/ttf-fonts (bug #335776). - - 12 May 2010; Brent Baude fbida-2.07-r2.ebuild: - stable ppc64, bug 311297 - - 16 Apr 2010; Brent Baude fbida-2.07-r2.ebuild: - stable ppc, bug 311297 - - 15 Apr 2010; Jeroen Roovers fbida-2.07-r2.ebuild: - Stable for HPPA (bug #311297). - - 13 Apr 2010; Raúl Porcel fbida-2.07-r2.ebuild: - alpha/arm/sh/sparc stable wrt #311297 - - 29 Mar 2010; Christian Faulhammer fbida-2.07-r2.ebuild: - stable x86, bug 311297 - - 26 Mar 2010; Pacho Ramos fbida-2.07-r2.ebuild: - amd64 stable, bug 311297 - - 08 Mar 2010; Samuli Suominen fbida-2.07-r2.ebuild, - +files/fbida-2.07-libpng14.patch: - Fix building with libpng14. - -*fbida-2.07-r2 (05 Mar 2010) - - 05 Mar 2010; Samuli Suominen +fbida-2.07-r2.ebuild: - Update internal libjpeg headers to 8a wrt #307923, thanks to Rob Wallace - for reporting. - - 26 Dec 2009; Peter Volkov fbida-2.07-r1.ebuild: - virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only - implementation left in the tree. - - 31 Oct 2009; Brent Baude fbida-2.07-r1.ebuild: - Marking fbida-2.07-r1 ppc64 for bug 286688 - - 26 Oct 2009; Raúl Porcel fbida-2.07-r1.ebuild: - sh/sparc stable wrt #286688 - - 10 Oct 2009; nixnut fbida-2.07-r1.ebuild: - ppc stable #286688 - - 08 Oct 2009; Markus Meier fbida-2.07-r1.ebuild: - arm stable, bug #286688 - - 05 Oct 2009; Markus Meier fbida-2.07-r1.ebuild: - x86 stable, bug #286688 - - 04 Oct 2009; Tobias Klausmann fbida-2.07-r1.ebuild: - Stable on alpha, bug #286688 - - 30 Sep 2009; Jeroen Roovers fbida-2.07-r1.ebuild: - Stable for HPPA (bug #286688). - - 30 Sep 2009; Samuli Suominen fbida-2.07-r1.ebuild: - amd64 stable wrt #286688 - -*fbida-2.07-r1 (25 Sep 2009) - - 25 Sep 2009; Michał Januszewski +fbida-2.07-r1.ebuild: - Fix bug #284753. - - 20 Feb 2009; Raúl Porcel fbida-2.07.ebuild: - arm/sh stable wrt #242596 - - 02 Dec 2008; Brent Baude fbida-2.07.ebuild: - stable ppc64, bug 242596 - - 28 Oct 2008; Raúl Porcel fbida-2.07.ebuild: - alpha/sparc stable #242596 - - 26 Oct 2008; Jeroen Roovers fbida-2.07.ebuild: - Stable for HPPA (bug #242596). - - 25 Oct 2008; nixnut fbida-2.07.ebuild: - Stable on ppc wrt bug 242596 - - 19 Oct 2008; Markus Meier fbida-2.07.ebuild: - amd64/x86 stable, bug #242596 - -*fbida-2.07 (08 Sep 2008) - - 08 Sep 2008; Michał Januszewski +fbida-2.07.ebuild: - Version bump. - - 07 Sep 2008; Michał Januszewski - -files/fbida-2.03-fbgs.patch, -fbida-2.03-r4.ebuild: - Remove an old ebuild. - - 07 Sep 2008; Michał Januszewski - +files/ida-desktop.patch, fbida-2.06.ebuild: - Make the .desktop file compliant with the freedesktop spec. Thanks for the - patch to Pacho Ramos (bug #236680). - - 27 Jun 2008; Ulrich Mueller fbida-2.03-r4.ebuild, - fbida-2.05.ebuild, fbida-2.06.ebuild: - Change dependency from virtual/motif to x11-libs/openmotif, bug 224749. - - 12 May 2008; Markus Meier fbida-2.06.ebuild: - amd64 stable, bug #217328 - - 12 Apr 2008; Raúl Porcel fbida-2.06.ebuild: - alpha/sparc stable wrt #217328 - - 12 Apr 2008; Jeroen Roovers fbida-2.06.ebuild: - Stable for HPPA (bug #217328). - - 12 Apr 2008; Dawid Węgliński fbida-2.06.ebuild: - Stable on x86 (bug #217328) - - 12 Apr 2008; Markus Rothe fbida-2.06.ebuild: - Stable on ppc64; bug #217328 - - 12 Apr 2008; nixnut fbida-2.06.ebuild: - Stable on ppc wrt bug 217328 - - 07 Apr 2008; Michał Januszewski +files/ida.png, - fbida-2.06.ebuild: - Fix bug #207812. - - 15 Jan 2008; Michał Januszewski fbida-2.06.ebuild: - Fix bug #205850. - - 22 Jul 2007; Donnie Berkholz ; fbida-2.03-r4.ebuild, - fbida-2.05.ebuild, fbida-2.06.ebuild: - Drop virtual/x11 references. - - 25 Jun 2007; Raúl Porcel fbida-2.05.ebuild: - alpha stable wrt #177324 - - 07 May 2007; Daniel Gryniewicz fbida-2.05.ebuild: - Marked stable on amd64 for bug #177324 - - 07 May 2007; Gustavo Zacarias fbida-2.05.ebuild: - Stable on sparc wrt #177324 - - 07 May 2007; Tobias Scherbaum fbida-2.05.ebuild: - ppc stable, bug #177324 - - 06 May 2007; Andrej Kacian fbida-2.05.ebuild: - Stable on x86, bug #177324. - - 06 May 2007; Markus Rothe fbida-2.05.ebuild: - Stable on ppc64; bug #177324 - - 06 May 2007; Jeroen Roovers fbida-2.05.ebuild: - Stable for HPPA (bug #177324). - - 06 May 2007; Michał Januszewski fbida-2.05.ebuild, - fbida-2.06.ebuild: - Install a .desktop file for ida (bug #175574). - -*fbida-2.06 (06 May 2007) - - 06 May 2007; Michał Januszewski +fbida-2.06.ebuild: - Version bump (bug #177055). - - 22 Apr 2007; Michał Januszewski fbida-2.03-r4.ebuild, - fbida-2.05.ebuild: - Let the package manager decide whether the binaries should be stripped (bug - #175572). - - 11 Apr 2007; Peter Weller fbida-2.03-r4.ebuild: - Stable on amd64 wrt bug 174094 - - 27 Mar 2007; Michał Januszewski - +files/fbida-2.05-asmpage-fix.patch, fbida-2.05.ebuild: - Remove unused #include in fbtools.c (bug #171927). - - 04 Mar 2007; Michał Januszewski fbida-2.03-r4.ebuild, - fbida-2.05.ebuild: - Add an explicit dependency on ttf-bitstream-vera (bug #167155). - - 28 Jan 2007; Michał Januszewski -fbida-2.03-r3.ebuild: - Remove old ebuilds (bug #164207). - - 06 Sep 2006; Michał Januszewski fbida-2.05.ebuild: - Fixed bug #146548. - -*fbida-2.03-r4 (08 Aug 2006) - - 08 Aug 2006; Michał Januszewski +fbida-2.03-r4.ebuild: - Security bump -- run ghostscript with -dSAFER (bug #141684). - -*fbida-2.05 (08 Aug 2006) - - 08 Aug 2006; Michał Januszewski +fbida-2.05.ebuild: - Version bump. - - 08 Jul 2006; Michał Januszewski -fbida-2.03-r1.ebuild, - -fbida-2.03-r2.ebuild: - Removed old ebuilds. - - 08 Jul 2006; Thomas Cort fbida-2.03-r3.ebuild: - Stable on alpha wrt Bug #119923. - - 02 Jul 2006; Lars Weiler fbida-2.03-r3.ebuild: - Stable on ppc; bug #119923. - - 23 Jun 2006; Simon Stelling fbida-2.03-r3.ebuild: - added ~amd64 keyword - - 14 Jun 2006; Jeroen Roovers fbida-2.03-r3.ebuild: - Stable on hppa (bug #119923). - - 18 Apr 2006; Joshua Jackson fbida-2.03-r3.ebuild: - marking stable on x86; Securiyt bug #129470 - -*fbida-2.03-r3 (15 Apr 2006) - - 15 Apr 2006; Michał Januszewski -fbida-2.03.ebuild, - +fbida-2.03-r3.ebuild: - Removed an old ebuild. Added a fix for an insecure temp. file creation - problem in fbgs (bug #129470). - - 09 Apr 2006; Jeroen Roovers fbida-2.03-r2.ebuild: - Marked ~hppa (bug #119923). - - 05 Mar 2006; Markus Rothe fbida-2.03-r2.ebuild: - Stable on ppc64; bug #119923 - - 19 Feb 2006; Bryan Østergaard +fbida-2.03-r2.ebuild: - Only install fbgs if the 'pdf' flag is enabled (bug #120250). Please note - that to be able to use fbgs, fbi has to be compiled with support for TIFF - images. Thus, the 'pdf' flag adds a dependency on media-libs/tiff. - - 24 Jan 2006; Markus Rothe fbida-2.03-r1.ebuild: - Added ~ppc64; bug #119923 - - 22 Jan 2006; Ferris McCormick fbida-2.03-r1.ebuild: - Add ~sparc keyword (Bug #119923). Builds fine with all USE flags selected, - and so far as I can tell, it works OK. - - 22 Jan 2006; Michał Januszewski fbida-2.03.ebuild, - fbida-2.03-r1.ebuild: - Fixed X-related dependencies (support for modular X). - - 10 Jan 2006; ferringb@gentoo.org fbida-2.03.ebuild: - remove the ungif choice due to bug 118386 - - 03 Dec 2005; Michał Januszewski fbida-2.03-r1.ebuild: - Added missing freetype and fontconfig dependencies (#114240). - - 22 Jul 2005; David Holm fbida-2.03-r1.ebuild: - Added to ~ppc. - - 07 Jul 2005; Michał Januszewski fbida-2.03-r1.ebuild: - Marked stable on x86. - - 23 Mar 2005; Michał Januszewski fbida-2.03.ebuild: - Added a dependency on libexif. - -*fbida-2.03-r1 (23 Mar 2005) - - 23 Mar 2005; Michał Januszewski +fbida-2.03-r1.ebuild: - Removed dependency on libungif. Added a dependency on libexif. Closes #80414 - and #85358. - - 08 Mar 2005; Michał Januszewski fbida-2.03.ebuild: - Added a block on media-gfx/fbi (bug #84417). Marked stable on x86. - -*fbida-2.03 (06 Feb 2005) - - 06 Feb 2005; Michał Januszewski +metadata.xml, - +fbida-2.03.ebuild: - Initial commit. Closes #80415. diff --git a/media-gfx/fbida/Manifest b/media-gfx/fbida/Manifest deleted file mode 100644 index 5aef5d4..0000000 --- a/media-gfx/fbida/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -AUX fbida-2.10-fprintf-format.patch 172 SHA256 9c44658c13122f967c06906d33abc9db7ec8cc67841773fc35269c9d6d940ac1 SHA512 a340550e87b9532b9a5cf2240bb965879696760c37031f8bfc7d251891e81b10391408626c45ef636dc67c2ccb6746195837587a4ff8e6598262a6a1f920eddd WHIRLPOOL f00e37d77a0365e2c04431d7341784f2e200d0d204cc5761a67cff2c0fde5727c52975114498304cc00904d8cb900313b9a55332f6efb802259558734fe9aca6 -AUX fbida-2.10-giflib-4.2.patch 542 SHA256 1393afb3e73d132828a0b431a1e7ed93244250c265d54ee8d59841c6a26ec707 SHA512 7610721d965c3640c4524311626ba099501cac1aef6cea62d32158e8a7720cc23bdb0c83422795676de021f88a592c3d2f7d4d26d810dc06d959f7c85e91019e WHIRLPOOL c2e58369c704f6c92d0285ecea5bba81f59e73e9c4d972bc89a2b604ed403ad94dacf7e836082658641ea21ecc13c1e9b1adb6104d1e2cc4fa1f9ed487fb99fe -AUX ida-desktop.patch 384 SHA256 68b73ebe6ebc04dd3c205ee328c61c9d0b523c9ba87dda9301f82eab306b9e57 SHA512 0e14a3b848774d1538e309a9c8a8f0445a870db21723d11d0c39d86760ccb9c6f9a5f08ec75016875b2867c2d2075b59aad0fa810621f2c2afcccd14fef26737 WHIRLPOOL 5ff72a36831f60b2965964e53b105121c0de042e18abfc19d348c35496dada17c466d2e0d1cbeb778238a62380a4a2d7e3998e15565accf3b69dc19f80aa0e32 -DIST fbida-2.12.tar.gz 294842 SHA256 d33193105cce77057c919761728cee9bbe8ec8ec4f12a770a600cab33611822f SHA512 383eb766a98137f7252cd981d0e8c9a7382223705a43332f50990ea26763d4882ed1585e72fe9199528502d7f8f9de2e90718dbce71ee08d2181c74aa3e7e515 WHIRLPOOL 7ea067497eee03623fe8f07afbb77c354973187edd09f40b94d73d1b2d7c823db846c277005473c169cd1ad923e378d22d3c065f3522667e544d25917cd6495a -DIST ida.png.bz2 11928 SHA256 ce90c13f8da8d2ced4cf0e55d2f960bc236355f6e5dd60ea6c56fbe51e6cabae SHA512 cf3c1bc8d25fe75f10c0a0414b5c082348df2fa94864ec4537c36e0b357cf35b68e2eca205bbf48578a41c27317701aee621c6dd176e0bf3857c52f895d6bfd3 WHIRLPOOL 1b5e7835aa8a555a231ca58da8e249974639b29b1e15586c2d2d5a33e96908df1a3782fbe61d0c51dc888b7304c9f7541a96af4ca2b956b393909feb534ab5be -EBUILD fbida-2.12-r1.ebuild 2296 SHA256 0671e5e5e4deef5af987ea0628478ddd9147f4e1b3b9e8351d8c4187ef8d9f23 SHA512 609810614d0b1acbc8f671b2a29aadac5098382ad952225f33661b00d9f3a98a8a9a80bdf7caeb4c3d54485dd3abe3f6a8217d981cf5670bab648a7dafdcf709 WHIRLPOOL 6138f6b485417b106fe308e3806341ec9bc5a224005b79c2b56d2111e78c965e0440db8f3f5d3a8a6df107c8b0a03cac9378e3987a9480b183ae0f2d56a2efbc -MISC ChangeLog 5331 SHA256 f2471be8d5d5313082fb61589959f9d1039757bb918c85b53981a4ab75663f56 SHA512 508c6d2312ee1125d1948c7ac138a31de9d6b34302a776aac604e44e8cbc89a2da50d59ef37ded0aceff95620a246ddbdadbdbc14add8c2acd1aa043d991c67d WHIRLPOOL 231d07a2cc57719c366f55149cfec9743a366a6fdee390eb75caf3d66551b09b6abd2e712d58b1ca1969afda82b11508d2d3f97f5bda64f9925eef1ae993bd33 -MISC ChangeLog-2015 15944 SHA256 62ad8ee6b45997090ac005083c261f04e068435a2076ea3ca7755c127f310d28 SHA512 175cefddf8d2d8dbfbdca48d42ac00f520099f49aca072d84109b9d37235799ecae85d6686eb29c217a785f33b19764861591a3fa5e648aaa17cb8692473ceae WHIRLPOOL 5087a5348e7c622aab3452badb81cefc09dba9a4abd29e7a9ecc495f4467a3201beaeaf961df9584ca80513493d4d4b444c91599585e49277019918c91bf67d2 -MISC metadata.xml 423 SHA256 43cb8bce66b8969a5497382c0a72431e34f26aaae8872f96cad931f8bab6faae SHA512 751b928742582c3c90f832d34f9efddfee74da773dd602e4e7a0ee728e31d392fc7129974560c4d558b6adf8780a0b06018b0172719be1f1aebdc8089d3e919e WHIRLPOOL 96f932888bf11095562ac66a75d9c719f9b5f0792e5f3c7197376db4362a3df2a46b7f0adbbb3ba7a5640f874180a4e177a86eaadff42ae7ef4a569112a9fb1f diff --git a/media-gfx/fbida/fbida-2.12-r1.ebuild b/media-gfx/fbida/fbida-2.12-r1.ebuild deleted file mode 100644 index b43ead3..0000000 --- a/media-gfx/fbida/fbida-2.12-r1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)" -HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/" -SRC_URI=" - http://www.kraxel.org/releases/${PN}/${P}.tar.gz - mirror://gentoo/ida.png.bz2 -" -LICENSE="GPL-2 IJG" -SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="curl fbcon +gif lirc pdf +png scanner +tiff X +webp" -REQUIRED_USE=" - pdf? ( tiff ) -" - -RDEPEND=" - !media-gfx/fbi - >=media-libs/fontconfig-2.2 - >=media-libs/freetype-2.0 - media-libs/libexif - curl? ( net-misc/curl ) - gif? ( media-libs/giflib:= ) - lirc? ( app-misc/lirc ) - png? ( media-libs/libpng:* ) - scanner? ( media-gfx/sane-backends ) - tiff? ( media-libs/tiff:* ) - virtual/jpeg:* - virtual/ttf-fonts - webp? ( media-libs/libwebp ) - X? ( - >=x11-libs/motif-2.3:0 - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXt - ) -" - -DEPEND=" - ${RDEPEND} - X? ( x11-proto/xextproto x11-proto/xproto ) - pdf? ( app-text/ghostscript-gpl ) -" - -src_prepare() { - epatch \ - "${FILESDIR}"/ida-desktop.patch \ - "${FILESDIR}"/${PN}-2.10-giflib-4.2.patch \ - "${FILESDIR}"/${PN}-2.10-fprintf-format.patch - - tc-export CC CPP - - # upstream omission? - echo ${PV} > VERSION -} - -src_configure() { - # Let autoconf do its job and then fix things to build fbida - # according to our specifications - emake Make.config - - gentoo_fbida() { - local useflag=${1} - local config=${2} - - local option="no" - use ${useflag} && option="yes" - - sed -i \ - -e "s|HAVE_${config}.*|HAVE_${config} := ${option}|" \ - "${S}/Make.config" || die - } - - gentoo_fbida X MOTIF - gentoo_fbida curl LIBCURL - gentoo_fbida fbcon LINUX_FB_H - gentoo_fbida gif LIBUNGIF - gentoo_fbida lirc LIBLIRC - gentoo_fbida pdf LIBTIFF - gentoo_fbida png LIBPNG - gentoo_fbida scanner LIBSANE - gentoo_fbida tiff LIBTIFF - gentoo_fbida webp LIBWEBP -} - -src_compile() { - emake verbose=yes -} - -src_install() { - emake \ - DESTDIR="${D}" \ - STRIP="" \ - prefix=/usr \ - install - - dodoc README - - if use fbcon && ! use pdf; then - rm "${D}"/usr/bin/fbpdf \ - "${D}"/usr/bin/fbgs \ - "${D}"/usr/share/man/man1/fbgs.1 || die - fi - - if use X ; then - doicon "${WORKDIR}"/ida.png - domenu desktop/ida.desktop - fi -} diff --git a/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch b/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch deleted file mode 100644 index d1c0b36..0000000 --- a/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/wr/write-ps.c -+++ b/wr/write-ps.c -@@ -458,7 +458,7 @@ - fprintf(fp,"\n"); - } - } -- fprintf(fp,footer); -+ fprintf(fp, "%s", footer); - return 0; - } - diff --git a/media-gfx/fbida/files/fbida-2.10-giflib-4.2.patch b/media-gfx/fbida/files/fbida-2.10-giflib-4.2.patch deleted file mode 100644 index 1e21b8a..0000000 --- a/media-gfx/fbida/files/fbida-2.10-giflib-4.2.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/rd/read-gif.c -+++ b/rd/read-gif.c -@@ -14,6 +14,14 @@ - } - #else - #define GIF5DATA(x) -+// v4.2 removed PrintGifError in favor of GifErrorString, but with a different -+// prototype than v5 -+#if defined(GIFLIB_MAJOR) && defined(GIFLIB_MINOR) && (GIFLIB_MAJOR == 4) && (GIFLIB_MINOR == 2) -+static void PrintGifError() -+{ -+ fprintf(stderr, "GIF library error: %s\n", GifErrorString()); -+} -+#endif - #define PrintGifError(e) PrintGifError() - #define DGifOpenFileHandle(x,e) DGifOpenFileHandle(x) - #define DGifCloseFile(x,e) DGifCloseFile(x) diff --git a/media-gfx/fbida/files/ida-desktop.patch b/media-gfx/fbida/files/ida-desktop.patch deleted file mode 100644 index eaac0ed..0000000 --- a/media-gfx/fbida/files/ida-desktop.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/desktop/ida.desktop -+++ b/desktop/ida.desktop -@@ -1,9 +1,10 @@ - [Desktop Entry] - Type=Application --Encoding=UTF-8 - Name=ida - GenericName=Image Viewer -+Comment=Image Viewer - Exec=ida %F --Terminal=no --Categories=Motif;Graphics;Viewer --MimeType=image/jpeg;image/tiff;image/png -+Terminal=false -+Categories=Motif;Graphics;Viewer; -+MimeType=image/jpeg;image/tiff;image/png; -+Icon=ida diff --git a/media-gfx/fbida/metadata.xml b/media-gfx/fbida/metadata.xml deleted file mode 100644 index 251f63c..0000000 --- a/media-gfx/fbida/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - -jer@gentoo.org - - -Install the framebuffer image viewer "fbi" -Install the Motif based image viewer "ida" -Enable support for the WebP image format - - -- 2.11.4.GIT