diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-04 06:19:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-04 06:19:36 +0000 |
commit | f67d67947b8d7b873f578d75bbe33a92fc682fa4 (patch) | |
tree | 61527d73cdb516841c4af95b35fe866e4b0dd76d /dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild | |
parent | Version bump (diff) | |
download | historical-f67d67947b8d7b873f578d75bbe33a92fc682fa4.tar.gz historical-f67d67947b8d7b873f578d75bbe33a92fc682fa4.tar.bz2 historical-f67d67947b8d7b873f578d75bbe33a92fc682fa4.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild')
-rw-r--r-- | dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild new file mode 100644 index 000000000000..51e439be4287 --- /dev/null +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild,v 1.1 2009/07/04 06:19:36 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DFARALDO +inherit perl-module + +DESCRIPTION="Import environment variable changes from external commands or shell scripts" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-perl/Class-MethodMaker-2" +RDEPEND="${DEPEND}" + +SRC_TEST=no |