diff options
author | 2010-07-13 12:48:36 +0000 | |
---|---|---|
committer | 2010-07-13 12:48:36 +0000 | |
commit | f5fd82c351f2bcbbaf3dd877e1cb28999f4101dd (patch) | |
tree | b68be735adabdee5c530a1a4dedb5cc888983fa3 /net-wireless | |
parent | Added missing herd tag to metadata.xml (diff) | |
download | historical-f5fd82c351f2bcbbaf3dd877e1cb28999f4101dd.tar.gz historical-f5fd82c351f2bcbbaf3dd877e1cb28999f4101dd.tar.bz2 historical-f5fd82c351f2bcbbaf3dd877e1cb28999f4101dd.zip |
Remove blueproxy, it never compiled with bluez-4 anyway, bug 248192
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueproxy/ChangeLog | 35 | ||||
-rw-r--r-- | net-wireless/blueproxy/Manifest | 4 | ||||
-rw-r--r-- | net-wireless/blueproxy/blueproxy-1.3.ebuild | 31 | ||||
-rw-r--r-- | net-wireless/blueproxy/metadata.xml | 14 |
4 files changed, 0 insertions, 84 deletions
diff --git a/net-wireless/blueproxy/ChangeLog b/net-wireless/blueproxy/ChangeLog deleted file mode 100644 index d391fc229336..000000000000 --- a/net-wireless/blueproxy/ChangeLog +++ /dev/null @@ -1,35 +0,0 @@ -# ChangeLog for net-wireless/blueproxy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/ChangeLog,v 1.8 2010/06/11 11:24:48 ssuominen Exp $ - - 11 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> blueproxy-1.3.ebuild: - Drop bluez-libs support wrt #301630. - - 11 Oct 2009; Markus Meier <maekke@gentoo.org> blueproxy-1.3.ebuild: - x86 stable, bug #284661 - - 12 Sep 2009; Nirbheek Chauhan <nirbheek@gentoo.org> blueproxy-1.3.ebuild: - Add dep on bluez-4, fixes bug 279381 - - 24 May 2008; <solar@gentoo.org> blueproxy-1.3.ebuild: - - Keyworded ~arm ~amd64. Fixed RDEPEND/DEPEND problem. And made sure we can - cross compile correctly - - 30 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: - Removing liquidx from metadata due to his retirement (see #171155 for - reference). - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - -*blueproxy-1.3 (01 Feb 2005) - - 01 Feb 2005; Alastair Tse <liquidx@gentoo.org> blueproxy-1.1.ebuild, - +blueproxy-1.3.ebuild: - version bump - -*blueproxy-1.1 (09 Oct 2004) - - 09 Oct 2004; Alastair Tse <liquidx@gentoo.org> +blueproxy-1.1.ebuild: - initial release. - diff --git a/net-wireless/blueproxy/Manifest b/net-wireless/blueproxy/Manifest deleted file mode 100644 index 75f3333a7501..000000000000 --- a/net-wireless/blueproxy/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST blueproxy-1.3.tar.gz 71930 RMD160 36e5069a1586eb1af2847a4dcb158f06f4532c5d SHA1 49eb98b36e9de9d880bbda1832b6aecdbb7dc2a0 SHA256 62d9dfd4c7497062f0efa22dec43fb25257d4ed66ad5779d865be6f72c4821d2 -EBUILD blueproxy-1.3.ebuild 766 RMD160 18a382fd025ddb44c8f944a81959b36f20684cf5 SHA1 3cdf22b5e4d304173ea9edd78010e76e5690269b SHA256 e9e407d2f3905d3ae7ff24dede3c198a74f68d20f19d6a9f7269d311f9b61e66 -MISC ChangeLog 1217 RMD160 e3e6a0017b060396ed470f88b6b3093c86557d94 SHA1 e307d9982fb29253ba8784e3872f96a735249695 SHA256 3d687bb7729cb6bc5c295621e23ee4dd75f1950debd28ac2b207bddad3877aaf -MISC metadata.xml 647 RMD160 88013f6c2102766dbf5c73cecdcc8202d87514a5 SHA1 64297f8307372ec7a6bdf8d3bc6ff1468a5fc639 SHA256 38a91feb742018c938a1a94aff495d0cfcc3345b4af9a12c635e2d392e2aaab6 diff --git a/net-wireless/blueproxy/blueproxy-1.3.ebuild b/net-wireless/blueproxy/blueproxy-1.3.ebuild deleted file mode 100644 index 5ffd25f32d24..000000000000 --- a/net-wireless/blueproxy/blueproxy-1.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/blueproxy-1.3.ebuild,v 1.7 2010/06/11 11:24:48 ssuominen Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Bluetooth RFCOMM to TCP proxy" -HOMEPAGE="http://anil.recoil.org/projects/blueproxy.html" -SRC_URI="http://anil.recoil.org/projects/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm x86" -IUSE="" - -RDEPEND="net-wireless/bluez" - -src_compile() { - tc-export CC LD - econf - emake || die "make failed" - #emake OS=linux SDPFLAGS=-lbluetooth || die "make failed" -} - -src_install() { - dodir /usr/bin - dodir /usr/share/man/man1 - - einstall || die "installe failed" - dodoc README AUTHORS ChangeLog -} diff --git a/net-wireless/blueproxy/metadata.xml b/net-wireless/blueproxy/metadata.xml deleted file mode 100644 index 3edb0335b8fd..000000000000 --- a/net-wireless/blueproxy/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>mobile</herd> - <longdescription> - Blueproxy is a simple proxy server to convert Bluetooth RFCOMM - connections into TCP connections. This frees Bluetooth application - programmers from having to worry about getting Bluetooth bindings for - their language of choice. Notable features include sending preambles - to allow a single TCP server to aggregrate multiple Bluetooth sensors, - and a scanning mode to continuously detect Bluetooth devices entering - into range of a sensor. - </longdescription> -</pkgmetadata> |