summaryrefslogtreecommitdiff
path: root/config/versions/glibc-ports.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-09 00:23:17 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-09 00:23:17 (GMT)
commit77ee42dda3dfc92ef2122823568e4bf871564d96 (patch)
tree802a56a27a05326b656def3c42b30da9b961a289 /config/versions/glibc-ports.in
parent70a2f4ee157651233870c9a860c7a7bb9218e736 (diff)
Remove accidentally added dir
(it was untracked on a dev branch) Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/versions/glibc-ports.in')
-rw-r--r--config/versions/glibc-ports.in105
1 files changed, 0 insertions, 105 deletions
diff --git a/config/versions/glibc-ports.in b/config/versions/glibc-ports.in
deleted file mode 100644
index ea52b41..0000000
--- a/config/versions/glibc-ports.in
+++ /dev/null
@@ -1,105 +0,0 @@
-#
-# DO NOT EDIT! This file is automatically generated.
-#
-
-
-if EXPERIMENTAL
-choice
- bool "Source of glibc-ports"
-
-config GLIBC_PORTS_SRC_RELEASE
- bool "Released tarball"
- help
- Download a released tarball.
-
-config GLIBC_PORTS_SRC_DEVEL
- bool "Vendor repository"
- help
- Check out from vendor repository at:
- git://sourceware.org/git/glibc-ports.git
-
-if GLIBC_PORTS_SRC_DEVEL
-
-config GLIBC_PORTS_DEVEL_VCS
- string
- default "git"
-
-config GLIBC_PORTS_DEVEL_URL
- string
- default "git://sourceware.org/git/glibc-ports.git"
-
-config GLIBC_PORTS_DEVEL_BRANCH
- string "Branch to check out"
- default "master"
- help
- Git: branch to be checked out
- Subversion: directories to append to the repository URL.
-
-config GLIBC_PORTS_DEVEL_REVISION
- string "Revision/changeset"
- default "HEAD"
- help
- Commit ID or revision ID to check out.
-
-endif
-
-config GLIBC_PORTS_SRC_CUSTOM
- bool "Custom location"
- depends on EXPERIMENTAL
- help
- Custom directory or tarball.
-
-if GLIBC_PORTS_SRC_CUSTOM
-
-config GLIBC_PORTS_CUSTOM_LOCATION
- string "Custom source location"
- help
- Path to the directory or tarball with the sources.
-
-endif
-
-endchoice
-endif
-
-config GLIBC_PORTS_MIRRORS_ARRAY
- string
- default "https://ftp.gnu.org/gnu/glibc http://ftp.gnu.org/gnu/glibc ftp://ftp.gnu.org/gnu/glibc ftp://sourceware.org/pub/glibc/releases ftp://gcc.gnu.org/pub/glibc/releases"
-
-
-config GLIBC_PORTS_V_2_16_0
- def_bool y
- depends on GLIBC_V_2_16_0
-
-config GLIBC_PORTS_V_2_15
- def_bool y
- depends on GLIBC_V_2_15
-
-config GLIBC_PORTS_V_2_14_1
- def_bool y
- depends on GLIBC_V_2_14_1
-
-config GLIBC_PORTS_V_2_14
- def_bool y
- depends on GLIBC_V_2_14
-
-config GLIBC_PORTS_V_2_13
- def_bool y
- depends on GLIBC_V_2_13
-
-config GLIBC_PORTS_V_2_12_1
- def_bool y
- depends on GLIBC_V_2_12_1
-
-
-
-config GLIBC_PORTS_VERSION
- string
- default "2.16.0" if GLIBC_PORTS_V_2_16_0
- default "2.15" if GLIBC_PORTS_V_2_15
- default "2.14.1" if GLIBC_PORTS_V_2_14_1
- default "2.14" if GLIBC_PORTS_V_2_14
- default "2.13" if GLIBC_PORTS_V_2_13
- default "2.12.1" if GLIBC_PORTS_V_2_12_1
- default "unknown"
-
-