diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-16 17:41:29 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-16 17:41:29 +0000 |
commit | dd1108bf42b1923a519912f7995287f6ee9470ca (patch) | |
tree | 6a58a6da8ffe01600f6d9d21dad62a37aa62d8fa /app-text/yudit | |
parent | Version bumped. (diff) | |
download | historical-dd1108bf42b1923a519912f7995287f6ee9470ca.tar.gz historical-dd1108bf42b1923a519912f7995287f6ee9470ca.tar.bz2 historical-dd1108bf42b1923a519912f7995287f6ee9470ca.zip |
Version bumped.
Diffstat (limited to 'app-text/yudit')
-rw-r--r-- | app-text/yudit/Manifest | 4 | ||||
-rw-r--r-- | app-text/yudit/files/digest-yudit-2.7.6 | 1 | ||||
-rw-r--r-- | app-text/yudit/yudit-2.7.6.ebuild | 23 |
3 files changed, 26 insertions, 2 deletions
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 +} |