diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:49:28 -0500 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:49:28 -0500 |
commit | a858ef8bac42ffce8b186b9745c664bd6cdea2ea (patch) | |
tree | 54b1b1b46a304b32a72641d73a4997afda1ab5d2 /dev-perl | |
parent | add dguitar-bin 0.5.8 ebuild (diff) | |
download | jtriley-a858ef8bac42ffce8b186b9745c664bd6cdea2ea.tar.gz jtriley-a858ef8bac42ffce8b186b9745c664bd6cdea2ea.tar.bz2 jtriley-a858ef8bac42ffce8b186b9745c664bd6cdea2ea.zip |
add perl-LCDd 0.03 ebuild
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/perl-LCDd/perl-LCDd-0.03.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/perl-LCDd/perl-LCDd-0.03.ebuild b/dev-perl/perl-LCDd/perl-LCDd-0.03.ebuild new file mode 100644 index 0000000..04542fc --- /dev/null +++ b/dev-perl/perl-LCDd/perl-LCDd-0.03.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit perl-module + +DESCRIPTION="Perl module to write to LCD matrix displays using LCDproc" +HOMEPAGE="http://www.webbastards.com/projects/" +SRC_URI="http://www.webbastards.com/projects/perl-LCDd/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="" |