public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/
Date: Thu, 18 Jun 2020 06:46:51 +0000 (UTC)	[thread overview]
Message-ID: <1592462794.165b04fac09108fe5dd6ec9964993b0915ebd666.grobian@gentoo> (raw)

commit:     165b04fac09108fe5dd6ec9964993b0915ebd666
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 06:31:11 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 06:46:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165b04fa

app-text/html2text-2.0.0: version bump

Package-Manager: Portage-2.3.100-prefix, Repoman-2.3.22
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/html2text/Manifest                                          | 1 +
 app-text/html2text/{html2text-9999.ebuild => html2text-2.0.0.ebuild} | 2 +-
 app-text/html2text/html2text-9999.ebuild                             | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index b8e14c97c5d..cfe1827107c 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1,3 +1,4 @@
 DIST html2text-1.3.2a.tar.gz 130088 BLAKE2B 97ca951ae7c501cefca78378683de7fb3c329905298de9e9675303485f3f4a83c5de39c90c8f9c0fe20b73d1e2b70897ee47cdabade9b3791a46f02625bbef05 SHA512 8ec2c17849615b8b78b6f7e9066e5bcfb419b293ffe98323ed0942e891993e205ef37ddfd2839eb12b6bad561989027aea0ba2d57eb7193d424715f93ded90e5
+DIST html2text-2.0.0.tar.gz 162901 BLAKE2B 878ff3bfb55523f2bd2721f2320b55729ac84e250fe651c2347b8cfb0f6d524c18c4e820e255b474d59b5179c255b8acbfc51f7213539979b5d3977c42383ebd SHA512 94f2cf3f5085307cc2cf5e264b35621029e57142d6e4d832eee2c447860338c947687be5e8c81367696b0b04432a44537a1545a820991c621b4036393ad6f4e8
 DIST patch-amd64-html2text-1.3.2a.diff 2230 BLAKE2B 332adeeceed512a2c5bfc01985efbaa4db5ea64b3e4ef8be8b880754524771de2e11b3a2efc55bce154bedc9e598231a1b5bcfe10e915b833d6dbcbcd9e46dc9 SHA512 2a421a20aec8a547bbdf54b81e30a6a1d4cf093e7ad67b27158f0c7248ca0abadd8d96ce0a27adcdd375012db6fd21f61f42a8343bfd910cd8a9720c0a043be1
 DIST patch-utf8-html2text-1.3.2a.diff 29499 BLAKE2B ffc0ea8d89d9e9c9dfa89c2369016685a6af1403a6e71787df2724b72c74c8f774d8d92278a1aaeb90f47d34c8de4c889a7bf4edc02a00e3c97955ea624cfa71 SHA512 be31251471b221a38d291420d5f23e01d5017c20d953064c33ca3dd148543ae877ab584c16fcb01df1341abdb02494b05d08fdcf94bf70bad6b510ee8fac3376

diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-2.0.0.ebuild
similarity index 90%
copy from app-text/html2text/html2text-9999.ebuild
copy to app-text/html2text/html2text-2.0.0.ebuild
index 1e7099098c7..fb025b9a6d5 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-2.0.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/grobian/html2text.git"
 else
-	SRC_URI=""
+	SRC_URI="https://github.com/grobian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 

diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild
index 1e7099098c7..fb025b9a6d5 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/grobian/html2text.git"
 else
-	SRC_URI=""
+	SRC_URI="https://github.com/grobian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 


             reply	other threads:[~2020-06-18  6:46 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18  6:46 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:34 [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/ Jakov Smolić
2025-03-08 14:34 Jakov Smolić
2025-03-08 13:25 Arthur Zamarin
2025-03-08 13:08 Arthur Zamarin
2025-03-08 12:58 Arthur Zamarin
2024-12-02 13:15 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:07 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-07-28 13:55 Fabian Groffen
2023-07-31 19:00 Fabian Groffen
2022-11-18  5:41 Sam James
2022-11-18  5:41 Sam James
2022-11-18  5:41 Sam James
2022-08-12 11:55 Agostino Sarubbo
2022-08-05 12:37 Agostino Sarubbo
2022-08-05 11:58 Arthur Zamarin
2022-08-05  7:31 Arthur Zamarin
2022-08-05  7:31 Arthur Zamarin
2022-06-20 19:51 Fabian Groffen
2022-04-25  6:26 Fabian Groffen
2022-04-24 14:17 Fabian Groffen
2020-06-20 14:45 Fabian Groffen
2020-05-04 18:21 Fabian Groffen
2020-04-22  7:13 Fabian Groffen
2020-04-09  8:19 Joonas Niilola
2020-04-05 11:09 Fabian Groffen
2020-04-04 16:00 Fabian Groffen
2019-04-23  8:51 David Seifert
2019-02-08  8:22 Mikle Kolyada
2019-01-30 16:04 Tobias Klausmann
2019-01-27 12:18 Sergei Trofimovich
2019-01-27  9:49 Sergei Trofimovich
2019-01-26 17:30 Sergei Trofimovich
2019-01-26 17:23 Sergei Trofimovich
2019-01-26 17:17 Sergei Trofimovich
2018-10-08 16:10 Michał Górny

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=1592462794.165b04fac09108fe5dd6ec9964993b0915ebd666.grobian@gentoo \
    --to=grobian@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