diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-23 23:31:57 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-23 23:31:57 +0000 |
commit | 614cef9948c5215b47fd41bfe0ccb8db30af7b6d (patch) | |
tree | 4219bc3ad9a568f700e840641c05d7f90c59ede9 /media-libs/libopendaap | |
parent | Remove old. (diff) | |
download | gentoo-2-614cef9948c5215b47fd41bfe0ccb8db30af7b6d.tar.gz gentoo-2-614cef9948c5215b47fd41bfe0ccb8db30af7b6d.tar.bz2 gentoo-2-614cef9948c5215b47fd41bfe0ccb8db30af7b6d.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs/libopendaap')
-rw-r--r-- | media-libs/libopendaap/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.2.3.ebuild | 25 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.3.0.ebuild | 25 |
3 files changed, 6 insertions, 52 deletions
diff --git a/media-libs/libopendaap/ChangeLog b/media-libs/libopendaap/ChangeLog index 71d80b3a1677..1cebd4286e8b 100644 --- a/media-libs/libopendaap/ChangeLog +++ b/media-libs/libopendaap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libopendaap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.24 2013/11/06 04:41:31 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.25 2015/04/23 23:31:57 mrueg Exp $ + + 23 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -libopendaap-0.2.3.ebuild, + -libopendaap-0.3.0.ebuild: + Remove old. 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> libopendaap-0.2.3.ebuild, libopendaap-0.3.0.ebuild, 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 deleted file mode 100644 index adbab0a9a505..000000000000 --- a/media-libs/libopendaap/libopendaap-0.2.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 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.11 2013/11/06 04:41:31 patrick Exp $ - -inherit eutils - -DESCRIPTION="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" -KEYWORDS="amd64 x86 ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-types.h -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog -} diff --git a/media-libs/libopendaap/libopendaap-0.3.0.ebuild b/media-libs/libopendaap/libopendaap-0.3.0.ebuild deleted file mode 100644 index 7ce3c1b612cf..000000000000 --- a/media-libs/libopendaap/libopendaap-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 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.6 2013/11/06 04:41:31 patrick Exp $ - -inherit eutils - -DESCRIPTION="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" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-types.h -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog -} |