public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/noweb/
Date: Mon,  2 Mar 2020 22:04:03 +0000 (UTC)	[thread overview]
Message-ID: <1583186633.145f96742cdcef7e17e4ad0332f0964e59441475.Alessandro-Barbieri@gentoo> (raw)

commit:     145f96742cdcef7e17e4ad0332f0964e59441475
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 22:03:39 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar  2 22:03:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=145f9674

app-text/noweb: fix homepage, style changes

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-text/noweb/noweb-2.12.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-text/noweb/noweb-2.12.ebuild b/app-text/noweb/noweb-2.12.ebuild
index b361780..53246f6 100644
--- a/app-text/noweb/noweb-2.12.ebuild
+++ b/app-text/noweb/noweb-2.12.ebuild
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs elisp-common
 MYPV="$(ver_rs 1 _)"
 
 DESCRIPTION="a literate programming tool, lighter than web"
-HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/"
+HOMEPAGE="https://www.cs.tufts.edu/~nr/noweb/"
 SRC_URI="https://github.com/nrnrnr/${PN}/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="
@@ -19,10 +19,13 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="emacs examples"
 
-DEPEND="virtual/tex-base
+DEPEND="
 	dev-lang/icon
 	sys-apps/debianutils
-	emacs? ( app-editors/emacs:= )"
+	virtual/tex-base
+
+	emacs? ( app-editors/emacs:= )
+"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${MYPV}"
@@ -81,7 +84,7 @@ src_install () {
 	dodir "/usr/libexec/${PN}"
 	dodir /usr/share/man
 	dodir /usr/share/texmf-site/tex/inputs
-	emake ICONC="icont" \
+	emake	ICONC="icont" \
 		BIN="${ED}/usr/bin" \
 		LIBSRC="icon" \
 		LIBNAME="${EPREFIX}/usr/libexec/${PN}" \
@@ -90,11 +93,14 @@ src_install () {
 		TEXNAME="${EPREFIX}/usr/share/texmf-site/tex/inputs" \
 		TEXINPUTS="${ED}/usr/share/texmf-site/tex/inputs" \
 		install || die "make install failed"
+
 	cd "${S}"
+
 	if use examples; then
 		insinto "/usr/share/doc/${PF}/examples"
-		doins examples/*
+		doins -r examples/.
 	fi
+
 	dodoc CHANGES README
 
 	if use emacs; then


             reply	other threads:[~2020-03-02 22:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-02 22:04 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-03  5:11 [gentoo-commits] repo/proj/guru:dev commit in: app-text/noweb/ Alessandro Barbieri
2020-03-03  8:58 Alessandro Barbieri
2020-03-03 17:21 Andrew Ammerlaan
2021-04-18  2:55 Theo Anderson
2021-05-05  7:32 Alessandro Barbieri

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=1583186633.145f96742cdcef7e17e4ad0332f0964e59441475.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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