diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-06-09 16:11:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-06-09 16:11:08 +0000 |
commit | 1405d215424bce87df7dcf6e0c5f37c959671584 (patch) | |
tree | 1c81719d566cef70387f627473013676569a4786 /app-mobilephone/ganyremote | |
parent | Version bump. Bug #420229 (diff) | |
download | gentoo-2-1405d215424bce87df7dcf6e0c5f37c959671584.tar.gz gentoo-2-1405d215424bce87df7dcf6e0c5f37c959671584.tar.bz2 gentoo-2-1405d215424bce87df7dcf6e0c5f37c959671584.zip |
Versun bump
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/ganyremote')
-rw-r--r-- | app-mobilephone/ganyremote/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/ganyremote/ganyremote-6.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-mobilephone/ganyremote/ChangeLog b/app-mobilephone/ganyremote/ChangeLog index 9e26d8ca6854..a6cbfc1feeaf 100644 --- a/app-mobilephone/ganyremote/ChangeLog +++ b/app-mobilephone/ganyremote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/ganyremote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.18 2012/04/04 21:31:24 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.19 2012/06/09 16:11:08 hwoarang Exp $ + +*ganyremote-6.0 (09 Jun 2012) + + 09 Jun 2012; Markos Chandras <hwoarang@gentoo.org> +ganyremote-6.0.ebuild: + Versun bump 04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> ganyremote-5.13.ebuild: marked x86 per bug 404613 diff --git a/app-mobilephone/ganyremote/ganyremote-6.0.ebuild b/app-mobilephone/ganyremote/ganyremote-6.0.ebuild new file mode 100644 index 000000000000..bd45ae0d1e77 --- /dev/null +++ b/app-mobilephone/ganyremote/ganyremote-6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ganyremote-6.0.ebuild,v 1.1 2012/06/09 16:11:08 hwoarang Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Gnome frontend to Anyremote" +HOMEPAGE="http://anyremote.sourceforge.net/" +SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bluetooth" + +DEPEND=">=app-mobilephone/anyremote-6.0[bluetooth=] + dev-python/pygtk + bluetooth? ( dev-python/pybluez )" +RDEPEND="${DEPEND}" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" +} |