diff options
author | 2004-03-04 12:37:47 +0000 | |
---|---|---|
committer | 2004-03-04 12:37:47 +0000 | |
commit | d9ba5aa87aaba22769fd7235ec7c44e77d291aac (patch) | |
tree | 3925962478297d271cfef80544b76d38eddeb629 /dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild | |
parent | update 2.6 patch (diff) | |
download | historical-d9ba5aa87aaba22769fd7235ec7c44e77d291aac.tar.gz historical-d9ba5aa87aaba22769fd7235ec7c44e77d291aac.tar.bz2 historical-d9ba5aa87aaba22769fd7235ec7c44e77d291aac.zip |
Dep for DateTime-TimeZone, dep for gwine, bug 27301
Diffstat (limited to 'dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild')
-rw-r--r-- | dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild new file mode 100644 index 000000000000..4ef40e9c2b12 --- /dev/null +++ b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.1 2004/03/04 12:37:47 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Implementation of a Singleton class" +HOMEPAGE="http://search.cpan.org/~abw/${P}/" +SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" + |