From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20D42138353 for ; Mon, 2 Mar 2020 22:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5421E0917; Mon, 2 Mar 2020 22:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92144E090F for ; Mon, 2 Mar 2020 22:04:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E62C134F53A for ; Mon, 2 Mar 2020 22:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E50C162 for ; Mon, 2 Mar 2020 22:04:03 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1583186633.145f96742cdcef7e17e4ad0332f0964e59441475.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/noweb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/noweb/noweb-2.12.ebuild X-VCS-Directories: app-text/noweb/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 145f96742cdcef7e17e4ad0332f0964e59441475 X-VCS-Branch: dev Date: Mon, 2 Mar 2020 22:04:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69423d23-8681-4299-ac8c-622a26e2027a X-Archives-Hash: a5174fb87b01e670a88eb9fd55f28c3c commit: 145f96742cdcef7e17e4ad0332f0964e59441475 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 2 22:03:39 2020 +0000 Commit: Alessandro Barbieri gmail 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 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