diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-24 07:10:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-24 07:10:13 +0000 |
commit | e1fb02958ee09e1ba55fef28fd035f8a69a71b9c (patch) | |
tree | 45dd76ca005716fd94d1ecc2d1782076f92f6a01 /dev-perl/Lirc-Client | |
parent | Depend on Module-Build (#294314) and run tests (diff) | |
download | gentoo-2-e1fb02958ee09e1ba55fef28fd035f8a69a71b9c.tar.gz gentoo-2-e1fb02958ee09e1ba55fef28fd035f8a69a71b9c.tar.bz2 gentoo-2-e1fb02958ee09e1ba55fef28fd035f8a69a71b9c.zip |
Depend on Module-Build (#294317)
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lirc-Client')
-rw-r--r-- | dev-perl/Lirc-Client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild | 19 |
2 files changed, 14 insertions, 10 deletions
diff --git a/dev-perl/Lirc-Client/ChangeLog b/dev-perl/Lirc-Client/ChangeLog index 49fb78726e71..6c34af1c51c6 100644 --- a/dev-perl/Lirc-Client/ChangeLog +++ b/dev-perl/Lirc-Client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Lirc-Client # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/ChangeLog,v 1.2 2009/05/01 22:38:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/ChangeLog,v 1.3 2009/11/24 07:10:13 tove Exp $ + + 24 Nov 2009; Torsten Veller <tove@gentoo.org> Lirc-Client-1.51.ebuild: + Depend on Module-Build (#294317) 01 May 2009; Torsten Veller <tove@gentoo.org> -Lirc-Client-1.50.ebuild: Cleanup diff --git a/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild b/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild index 022fc68119f4..04719bdeeb4e 100644 --- a/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild +++ b/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild,v 1.1 2008/12/12 04:19:42 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild,v 1.2 2009/11/24 07:10:13 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=MGRIMES inherit perl-module DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)" -HOMEPAGE="http://search.cpan.org/search?query=Lirc-Client&mode=dist" -SRC_URI="mirror://cpan/authors/id/M/MG/MGRIMES/${P}.tar.gz" - -IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64" +IUSE="" -DEPEND="dev-perl/File-Path-Expand - dev-perl/Class-Accessor - dev-lang/perl" +RDEPEND="dev-perl/File-Path-Expand + dev-perl/Class-Accessor" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" |