commit:     828fa8d35abaafd811ed5f8508d781975d2327e1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 22:42:11 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed May  1 22:42:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828fa8d3

app-accessibility/edbrowse: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-accessibility/edbrowse/Manifest                |  1 -
 app-accessibility/edbrowse/edbrowse-3.5.1.ebuild   | 60 ----------------------
 .../files/edbrowse-3.5.1-implicit-decl.patch       | 22 --------
 3 files changed, 83 deletions(-)

diff --git a/app-accessibility/edbrowse/Manifest 
b/app-accessibility/edbrowse/Manifest
index ab7c37f33f7..7e87a04dc80 100644
--- a/app-accessibility/edbrowse/Manifest
+++ b/app-accessibility/edbrowse/Manifest
@@ -1,2 +1 @@
-DIST edbrowse-3.5.1.zip 745277 BLAKE2B 
2256faf58de68ab2d19d3137ddaaa92dbfdfff581d83c9f2b58e0e161c10aaa5c867dbf8b81da77f21abdd5c1a07d882abafff4bcfc0706fc33a73b7ba6bc087
 SHA512 
83bdb1d49afa04a41a84b71e86969880b518d8d6c1e448380d70710ad2373ed57cb3699d3ad50226ea4d5776f511ff50b9510655b27d26948213113699512fc2
 DIST edbrowse-3.7.4.tar.gz 765794 BLAKE2B 
5d428ca3923e26d5b3f204d5aba37a08bbfc50345b18718e5a281521361da4920ea12d68a5013bb688e95f178be8903bede1bef5b3cd626a0e6084141188d878
 SHA512 
79b2b450b6f54f3d74b7c722f223b3340b3ddfa1cbff2d69adcd1cd4ffb76b78a812a35a053cf224a74543020ef8423cd68eafa9a277451245d383065fb1595d

diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild 
b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
deleted file mode 100644
index c8e5ad5fdf8..00000000000
--- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils
-
-DESCRIPTION="editor, browser, and mail client using the /bin/ed interface"
-HOMEPAGE="http://the-brannons.com/edbrowse/";
-SRC_URI="http://the-brannons.com/${PN}/${P}.zip";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl odbc l10n_fr"
-
-COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24
-       >=sys-libs/readline-6.0
-       >=net-misc/curl-7.36.0
-       >=dev-libs/libpcre-7.8
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       odbc? ( dev-db/unixODBC )"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig
-       app-arch/unzip"
-RDEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-implicit-decl.patch"
-}
-
-src_compile() {
-               jscppflags=$(pkg-config --cflags mozjs-24)
-               jslib=$(pkg-config --libs mozjs-24)
-       emake prefix=/usr JSLIB="${jslib}" JS_CXXFLAGS="${jscppflags}" STRIP=''
-       if use odbc; then
-               # Top-level makefile doesn't have this target.
-               cd src
-       emake prefix=/usr JSLIB="${jslib}" JS_CXXFLAGS="${jscppflags}" STRIP=''
-               cd ..
-       fi
-}
-
-src_install() {
-       cd src
-       emake prefix=/usr DESTDIR="${D}" install
-       if use odbc; then
-               dobin edbrowseodbc
-       fi
-       cd ..
-       dodoc CHANGES README todo
-       cd doc
-       dobin setup.ebrc
-       dohtml usersguide.html philosophy.html
-       dodoc sample.ebrc
-       if use l10n_fr; then
-               dohtml usersguide_fr.html philosophy_fr.html
-               dodoc sample_fr.ebrc
-       fi
-}

diff --git 
a/app-accessibility/edbrowse/files/edbrowse-3.5.1-implicit-decl.patch 
b/app-accessibility/edbrowse/files/edbrowse-3.5.1-implicit-decl.patch
deleted file mode 100644
index 1880d2b3bfe..00000000000
--- a/app-accessibility/edbrowse/files/edbrowse-3.5.1-implicit-decl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur edbrowse-3.5.1/src/fetchmail.c edbrowse-3.5.1.new/src/fetchmail.c
---- edbrowse-3.5.1/src/fetchmail.c     2014-09-23 21:50:37.000000000 -0700
-+++ edbrowse-3.5.1.new/src/fetchmail.c 2014-09-29 02:29:46.193856866 -0700
-@@ -6,6 +6,7 @@
-  * This file is part of the edbrowse project, released under GPL.
-  */
- 
-+#define _GNU_SOURCE
- #include "eb.h"
- 
- #define MHLINE 200            /* length of a mail header line */
-diff -Naur edbrowse-3.5.1/src/sendmail.c edbrowse-3.5.1.new/src/sendmail.c
---- edbrowse-3.5.1/src/sendmail.c      2014-09-23 21:50:37.000000000 -0700
-+++ edbrowse-3.5.1.new/src/sendmail.c  2014-09-29 02:29:37.105874233 -0700
-@@ -5,6 +5,7 @@
-  * This file is part of the edbrowse project, released under GPL.
-  */
- 
-+#define _GNU_SOURCE
- #include "eb.h"
- 
- #include <time.h>

Reply via email to