summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-09-23 07:33:26 +0000
committerYixun Lan <dlan@gentoo.org>2014-09-23 07:33:26 +0000
commitafd64480b3e190ce07923115491436e5067fca89 (patch)
treef74f3fc639f0f1ee12fa9d0d2289856980972417 /net-misc/ofono
parentStable for HPPA (bug #523484). (diff)
downloadgentoo-2-afd64480b3e190ce07923115491436e5067fca89.tar.gz
gentoo-2-afd64480b3e190ce07923115491436e5067fca89.tar.bz2
gentoo-2-afd64480b3e190ce07923115491436e5067fca89.zip
drop old, bump new, bug 523480, thanks Vadim Efimov
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'net-misc/ofono')
-rw-r--r--net-misc/ofono/ChangeLog8
-rw-r--r--net-misc/ofono/ofono-1.15.ebuild (renamed from net-misc/ofono/ofono-1.12.ebuild)28
2 files changed, 19 insertions, 17 deletions
diff --git a/net-misc/ofono/ChangeLog b/net-misc/ofono/ChangeLog
index 765a14967fef..d26dc8eebbfc 100644
--- a/net-misc/ofono/ChangeLog
+++ b/net-misc/ofono/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/ofono
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.61 2014/08/10 20:45:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.62 2014/09/23 07:33:26 dlan Exp $
+
+*ofono-1.15 (23 Sep 2014)
+
+ 23 Sep 2014; Yixun Lan <dlan@gentoo.org> -ofono-1.12.ebuild,
+ +ofono-1.15.ebuild:
+ drop old, bump new, bug 523480, thanks Vadim Efimov
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ofono-1.12.ebuild,
ofono-1.14.ebuild:
diff --git a/net-misc/ofono/ofono-1.12.ebuild b/net-misc/ofono/ofono-1.15.ebuild
index cf1d005f02f8..e1755ae3fc53 100644
--- a/net-misc/ofono/ofono-1.12.ebuild
+++ b/net-misc/ofono/ofono-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild,v 1.6 2014/08/10 20:45:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.15.ebuild,v 1.1 2014/09/23 07:33:26 dlan Exp $
EAPI=5
@@ -8,12 +8,12 @@ inherit eutils multilib systemd
DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
HOMEPAGE="http://ofono.org/"
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem threads test tools +udev"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem threads tools +udev"
REQUIRED_USE="dundee? ( bluetooth )"
@@ -29,12 +29,6 @@ DEPEND="${RDEPEND}
DOCS=( ChangeLog AUTHORS )
-src_prepare() {
- default
-
- epatch "${FILESDIR}"/${P}-sys-types.patch
-}
-
src_configure() {
econf \
$(use_enable threads) \
@@ -49,7 +43,7 @@ src_configure() {
$(use_enable provision) \
$(use_enable qmimodem) \
$(use_enable tools) \
- $(use_enable test) \
+ $(use_enable examples test) \
--disable-maintainer-mode \
--localstatedir=/var \
--with-systemdunitdir="$(systemd_get_unitdir)"
@@ -58,12 +52,14 @@ src_configure() {
src_install() {
default
- if ! use examples ; then
- rm -rf "${D}/usr/$(get_libdir)/ofono/test" || die
- fi
-
if use tools ; then
- dobin tools/{auto-enable,huawei-audio}
+ dobin tools/auto-enable \
+ tools/huawei-audio \
+ tools/lookup-provider-name \
+ tools/lookup-apn \
+ tools/get-location \
+ tools/qmi \
+ tools/tty-redirector
fi
newinitd "${FILESDIR}"/${PN}.initd ${PN}