public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdivsufsort/
Date: Fri,  3 Feb 2017 22:03:01 +0000 (UTC)	[thread overview]
Message-ID: <1486159298.4f26b6c2f0fcf2a8ef0ac145cd7a531b8bca7ec7.johu@gentoo> (raw)

commit:     4f26b6c2f0fcf2a8ef0ac145cd7a531b8bca7ec7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 08:11:05 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:01:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f26b6c2

dev-libs/libdivsufsort: googlecode -> github

Acked-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/3759

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libdivsufsort/Manifest                   | 2 +-
 dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild | 2 +-
 dev-libs/libdivsufsort/libdivsufsort-9999.ebuild  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libdivsufsort/Manifest b/dev-libs/libdivsufsort/Manifest
index e8af158..1eac9e1 100644
--- a/dev-libs/libdivsufsort/Manifest
+++ b/dev-libs/libdivsufsort/Manifest
@@ -1 +1 @@
-DIST libdivsufsort-2.0.1.tar.bz2 263931 SHA256 55c02c86ea1763f581e0f50440008c554b8da2272129adee4ac84cb1362018bc SHA512 cfdcaeabcc5d785533a2532b5fccd72dec36dd8dd9925ef8752b75086da6ee2a93f6a907a881091253ae3155eff29337ce127d3daa42e3867212a3399052f6ef WHIRLPOOL ce88988baf91ad17d64c7b90fbbc1c3f277a84d09a7dc81cb99f567a15e48a0e19efdef90b0e7aae5fb1d8ddd2572b7fd9f7965f88a8f1ce1c46b0a139c023a6
+DIST libdivsufsort-2.0.1.tar.gz 31290 SHA256 9164cb6044dcb6e430555721e3318d5a8f38871c2da9fd9256665746a69351e0 SHA512 c82299adbd49995145872cd67e03b1c8762de99043acca48964b16c66a39347fb6211b17c9b5f6e12878983ea7cafa65991179f67e3a4cb5e5e14bb57775487e WHIRLPOOL 3a157a3c72fd4792ce6a659196516f7828ff757fe1b8aa271af78f1648c54f028e31e29b2efc870bf6849bd2fa7f3c7611d8db1ed2ba3c7470f532ae242a78b5

diff --git a/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild b/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild
index c3e0840..e8a2193 100644
--- a/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild
+++ b/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils multilib
 
 DESCRIPTION="Suffix-sorting library (for BWT)"
 HOMEPAGE="https://github.com/y-256/libdivsufsort"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
+SRC_URI="https://github.com/y-256/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild b/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild
index 13dd04c..94fa421 100644
--- a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild
+++ b/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild
@@ -3,8 +3,8 @@
 # $Id$
 
 EAPI=6
-ESVN_REPO_URI="https://libdivsufsort.googlecode.com/svn/trunk/"
-inherit cmake-utils multilib subversion
+EGIT_REPO_URI="https://github.com/y-256/${PN}"
+inherit cmake-utils multilib git-r3
 
 DESCRIPTION="Suffix-sorting library (for BWT)"
 HOMEPAGE="https://github.com/y-256/libdivsufsort"


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

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 22:03 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-19  6:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdivsufsort/ Michał Górny
2020-06-08  8:56 Michał Górny
2020-06-08  8:56 Michał Górny
2018-12-07 16:26 Michał Górny
2018-12-07 16:26 Michał Górny
2017-02-03 22:03 Johannes Huber
2017-02-03 22:03 Johannes Huber
2015-09-01 19:08 Tobias Klausmann

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=1486159298.4f26b6c2f0fcf2a8ef0ac145cd7a531b8bca7ec7.johu@gentoo \
    --to=johu@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