public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/
Date: Mon, 11 Apr 2022 07:58:05 +0000 (UTC)	[thread overview]
Message-ID: <1649663879.ef9e5808121efc9c006fa112555f883d69fed55d.ulm@gentoo> (raw)

commit:     ef9e5808121efc9c006fa112555f883d69fed55d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 07:57:36 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 07:57:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9e5808

app-emacs/bbdb: Build PDF documentation only with USE=doc

Closes: https://bugs.gentoo.org/837758
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../bbdb/{bbdb-3.2.2a.ebuild => bbdb-3.2.2a-r1.ebuild}     | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-emacs/bbdb/bbdb-3.2.2a.ebuild b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
similarity index 84%
rename from app-emacs/bbdb/bbdb-3.2.2a.ebuild
rename to app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
index 0f368e4332bb..25ffb5ede6b0 100644
--- a/app-emacs/bbdb/bbdb-3.2.2a.ebuild
+++ b/app-emacs/bbdb/bbdb-3.2.2a-r1.ebuild
@@ -13,15 +13,15 @@ SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz"
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="tex vm wanderlust"
+IUSE="doc tex vm wanderlust"
 RESTRICT="test" #631700
 
-DEPEND="vm? ( app-emacs/vm )
+RDEPEND="vm? ( app-emacs/vm )
 	wanderlust? ( app-emacs/wanderlust )"
-RDEPEND="${DEPEND}
-	tex? ( virtual/latex-base )"
+DEPEND="${RDEPEND}"
 BDEPEND="sys-apps/texinfo
-	tex? ( virtual/texi2dvi )"
+	doc? ( virtual/texi2dvi )"
+IDEPEND="tex? ( virtual/latex-base )"
 
 SITEFILE="50${PN}-gentoo-3.2.el"
 TEXMF="/usr/share/texmf-site"
@@ -40,12 +40,12 @@ src_configure() {
 
 src_compile() {
 	emake -C lisp
-	emake -C doc
+	emake -C doc info $(usev doc pdf)
 }
 
 src_install() {
 	emake -C lisp DESTDIR="${D}" install
-	emake -C doc DESTDIR="${D}" install
+	emake -C doc DESTDIR="${D}" install-info $(usev doc install-pdf)
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	dodoc AUTHORS ChangeLog NEWS README TODO
 


             reply	other threads:[~2022-04-11  7:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11  7:58 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 15:26 [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ Maciej Barć
2024-06-07 16:56 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2023-02-10 20:36 Sam James
2022-07-07 14:21 Maciej Barć
2022-05-14  9:19 Jakov Smolić
2022-05-13 22:15 Ulrich Müller
2022-04-10 19:09 Ulrich Müller
2022-04-10 14:27 Ulrich Müller
2020-03-12 14:53 Ulrich Müller
2019-10-12  4:30 Matt Turner
2019-09-20  7:10 Sergei Trofimovich
2019-08-31 12:30 Sergei Trofimovich
2019-08-28  9:51 Agostino Sarubbo
2019-08-27 22:58 Sergei Trofimovich
2019-08-27 20:45 Agostino Sarubbo
2019-08-27  9:23 Ulrich Müller
2017-09-22 16:07 Ulrich Müller

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=1649663879.ef9e5808121efc9c006fa112555f883d69fed55d.ulm@gentoo \
    --to=ulm@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