diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:07:34 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:07:34 +0000 |
commit | cd98f6915aa8780e592d8f4a89e2f47581c75cab (patch) | |
tree | 2483bf86c8bb1837e71c1ad4ebae2d9b8cbfef10 /dev-perl/Shell-EnvImporter | |
parent | Stable on alpha, bug #282028 (diff) | |
download | historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.tar.gz historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.tar.bz2 historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.zip |
Stable on alpha, bug #283969
Package-Manager: portage-2.1.7.1/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Shell-EnvImporter')
-rw-r--r-- | dev-perl/Shell-EnvImporter/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Shell-EnvImporter/ChangeLog b/dev-perl/Shell-EnvImporter/ChangeLog index da36deb01711..2c422f3ea604 100644 --- a/dev-perl/Shell-EnvImporter/ChangeLog +++ b/dev-perl/Shell-EnvImporter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Shell-EnvImporter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.27 2009/10/07 23:01:31 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.28 2009/10/18 16:01:46 klausman Exp $ + + 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + Shell-EnvImporter-1.07.ebuild: + Stable on alpha, bug #283969 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Shell-EnvImporter-1.07.ebuild: diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild index 84ba5fd9c408..86958241871e 100644 --- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild @@ -1,6 +1,6 @@ # 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.8 2009/10/07 23:01:31 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild,v 1.9 2009/10/18 16:01:46 klausman Exp $ EAPI=2 @@ -10,7 +10,7 @@ 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" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-perl/Class-MethodMaker-2" |