public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: ChangeLog obexd-0.27.ebuild
@ 2010-06-11 10:16 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-11 10:16 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/11 10:16:14

  Modified:             ChangeLog
  Added:                obexd-0.27.ebuild
  Log:
  Version bump with lots of bugfixes over 0.23.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-mobilephone/obexd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 May 2010 19:59:58 -0000	1.13
+++ ChangeLog	11 Jun 2010 10:16:14 -0000	1.14
@@ -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.13 2010/05/14 19:59:58 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.14 2010/06/11 10:16:14 pacho Exp $
+
+*obexd-0.27 (11 Jun 2010)
+
+  11 Jun 2010; Pacho Ramos <pacho@gentoo.org> +obexd-0.27.ebuild:
+  Version bump with lots of bugfixes over 0.23.
 
   14 May 2010; Joseph Jezak <josejx@gentoo.org> obexd-0.21-r2.ebuild,
   obexd-0.23.ebuild:



1.1                  app-mobilephone/obexd/obexd-0.27.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild?rev=1.1&content-type=text/plain

Index: obexd-0.27.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.27.ebuild,v 1.1 2010/06/11 10:16:14 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 ~hppa ~ppc ~x86"
IUSE="debug -eds -server"

RDEPEND="eds? ( gnome-extra/evolution-data-server )
	net-wireless/bluez
	>=dev-libs/openobex-1.4
	dev-libs/glib: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 server)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README doc/*.txt
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: ChangeLog obexd-0.27.ebuild
@ 2010-06-12 16:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-12 16:45 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/12 16:45:16

  Modified:             ChangeLog obexd-0.27.ebuild
  Log:
  Fix bug 323615
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 app-mobilephone/obexd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Jun 2010 10:16:14 -0000	1.14
+++ ChangeLog	12 Jun 2010 16:45:16 -0000	1.15
@@ -1,6 +1,10 @@
 # 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.14 2010/06/11 10:16:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.15 2010/06/12 16:45:16 pacho Exp $
+
+  12 Jun 2010; Pacho Ramos <pacho@gentoo.org> obexd-0.27.ebuild:
+  Add dependency on dev-libs/libical with USE='-eds'; thanks to gionnico for
+  reporting bug 323615
 
 *obexd-0.27 (11 Jun 2010)
 



1.2                  app-mobilephone/obexd/obexd-0.27.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild?r1=1.1&r2=1.2

Index: obexd-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- obexd-0.27.ebuild	11 Jun 2010 10:16:14 -0000	1.1
+++ obexd-0.27.ebuild	12 Jun 2010 16:45:16 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.27.ebuild,v 1.1 2010/06/11 10:16:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.27.ebuild,v 1.2 2010/06/12 16:45:16 pacho Exp $
 
 EAPI="2"
 
@@ -15,6 +15,7 @@
 IUSE="debug -eds -server"
 
 RDEPEND="eds? ( gnome-extra/evolution-data-server )
+	!eds? ( dev-libs/libical )
 	net-wireless/bluez
 	>=dev-libs/openobex-1.4
 	dev-libs/glib:2






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-12 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 10:16 [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: ChangeLog obexd-0.27.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-12 16:45 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