diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 02:46:35 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 02:46:35 +0000 |
commit | af310211992b9e56d55a6e3c3d99e12771656933 (patch) | |
tree | 0709fa61b04356880141a52b22442f1c94689dd0 /media-libs/libmatroska | |
parent | Remove 0.1 and 0.2 branch and deprecated 0.3 version (diff) | |
download | gentoo-2-af310211992b9e56d55a6e3c3d99e12771656933.tar.gz gentoo-2-af310211992b9e56d55a6e3c3d99e12771656933.tar.bz2 gentoo-2-af310211992b9e56d55a6e3c3d99e12771656933.zip |
Remove old.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libmatroska/files/libmatroska-0.8.1-respectflags.patch | 11 | ||||
-rw-r--r-- | media-libs/libmatroska/files/libmatroska-0.9.0-respectflags.patch | 11 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.8.1.ebuild | 41 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.9.0.ebuild | 42 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-1.0.0.ebuild | 41 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-1.1.0.ebuild | 41 |
7 files changed, 7 insertions, 188 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index 04224e4401bb..8018b3fc1160 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libmatroska # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.99 2011/11/20 10:22:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.100 2011/11/27 02:46:27 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> -libmatroska-0.8.1.ebuild, + -files/libmatroska-0.8.1-respectflags.patch, -libmatroska-0.9.0.ebuild, + -files/libmatroska-0.9.0-respectflags.patch, -libmatroska-1.0.0.ebuild, + -libmatroska-1.1.0.ebuild: + Remove old. 20 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> libmatroska-1.2.0.ebuild: ppc/ppc64 stable wrt #376399 diff --git a/media-libs/libmatroska/files/libmatroska-0.8.1-respectflags.patch b/media-libs/libmatroska/files/libmatroska-0.8.1-respectflags.patch deleted file mode 100644 index de9e302f7894..000000000000 --- a/media-libs/libmatroska/files/libmatroska-0.8.1-respectflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- make/linux/Makefile.old 2007-02-24 17:51:03.000000000 +0100 -+++ make/linux/Makefile 2007-02-24 17:52:24.000000000 +0100 -@@ -102,7 +102,7 @@ - $(RANLIB) $@ - - $(LIBRARY_SO): $(objects_so) -- $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml -+ $(CXX) $(LINKFLAGS) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml - rm -f $(LIBRARY_SO) - ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO) - diff --git a/media-libs/libmatroska/files/libmatroska-0.9.0-respectflags.patch b/media-libs/libmatroska/files/libmatroska-0.9.0-respectflags.patch deleted file mode 100644 index 2a7f7e29a983..000000000000 --- a/media-libs/libmatroska/files/libmatroska-0.9.0-respectflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- make/linux/Makefile.orig 2010-06-05 10:05:18.000000000 -0600 -+++ make/linux/Makefile 2010-06-05 10:05:50.000000000 -0600 -@@ -99,7 +99,7 @@ - $(RANLIB) $@
-
- $(LIBRARY_SO): $(objects_so)
-- $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
-+ $(CXX) $(LINKFLAGS) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
- rm -f $(LIBRARY_SO)
- ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-
diff --git a/media-libs/libmatroska/libmatroska-0.8.1.ebuild b/media-libs/libmatroska/libmatroska-0.8.1.ebuild deleted file mode 100644 index bdf8e8849e6b..000000000000 --- a/media-libs/libmatroska/libmatroska-0.8.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.1.ebuild,v 1.11 2010/06/05 22:30:11 beandog Exp $ - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Extensible multimedia container format based on EBML" -HOMEPAGE="http://www.matroska.org/" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="<dev-libs/libebml-0.8.0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-respectflags.patch" -} - -src_compile() { - cd "${S}/make/linux" - - #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test-flags -finput-charset=ISO8859-15) - - emake PREFIX=/usr \ - LIBEBML_INCLUDE_DIR=/usr/include/ebml \ - LIBEBML_LIB_DIR=/usr/$(get_libdir) \ - CXX="$(tc-getCXX)" || die "make failed" -} - -src_install() { - cd "${S}/make/linux" - - emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" install || die "make install failed" - dodoc "${S}/ChangeLog" -} diff --git a/media-libs/libmatroska/libmatroska-0.9.0.ebuild b/media-libs/libmatroska/libmatroska-0.9.0.ebuild deleted file mode 100644 index aa73e1098324..000000000000 --- a/media-libs/libmatroska/libmatroska-0.9.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.9.0.ebuild,v 1.6 2010/10/15 21:41:12 ranger Exp $ - -EAPI="2" - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Extensible multimedia container format based on EBML" -HOMEPAGE="http://www.matroska.org/" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-libs/libebml-0.8.0 - <dev-libs/libebml-1.0.0" - -src_prepare() { - epatch "${FILESDIR}/${P}-respectflags.patch" -} - -src_compile() { - cd "${S}/make/linux" - - #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test-flags -finput-charset=ISO8859-15) - - emake PREFIX=/usr \ - LIBEBML_INCLUDE_DIR=/usr/include/ebml \ - LIBEBML_LIB_DIR=/usr/$(get_libdir) \ - CXX="$(tc-getCXX)" || die "make failed" -} - -src_install() { - cd "${S}/make/linux" - - emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" install || die "make install failed" - dodoc "${S}/ChangeLog" -} diff --git a/media-libs/libmatroska/libmatroska-1.0.0.ebuild b/media-libs/libmatroska/libmatroska-1.0.0.ebuild deleted file mode 100644 index 9271e7ac050d..000000000000 --- a/media-libs/libmatroska/libmatroska-1.0.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-1.0.0.ebuild,v 1.4 2011/05/28 11:48:07 ranger Exp $ - -EAPI="2" - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Extensible multimedia container format based on EBML" -HOMEPAGE="http://www.matroska.org/" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-libs/libebml-1.0.0" - -src_prepare() { - epatch "${FILESDIR}/${P}-respectflags.patch" -} - -src_compile() { - cd "${S}/make/linux" - - #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test-flags -finput-charset=ISO8859-15) - - emake PREFIX=/usr \ - LIBEBML_INCLUDE_DIR=/usr/include/ebml \ - LIBEBML_LIB_DIR=/usr/$(get_libdir) \ - CXX="$(tc-getCXX)" || die "make failed" -} - -src_install() { - cd "${S}/make/linux" - - emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" install || die "make install failed" - dodoc "${S}/ChangeLog" -} diff --git a/media-libs/libmatroska/libmatroska-1.1.0.ebuild b/media-libs/libmatroska/libmatroska-1.1.0.ebuild deleted file mode 100644 index fd1628147ee0..000000000000 --- a/media-libs/libmatroska/libmatroska-1.1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-1.1.0.ebuild,v 1.1 2011/02/02 05:41:50 radhermit Exp $ - -EAPI="2" - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Extensible multimedia container format based on EBML" -HOMEPAGE="http://www.matroska.org/" -SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" - -DEPEND=">=dev-libs/libebml-1.2.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/make/linux" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.0.0-respectflags.patch" -} - -src_compile() { - #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test-flags -finput-charset=ISO8859-15) - - emake PREFIX=/usr \ - LIBEBML_INCLUDE_DIR=/usr/include/ebml \ - LIBEBML_LIB_DIR=/usr/$(get_libdir) \ - CXX="$(tc-getCXX)" || die "make failed" -} - -src_install() { - emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" install || die "make install failed" - dodoc "${WORKDIR}/${P}/ChangeLog" -} |