summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-16 17:41:29 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-16 17:41:29 +0000
commitec8d00bcb9e4caebfb51f87ec6133fb1ebd697d2 (patch)
treeec8516bb7841a2f79517edffb5a7862fab7803f7 /app-text/yudit
parentVersion bumped. (diff)
downloadgentoo-2-ec8d00bcb9e4caebfb51f87ec6133fb1ebd697d2.tar.gz
gentoo-2-ec8d00bcb9e4caebfb51f87ec6133fb1ebd697d2.tar.bz2
gentoo-2-ec8d00bcb9e4caebfb51f87ec6133fb1ebd697d2.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.61
-rw-r--r--app-text/yudit/yudit-2.7.6.ebuild23
4 files changed, 32 insertions, 3 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog
index 9306c1a6c283..430c1c70a799 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.9 2003/08/24 12:43:33 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.10 2003/09/16 17:41:23 mholzer Exp $
+
+*yudit-2.7.6 (16 Sep 2003)
+
+ 16 Sep 2003; Martin Holzer <mholzer@gentoo.org> yudit-2.7.6.ebuild:
+ Version bumped.
*yudit-2.7.5 (24 Aug 2003)
diff --git a/app-text/yudit/Manifest b/app-text/yudit/Manifest
index fc8971abaf86..0118b2f7c7b6 100644
--- a/app-text/yudit/Manifest
+++ b/app-text/yudit/Manifest
@@ -1,8 +1,8 @@
-MD5 6a3c82b8836788c3a225501177492175 ChangeLog 966
+MD5 78013c49ddc5b011cd1991a4bf0aabeb ChangeLog 1084
MD5 0598dc3a5f2820dfba74b91af7bbd08d yudit-2.6.ebuild 558
MD5 a67a8c09563498ea683d8f182a890fd1 yudit-2.7.2.ebuild 560
MD5 433ed9c086f515c8ab9a4df5e4f22812 yudit-2.7.5.ebuild 562
-MD5 61bc3559b713daf1d4abee39ca81748b yudit-2.7.6.ebuild 598
+MD5 1a7e2dbacca7c9ade3c9ae1e6e7d1bd0 yudit-2.7.6.ebuild 561
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.6 b/app-text/yudit/files/digest-yudit-2.7.6
new file mode 100644
index 000000000000..42ed0c517763
--- /dev/null
+++ b/app-text/yudit/files/digest-yudit-2.7.6
@@ -0,0 +1 @@
+MD5 74f544c24d371d6949aeeccd9983e1d3 yudit-2.7.6.tar.bz2 2060614
diff --git a/app-text/yudit/yudit-2.7.6.ebuild b/app-text/yudit/yudit-2.7.6.ebuild
new file mode 100644
index 000000000000..087531b37882
--- /dev/null
+++ b/app-text/yudit/yudit-2.7.6.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.6.ebuild,v 1.1 2003/09/16 17:41:23 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
+}