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 CBC2D138334 for ; Wed, 15 Aug 2018 19:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 013BDE0A99; Wed, 15 Aug 2018 19:54:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE1DDE0A99 for ; Wed, 15 Aug 2018 19:53:59 +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 AA7B1335D09 for ; Wed, 15 Aug 2018 19:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9633C379 for ; Wed, 15 Aug 2018 19:53:56 +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: <1534362827.f6dfc22068d0d7b82f11fc94f3329514bd67527d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/moe/Manifest app-editors/moe/moe-1.7.ebuild X-VCS-Directories: app-editors/moe/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f6dfc22068d0d7b82f11fc94f3329514bd67527d X-VCS-Branch: master Date: Wed, 15 Aug 2018 19:53:56 +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: a62ebb4f-fffb-407b-82ea-08536cb76865 X-Archives-Hash: e346300471883f8b673883765ad0310c commit: f6dfc22068d0d7b82f11fc94f3329514bd67527d Author: Mikle Kolyada gentoo org> AuthorDate: Wed Aug 15 19:53:36 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Aug 15 19:53:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dfc220 app-editors/moe: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-editors/moe/Manifest | 1 - app-editors/moe/moe-1.7.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest index 138b65fae76..0434c417392 100644 --- a/app-editors/moe/Manifest +++ b/app-editors/moe/Manifest @@ -1,3 +1,2 @@ DIST moe-1.6.tar.lz 75108 BLAKE2B 0d675ceecea6670fe24e860d030ef43905add64334d0769d24a57fb3b0cc421e7065c6d36df7e2c154db66936ab8849f9bf42288767810aec34db4261fef23f6 SHA512 0aa717c865d41f73adccddbb158ae67b611a64f24258bcce5a68fea8175d28d6db55a0fb356fb294bfe3106c0973607b1fcc76ceee17d360e30eb80650ec043b -DIST moe-1.7.tar.lz 79644 BLAKE2B e4e353d1daba8b40842d86a0821c8a0668bbe9e6875b988190f870b8fd637ee3f0006ca088f9aeb1dedcc69b17c45ced4167ffb248adb429531516b64229caee SHA512 e961291c55e5b2af09e3b5cb0d07b557b0af1f6143339390e5b06f4bdebace888f7c3866ec936bd20f25b23cc96fdfdb7bd3da6690e684ec24513b106ae53b49 DIST moe-1.9.tar.lz 82046 BLAKE2B 9144dfc4ce17bc04f3ad9aa9ec271f173df6c581705e5d922a346f94c086a97af9429478c016d7081c1fd38787055666504f04d25a8b9f5c1020dc147aaafdb0 SHA512 277700e4a796e1a7aee42de55ba4599a350a612f95a1a2eca5078d85f6f9a7db190fb5611eb2f286c98580af847a2934bf38a4bce10176db4c5cddc2d257f929 diff --git a/app-editors/moe/moe-1.7.ebuild b/app-editors/moe/moe-1.7.ebuild deleted file mode 100644 index c7f8b897e55..00000000000 --- a/app-editors/moe/moe-1.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs unpacker - -DESCRIPTION="A powerful and user-friendly console text editor" -HOMEPAGE="https://www.gnu.org/software/moe/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - sys-libs/ncurses:0= -" -DEPEND=" - $(unpacker_src_uri_depends) - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - tc-export CXX PKG_CONFIG - sed -i \ - -e "/^CXXFLAGS=/d" \ - -e "/^LDFLAGS=/d" \ - -e "/^CXX=/d" \ - configure || die "sed on configure failed" - - epatch_user - - epatch "${FILESDIR}/${PN}-1.6-tinfo.patch" -}