diff options
author | Serkan Kaba <serkan@gentoo.org> | 2010-07-08 18:27:16 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2010-07-08 18:27:16 +0000 |
commit | f29706122f1f54151c51f36d982b91a80ab9c36d (patch) | |
tree | 97417189136dc94faa2b92a27a4cbf124b579550 /app-mobilephone/ganyremote | |
parent | Convert to ruby-fakegem. (diff) | |
download | gentoo-2-f29706122f1f54151c51f36d982b91a80ab9c36d.tar.gz gentoo-2-f29706122f1f54151c51f36d982b91a80ab9c36d.tar.bz2 gentoo-2-f29706122f1f54151c51f36d982b91a80ab9c36d.zip |
Version bump.
(Portage version: 2.2_rc67/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-5.11.4.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-mobilephone/ganyremote/ChangeLog b/app-mobilephone/ganyremote/ChangeLog index 9de1f8edfcaf..cc02c8d89302 100644 --- a/app-mobilephone/ganyremote/ChangeLog +++ b/app-mobilephone/ganyremote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/ganyremote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.4 2010/06/27 11:57:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.5 2010/07/08 18:27:16 serkan Exp $ + +*ganyremote-5.11.4 (08 Jul 2010) + + 08 Jul 2010; <firari@gentoo.org> +ganyremote-5.11.4.ebuild: + Version bump. 27 Jun 2010; Christoph Mende <angelos@gentoo.org> ganyremote-5.11.3-r1.ebuild: diff --git a/app-mobilephone/ganyremote/ganyremote-5.11.4.ebuild b/app-mobilephone/ganyremote/ganyremote-5.11.4.ebuild new file mode 100644 index 000000000000..cf799ef9eff3 --- /dev/null +++ b/app-mobilephone/ganyremote/ganyremote-5.11.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ganyremote-5.11.4.ebuild,v 1.1 2010/07/08 18:27:16 serkan 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[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" +} |