summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-02 08:05:54 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-02 08:05:54 +0000
commitb44d33badc4d684ead4a079f4043a29eba22ceaa (patch)
tree08fca61abe711248838ce5714ee529bf04f77c58 /kde-misc
parentInitial commit. (diff)
downloadgentoo-2-b44d33badc4d684ead4a079f4043a29eba22ceaa.tar.gz
gentoo-2-b44d33badc4d684ead4a079f4043a29eba22ceaa.tar.bz2
gentoo-2-b44d33badc4d684ead4a079f4043a29eba22ceaa.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kanyremote/ChangeLog6
-rw-r--r--kde-misc/kanyremote/kanyremote-5.10.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
index 463c9b6531b6..b6fa0f3421e6 100644
--- a/kde-misc/kanyremote/ChangeLog
+++ b/kde-misc/kanyremote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kanyremote
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.11 2010/06/29 09:25:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.12 2010/07/02 08:05:54 hwoarang Exp $
+
+ 02 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
+ -kanyremote-5.10.ebuild:
+ Remove old ebuilds
29 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
kanyremote-5.11.ebuild:
diff --git a/kde-misc/kanyremote/kanyremote-5.10.ebuild b/kde-misc/kanyremote/kanyremote-5.10.ebuild
deleted file mode 100644
index 982b6089ac3d..000000000000
--- a/kde-misc/kanyremote/kanyremote-5.10.ebuild
+++ /dev/null
@@ -1,40 +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.10.ebuild,v 1.4 2010/04/22 17:46:50 hwoarang Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-inherit 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"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}