summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2018-04-17 11:43:00 +0300
committerDavid Seifert <soap@gentoo.org>2018-04-17 22:26:51 +0200
commit5b236dc97127806ac74c4f5c1c6402cbde57281d (patch)
tree3155bbdf9f0a9b28a2746be2f6b55738bff628c3
parentapp-cdr/xbiso: Clean up old (diff)
downloadgentoo-5b236dc97127806ac74c4f5c1c6402cbde57281d.tar.gz
gentoo-5b236dc97127806ac74c4f5c1c6402cbde57281d.tar.bz2
gentoo-5b236dc97127806ac74c4f5c1c6402cbde57281d.zip
app-editors/yudit: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
-rw-r--r--app-editors/yudit/Manifest1
-rw-r--r--app-editors/yudit/yudit-2.9.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-editors/yudit/Manifest b/app-editors/yudit/Manifest
index 32fb1596bc56..b5f4f3c24507 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 458f549e693c..000000000000
--- 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
-}