diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 21:16:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 21:16:36 +0000 |
commit | b2822015bfea76b479afa3d4495989cea5bbb018 (patch) | |
tree | 41dc030bc5360ca1d608ed64e8094916c1e161f5 /app-shells/psh | |
parent | Repoman rules! (Manifest recommit) (diff) | |
download | gentoo-2-b2822015bfea76b479afa3d4495989cea5bbb018.tar.gz gentoo-2-b2822015bfea76b479afa3d4495989cea5bbb018.tar.bz2 gentoo-2-b2822015bfea76b479afa3d4495989cea5bbb018.zip |
LICENSE fix
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/psh-0.009-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-0.009-r2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild index be8b00c1d39e..7cd0b1120f9e 100644 --- a/app-shells/psh/psh-0.009-r1.ebuild +++ b/app-shells/psh/psh-0.009-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.16 2004/06/29 03:56:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.17 2004/11/09 21:16:36 mr_bones_ Exp $ DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" HOMEPAGE="http://www.focusresearch.com/gregor/psh/" SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild index 1629396cb93c..7cda25647047 100644 --- a/app-shells/psh/psh-0.009-r2.ebuild +++ b/app-shells/psh/psh-0.009-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.13 2004/06/29 03:56:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.14 2004/11/09 21:16:36 mr_bones_ Exp $ inherit perl-module @@ -8,7 +8,7 @@ DESCRIPTION="Combines the interactive nature of a Unix shell with the power of P HOMEPAGE="http://www.focusresearch.com/gregor/psh/" SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild index 24c666f171ac..881fb417fb6e 100644 --- a/app-shells/psh/psh-1.8.ebuild +++ b/app-shells/psh/psh-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.8 2004/10/04 23:36:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.9 2004/11/09 21:16:36 mr_bones_ Exp $ inherit perl-module @@ -8,7 +8,7 @@ DESCRIPTION="Combines the interactive nature of a Unix shell with the power of P HOMEPAGE="http://www.focusresearch.com/gregor/psh/" SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc alpha ia64" IUSE="" |