diff options
author | 2003-04-08 12:17:58 +0000 | |
---|---|---|
committer | 2003-04-08 12:17:58 +0000 | |
commit | e784b9e49077e5b27d784342481b4c91736a490b (patch) | |
tree | e24273079cecd80857f550d3b2d7b5750afbf991 /app-text | |
parent | fribidi moves from app-text to dev-libs; see changelog file at its new location (diff) | |
download | gentoo-2-e784b9e49077e5b27d784342481b4c91736a490b.tar.gz gentoo-2-e784b9e49077e5b27d784342481b4c91736a490b.tar.bz2 gentoo-2-e784b9e49077e5b27d784342481b4c91736a490b.zip |
moved to dev-libs, see changelog of dev-libs/fribidi package
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/fribidi/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/fribidi/files/digest-fribidi-0.10.4 | 1 | ||||
-rw-r--r-- | app-text/fribidi/fribidi-0.10.4.ebuild | 28 |
3 files changed, 0 insertions, 37 deletions
diff --git a/app-text/fribidi/ChangeLog b/app-text/fribidi/ChangeLog deleted file mode 100644 index bada04addffd..000000000000 --- a/app-text/fribidi/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# 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 deleted file mode 100644 index 7b79ecb17e76..000000000000 --- a/app-text/fribidi/files/digest-fribidi-0.10.4 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 855b4e7acf0e..000000000000 --- a/app-text/fribidi/fribidi-0.10.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} - |