summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-16 22:18:59 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-16 22:18:59 +0000
commit7d26fce0cf1c32f84fe3d84ef9801f9f0fa839f6 (patch)
treec60ae75ba804ec18d6ecc484bf10e2eff4a6fbc6 /media-libs/libopendaap/libopendaap-0.3.0.ebuild
parentVersion bump, new features and fixes (diff)
downloadhistorical-7d26fce0cf1c32f84fe3d84ef9801f9f0fa839f6.tar.gz
historical-7d26fce0cf1c32f84fe3d84ef9801f9f0fa839f6.tar.bz2
historical-7d26fce0cf1c32f84fe3d84ef9801f9f0fa839f6.zip
Fix LICENSE. Don't install empty or useless doc files. Quote some variables.
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.3.0.ebuild')
-rw-r--r--media-libs/libopendaap/libopendaap-0.3.0.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.3.0.ebuild b/media-libs/libopendaap/libopendaap-0.3.0.ebuild
index 85a921cc5715..20410a468833 100644
--- a/media-libs/libopendaap/libopendaap-0.3.0.ebuild
+++ b/media-libs/libopendaap/libopendaap-0.3.0.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2006 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.3.0.ebuild,v 1.4 2006/03/06 16:16:52 flameeyes Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.3.0.ebuild,v 1.5 2010/01/16 22:18:59 ulm Exp $
inherit eutils
DESCRIPTION="libopendaap is a library which enables applications to discover and connect to iTunes(R) music shares"
SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2"
HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html"
+
+LICENSE="MIT APSL-2"
SLOT="0"
-LICENSE="crazney APSL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-types.h
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-types.h
}
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog
}