From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/
Date: Wed, 23 Aug 2017 10:52:19 +0000 (UTC) [thread overview]
Message-ID: <1503485412.45a20dab362b4974e0f0d699ad27867f5f18d31a.radhermit@gentoo> (raw)
commit: 45a20dab362b4974e0f0d699ad27867f5f18d31a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 10:50:12 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 10:50:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a20dab
media-libs/libdvdnav: remove old
media-libs/libdvdnav/Manifest | 2 --
media-libs/libdvdnav/libdvdnav-4.2.1.ebuild | 45 -----------------------------
media-libs/libdvdnav/libdvdnav-5.0.1.ebuild | 38 ------------------------
3 files changed, 85 deletions(-)
diff --git a/media-libs/libdvdnav/Manifest b/media-libs/libdvdnav/Manifest
index 1179b7435ed..825efbba4b4 100644
--- a/media-libs/libdvdnav/Manifest
+++ b/media-libs/libdvdnav/Manifest
@@ -1,3 +1 @@
-DIST libdvdnav-4.2.1.tar.xz 109856 SHA256 7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372 SHA512 3b7b18069b77a5a48ff5ad74f823b88f5dbf5058f11737ffef9d388d755616a581688c95dc1c3d9ab2377bce1dafaf53c9d46981a12588e6b3d8b70ce582e756 WHIRLPOOL cf4e3788c0bc4d96d453d0dcecae31347c5949d46388a8d7bb74bb957f746af7c4684ae1cc4855ba3eb47a06b063cad34d0078fe7676bb8ad191b8541634736b
-DIST libdvdnav-5.0.1.tar.bz2 354568 SHA256 72b1cb8266f163d4a1481b92c7b6c53e6dc9274d2a6befb08ffc351fe7a4a2a9 SHA512 4c86a664b0f32b2dc3cf0e332d6603cd24cae12cf8f8ca6b3d825db51d35ee222a566909103444e35e588347e3e5a8ff15ad8d00263b99e52020585bc823de29 WHIRLPOOL dac5a04adadbb2a91870dfa10c16cc50d7d693f5e7bdefed39c40624cc7a0c6c4699127a892eed286e5754b6f473ca8316ebeec08ad968228590623c47bf99d2
DIST libdvdnav-5.0.3.tar.bz2 372203 SHA256 5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d SHA512 d6d0519f654649bd65b3029224191e7d6acc893d94e8578e435d77b75327584e9f44410a062c1fc60c6211f5bea6b3971228d84de595808733ab7356980e0123 WHIRLPOOL 44f2c56341aa0fd711dc2e1f295336de149949f31353bc02ccb73e898be1f2bcff22e14e28b5adc4d6b84468605113a9eaea16f6c293bc58ccb101dd4fb366b4
diff --git a/media-libs/libdvdnav/libdvdnav-4.2.1.ebuild b/media-libs/libdvdnav/libdvdnav-4.2.1.ebuild
deleted file mode 100644
index 547921c2e76..00000000000
--- a/media-libs/libdvdnav/libdvdnav-4.2.1.ebuild
+++ /dev/null
@@ -1,45 +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/libdvdnav"
- ESVN_PROJECT="libdvdnav"
- 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="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-fi
-IUSE=""
-RDEPEND=">=media-libs/libdvdread-4.2.0-r1[${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
- virtual/pkgconfig" # To get pkg.m4 for eautoreconf #414391
-
-DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt doc/dvd_structures NEWS README TODO )
-
-src_prepare() {
- [ "${PV#9999}" != "${PV}" ] && subversion_src_prepare
- autotools-multilib_src_prepare
-}
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 ed78bc7d660..00000000000
--- 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 )
next reply other threads:[~2017-08-23 10:52 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-23 10:52 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-28 5:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/ WANG Xuerui
2022-04-17 19:24 Sam James
2021-08-10 14:18 Marek Szuba
2021-06-03 0:43 Sam James
2021-06-02 10:39 Sam James
2021-05-28 19:39 Agostino Sarubbo
2021-05-28 14:40 Sergei Trofimovich
2021-05-25 19:10 Agostino Sarubbo
2021-05-25 18:58 Agostino Sarubbo
2021-05-25 11:56 Sam James
2021-05-04 21:25 Sam James
2021-01-23 21:13 Andreas Sturmlechner
2020-11-24 7:44 Agostino Sarubbo
2020-11-24 7:20 Agostino Sarubbo
2020-11-24 1:24 Sam James
2020-11-24 1:10 Sam James
2020-11-23 7:58 Sergei Trofimovich
2020-11-23 7:52 Sergei Trofimovich
2020-11-21 18:15 Thomas Deutschmann
2020-05-14 14:24 Lars Wendler
2020-05-07 12:42 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-07-24 20:56 Aaron Bauman
2018-06-25 4:44 Andreas Sturmlechner
2018-06-17 18:44 Andreas Sturmlechner
2018-05-01 7:41 Markus Meier
2018-04-01 22:16 Sergei Trofimovich
2018-03-05 14:52 Tobias Klausmann
2018-02-26 7:36 Sergei Trofimovich
2018-02-22 9:05 Agostino Sarubbo
2018-02-19 20:05 Sergei Trofimovich
2018-02-19 16:57 Thomas Deutschmann
2018-01-21 10:22 Lars Wendler
2018-01-21 10:22 Lars Wendler
2017-08-23 11:15 Tim Harder
2017-08-23 11:09 Tim Harder
2017-06-23 5:20 Alexis Ballier
2015-10-11 13:38 Markus Meier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503485412.45a20dab362b4974e0f0d699ad27867f5f18d31a.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox