diff options
author | 2007-01-07 15:00:46 +0000 | |
---|---|---|
committer | 2007-01-07 15:00:46 +0000 | |
commit | 903b9b2dbc663cb977dc2ea09f6683559b22ae6f (patch) | |
tree | 1e929e4fccf5624b81298b3f1ea7d37f82c8fc5e /dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild | |
parent | Improve pkg_preinst (diff) | |
download | historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.tar.gz historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.tar.bz2 historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.zip |
Version bump
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild')
-rw-r--r-- | dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild b/dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild new file mode 100644 index 000000000000..59e3daf4dfd6 --- /dev/null +++ b/dev-perl/Devel-Symdump/Devel-Symdump-2.07.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 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.07.ebuild,v 1.1 2007/01/07 15:00:46 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/" +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="" + + +DEPEND="dev-lang/perl" |