summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-05-11 07:27:13 +0000
committerJustin Lecher <jlec@gentoo.org>2011-05-11 07:27:13 +0000
commit89f25edf47cc63f5cd4baa9a28abed5eb426ed38 (patch)
tree5bceacaede07ec06e849c419db1e6e513b423492 /sci-chemistry/cns
parentShow a warning when old udev rule is found (diff)
downloadgentoo-2-89f25edf47cc63f5cd4baa9a28abed5eb426ed38.tar.gz
gentoo-2-89f25edf47cc63f5cd4baa9a28abed5eb426ed38.tar.bz2
gentoo-2-89f25edf47cc63f5cd4baa9a28abed5eb426ed38.zip
Remove unnessesary definition of g77on()
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/cns')
-rw-r--r--sci-chemistry/cns/ChangeLog6
-rw-r--r--sci-chemistry/cns/cns-1.2.1-r5.ebuild6
-rw-r--r--sci-chemistry/cns/cns-1.2.1-r6.ebuild4
-rw-r--r--sci-chemistry/cns/cns-1.2.1.ebuild6
4 files changed, 16 insertions, 6 deletions
diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog
index 500f9719f879..979727e72f85 100644
--- a/sci-chemistry/cns/ChangeLog
+++ b/sci-chemistry/cns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/cns
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.35 2011/04/05 08:24:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.36 2011/05/11 07:27:13 jlec Exp $
+
+ 11 May 2011; Justin Lecher <jlec@gentoo.org> cns-1.2.1.ebuild,
+ cns-1.2.1-r5.ebuild, cns-1.2.1-r6.ebuild:
+ Remove unnessesary definition of g77on()
*cns-1.2.1-r6 (05 Apr 2011)
diff --git a/sci-chemistry/cns/cns-1.2.1-r5.ebuild b/sci-chemistry/cns/cns-1.2.1-r5.ebuild
index 96f4ba6771f0..b06f3930156b 100644
--- a/sci-chemistry/cns/cns-1.2.1-r5.ebuild
+++ b/sci-chemistry/cns/cns-1.2.1-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v 1.6 2010/12/17 18:22:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v 1.7 2011/05/11 07:27:13 jlec Exp $
EAPI="3"
@@ -155,6 +155,7 @@ src_install() {
-e "s:CNS_MODULE \$CNS_SOLVE/modules:CNS_MODULE \$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB \$CNS_SOLVE/helplib:CNS_HELPLIB \$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${S}"/cns_solve_env
# I don't entirely understand why the sh version requires a leading /
# for CNS_SOLVE and CNS_ROOT, but it does
@@ -167,6 +168,7 @@ src_install() {
-e "s:CNS_MODULE=\$CNS_SOLVE/modules:CNS_MODULE=\$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB=\$CNS_SOLVE/helplib:CNS_HELPLIB=\$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${T}"/cns_solve_env_sh
# Get rid of setup stuff we don't need in the installed script
diff --git a/sci-chemistry/cns/cns-1.2.1-r6.ebuild b/sci-chemistry/cns/cns-1.2.1-r6.ebuild
index 9c458469f24a..3525d2e0daf8 100644
--- a/sci-chemistry/cns/cns-1.2.1-r6.ebuild
+++ b/sci-chemistry/cns/cns-1.2.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v 1.1 2011/04/05 08:24:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v 1.2 2011/05/11 07:27:13 jlec Exp $
EAPI="3"
@@ -153,6 +153,7 @@ src_install() {
-e "s:CNS_MODULE \$CNS_SOLVE/modules:CNS_MODULE \$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB \$CNS_SOLVE/helplib:CNS_HELPLIB \$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${S}"/cns_solve_env
# I don't entirely understand why the sh version requires a leading /
# for CNS_SOLVE and CNS_ROOT, but it does
@@ -165,6 +166,7 @@ src_install() {
-e "s:CNS_MODULE=\$CNS_SOLVE/modules:CNS_MODULE=\$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB=\$CNS_SOLVE/helplib:CNS_HELPLIB=\$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${T}"/cns_solve_env_sh
# Get rid of setup stuff we don't need in the installed script
diff --git a/sci-chemistry/cns/cns-1.2.1.ebuild b/sci-chemistry/cns/cns-1.2.1.ebuild
index a38935655ad7..67c4b23e91c3 100644
--- a/sci-chemistry/cns/cns-1.2.1.ebuild
+++ b/sci-chemistry/cns/cns-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.10 2010/12/17 18:22:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.11 2011/05/11 07:27:13 jlec Exp $
inherit eutils toolchain-funcs versionator flag-o-matic
@@ -120,6 +120,7 @@ src_install() {
-e "s:CNS_MODULE \$CNS_SOLVE/modules:CNS_MODULE \$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB \$CNS_SOLVE/helplib:CNS_HELPLIB \$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${S}"/cns_solve_env
# I don't entirely understand why the sh version requires a leading /
# for CNS_SOLVE and CNS_ROOT, but it does
@@ -132,6 +133,7 @@ src_install() {
-e "s:CNS_MODULE=\$CNS_SOLVE/modules:CNS_MODULE=\$CNS_DATA/modules:g" \
-e "s:CNS_HELPLIB=\$CNS_SOLVE/helplib:CNS_HELPLIB=\$CNS_DATA/helplib:g" \
-e "s:\$CNS_SOLVE/bin/cns_info:\$CNS_DATA/cns_info:g" \
+ -e "/^g77on/d" \
"${T}"/cns_solve_env_sh
# Get rid of setup stuff we don't need in the installed script