diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-07 14:45:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-24 22:02:43 +0100 |
commit | 9372e93a74a570c8490e176fce64da6033cb0c8f (patch) | |
tree | 97cf85a60d483a901f297afbb1e3531ec5d0b5a5 /dev-libs/libudfread | |
parent | sci-chemistry/votca: drop 2022 (diff) | |
download | gentoo-9372e93a74a570c8490e176fce64da6033cb0c8f.tar.gz gentoo-9372e93a74a570c8490e176fce64da6033cb0c8f.tar.bz2 gentoo-9372e93a74a570c8490e176fce64da6033cb0c8f.zip |
dev-libs/libudfread: drop 1.1.0, 1.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libudfread')
-rw-r--r-- | dev-libs/libudfread/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libudfread/libudfread-1.1.0.ebuild | 37 | ||||
-rw-r--r-- | dev-libs/libudfread/libudfread-1.1.1.ebuild | 37 |
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-libs/libudfread/Manifest b/dev-libs/libudfread/Manifest index dffe0c119ee2..6bda96d9380a 100644 --- a/dev-libs/libudfread/Manifest +++ b/dev-libs/libudfread/Manifest @@ -1,3 +1 @@ -DIST libudfread-1.1.0.tar.gz 33506 BLAKE2B e7fab72ebecb372c54af77b4907e53f77a5503af66e129bd2083ef7f4209ebfbed163ffd552e32b7181829664fff6ab82a1cdf00c81dc6f3cc6bfc8fa7242f6e SHA512 340a03fe90d26a8a5c78e1e4f558a0b448a14332a661494f44af7de3e6c98cd219125e19f69d2a611ecb4870648a5d5b55d794e665eb8ec4192c0b499a0701ed -DIST libudfread-1.1.1.tar.gz 33546 BLAKE2B 2a9781d2db569ca5787b0fa27b75b790d21b78454727f7377fde511abe2426912d44fd14fc6954b59e8a6b152a1f4ca95dc0b4759cc7472490f42c0158e1f418 SHA512 7c7a4553f2cea82a4496799376380ba75285b82cdf37e701d28d723d760e936b7e625223cd162bccc5c65aca3ef721c6af839bd4c75928237cb3c77eaaeb23db DIST libudfread-1.1.2.tar.gz 33744 BLAKE2B 1801d84a0ca38410a78f23e7d44f37e6d53346753c853df2e7380d259ce1ae7f0c712825b95a5753ad0bc6360cfffe1888b9e7bc30da8b84549e0f1198248f61 SHA512 3069feb5db40288beb5b112b285186162a704f0fdd3cf67a17fd4eeea015f2cfcfbb455b7aa7c3d79d00fd095a3fd11cffc7b121dce94d99c3b06a509a8977d2 diff --git a/dev-libs/libudfread/libudfread-1.1.0.ebuild b/dev-libs/libudfread/libudfread-1.1.0.ebuild deleted file mode 100644 index f4fb055b98c6..000000000000 --- a/dev-libs/libudfread/libudfread-1.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib-minimal - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://code.videolan.org/videolan/${PN}.git" - inherit git-r3 -else - SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="Library for reading UDF from raw devices and image files" -HOMEPAGE="https://code.videolan.org/videolan/libudfread/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="static-libs" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -delete || die - if ! use static-libs ; then - find "${D}" -name '*.a' -delete || die - fi -} diff --git a/dev-libs/libudfread/libudfread-1.1.1.ebuild b/dev-libs/libudfread/libudfread-1.1.1.ebuild deleted file mode 100644 index bff247f809fb..000000000000 --- a/dev-libs/libudfread/libudfread-1.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib-minimal - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://code.videolan.org/videolan/${PN}.git" - inherit git-r3 -else - SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 x86" -fi - -DESCRIPTION="Library for reading UDF from raw devices and image files" -HOMEPAGE="https://code.videolan.org/videolan/libudfread/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="static-libs" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -delete || die - if ! use static-libs ; then - find "${D}" -name '*.a' -delete || die - fi -} |