diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:07:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:07:58 +0000 |
commit | 3e53455c05c6663600767e6a3db40e182ffb65fb (patch) | |
tree | 8829558b69a7ca875bab86c5608830b9eb981dea /kde-misc/kanyremote | |
parent | Stabilise latest. Drop older. (diff) | |
download | historical-3e53455c05c6663600767e6a3db40e182ffb65fb.tar.gz historical-3e53455c05c6663600767e6a3db40e182ffb65fb.tar.bz2 historical-3e53455c05c6663600767e6a3db40e182ffb65fb.zip |
old
Package-Manager: portage-2.2.0_alpha23/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/kanyremote')
-rw-r--r-- | kde-misc/kanyremote/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kanyremote/kanyremote-5.11.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog index 90a21c4a3386..692cc484e487 100644 --- a/kde-misc/kanyremote/ChangeLog +++ b/kde-misc/kanyremote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kanyremote # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.17 2011/01/24 14:49:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.18 2011/02/13 20:04:41 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kanyremote-5.11.ebuild: + old 24 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> kanyremote-5.11.9.ebuild: diff --git a/kde-misc/kanyremote/kanyremote-5.11.ebuild b/kde-misc/kanyremote/kanyremote-5.11.ebuild deleted file mode 100644 index eacdb438bdeb..000000000000 --- a/kde-misc/kanyremote/kanyremote-5.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-5.11.ebuild,v 1.6 2010/06/29 09:25:55 fauli Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -inherit autotools python base - -DESCRIPTION="KDE frontend to Anyremote" -HOMEPAGE="http://anyremote.sourceforge.net/" -SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bluetooth" - -DEPEND=">=app-mobilephone/anyremote-4.4[bluetooth?] - dev-python/PyQt4[X] - kde-base/pykde4 - bluetooth? ( dev-python/pybluez )" -RDEPEND="${DEPEND}" - -pkg_setup () { - python_set_active_version 2 -} - -src_prepare() { - #fix documentation directory wrt bug #316087 - sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am - eautoreconf - # workaround to bluetooth check when bluetooth use flag is disabled - ! use bluetooth && epatch "${FILESDIR}/disable_bluetooth.patch" -} |