diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-10 05:33:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-10 05:33:05 +0000 |
commit | dbf5bf19f5ca8e51b0d76063b54ce5725c3f9a69 (patch) | |
tree | 6805953016497f1ecf65f7f4408b0e80d429c6f7 /media-video/mkvtoolnix | |
parent | Version bump. (diff) | |
download | gentoo-2-dbf5bf19f5ca8e51b0d76063b54ce5725c3f9a69.tar.gz gentoo-2-dbf5bf19f5ca8e51b0d76063b54ce5725c3f9a69.tar.bz2 gentoo-2-dbf5bf19f5ca8e51b0d76063b54ce5725c3f9a69.zip |
Remove old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mkvtoolnix')
-rw-r--r-- | media-video/mkvtoolnix/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-4.7.0-r1.ebuild | 77 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-4.8.0.ebuild | 77 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-4.9.0.ebuild | 77 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-5.0.0.ebuild | 77 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-5.0.1.ebuild | 77 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-5.1.0.ebuild | 78 | ||||
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-5.2.0.ebuild | 78 |
8 files changed, 6 insertions, 542 deletions
diff --git a/media-video/mkvtoolnix/ChangeLog b/media-video/mkvtoolnix/ChangeLog index dc19ea92bea2..a7a98c07f1b9 100644 --- a/media-video/mkvtoolnix/ChangeLog +++ b/media-video/mkvtoolnix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/mkvtoolnix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.156 2012/02/10 05:31:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.157 2012/02/10 05:33:05 radhermit Exp $ + + 10 Feb 2012; Tim Harder <radhermit@gentoo.org> -mkvtoolnix-4.7.0-r1.ebuild, + -mkvtoolnix-4.8.0.ebuild, -mkvtoolnix-4.9.0.ebuild, -mkvtoolnix-5.0.0.ebuild, + -mkvtoolnix-5.0.1.ebuild, -mkvtoolnix-5.1.0.ebuild, -mkvtoolnix-5.2.0.ebuild: + Remove old. *mkvtoolnix-5.3.0 (10 Feb 2012) diff --git a/media-video/mkvtoolnix/mkvtoolnix-4.7.0-r1.ebuild b/media-video/mkvtoolnix/mkvtoolnix-4.7.0-r1.ebuild deleted file mode 100644 index 25d02d0d44b0..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-4.7.0-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.7.0-r1.ebuild,v 1.1 2011/05/13 10:05:57 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.0 - >=media-libs/libmatroska-1.1.0 - >=dev-libs/boost-1.36.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-4.8.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-4.8.0.ebuild deleted file mode 100644 index 94c5ede1cfc7..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-4.8.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.8.0.ebuild,v 1.1 2011/05/25 19:48:54 aballier Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.0 - >=media-libs/libmatroska-1.1.0 - >=dev-libs/boost-1.36.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-4.9.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-4.9.0.ebuild deleted file mode 100644 index 539dd0715290..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-4.9.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.9.0.ebuild,v 1.1 2011/07/11 07:27:31 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.0 - >=media-libs/libmatroska-1.1.0 - >=dev-libs/boost-1.36.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-5.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-5.0.0.ebuild deleted file mode 100644 index 87d2f9484f6c..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-5.0.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.0.0.ebuild,v 1.1 2011/09/28 20:57:56 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.2 - >=media-libs/libmatroska-1.3.0 - >=dev-libs/boost-1.36.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-5.0.1.ebuild b/media-video/mkvtoolnix/mkvtoolnix-5.0.1.ebuild deleted file mode 100644 index e9781af40c6d..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-5.0.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.0.1.ebuild,v 1.1 2011/10/10 01:43:52 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.2 - >=media-libs/libmatroska-1.3.0 - >=dev-libs/boost-1.36.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-5.1.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-5.1.0.ebuild deleted file mode 100644 index 352a5765106f..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-5.1.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.1.0.ebuild,v 1.1 2011/11/29 20:35:26 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.2 - >=media-libs/libmatroska-1.3.0 - >=dev-libs/boost-1.46.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - >=sys-devel/gcc-4.6 - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} diff --git a/media-video/mkvtoolnix/mkvtoolnix-5.2.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-5.2.0.ebuild deleted file mode 100644 index 57f74156337a..000000000000 --- a/media-video/mkvtoolnix/mkvtoolnix-5.2.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.2.0.ebuild,v 1.1 2011/12/20 00:07:44 radhermit Exp $ - -EAPI=4 - -inherit wxwidgets autotools - -DESCRIPTION="Tools to create, alter, and inspect Matroska files" -HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="bzip2 debug lzo pch wxwidgets" - -RDEPEND=" - >=dev-libs/libebml-1.2.2 - >=media-libs/libmatroska-1.3.0 - >=dev-libs/boost-1.46.0 - dev-libs/expat - media-libs/flac - media-libs/libogg - media-libs/libvorbis - sys-apps/file - >=sys-devel/gcc-4.6 - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzo? ( dev-libs/lzo ) - wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -" -DEPEND="${RDEPEND} - dev-ruby/rake -" - -src_prepare() { - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - eautoreconf -} - -src_configure() { - local myconf - - use pch || myconf="${myconf} --disable-precompiled-headers" - - if use wxwidgets ; then - WX_GTK_VER="2.8" - need-wxwidgets unicode - myconf="${myconf} --with-wx-config=${WX_CONFIG}" - fi - - econf \ - $(use_enable lzo) \ - $(use_enable bzip2 bz2) \ - $(use_enable wxwidgets) \ - $(use_enable debug) \ - --disable-qt \ - ${myconf} \ - --with-boost-regex=boost_regex \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system -} - -src_compile() { - rake || die "rake failed" -} - -src_install() { - # Don't run strip while installing stuff, leave to portage the job. - DESTDIR="${D}" rake install || die - - dodoc AUTHORS ChangeLog README TODO - doman doc/man/*.1 -} |