diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-16 22:18:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-16 22:18:59 +0000 |
commit | a7830a0fc5a608f71bad91a055872bb589c1c496 (patch) | |
tree | 9e279495c2bc80ebc0471f79cb4888b43aa61c67 /media-libs | |
parent | Version bump, new features and fixes (diff) | |
download | gentoo-2-a7830a0fc5a608f71bad91a055872bb589c1c496.tar.gz gentoo-2-a7830a0fc5a608f71bad91a055872bb589c1c496.tar.bz2 gentoo-2-a7830a0fc5a608f71bad91a055872bb589c1c496.zip |
Fix LICENSE. Don't install empty or useless doc files. Quote some variables.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libopendaap/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.2.3.ebuild | 16 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.3.0.ebuild | 16 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.4.0.ebuild | 8 |
4 files changed, 25 insertions, 23 deletions
diff --git a/media-libs/libopendaap/ChangeLog b/media-libs/libopendaap/ChangeLog index 21c07d1ec9f9..e5a8a6e66922 100644 --- a/media-libs/libopendaap/ChangeLog +++ b/media-libs/libopendaap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libopendaap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.22 2007/04/20 15:28:04 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.23 2010/01/16 22:18:59 ulm Exp $ + + 16 Jan 2010; Ulrich Mueller <ulm@gentoo.org> libopendaap-0.2.3.ebuild, + libopendaap-0.3.0.ebuild, libopendaap-0.4.0.ebuild: + Fix LICENSE. Don't install empty or useless doc files. Quote some variables. 20 Apr 2007; Raúl Porcel <armin76@gentoo.org> +files/libopendaap-0.4.0-freebsd.patch, libopendaap-0.4.0.ebuild: diff --git a/media-libs/libopendaap/libopendaap-0.2.3.ebuild b/media-libs/libopendaap/libopendaap-0.2.3.ebuild index c8fa096e5d3a..3ef6b5c5b15a 100644 --- a/media-libs/libopendaap/libopendaap-0.2.3.ebuild +++ b/media-libs/libopendaap/libopendaap-0.2.3.ebuild @@ -1,8 +1,6 @@ -# 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.2.3.ebuild,v 1.9 2006/03/06 16:16:52 flameeyes Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.2.3.ebuild,v 1.10 2010/01/16 22:18:59 ulm Exp $ inherit eutils @@ -10,18 +8,18 @@ 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 APSL-2" SLOT="0" -LICENSE="crazney APSL-2" - KEYWORDS="amd64 x86 ppc" +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 } 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 } 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 } |