You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
519 B
18 lines
519 B
11 years ago
|
# Copyright 1999-2014 Gentoo Foundation
|
||
13 years ago
|
# Distributed under the terms of the GNU General Public License v2
|
||
10 years ago
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Name/Sub-Name-0.50.0-r1.ebuild,v 1.1 2014/08/20 18:04:27 axs Exp $
|
||
13 years ago
|
|
||
10 years ago
|
EAPI=5
|
||
13 years ago
|
|
||
|
MODULE_AUTHOR=FLORA
|
||
|
MODULE_VERSION=0.05
|
||
|
inherit perl-module
|
||
|
|
||
|
DESCRIPTION="(Re)name a sub"
|
||
|
|
||
|
SLOT="0"
|
||
11 years ago
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
|
||
13 years ago
|
IUSE=""
|
||
|
|
||
|
SRC_TEST=do
|