From abafcc91fbcc4d50b687f0ca317a5404a878a4e6 Mon Sep 17 00:00:00 2001 From: Chris Reffett Date: Thu, 25 Jul 2013 00:49:45 +0000 Subject: Version bump, remove old (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 42618354) --- app-mobilephone/anyremote/ChangeLog | 9 ++++++- app-mobilephone/anyremote/anyremote-5.5.ebuild | 30 ------------------------ app-mobilephone/anyremote/anyremote-6.1.1.ebuild | 26 -------------------- app-mobilephone/anyremote/anyremote-6.1.ebuild | 26 -------------------- app-mobilephone/anyremote/anyremote-6.2.ebuild | 26 -------------------- app-mobilephone/anyremote/anyremote-6.3.1.ebuild | 28 ++++++++++++++++++++++ 6 files changed, 36 insertions(+), 109 deletions(-) delete mode 100644 app-mobilephone/anyremote/anyremote-5.5.ebuild delete mode 100644 app-mobilephone/anyremote/anyremote-6.1.1.ebuild delete mode 100644 app-mobilephone/anyremote/anyremote-6.1.ebuild delete mode 100644 app-mobilephone/anyremote/anyremote-6.2.ebuild create mode 100644 app-mobilephone/anyremote/anyremote-6.3.1.ebuild (limited to 'app-mobilephone/anyremote') 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 +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.2.ebuild deleted file mode 100644 index ffdc34ddca06..000000000000 --- a/app-mobilephone/anyremote/anyremote-6.2.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.2.ebuild,v 1.1 2012/12/18 19:00:04 hwoarang Exp $ - -EAPI="5" - -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.3.1.ebuild b/app-mobilephone/anyremote/anyremote-6.3.1.ebuild new file mode 100644 index 000000000000..8cafa9dbbe97 --- /dev/null +++ b/app-mobilephone/anyremote/anyremote-6.3.1.ebuild @@ -0,0 +1,28 @@ +# 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.3.1.ebuild,v 1.1 2013/07/25 00:49:45 creffett Exp $ + +EAPI="5" + +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+" +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) +} -- cgit v1.2.3-65-gdbad