diff options
author | 2008-12-08 02:43:05 +0000 | |
---|---|---|
committer | 2008-12-08 02:43:05 +0000 | |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Shell-EnvImporter | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Shell-EnvImporter')
-rw-r--r-- | dev-perl/Shell-EnvImporter/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.06.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Shell-EnvImporter/ChangeLog b/dev-perl/Shell-EnvImporter/ChangeLog index 50f4db9de867..af6f5ea336fd 100644 --- a/dev-perl/Shell-EnvImporter/ChangeLog +++ b/dev-perl/Shell-EnvImporter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Shell-EnvImporter # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.17 2008/07/02 18:11:39 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.18 2008/12/08 02:37:35 robbat2 Exp $ + +*Shell-EnvImporter-1.06 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Shell-EnvImporter-1.06.ebuild: + Version bump. 02 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> Shell-EnvImporter-1.04.ebuild: diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.06.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.06.ebuild new file mode 100644 index 000000000000..c2fe29f2da55 --- /dev/null +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.06.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 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.06.ebuild,v 1.1 2008/12/08 02:37:35 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for importing environment variable changes from external commands or shell scripts" +HOMEPAGE="http://search.cpan.org/~dfaraldo" +SRC_URI="mirror://cpan/authors/id/D/DF/DFARALDO/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +DEPEND=">=dev-perl/Class-MethodMaker-2 + dev-lang/perl" |