From 712f4480392aad899e95684ff9901736c9947c9b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 25 Oct 2019 09:43:52 +0200 Subject: [PATCH] audacious: fix install 3.10.1 - remove old stinky bees --- audacious-2.5.1-0.bee | 31 ------------------------------- audacious-plugins-2.5.1-0.bee | 31 ------------------------------- 2 files changed, 62 deletions(-) delete mode 100755 audacious-2.5.1-0.bee delete mode 100755 audacious-plugins-2.5.1-0.bee diff --git a/audacious-2.5.1-0.bee b/audacious-2.5.1-0.bee deleted file mode 100755 index d1c8ab19e..000000000 --- a/audacious-2.5.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://distfiles.atheme.org/audacious-${PKGVERSION}.tgz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -B=${S} - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/audacious-plugins-2.5.1-0.bee b/audacious-plugins-2.5.1-0.bee deleted file mode 100755 index 543047b20..000000000 --- a/audacious-plugins-2.5.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://distfiles.atheme.org/audacious-plugins-${PKGVERSION}.tgz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -B=${S} - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -}