diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 13:12:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 13:12:57 +0000 |
commit | f58486cf23d1654c1ec2a16d537e8184d4eceb79 (patch) | |
tree | 72e8894fc8d360fe881b990b28f269d9b81dc997 /media-libs/libxspf | |
parent | net-vpn/httptunnel: Stabilize 3.3_p20180119 x86, #764416 (diff) | |
download | gentoo-f58486cf23d1654c1ec2a16d537e8184d4eceb79.tar.gz gentoo-f58486cf23d1654c1ec2a16d537e8184d4eceb79.tar.bz2 gentoo-f58486cf23d1654c1ec2a16d537e8184d4eceb79.zip |
media-libs/libxspf: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libxspf')
-rw-r--r-- | media-libs/libxspf/libxspf-1.2.0.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/libxspf/libxspf-1.2.0.ebuild b/media-libs/libxspf/libxspf-1.2.0.ebuild deleted file mode 100644 index 088fadf47a2c..000000000000 --- a/media-libs/libxspf/libxspf-1.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xdg-utils - -DESCRIPTION="Playlist handling library" -HOMEPAGE="http://libspiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/libspiff/${P}.tar.bz2" - -LICENSE="BSD LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/expat-2 - >=dev-libs/uriparser-0.7.5" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( >=dev-util/cpptest-1.1 )" - -DOCS=( AUTHORS ChangeLog NEWS README THANKS ) - -PATCHES=( - "${FILESDIR}"/${P}-gcc44.patch - "${FILESDIR}"/${P}-gcc47.patch -) - -src_prepare() { - default - xdg_environment_reset - - # do not install missing files - sed -e 's/gif,//' -i doc/Makefile* \ - -i bindings/c/doc/Makefile* || die "sed failed" -} - -src_configure() { - econf \ - --disable-doc \ - $(use_enable static-libs static) \ - $(use_enable test) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |