summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-05-05 16:01:38 +0000
committerJon Hood <squinky86@gentoo.org>2006-05-05 16:01:38 +0000
commita0582bd025f11f2d6e05c33bdcfe9b45e724877a (patch)
tree608ee04343d30becccee04894581a9c1429a2e2a /app-text/yudit
parentTweak init script to start before netmount. (diff)
downloadhistorical-a0582bd025f11f2d6e05c33bdcfe9b45e724877a.tar.gz
historical-a0582bd025f11f2d6e05c33bdcfe9b45e724877a.tar.bz2
historical-a0582bd025f11f2d6e05c33bdcfe9b45e724877a.zip
Version bump, add ~amd64.
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'app-text/yudit')
-rw-r--r--app-text/yudit/ChangeLog8
-rw-r--r--app-text/yudit/files/digest-yudit-2.7.83
-rw-r--r--app-text/yudit/yudit-2.7.8.ebuild24
3 files changed, 34 insertions, 1 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog
index 9782390848dd..10406a8d42e3 100644
--- a/app-text/yudit/ChangeLog
+++ b/app-text/yudit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/yudit
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.15 2006/03/11 00:17:39 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.16 2006/05/05 16:01:38 squinky86 Exp $
+
+*yudit-2.7.8 (05 May 2006)
+
+ 05 May 2006; Jon Hood <squinky86@gentoo.org> -yudit-2.6.ebuild,
+ +yudit-2.7.8.ebuild:
+ Version bump, add ~amd64.
11 Mar 2006; Joshua Baergen <joshuabaergen@gentoo.org> yudit-2.6.ebuild,
yudit-2.7.6.ebuild:
diff --git a/app-text/yudit/files/digest-yudit-2.7.8 b/app-text/yudit/files/digest-yudit-2.7.8
new file mode 100644
index 000000000000..07a990ff23a4
--- /dev/null
+++ b/app-text/yudit/files/digest-yudit-2.7.8
@@ -0,0 +1,3 @@
+MD5 48c1dc0c02c832a86abe9f6ec4cabdd6 yudit-2.7.8.tar.bz2 2086713
+RMD160 8e4067563ed7a534266a064eaa1b38e113210738 yudit-2.7.8.tar.bz2 2086713
+SHA256 0044436b5b96a62a8e019d6df299a7a43e92e35f3c29cd68a9bf16dcab9541e2 yudit-2.7.8.tar.bz2 2086713
diff --git a/app-text/yudit/yudit-2.7.8.ebuild b/app-text/yudit/yudit-2.7.8.ebuild
new file mode 100644
index 000000000000..5c0937ab7af1
--- /dev/null
+++ b/app-text/yudit/yudit-2.7.8.ebuild
@@ -0,0 +1,24 @@
+# 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.7.8.ebuild,v 1.1 2006/05/05 16:01:38 squinky86 Exp $
+
+DESCRIPTION="free (Y)unicode text editor for all unices"
+SRC_URI="http://yudit.org/download/${P}.tar.bz2"
+HOMEPAGE="http://www.yudit.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~sparc ~x86"
+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
+}