aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@users.noreply.github.com>2019-10-18 15:22:47 +0200
committercnd <cynede@gentoo.org>2019-10-18 17:22:47 +0400
commit17bedb24b457189974cfada68814c0313c66e5bd (patch)
tree8882c8e24fd673d660ba1de5111e7cb914f19d2f /dev-dotnet/eto-parse
parentMerge pull request #436 from hoehnp/master (diff)
downloaddotnet-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-dotnet/eto-parse')
-rw-r--r--dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild
index 6d741c3..5e6a680 100644
--- a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild
+++ b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.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
@@ -62,7 +61,7 @@ NUSPEC_VERSION=$(get_version_component_range 1-3)"${COMMIT_DATESTAMP//p/.}${PR//
src_prepare() {
rm -rf "${S}/.nuget"
# notes on escaping, from
- # http://unix.stackexchange.com/questions/32907/what-characters-do-i-need-to-escape-when-using-sed-in-a-sh-script
+ # https://unix.stackexchange.com/questions/32907/what-characters-do-i-need-to-escape-when-using-sed-in-a-sh-script
# \$ is for regexps in sed - internal layer of escaping
# \\\$ is for bash - external layer of escaping