summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
commit652906ac5fd06acbb44c0e7e8440d30e7d06ee23 (patch)
tree80393c25f6b7128dcb6507965d6437a3e716b204 /config/companion_libs
parent188d166ce3d7188eed91ea0d9e69b6d1f2a8ecf2 (diff)
all: remove versions marked obsolete
For major components, keep the latest version of each major releases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/gmp.in12
-rw-r--r--config/companion_libs/mpc.in6
-rw-r--r--config/companion_libs/mpfr.in12
3 files changed, 0 insertions, 30 deletions
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index 608752a..86f528d 100644
--- a/config/companion_libs/gmp.in
+++ b/config/companion_libs/gmp.in
@@ -26,16 +26,6 @@ config GMP_V_4_3_0
bool
prompt "4.3.0"
-config GMP_V_4_2_4
- bool
- prompt "4.2.4 (OBSOLETE)"
- depends on OBSOLETE
-
-config GMP_V_4_2_2
- bool
- prompt "4.2.2 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config GMP_VERSION
@@ -47,5 +37,3 @@ config GMP_VERSION
default "4.3.2" if GMP_V_4_3_2
default "4.3.1" if GMP_V_4_3_1
default "4.3.0" if GMP_V_4_3_0
- default "4.2.4" if GMP_V_4_2_4
- default "4.2.2" if GMP_V_4_2_2
diff --git a/config/companion_libs/mpc.in b/config/companion_libs/mpc.in
index 966fce7..b7d7252 100644
--- a/config/companion_libs/mpc.in
+++ b/config/companion_libs/mpc.in
@@ -23,11 +23,6 @@ config MPC_V_0_7
bool
prompt "0.7"
-config MPC_V_0_6
- bool
- prompt "0.6 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config MPC_VERSION
@@ -38,4 +33,3 @@ config MPC_VERSION
default "0.8.2" if MPC_V_0_8_2
default "0.8.1" if MPC_V_0_8_1
default "0.7" if MPC_V_0_7
- default "0.6" if MPC_V_0_6
diff --git a/config/companion_libs/mpfr.in b/config/companion_libs/mpfr.in
index ae01a8d..1b8eddf 100644
--- a/config/companion_libs/mpfr.in
+++ b/config/companion_libs/mpfr.in
@@ -30,16 +30,6 @@ config MPFR_V_2_4_0
bool
prompt "2.4.0"
-config MPFR_V_2_3_2
- bool
- prompt "2.3.2 (OBSOLETE)"
- depends on OBSOLETE
-
-config MPFR_V_2_3_1
- bool
- prompt "2.3.1 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config MPFR_VERSION
@@ -52,5 +42,3 @@ config MPFR_VERSION
default "2.4.2" if MPFR_V_2_4_2
default "2.4.1" if MPFR_V_2_4_1
default "2.4.0" if MPFR_V_2_4_0
- default "2.3.2" if MPFR_V_2_3_2
- default "2.3.1" if MPFR_V_2_3_1