summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 23:54:45 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 23:54:45 +0000
commitf64894d04a6bbaba4fb17d51a1fdb325c4b5876c (patch)
tree1e07a171b4cd0858c1bbc596a5c7773970135b98 /media-video/submux-dvd
parentRemove unneeded useflag description from metadata.xml (diff)
downloadgentoo-2-f64894d04a6bbaba4fb17d51a1fdb325c4b5876c.tar.gz
gentoo-2-f64894d04a6bbaba4fb17d51a1fdb325c4b5876c.tar.bz2
gentoo-2-f64894d04a6bbaba4fb17d51a1fdb325c4b5876c.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-video/submux-dvd')
-rw-r--r--media-video/submux-dvd/ChangeLog8
-rw-r--r--media-video/submux-dvd/submux-dvd-0.5.1.ebuild28
2 files changed, 5 insertions, 31 deletions
diff --git a/media-video/submux-dvd/ChangeLog b/media-video/submux-dvd/ChangeLog
index 861522e2ec83..8dec1064724f 100644
--- a/media-video/submux-dvd/ChangeLog
+++ b/media-video/submux-dvd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/submux-dvd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/ChangeLog,v 1.15 2012/03/11 19:08:16 lordvan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/ChangeLog,v 1.16 2015/03/29 23:54:45 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -submux-dvd-0.5.1.ebuild:
+ Remove old.
*submux-dvd-0.5.2 (11 Mar 2012)
@@ -54,4 +57,3 @@
27 May 2004; Thomas Raschbacher <lordvan@gentoo.org> +metadata.xml,
+files/submux-dvd-0.5.patch, +submux-dvd-0.5.ebuild:
initial import
-
diff --git a/media-video/submux-dvd/submux-dvd-0.5.1.ebuild b/media-video/submux-dvd/submux-dvd-0.5.1.ebuild
deleted file mode 100644
index e01449691f45..000000000000
--- a/media-video/submux-dvd/submux-dvd-0.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.1.ebuild,v 1.4 2012/03/11 19:08:16 lordvan Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob"
-HOMEPAGE="http://panteltje.com/panteltje/dvd/"
-SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- # just 2 files not worth a makefile patch
- dobin submux-dvd vob2sub || die
- dodoc CHANGES FORMAT README ${P}.lsm || die
- dohtml spu.html || die
-}