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.22.ebuild
@ 2010-03-15 21:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-03-15 21:05 UTC (permalink / raw
  To: gentoo-commits

pacho       10/03/15 21:05:13

  Modified:             ChangeLog
  Added:                obexd-0.22.ebuild
  Log:
  Version bump
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-mobilephone/obexd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexd/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexd/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Feb 2010 09:13:48 -0000	1.7
+++ ChangeLog	15 Mar 2010 21:05:12 -0000	1.8
@@ -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.7 2010/02/20 09:13:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.8 2010/03/15 21:05:12 pacho Exp $
+
+*obexd-0.22 (15 Mar 2010)
+
+  15 Mar 2010; Pacho Ramos <pacho@gentoo.org> +obexd-0.22.ebuild:
+  Version bump with bugfixes
 
   20 Feb 2010; Hans de Graaff <graaff@gentoo.org> obexd-0.18-r1.ebuild:
   Fix typo.



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

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

Index: obexd-0.22.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.22.ebuild,v 1.1 2010/03/15 21:05:12 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 ~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] only message in thread

only message in thread, other threads:[~2010-03-15 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 21:05 [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexd: ChangeLog obexd-0.22.ebuild 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