The 'essential' object metadata was removed long ago, fully remove it.

--HG--
extra : convert_revision : d110ecf59b07e84c6930d1212702b67cc4a4112b
This commit is contained in:
Juan RP 2010-04-29 05:20:36 +02:00
parent eb8a675f55
commit 6d01070826
7 changed files with 2 additions and 13 deletions

View file

@ -31,7 +31,6 @@ long_desc="
modification."
base_chroot=yes
essential=yes
register_shell="/bin/bash"
Add_dependency run glibc

View file

@ -12,7 +12,6 @@ long_desc="
utilities of the GNU operating system. These are the core utilities
which are expected to exist on every operating system."
essential=yes
Add_dependency run glibc
Add_dependency run gmp
Add_dependency run attr

View file

@ -17,7 +17,6 @@ long_desc="
(ash). It was ported to Linux by Herbert Xu in early 1997. It was renamed to
dash in 2002."
essential=yes
register_shell="/bin/sh"
Add_dependency full glibc
Add_dependency full coreutils

View file

@ -31,7 +31,6 @@ fi
# Don't check for deps here
ignore_vdeps_dir="/usr/lib/gconv"
essential=yes
base_chroot=yes
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
subpackages="glibc-devel glibc-locales nscd"

View file

@ -9,7 +9,6 @@ long_desc="
aren't installed by any other package and are required on any
GNU/Linux system."
essential=yes
keep_empty_dirs=yes
base_chroot=yes

View file

@ -54,7 +54,7 @@ xbps_write_metadata_pkg()
fi
setup_tmpl ${sourcepkg}
unset run_depends conf_files noarch triggers replaces \
revision openrc_services system_accounts essential \
revision openrc_services system_accounts \
preserve keep_empty_dirs xml_entries sgml_entries \
xml_catalogs sgml_catalogs gconf_entries gconf_schemas \
gtk_iconcache_dirs font_dirs
@ -296,12 +296,6 @@ _EOF
Add_dependency run shadow
fi
# Is this an essential pkg?
if [ -n "$essential" ]; then
echo "<key>essential</key>" >> $TMPFPROPS
echo "<true/>" >> $TMPFPROPS
fi
# pkg needs to preserve its files after removal/upgrade?
if [ -n "$preserve" ]; then
echo "<key>preserve</key>" >> $TMPFPROPS

View file

@ -69,7 +69,7 @@ reset_tmpl_vars()
make_build_target configure_script noextract nofetch \
pre_configure pre_build pre_install build_depends \
post_configure post_build post_install nostrip \
make_install_target version revision essential \
make_install_target version revision \
sgml_catalogs xml_catalogs xml_entries sgml_entries \
disable_parallel_build run_depends font_dirs preserve \
only_for_archs conf_files keep_libtool_archives \