aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <patrick.hoehn@tu-clausthal.de>2019-10-18 10:53:38 +0200
committerPatrick Höhn <hoehnp@gmx.de>2019-10-19 01:28:26 +0200
commit5253a6aad7e5212bdf414a12514f61bc95943b44 (patch)
tree32cb979ed141cde2bc2e77903e5a4f445bfd3cb9 /app-shells
parenthopefully corrected all uri.https problems (diff)
downloaddotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.tar.gz
dotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.tar.bz2
dotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.zip
corrected uris
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/pash/pash-0.0-r20150618.ebuild6
-rw-r--r--app-shells/pash/pash-0.0_p2016060606.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild b/app-shells/pash/pash-0.0-r20150618.ebuild
index 80a5349..d5a778c 100644
--- a/app-shells/pash/pash-0.0-r20150618.ebuild
+++ b/app-shells/pash/pash-0.0-r20150618.ebuild
@@ -7,14 +7,14 @@ inherit dotnet
DESCRIPTION="An Open Source reimplementation of Windows PowerShell"
-LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https:://wiki.gentoo.org/wiki/GLEP:23
+LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https://wiki.gentoo.org/wiki/GLEP:23
SLOT="0"
IUSE="debug"
PROJECTNAME="Pash"
-HOMEPAGE="https:://github.com/Pash-Project/${PROJECTNAME}"
+HOMEPAGE="https://github.com/Pash-Project/${PROJECTNAME}"
EGIT_COMMIT="33ffa8c6172175e678310598adcc261a4e3b22a0"
SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}-${PR}.zip"
@@ -27,7 +27,7 @@ S="${WORKDIR}/${PROJECTNAME}-${EGIT_COMMIT}"
METAFILETOBUILD=${PROJECTNAME}.proj
src_compile() {
- # https:://bugzilla.xamarin.com/show_bug.cgi?id=9340
+ # https://bugzilla.xamarin.com/show_bug.cgi?id=9340
if use debug; then
exbuild /p:DebugSymbols=True ${METAFILETOBUILD}
else
diff --git a/app-shells/pash/pash-0.0_p2016060606.ebuild b/app-shells/pash/pash-0.0_p2016060606.ebuild
index e48f975..0412c88 100644
--- a/app-shells/pash/pash-0.0_p2016060606.ebuild
+++ b/app-shells/pash/pash-0.0_p2016060606.ebuild
@@ -13,10 +13,10 @@ inherit dotnet msbuild eutils
DESCRIPTION="An Open Source reimplementation of Windows PowerShell"
-LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https:://wiki.gentoo.org/wiki/GLEP:23
+LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https://wiki.gentoo.org/wiki/GLEP:23
PROJECTNAME="Pash"
-HOMEPAGE="https:://github.com/Pash-Project/${PROJECTNAME}"
+HOMEPAGE="https://github.com/Pash-Project/${PROJECTNAME}"
EGIT_COMMIT="8d6a48f5ed70d64f9b49e6849b3ee35b887dc254"
SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}-${PR}.tar.gz"
S="${WORKDIR}/${PROJECTNAME}-${EGIT_COMMIT}"