diff options
author | ArsenShnurkov <ArsenShnurkov@users.noreply.github.com> | 2017-10-27 08:28:18 +0300 |
---|---|---|
committer | ArsenShnurkov <ArsenShnurkov@users.noreply.github.com> | 2017-10-27 08:28:18 +0300 |
commit | a7ec38cf685a4c45cb2e02bb749a3e20f057c530 (patch) | |
tree | b002a7df121ce70503b8b0f092d7aa91a29b2388 /dev-lang | |
parent | dev-lang/oscript (see https://github.com/EvilBeaver/OneScript/issues/574) (diff) | |
download | dotnet-a7ec38cf685a4c45cb2e02bb749a3e20f057c530.tar.gz dotnet-a7ec38cf685a4c45cb2e02bb749a3e20f057c530.tar.bz2 dotnet-a7ec38cf685a4c45cb2e02bb749a3e20f057c530.zip |
description and license
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 c80e29c..2283363 100644 --- a/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild +++ b/dev-lang/oscript/oscript-1.0.19.0_p2017102608.ebuild @@ -23,8 +23,8 @@ fi HOMEPAGE="http://oscript.io" SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/raw/${CATEGORY}/${PN}${APPENDIX}/${PN}-${PV}.tar.gz" -DESCRIPTION= -LICENSE= +DESCRIPTION="1C script language interpreter" +LICENSE="MPL-2.0" IUSE="+${USE_DOTNET} debug developer doc" |