diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-30 12:56:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-30 12:56:55 +0000 |
commit | 0dde3f3764ef2645939fe00b8a9f5e442a717ce1 (patch) | |
tree | 4c1237e86b6d434b1744c370b2fb54f340325f37 /net-libs/libbluedevil | |
parent | Cleanup old. (diff) | |
download | gentoo-2-0dde3f3764ef2645939fe00b8a9f5e442a717ce1.tar.gz gentoo-2-0dde3f3764ef2645939fe00b8a9f5e442a717ce1.tar.bz2 gentoo-2-0dde3f3764ef2645939fe00b8a9f5e442a717ce1.zip |
Cleanup old. Restrict dependency to <bluez-5 as reported on IRC.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/libbluedevil')
-rw-r--r-- | net-libs/libbluedevil/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libbluedevil/libbluedevil-1.9.3.ebuild | 20 | ||||
-rw-r--r-- | net-libs/libbluedevil/libbluedevil-1.9.4.ebuild | 4 |
3 files changed, 7 insertions, 23 deletions
diff --git a/net-libs/libbluedevil/ChangeLog b/net-libs/libbluedevil/ChangeLog index 150242f32e6c..9cc4f630d76b 100644 --- a/net-libs/libbluedevil/ChangeLog +++ b/net-libs/libbluedevil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libbluedevil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.32 2014/01/19 15:46:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.33 2014/01/30 12:56:54 mrueg Exp $ + + 30 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -libbluedevil-1.9.3.ebuild, + libbluedevil-1.9.4.ebuild: + Cleanup old. Restrict dependency to <bluez-5 as reported on IRC. 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> libbluedevil-1.9.4.ebuild: amd64 stable, bug 492690 diff --git a/net-libs/libbluedevil/libbluedevil-1.9.3.ebuild b/net-libs/libbluedevil/libbluedevil-1.9.3.ebuild deleted file mode 100644 index 7e4b9782d45f..000000000000 --- a/net-libs/libbluedevil/libbluedevil-1.9.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-1.9.3.ebuild,v 1.5 2013/06/08 10:14:25 ago Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack" -HOMEPAGE="http://projects.kde.org/projects/playground/libs/libbluedevil" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - net-wireless/bluez -" diff --git a/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild b/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild index 9dbb61502043..7a74e5806571 100644 --- a/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild +++ b/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild,v 1.5 2014/01/19 11:15:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild,v 1.6 2014/01/30 12:56:54 mrueg Exp $ EAPI=5 @@ -16,6 +16,6 @@ KEYWORDS="amd64 ~arm ppc ppc64 x86" SLOT="4" IUSE="debug" -RDEPEND="net-wireless/bluez" +RDEPEND="<net-wireless/bluez-5" S=${WORKDIR}/${MY_P} |