summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-01-23 02:52:23 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-01-23 02:52:23 +0000
commit5ae1472feb388bcd8336bc59d7be577f1559ae19 (patch)
tree5bbff0108c79209ba9d13498acb04e7cbde138f9 /dev-libs
parentKeyword ~amd64-linux/~x86-linux (diff)
downloadgentoo-2-5ae1472feb388bcd8336bc59d7be577f1559ae19.tar.gz
gentoo-2-5ae1472feb388bcd8336bc59d7be577f1559ae19.tar.bz2
gentoo-2-5ae1472feb388bcd8336bc59d7be577f1559ae19.zip
Version bumped, bug #301107. Removed old version.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/fribidi/ChangeLog8
-rw-r--r--dev-libs/fribidi/fribidi-0.10.4.ebuild32
-rw-r--r--dev-libs/fribidi/fribidi-0.19.2.ebuild17
3 files changed, 24 insertions, 33 deletions
diff --git a/dev-libs/fribidi/ChangeLog b/dev-libs/fribidi/ChangeLog
index 27f7074fe9c0..06c75efbd9f6 100644
--- a/dev-libs/fribidi/ChangeLog
+++ b/dev-libs/fribidi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/fribidi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.38 2010/01/14 21:22:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.39 2010/01/23 02:52:23 matsuu Exp $
+
+*fribidi-0.19.2 (23 Jan 2010)
+
+ 23 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> -fribidi-0.10.4.ebuild,
+ +fribidi-0.19.2.ebuild:
+ Version bumped, bug #301107. Removed old version.
14 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
fribidi-0.19.1.ebuild:
diff --git a/dev-libs/fribidi/fribidi-0.10.4.ebuild b/dev-libs/fribidi/fribidi-0.10.4.ebuild
deleted file mode 100644
index 8c0e67493d2e..000000000000
--- a/dev-libs/fribidi/fribidi-0.10.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.10.4.ebuild,v 1.28 2009/10/12 16:36:38 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
-HOMEPAGE="http://freedesktop.org/Software/FriBidi"
-SRC_URI="mirror://sourceforge/fribidi/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${PN}-macos.patch
-}
-
-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 ANNOUNCE
-}
diff --git a/dev-libs/fribidi/fribidi-0.19.2.ebuild b/dev-libs/fribidi/fribidi-0.19.2.ebuild
new file mode 100644
index 000000000000..d4c5f53eacb4
--- /dev/null
+++ b/dev-libs/fribidi/fribidi-0.19.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.2.ebuild,v 1.1 2010/01/23 02:52:23 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 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS NEWS README ChangeLog THANKS TODO
+}