diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 11:25:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 11:25:58 +0000 |
commit | 0430e63ad8899f0fd927ad5c4858e2a9aba28c89 (patch) | |
tree | 2b45bfb8ea8d5675b20949678b747e4a171569b6 /net-wireless | |
parent | bump; New HOMEPAGE, SRC_URI & init script (diff) | |
download | gentoo-2-0430e63ad8899f0fd927ad5c4858e2a9aba28c89.tar.gz gentoo-2-0430e63ad8899f0fd927ad5c4858e2a9aba28c89.tar.bz2 gentoo-2-0430e63ad8899f0fd927ad5c4858e2a9aba28c89.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez-hcidump/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/net-wireless/bluez-hcidump/ChangeLog b/net-wireless/bluez-hcidump/ChangeLog index 1e588f313e2c..1f618845eb0b 100644 --- a/net-wireless/bluez-hcidump/ChangeLog +++ b/net-wireless/bluez-hcidump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/bluez-hcidump -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/ChangeLog,v 1.84 2013/12/22 13:22:47 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/ChangeLog,v 1.85 2015/07/02 11:25:58 mrueg Exp $ + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -bluez-hcidump-2.4.ebuild: + Remove old. 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> bluez-hcidump-2.5.ebuild: Stable for ppc64, wrt bug #491478 diff --git a/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild b/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild deleted file mode 100644 index 8ea2921ab048..000000000000 --- a/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild,v 1.8 2012/12/07 23:09:44 ago Exp $ - -EAPI=4 - -DESCRIPTION="Bluetooth HCI packet analyzer" -HOMEPAGE="http://www.bluez.org/" -SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" -IUSE="" - -RDEPEND=">=net-wireless/bluez-4.98" -DEPEND="${RDEPEND} - virtual/pkgconfig - app-arch/xz-utils" - -DOCS=( AUTHORS ChangeLog README ) |