summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-06-03 10:30:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-06-03 10:30:37 +0000
commit594562fdd1f44c514dba4ef12f0aa5d4445f8195 (patch)
tree9d5686e1e3ea07e8c04963ba993cd79c152c6afe /dev-perl/Lirc-Client
parentUpdate description. (diff)
downloadgentoo-2-594562fdd1f44c514dba4ef12f0aa5d4445f8195.tar.gz
gentoo-2-594562fdd1f44c514dba4ef12f0aa5d4445f8195.tar.bz2
gentoo-2-594562fdd1f44c514dba4ef12f0aa5d4445f8195.zip
[bump] dev-perl/Lirc-Client-1.540.0
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lirc-Client')
-rw-r--r--dev-perl/Lirc-Client/ChangeLog9
-rw-r--r--dev-perl/Lirc-Client/Lirc-Client-1.540.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Lirc-Client/ChangeLog b/dev-perl/Lirc-Client/ChangeLog
index 6c34af1c51c6..8b70d4349f71 100644
--- a/dev-perl/Lirc-Client/ChangeLog
+++ b/dev-perl/Lirc-Client/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2009/11/24 07:10:13 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/ChangeLog,v 1.4 2011/06/03 10:30:37 tove Exp $
+
+*Lirc-Client-1.540.0 (03 Jun 2011)
+
+ 03 Jun 2011; Torsten Veller <tove@gentoo.org> +Lirc-Client-1.540.0.ebuild:
+ Version bump
24 Nov 2009; Torsten Veller <tove@gentoo.org> Lirc-Client-1.51.ebuild:
Depend on Module-Build (#294317)
diff --git a/dev-perl/Lirc-Client/Lirc-Client-1.540.0.ebuild b/dev-perl/Lirc-Client/Lirc-Client-1.540.0.ebuild
new file mode 100644
index 000000000000..14ccbf628d39
--- /dev/null
+++ b/dev-perl/Lirc-Client/Lirc-Client-1.540.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.540.0.ebuild,v 1.1 2011/06/03 10:30:37 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MGRIMES
+MODULE_VERSION=1.54
+inherit perl-module
+
+DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-perl/File-Path-Expand
+ dev-perl/Class-Accessor"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+# tests succeed - only tested without lirc - tove
+#SRC_TEST=do