summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-01-22 21:01:11 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-01-22 21:01:11 +0000
commit0189a6c6a135ed1023de10cd21969e423144fb28 (patch)
treef744557f177bf510eb87070c9e824361d24317c6 /app-mobilephone/anyremote
parentFix build failure of qemu-system-ppc* targets. (diff)
downloadgentoo-2-0189a6c6a135ed1023de10cd21969e423144fb28.tar.gz
gentoo-2-0189a6c6a135ed1023de10cd21969e423144fb28.tar.bz2
gentoo-2-0189a6c6a135ed1023de10cd21969e423144fb28.zip
version bump. drop old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/anyremote')
-rw-r--r--app-mobilephone/anyremote/ChangeLog10
-rw-r--r--app-mobilephone/anyremote/anyremote-5.3.ebuild32
-rw-r--r--app-mobilephone/anyremote/anyremote-5.5.ebuild (renamed from app-mobilephone/anyremote/anyremote-5.4.ebuild)6
3 files changed, 11 insertions, 37 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog
index 716fba86fd8d..56b03ef53cd3 100644
--- a/app-mobilephone/anyremote/ChangeLog
+++ b/app-mobilephone/anyremote/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/anyremote
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.17 2011/09/26 15:51:25 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.18 2012/01/22 21:01:11 hwoarang Exp $
+
+*anyremote-5.5 (22 Jan 2012)
+
+ 22 Jan 2012; Markos Chandras <hwoarang@gentoo.org> +anyremote-5.5.ebuild,
+ -anyremote-5.3.ebuild, -anyremote-5.4.ebuild:
+ version bump. drop old
*anyremote-5.4.2 (26 Sep 2011)
diff --git a/app-mobilephone/anyremote/anyremote-5.3.ebuild b/app-mobilephone/anyremote/anyremote-5.3.ebuild
deleted file mode 100644
index 50461ef98e0d..000000000000
--- a/app-mobilephone/anyremote/anyremote-5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.3.ebuild,v 1.3 2011/01/24 14:47:37 phajdan.jr Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Anyremote provides wireless bluetooth, infrared or cable remote control service"
-HOMEPAGE="http://anyremote.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth dbus"
-
-RDEPEND="bluetooth? ( net-wireless/bluez )
- dbus? ( sys-apps/dbus )
- x11-libs/libXtst"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "install doc failed"
-}
diff --git a/app-mobilephone/anyremote/anyremote-5.4.ebuild b/app-mobilephone/anyremote/anyremote-5.5.ebuild
index a461df5de51e..079a19e57af6 100644
--- a/app-mobilephone/anyremote/anyremote-5.4.ebuild
+++ b/app-mobilephone/anyremote/anyremote-5.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.ebuild,v 1.3 2011/04/13 20:16:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.5.ebuild,v 1.1 2012/01/22 21:01:11 hwoarang Exp $
EAPI="2"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="bluetooth dbus"
RDEPEND="bluetooth? ( net-wireless/bluez )