diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-08 02:14:53 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-08 02:14:53 -0500 |
commit | abefa433c8e2199520e5a763e415e7ed4d60f551 (patch) | |
tree | 7df943053408385725a676c36255172d5acd320b | |
parent | c86aec496298fb20f0770f5ce9a2a37935f7aa5b (diff) | |
download | packages-abefa433c8e2199520e5a763e415e7ed4d60f551.tar.gz packages-abefa433c8e2199520e5a763e415e7ed4d60f551.tar.bz2 packages-abefa433c8e2199520e5a763e415e7ed4d60f551.tar.xz packages-abefa433c8e2199520e5a763e415e7ed4d60f551.zip |
add a legacy/ repo for syslinux et al
-rw-r--r-- | README.rst | 11 | ||||
-rw-r--r-- | legacy/syslinux/APKBUILD (renamed from system/syslinux/APKBUILD) | 0 | ||||
-rw-r--r-- | legacy/syslinux/syslinux.post-upgrade (renamed from system/syslinux/syslinux.post-upgrade) | 0 | ||||
-rw-r--r-- | legacy/syslinux/syslinux.trigger (renamed from system/syslinux/syslinux.trigger) | 0 | ||||
-rwxr-xr-x | legacy/syslinux/update-extlinux (renamed from system/syslinux/update-extlinux) | 0 | ||||
-rw-r--r-- | legacy/syslinux/update-extlinux.conf (renamed from system/syslinux/update-extlinux.conf) | 0 |
6 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 6646f9865..43b4622f7 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,17 @@ interested in installing. Desktop applications, server software (also known as *daemons*), and other useful packages can be found here. +``legacy``: Orphaned, unmaintained, or deprecated packages +`````````````````````````````````````````````````````````` +The ``legacy`` directory contains packages that were at one time supported by +Adélie, but are no longer. This could be because upstream no longer maintains +the software, its Adélie maintainer has dropped it and nobody has taken it, or +it has been deprecated or replaced with something else. + +Use of packages in ``legacy`` are highly discouraged, and packages may be +removed at any time. + + Usage diff --git a/system/syslinux/APKBUILD b/legacy/syslinux/APKBUILD index 43ac057b1..43ac057b1 100644 --- a/system/syslinux/APKBUILD +++ b/legacy/syslinux/APKBUILD diff --git a/system/syslinux/syslinux.post-upgrade b/legacy/syslinux/syslinux.post-upgrade index 90388668d..90388668d 100644 --- a/system/syslinux/syslinux.post-upgrade +++ b/legacy/syslinux/syslinux.post-upgrade diff --git a/system/syslinux/syslinux.trigger b/legacy/syslinux/syslinux.trigger index fe91f4379..fe91f4379 100644 --- a/system/syslinux/syslinux.trigger +++ b/legacy/syslinux/syslinux.trigger diff --git a/system/syslinux/update-extlinux b/legacy/syslinux/update-extlinux index 5e1183ba9..5e1183ba9 100755 --- a/system/syslinux/update-extlinux +++ b/legacy/syslinux/update-extlinux diff --git a/system/syslinux/update-extlinux.conf b/legacy/syslinux/update-extlinux.conf index 39598cb99..39598cb99 100644 --- a/system/syslinux/update-extlinux.conf +++ b/legacy/syslinux/update-extlinux.conf |