summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-01-12 08:50:43 +0100
committerMichael Weber <xmw@gentoo.org>2017-01-12 08:50:43 +0100
commit683231c5e57a8a5b3fa27e6bc22cb5056a90e5ee (patch)
tree6ace68b4c59e33e22db7d3221f2af361f977fd06 /app-editors
parentdev-ruby/gettext-setup: initial import of 0.10. (diff)
downloadgentoo-683231c5e57a8a5b3fa27e6bc22cb5056a90e5ee.tar.gz
gentoo-683231c5e57a8a5b3fa27e6bc22cb5056a90e5ee.tar.bz2
gentoo-683231c5e57a8a5b3fa27e6bc22cb5056a90e5ee.zip
app-editors/jupp: drop old versions.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/jupp/Manifest3
-rw-r--r--app-editors/jupp/jupp-3.1_p23.ebuild36
-rw-r--r--app-editors/jupp/jupp-3.1_p24.ebuild36
-rw-r--r--app-editors/jupp/jupp-3.1_p26.ebuild36
4 files changed, 0 insertions, 111 deletions
diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest
index 864564c1ba6f..a26217c734be 100644
--- a/app-editors/jupp/Manifest
+++ b/app-editors/jupp/Manifest
@@ -1,4 +1 @@
-DIST joe-3.1jupp23.tgz 446234 SHA256 7f8b2e76ebb39544f5bbca2e4f7463f2afb685bc11f16603163acc3e8af0bae1 SHA512 df90b25013211407ab6476492c483d4707315629730b2bf891ad9d1b5dcd007eec1cc69872d8f2f08c7a1b4940a7284e5bd45d5839fbf9bd5878c96a9538b770 WHIRLPOOL f6fef8af3376017a3637dedfbcec0fef112e16f1a48aeef96ed35afeb8e7b983b393eaf598103e3139ad5b2c9592c61775f81425f2a109bc41d3ea99bdb1a7f3
-DIST joe-3.1jupp24.tgz 446572 SHA256 3bd25ad5c9364ce0ff33ec346ec34cbeff990e5d2be35960d68d79910f98cf55 SHA512 5f15e0339a087a947cb52e62ee4b12e1e101dd8459acfeb4a6eba6cb701149902c33df4a8903d6b96dc01264c4c7d2910be4a7ca37d54a15f327f16afeb5fa51 WHIRLPOOL 2d652d517d8b9a7c0999f245876781e50e0cfb42afa54963ff31ae92c0824b35e7117a39b5addf9600daeb9d2fe197a706e0cd5d2d488bdce6a9f070f69d3e31
-DIST joe-3.1jupp26.tgz 446563 SHA256 99985d6f0db5cc59ba45b30291ce6c3ef9626637f0cca039b2e03484cf5dda42 SHA512 478f5489534d109fa2ac0c5f6ae783cfdb1a8ac6df9d67bb09e11708e9a578bd1a5306916c33b98447c29b551aec593f6defa8a5a2ea70acb35c8f72da8dbbc3 WHIRLPOOL b2f743375f4f8c8484f1fa5a6d724989b7a8e393c892c773bb4b39d538e4433b43623415919e87fb808a3c3e5e0ef9782251f0c9cddc1c295018349e40968161
DIST joe-3.1jupp27.tgz 455759 SHA256 80374fbd69c4b827ba33761c669dfcddab7222755bfb858600528bb8d6b98e6f SHA512 9f7b86275ed69151e79c2b8bea4e6e0b4fbaa4093646dbd894824d8cbe5a57ead385c5f37b102bd2647f14f5426791c8d8d9fab12b8951fd27a0be79ca72c96c WHIRLPOOL 617c390957aa0ef48a65d174123155c525a62c654c530bdda7cc54f3e05151200e8768d79d537cdf51154ce6d5827d2d73555e20d19f63b74c8af123f0410bfb
diff --git a/app-editors/jupp/jupp-3.1_p23.ebuild b/app-editors/jupp/jupp-3.1_p23.ebuild
deleted file mode 100644
index c72e5e33260b..000000000000
--- a/app-editors/jupp/jupp-3.1_p23.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="portable version of JOE's Own Editor"
-HOMEPAGE="https://www.mirbsd.org/jupp.htm"
-SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ncurses"
-
-RDEPEND="ncurses? ( sys-libs/ncurses )
- !app-editors/joe"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- chmod +x configure
-}
-
-src_configure() {
- econf \
- --enable-search_libs \
- --enable-termcap \
- $(use_enable ncurses curses)
-}
-
-src_install() {
- default
- dodoc HINTS INFO LIST
-}
diff --git a/app-editors/jupp/jupp-3.1_p24.ebuild b/app-editors/jupp/jupp-3.1_p24.ebuild
deleted file mode 100644
index 939dbd89d599..000000000000
--- a/app-editors/jupp/jupp-3.1_p24.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="portable version of JOE's Own Editor"
-HOMEPAGE="https://www.mirbsd.org/jupp.htm"
-SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ncurses"
-
-RDEPEND="ncurses? ( sys-libs/ncurses )
- !app-editors/joe"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- chmod +x configure
-}
-
-src_configure() {
- econf \
- --enable-search_libs \
- --enable-termcap \
- $(use_enable ncurses curses)
-}
-
-src_install() {
- default
- dodoc HINTS INFO LIST
-}
diff --git a/app-editors/jupp/jupp-3.1_p26.ebuild b/app-editors/jupp/jupp-3.1_p26.ebuild
deleted file mode 100644
index 939dbd89d599..000000000000
--- a/app-editors/jupp/jupp-3.1_p26.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="portable version of JOE's Own Editor"
-HOMEPAGE="https://www.mirbsd.org/jupp.htm"
-SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ncurses"
-
-RDEPEND="ncurses? ( sys-libs/ncurses )
- !app-editors/joe"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- chmod +x configure
-}
-
-src_configure() {
- econf \
- --enable-search_libs \
- --enable-termcap \
- $(use_enable ncurses curses)
-}
-
-src_install() {
- default
- dodoc HINTS INFO LIST
-}