Index: tardy-1.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v retrieving revision 1.7 diff -u -u -r1.7 tardy-1.12.ebuild --- tardy-1.12.ebuild 12 Jan 2006 19:35:33 -0000 1.7 +++ tardy-1.12.ebuild 4 Nov 2006 14:26:07 -0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v 1.7 2006/01/12 19:35:33 killerfox Exp $ +inherit eutils + DESCRIPTION="A tar post-processor" HOMEPAGE="http://tardy.sourceforge.net/" SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz" @@ -15,9 +17,14 @@ unpack ${A} cd "${S}" sed -i '/^CFLAGS/d' Makefile.in + epatch "${FILESDIR}"/${P}-test-sort.patch } src_install() { make RPM_BUILD_ROOT="${D}" install || die "make install failed" dodoc README } + +src_test() { + make sure || die "test failed" +}