summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-25 15:07:44 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-25 15:07:44 +0000
commitd131771355f4714128ca75a4ace541c500a94060 (patch)
tree104d56237fa719bd668a2cbed13f78ec89fd9a91 /kde-misc
parentMark stable on amd64. (diff)
downloadgentoo-2-d131771355f4714128ca75a4ace541c500a94060.tar.gz
gentoo-2-d131771355f4714128ca75a4ace541c500a94060.tar.bz2
gentoo-2-d131771355f4714128ca75a4ace541c500a94060.zip
Mark stable on amd64. Cleanup old. Fixes bug #518434
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kanyremote/ChangeLog6
-rw-r--r--kde-misc/kanyremote/kanyremote-6.1.ebuild44
-rw-r--r--kde-misc/kanyremote/kanyremote-6.2.ebuild55
-rw-r--r--kde-misc/kanyremote/kanyremote-6.3.1.ebuild55
-rw-r--r--kde-misc/kanyremote/kanyremote-6.3.2.ebuild4
5 files changed, 7 insertions, 157 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
index 5733333234d7..63a09e26563c 100644
--- a/kde-misc/kanyremote/ChangeLog
+++ b/kde-misc/kanyremote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kanyremote
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.41 2014/08/14 17:08:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.42 2014/08/25 15:07:44 mrueg Exp $
+
+ 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -kanyremote-6.1.ebuild,
+ -kanyremote-6.2.ebuild, -kanyremote-6.3.1.ebuild, kanyremote-6.3.2.ebuild:
+ Mark stable on amd64. Cleanup old. Fixes bug #518434
14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> kanyremote-6.3.2.ebuild:
x86 stable wrt bug #518434
diff --git a/kde-misc/kanyremote/kanyremote-6.1.ebuild b/kde-misc/kanyremote/kanyremote-6.1.ebuild
deleted file mode 100644
index 90bd25768453..000000000000
--- a/kde-misc/kanyremote/kanyremote-6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.1.ebuild,v 1.3 2013/01/05 09:16:49 ago Exp $
-
-EAPI=4
-
-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="4"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth"
-
-RDEPEND="
- >=app-mobilephone/anyremote-6.0[bluetooth?]
- dev-python/PyQt4[X]
- kde-base/pykde4
- bluetooth? ( dev-python/pybluez )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- # using gettextize no-interactive example from dev-util/bless package
- cp $(type -p gettextize) "${T}"/
- sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
- sed -e "/Encoding=UTF-8/d" \
- -i kanyremote.desktop || die "fixing .desktop file failed"
- "${T}"/gettextize -f --no-changelog > /dev/null
- #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"
-}
diff --git a/kde-misc/kanyremote/kanyremote-6.2.ebuild b/kde-misc/kanyremote/kanyremote-6.2.ebuild
deleted file mode 100644
index 4dad478e82f2..000000000000
--- a/kde-misc/kanyremote/kanyremote-6.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.2.ebuild,v 1.4 2013/09/11 15:46:19 kensington Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit autotools python-r1 base
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/"
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="bluetooth"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-mobilephone/anyremote-6.0[bluetooth?]
- dev-python/PyQt4[X,${PYTHON_USEDEP}]
- kde-base/pykde4:4[${PYTHON_USEDEP}]
- bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_prepare() {
- # using gettextize no-interactive example from dev-util/bless package
- cp $(type -p gettextize) "${T}"/
- sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
- "${T}"/gettextize -f --no-changelog > /dev/null
-
- # remove deprecated entry
- sed -e "/Encoding=UTF-8/d" \
- -i kanyremote.desktop || die "fixing .desktop file failed"
-
- # fix documentation directory wrt bug #316087
- sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am
- eautoreconf
-
- # disable bluetooth check to avoid errors
- if ! use bluetooth ; then
- sed -e "s/usepybluez = True/usepybluez = False/" -i kanyremote || die
- fi
-}
-
-src_install() {
- default
-
- python_replicate_script "${D}"/usr/bin/kanyremote
-}
diff --git a/kde-misc/kanyremote/kanyremote-6.3.1.ebuild b/kde-misc/kanyremote/kanyremote-6.3.1.ebuild
deleted file mode 100644
index ea734801b90f..000000000000
--- a/kde-misc/kanyremote/kanyremote-6.3.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.3.1.ebuild,v 1.1 2013/09/21 18:28:36 hwoarang Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit autotools python-r1 base
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/"
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="bluetooth"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-mobilephone/anyremote-6.0[bluetooth?]
- dev-python/PyQt4[X,${PYTHON_USEDEP}]
- kde-base/pykde4:4[${PYTHON_USEDEP}]
- bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_prepare() {
- # using gettextize no-interactive example from dev-util/bless package
- cp $(type -p gettextize) "${T}"/
- sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
- "${T}"/gettextize -f --no-changelog > /dev/null
-
- # remove deprecated entry
- sed -e "/Encoding=UTF-8/d" \
- -i kanyremote.desktop || die "fixing .desktop file failed"
-
- # fix documentation directory wrt bug #316087
- sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am
- eautoreconf
-
- # disable bluetooth check to avoid errors
- if ! use bluetooth ; then
- sed -e "s/usepybluez = True/usepybluez = False/" -i kanyremote || die
- fi
-}
-
-src_install() {
- default
-
- python_replicate_script "${D}"/usr/bin/kanyremote
-}
diff --git a/kde-misc/kanyremote/kanyremote-6.3.2.ebuild b/kde-misc/kanyremote/kanyremote-6.3.2.ebuild
index d1e04ee48478..aeec5afc2bae 100644
--- a/kde-misc/kanyremote/kanyremote-6.3.2.ebuild
+++ b/kde-misc/kanyremote/kanyremote-6.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.3.2.ebuild,v 1.2 2014/08/14 17:08:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.3.2.ebuild,v 1.3 2014/08/25 15:07:44 mrueg Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="bluetooth"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"