diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 19:24:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 19:24:43 +0000 |
commit | c014f7697cea5d5d66762f05914828f97aaca1ff (patch) | |
tree | 96d35cea7b86c08a0a5e987d9d15e511b62fe078 /dev-perl/Astro-SunTime | |
parent | Added a patch to fix crash on xmms thanks to Thomas Cort <tcort@cs.ubishops.c... (diff) | |
download | gentoo-2-c014f7697cea5d5d66762f05914828f97aaca1ff.tar.gz gentoo-2-c014f7697cea5d5d66762f05914828f97aaca1ff.tar.bz2 gentoo-2-c014f7697cea5d5d66762f05914828f97aaca1ff.zip |
Dep for dev-perl/X10
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Astro-SunTime')
-rw-r--r-- | dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Astro-SunTime/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Astro-SunTime/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Astro-SunTime/files/digest-Astro-SunTime-0.01 | 1 | ||||
-rw-r--r-- | dev-perl/Astro-SunTime/metadata.xml | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild b/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild new file mode 100644 index 000000000000..37e1526d43dd --- /dev/null +++ b/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild,v 1.1 2006/01/16 19:24:43 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Provides a function interface to calculate sun rise/set times." +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/R/RO/ROBF/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +SRC_TEST="do" +DEPEND="dev-perl/Time-modules" diff --git a/dev-perl/Astro-SunTime/ChangeLog b/dev-perl/Astro-SunTime/ChangeLog new file mode 100644 index 000000000000..3d1a4c7bf198 --- /dev/null +++ b/dev-perl/Astro-SunTime/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Astro-SunTime +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/ChangeLog,v 1.1 2006/01/16 19:24:43 mcummings Exp $ + +*Astro-SunTime-0.01 (16 Jan 2006) + + 16 Jan 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Astro-SunTime-0.01.ebuild: + Dep for dev-perl/X10 + diff --git a/dev-perl/Astro-SunTime/Manifest b/dev-perl/Astro-SunTime/Manifest new file mode 100644 index 000000000000..db4c11613043 --- /dev/null +++ b/dev-perl/Astro-SunTime/Manifest @@ -0,0 +1,2 @@ +MD5 508d65131b901d70fae998e682a8d93b Astro-SunTime-0.01.ebuild 428 +MD5 f437df6ed45719ff7fe7e4c8af899cf9 files/digest-Astro-SunTime-0.01 68 diff --git a/dev-perl/Astro-SunTime/files/digest-Astro-SunTime-0.01 b/dev-perl/Astro-SunTime/files/digest-Astro-SunTime-0.01 new file mode 100644 index 000000000000..d236dba2954f --- /dev/null +++ b/dev-perl/Astro-SunTime/files/digest-Astro-SunTime-0.01 @@ -0,0 +1 @@ +MD5 4657927a49604494bfaaa153663b90b9 Astro-SunTime-0.01.tar.gz 2260 diff --git a/dev-perl/Astro-SunTime/metadata.xml b/dev-perl/Astro-SunTime/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Astro-SunTime/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |