app-editors/joe: remove old
authorAmy Winston <amynka@gentoo.org>
Sat, 28 May 2016 16:57:24 +0000 (18:57 +0200)
committerAmy Winston <amynka@gentoo.org>
Sat, 28 May 2016 16:57:24 +0000 (18:57 +0200)
Package-Manager: portage-2.2.26

app-editors/joe/Manifest
app-editors/joe/joe-3.7-r2.ebuild [deleted file]
app-editors/joe/joe-4.1.ebuild [deleted file]

index 83f86a112597d732bd25eaaa00b3a704495fc845..394e3d9b123d6b548b06a29672755bca6f76d954 100644 (file)
@@ -1,3 +1 @@
-DIST joe-3.7.tar.gz 696036 SHA256 cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f SHA512 1b6ac65309156c422c73194b82c1f855006bb7a73dec957c3a25f68a51e91e6a2a84df9d5d538f08c8900fe0eb0e2b41ef0936437859d5dae5ffc45005e8a90f WHIRLPOOL 4ee918936eb1a902fd4c6e60061180dfef215a57fb0700a5e078cb9db9717eea30094388a472a14f031d80267a5e0ba290360ed89fe44d89269dfddb4e9a31d1
-DIST joe-4.1.tar.gz 1292957 SHA256 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db SHA512 f6fd9d87c94a4f47586d7a81cccbfd6bfdace2357e3c579f5abfb54117dd95cadcd1783e281874868da6f0a8853327fff5bb3876f86a031f45afb13db45f7377 WHIRLPOOL e5d536fbed434800a22fd38034d86928a08e4efacc0fa708bad7631a84d18d005c58a7de4347aa7ec21e5f2736a13e63399c3ef5c7949ab9602dd144718e5fcc
 DIST joe-4.2.tar.gz 1341048 SHA256 bc5da64bc5683ab7b2962a33214b3537ea17ff6528a3c60ba170359e31e86974 SHA512 7c34f4467d89330ac195cfa76481d9ede4ee3764d0b1b24d091d1e6325bff451d2a9bc9f86a73404c9909587bcbe3e0c14511b739ec121edb7595ea1fcba028f WHIRLPOOL 9dd996e266d96894d8e8b17ab9cadd5eef02568b4778245c9af82f745b288fc1dbb7ee401da2a148a6f5afaf627b91638fad25adafb8c5671576fa38ff31aedc
diff --git a/app-editors/joe/joe-3.7-r2.ebuild b/app-editors/joe/joe-3.7-r2.ebuild
deleted file mode 100644 (file)
index 3d76cdc..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
-SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="xterm"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2"
-RDEPEND="xterm? ( >=x11-terms/xterm-239 )"
-
-src_prepare() {
-       # Fix segfault, bug 283508
-       epatch "${FILESDIR}/${P}-segfault-fix.patch"
-       epatch "${FILESDIR}/${P}-sanitise-includes.patch"
-       epatch "${FILESDIR}/${P}-ftyperc.patch"
-
-       cd "${S}"/rc
-
-       # Enable xterm mouse support in the rc files
-       if use xterm; then
-               for i in *rc*.in; do
-                       sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die "sed failed"
-               done
-       fi
-}
-
-src_configure() {
-       # Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os)
-       replace-flags "-Os" "-O2"
-
-       econf --docdir="${EPREFIX}"/usr/share/doc/${PF} || die
-}
-
-src_install() {
-       make install DESTDIR="${D}" || die "make install failed"
-       dodoc ChangeLog HACKING HINTS LIST NEWS README TODO
-}
-
-pkg_postinst() {
-       if use xterm; then
-               elog "To enable full xterm clipboard you need to set the allowWindowOps"
-               elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
-               elog "This is false by default due to potential security problems on some"
-               elog "architectures (see bug #91453)."
-       fi
-}
diff --git a/app-editors/joe/joe-4.1.ebuild b/app-editors/joe/joe-4.1.ebuild
deleted file mode 100644 (file)
index 1bfca36..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
-SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
-
-LICENSE="GPL-1+ CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="xterm"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2"
-RDEPEND="xterm? ( >=x11-terms/xterm-239 )"
-
-DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
-
-src_prepare() {
-       # Enable xterm mouse support in the rc files
-       if use xterm; then
-               cd "${S}"/rc
-               for i in *rc*.in; do
-                       sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die "sed failed"
-               done
-       fi
-}
-
-src_configure() {
-       econf \
-               --docdir="/usr/share/doc/${PF}"
-}
-
-pkg_postinst() {
-       if use xterm; then
-               elog "To enable full xterm clipboard you need to set the allowWindowOps"
-               elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
-               elog "This is false by default due to potential security problems on some"
-               elog "architectures (see bug #91453)."
-       fi
-}