summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.4.0.ebuild')
-rw-r--r--media-libs/libopendaap/libopendaap-0.4.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.4.0.ebuild b/media-libs/libopendaap/libopendaap-0.4.0.ebuild
index c50bc26849d4..89f3aa0e6a8c 100644
--- a/media-libs/libopendaap/libopendaap-0.4.0.ebuild
+++ b/media-libs/libopendaap/libopendaap-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.12 2007/04/20 15:28:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.13 2010/01/16 22:18:59 ulm Exp $
inherit eutils
@@ -8,8 +8,8 @@ DESCRIPTION="libopendaap is a library which enables applications to discover and
SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2"
HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html"
+LICENSE="MIT"
SLOT="0"
-LICENSE="crazney APSL-2"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
IUSE=""
@@ -22,5 +22,5 @@ src_unpack() {
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog
}