commit:     a06dfc8791fabd5050a6fc8d0c0a3ef023cad8cd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 03:39:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 03:39:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06dfc87

sys-apps/bar: drop 1.11.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/bar/bar-1.11.1.ebuild | 47 ------------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/sys-apps/bar/bar-1.11.1.ebuild b/sys-apps/bar/bar-1.11.1.ebuild
deleted file mode 100644
index 1ed308f56c70..000000000000
--- a/sys-apps/bar/bar-1.11.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Console Progress Bar"
-HOMEPAGE="http://clpbar.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/clpbar/${PN}_${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc"
-
-DEPEND="doc? ( >=app-text/doxygen-1.3.5 )"
-RDEPEND=""
-
-src_prepare() {
-       default
-       sed '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die
-       eautomake
-}
-
-src_configure() {
-       # Fix bug 113392
-       econf $(use_enable !sparc use-memalign)
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}"
-
-       if use doc; then
-               mkdir -p ../www/doxygen/${PV} || die
-               emake update-www
-               HTML_DOCS=( ../www/doxygen/${PV}/html/. )
-
-               # remove doxygen working files
-               find ../www/doxygen/${PV}/html \( -iname '*.map' -o -iname 
'*.md5' \) -delete || die
-       fi
-}
-
-src_install() {
-       default
-       dodoc TROUBLESHOOTING debian/changelog
-}

Reply via email to