summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-07-25 00:49:45 +0000
committerChris Reffett <creffett@gentoo.org>2013-07-25 00:49:45 +0000
commitabafcc91fbcc4d50b687f0ca317a5404a878a4e6 (patch)
tree036c623c7584c5e84203bad608ba9138fd36662f /app-mobilephone
parentAdd to mobile-phone herd. (diff)
downloadgentoo-2-abafcc91fbcc4d50b687f0ca317a5404a878a4e6.tar.gz
gentoo-2-abafcc91fbcc4d50b687f0ca317a5404a878a4e6.tar.bz2
gentoo-2-abafcc91fbcc4d50b687f0ca317a5404a878a4e6.zip
Version bump, remove old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/anyremote/ChangeLog9
-rw-r--r--app-mobilephone/anyremote/anyremote-5.5.ebuild30
-rw-r--r--app-mobilephone/anyremote/anyremote-6.1.1.ebuild26
-rw-r--r--app-mobilephone/anyremote/anyremote-6.1.ebuild26
-rw-r--r--app-mobilephone/anyremote/anyremote-6.3.1.ebuild (renamed from app-mobilephone/anyremote/anyremote-6.2.ebuild)14
5 files changed, 16 insertions, 89 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog
index 3d5312be50d6..d8853806ed36 100644
--- a/app-mobilephone/anyremote/ChangeLog
+++ b/app-mobilephone/anyremote/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-mobilephone/anyremote
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.32 2013/05/18 10:15:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.33 2013/07/25 00:49:45 creffett Exp $
+
+*anyremote-6.3.1 (25 Jul 2013)
+
+ 25 Jul 2013; Chris Reffett <creffett@gentoo.org> +anyremote-6.3.1.ebuild,
+ -anyremote-5.5.ebuild, -anyremote-6.1.1.ebuild, -anyremote-6.1.ebuild,
+ -anyremote-6.2.ebuild:
+ Version bump, remove old
*anyremote-6.3 (18 May 2013)
diff --git a/app-mobilephone/anyremote/anyremote-5.5.ebuild b/app-mobilephone/anyremote/anyremote-5.5.ebuild
deleted file mode 100644
index 538f379c70c8..000000000000
--- a/app-mobilephone/anyremote/anyremote-5.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.5.ebuild,v 1.4 2012/06/13 08:36:00 jdhore Exp $
-
-EAPI="2"
-
-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}
- virtual/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-6.1.1.ebuild b/app-mobilephone/anyremote/anyremote-6.1.1.ebuild
deleted file mode 100644
index d7784ef6fc9f..000000000000
--- a/app-mobilephone/anyremote/anyremote-6.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-6.1.1.ebuild,v 1.1 2012/10/23 20:37:41 hwoarang Exp $
-
-EAPI="4"
-
-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}
- virtual/pkgconfig"
-
-DOCS=(AUTHORS ChangeLog NEWS README)
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
-}
diff --git a/app-mobilephone/anyremote/anyremote-6.1.ebuild b/app-mobilephone/anyremote/anyremote-6.1.ebuild
deleted file mode 100644
index 4190f61b2809..000000000000
--- a/app-mobilephone/anyremote/anyremote-6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-6.1.ebuild,v 1.1 2012/10/13 20:06:04 hwoarang Exp $
-
-EAPI="4"
-
-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}
- virtual/pkgconfig"
-
-DOCS=(AUTHORS ChangeLog NEWS README)
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
-}
diff --git a/app-mobilephone/anyremote/anyremote-6.2.ebuild b/app-mobilephone/anyremote/anyremote-6.3.1.ebuild
index ffdc34ddca06..8cafa9dbbe97 100644
--- a/app-mobilephone/anyremote/anyremote-6.2.ebuild
+++ b/app-mobilephone/anyremote/anyremote-6.3.1.ebuild
@@ -1,26 +1,28 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.2.ebuild,v 1.1 2012/12/18 19:00:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.3.1.ebuild,v 1.1 2013/07/25 00:49:45 creffett Exp $
EAPI="5"
-DESCRIPTION="Anyremote provides wireless bluetooth, infrared or cable remote control service"
+DESCRIPTION="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"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bluetooth dbus"
RDEPEND="bluetooth? ( net-wireless/bluez )
dbus? ( sys-apps/dbus )
- x11-libs/libXtst"
+ x11-libs/libXtst
+"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-DOCS=(AUTHORS ChangeLog NEWS README)
+DOCS=( AUTHORS ChangeLog NEWS README )
+
src_configure() {
econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
}