summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-23 06:51:11 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-23 06:51:11 -0400
commite1dd37952284b88145adb6b141407efe1a6b2c3b (patch)
tree2d0d49b549a0fc403271e3aa1ec4f7733d95f704 /media-libs/libdvdread
parentmedia-libs/libdvdnav: remove old (diff)
downloadgentoo-e1dd37952284b88145adb6b141407efe1a6b2c3b.tar.gz
gentoo-e1dd37952284b88145adb6b141407efe1a6b2c3b.tar.bz2
gentoo-e1dd37952284b88145adb6b141407efe1a6b2c3b.zip
media-libs/libdvdread: remove old
Diffstat (limited to 'media-libs/libdvdread')
-rw-r--r--media-libs/libdvdread/Manifest3
-rw-r--r--media-libs/libdvdread/libdvdread-4.2.1.ebuild47
-rw-r--r--media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild39
-rw-r--r--media-libs/libdvdread/libdvdread-5.0.2.ebuild29
4 files changed, 0 insertions, 118 deletions
diff --git a/media-libs/libdvdread/Manifest b/media-libs/libdvdread/Manifest
index 6eb08a759155..397b7971a5d7 100644
--- a/media-libs/libdvdread/Manifest
+++ b/media-libs/libdvdread/Manifest
@@ -1,4 +1 @@
-DIST libdvdread-4.2.1.tar.xz 96108 SHA256 af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4 SHA512 80738a70068c83fbd309ffd7335485909812ad0cd862df25ca041b8fb302428be0fc9e678aaeafe529b7652f8b1435e406d8aee3504e939fd29a7e45bd7d8139 WHIRLPOOL 4b6859bf5a1943d78bbb1ac925547959279b7fcea1abcb594a301384a9f26644356c57b7bbb3f7941cc775c37aead3d9d0deabe0224e6d1c9f876b8867b0a44c
-DIST libdvdread-5.0.0.tar.bz2 378196 SHA256 66fb1a3a42aa0c56b02547f69c7eb0438c5beeaf21aee2ae2c6aa23ea8305f14 SHA512 bc6d700001b6d71642ef92c4b9eec5732892f25ca53434edf0febf62797ebb85d2e5489109528c8e5b11cc71706b87c5ceedf458ed950b60efe6f2350ce4f09b WHIRLPOOL 5bb2c7b49a2ac91b2bdd60f34e0bab4d5bf753a98350c7641a2a8caa56e1f58c9639f58907eabf5c734dfc10c43bdfc4184a232ba1ea81300f22d470e70b29b6
-DIST libdvdread-5.0.2.tar.bz2 393479 SHA256 82cbe693f2a3971671e7428790b5498392db32185b8dc8622f7b9cd307d3cfbf SHA512 2c963450d2870063f2f7cefbee3a574dcf570601bbb1834657fd8486715df80ad08da0d16a87e8081ec0baaab7b5509f02ab5aaa17a2ec95f7692819837b8f24 WHIRLPOOL 1aff1f80aba89ffd533cfb920ccf5c22fd16f7041b912acb0ec25cd952af0d1d89d37a1a932e5a6cd882b2da6824d9227ff740a829134040c455a9a3a4c1a904
DIST libdvdread-5.0.3.tar.bz2 394885 SHA256 321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b SHA512 1ca438f0b5c406549eec62e1abef1e8745b9f932bcd30a3194ee9e37995b269ec8f1652a24cc3d2cb11ddb964e4a47a06e5405f9402e616586ff6263a1af3fc2 WHIRLPOOL 808306ffc4de79321a6b0294b0ccd5e194fd50fa890fd19c40f4a30a1f69a357e0b3d8d882cb900ca92a6097d85dbecb9608d1d9588d629200bcb402164fd457
diff --git a/media-libs/libdvdread/libdvdread-4.2.1.ebuild b/media-libs/libdvdread/libdvdread-4.2.1.ebuild
deleted file mode 100644
index 2d928f5d4fa7..000000000000
--- a/media-libs/libdvdread/libdvdread-4.2.1.ebuild
+++ /dev/null
@@ -1,47 +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="subversion"
- ESVN_REPO_URI="svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread"
- ESVN_PROJECT="libdvdread"
- SRC_URI=""
-else
- SRC_URI="http://dvdnav.mplayerhq.hu/releases/${P}.tar.xz"
-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="+css"
-
-RDEPEND="!<media-libs/libdvdnav-4.2.1
- css? ( >=media-libs/libdvdcss-1.2.13[${MULTILIB_USEDEP}] )
- abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r4
- !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt NEWS TODO README )
-
-src_prepare() {
- [ "${PV#9999}" != "${PV}" ] && subversion_src_prepare
- autotools-multilib_src_prepare
-}
diff --git a/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild b/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild
deleted file mode 100644
index 8799ed43149c..000000000000
--- a/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild
+++ /dev/null
@@ -1,39 +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/libdvdread.git"
- SRC_URI=""
-else
- SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdread/${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="+css"
-
-RDEPEND="css? ( >=media-libs/libdvdcss-1.3.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}"
-
-DOCS=( AUTHORS ChangeLog NEWS TODO README )
diff --git a/media-libs/libdvdread/libdvdread-5.0.2.ebuild b/media-libs/libdvdread/libdvdread-5.0.2.ebuild
deleted file mode 100644
index aa1e8519a354..000000000000
--- a/media-libs/libdvdread/libdvdread-5.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-inherit autotools-multilib
-
-DESCRIPTION="Library for DVD navigation tools"
-HOMEPAGE="http://dvdnav.mplayerhq.hu/"
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://git.videolan.org/libdvdread.git"
- KEYWORDS=""
-else
- SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2"
- 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"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+css static-libs"
-
-RDEPEND="css? ( >=media-libs/libdvdcss-1.3.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}"
-
-DOCS=( AUTHORS ChangeLog NEWS TODO README )