diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-28 10:40:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-28 10:40:05 +0000 |
commit | 2c894315fef91c1210af2dffa26f76334ae1822c (patch) | |
tree | ddcc24b162cfe9705a053fb3f7831d84e5ea0907 /app-mobilephone | |
parent | Version bump fixing lots of bugs and trying to behave better with oui.txt (th... (diff) | |
download | gentoo-2-2c894315fef91c1210af2dffa26f76334ae1822c.tar.gz gentoo-2-2c894315fef91c1210af2dffa26f76334ae1822c.tar.bz2 gentoo-2-2c894315fef91c1210af2dffa26f76334ae1822c.zip |
Version bump, remove old.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexd/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/obexd/obexd-0.34.ebuild | 40 | ||||
-rw-r--r-- | app-mobilephone/obexd/obexd-0.40.ebuild (renamed from app-mobilephone/obexd/obexd-0.35.ebuild) | 8 |
3 files changed, 10 insertions, 46 deletions
diff --git a/app-mobilephone/obexd/ChangeLog b/app-mobilephone/obexd/ChangeLog index 564b39dac6b3..ab61f6e46e3e 100644 --- a/app-mobilephone/obexd/ChangeLog +++ b/app-mobilephone/obexd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/obexd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.35 2011/01/04 19:00:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/ChangeLog,v 1.36 2011/01/28 10:40:05 pacho Exp $ + +*obexd-0.40 (28 Jan 2011) + + 28 Jan 2011; Pacho Ramos <pacho@gentoo.org> -obexd-0.34.ebuild, + -obexd-0.35.ebuild, +obexd-0.40.ebuild: + Version bump, remove old. 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> obexd-0.37.ebuild: Stable on amd64 wrt bug #349474 diff --git a/app-mobilephone/obexd/obexd-0.34.ebuild b/app-mobilephone/obexd/obexd-0.34.ebuild deleted file mode 100644 index 56726c977812..000000000000 --- a/app-mobilephone/obexd/obexd-0.34.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.34.ebuild,v 1.3 2010/11/04 11:34:47 phajdan.jr 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 -} diff --git a/app-mobilephone/obexd/obexd-0.35.ebuild b/app-mobilephone/obexd/obexd-0.40.ebuild index a07da7ec9ac4..df98006117eb 100644 --- a/app-mobilephone/obexd/obexd-0.35.ebuild +++ b/app-mobilephone/obexd/obexd-0.40.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.35.ebuild,v 1.1 2010/10/31 11:31:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.40.ebuild,v 1.1 2011/01/28 10:40:05 pacho Exp $ EAPI="3" -inherit eutils - DESCRIPTION="OBEX Server and Client" HOMEPAGE="http://www.bluez.org/" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz" @@ -35,6 +33,6 @@ src_configure() { } src_install() { - emake DESTDIR="${ED}" install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README doc/*.txt || die } |