summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-18 13:02:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-18 13:02:44 +0000
commit253f1bf398f240c563329a409b3516b1859c5d0c (patch)
treedbd45e13b9b308cbd404761d8d5bff8dc7908f6b /net-libs/telepathy-glib
parentremove old (diff)
downloadgentoo-2-253f1bf398f240c563329a409b3516b1859c5d0c.tar.gz
gentoo-2-253f1bf398f240c563329a409b3516b1859c5d0c.tar.bz2
gentoo-2-253f1bf398f240c563329a409b3516b1859c5d0c.zip
keyword ~x86-fbsd and call elibtoolize for a sane .so versionning.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r--net-libs/telepathy-glib/ChangeLog6
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild12
2 files changed, 15 insertions, 3 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog
index 3aa56a9a50a9..ab78d6c2ab2f 100644
--- a/net-libs/telepathy-glib/ChangeLog
+++ b/net-libs/telepathy-glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.29 2009/06/01 21:52:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.30 2009/06/18 13:02:44 aballier Exp $
+
+ 18 Jun 2009; Alexis Ballier <aballier@gentoo.org>
+ telepathy-glib-0.7.31.ebuild:
+ keyword ~x86-fbsd and call elibtoolize for a sane .so versionning.
*telepathy-glib-0.7.31 (01 Jun 2009)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild
index 6d7e0dd32134..c2f47500af81 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v 1.1 2009/06/01 21:52:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v 1.2 2009/06/18 13:02:44 aballier Exp $
+
+inherit libtool
DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
HOMEPAGE="http://telepathy.freedesktop.org"
@@ -8,7 +10,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc"
RDEPEND=">=dev-libs/glib-2.16
@@ -20,6 +22,12 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.21
doc? ( >=dev-util/gtk-doc-1.10 )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ elibtoolize # for sane .so versionning on BSD
+}
+
src_compile() {
econf \
$(use_enable doc gtk-doc) \