From 55eebf56edc0a6babdaf542a500e610e77720df1 Mon Sep 17 00:00:00 2001 From: Quetzaly Daniela Solano Gómez Date: Tue, 9 May 2023 07:52:03 -0500 Subject: */*: Remove obsolete builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Quetzaly Daniela Solano Gómez --- app-backup/duplicity/Manifest | 4 -- app-backup/duplicity/duplicity-0.8.22.ebuild | 54 ------------------ .../files/duplicity-0.8.22-fix-docs-cmd.patch | 20 ------- app-backup/duplicity/metadata.xml | 42 -------------- dev-vcs/git-extras/Manifest | 4 -- dev-vcs/git-extras/git-extras-5.1.0-r1.ebuild | 34 ----------- dev-vcs/git-extras/git-extras-5.1.0.ebuild | 34 ----------- dev-vcs/git-extras/metadata.xml | 8 --- media-libs/qhull/Manifest | 5 -- media-libs/qhull/files/qhull-2012.1-64bit.patch | 32 ----------- .../files/qhull-2020.2-deprecated-pkgconfig.patch | 8 --- .../files/qhull-2020.2-deprecated-pkgconfig.patch | 8 --- media-libs/qhull/metadata.xml | 24 -------- media-libs/qhull/qhull-2020.2-r2.ebuild | 65 ---------------------- media-radio/fldigi/Manifest | 3 - media-radio/fldigi/fldigi-4.1.19.ebuild | 53 ------------------ media-radio/fldigi/metadata.xml | 16 ------ 17 files changed, 414 deletions(-) delete mode 100644 app-backup/duplicity/Manifest delete mode 100644 app-backup/duplicity/duplicity-0.8.22.ebuild delete mode 100644 app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch delete mode 100644 app-backup/duplicity/metadata.xml delete mode 100644 dev-vcs/git-extras/Manifest delete mode 100644 dev-vcs/git-extras/git-extras-5.1.0-r1.ebuild delete mode 100644 dev-vcs/git-extras/git-extras-5.1.0.ebuild delete mode 100644 dev-vcs/git-extras/metadata.xml delete mode 100644 media-libs/qhull/Manifest delete mode 100644 media-libs/qhull/files/qhull-2012.1-64bit.patch delete mode 100644 media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch delete mode 100644 media-libs/qhull/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch delete mode 100644 media-libs/qhull/metadata.xml delete mode 100644 media-libs/qhull/qhull-2020.2-r2.ebuild delete mode 100644 media-radio/fldigi/Manifest delete mode 100644 media-radio/fldigi/fldigi-4.1.19.ebuild delete mode 100644 media-radio/fldigi/metadata.xml diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest deleted file mode 100644 index 63ad2af..0000000 --- a/app-backup/duplicity/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX duplicity-0.8.22-fix-docs-cmd.patch 636 BLAKE2B b35c164689104cf545a0bdb4d103fbab33e7f3ca231523ccb12e672863f601b42ce3de7ee2ba10b3efb118f413bd295f1b7e436ae702624bfe1f4cff6587a4be SHA512 c13b000352e6241d2454ff5ae206cd7ccf9e2594caa3be60a2adb4894020d812dd3720d0fffe16ca3e8402e448b174ff7d9137349dfda77fd724545b058f59b6 -DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa SHA512 474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a -EBUILD duplicity-0.8.22.ebuild 1248 BLAKE2B 85668ec97f141d8f9de047a9df47b0e1f8e76e13b22faa70307ab5f0099219da1a9c29d3e64ac374d3fc3904f6055fafcb5fce59373225df766232a4632dd9a9 SHA512 21de39ebdefd44623fec5ac15237dc6c4cfc0e73570eaab68cd6c7b08bc51678e93e4ebfdba996ad7d640d8e8a6e2eebcc6424207c860f8cdad2fd8ce40f04c1 -MISC metadata.xml 1464 BLAKE2B ce583c0e3d2a4b51e8c7afdecd6032bee99fdbbd1a435772587812b1cf87275f9f00d73b7bd6b7f0b7992d2947058e40a1b37fcd775e1c0902e81ebb55d92390 SHA512 bbeb13d7d9728e930eaf2f40fc03ef75234e3c27e532e5e1d069e8da44a0ddfe1b406c53588413a83985b03c94207c8ce1739ccf60e8d114abfde817375ea0fc diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild b/app-backup/duplicity/duplicity-0.8.22.ebuild deleted file mode 100644 index caee1f1..0000000 --- a/app-backup/duplicity/duplicity-0.8.22.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Secure backup system using gnupg to encrypt data" -HOMEPAGE="https://duplicity.gitlab.io/" -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="s3 test" - -CDEPEND=" - net-libs/librsync - app-crypt/gnupg - dev-python/fasteners[${PYTHON_USEDEP}] -" -DEPEND="${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - app-arch/par2cmdline - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND} - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - s3? ( || ( - dev-python/boto3[${PYTHON_USEDEP}] - dev-python/boto[${PYTHON_USEDEP}] - ) ) -" - -RESTRICT="test" - -PATCHES=( - "${FILESDIR}/${P}-fix-docs-cmd.patch" -) - -python_test() { - esetup.py test -} - -pkg_postinst() { - elog "Duplicity has many optional dependencies to support various backends." - elog "Currently it's up to you to install them as necessary." -} diff --git a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch deleted file mode 100644 index 450c9f1..0000000 --- a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- duplicity-0.8.22/setup.py 2022-03-19 15:08:36.755624771 -0400 -+++ duplicity-0.8.22/setup.py 2022-03-19 15:09:38.332763172 -0400 -@@ -94,17 +94,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % Version, -- [ -- u'CHANGELOG.md', -- u'CONTRIBUTING.md', -- u'COPYING', -- u'README.md', -- u'README-LOG.md', -- u'README-REPO.md', -- u'README-TESTING.md', -- ], -- ), - ] - - if not os.environ.get(u'READTHEDOCS') == u'True': diff --git a/app-backup/duplicity/metadata.xml b/app-backup/duplicity/metadata.xml deleted file mode 100644 index c622ffb..0000000 --- a/app-backup/duplicity/metadata.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - The app-portage category contains software which works with portage or - ebuilds. - - - Die Kategorie app-portage enthält Programme für das Arbeiten mit Portage - oder Ebuilds. - - - La categoría app-portage contiene programas para trabajar con portage - o con ebuilds. - - - app-portageカテゴリにはportageかebuildと使うソフトウェアが含まれます。 - - - De app-portage categorie bevat applicaties die samenwerken met portage of - direct met ebuilds te maken hebben. - - - Nhóm app-portage chứa các ứng dụng liên quan đến - portage. - - - La categoria app-portage contiene programmi per portage o per le ebuilds. - - - A categoria app-portage contém programas que funcionam com o portage - ou ebuilds. - - - Kategoria app-portage zawiera dodatkowe programy do pracy z systemem - Portage oraz ebuildami. - - - Add support for backing up to S3 - - - diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest deleted file mode 100644 index 7a314b1..0000000 --- a/dev-vcs/git-extras/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST git-extras-5.1.0.tar.gz 147104 BLAKE2B 279f0476c2ec6f30531d77d5c348bc6c0a823a622f7ec96ae65b1b2861a7c3ab1bf66eb246d031d0cfb4e1cc5fd3c2bfbf1418bc619dc3b81c6f0d7ffdcccd0a SHA512 c9409444339b1f4cb1ab6cc6dba48facbf9b8ba1f253567749ab84a2c3be39bc6720467f3064de4b4e44083a4cafda6d470dbaf5652515c4cb6fa8b2d691b2dc -EBUILD git-extras-5.1.0-r1.ebuild 721 BLAKE2B 6ff2c0734b93960f3fcd73446fcf8f435c8e2a793224a1e9b170494541ed2667863953d923eb7121e9b7a471e15fc3f358f1a6932fdeb38189a0a2284f990155 SHA512 f3f39e6dfd870d8d70f6ac98b056639b363a5aebaaffd4d18d6697af2f65afa86c4d4ed4df4a85fe3a847877e7191f5aa0adec77e199f03b00c2ca47a0e7454c -EBUILD git-extras-5.1.0.ebuild 730 BLAKE2B 6a49f6b9d75c34ae0a2cddc8345a2d642b69d2e26017fc1d4efb6867382e56ae72e123abf55d166dfb5880372a082504dac27f86cddc77b83573bdd5e661787c SHA512 ebd185edaad7670f99446da5e8b2f246ba2b16b7c0b54103c69f05f48785697229714f4c6932601069e037455d415cc02b9918b3fe48d52391853f6370d22087 -MISC metadata.xml 254 BLAKE2B 2b84fe691bb03bd3bab9b940d8c95beba569d018f83451a447c3fe65bc56c9c4d71c277036fd1e45235fd1a972532027ab1b3726c79827c7239655df75580ea7 SHA512 0590e4d0253e87a4cace2209a206ed90a39d2ccc182fd531e87318fb689eb280a3aa1ab731db3c09d48ec47822e5086dbeed6a3ffd9a074f94b1d07b914bc4e0 diff --git a/dev-vcs/git-extras/git-extras-5.1.0-r1.ebuild b/dev-vcs/git-extras/git-extras-5.1.0-r1.ebuild deleted file mode 100644 index 8b8a625..0000000 --- a/dev-vcs/git-extras/git-extras-5.1.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" -SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - sys-apps/util-linux" -BDEPEND="virtual/awk" - -src_compile() { - : -} - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh ${PN} - - insinto /usr/share/zsh/site-functions/contrib - newins etc/git-extras-completion.zsh git-extras -} diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild deleted file mode 100644 index a773592..0000000 --- a/dev-vcs/git-extras/git-extras-5.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" -SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - sys-apps/util-linux" -BDEPEND="virtual/awk" - -src_compile() { - : -} - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh ${PN} - - insinto /usr/share/zsh/site-functions/contrib/zsh-completion - newins etc/git-extras-completion.zsh _git -} diff --git a/dev-vcs/git-extras/metadata.xml b/dev-vcs/git-extras/metadata.xml deleted file mode 100644 index 070e23e..0000000 --- a/dev-vcs/git-extras/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gentoo@sattvik.com - Daniel Solano Gómez - - diff --git a/media-libs/qhull/Manifest b/media-libs/qhull/Manifest deleted file mode 100644 index 485a50b..0000000 --- a/media-libs/qhull/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX qhull-2012.1-64bit.patch 1509 BLAKE2B d5f50bfb5229109f13ac88f46eff36d130830339c43265981b00a8e5defaf3229cd50870e379e13a2726312efd8a15e99a2683c3b3a9b1eb9bf1503b7f6b1fbe SHA512 e23c7bb4d6fb64a77647980e045b36df4f596eb64a32b27d7d6462cb2f5f7a35e0fa9985e885ed58222ec1741b2a2d1806bba155f1042bd470dcd5c721ac48c5 -AUX qhull-2020.2-deprecated-pkgconfig.patch 473 BLAKE2B 5fbc2b1b9a4cd5a6c5cff46484b943b36de2f327c051b9badc32c952373b7f250eb751b46c8884e1dcd1c23b4bd2c50e4d5b1af7129ee477e1e75aab55d1f7be SHA512 a688943f6e0210ef170cfe9a8b3f186460bd2654c30cd0b0ca30b71f3245189be76dfa3648fcb9cbfe8daee27e11bec23a7a6016abf0213f0ce418f1fb3c5654 -DIST qhull-2020.2.tar.gz 1307213 BLAKE2B db11d4b83124da3ceed95e1eb81c280ac55c871c83acd4c371f9716b57a1777105891a073282789c7a80b5d74e85164996fbe4f2140c8371bca5926eab4adbc2 SHA512 88f50c2a968f56deec61772490617cc877b0ca2d804954ade08297b9bab826076db6b960d6f1feb21c6851e5328cb11c6dd565666517fa78a3d65b901848ff36 -EBUILD qhull-2020.2-r2.ebuild 1494 BLAKE2B 4b1547348ceeed2e8283d725c71797d55e6a11c13ef136d86ba04b2715e57b2b47b35d440094eaea0b6e40b44f62c38da4d8806ac0b0742af1fcf00421d4b889 SHA512 4fa136b4eb25c3b6405470aa852e760727ca2e428401cb93e150da221cc0ada87f918ee315ba8c788397ba3bf3621468aadca8f1b27ae3e1a25e2770162bdef5 -MISC metadata.xml 1094 BLAKE2B 9667f9f89fc9717129401070888401f0db493c01e4fe73eb8168efae9c1c2d7f1a7aa234fe72f3beea7feb385dc920418a6affe4d99679736cc6a1aef212e4eb SHA512 b1e13904fe69b4535806a871cdda79fadbf294c30654fe119e7e3be0ed481dc926a9dfaffd75c2849e3eb91ebad671a6b7eca293b40a249c8ccbee6264cfdaf9 diff --git a/media-libs/qhull/files/qhull-2012.1-64bit.patch b/media-libs/qhull/files/qhull-2012.1-64bit.patch deleted file mode 100644 index 4c909c2..0000000 --- a/media-libs/qhull/files/qhull-2012.1-64bit.patch +++ /dev/null @@ -1,32 +0,0 @@ - src/libqhull/io.c | 4 ++-- - src/libqhull/stat.c | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/libqhull/io.c b/src/libqhull/io.c -index 09a0079..7ad4b35 100644 ---- a/src/libqhull/io.c -+++ b/src/libqhull/io.c -@@ -68,8 +68,8 @@ void qh_produce_output2(void) { - qh_memstatistics(qh ferr); - d_1= sizeof(setT) + (qh hull_dim - 1) * SETelemsize; - qh_fprintf(qh ferr, 8040, "\ -- size in bytes: merge %d ridge %d vertex %d facet %d\n\ -- normal %d ridge vertices %d facet vertices or neighbors %d\n", -+ size in bytes: merge %zd ridge %zd vertex %zd facet %zd\n\ -+ normal %d ridge vertices %d facet vertices or neighbors %zd\n", - (int)sizeof(mergeT), (int)sizeof(ridgeT), - (int)sizeof(vertexT), (int)sizeof(facetT), - qh normal_size, d_1, d_1 + SETelemsize); -diff --git a/src/libqhull/stat.c b/src/libqhull/stat.c -index 7dc60b9..5721130 100644 ---- a/src/libqhull/stat.c -+++ b/src/libqhull/stat.c -@@ -472,7 +472,7 @@ void qh_initstatistics(void) { - qh_allstatI(); - if (qhstat next > (int)sizeof(qhstat id)) { - qh_fprintf(qhmem.ferr, 6184, "qhull error (qh_initstatistics): increase size of qhstat.id[].\n\ -- qhstat.next %d should be <= sizeof(qhstat id) %d\n", qhstat next, (int)sizeof(qhstat id)); -+ qhstat.next %d should be <= sizeof(qhstat id) %zd\n", qhstat next, (int)sizeof(qhstat id)); - #if 0 /* for locating error, Znumridges should be duplicated */ - for(i=0; i < ZEND; i++) { - int j; diff --git a/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch b/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch deleted file mode 100644 index c83a807..0000000 --- a/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/CMakeLists.txt 2020-09-03 22:33:16.000000000 -0400 -+++ b/CMakeLists.txt 2021-01-08 14:38:26.299273173 -0500 -@@ -731,4 +731,5 @@ - set(PkgConfigLocation lib/pkgconfig) - foreach(pkgconfig IN ITEMS "${qhull_SHAREDR};Qhull reentrant shared library" -+ "${qhull_SHARED};Qhull deprecated shared library" - "${qhull_STATIC};Qhull static library" - "${qhull_STATICR};Qhull reentrant static library" diff --git a/media-libs/qhull/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch b/media-libs/qhull/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch deleted file mode 100644 index c83a807..0000000 --- a/media-libs/qhull/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/CMakeLists.txt 2020-09-03 22:33:16.000000000 -0400 -+++ b/CMakeLists.txt 2021-01-08 14:38:26.299273173 -0500 -@@ -731,4 +731,5 @@ - set(PkgConfigLocation lib/pkgconfig) - foreach(pkgconfig IN ITEMS "${qhull_SHAREDR};Qhull reentrant shared library" -+ "${qhull_SHARED};Qhull deprecated shared library" - "${qhull_STATIC};Qhull static library" - "${qhull_STATICR};Qhull reentrant static library" diff --git a/media-libs/qhull/metadata.xml b/media-libs/qhull/metadata.xml deleted file mode 100644 index 429d803..0000000 --- a/media-libs/qhull/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - - Qhull computes the convex hull, Delaunay triangulation, Voronoi - diagram, halfspace intersection about a point, furthest-site - Delaunay triangulation, and furthest-site Voronoi diagram. The - source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull - implements the Quickhull algorithm for computing the convex hull. It - handles roundoff errors from floating point arithmetic. It computes - volumes, surface areas, and approximations to the convex hull. - Qhull does not support constrained Delaunay triangulations, - triangulation of non-convex surfaces, mesh generation of non-convex - objects, or medium-sized inputs in 9-D and higher. - - - https://github.com/qhull/qhull/issues - qhull/qhull - - diff --git a/media-libs/qhull/qhull-2020.2-r2.ebuild b/media-libs/qhull/qhull-2020.2-r2.ebuild deleted file mode 100644 index b205840..0000000 --- a/media-libs/qhull/qhull-2020.2-r2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Geometry library" -HOMEPAGE="http://www.qhull.org" -SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/8" -LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc static-libs" - -DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt ) - -PATCHES=( - "${FILESDIR}/${PN}-2020.2-deprecated-pkgconfig.patch" -) - -src_prepare() { - if ! use doc ; then - sed -i \ - -e '/^install(DIRECTORY html/d' \ - -e '/^[[:blank:]]*index.htm/d' \ - CMakeLists.txt || die - fi - - sed -i \ - -e "s@lib/pkgconfig@$(get_libdir)/pkgconfig@" \ - -e "s@lib/cmake/Qhull@$(get_libdir)/cmake/Qhull@" \ - CMakeLists.txt || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_STATIC_LIBS=$(usex static-libs) - -DLINK_APPS_SHARED=ON - -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF} - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile all libqhull -} - -src_install() { - cmake_src_install - dolib.so "${BUILD_DIR}"/libqhull.so* - - # fix double prefix in pc files - sed -i "/^libdir/s@/.*@/$(get_libdir)@" "${ED}/usr/$(get_libdir)/pkgconfig/"*.pc || die - - if ! use static-libs; then - rm "${ED}/usr/$(get_libdir)/pkgconfig/qhull"{static,static_r,cpp}.pc || die - rm -r "${ED}/usr/include/libqhullcpp" || die - fi -} diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest deleted file mode 100644 index ce634af..0000000 --- a/media-radio/fldigi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST fldigi-4.1.19.tar.gz 4900636 BLAKE2B 1fa8689bc3c0a8fff24514bd306c70815039b8610673e1834f6c2b567ef0c6e9170750ef208efd58c62fc2f872865ae30e64651c57eaeb14abc96896d73d0417 SHA512 68eaeb4879e58f648827d129fad7ccb799062ad220429f29afc6c75fd50794393bf31e130ba03628e409a2703d52598d2a04dfba8780960d32b132306cc177b4 -EBUILD fldigi-4.1.19.ebuild 1310 BLAKE2B 39ebb450add3775dd9d21add20fcef616177930143a2c7b6bc4f97e9d4fafa8d0c3dd74e0f8743aac207628728dda5181f2cee1a203c39297fe1b36a147ec32f SHA512 d53136e222fa63f2060a378dbf2d741e141abf9b62f1797a39f825a0f40c6177e1cf5fed4774b57741ceee7759c76338d135d88679158f8ac837ea887f3bdb05 -MISC metadata.xml 495 BLAKE2B 9c6f1b29ffb13a553b74ded93c11d29ffdc5a02336adb8fef55b862800a1856e712cdcb06c4e7d90858712d43aafce79f6cf9a357dc0a3c3ca0fc5cdb0ff770e SHA512 fdd9bc3f065ccb354ed0ad5c6544ca70f2011828870b942f2bf2f7001bf1342f858d60a6031cf005623795d1f1d2ccbc3a42fb54dcbd465c3c73f29a928d9091 diff --git a/media-radio/fldigi/fldigi-4.1.19.ebuild b/media-radio/fldigi/fldigi-4.1.19.ebuild deleted file mode 100644 index e7144fe..0000000 --- a/media-radio/fldigi/fldigi-4.1.19.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Sound card based multimode software modem for Amateur Radio use" -HOMEPAGE="http://www.w1hkj.com" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="hamlib nls pulseaudio" -IUSE_CPU_FLAGS=" sse sse2 sse3" -IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}" - -RDEPEND="x11-libs/fltk:1[threads,xft] - media-libs/libsamplerate - media-libs/libpng:0 - x11-misc/xdg-utils - dev-perl/RPC-XML - dev-perl/Term-ReadLine-Perl - || ( - media-libs/portaudio[oss] - media-libs/portaudio[alsa] - ) - hamlib? ( media-libs/hamlib:= ) - pulseaudio? ( media-sound/pulseaudio ) - >=media-libs/libsndfile-1.0.10" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -PATCHES=() - -src_configure() { - local myconf="" - - use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse" - use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2" - use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3" - - append-cxxflags $(test-flags-CXX -std=c++14) - - econf ${myconf} \ - --with-sndfile \ - $(use_with hamlib) \ - $(use_enable nls) \ - $(use_with pulseaudio) \ - --without-asciidoc -} diff --git a/media-radio/fldigi/metadata.xml b/media-radio/fldigi/metadata.xml deleted file mode 100644 index ce4abca..0000000 --- a/media-radio/fldigi/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - tomjbe@gentoo.org - Thomas Beierlein - - - Enables support by the Hamlib amateur radio - rig control library to get/set frequency and mode of the - ham radio in use - - - fldigi - - -- cgit v1.2.3-65-gdbad