public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Raty (betelgeuse)" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/bluez-libs: ChangeLog bluez-libs-3.23.ebuild
Date: Sun, 09 Dec 2007 02:02:46 +0000	[thread overview]
Message-ID: <E1J1BVG-0001A5-UD@stork.gentoo.org> (raw)

betelgeuse    07/12/09 02:02:46

  Modified:             ChangeLog
  Added:                bluez-libs-3.23.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.96                 net-wireless/bluez-libs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez-libs/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez-libs/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez-libs/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez-libs/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	26 Oct 2007 11:20:52 -0000	1.95
+++ ChangeLog	9 Dec 2007 02:02:46 -0000	1.96
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/bluez-libs
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-libs/ChangeLog,v 1.95 2007/10/26 11:20:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-libs/ChangeLog,v 1.96 2007/12/09 02:02:46 betelgeuse Exp $
+
+*bluez-libs-3.23 (09 Dec 2007)
+
+  09 Dec 2007; Petteri Räty <betelgeuse@gentoo.org>
+  +bluez-libs-3.23.ebuild:
+  Version bump.
 
 *bluez-libs-3.22 (26 Oct 2007)
 



1.1                  net-wireless/bluez-libs/bluez-libs-3.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez-libs/bluez-libs-3.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez-libs/bluez-libs-3.23.ebuild?rev=1.1&content-type=text/plain

Index: bluez-libs-3.23.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-libs/bluez-libs-3.23.ebuild,v 1.1 2007/12/09 02:02:46 betelgeuse Exp $

DESCRIPTION="Bluetooth Userspace Libraries"
HOMEPAGE="http://bluez.sourceforge.net/"
SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"

IUSE="debug"
DEPEND="!net-wireless/bluez-sdp"
RDEPEND="${DEPEND}"

src_compile() {
	econf $(use_enable debug) || die "econf failed"
	if use debug ; then
		echo "#define SDP_DEBUG 1" >> config.h
	fi
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog README || die
}

pkg_postinst() {
	elog "If you are upgrading from =net-wireless/bluez-util-2*,"
	elog "the ABI version of libbluetooth has changed."
	elog "Please run:"
	elog "  revdep-rebuild --library libbluetooth.so.1"
}



-- 
gentoo-commits@gentoo.org mailing list



                 reply	other threads:[~2007-12-09  2:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J1BVG-0001A5-UD@stork.gentoo.org \
    --to=betelgeuse@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox