diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-10 21:33:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-10 21:33:30 +0000 |
commit | 19fc53d0f9da7ecddab042315feecda66bd638c8 (patch) | |
tree | 82ea5fcf547ba85abbdc1a6d9403679c6f855129 /dev-util/xesam-tools | |
parent | Fix deprecation warning. (diff) | |
download | historical-19fc53d0f9da7ecddab042315feecda66bd638c8.tar.gz historical-19fc53d0f9da7ecddab042315feecda66bd638c8.tar.bz2 historical-19fc53d0f9da7ecddab042315feecda66bd638c8.zip |
Delete older ebuild.
Diffstat (limited to 'dev-util/xesam-tools')
-rw-r--r-- | dev-util/xesam-tools/xesam-tools-0.6.1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-util/xesam-tools/xesam-tools-0.6.1.ebuild b/dev-util/xesam-tools/xesam-tools-0.6.1.ebuild deleted file mode 100644 index fa5776973e51..000000000000 --- a/dev-util/xesam-tools/xesam-tools-0.6.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xesam-tools/xesam-tools-0.6.1.ebuild,v 1.2 2010/07/06 19:25:41 arfrever Exp $ - -EAPI=2 -PYTHON_DEPEND="2" -PYTHON_USE_WITH="xml" - -inherit distutils - -DESCRIPTION="Development tools and examples for the Xesam desktop search API" -HOMEPAGE="http://xesam.org/people/kamstrup/xesam-tools" -SRC_URI="http://xesam.org/people/kamstrup/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="examples" - -DEPEND="" -RDEPEND="dev-python/dbus-python - dev-python/pygobject - dev-python/pygtk" - -src_install() { - distutils_src_install - - insinto "/usr/share/doc/${PF}" - doins -r samples - - if use examples; then - insinto "/usr/share/doc/${PF}/demo" - doins "demo/demo.py" - insopts -m 0755 - doins demo/[^d]* - fi -} |