diff options
author | ArsenShnurkov <ArsenShnurkov@users.noreply.github.com> | 2023-12-03 14:07:43 +0300 |
---|---|---|
committer | ArsenShnurkov <ArsenShnurkov@users.noreply.github.com> | 2023-12-03 14:07:51 +0300 |
commit | 74621f640b248db0250e29c5dec64e7ec37156a3 (patch) | |
tree | 8abad45c8793f2b157d78a4dcfd3117a78d368be | |
parent | remove EAPI-6 ebuilds (diff) | |
download | dotnet-74621f640b248db0250e29c5dec64e7ec37156a3.tar.gz dotnet-74621f640b248db0250e29c5dec64e7ec37156a3.tar.bz2 dotnet-74621f640b248db0250e29c5dec64e7ec37156a3.zip |
Signed-off-by: Arsen.Shnurkov <ArsenShnurkov@users.noreply.github.com>
5 files changed, 0 insertions, 357 deletions
diff --git a/dev-dotnet/system-reflection-metadata/Manifest b/dev-dotnet/system-reflection-metadata/Manifest deleted file mode 100644 index 3109e7f..0000000 --- a/dev-dotnet/system-reflection-metadata/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST corefx-dotnet-2.0.0_pre.tar.gz 20981510 BLAKE2B 7db2b4903c9b0c10a5d79c1890209589294c553e79a49290fe635f03be5edeb4ae05e2e69ec8055ec11f627d3d6e46d248ef3e323feda31d8cbe5ca2f37f753d SHA512 e9f5ac59b1308daf9badd27fc51eaf2c5bd44f3a0d17b3a284c6de880b21e4b39e8893ea1bf7cb31bdcfd45bdb73ff6fbd06ecc4414eba72f6146ece04d6eeb1 diff --git a/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj b/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj deleted file mode 100644 index afb18fd..0000000 --- a/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj +++ /dev/null @@ -1,277 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <CommonPath Condition=" '$(CommonPath)' == '' ">../../Common/src</CommonPath> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProjectGuid>{1DD0FF15-6234-4BD6-850A-317F05479554}</ProjectGuid> - <FileAlignment>512</FileAlignment> - <OutputPath>bin\$(Configuration)</OutputPath> - <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile> - <OutputType>Library</OutputType> - <AssemblyName>System.Reflection.Metadata</AssemblyName> - <RootNamespace>System.Reflection.Metadata</RootNamespace> - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <DefineConstants>DEBUG;</DefineConstants> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>full</DebugType> - <Optimize>true</Optimize> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <ItemGroup> - <Compile Include="System\Reflection\Internal\Utilities\PinnedObject.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\CriticalDisposableObject.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\CriticalDisposableObject.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\ExceptionUtilities.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\PathUtilities.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\FunctionPointerAttributes.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\MethodBodyAttributes.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataRootBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\SerializedMetadataHeaps.cs" /> - <Compile Include="System\Reflection\Metadata\EntityHandle.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\VirtualHeap.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\GuidHeap.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\BlobHeap.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\StringHeap.cs" /> - <Compile Include="System\Reflection\Metadata\PooledBlobBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\Blob.cs" /> - <Compile Include="System\Reflection\Metadata\BlobWriter.cs" /> - <Compile Include="System\Reflection\Metadata\BlobWriterImpl.cs" /> - <Compile Include="System\Reflection\Metadata\BlobBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\BlobBuilder.Enumerators.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\ByteSequenceComparer.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\DecimalUtilities.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\EnumerableExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\PortablePdbVersions.cs" /> - <Compile Include="System\Reflection\Metadata\ReservedBlob.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeTypedArgument.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeValue.cs" /> - <Compile Include="System\Reflection\Metadata\Decoding\ICustomAttributeTypeProvider.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\LabelHandle.cs" /> - <Compile Include="System\Reflection\Metadata\IL\ILOpCode.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\CodedIndex.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataSizes.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs" /> - <Compile Include="System\Reflection\Metadata\IL\ILOpCodeExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\ImageFormatLimitationException.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HeapSizeFlag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MetadataWriterUtilities.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataStreamOptions.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataReaderProvider.cs" /> - <Compile Include="System\Reflection\Metadata\BlobContentId.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\PrimitiveSerializationTypeCode.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs" /> - <Compile Include="System\Reflection\PortableExecutable\ManagedPEBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\ManagedTextSection.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.EmbeddedPortablePdb.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEDirectoriesBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEHeaderBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\ResourceSectionBuilder.cs" /> - <Compile Include="System\Reflection\PortableExecutable\SectionLocation.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\BlobUtilities.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\AbstractMemoryBlock.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryBlock.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlock.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\MemoryMappedFileBlock.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\NativeHeapMemoryBlock.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\StreamConstraints.cs" /> - <Compile Include="System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\BitArithmetic.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\StringUtils.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\EmptyArray.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\EncodingHelper.cs" Condition="'$(TargetGroup)' != 'netcoreapp'" /> - <Compile Include="System\Reflection\Internal\Utilities\EncodingHelper.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" /> - <Compile Include="System\Reflection\Internal\Utilities\FileStreamReadLightUp.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\FileStreamReadLightUp.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\Hash.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\ImmutableByteArrayInterop.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\ImmutableMemoryStream.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\LightUpHelper.cs" Condition="'$(TargetGroup)' != 'netcoreapp'" /> - <Compile Include="System\Reflection\Internal\Utilities\MemoryBlock.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\MemoryMapLightUp.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\MemoryMapLightUp.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" /> - <Compile Include="System\Reflection\Internal\Utilities\PooledStringBuilder.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\ObjectPool`1.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\ReadOnlyUnmanagedMemoryStream.cs" /> - <Compile Include="System\Reflection\Internal\Utilities\StreamExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyFile.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyReference.cs" /> - <Compile Include="System\Reflection\Metadata\BlobReader.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\Constant.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\ConstantTypeCode.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\CustomAttribute.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeNamedArgumentKind.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\DeclarativeSecurityAttribute.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\ArrayShape.cs" /> - <Compile Include="System\Reflection\Metadata\Decoding\ISZArrayTypeProvider.cs" /> - <Compile Include="System\Reflection\Metadata\Decoding\ISignatureTypeProvider.cs" /> - <Compile Include="System\Reflection\Metadata\Decoding\ISimpleTypeProvider.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureTypeKind.cs" /> - <Compile Include="System\Reflection\Metadata\Decoding\IConstructedTypeProvider.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\SignatureDecoder.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\MethodSignature.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\PrimitiveTypeCode.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\EditAndContinueOperation.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\ExportedTypeExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\HeapIndex.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataTokens.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\TableIndex.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\EventDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\IL\ExceptionRegion.cs" /> - <Compile Include="System\Reflection\Metadata\IL\ExceptionRegionKind.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\ExportedType.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\FieldDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\GenericParameter.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs" /> - <Compile Include="System\Reflection\Metadata\HandleComparer.cs" /> - <Compile Include="System\Reflection\Metadata\HandleKind.cs" /> - <Compile Include="System\Reflection\Metadata\Handle.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\COR20Constants.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\CorElementType.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\CustomAttributeTypeTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HasConstantTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HasCustomAttributeTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HasDeclSecurityTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HasFieldMarshalTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\HasSemanticsTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\UserStringHeap.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\ImplementationTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MemberForwardedTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MemberRefParentTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MetadataFlags.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MetadataStreamConstants.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\MethodDefOrRefTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\NamespaceCache.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\NamespaceData.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\ResolutionScopeTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\StreamHeader.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\Tables.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\Treatments.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\TypeDefOrRefTag.cs" /> - <Compile Include="System\Reflection\Metadata\Internal\TypeOrMethodDefTag.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\ManifestResource.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\MemberReference.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\StandaloneSignatureKind.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\MemberReferenceKind.cs" /> - <Compile Include="System\Reflection\Metadata\Ecma335\MetadataAggregator.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataKind.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataReader.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataReader.WinMD.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataReaderOptions.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataStringComparer.cs" /> - <Compile Include="System\Reflection\Metadata\MetadataStringDecoder.cs" /> - <Compile Include="System\Reflection\Metadata\IL\MethodBodyBlock.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\MethodDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\MethodImplementation.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\MethodImport.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\MethodSpecification.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\ModuleDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\ModuleReference.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\NamespaceDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\Parameter.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\DebugMetadataHeader.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\Document.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\DocumentNameBlobHandle.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\Handles.Debug.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\HasCustomDebugInformationTag.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinitionKind.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinitionCollection.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\LocalConstant.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\ImportScope.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\LocalScope.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\LocalVariable.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\LocalVariableAttributes.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\SequencePoint.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\SequencePointCollection.cs" /> - <Compile Include="System\Reflection\Metadata\PortablePdb\Tables.Debug.cs" /> - <Compile Include="System\Reflection\Metadata\PEReaderExtensions.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SerializationTypeCode.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureAttributes.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureCallingConvention.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureHeader.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureKind.cs" /> - <Compile Include="System\Reflection\Metadata\Signatures\SignatureTypeCode.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\TypeDefinition.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\TypeLayout.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\TypeReference.cs" /> - <Compile Include="System\Reflection\Metadata\TypeSystem\TypeSpecification.cs" /> - <Compile Include="System\Reflection\PortableExecutable\CoffHeader.cs" /> - <Compile Include="System\Reflection\PortableExecutable\CorFlags.cs" /> - <Compile Include="System\Reflection\PortableExecutable\CorHeader.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\CodeViewDebugDirectoryData.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntry.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntryType.cs" /> - <Compile Include="System\Reflection\PortableExecutable\DirectoryEntry.cs" /> - <Compile Include="System\Reflection\PortableExecutable\Machine.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEBinaryReader.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEFileFlags.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEHeader.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEHeaders.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEMemoryBlock.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEReader.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs" /> - <Compile Include="System\Reflection\PortableExecutable\PEStreamOptions.cs" /> - <Compile Include="System\Reflection\PortableExecutable\SectionHeader.cs" /> - <Compile Include="System\Reflection\Throw.cs" /> - <Compile Include="System\Reflection\System.Reflection.cs" /> - <Compile Include="AV.cs" /> - </ItemGroup> - <ItemGroup> - <Reference Include="System" /> - <Reference Include="System.Core" /> - <Reference Include="System.Collections.Immutable" /> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <Import Project="$(MSBuildExtensionsPath)\resources.targets" /> - <Target Name="BeforeBuild"> - <PropertyGroup Condition=" '$(VersionNumber)' == '' "> - <VersionNumber>2.0.0.0</VersionNumber> - </PropertyGroup> - <ItemGroup> - <AssemblyAttributes Include="AssemblyVersion"> - <_Parameter1>$(VersionNumber)</_Parameter1> - </AssemblyAttributes> - <AssemblyAttributes Include="AssemblyFileVersion"> - <_Parameter1>$(VersionNumber)</_Parameter1> - </AssemblyAttributes> - <AssemblyAttributes Include="AssemblyInformationalVersion"> - <_Parameter1>$(VersionNumber)</_Parameter1> - </AssemblyAttributes> - </ItemGroup> - <WriteCodeFragment Language="C#" OutputFile="AV.cs" AssemblyAttributes="@(AssemblyAttributes)" /> - </Target> -</Project> diff --git a/dev-dotnet/system-reflection-metadata/files/mono.snk b/dev-dotnet/system-reflection-metadata/files/mono.snk Binary files differdeleted file mode 100644 index 380116c..0000000 --- a/dev-dotnet/system-reflection-metadata/files/mono.snk +++ /dev/null diff --git a/dev-dotnet/system-reflection-metadata/metadata.xml b/dev-dotnet/system-reflection-metadata/metadata.xml deleted file mode 100644 index b1262f1..0000000 --- a/dev-dotnet/system-reflection-metadata/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <description>Gentoo Dotnet Project</description> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/system-reflection-metadata/system-reflection-metadata-2.0.0_pre-r1.ebuild b/dev-dotnet/system-reflection-metadata/system-reflection-metadata-2.0.0_pre-r1.ebuild deleted file mode 100644 index cc8d963..0000000 --- a/dev-dotnet/system-reflection-metadata/system-reflection-metadata-2.0.0_pre-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -RESTRICT="mirror" -KEYWORDS="~amd64" -SLOT="0" - -USE_DOTNET="net45" -IUSE="+${USE_DOTNET} +gac developer debug doc" - -inherit dotnet xbuild gac - -GITHUB_ACCOUNT="dotnet" -GITHUB_PROJECTNAME="corefx" -EGIT_COMMIT="247068fbd97c534dc13b3b9d037f67b03dbe57a5" -SRC_URI="https://github.com/${GITHUB_ACCOUNT}/${GITHUB_PROJECTNAME}/archive/${EGIT_COMMIT}.tar.gz -> ${GITHUB_PROJECTNAME}-${GITHUB_ACCOUNT}-${PV}.tar.gz" -S="${WORKDIR}/${GITHUB_PROJECTNAME}-${EGIT_COMMIT}" - -HOMEPAGE="https://github.com/dotnet/corefx/tree/master/src/System.Reflection.Metadata" -DESCRIPTION="part of CoreFX" -LICENSE="MIT" # https://github.com/dotnet/corefx/blob/master/LICENSE.TXT - -COMMON_DEPEND=">=dev-lang/mono-5.2.0.196 - dev-dotnet/system-collections-immutable -" -RDEPEND="${COMMON_DEPEND} -" -DEPEND="${COMMON_DEPEND} - dev-dotnet/buildtools -" - -PROJ1=System.Reflection.Metadata -PROJ1_DIR=src/${PROJ1}/src - -src_prepare() { - cp "${FILESDIR}/mono-${PROJ1}.csproj" "${S}/${PROJ1_DIR}/" || die - eapply_user -} - -src_compile() { - if use debug; then - CONFIGURATION=Debug - else - CONFIGURATION=Release - fi - - if use developer; then - SARGS=DebugSymbols=True - else - SARGS=DebugSymbols=False - fi - - VER=2.0.0.0 - KEY="${FILESDIR}/mono.snk" - - exbuild_raw /v:detailed /p:TargetFrameworkVersion=v4.6 "/p:Configuration=${CONFIGURATION}" /p:${SARGS} "/p:VersionNumber=${VER}" "/p:RootPath=${S}" "/p:SignAssembly=true" "/p:AssemblyOriginatorKeyFile=${KEY}" "${S}/${PROJ1_DIR}/mono-${PROJ1}.csproj" - sn -R "${PROJ1_DIR}/bin/${CONFIGURATION}/${PROJ1}.dll" "${KEY}" || die -} - -src_install() { - if use debug; then - CONFIGURATION=Debug - else - CONFIGURATION=Release - fi - - egacinstall "${PROJ1_DIR}/bin/${CONFIGURATION}/${PROJ1}.dll" - einstall_pc_file "${PN}" "${PV}" "${PROJ1}" -} |