meta: remove supporting code for noarch

This commit is contained in:
maxice8 2019-03-14 18:51:35 -03:00 committed by maxice8
parent ce1d9a79af
commit a5bc81adf7
5 changed files with 0 additions and 21 deletions

View file

@ -53,10 +53,6 @@ if [ ! -f $XBPS_SUBPKG_INSTALL_DONE ]; then
${PKGNAME}_package
pkgname=$PKGNAME
if [ -n "$noarch" ]; then
archs=noarch
unset noarch
fi
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh

View file

@ -34,11 +34,6 @@ if [ "$sourcepkg" != "$PKGNAME" ]; then
${PKGNAME}_package
pkgname=$PKGNAME
if [ -n "$noarch" ]; then
archs=noarch
unset noarch
msg_warn "deprecated property 'noarch'. Use archs=noarch instead!\n"
fi
fi
if [ -s $XBPS_MASTERDIR/.xbps_chroot_init ]; then

View file

@ -40,10 +40,6 @@ if [ "$sourcepkg" != "$PKGNAME" ]; then
${PKGNAME}_package
pkgname=$PKGNAME
if [ -n "$noarch" ]; then
archs=noarch
unset noarch
fi
fi
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh