diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:39:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:39:17 +0000 |
commit | c4e22f4cc5ceb10968a97feae1414f6d7b367a12 (patch) | |
tree | baa196cb50d3c61654460ffe84369f79b67f9684 /media-libs/daaplib | |
parent | Don't install COPYING file. (diff) | |
download | gentoo-2-c4e22f4cc5ceb10968a97feae1414f6d7b367a12.tar.gz gentoo-2-c4e22f4cc5ceb10968a97feae1414f6d7b367a12.tar.bz2 gentoo-2-c4e22f4cc5ceb10968a97feae1414f6d7b367a12.zip |
Don't install COPYING file.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-libs/daaplib')
-rw-r--r-- | media-libs/daaplib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/daaplib/daaplib-0.1.1a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/daaplib/ChangeLog b/media-libs/daaplib/ChangeLog index b6f819ecbf4b..25cf0ab3ba6e 100644 --- a/media-libs/daaplib/ChangeLog +++ b/media-libs/daaplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/daaplib # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.10 2005/01/20 14:29:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.11 2005/09/03 23:39:17 flameeyes Exp $ + + 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> daaplib-0.1.1a.ebuild: + Don't install COPYING file. 20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> daaplib-0.1.1a.ebuild: Stable on sparc diff --git a/media-libs/daaplib/daaplib-0.1.1a.ebuild b/media-libs/daaplib/daaplib-0.1.1a.ebuild index b0b53df220f5..d3ca4d6d92ac 100644 --- a/media-libs/daaplib/daaplib-0.1.1a.ebuild +++ b/media-libs/daaplib/daaplib-0.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.10 2005/01/20 14:29:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.11 2005/09/03 23:39:17 flameeyes Exp $ IUSE="static" @@ -39,5 +39,5 @@ src_install() { use static || rm ${D}/usr/$(get_libdir)/libdaaplib.a - dodoc ../../COPYING ../../README + dodoc ../../README } |