diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-24 16:31:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-24 16:31:19 +0000 |
commit | 2e5f7bb3c83be7637a94d12b4127acac1380b3dc (patch) | |
tree | 7ad38c8dc6dbbbee3fef4322ba56add4ab56bebb /dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild | |
parent | Added fix for bug 134439, fortran support, tests, configure logic, and more (diff) | |
download | gentoo-2-2e5f7bb3c83be7637a94d12b4127acac1380b3dc.tar.gz gentoo-2-2e5f7bb3c83be7637a94d12b4127acac1380b3dc.tar.bz2 gentoo-2-2e5f7bb3c83be7637a94d12b4127acac1380b3dc.zip |
Minor changes, license update in body of module
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild')
-rw-r--r-- | dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild b/dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild new file mode 100644 index 000000000000..64ee511d749a --- /dev/null +++ b/dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Symdump/Devel-Symdump-2.06.01.ebuild,v 1.1 2006/06/24 16:31:19 mcummings Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S=${WORKDIR}/${MY_P} + + +DESCRIPTION="dump symbol names or the symbol table" +HOMEPAGE="http://search.cpan.org/~andk/${P}" +SRC_URI="mirror://cpan/authors/id/A/AN/ANDK/${MY_P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |