summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-03-31 22:59:03 +0000
committerMarinus Schraal <foser@gentoo.org>2003-03-31 22:59:03 +0000
commit9b849e03d88f03e0d6ebe05817d19aea89230e46 (patch)
tree517a8e309672906c2a169acb5ac89c921b23d3b6 /app-text
parentbig cleanups (diff)
downloadgentoo-2-9b849e03d88f03e0d6ebe05817d19aea89230e46.tar.gz
gentoo-2-9b849e03d88f03e0d6ebe05817d19aea89230e46.tar.bz2
gentoo-2-9b849e03d88f03e0d6ebe05817d19aea89230e46.zip
initial commit
Diffstat (limited to 'app-text')
-rw-r--r--app-text/fribidi/ChangeLog8
-rw-r--r--app-text/fribidi/files/digest-fribidi-0.10.41
-rw-r--r--app-text/fribidi/fribidi-0.10.4.ebuild28
3 files changed, 37 insertions, 0 deletions
diff --git a/app-text/fribidi/ChangeLog b/app-text/fribidi/ChangeLog
new file mode 100644
index 000000000000..bada04addffd
--- /dev/null
+++ b/app-text/fribidi/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-text/fribidi
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/fribidi/ChangeLog,v 1.1 2003/03/31 22:59:03 foser Exp $
+
+*fribidi-0.10.4 (31 Mar 2003)
+
+ 31 Mar 2003; foser <foser@gentoo.org> fribidi-0.10.4.ebuild, ChangeLog :
+ Initial commit
diff --git a/app-text/fribidi/files/digest-fribidi-0.10.4 b/app-text/fribidi/files/digest-fribidi-0.10.4
new file mode 100644
index 000000000000..7b79ecb17e76
--- /dev/null
+++ b/app-text/fribidi/files/digest-fribidi-0.10.4
@@ -0,0 +1 @@
+MD5 0f6e7ecca08e6e108dc06337f5b5cabf fribidi-0.10.4.tar.bz2 335733
diff --git a/app-text/fribidi/fribidi-0.10.4.ebuild b/app-text/fribidi/fribidi-0.10.4.ebuild
new file mode 100644
index 000000000000..855b4e7acf0e
--- /dev/null
+++ b/app-text/fribidi/fribidi-0.10.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/fribidi/fribidi-0.10.4.ebuild,v 1.1 2003/03/31 22:59:03 foser Exp $
+
+DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
+
+HOMEPAGE="http://fribidi.sourceforge.net/"
+SRC_URI="mirror://sourceforge/fribidi/${P}.tar.bz2"
+LICENSE="LGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc COPYRIGHT AUTHORS NEWS README ChangeLog \
+ INSTALL THANKS TODO ANNOUNCE COPYING
+}
+