summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-11-25 23:41:40 +0000
committerPacho Ramos <pacho@gentoo.org>2010-11-25 23:41:40 +0000
commitc73da641dda65ff9f978d1c6f9924b4b07bf55c7 (patch)
tree1cc258bb81870ef3954ccd0552bd1891be61a360 /app-mobilephone
parentVersion bump with multiple upstream fixes, also handle oui.txt file downloadi... (diff)
downloadgentoo-2-c73da641dda65ff9f978d1c6f9924b4b07bf55c7.tar.gz
gentoo-2-c73da641dda65ff9f978d1c6f9924b4b07bf55c7.tar.bz2
gentoo-2-c73da641dda65ff9f978d1c6f9924b4b07bf55c7.zip
Version bump and remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/obexd/ChangeLog8
-rw-r--r--app-mobilephone/obexd/obexd-0.37.ebuild (renamed from app-mobilephone/obexd/obexd-0.29.ebuild)12
2 files changed, 12 insertions, 8 deletions
diff --git a/app-mobilephone/obexd/ChangeLog b/app-mobilephone/obexd/ChangeLog
index 250587f78e3c..4ee340dc4ab5 100644
--- a/app-mobilephone/obexd/ChangeLog
+++ b/app-mobilephone/obexd/ChangeLog
@@ -1,6 +1,12 @@
# 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.32 2010/11/04 11:34:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.33 2010/11/25 23:41:40 pacho Exp $
+
+*obexd-0.37 (25 Nov 2010)
+
+ 25 Nov 2010; Pacho Ramos <pacho@gentoo.org> -obexd-0.29.ebuild,
+ +obexd-0.37.ebuild:
+ Version bump and remove old.
04 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> obexd-0.34.ebuild:
x86 stable wrt bug #343489
diff --git a/app-mobilephone/obexd/obexd-0.29.ebuild b/app-mobilephone/obexd/obexd-0.37.ebuild
index d8900d874297..a1d0704a45bf 100644
--- a/app-mobilephone/obexd/obexd-0.29.ebuild
+++ b/app-mobilephone/obexd/obexd-0.37.ebuild
@@ -1,17 +1,15 @@
# 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.29.ebuild,v 1.4 2010/09/14 15:10:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.37.ebuild,v 1.1 2010/11/25 23:41:40 pacho Exp $
-EAPI="2"
-
-inherit eutils
+EAPI="3"
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 )
@@ -35,6 +33,6 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README doc/*.txt
+ emake DESTDIR="${ED}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README doc/*.txt || die
}