[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Thomas Anderson
On Sun, Oct 26, 2008 at 05:22:26PM +, Greg Kroah-Hartman (gregkh) wrote: # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-007.ebuild,v 1.1 2008/10/26 17:22:26 gregkh Exp $

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Greg KH
On Sun, Oct 26, 2008 at 01:36:29PM -0400, Thomas Anderson wrote: On Sun, Oct 26, 2008 at 05:22:26PM +, Greg Kroah-Hartman (gregkh) wrote: # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Thomas Sachau
Greg KH schrieb: src_install() { doman bti.1 dobin bti dodoc bti.example README RELEASE-NOTES } You really should have some or all of these functions die on failure. Why would any of these fail if the src_compile succeeded? What happens, if upstream changes the name of the

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Thomas Anderson
On Sun, Oct 26, 2008 at 02:58:02PM -0700, Greg KH wrote: On Sun, Oct 26, 2008 at 01:36:29PM -0400, Thomas Anderson wrote: On Sun, Oct 26, 2008 at 05:22:26PM +, Greg Kroah-Hartman (gregkh) wrote: src_install() { doman bti.1 dobin bti dodoc bti.example README RELEASE-NOTES

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Greg KH
On Sun, Oct 26, 2008 at 11:17:14PM +0100, Thomas Sachau wrote: Greg KH schrieb: src_install() { doman bti.1 dobin bti dodoc bti.example README RELEASE-NOTES } You really should have some or all of these functions die on failure. Why would any of these fail if the

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/bti: bti-007.ebuild ChangeLog metadata.xml Manifest

2008-10-26 Thread Greg KH
On Sun, Oct 26, 2008 at 06:29:13PM -0400, Thomas Anderson wrote: On Sun, Oct 26, 2008 at 02:58:02PM -0700, Greg KH wrote: On Sun, Oct 26, 2008 at 01:36:29PM -0400, Thomas Anderson wrote: On Sun, Oct 26, 2008 at 05:22:26PM +, Greg Kroah-Hartman (gregkh) wrote: src_install() {