diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-23 06:50:12 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-23 06:50:12 -0400 |
commit | 45a20dab362b4974e0f0d699ad27867f5f18d31a (patch) | |
tree | ce707a8d661b4e390e8506ad6435fc92c0b72227 /media-libs/libdvdnav/libdvdnav-5.0.1.ebuild | |
parent | media-libs/libdvdcss: use https links for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-45a20dab362b4974e0f0d699ad27867f5f18d31a.tar.gz gentoo-45a20dab362b4974e0f0d699ad27867f5f18d31a.tar.bz2 gentoo-45a20dab362b4974e0f0d699ad27867f5f18d31a.zip |
media-libs/libdvdnav: remove old
Diffstat (limited to 'media-libs/libdvdnav/libdvdnav-5.0.1.ebuild')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-5.0.1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-5.0.1.ebuild b/media-libs/libdvdnav/libdvdnav-5.0.1.ebuild deleted file mode 100644 index ed78bc7d6608..000000000000 --- a/media-libs/libdvdnav/libdvdnav-5.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all - -SCM="" - -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="git://git.videolan.org/libdvdnav.git" - SRC_URI="" -else - SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2" -fi - -inherit autotools-multilib ${SCM} - -DESCRIPTION="Library for DVD navigation tools" -HOMEPAGE="http://dvdnav.mplayerhq.hu/" - -LICENSE="GPL-2" -SLOT="0" -if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -else - KEYWORDS="" -fi -IUSE="" -RDEPEND=">=media-libs/libdvdread-5.0.0[${MULTILIB_USEDEP}] - abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r4 - !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" # To get pkg.m4 for eautoreconf #414391 - -DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO ) |