summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2011-06-16 09:48:35 +0000
committerRobert Piasek <dagger@gentoo.org>2011-06-16 09:48:35 +0000
commit3bb2874a4ad8d99ce47c455db196d39b014ff5c4 (patch)
treeeb81f3286b54bcaa8c78f71933bf51346afb6b56 /net-misc/ofono
parentDon't build tests during normal build. Rename patches. (diff)
downloadgentoo-2-3bb2874a4ad8d99ce47c455db196d39b014ff5c4.tar.gz
gentoo-2-3bb2874a4ad8d99ce47c455db196d39b014ff5c4.tar.bz2
gentoo-2-3bb2874a4ad8d99ce47c455db196d39b014ff5c4.zip
Add version 0.50. Use systemd eclass.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ofono')
-rw-r--r--net-misc/ofono/ChangeLog8
-rw-r--r--net-misc/ofono/ofono-0.45.ebuild56
-rw-r--r--net-misc/ofono/ofono-0.46.ebuild56
-rw-r--r--net-misc/ofono/ofono-0.50.ebuild (renamed from net-misc/ofono/ofono-0.44.ebuild)7
4 files changed, 11 insertions, 116 deletions
diff --git a/net-misc/ofono/ChangeLog b/net-misc/ofono/ChangeLog
index f3040132ecd8..154ba20a55f7 100644
--- a/net-misc/ofono/ChangeLog
+++ b/net-misc/ofono/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/ofono
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.33 2011/04/15 15:01:36 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.34 2011/06/16 09:48:35 dagger Exp $
+
+*ofono-0.50 (16 Jun 2011)
+
+ 16 Jun 2011; Robert Piasek <dagger@gentoo.org> -ofono-0.44.ebuild,
+ -ofono-0.45.ebuild, -ofono-0.46.ebuild, +ofono-0.50.ebuild:
+ Add version 0.50. Integrate with systemd eclass. Drop older versions
*ofono-0.47 (15 Apr 2011)
diff --git a/net-misc/ofono/ofono-0.45.ebuild b/net-misc/ofono/ofono-0.45.ebuild
deleted file mode 100644
index 73d2eab1da53..000000000000
--- a/net-misc/ofono/ofono-0.45.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.45.ebuild,v 1.1 2011/03/17 13:52:54 dagger Exp $
-
-EAPI="2"
-
-inherit multilib
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon."
-HOMEPAGE="http://ofono.org/"
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE="+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev"
-
-RDEPEND=">=sys-apps/dbus-1.2.24
- >=dev-libs/glib-2.16
- bluetooth? ( >=net-wireless/bluez-4.61 )
- caps? ( sys-libs/libcap-ng )
- udev? ( >=sys-fs/udev-143 )
- examples? ( dev-python/dbus-python )
- tools? ( dev-libs/libusb:1 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable caps capng) \
- $(use_enable threads) \
- $(use_enable udev) \
- $(use_enable isimodem) \
- $(use_enable atmodem) \
- $(use_enable cdmamodem) \
- $(use_enable bluetooth) \
- $(use_enable phonesim) \
- $(use_enable tools) \
- --enable-test \
- --localstatedir=/var
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if ! use examples ; then
- rm -rf "${D}/usr/$(get_libdir)/ofono/test"
- fi
-
- if use tools ; then
- dobin tools/{auto-enable,huawei-audio} || die
- fi
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
- dodoc ChangeLog AUTHORS doc/*.txt
-}
diff --git a/net-misc/ofono/ofono-0.46.ebuild b/net-misc/ofono/ofono-0.46.ebuild
deleted file mode 100644
index bb026705bbf0..000000000000
--- a/net-misc/ofono/ofono-0.46.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.46.ebuild,v 1.1 2011/04/14 08:29:42 dagger Exp $
-
-EAPI="2"
-
-inherit multilib
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon."
-HOMEPAGE="http://ofono.org/"
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE="+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev"
-
-RDEPEND=">=sys-apps/dbus-1.2.24
- >=dev-libs/glib-2.16
- bluetooth? ( >=net-wireless/bluez-4.61 )
- caps? ( sys-libs/libcap-ng )
- udev? ( >=sys-fs/udev-143 )
- examples? ( dev-python/dbus-python )
- tools? ( dev-libs/libusb:1 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable caps capng) \
- $(use_enable threads) \
- $(use_enable udev) \
- $(use_enable isimodem) \
- $(use_enable atmodem) \
- $(use_enable cdmamodem) \
- $(use_enable bluetooth) \
- $(use_enable phonesim) \
- $(use_enable tools) \
- --enable-test \
- --localstatedir=/var
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if ! use examples ; then
- rm -rf "${D}/usr/$(get_libdir)/ofono/test"
- fi
-
- if use tools ; then
- dobin tools/{auto-enable,huawei-audio} || die
- fi
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
- dodoc ChangeLog AUTHORS doc/*.txt
-}
diff --git a/net-misc/ofono/ofono-0.44.ebuild b/net-misc/ofono/ofono-0.50.ebuild
index db887d912f58..65180041bdc3 100644
--- a/net-misc/ofono/ofono-0.44.ebuild
+++ b/net-misc/ofono/ofono-0.50.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.44.ebuild,v 1.1 2011/03/02 09:40:04 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.50.ebuild,v 1.1 2011/06/16 09:48:35 dagger Exp $
EAPI="2"
-inherit multilib
+inherit multilib systemd
DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon."
HOMEPAGE="http://ofono.org/"
@@ -37,7 +37,8 @@ src_configure() {
$(use_enable phonesim) \
$(use_enable tools) \
--enable-test \
- --localstatedir=/var
+ --localstatedir=/var \
+ --with-systemdunitdir="$(systemd_get_unitdir)"
}
src_install() {