dlan        14/09/23 07:33:26

  Modified:             ChangeLog
  Added:                ofono-1.15.ebuild
  Removed:              ofono-1.12.ebuild
  Log:
  drop old, bump new, bug 523480, thanks Vadim Efimov
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.62                 net-misc/ofono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   10 Aug 2014 20:45:44 -0000      1.61
+++ ChangeLog   23 Sep 2014 07:33:26 -0000      1.62
@@ -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 <[email protected]> -ofono-1.12.ebuild,
+  +ofono-1.15.ebuild:
+  drop old, bump new, bug 523480, thanks Vadim Efimov
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> ofono-1.12.ebuild,
   ofono-1.14.ebuild:



1.1                  net-misc/ofono/ofono-1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-1.15.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-1.15.ebuild?rev=1.1&content-type=text/plain

Index: ofono-1.15.ebuild
===================================================================
# 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.15.ebuild,v 1.1 
2014/09/23 07:33:26 dlan Exp $

EAPI=5

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.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"

REQUIRED_USE="dundee? ( bluetooth )"

RDEPEND=">=sys-apps/dbus-1.4
        >=dev-libs/glib-2.28
        net-misc/mobile-broadband-provider-info
        bluetooth? ( >=net-wireless/bluez-4.99 )
        udev? ( virtual/udev )
        examples? ( dev-python/dbus-python )
        tools? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

DOCS=( ChangeLog AUTHORS )

src_configure() {
        econf \
                $(use_enable threads) \
                $(use_enable udev) \
                $(use_enable isimodem) \
                $(use_enable atmodem) \
                $(use_enable cdmamodem) \
                $(use_enable datafiles) \
                $(use_enable dundee) \
                $(use_enable bluetooth) \
                $(use_enable phonesim) \
                $(use_enable provision) \
                $(use_enable qmimodem) \
                $(use_enable tools) \
                $(use_enable examples test) \
                --disable-maintainer-mode \
                --localstatedir=/var \
                --with-systemdunitdir="$(systemd_get_unitdir)"
}

src_install() {
        default

        if use tools ; then
                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}
        use doc && dodoc doc/*.txt
}




Reply via email to