summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild')
-rw-r--r--media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild b/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild
deleted file mode 100644
index 348e5e72d02b..000000000000
--- a/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-MY_PN=${PN/-wez}
-
-DESCRIPTION="command line program for reading, parsing and setting iTunes-style metadata in MPEG4 files"
-HOMEPAGE="https://github.com/wez/atomicparsley"
-SRC_URI="https://bitbucket.org/wez/${MY_PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="sys-libs/zlib
- !media-video/atomicparsley"
-DEPEND="${RDEPEND}"
-
-DOCS=(Changes.txt CREDITS)
-
-src_unpack() {
- unpack ${A} || die
- mv *-${MY_PN}-* "${S}" || die
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- append-flags -fno-strict-aliasing
- econf
-}