diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 03:36:42 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 03:36:42 +0000 |
commit | 0d3bc6e13f2743ac3d89b042fca69eb6e6b8d9ed (patch) | |
tree | 8a3b433901cc2a11889139fd34f9d9ae366b15c7 /dev-libs/fribidi | |
parent | Removed old version. (diff) | |
download | gentoo-2-0d3bc6e13f2743ac3d89b042fca69eb6e6b8d9ed.tar.gz gentoo-2-0d3bc6e13f2743ac3d89b042fca69eb6e6b8d9ed.tar.bz2 gentoo-2-0d3bc6e13f2743ac3d89b042fca69eb6e6b8d9ed.zip |
Version bumped. Removed old version.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'dev-libs/fribidi')
-rw-r--r-- | dev-libs/fribidi/ChangeLog | 11 | ||||
-rw-r--r-- | dev-libs/fribidi/files/fribidi-0.10.5-darwin.patch | 11 | ||||
-rw-r--r-- | dev-libs/fribidi/fribidi-0.10.5.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/fribidi/fribidi-0.19.1.ebuild | 17 |
4 files changed, 26 insertions, 46 deletions
diff --git a/dev-libs/fribidi/ChangeLog b/dev-libs/fribidi/ChangeLog index 2aa9b88c5dd2..83cb09f84b15 100644 --- a/dev-libs/fribidi/ChangeLog +++ b/dev-libs/fribidi/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/fribidi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.32 2007/12/11 22:48:06 matsuu Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.33 2009/01/01 03:36:41 matsuu Exp $ + +*fribidi-0.19.1 (01 Jan 2009) + + 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> + -files/fribidi-0.10.5-darwin.patch, -fribidi-0.10.5.ebuild, + +fribidi-0.19.1.ebuild: + Version bumped. Removed old version. *fribidi-0.10.9 (11 Dec 2007) diff --git a/dev-libs/fribidi/files/fribidi-0.10.5-darwin.patch b/dev-libs/fribidi/files/fribidi-0.10.5-darwin.patch deleted file mode 100644 index f1fe8a132214..000000000000 --- a/dev-libs/fribidi/files/fribidi-0.10.5-darwin.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fribidi-0.10.5/configure.orig 2005-10-09 13:38:30.000000000 +0200 -+++ fribidi-0.10.5/configure 2005-10-09 13:39:27.000000000 +0200 -@@ -6076,7 +6076,7 @@ - ;; - - darwin* | rhapsody*) -- allow_undefined_flag='-undefined suppress' -+ allow_undefined_flag='' - # FIXME: Relying on posixy $() will cause problems for - # cross-compilation, but unfortunately the echo tests do not - # yet detect zsh echo's removal of \ escapes. diff --git a/dev-libs/fribidi/fribidi-0.10.5.ebuild b/dev-libs/fribidi/fribidi-0.10.5.ebuild deleted file mode 100644 index f1899326a908..000000000000 --- a/dev-libs/fribidi/fribidi-0.10.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.5.ebuild,v 1.4 2007/05/08 18:53:39 grobian Exp $ - -inherit eutils libtool - -DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="http://fribidi.org/" -SRC_URI="http://fribidi.org/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}"-darwin.patch - elibtoolize -} - -src_compile() { - econf || die - emake || die "emake failed" - make test || die "make test failed" -} - -src_install() { - einstall || die - dodoc AUTHORS NEWS README ChangeLog THANKS TODO -} diff --git a/dev-libs/fribidi/fribidi-0.19.1.ebuild b/dev-libs/fribidi/fribidi-0.19.1.ebuild new file mode 100644 index 000000000000..8b521838b5c7 --- /dev/null +++ b/dev-libs/fribidi/fribidi-0.19.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.1.ebuild,v 1.1 2009/01/01 03:36:41 matsuu Exp $ + +DESCRIPTION="A free implementation of the unicode bidirectional algorithm" +HOMEPAGE="http://fribidi.org/" +SRC_URI="http://fribidi.org/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS NEWS README ChangeLog THANKS TODO +} |