diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-26 19:30:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 13:26:13 +0100 |
commit | bdd397a99d6f3a152e9ccdd6910ea16120916562 (patch) | |
tree | b91af39aadd79f1f6a272d8ce9ef82e1058d0f49 /media-sound/pamix | |
parent | media-sound/pamix: Various upstream fixes and port 1.6 to EAPI-7 (diff) | |
download | gentoo-bdd397a99d6f3a152e9ccdd6910ea16120916562.tar.gz gentoo-bdd397a99d6f3a152e9ccdd6910ea16120916562.tar.bz2 gentoo-bdd397a99d6f3a152e9ccdd6910ea16120916562.zip |
media-sound/pamix: Drop 1.5
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/pamix')
-rw-r--r-- | media-sound/pamix/Manifest | 1 | ||||
-rw-r--r-- | media-sound/pamix/pamix-1.5.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest index bb947b2e9df9..29aed1f0f4c0 100644 --- a/media-sound/pamix/Manifest +++ b/media-sound/pamix/Manifest @@ -1,2 +1 @@ -DIST pamix-1.5.tar.gz 16902 BLAKE2B 4f7612cb870f84110b8cc31a061afecb7c2aeb8d073887cde671bbaf8702db83b8cfe4e7b06e9260c6925c4334c1cb46175612f87d4ed625181179f615b6e954 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938 DIST pamix-1.6.tar.gz 18552 BLAKE2B 35cc2844cf0d5824c961a226f1b857b3ac070dc5c4fc802a9aa21a3317f9afdc42fb87e18d9e9a61276ace66a93d42c256e7811e946e3f9fba19f645ab8f07ef SHA512 53f3a892b41418cdbfff28d29636997e777ab9e1042f002e1df47735941e5a34f0391866939c539594d22f0b3f0cbd1ad5342dc5663d816e12354ae9e744d5f8 diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild deleted file mode 100644 index 261d33492f6d..000000000000 --- a/media-sound/pamix/pamix-1.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SCM="" -[[ "${PV}" == 9999 ]] && SCM="git-r3" -inherit autotools ${SCM} -unset SCM - -DESCRIPTION="A PulseAudio NCurses mixer" -HOMEPAGE="https://github.com/patroclos/PAmix" -LICENSE="MIT" -SLOT="0" -IUSE="+unicode" - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" -else - SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S="${WORKDIR}/PAmix-${PV}" -fi - -RDEPEND="media-sound/pulseaudio - sys-libs/ncurses:0=[unicode?]" -DEPEND="sys-devel/autoconf-archive - virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable unicode) -} |