summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-05-12 23:05:18 +0000
committerThomas Cort <tcort@gentoo.org>2006-05-12 23:05:18 +0000
commit023dcee7b02b84e205083e48d16422f536782ec9 (patch)
treed8fdeec73689841104f145f28e72a2594c226c1c /media-libs/osalp
parentRemoved COPYING fromdodoc. (diff)
downloadhistorical-023dcee7b02b84e205083e48d16422f536782ec9.tar.gz
historical-023dcee7b02b84e205083e48d16422f536782ec9.tar.bz2
historical-023dcee7b02b84e205083e48d16422f536782ec9.zip
Removed COPYING and INSTALL from dodoc.
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-libs/osalp')
-rw-r--r--media-libs/osalp/ChangeLog5
-rw-r--r--media-libs/osalp/osalp-0.7.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/osalp/ChangeLog b/media-libs/osalp/ChangeLog
index a8a9a6f11dc3..2d3219921fa4 100644
--- a/media-libs/osalp/ChangeLog
+++ b/media-libs/osalp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/osalp
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/osalp/ChangeLog,v 1.5 2006/03/07 12:44:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/osalp/ChangeLog,v 1.6 2006/05/12 23:01:52 tcort Exp $
+
+ 12 May 2006; Thomas Cort <tcort@gentoo.org> osalp-0.7.3.ebuild:
+ Removed COPYING and INSTALL from dodoc.
07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml:
Add maintainer-needed metadata.
diff --git a/media-libs/osalp/osalp-0.7.3.ebuild b/media-libs/osalp/osalp-0.7.3.ebuild
index 18dd56078525..1c4c598fc954 100644
--- a/media-libs/osalp/osalp-0.7.3.ebuild
+++ b/media-libs/osalp/osalp-0.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/osalp/osalp-0.7.3.ebuild,v 1.8 2005/12/26 12:39:33 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/osalp/osalp-0.7.3.ebuild,v 1.9 2006/05/12 23:01:52 tcort Exp $
IUSE="encode vorbis"
@@ -30,5 +30,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS COPYING COPYING.LIB INSTALL README TODO NEWS
+ dodoc AUTHORS README TODO NEWS
}