app-editors/yudit: Clean up old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 17 Apr 2018 08:43:00 +0000 (11:43 +0300)
committerDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 20:26:51 +0000 (22:26 +0200)
Package-Manager: Portage-2.3.29, Repoman-2.3.9

app-editors/yudit/Manifest
app-editors/yudit/yudit-2.9.2.ebuild [deleted file]

index 32fb1596bc563bafdc6d91228193b3d7308ee402..b5f4f3c2450755f801b557e2dfd9b8cb1750e45c 100644 (file)
@@ -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 (file)
index 458f549..0000000
+++ /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
-}