diff options
author | Patrick Höhn <hoehnp@users.noreply.github.com> | 2019-10-18 15:22:47 +0200 |
---|---|---|
committer | cnd <cynede@gentoo.org> | 2019-10-18 17:22:47 +0400 |
commit | 17bedb24b457189974cfada68814c0313c66e5bd (patch) | |
tree | 8882c8e24fd673d660ba1de5111e7cb914f19d2f /dev-lang | |
parent | Merge pull request #436 from hoehnp/master (diff) | |
download | dotnet-17bedb24b457189974cfada68814c0313c66e5bd.tar.gz dotnet-17bedb24b457189974cfada68814c0313c66e5bd.tar.bz2 dotnet-17bedb24b457189974cfada68814c0313c66e5bd.zip |
Corrections / Additions to PR436 (#437)
* updated copyright
* Updated new ebuild file for mono-addins 1.3.3 to resolve installation error
ändrad: mono-addins-1.3.3.ebuild
* updated headers in older mono-addins verisons
* test to adjust to travis repoman
* Now all mono-addins ebuilds should not cause any errors in travis
anymore
* correct keywords in dash and s ebuilds
ändrad: app-emacs/dash/dash-9999.ebuild
ändrad: app-emacs/s/s-9999.ebuild
* updated copyright statement in all ebuilds
* Revert "updated copyright statement in all ebuilds"
This reverts commit 554df08f05e420d8643aaedc59dd2c655f7a2125.
* updated copyright and removed stale CVS header
* removed Stale CVS heard in ndepend-path ebuild
* corrected ulr in ndepend-path
ändrad: dev-dotnet/ndepend-path/ndepend-path-0.0_p20151123.ebuild
* hopefully corrected all uri.https problems
* corrected uris
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ironscheme/ironscheme-0.9.99659.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-9999.ebuild | 11 | ||||
-rw-r--r-- | dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild | 5 |
3 files changed, 9 insertions, 12 deletions
diff --git a/dev-lang/ironscheme/ironscheme-0.9.99659.ebuild b/dev-lang/ironscheme/ironscheme-0.9.99659.ebuild index 14fd873..c1be3bc 100644 --- a/dev-lang/ironscheme/ironscheme-0.9.99659.ebuild +++ b/dev-lang/ironscheme/ironscheme-0.9.99659.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="5" @@ -9,7 +8,7 @@ USE_DOTNET="net40" inherit dotnet multilib DESCRIPTION="R6RS conforming Scheme-like implementation based on the Microsoft DLR" -HOMEPAGE="http://ironscheme.codeplex.com/" +HOMEPAGE="https://ironscheme.codeplex.com/" SRC_URI="" LICENSE="Ms-PL" diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 7120cf5..84ad6a4 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="5" AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" @@ -8,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" inherit linux-info mono-env flag-o-matic pax-utils autotools-utils git-r3 DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" -HOMEPAGE="http://www.mono-project.com/Main_Page" +HOMEPAGE="https://www.mono-project.com/Main_Page" EGIT_REPO_URI="git://github.com/mono/${PN}.git" @@ -32,7 +31,7 @@ DEPEND="${COMMONDEPEND} pkg_pretend() { # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. - # See http://bugs.gentoo.org/261869 for more info." + # See https://bugs.gentoo.org/261869 for more info." CONFIG_CHECK="SYSVIPC" use kernel_linux && check_extra_config } @@ -66,7 +65,7 @@ src_prepare() { src_configure() { # NOTE: We need the static libs for now so mono-debugger works. - # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details + # See https://bugs.gentoo.org/show_bug.cgi?id=256264 for details # # --without-moonlight since www-plugins/moonlight is not the only one # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3 @@ -107,7 +106,7 @@ src_install() { autotools-utils_src_install # Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora - # mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html + # mono.spec and https://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html # for reference. rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die diff --git a/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild b/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild index 2283363..ea1cc96 100644 --- a/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild +++ b/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 @@ -20,7 +19,7 @@ if [ "${SLOT}" != "0" ]; then APPENDIX="-${SLOT}" fi -HOMEPAGE="http://oscript.io" +HOMEPAGE="https://oscript.io" SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/raw/${CATEGORY}/${PN}${APPENDIX}/${PN}-${PV}.tar.gz" DESCRIPTION="1C script language interpreter" |