diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-libs/libltc | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'media-libs/libltc')
| -rw-r--r-- | media-libs/libltc/Manifest | 1 | ||||
| -rw-r--r-- | media-libs/libltc/libltc-1.3.2.ebuild | 33 | ||||
| -rw-r--r-- | media-libs/libltc/libltc-9999.ebuild | 33 | ||||
| -rw-r--r-- | media-libs/libltc/metadata.xml | 12 |
4 files changed, 0 insertions, 79 deletions
diff --git a/media-libs/libltc/Manifest b/media-libs/libltc/Manifest deleted file mode 100644 index 9ba280807062..000000000000 --- a/media-libs/libltc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libltc-1.3.2.tar.gz 449921 BLAKE2B 8a6b3452245f72e918b4a105854d751ca66780ce4627aca54bb0d1342c5a1e77e614103da15037f71b89d44c62b35230a6240e42af287c442e6049c2ad9c85a6 SHA512 3b29b7da1ad9f85c62068b927abec9b3963a77558b46b3ee7681f360642570935becedcf95436574a8a7b456c7e0b414131571d71c6903139f9e7565968278a6 diff --git a/media-libs/libltc/libltc-1.3.2.ebuild b/media-libs/libltc/libltc-1.3.2.ebuild deleted file mode 100644 index 19a2a8ecf813..000000000000 --- a/media-libs/libltc/libltc-1.3.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Linear/Logitudinal Time Code (LTC) Library" -HOMEPAGE="https://github.com/x42/libltc" -if [[ ${PV} == *9999 ]]; then - inherit git-r3 autotools - EGIT_REPO_URI="https://github.com/x42/libltc" -else - inherit libtool - SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64" -fi -LICENSE="LGPL-3" -SLOT="0" -RESTRICT="mirror" - -src_prepare() { - default - - if [[ ${PV} = *9999 ]]; then - eautoreconf - else - elibtoolize - fi -} - -src_install() { - default - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -} diff --git a/media-libs/libltc/libltc-9999.ebuild b/media-libs/libltc/libltc-9999.ebuild deleted file mode 100644 index 3049a511a985..000000000000 --- a/media-libs/libltc/libltc-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Linear/Logitudinal Time Code (LTC) Library" -HOMEPAGE="https://github.com/x42/libltc" -if [[ ${PV} == *9999 ]]; then - inherit git-r3 autotools - EGIT_REPO_URI="https://github.com/x42/libltc" -else - inherit libtool - SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64" -fi -LICENSE="LGPL-3" -SLOT="0" -RESTRICT="mirror" - -src_prepare() { - default - - if [[ ${PV} = *9999 ]]; then - eautoreconf - else - elibtoolize - fi -} - -src_install() { - default - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -} diff --git a/media-libs/libltc/metadata.xml b/media-libs/libltc/metadata.xml deleted file mode 100644 index 8ca4291331de..000000000000 --- a/media-libs/libltc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>proaudio@gentoo.org</email> - <name>Gentoo ProAudio Project</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/x42/libltc/issues</bugs-to> - <remote-id type="github">x42/libltc</remote-id> - </upstream> -</pkgmetadata> |
