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 6F9191382C5 for ; Tue, 17 Apr 2018 20:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B837E0A9C; Tue, 17 Apr 2018 20:27:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 76778E0A9C for ; Tue, 17 Apr 2018 20:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 57638335C79 for ; Tue, 17 Apr 2018 20:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F854295 for ; Tue, 17 Apr 2018 20:27:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523996811.5b236dc97127806ac74c4f5c1c6402cbde57281d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/yudit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/yudit/Manifest app-editors/yudit/yudit-2.9.2.ebuild X-VCS-Directories: app-editors/yudit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5b236dc97127806ac74c4f5c1c6402cbde57281d X-VCS-Branch: master Date: Tue, 17 Apr 2018 20:27:51 +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: 8ab5d877-f862-459f-b015-2db8d487e871 X-Archives-Hash: 8fa2d33c9c2b277979a30c2cd3cf451b commit: 5b236dc97127806ac74c4f5c1c6402cbde57281d Author: Harri Nieminen gmail com> AuthorDate: Tue Apr 17 08:43:00 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 17 20:26:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b236dc9 app-editors/yudit: Clean up old Package-Manager: Portage-2.3.29, Repoman-2.3.9 app-editors/yudit/Manifest | 1 - app-editors/yudit/yudit-2.9.2.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-editors/yudit/Manifest b/app-editors/yudit/Manifest index 32fb1596bc5..b5f4f3c2450 100644 --- a/app-editors/yudit/Manifest +++ b/app-editors/yudit/Manifest @@ -1,2 +1 @@ -DIST yudit-2.9.2.tar.gz 2831966 BLAKE2B a7ac8b3b538820e6101b57f8407fd99e9aaa4baf16fd3b09c4d4322b53b85fd631a3b36b6bfac214cc378fb4fd8b9ac30c2cb77959b680064e5ec625998ec6c0 SHA512 39bbd6f1696a97922a5db83b25b52609660ea77c7651cfde1d7189789e7d9a6298f6dd91acf17ab9d1bef1fabbdeb7bb1f9ab95a14198913c84c30154efd9e07 DIST yudit-2.9.6.tar.gz 2797142 BLAKE2B 76fb8e0ade65c84389db71b4100e458f5b70aebba27eea4b604bfcee08974060dcd2bab2d86586b5ba729d8d5090c943e825dfe58d71c609f0ca2f2e0c3900c9 SHA512 a9a0b6f6c44451cf2fefc4fc0bb1bbd9ffccd17c4c622dc35b08113245b3bb9f3ca949f3e7b9d2aa919ebf3840295c5e63c0297576e74a5f2d1fb99cfc97c46b diff --git a/app-editors/yudit/yudit-2.9.2.ebuild b/app-editors/yudit/yudit-2.9.2.ebuild deleted file mode 100644 index 458f549e693..00000000000 --- a/app-editors/yudit/yudit-2.9.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Free (Y)unicode text editor for all unices" -HOMEPAGE="http://www.yudit.org/" -SRC_URI="http://yudit.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.10" - -src_prepare() { - #Don't strip binaries, let portage do that. - sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed" -} - -src_compile() { - #FIXME: - #-j1 because this app builds a tool called 'mytool' and we need to make - #sure that it is built before it needs to be used. - emake -j1 -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc {BUGS,CHANGELOG,NEWS,TODO,XBUGS}.TXT -}