megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
changeset 42:553a94c5ca9e
qt-faststart-python: added 1.8.0, renamed 20111101 to 1.6
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sat, 28 Sep 2013 16:59:35 +0200 |
parents | 8b8b7ef28927 |
children | d842e6476e9a |
files | media-video/qt-faststart-python/Manifest media-video/qt-faststart-python/qt-faststart-python-1.6.ebuild media-video/qt-faststart-python/qt-faststart-python-1.8.0.ebuild media-video/qt-faststart-python/qt-faststart-python-20111101.ebuild |
diffstat | 4 files changed, 60 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/media-video/qt-faststart-python/Manifest Sat Sep 28 16:02:17 2013 +0200 +++ b/media-video/qt-faststart-python/Manifest Sat Sep 28 16:59:35 2013 +0200 @@ -1,1 +1,2 @@ -EBUILD qt-faststart-python-20111101.ebuild 688 RMD160 9f5e8ec26e8bbdfbb2864e56e579c7f6a00d403c SHA1 72b7a427f6718a9ae734eeb293f6f454329d82f8 SHA256 8735c32c47175c2929ee264fdf4598174acca7876fc3e427ed405ea2406ddd76 +EBUILD qt-faststart-python-1.6.ebuild 688 SHA256 8735c32c47175c2929ee264fdf4598174acca7876fc3e427ed405ea2406ddd76 SHA512 bec4c2ec36cb787eb00138b3f4215eff39420aa02a63b614d219af5d8dafc8d185497d24bb072bec7f5b66cde3dd76c2cd66a41cc9f4b2c3743e20d235bbd2cc WHIRLPOOL 20a93e93ac56c85ef5c109076a47cbc660358be8d0525a2b024d7b4cad40053541633997e08520ecdef41e2dda95ad2e84aa56ddbbaed17f7d6af719f3535c21 +EBUILD qt-faststart-python-1.8.0.ebuild 688 SHA256 de57b88716bcd1535a40d841039a6e1011b2481f55ff4e92ea8e7a0c8a3a4ec0 SHA512 25d1d31902126ada48c2f695cdeecf9f9451bf3bd6d820918fb5c78bb5032a0635acb1db6ec7b193031e959287dd91e7bb69257a701c8cf56944c75ce61f0879 WHIRLPOOL ad69e8a6e4bb204f939db48cc0174d008b6c8b219809b7c547a476371101ff84daad4760ee423082856c81318dd70ed1403fd461999387c9d7eddf571be8f0ce
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-video/qt-faststart-python/qt-faststart-python-1.6.ebuild Sat Sep 28 16:59:35 2013 +0200 @@ -0,0 +1,29 @@ +# ebuild from gentoo-overlay.megacoffee.net, author: dneuge +# Distributed under the terms of the GNU General Public License v2 +# feel free to use, modify and upload somewhere else without naming + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils +inherit git-2 + +DESCRIPTION="Quicktime atom positioning in Python for fast streaming" +HOMEPAGE="https://github.com/danielgtaylor/qtfaststart" + +EGIT_REPO_URI="https://github.com/danielgtaylor/qtfaststart.git" +EGIT_COMMIT="eb8594dd206d7ca175420aea397bba1cb8e5300f" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + distutils_src_prepare +} + +src_install() { + distutils_src_install +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-video/qt-faststart-python/qt-faststart-python-1.8.0.ebuild Sat Sep 28 16:59:35 2013 +0200 @@ -0,0 +1,29 @@ +# ebuild from gentoo-overlay.megacoffee.net, author: dneuge +# Distributed under the terms of the GNU General Public License v2 +# feel free to use, modify and upload somewhere else without naming + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils +inherit git-2 + +DESCRIPTION="Quicktime atom positioning in Python for fast streaming" +HOMEPAGE="https://github.com/danielgtaylor/qtfaststart" + +EGIT_REPO_URI="https://github.com/danielgtaylor/qtfaststart.git" +EGIT_COMMIT="a2649843228fb49c3a6bd0335960f70c45752e78" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + distutils_src_prepare +} + +src_install() { + distutils_src_install +}
--- a/media-video/qt-faststart-python/qt-faststart-python-20111101.ebuild Sat Sep 28 16:02:17 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# ebuild from gentoo-overlay.megacoffee.net, author: dneuge -# Distributed under the terms of the GNU General Public License v2 -# feel free to use, modify and upload somewhere else without naming - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils -inherit git-2 - -DESCRIPTION="Quicktime atom positioning in Python for fast streaming" -HOMEPAGE="https://github.com/danielgtaylor/qtfaststart" - -EGIT_REPO_URI="https://github.com/danielgtaylor/qtfaststart.git" -EGIT_COMMIT="eb8594dd206d7ca175420aea397bba1cb8e5300f" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - distutils_src_prepare -} - -src_install() { - distutils_src_install -}