diff options
author | Serkan Kaba <serkan@gentoo.org> | 2011-02-13 21:07:11 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2011-02-13 21:07:11 +0000 |
commit | 56c95f87ce9869ac3747be29218ec26caaca4f81 (patch) | |
tree | c3dbd08902c220e770b0c4ffbe4dea70934a1e58 /app-mobilephone | |
parent | Revbump to fix plugin installation. (diff) | |
download | gentoo-2-56c95f87ce9869ac3747be29218ec26caaca4f81.tar.gz gentoo-2-56c95f87ce9869ac3747be29218ec26caaca4f81.tar.bz2 gentoo-2-56c95f87ce9869ac3747be29218ec26caaca4f81.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.2.ebuild | 39 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.3.ebuild | 39 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.4.ebuild (renamed from app-mobilephone/anyremote/anyremote-5.2.ebuild) | 6 |
4 files changed, 9 insertions, 83 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index 576f3be5071c..441cdcad7cbe 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.10 2011/01/24 14:47:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.11 2011/02/13 21:07:11 serkan Exp $ + +*anyremote-5.4 (13 Feb 2011) + + 13 Feb 2011; Serkan Kaba <serkan@gentoo.org> -anyremote-5.1.2.ebuild, + -anyremote-5.1.3.ebuild, -anyremote-5.2.ebuild, +anyremote-5.4.ebuild: + Version bump. Remove old. 24 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> anyremote-5.3.ebuild: x86 stable wrt bug #351800 diff --git a/app-mobilephone/anyremote/anyremote-5.1.2.ebuild b/app-mobilephone/anyremote/anyremote-5.1.2.ebuild deleted file mode 100644 index c945deb4a50e..000000000000 --- a/app-mobilephone/anyremote/anyremote-5.1.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.2.ebuild,v 1.5 2010/06/29 09:22:11 fauli 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_prepare() { - #workaround to badly broken autotools scripts by upstream - sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am \ - || die "failed to fix documentation path" - eautoreconf -} - -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.1.3.ebuild b/app-mobilephone/anyremote/anyremote-5.1.3.ebuild deleted file mode 100644 index cb56f8067127..000000000000 --- a/app-mobilephone/anyremote/anyremote-5.1.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.3.ebuild,v 1.1 2010/07/14 03:18:32 serkan 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_prepare() { - #workaround to badly broken autotools scripts by upstream - sed -i 's/\$(datadir)\/doc\/anyremote/\$(docdir)/g' Makefile.am \ - || die "failed to fix documentation path" - eautoreconf -} - -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.2.ebuild b/app-mobilephone/anyremote/anyremote-5.4.ebuild index ca7806a170d4..a32a02027af9 100644 --- a/app-mobilephone/anyremote/anyremote-5.2.ebuild +++ b/app-mobilephone/anyremote/anyremote-5.4.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2.ebuild,v 1.1 2010/09/08 13:52:59 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.ebuild,v 1.1 2011/02/13 21:07:11 serkan 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" |