summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 23:56:37 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 23:56:37 +0000
commit084b53badab7b6ea0a81250e3bb91160436402c9 (patch)
treea8e8f09ac59fd2b5667e6b5f989aa5fd217aeb0e /media-video/lsdvd
parentRemove old. (diff)
downloadgentoo-2-084b53badab7b6ea0a81250e3bb91160436402c9.tar.gz
gentoo-2-084b53badab7b6ea0a81250e3bb91160436402c9.tar.bz2
gentoo-2-084b53badab7b6ea0a81250e3bb91160436402c9.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-video/lsdvd')
-rw-r--r--media-video/lsdvd/ChangeLog8
-rw-r--r--media-video/lsdvd/lsdvd-0.16-r1.ebuild30
-rw-r--r--media-video/lsdvd/lsdvd-0.16-r2.ebuild30
-rw-r--r--media-video/lsdvd/lsdvd-0.16-r3.ebuild32
4 files changed, 6 insertions, 94 deletions
diff --git a/media-video/lsdvd/ChangeLog b/media-video/lsdvd/ChangeLog
index 6e2a8a585e90..eeab4ecee2ff 100644
--- a/media-video/lsdvd/ChangeLog
+++ b/media-video/lsdvd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/lsdvd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.54 2014/12/04 08:35:30 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.55 2015/03/29 23:56:37 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -lsdvd-0.16-r1.ebuild,
+ -lsdvd-0.16-r2.ebuild, -lsdvd-0.16-r3.ebuild:
+ Remove old.
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lsdvd-0.17.ebuild:
Stable for ppc64, wrt bug #528262
diff --git a/media-video/lsdvd/lsdvd-0.16-r1.ebuild b/media-video/lsdvd/lsdvd-0.16-r1.ebuild
deleted file mode 100644
index 0349a9f87426..000000000000
--- a/media-video/lsdvd/lsdvd-0.16-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.16-r1.ebuild,v 1.10 2014/03/18 15:43:54 beandog Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="Utility for getting info out of DVDs"
-HOMEPAGE="http://sourceforge.net/projects/lsdvd/"
-SRC_URI="mirror://sourceforge/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/libdvdread"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-types.patch \
- "${FILESDIR}"/${P}-usec.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS NEWS README
-}
diff --git a/media-video/lsdvd/lsdvd-0.16-r2.ebuild b/media-video/lsdvd/lsdvd-0.16-r2.ebuild
deleted file mode 100644
index 8f810064b806..000000000000
--- a/media-video/lsdvd/lsdvd-0.16-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.16-r2.ebuild,v 1.3 2014/03/18 15:43:54 beandog Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="Utility for getting info out of DVDs"
-HOMEPAGE="http://sourceforge.net/projects/lsdvd/"
-SRC_URI="mirror://sourceforge/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="media-libs/libdvdread"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-types.patch \
- "${FILESDIR}"/${P}-usec.patch \
- "${FILESDIR}"/${P}-title.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README
-}
diff --git a/media-video/lsdvd/lsdvd-0.16-r3.ebuild b/media-video/lsdvd/lsdvd-0.16-r3.ebuild
deleted file mode 100644
index 660ecbd4265c..000000000000
--- a/media-video/lsdvd/lsdvd-0.16-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.16-r3.ebuild,v 1.1 2014/08/26 16:14:53 beandog Exp $
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Utility for getting info out of DVDs"
-HOMEPAGE="http://sourceforge.net/projects/lsdvd/"
-SRC_URI="mirror://sourceforge/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="media-libs/libdvdread"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-types.patch \
- "${FILESDIR}"/${P}-usec.patch \
- "${FILESDIR}"/${P}-title.patch \
- "${FILESDIR}"/${P}-chapter-count.patch \
- "${FILESDIR}"/${P}-newline.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README
-}