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 904641396D9 for ; Sat, 18 Nov 2017 01:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E62E0C11; Sat, 18 Nov 2017 01:35:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92FD4E0C11 for ; Sat, 18 Nov 2017 01:35:27 +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 773A633BF55 for ; Sat, 18 Nov 2017 01:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 351F89E75 for ; Sat, 18 Nov 2017 01:35:25 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1510968674.7d01fbeb4f80986e85918cb5cc4fe63acb325d31.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/docbook-dsssl-stylesheets/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild X-VCS-Directories: app-text/docbook-dsssl-stylesheets/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 7d01fbeb4f80986e85918cb5cc4fe63acb325d31 X-VCS-Branch: master Date: Sat, 18 Nov 2017 01:35:25 +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-Archives-Salt: 08fdb1f2-8c66-4e48-9982-3a408ae8218a X-Archives-Hash: a90ae40aff5c89863fe7dfbc9a7fb006 commit: 7d01fbeb4f80986e85918cb5cc4fe63acb325d31 Author: Bernd Waibel gmail com> AuthorDate: Sat Nov 18 00:10:06 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sat Nov 18 01:31:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d01fbeb app-text/docbook-dsssl-stylesheets: Update HOMEPAGE Docbook homepage has been moved to github. There is no section for the DSSSL stylesheets, only a paragraph where they are named, but only with a link to the XSL stylesheets. Package-Manager: Portage-2.3.14, Repoman-2.3.6 .../docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild | 2 +- .../docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild index 7db7def58b1..daac4e55659 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r2.ebuild @@ -8,7 +8,7 @@ inherit sgml-catalog MY_P=${P/-stylesheets/} S=${WORKDIR}/${MY_P} DESCRIPTION="DSSSL Stylesheets for DocBook" -HOMEPAGE="http://wiki.docbook.org/topic/DocBookDssslStylesheets" +HOMEPAGE="https://github.com/docbook/wiki/wiki" SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" LICENSE="MIT" diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild index 1b93b6bf9ac..284f1ee3b29 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild @@ -8,7 +8,7 @@ inherit sgml-catalog MY_P=${P/-stylesheets/} S=${WORKDIR}/${MY_P} DESCRIPTION="DSSSL Stylesheets for DocBook" -HOMEPAGE="http://wiki.docbook.org/topic/DocBookDssslStylesheets" +HOMEPAGE="https://github.com/docbook/wiki/wiki" SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" LICENSE="MIT"