summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-07-02 14:41:42 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-07-02 14:41:42 +0000
commite63effe24f5a501405d4ab2fc909926b2dd357cd (patch)
treec9f5e78f1c29b2e74867bb569c854d17a2ed06c5 /dev-lang/ghc-bin
parent(QA) RESTRICT clean up. (diff)
downloadgentoo-2-e63effe24f5a501405d4ab2fc909926b2dd357cd.tar.gz
gentoo-2-e63effe24f5a501405d4ab2fc909926b2dd357cd.tar.bz2
gentoo-2-e63effe24f5a501405d4ab2fc909926b2dd357cd.zip
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-lang/ghc-bin')
-rw-r--r--dev-lang/ghc-bin/ChangeLog7
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild4
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild4
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild4
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild4
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild4
-rw-r--r--dev-lang/ghc-bin/ghc-bin-6.6.ebuild4
7 files changed, 18 insertions, 13 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog
index 7e7b3255a4af..883298006df6 100644
--- a/dev-lang/ghc-bin/ChangeLog
+++ b/dev-lang/ghc-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/ghc-bin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.69 2007/04/30 09:12:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.70 2007/07/02 14:41:42 peper Exp $
+
+ 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
+ ghc-bin-6.2.2-r1.ebuild, ghc-bin-6.4.1.ebuild, ghc-bin-6.4.1-r1.ebuild,
+ ghc-bin-6.4.2.ebuild, ghc-bin-6.4.2-r1.ebuild, ghc-bin-6.6.ebuild:
+ (QA) RESTRICT clean up.
12 Apr 2007; Lennart Kolmodin <kolmodin@gentoo.org> ghc-bin-6.2.2-r1.ebuild,
ghc-bin-6.4.1.ebuild, ghc-bin-6.4.1-r1.ebuild, ghc-bin-6.4.2.ebuild,
diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild
index 5aef599d8003..68143f47e777 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild,v 1.7 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild,v 1.8 2007/07/02 14:41:42 peper Exp $
IUSE="" # use the non-binary version if you want to have more choice
@@ -15,7 +15,7 @@ LICENSE="as-is"
KEYWORDS="-alpha -amd64 ppc sparc x86"
SLOT="0"
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild
index a8efe7caa2c0..07b26d99a071 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild,v 1.4 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1-r1.ebuild,v 1.5 2007/07/02 14:41:42 peper Exp $
# Note to users of hardened gcc-3.x:
#
@@ -33,7 +33,7 @@ KEYWORDS="-* ~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
IUSE="" # use the non-binary version if you want to have more choice
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild
index f454fe93503c..30a40c3fff90 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.15 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.16 2007/07/02 14:41:42 peper Exp $
inherit base multilib ghc-package
@@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
SLOT="0"
IUSE="" # use the non-binary version if you want to have more choice
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild
index 0b105300033e..126e43e3521b 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild,v 1.2 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2-r1.ebuild,v 1.3 2007/07/02 14:41:42 peper Exp $
# Note to users of hardened gcc-3.x:
#
@@ -26,7 +26,7 @@ KEYWORDS="ppc64"
SLOT="0"
IUSE="" # use the non-binary version if you want to have more choice
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild
index 702ee468d130..672ab8127f1d 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild,v 1.14 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild,v 1.15 2007/07/02 14:41:42 peper Exp $
# Note to users of hardened gcc-3.x:
#
@@ -33,7 +33,7 @@ KEYWORDS="-* ~alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
SLOT="0"
IUSE="" # use the non-binary version if you want to have more choice
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"
diff --git a/dev-lang/ghc-bin/ghc-bin-6.6.ebuild b/dev-lang/ghc-bin/ghc-bin-6.6.ebuild
index 3af5fcb986c6..38dbabace608 100644
--- a/dev-lang/ghc-bin/ghc-bin-6.6.ebuild
+++ b/dev-lang/ghc-bin/ghc-bin-6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.6.ebuild,v 1.4 2007/04/12 18:07:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.6.ebuild,v 1.5 2007/07/02 14:41:42 peper Exp $
# Note to users of hardened gcc-3.x:
#
@@ -30,7 +30,7 @@ KEYWORDS="-* ~alpha ~amd64 ~ppc ~sparc ~x86"
SLOT="0"
IUSE="" # use the non-binary version if you want to have more choice
-RESTRICT="nostrip" # already stripped
+RESTRICT="strip" # already stripped
LOC="/opt/ghc"