diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-13 14:36:23 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-13 14:36:23 +0000 |
commit | 723c2888b634087028730480f0449a9d8fe75d6f (patch) | |
tree | 71e8d44b4746dd87b6536d9fbee2b0c5e2cfaae1 /net-libs/libtorrent | |
parent | Stable on sparc wrt #157977 (diff) | |
download | gentoo-2-723c2888b634087028730480f0449a9d8fe75d6f.tar.gz gentoo-2-723c2888b634087028730480f0449a9d8fe75d6f.tar.bz2 gentoo-2-723c2888b634087028730480f0449a9d8fe75d6f.zip |
Don't try to install TODO, since the file doesn't exists in this release.
Thanks to Raúl Porcel for reporting on bug #158007.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.10.4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index a919d6c5ae3d..82bd3b21897e 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.76 2006/12/13 11:27:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.77 2006/12/13 14:36:23 drizzt Exp $ + + 13 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> + libtorrent-0.10.4.ebuild: + Don't try to install TODO, since the file doesn't exists in this release. + Thanks to Raúl Porcel for reporting on bug #158007. *libtorrent-0.11.0 (13 Dec 2006) diff --git a/net-libs/libtorrent/libtorrent-0.10.4.ebuild b/net-libs/libtorrent/libtorrent-0.10.4.ebuild index beb482552bdc..6ab62be0526e 100644 --- a/net-libs/libtorrent/libtorrent-0.10.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.2 2006/11/20 09:39:24 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.3 2006/12/13 14:36:23 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic libtool @@ -41,5 +41,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README } |