diff options
author | 2021-03-22 03:01:47 +0000 | |
---|---|---|
committer | 2021-03-22 03:29:53 +0000 | |
commit | 0844057f40f51312ffc83172bce723f4ca113d32 (patch) | |
tree | b1fe4aa2886ea6652861d5c71611375d4b7bec6d /dev-util/wiggle | |
parent | dev-util/wiggle: port to EAPI 7 (diff) | |
download | gentoo-0844057f40f51312ffc83172bce723f4ca113d32.tar.gz gentoo-0844057f40f51312ffc83172bce723f4ca113d32.tar.bz2 gentoo-0844057f40f51312ffc83172bce723f4ca113d32.zip |
dev-util/wiggle: fix git repo link in HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/wiggle')
-rw-r--r-- | dev-util/wiggle/wiggle-0.9-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/wiggle/wiggle-1.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/wiggle/wiggle-0.9-r1.ebuild b/dev-util/wiggle/wiggle-0.9-r1.ebuild index 64d1a7ad863f..a4f8cb6cfd8b 100644 --- a/dev-util/wiggle/wiggle-0.9-r1.ebuild +++ b/dev-util/wiggle/wiggle-0.9-r1.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit fixheadtails flag-o-matic toolchain-funcs -DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes" -HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle" +DESCRIPTION="Tool for applying patches that patch cannot apply because of conflicting changes" +HOMEPAGE="https://neil.brown.name/wiggle https://git.neil.brown.name/?p=wiggle.git" SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" # The 'p' tool does support bitkeeper, but I'm against just dumping it in here -# due to it's size. I've explictly listed every other dependancy here due to +# due to it's size. I've explictly listed every other dependency here due to # the nature of the shell program 'p' RDEPEND=" dev-util/diffstat diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild index 7aeb69528db8..670adede2e08 100644 --- a/dev-util/wiggle/wiggle-1.0.ebuild +++ b/dev-util/wiggle/wiggle-1.0.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit fixheadtails toolchain-funcs -DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes" -HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle" +DESCRIPTION="Tool for applying patches that patch cannot apply because of conflicting changes" +HOMEPAGE="https://neil.brown.name/wiggle https://git.neil.brown.name/?p=wiggle.git" SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" # The 'p' tool does support bitkeeper, but I'm against just dumping it in here -# due to it's size. I've explictly listed every other dependancy here due to +# due to it's size. I've explictly listed every other dependency here due to # the nature of the shell program 'p' RDEPEND=" dev-util/diffstat |