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 7E0B21382C5 for ; Wed, 23 May 2018 21:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4278E08D9; Wed, 23 May 2018 21:41:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD643E08D9 for ; Wed, 23 May 2018 21:41:00 +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 44360335C51 for ; Wed, 23 May 2018 21:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1AB22C1 for ; Wed, 23 May 2018 21:40:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527111653.c5a1a4830119fae051a3ea19d68e6af8a73c4ced.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jupp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jupp/Manifest app-editors/jupp/jupp-3.1_p27.ebuild X-VCS-Directories: app-editors/jupp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c5a1a4830119fae051a3ea19d68e6af8a73c4ced X-VCS-Branch: master Date: Wed, 23 May 2018 21:40:57 +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-Archives-Salt: af767124-49ec-47e2-a598-4c09549151a2 X-Archives-Hash: bf40724b3adacb33d4bbc36d7672dc24 commit: c5a1a4830119fae051a3ea19d68e6af8a73c4ced Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 23 21:40:10 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 23 21:40:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1a483 app-editors/jupp: Drop old (EAPI=4) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/jupp/Manifest | 1 - app-editors/jupp/jupp-3.1_p27.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest index 5662b2dd302..a0550eda72f 100644 --- a/app-editors/jupp/Manifest +++ b/app-editors/jupp/Manifest @@ -1,2 +1 @@ -DIST joe-3.1jupp27.tgz 455759 BLAKE2B 06f6e2c8610a48ddd90e15da3aa3b9044735087af2e5b4b537c85b0e5008af9185abf66f34cfd5bf6dc4a671576ddf51f77554e5052ab471286d0b2686259b53 SHA512 9f7b86275ed69151e79c2b8bea4e6e0b4fbaa4093646dbd894824d8cbe5a57ead385c5f37b102bd2647f14f5426791c8d8d9fab12b8951fd27a0be79ca72c96c DIST joe-3.1jupp30.tgz 468421 BLAKE2B 630ef1cd3f3c73060b331126ec8e6a24d7277b3f2bfb293eb6110d1dade34ffe6efc502d0985e603b2c86a10bf27faa6151e28b777189332b805e387b756dea6 SHA512 673d48da41f61797d6aeb548e62720d1a60e3e000445558be88fb0d7ca8a1a7ce7c8bdd5b5bd58ac2c16d46dd4541da7922999256669f693a570a11562d6550f diff --git a/app-editors/jupp/jupp-3.1_p27.ebuild b/app-editors/jupp/jupp-3.1_p27.ebuild deleted file mode 100644 index 2f3b214bbbf..00000000000 --- a/app-editors/jupp/jupp-3.1_p27.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -}