diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-27 17:45:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-27 17:45:38 +0000 |
commit | 152d811297a39e133ba2ace4240c94b37c95e4d5 (patch) | |
tree | 2fc6554c7b0a746b9daaa6a6277b839c7b668247 /dev-python/pybluez | |
parent | Revbump to fix bugs with as-needed (#276873) and mixed libtool (#298069). Add... (diff) | |
download | gentoo-2-152d811297a39e133ba2ace4240c94b37c95e4d5.tar.gz gentoo-2-152d811297a39e133ba2ace4240c94b37c95e4d5.tar.bz2 gentoo-2-152d811297a39e133ba2ace4240c94b37c95e4d5.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/pybluez')
-rw-r--r-- | dev-python/pybluez/pybluez-0.15.ebuild | 33 | ||||
-rw-r--r-- | dev-python/pybluez/pybluez-0.9.2.ebuild | 27 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/pybluez/pybluez-0.15.ebuild b/dev-python/pybluez/pybluez-0.15.ebuild deleted file mode 100644 index 4153e76ff893..000000000000 --- a/dev-python/pybluez/pybluez-0.15.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pybluez/pybluez-0.15.ebuild,v 1.2 2009/01/03 11:04:14 armin76 Exp $ - -NEED_PYTHON="2.3" - -inherit distutils - -MY_P="PyBluez-${PV}" - -DESCRIPTION="Python bindings for Bluez Bluetooth Stack" -HOMEPAGE="http://code.google.com/p/pybluez/" -SRC_URI="http://pybluez.googlecode.com/files/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="examples" - -DEPEND=">=net-wireless/bluez-libs-2.10" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="bluetooth" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r examples/* || die "doins failed" - fi -} diff --git a/dev-python/pybluez/pybluez-0.9.2.ebuild b/dev-python/pybluez/pybluez-0.9.2.ebuild deleted file mode 100644 index 73b8097d6cc1..000000000000 --- a/dev-python/pybluez/pybluez-0.9.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pybluez/pybluez-0.9.2.ebuild,v 1.6 2009/01/03 11:04:14 armin76 Exp $ - -inherit distutils - -DESCRIPTION="Python bindings for Bluez Bluetooth Stack" -HOMEPAGE="http://org.csail.mit.edu/pybluez/" -SRC_URI="http://org.csail.mit.edu/pybluez/release/${PN}-src-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc" - -DEPEND=">=net-wireless/bluez-libs-2.10" -RDEPEND="${DEPEND}" - -src_install() { - distutils_src_install - - if use doc; then - [ -x doc/gendoc ] && doc/gendoc && [ -r doc/bluetooth.html ] && dohtml doc/bluetooth.html - insinto /usr/share/doc/${PF}/examples - doins -r examples/* - fi -} |