diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-26 16:21:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-26 16:21:47 +0200 |
commit | 7416a16783d4e6f4cf4f484f1176acb617e31fb3 (patch) | |
tree | b5253dec58b981120575c88e3abc1a79c0d570e2 /media-video/mkvalidator/mkvalidator-0.4.1.ebuild | |
parent | media-video/gxine: bump to 0.5.909 (diff) | |
download | gentoo-7416a16783d4e6f4cf4f484f1176acb617e31fb3.tar.gz gentoo-7416a16783d4e6f4cf4f484f1176acb617e31fb3.tar.bz2 gentoo-7416a16783d4e6f4cf4f484f1176acb617e31fb3.zip |
media-video/mkvalidator: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-video/mkvalidator/mkvalidator-0.4.1.ebuild')
-rw-r--r-- | media-video/mkvalidator/mkvalidator-0.4.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-video/mkvalidator/mkvalidator-0.4.1.ebuild b/media-video/mkvalidator/mkvalidator-0.4.1.ebuild deleted file mode 100644 index e376e8231657..000000000000 --- a/media-video/mkvalidator/mkvalidator-0.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="mkvalidator is a command line tool to verify Matroska files for spec conformance" -HOMEPAGE="http://www.matroska.org/downloads/mkvalidator.html" -SRC_URI="http://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_configure() { - # non-standard configure - ./configure || die - - # fixing generated makefiles - sed -i -e 's|^\(LFLAGS.*+=.*\$(LIBS)\)|\1 \$(LDFLAGS)|g' \ - -e 's|^\(STRIP.*=\)|\1 echo|g' $(find -name "*.mak") || die -} - -src_compile() { - emake -j1 -} - -src_install() { - dobin release/*/mkv* - newdoc ChangeLog.txt ChangeLog - newdoc ReadMe.txt README -} |