diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-06-14 11:13:52 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-06-14 11:13:52 +0000 |
commit | 37729d816576521e3345cff5d0782cadc46808d7 (patch) | |
tree | 9917484eefc8a705ee82e9d5a3e0f84ed7ba4a77 /app-mobilephone | |
parent | Cleanup old. (diff) | |
download | gentoo-2-37729d816576521e3345cff5d0782cadc46808d7.tar.gz gentoo-2-37729d816576521e3345cff5d0782cadc46808d7.tar.bz2 gentoo-2-37729d816576521e3345cff5d0782cadc46808d7.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-6.0.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index e818ca328a58..d32832de8d6f 100644 --- a/app-mobilephone/anyremote/ChangeLog +++ b/app-mobilephone/anyremote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/anyremote # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.37 2014/06/14 10:26:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.38 2014/06/14 11:13:52 mrueg Exp $ + + 14 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -anyremote-6.0.ebuild: + Cleanup old. 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> anyremote-6.3.1.ebuild: x86 stable wrt bug #504282 diff --git a/app-mobilephone/anyremote/anyremote-6.0.ebuild b/app-mobilephone/anyremote/anyremote-6.0.ebuild deleted file mode 100644 index a5acaeada973..000000000000 --- a/app-mobilephone/anyremote/anyremote-6.0.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-6.0.ebuild,v 1.3 2012/09/10 11:54:11 johu 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" -} |