public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bar/
Date: Tue, 14 May 2024 09:10:36 +0000 (UTC)	[thread overview]
Message-ID: <1715677779.ca94929ae688765fb0045dcdaead81e36c4fff59.arthurzam@gentoo> (raw)

commit:     ca94929ae688765fb0045dcdaead81e36c4fff59
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 09:09:04 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 09:09:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca94929a

sys-apps/bar: EAPI 6 -> 8, fix BDEPEND

Closes: https://bugs.gentoo.org/874492
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/bar/bar-1.11.1-r1.ebuild | 51 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/sys-apps/bar/bar-1.11.1-r1.ebuild b/sys-apps/bar/bar-1.11.1-r1.ebuild
new file mode 100644
index 000000000000..b2b18c005864
--- /dev/null
+++ b/sys-apps/bar/bar-1.11.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+BDEPEND="
+	doc? (
+		>=app-text/doxygen-1.3.5
+		media-gfx/graphviz
+	)
+"
+
+src_prepare() {
+	default
+	sed '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die
+	eautoreconf
+}
+
+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	other threads:[~2024-05-14  9:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14  9:10 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09  3:39 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bar/ Arthur Zamarin
2024-06-09  3:39 Arthur Zamarin
2024-06-09  3:39 Arthur Zamarin
2017-12-02 16:15 David Seifert
2017-04-05 13:23 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715677779.ca94929ae688765fb0045dcdaead81e36c4fff59.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox