summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-05-05 16:01:46 +0000
committerJon Hood <squinky86@gentoo.org>2006-05-05 16:01:46 +0000
commitb97c1d2d1e18d9eb5f2964f64edae50491d8f7ba (patch)
tree93829dad51ccbb4b73b678b6a2dd6e14c5ba7a49 /app-text/yudit/yudit-2.6.ebuild
parentVersion bump, add ~amd64. (diff)
downloadhistorical-b97c1d2d1e18d9eb5f2964f64edae50491d8f7ba.tar.gz
historical-b97c1d2d1e18d9eb5f2964f64edae50491d8f7ba.tar.bz2
historical-b97c1d2d1e18d9eb5f2964f64edae50491d8f7ba.zip
Version bump, add ~amd64.
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'app-text/yudit/yudit-2.6.ebuild')
-rw-r--r--app-text/yudit/yudit-2.6.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/yudit/yudit-2.6.ebuild b/app-text/yudit/yudit-2.6.ebuild
deleted file mode 100644
index e33a87c2f4cd..000000000000
--- a/app-text/yudit/yudit-2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.6.ebuild,v 1.16 2006/03/11 00:17:40 joshuabaergen Exp $
-
-DESCRIPTION="free (Y)unicode text editor for all unices"
-SRC_URI="http://yudit.org/download/${P}.tar.gz"
-HOMEPAGE="http://www.yudit.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND="|| ( x11-libs/libX11 virtual/x11 )
- >=sys-devel/gettext-0.10"
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}