* [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: obexd-0.32.ebuild ChangeLog
@ 2010-09-08 14:13 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-09-08 14:13 UTC (permalink / raw
To: gentoo-commits
pacho 10/09/08 14:13:57
Modified: ChangeLog
Added: obexd-0.32.ebuild
Log:
Version bump with multiple upstream bugfixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.26 app-mobilephone/obexd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 5 Sep 2010 05:44:08 -0000 1.25
+++ ChangeLog 8 Sep 2010 14:13:57 -0000 1.26
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/obexd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.25 2010/09/05 05:44:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.26 2010/09/08 14:13:57 pacho Exp $
+
+*obexd-0.32 (08 Sep 2010)
+
+ 08 Sep 2010; Pacho Ramos <pacho@gentoo.org> +obexd-0.32.ebuild:
+ Version bump with multiple upstream bugfixes.
05 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> obexd-0.29.ebuild:
x86 stable wrt bug #335319
1.1 app-mobilephone/obexd/obexd-0.32.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.32.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.32.ebuild?rev=1.1&content-type=text/plain
Index: obexd-0.32.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.32.ebuild,v 1.1 2010/09/08 14:13:57 pacho Exp $
EAPI="2"
inherit eutils
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"
IUSE="debug -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}
dev-util/pkgconfig"
src_configure() {
econf \
$(use_enable debug) \
$(use_with eds phonebook ebook) \
$(use_enable nokia nokia-backup) \
$(use_enable server) \
$(use_enable usb)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README doc/*.txt
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-08 14:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 14:13 [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: obexd-0.32.ebuild ChangeLog Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox