summaryrefslogtreecommitdiff
path: root/media-libs/libltc/libltc-1.3.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libltc/libltc-1.3.1-r1.ebuild')
-rw-r--r--media-libs/libltc/libltc-1.3.1-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/libltc/libltc-1.3.1-r1.ebuild b/media-libs/libltc/libltc-1.3.1-r1.ebuild
deleted file mode 100644
index 5a4b897e7335..000000000000
--- a/media-libs/libltc/libltc-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Linear/Logitudinal Time Code (LTC) Library"
-HOMEPAGE="https://github.com/x42/libltc.git"
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3 autotools
- EGIT_REPO_URI="https://github.com/x42/libltc.git"
-else
- 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
-
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_install() {
- default
- find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}