summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-25 18:58:00 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-25 18:58:00 +0000
commit1e087bd6a4830729d9956e84df376c4f4cfd5508 (patch)
tree311980573c8ef0469efb495ebca06f6d6788679c /media-libs/libvpx
parentDrop old (diff)
downloadgentoo-2-1e087bd6a4830729d9956e84df376c4f4cfd5508.tar.gz
gentoo-2-1e087bd6a4830729d9956e84df376c4f4cfd5508.tar.bz2
gentoo-2-1e087bd6a4830729d9956e84df376c4f4cfd5508.zip
add a comment on how to generate the testdata tarball
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/ChangeLog5
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog
index fd2405c7b24d..dca94e7e8d79 100644
--- a/media-libs/libvpx/ChangeLog
+++ b/media-libs/libvpx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.89 2013/06/25 18:45:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.90 2013/06/25 18:58:00 aballier Exp $
+
+ 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+ add a comment on how to generate the testdata tarball
25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
provide a testdata tarball so that it doesnt try to redownload them in
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index 97af3119959e..b4e7dc6b5a48 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.40 2013/06/25 18:45:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.41 2013/06/25 18:58:00 aballier Exp $
EAPI=4
inherit multilib toolchain-funcs multilib-minimal
@@ -19,6 +19,8 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
fi
+# generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
+# it.
SRC_URI="${SRC_URI}
test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"