summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-12-13 19:07:26 +0000
committerPacho Ramos <pacho@gentoo.org>2012-12-13 19:07:26 +0000
commitbf652c9b15df6e77b915d8f1ee250c1edf001844 (patch)
tree3e6ef8cac2f20734311b556413f880f8df2c6ed9 /app-mobilephone
parentfix desktop file, remove duplicate (diff)
downloadgentoo-2-bf652c9b15df6e77b915d8f1ee250c1edf001844.tar.gz
gentoo-2-bf652c9b15df6e77b915d8f1ee250c1edf001844.tar.bz2
gentoo-2-bf652c9b15df6e77b915d8f1ee250c1edf001844.zip
Version bump, drop old
(Portage version: 2.1.11.32/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/obexd/ChangeLog8
-rw-r--r--app-mobilephone/obexd/obexd-0.44.ebuild38
-rw-r--r--app-mobilephone/obexd/obexd-0.48.ebuild (renamed from app-mobilephone/obexd/obexd-0.47.ebuild)7
3 files changed, 10 insertions, 43 deletions
diff --git a/app-mobilephone/obexd/ChangeLog b/app-mobilephone/obexd/ChangeLog
index 219a93f73b4e..7684ff25bef8 100644
--- a/app-mobilephone/obexd/ChangeLog
+++ b/app-mobilephone/obexd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/obexd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.68 2012/12/07 23:09:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.69 2012/12/13 19:07:26 pacho Exp $
+
+*obexd-0.48 (13 Dec 2012)
+
+ 13 Dec 2012; Pacho Ramos <pacho@gentoo.org> +obexd-0.48.ebuild,
+ -obexd-0.44.ebuild, -obexd-0.47.ebuild:
+ Version bump, drop old
07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> obexd-0.46.ebuild:
Stable for ppc64, wrt bug #411015
diff --git a/app-mobilephone/obexd/obexd-0.44.ebuild b/app-mobilephone/obexd/obexd-0.44.ebuild
deleted file mode 100644
index 9a55121ef0eb..000000000000
--- a/app-mobilephone/obexd/obexd-0.44.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.44.ebuild,v 1.5 2012/05/02 20:10:09 jdhore Exp $
-
-EAPI="4"
-
-DESCRIPTION="OBEX Server and Client"
-HOMEPAGE="http://www.bluez.org/"
-SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="-eds nokia -server usb"
-
-RDEPEND="eds? ( gnome-extra/evolution-data-server )
- !eds? ( dev-libs/libical )
- net-wireless/bluez
- >=dev-libs/openobex-1.4
- >=dev-libs/glib-2.16:2
- sys-apps/dbus
- server? ( !app-mobilephone/obex-data-server )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --disable-debug \
- $(use_with eds phonebook ebook) \
- $(use_enable nokia pcsuite) \
- $(use_enable server) \
- $(use_enable usb)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README doc/*.txt
-}
diff --git a/app-mobilephone/obexd/obexd-0.47.ebuild b/app-mobilephone/obexd/obexd-0.48.ebuild
index f04f26369b26..b6916f51805a 100644
--- a/app-mobilephone/obexd/obexd-0.47.ebuild
+++ b/app-mobilephone/obexd/obexd-0.48.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.47.ebuild,v 1.2 2012/09/23 03:43:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.48.ebuild,v 1.1 2012/12/13 19:07:26 pacho Exp $
-EAPI="4"
+EAPI=5
DESCRIPTION="OBEX Server and Client"
HOMEPAGE="http://www.bluez.org/"
@@ -16,7 +16,7 @@ DOCS="AUTHORS ChangeLog README doc/*.txt"
RDEPEND="eds? ( gnome-extra/evolution-data-server )
!eds? ( dev-libs/libical )
- >=net-wireless/bluez-4.99
+ >=net-wireless/bluez-4.100
>=dev-libs/openobex-1.4
>=dev-libs/glib-2.28:2
>=sys-apps/dbus-1.4
@@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
--disable-debug \
- --disable-silent-rules \
$(use_with eds phonebook ebook) \
$(use_enable nokia pcsuite) \
$(use_enable server) \