diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 01:51:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 01:51:49 +0000 |
commit | 6bbc4dd75018d9bb898c076348a6d22d11a4acac (patch) | |
tree | 00fa0e94dbf681a3b4ea06cb510069c89df18e11 /media-libs/libmatroska | |
parent | No longer used bundled jars (bug #63275). (diff) | |
download | gentoo-2-6bbc4dd75018d9bb898c076348a6d22d11a4acac.tar.gz gentoo-2-6bbc4dd75018d9bb898c076348a6d22d11a4acac.tar.bz2 gentoo-2-6bbc4dd75018d9bb898c076348a6d22d11a4acac.zip |
Use test-flags instead of deprecated test_flag function.
(Portage version: 2.0.53)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.7.6.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.7.7.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.8.0.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index 19cc2f13b122..749c260ad756 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmatroska # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.63 2005/11/07 09:28:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.64 2005/12/09 01:51:49 flameeyes Exp $ + + 09 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + libmatroska-0.7.3-r1.ebuild, libmatroska-0.7.6.ebuild, + libmatroska-0.7.7.ebuild, libmatroska-0.8.0.ebuild: + Use test-flags instead of deprecated test_flag function. 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> libmatroska-0.8.0.ebuild: diff --git a/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild b/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild index 1475eef193ab..c25941fc296b 100644 --- a/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild +++ b/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild,v 1.7 2005/05/15 16:44:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.3-r1.ebuild,v 1.8 2005/12/09 01:51:49 flameeyes Exp $ IUSE="" @@ -36,7 +36,7 @@ src_compile() { use ppc && append-flags -fPIC #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test_flag -finput-charset=ISO8859-15) + append-flags $(test-flags -finput-charset=ISO8859-15) make PREFIX=/usr \ LIBEBML_INCLUDE_DIR=/usr/include/ebml \ diff --git a/media-libs/libmatroska/libmatroska-0.7.6.ebuild b/media-libs/libmatroska/libmatroska-0.7.6.ebuild index 3f011ed57522..6621baa5a05c 100644 --- a/media-libs/libmatroska/libmatroska-0.7.6.ebuild +++ b/media-libs/libmatroska/libmatroska-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.6.ebuild,v 1.10 2005/10/31 23:10:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.6.ebuild,v 1.11 2005/12/09 01:51:49 flameeyes Exp $ IUSE="" @@ -32,7 +32,7 @@ src_compile() { append-flags -fPIC #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test_flag -finput-charset=ISO8859-15) + append-flags $(test-flags -finput-charset=ISO8859-15) emake PREFIX=/usr \ LIBEBML_INCLUDE_DIR=/usr/include/ebml \ diff --git a/media-libs/libmatroska/libmatroska-0.7.7.ebuild b/media-libs/libmatroska/libmatroska-0.7.7.ebuild index 108ac50737fc..09f85559faeb 100644 --- a/media-libs/libmatroska/libmatroska-0.7.7.ebuild +++ b/media-libs/libmatroska/libmatroska-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.7.ebuild,v 1.2 2005/10/31 23:10:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.7.ebuild,v 1.3 2005/12/09 01:51:49 flameeyes Exp $ IUSE="" @@ -27,7 +27,7 @@ src_compile() { cd ${S}/make/linux #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test_flag -finput-charset=ISO8859-15) + append-flags $(test-flags -finput-charset=ISO8859-15) emake PREFIX=/usr \ LIBEBML_INCLUDE_DIR=/usr/include/ebml \ diff --git a/media-libs/libmatroska/libmatroska-0.8.0.ebuild b/media-libs/libmatroska/libmatroska-0.8.0.ebuild index ef34f1a0d366..385685cef164 100644 --- a/media-libs/libmatroska/libmatroska-0.8.0.ebuild +++ b/media-libs/libmatroska/libmatroska-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.0.ebuild,v 1.2 2005/11/07 09:28:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.0.ebuild,v 1.3 2005/12/09 01:51:49 flameeyes Exp $ IUSE="" @@ -27,7 +27,7 @@ src_compile() { cd ${S}/make/linux #fixes locale for gcc3.4.0 to close bug 52385 - append-flags $(test_flag -finput-charset=ISO8859-15) + append-flags $(test-flags -finput-charset=ISO8859-15) emake PREFIX=/usr \ LIBEBML_INCLUDE_DIR=/usr/include/ebml \ |