srcpkgs: remove all do_check that are superseeded by build_styles do_check.

This commit is contained in:
Enno Boland 2017-11-20 07:37:27 +01:00
parent 0285924292
commit 312f24641c
47 changed files with 0 additions and 141 deletions

View File

@ -17,9 +17,6 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
alsa-lib-devel_package() { alsa-lib-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"

View File

@ -13,9 +13,6 @@ homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
checksum=797da5f8f53379fbea28817bc466de16affd2c07849e84f1af8d5e22f7bb7f1c checksum=797da5f8f53379fbea28817bc466de16affd2c07849e84f1af8d5e22f7bb7f1c
do_check() {
make check
}
alsa-plugins-jack_package() { alsa-plugins-jack_package() {
short_desc+=" - Jack output plugin" short_desc+=" - Jack output plugin"

View File

@ -16,9 +16,6 @@ license="GPL-2"
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
checksum=320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8 checksum=320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8
do_check() {
make check
}
post_install() { post_install() {
# Install required udev rules file. # Install required udev rules file.

View File

@ -32,9 +32,6 @@ pre_configure() {
done done
} }
do_check() {
make check
}
post_install() { post_install() {
rm "${DESTDIR}"/usr/bin/test_bitcoin rm "${DESTDIR}"/usr/bin/test_bitcoin

View File

@ -33,9 +33,6 @@ if [ "$CROSS_BUILD" ]; then
fi fi
} }
do_check() {
make check
}
post_install() { post_install() {
vsv couchdb vsv couchdb

View File

@ -17,6 +17,3 @@ if [ -n "$CROSS_BUILD" ]; then
configure_args+=" gl_cv_func_getopt_gnu=yes" configure_args+=" gl_cv_func_getopt_gnu=yes"
fi fi
do_check() {
make check
}

View File

@ -13,9 +13,6 @@ homepage="http://ecm.gforge.inria.fr/"
distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz" distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz"
checksum=0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43 checksum=0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43
do_check() {
make check
}
post_install() { post_install() {
vbin aprcl vbin aprcl
vbin .libs/ecmfactor vbin .libs/ecmfactor

View File

@ -15,6 +15,3 @@ do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
} }
do_check() {
make check
}

View File

@ -10,6 +10,3 @@ license="GPL-2"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz" distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba checksum=b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba
do_check() {
make check
}

View File

@ -20,9 +20,6 @@ checksum=dddcf4c89b21f5f3210f7e4d3888c92cbfc657ff734ac21b6bdd3f5bcb146fed
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
vsv udevd vsv udevd
} }

View File

@ -23,6 +23,3 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}

View File

@ -18,9 +18,6 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends="file" hostmakedepends="file"
fi fi
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING

View File

@ -17,9 +17,6 @@ checksum=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
# Required to enable the definition of reallocarray() in stdlib.h # Required to enable the definition of reallocarray() in stdlib.h
CFLAGS="-D_GNU_SOURCE" CFLAGS="-D_GNU_SOURCE"
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING

View File

@ -22,9 +22,6 @@ pre_configure() {
# Create symlinks for bins and manpages. # Create symlinks for bins and manpages.
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
} }
do_check() {
make check
}
post_install() { post_install() {
rm ${DESTDIR}/usr/bin/awk rm ${DESTDIR}/usr/bin/awk
} }

View File

@ -29,9 +29,6 @@ if [ "$CROSS_BUILD" ]; then
} }
fi fi
do_check() {
make check
}
post_install() { post_install() {
# Fix conflict with musl. # Fix conflict with musl.

View File

@ -23,9 +23,6 @@ if [ "$CROSS_BUILD" ]; then
} }
fi fi
do_check() {
make check
}
gmpxx_package() { gmpxx_package() {
short_desc+=" - C++ support" short_desc+=" - C++ support"

View File

@ -16,6 +16,3 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}

View File

@ -16,9 +16,6 @@ checksum=9645a6e83313b690602017f18d4eb2adf81f2e54c6fc4471e19331304965154e
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING LICENSE vlicense COPYING LICENSE
} }

View File

