kyua-cli: update to 0.8.

This commit is contained in:
Juan RP 2013-12-08 15:37:58 +01:00
parent 53b80a7931
commit 86563184b2

View file

@ -1,6 +1,6 @@
# Template file for 'kyua-cli' # Template file for 'kyua-cli'
pkgname=kyua-cli pkgname=kyua-cli
version=0.7 version=0.8
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
@ -9,13 +9,13 @@ configure_args="
kyua_cv_signals_lastno=31 kyua_cv_getcwd_null_0_works=yes kyua_cv_signals_lastno=31 kyua_cv_getcwd_null_0_works=yes
ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_UMOUNT=/usr/bin/umount" ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_UMOUNT=/usr/bin/umount"
hostmakedepends="pkg-config automake libtool atf-devel doxygen" hostmakedepends="pkg-config automake libtool atf-devel doxygen"
makedepends="atf-devel>=0.16 lutok-devel>=0.3 sqlite-devel kyua-testers" makedepends="atf-devel>=0.16 lutok-devel>=0.4 sqlite-devel kyua-testers"
short_desc="Kyua (automated testing framework) - Command line interface" short_desc="Kyua (automated testing framework) - Command line interface"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="Modified BSD" license="Modified BSD"
homepage="http://code.google.com/p/kyua" homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz" distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=0f14b4bc6368da247e7e97f693bdffb1a5bc5c09027d25a45c9ff749bbe67558 checksum=28f90929e4b73959bdd08a1d3f5ce7e77e0e4fc9978d10b1b079160428d770b3
long_desc=" long_desc="
Kyua (pronounced Q.A.) is a testing framework for both developers and users. Kyua (pronounced Q.A.) is a testing framework for both developers and users.
Kyua is different from most other testing frameworks in that it puts the end Kyua is different from most other testing frameworks in that it puts the end