diff options
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-0.9.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 6f3e279e9f69..46d7a475ee5e 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.15 2006/10/05 03:07:27 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.16 2006/10/11 18:38:06 dcoutts Exp $ + + 11 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> cpphs-0.9.ebuild, + cpphs-1.1.ebuild, cpphs-1.2.ebuild: + Correct the license for cpphs 05 Oct 2006; Chris Parrott <cparrott@gentoo.org> cpphs-1.2.ebuild: marked stable for amd64 (bug 144678) diff --git a/dev-haskell/cpphs/cpphs-0.9.ebuild b/dev-haskell/cpphs/cpphs-0.9.ebuild index 1078ebeb5ee1..4138ad6e5ad8 100644 --- a/dev-haskell/cpphs/cpphs-0.9.ebuild +++ b/dev-haskell/cpphs/cpphs-0.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.3 2006/08/27 21:30:12 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.4 2006/10/11 18:38:06 dcoutts Exp $ inherit eutils ghc-package DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" HOMEPAGE="http://www.cs.york.ac.uk/fp/cpphs/" SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc" diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild index d27f85e6b737..3fee6005397b 100644 --- a/dev-haskell/cpphs/cpphs-1.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.5 2006/03/28 01:44:45 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.6 2006/10/11 18:38:06 dcoutts Exp $ CABAL_FEATURES="bin" inherit eutils haskell-cabal @@ -9,7 +9,7 @@ DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild index 7cc0080e1542..6fba795936a5 100644 --- a/dev-haskell/cpphs/cpphs-1.2.ebuild +++ b/dev-haskell/cpphs/cpphs-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.6 2006/10/05 03:07:27 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.7 2006/10/11 18:38:06 dcoutts Exp $ CABAL_FEATURES="bin lib profile" inherit eutils haskell-cabal @@ -9,7 +9,7 @@ DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86" IUSE="" |