diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-08-11 13:23:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-08-11 13:23:32 +0000 |
commit | cc5872aa7fd126457e70f0a4eaf68750ec0fdbce (patch) | |
tree | 57e8297d442ba4cb28f4c810cfb85754bea61fc6 /kde-misc/kanyremote | |
parent | Use unredirected SRC_URI. (diff) | |
download | gentoo-2-cc5872aa7fd126457e70f0a4eaf68750ec0fdbce.tar.gz gentoo-2-cc5872aa7fd126457e70f0a4eaf68750ec0fdbce.tar.bz2 gentoo-2-cc5872aa7fd126457e70f0a4eaf68750ec0fdbce.zip |
Remove old ebuild
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kanyremote')
-rw-r--r-- | kde-misc/kanyremote/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/kanyremote/kanyremote-5.8.2.ebuild | 28 |
2 files changed, 5 insertions, 29 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog index f3deaf8b1a8f..84b6dd3ba933 100644 --- a/kde-misc/kanyremote/ChangeLog +++ b/kde-misc/kanyremote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kanyremote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.4 2009/07/26 14:16:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.5 2009/08/11 13:23:32 hwoarang Exp $ + + 11 Aug 2009; Markos Chandras <hwoarang@gentoo.org> + -kanyremote-5.8.2.ebuild: + Remove old ebuild 26 Jul 2009; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add kde herd on metadata.xml. Fixes bug 279156 diff --git a/kde-misc/kanyremote/kanyremote-5.8.2.ebuild b/kde-misc/kanyremote/kanyremote-5.8.2.ebuild deleted file mode 100644 index 899fe4011de2..000000000000 --- a/kde-misc/kanyremote/kanyremote-5.8.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-5.8.2.ebuild,v 1.2 2009/04/26 11:43:22 hwoarang Exp $ - -EAPI="2" - -inherit eutils - -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=">=net-misc/anyremote-4.4[bluetooth=] - >=dev-python/PyQt-3.17 - >=dev-python/pykde-3.16 - bluetooth? ( dev-python/pybluez )" -RDEPEND="${DEPEND}" - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - make_desktop_entry ${PN} ${PN} ${PN}.png "Network;RemoteAccess" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} |