summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-06-24 12:44:04 +0000
committerPacho Ramos <pacho@gentoo.org>2011-06-24 12:44:04 +0000
commitbddc5742f22c6cd7dfb4aea3acacd64b5bc8b8db (patch)
treece6ba1bdf44be971723906d2c0566a2323c6e4f8 /app-mobilephone
parentAdded app-emulation/aqemu, thanks to slepnoga (#251001) (diff)
downloadgentoo-2-bddc5742f22c6cd7dfb4aea3acacd64b5bc8b8db.tar.gz
gentoo-2-bddc5742f22c6cd7dfb4aea3acacd64b5bc8b8db.tar.bz2
gentoo-2-bddc5742f22c6cd7dfb4aea3acacd64b5bc8b8db.zip
Version bump, remove old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/obexd/ChangeLog8
-rw-r--r--app-mobilephone/obexd/obexd-0.41.ebuild (renamed from app-mobilephone/obexd/obexd-0.37.ebuild)12
2 files changed, 13 insertions, 7 deletions
diff --git a/app-mobilephone/obexd/ChangeLog b/app-mobilephone/obexd/ChangeLog
index 53edcc9301f7..0327493cf13d 100644
--- a/app-mobilephone/obexd/ChangeLog
+++ b/app-mobilephone/obexd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/obexd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.38 2011/05/29 18:34:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.39 2011/06/24 12:44:04 pacho Exp $
+
+*obexd-0.41 (24 Jun 2011)
+
+ 24 Jun 2011; Pacho Ramos <pacho@gentoo.org> -obexd-0.37.ebuild,
+ +obexd-0.41.ebuild:
+ Version bump, remove old.
29 May 2011; Markos Chandras <hwoarang@gentoo.org> obexd-0.40.ebuild:
Stable on amd64 wrt bug #366969
diff --git a/app-mobilephone/obexd/obexd-0.37.ebuild b/app-mobilephone/obexd/obexd-0.41.ebuild
index 31a2dc36057b..ada40edac635 100644
--- a/app-mobilephone/obexd/obexd-0.37.ebuild
+++ b/app-mobilephone/obexd/obexd-0.41.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.37.ebuild,v 1.3 2011/01/04 19:00:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.41.ebuild,v 1.1 2011/06/24 12:44:04 pacho Exp $
-EAPI="3"
+EAPI="4"
DESCRIPTION="OBEX Server and Client"
HOMEPAGE="http://www.bluez.org/"
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug -eds nokia -server usb"
RDEPEND="eds? ( gnome-extra/evolution-data-server )
@@ -27,12 +27,12 @@ src_configure() {
econf \
$(use_enable debug) \
$(use_with eds phonebook ebook) \
- $(use_enable nokia nokia-backup) \
+ $(use_enable nokia pcsuite) \
$(use_enable server) \
$(use_enable usb)
}
src_install() {
- emake DESTDIR="${ED}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README doc/*.txt || die
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README doc/*.txt
}