summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-24 12:43:40 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-24 12:43:40 +0000
commit903cce61d1ce68f38846f35d274fa0ef3b14fe42 (patch)
tree66b4bb3d42959c3bbc9860a75525b656782126ba /app-text/yudit
parentVersion bumped. (diff)
downloadgentoo-2-903cce61d1ce68f38846f35d274fa0ef3b14fe42.tar.gz
gentoo-2-903cce61d1ce68f38846f35d274fa0ef3b14fe42.tar.bz2
gentoo-2-903cce61d1ce68f38846f35d274fa0ef3b14fe42.zip
Version bumped.
Diffstat (limited to 'app-text/yudit')
-rw-r--r--app-text/yudit/ChangeLog7
-rw-r--r--app-text/yudit/Manifest4
-rw-r--r--app-text/yudit/files/digest-yudit-2.7.51
-rw-r--r--app-text/yudit/yudit-2.7.5.ebuild23
4 files changed, 32 insertions, 3 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog
index d6c082828b45..9306c1a6c283 100644
--- a/app-text/yudit/ChangeLog
+++ b/app-text/yudit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/yudit
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.8 2003/04/05 02:09:48 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.9 2003/08/24 12:43:33 mholzer Exp $
+
+*yudit-2.7.5 (24 Aug 2003)
+
+ 24 Aug 2003; Martin Holzer <mholzer@gentoo.org> yudit-2.7.5.ebuild:
+ Version bumped.
*yudit-2.7.2 (04 Apr 2003)
diff --git a/app-text/yudit/Manifest b/app-text/yudit/Manifest
index 27fc0952eb2d..316a658be672 100644
--- a/app-text/yudit/Manifest
+++ b/app-text/yudit/Manifest
@@ -1,7 +1,7 @@
-MD5 58af2e25f21748f8ac8b3f078ebb53b0 ChangeLog 850
+MD5 6a3c82b8836788c3a225501177492175 ChangeLog 966
MD5 1a1d136ffeba1d898baa117e5e3148af yudit-2.6.ebuild 557
MD5 a2296fb4c5c49c94a71ad8beffd659c6 yudit-2.7.2.ebuild 557
-MD5 2518fe3bb7af136526d1718b0cf4ab29 yudit-2.7.5.ebuild 559
+MD5 86195e4e0fe5c0d40127d6ab43c6046c yudit-2.7.5.ebuild 562
MD5 15dcf89324a6d9edc2774ce139d6b2c8 files/digest-yudit-2.6 62
MD5 9ff21f1bd1de49187fe3c809eb095810 files/digest-yudit-2.7.2 125
MD5 0dd0625ab1adf83b5b92f7bfcde399a4 files/digest-yudit-2.7.5 65
diff --git a/app-text/yudit/files/digest-yudit-2.7.5 b/app-text/yudit/files/digest-yudit-2.7.5
new file mode 100644
index 000000000000..cefdb2c73727
--- /dev/null
+++ b/app-text/yudit/files/digest-yudit-2.7.5
@@ -0,0 +1 @@
+MD5 a7193bfb2bb4a458f210b7d2e15b8b1b yudit-2.7.5.tar.bz2 2149906
diff --git a/app-text/yudit/yudit-2.7.5.ebuild b/app-text/yudit/yudit-2.7.5.ebuild
new file mode 100644
index 000000000000..9e1f96afb844
--- /dev/null
+++ b/app-text/yudit/yudit-2.7.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.7.5.ebuild,v 1.1 2003/08/24 12:43:33 mholzer 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="~x86 ~sparc"
+
+DEPEND="virtual/x11
+ >=sys-devel/gettext-0.10"
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}