summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-12-28 12:28:27 +0000
committerFabian Groffen <grobian@gentoo.org>2012-12-28 12:28:27 +0000
commit6d0ade09a7166a5195b288b66c288af094506a44 (patch)
treef6da4cebe08222438de7321536f132df95640037 /media-libs/harfbuzz
parentRemove old; update init script to drop 'need net' and to add 'use logger'. (diff)
downloadgentoo-2-6d0ade09a7166a5195b288b66c288af094506a44.tar.gz
gentoo-2-6d0ade09a7166a5195b288b66c288af094506a44.tar.bz2
gentoo-2-6d0ade09a7166a5195b288b66c288af094506a44.zip
Fixed and keyworded for ~x64-solaris
(Portage version: 2.2.01.21418-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r--media-libs/harfbuzz/ChangeLog6
-rw-r--r--media-libs/harfbuzz/harfbuzz-0.9.9.ebuild7
-rw-r--r--media-libs/harfbuzz/harfbuzz-9999.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog
index f163d13b2106..c66921faea24 100644
--- a/media-libs/harfbuzz/ChangeLog
+++ b/media-libs/harfbuzz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/harfbuzz
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.16 2012/12/24 04:05:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.17 2012/12/28 12:28:27 grobian Exp $
+
+ 28 Dec 2012; Fabian Groffen <grobian@gentoo.org> harfbuzz-0.9.9.ebuild,
+ harfbuzz-9999.ebuild:
+ Fixed and keyworded for ~x64-solaris
24 Dec 2012; Jeroen Roovers <jer@gentoo.org> harfbuzz-0.9.9.ebuild:
Marked ~hppa (bug #447854).
diff --git a/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild
index 06c353c096d3..176ab668a6b8 100644
--- a/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild,v 1.3 2012/12/24 04:05:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild,v 1.4 2012/12/28 12:28:27 grobian Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
[[ ${PV} == 9999 ]] && inherit git-2 autotools
-inherit eutils
+inherit eutils libtool
DESCRIPTION="An OpenType text shaping engine"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
LICENSE="MIT"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="static-libs"
RDEPEND="
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
src_prepare() {
[[ ${PV} == 9999 ]] && eautoreconf
+ elibtoolize # for building a shared library on x64-solaris
}
src_configure() {
diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
index 9879c6a406cd..06e5839e6e5d 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.5 2012/12/16 10:19:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.6 2012/12/28 12:28:27 grobian Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
[[ ${PV} == 9999 ]] && inherit git-2 autotools
-inherit eutils
+inherit eutils libtool
DESCRIPTION="An OpenType text shaping engine"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
src_prepare() {
[[ ${PV} == 9999 ]] && eautoreconf
+ elibtoolize # for building a shared library on x64-solaris
}
src_configure() {