diff options
author | Peter Levine <plevine457@gmail.com> | 2023-07-20 21:43:54 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-26 04:49:57 +0100 |
commit | de9597dccf30cd5cad1ff6afe98fa306368d84a9 (patch) | |
tree | 9b346229b5530e52d347feb9b2d58e39e3b7dbd8 /media-libs/amf-headers | |
parent | media-libs/amf-headers: add 1.4.30 (diff) | |
download | gentoo-de9597dccf30cd5cad1ff6afe98fa306368d84a9.tar.gz gentoo-de9597dccf30cd5cad1ff6afe98fa306368d84a9.tar.bz2 gentoo-de9597dccf30cd5cad1ff6afe98fa306368d84a9.zip |
media-libs/amf-headers: drop 1.4.23, 1.4.24
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/amf-headers')
-rw-r--r-- | media-libs/amf-headers/Manifest | 2 | ||||
-rw-r--r-- | media-libs/amf-headers/amf-headers-1.4.23.ebuild | 34 | ||||
-rw-r--r-- | media-libs/amf-headers/amf-headers-1.4.24.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/media-libs/amf-headers/Manifest b/media-libs/amf-headers/Manifest index a68c6c0984bf..ff3863685997 100644 --- a/media-libs/amf-headers/Manifest +++ b/media-libs/amf-headers/Manifest @@ -1,4 +1,2 @@ -DIST amf-headers-1.4.23.tar.gz 14971091 BLAKE2B d569851ccb5b3cd57bfff3e6475207e9f01681c2215add160a83165653efce2f0c8acc41a49c227952a649f0cfe92e7e713fbee8bd45b0489844c19e83fa5c74 SHA512 98b2b7d634ac24be5c5234fad99d58c9668b2dab83e89162a0508f9b06efec5de29b307534dc1dd677f9586be2c4fa58c8f04a535d5e66fa0be3b233a117a5d7 -DIST amf-headers-1.4.24.tar.gz 180663559 BLAKE2B 68d5da7a3398393f30c8dcea8d2398cb8140e29f1ed92e6a0e801531ece9af614ddb4e8ea647665352da8f2f107a574dd5d016f3244527f85e6867339c5e4901 SHA512 6183ca9ebf430b444b0754400566c8f84f6957d652c1f288ac181f308e34f418f2f138c34b2f2840079cc04c8a17ba757996650783c7e40482a36c9949667995 DIST amf-headers-1.4.26.tar.gz 178442976 BLAKE2B a6ef9e69a2d8caab94e5d17d6bd777b3b01683e6bcdd6872df0148f742fb7bc5c4927143239320a01c3f74f033e9a3665bbcd3698949c6f66fcaf31e1edbe3f2 SHA512 2c931ef7d38ade88a96041e0012605a5d25ec484bb2134f58310cf1a2c7212a869797cef99e2e751c8a6b3c473ba1f8762d4a5d41466d38cb5e31bf664a25f55 DIST amf-headers-1.4.30.tar.gz 147376939 BLAKE2B 5d2f6b3d2d2bed675896dc629baed117b986320bedd8a680c8aa19b3f46c0e6af4e51925573da95cb8c2032727f0f96806c3bffcb3130020b3ade608e467859e SHA512 b9412105ebafc578178259d06f6da25f6b21593d65aea389a34f980c6efe14820895122cc8dee5d2e505ba35cad0f7d4f2e6cd79071f32ccb0272ff804d53109 diff --git a/media-libs/amf-headers/amf-headers-1.4.23.ebuild b/media-libs/amf-headers/amf-headers-1.4.23.ebuild deleted file mode 100644 index f96ac72bc0e6..000000000000 --- a/media-libs/amf-headers/amf-headers-1.4.23.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" -else - SRC_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="The Advanced Media Framework (AMF) SDK" -HOMEPAGE="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -S="${WORKDIR}/AMF-${PV}" - -src_unpack() { - default - - if [[ ${PV} == 9999 ]]; then - git-r3_src_unpack - fi -} - -src_install() { - insinto "/usr/include/AMF" - doins -r "${S}/amf/public/include/"* -} diff --git a/media-libs/amf-headers/amf-headers-1.4.24.ebuild b/media-libs/amf-headers/amf-headers-1.4.24.ebuild deleted file mode 100644 index f96ac72bc0e6..000000000000 --- a/media-libs/amf-headers/amf-headers-1.4.24.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" -else - SRC_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="The Advanced Media Framework (AMF) SDK" -HOMEPAGE="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -S="${WORKDIR}/AMF-${PV}" - -src_unpack() { - default - - if [[ ${PV} == 9999 ]]; then - git-r3_src_unpack - fi -} - -src_install() { - insinto "/usr/include/AMF" - doins -r "${S}/amf/public/include/"* -} |