@ -11,9 +11,6 @@ distfiles="http://www.issihosts.com/haveged/${pkgname}-${version}.tar.gz"
checksum=f77d9adbdf421b61601fa29faa9ce3b479d910f73c66b9e364ba8642ccbfbe70 checksum=f77d9adbdf421b61601fa29faa9ce3b479d910f73c66b9e364ba8642ccbfbe70
configure_args="--sbindir=/usr/bin" configure_args="--sbindir=/usr/bin"
do_check() {
make check
}
post_install() { post_install() {
vsv $pkgname vsv $pkgname

View File

@ -10,9 +10,6 @@ homepage="https://www.w3.org/Tools/HTML-XML-utils/README"
distfiles="https://www.w3.org/Tools/HTML-XML-utils/${pkgname}-${version}.tar.gz" distfiles="https://www.w3.org/Tools/HTML-XML-utils/${pkgname}-${version}.tar.gz"
checksum=945db646dd4d0b31c4b3f70638f4b8203a03b381ee0adda4a89171b219b5b969 checksum=945db646dd4d0b31c4b3f70638f4b8203a03b381ee0adda4a89171b219b5b969
do_check() {
make check
}
post_install() { post_install() {
rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING

View File

@ -44,9 +44,6 @@ pre_configure() {
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/kbd/error.h $XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/kbd/error.h
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
# Remove keymaps for sun, amiga and atari. # Remove keymaps for sun, amiga and atari.
for f in sun amiga atari; do for f in sun amiga atari; do

View File

@ -30,9 +30,6 @@ fi
pre_configure() { pre_configure() {
autoreconf -if autoreconf -if
} }
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }

View File

@ -12,9 +12,6 @@ homepage="http://www.gnupg.org/related_software/libassuan"
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
checksum=9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1 checksum=9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1
do_check() {
make check
}
libassuan-devel_package() { libassuan-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

View File

@ -16,9 +16,6 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
libatomic_ops-devel_package() { libatomic_ops-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"

View File

@ -15,9 +15,6 @@ pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }
do_check() {
make check
}
libbson-devel_package() { libbson-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"

View File

@ -16,9 +16,6 @@ pre_configure() {
./bootstrap --force ./bootstrap --force
} }
do_check() {
make check
}
libltdl-devel_package() { libltdl-devel_package() {
depends="libltdl-${version}_${revision}" depends="libltdl-${version}_${revision}"

View File

@ -14,9 +14,6 @@ checksum=96ae497074cf3b5d6a78b0b6c626080e711a9b8f908feac4037e197cbec0d51f
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }
do_check() {
make check
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE

View File

@ -40,9 +40,6 @@ lib32disabled=yes
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING
vsv lighttpd vsv lighttpd

View File

@ -11,9 +11,6 @@ license="GPL-2"
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz" distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
checksum=c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 checksum=c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072
do_check() {
make check
}
post_install() { post_install() {
rm -r ${DESTDIR}/usr/share/doc rm -r ${DESTDIR}/usr/share/doc

View File

@ -13,6 +13,3 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07 checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07
do_check() {
make check
}

View File

@ -15,6 +15,3 @@ license="GPL-3"
distfiles="${GNU_SITE}/make/$pkgname-$version.tar.bz2" distfiles="${GNU_SITE}/make/$pkgname-$version.tar.bz2"
checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
do_check() {
make check
}

View File

@ -13,9 +13,6 @@ homepage="http://www.mpfr.org"
distfiles="http://www.mpfr.org/mpfr-current/mpfr-${version}.tar.xz" distfiles="http://www.mpfr.org/mpfr-current/mpfr-${version}.tar.xz"
checksum=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 checksum=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950
do_check() {
make check
}
mpfr-devel_package() { mpfr-devel_package() {
depends="${makedepends} mpfr>=${version}_${revision}" depends="${makedepends} mpfr>=${version}_${revision}"

View File

@ -13,9 +13,6 @@ license="GPL-2"
distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.gz" distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.gz"
checksum=46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e checksum=46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e
do_check() {
make check
}
nettle-devel_package() { nettle-devel_package() {
depends="gmp-devel ${sourcepkg}>=${version}_${revision}" depends="gmp-devel ${sourcepkg}>=${version}_${revision}"

View File

@ -15,9 +15,6 @@ checksum=48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/share rm -rf ${DESTDIR}/usr/share
vlicense COPYING vlicense COPYING

View File

@ -12,6 +12,3 @@ license="GPL-3"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299 checksum=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299
do_check() {
make check
}

View File

@ -15,9 +15,6 @@ license="BSD"
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2" distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
checksum=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 checksum=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
do_check() {
make check
}
post_install() { post_install() {
vlicense LICENCE vlicense LICENCE

View File

@ -23,9 +23,6 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
libpcre2_package() { libpcre2_package() {
short_desc+=" - shared libraries" short_desc+=" - shared libraries"

View File

@ -14,6 +14,3 @@ license="GPL-2"
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz" distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
checksum=6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591 checksum=6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591
do_check() {
make check
}

View File

@ -10,9 +10,6 @@ license="MIT"
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz" distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING

View File

@ -23,9 +23,6 @@ post_extract() {
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
make check
}
post_install() { post_install() {
vconf ${FILESDIR}/sysctl.conf vconf ${FILESDIR}/sysctl.conf
} }

View File

@ -18,6 +18,3 @@ post_extract() {
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
} }
do_check() {
make check
}

View File

@ -13,9 +13,6 @@ homepage="http://smartmontools.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054 checksum=51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054
do_check() {
make check
}
post_install() { post_install() {
vsv smartd vsv smartd

View File

@ -23,9 +23,6 @@ pre_configure() {
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";; *-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
esac esac
} }
do_check() {
make check
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }

View File

@ -18,6 +18,3 @@ pre_configure() {
touch -r doc/stamp-vti configure touch -r doc/stamp-vti configure
} }
do_check() {
make check
}

View File

@ -16,9 +16,6 @@ homepage="http://www.gnu.org/software/texinfo/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62 checksum=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
do_check() {
make check
}
post_install() { post_install() {
rm -f ${DESTDIR}/usr/share/info/dir rm -f ${DESTDIR}/usr/share/info/dir

View File

@ -13,9 +13,6 @@ checksum=fd9ca16de1052aac899ad3495ad20dfa906c27b4a5070102a2ec35ca3a4740c1
CFLAGS="-fPIC" CFLAGS="-fPIC"
do_check() {
make check
}
post_install() { post_install() {
rm -r ${DESTDIR}/usr/share/doc rm -r ${DESTDIR}/usr/share/doc

View File

@ -15,6 +15,3 @@ checksum=6a7f34626dd62b751fe22bcdb32f3558f8a8fdddcc9406893dd264f0ac18e830
pre_configure() { pre_configure() {
sed -i '/-I$(includedir)/d' -i src/Makefile.in sed -i '/-I$(includedir)/d' -i src/Makefile.in
} }
do_check() {
make check
}