Gentoo Archives: gentoo-commits

From: Arsen Shnurkov <Arsen.Shnurkov@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-util/gppg-dbremner/, dev-util/gplex-dbremner/, dev-util/gppg-dbremner/files/, ...
Date: Sun, 29 Jan 2023 17:46:02
Message-Id: 1675014350.92d51a2a1994ed83e3b54da79ba667aa7c22f4a8.Arsen.Shnurkov@gentoo
1 commit: 92d51a2a1994ed83e3b54da79ba667aa7c22f4a8
2 Author: ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jan 29 17:39:42 2023 +0000
4 Commit: Arsen Shnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 29 17:45:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=92d51a2a
7
8 remove EAPI-6 ebuilds for gplex & gppg
9
10 Signed-off-by: Arsen.Shnurkov <ArsenShnurkov <AT> users.noreply.github.com>
11
12 .../files/fix-error-in-member-variable-name.patch | 11 ------
13 dev-util/gplex-dbremner/files/output-path.patch | 19 ----------
14 .../gplex-dbremner-1.2.2_p2015112101.ebuild | 42 ----------------------
15 dev-util/gplex-dbremner/metadata.xml | 8 -----
16 dev-util/gppg-dbremner/files/output-path.patch | 20 -----------
17 .../gppg-dbremner-1.5.2_p2015112101.ebuild | 41 ---------------------
18 dev-util/gppg-dbremner/metadata.xml | 8 -----
19 7 files changed, 149 deletions(-)
20
21 diff --git a/dev-util/gplex-dbremner/files/fix-error-in-member-variable-name.patch b/dev-util/gplex-dbremner/files/fix-error-in-member-variable-name.patch
22 deleted file mode 100644
23 index 541e08b..0000000
24 --- a/dev-util/gplex-dbremner/files/fix-error-in-member-variable-name.patch
25 +++ /dev/null
26 @@ -1,11 +0,0 @@
27 ---- a/GPLEX/AAST.cs
28 -+++ b/GPLEX/AAST.cs
29 -@@ -1081,7 +1081,7 @@
30 -
31 - internal string Name { get; }
32 -
33 -- internal string PredDummyName { get { return "PRED_" + name + "_DUMMY"; } }
34 -+ internal string PredDummyName { get { return "PRED_" + Name + "_DUMMY"; } }
35 -
36 - internal void ParseRE( AAST aast ) { regX = new AAST.ReParser( verb, vrbSpan, aast ).Parse(); }
37 - }
38
39 diff --git a/dev-util/gplex-dbremner/files/output-path.patch b/dev-util/gplex-dbremner/files/output-path.patch
40 deleted file mode 100644
41 index cbb746d..0000000
42 --- a/dev-util/gplex-dbremner/files/output-path.patch
43 +++ /dev/null
44 @@ -1,19 +0,0 @@
45 ---- a/GPLEXv1.csproj
46 -+++ b/GPLEXv1.csproj
47 -@@ -20,14 +20,14 @@
48 - <DebugSymbols>true</DebugSymbols>
49 - <DebugType>full</DebugType>
50 - <Optimize>false</Optimize>
51 -- <OutputPath>.\bin\Debug\</OutputPath>
52 -+ <OutputPath>bin/Debug</OutputPath>
53 - <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS RANGELIST_DIAGNOSTICS</DefineConstants>
54 - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 - </PropertyGroup>
56 - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57 - <DebugType>pdbonly</DebugType>
58 - <Optimize>true</Optimize>
59 -- <OutputPath>bin\debug\</OutputPath>
60 -+ <OutputPath>bin/Release</OutputPath>
61 - <DefineConstants>DEBUG;TRACE</DefineConstants>
62 - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 - </PropertyGroup>
64
65 diff --git a/dev-util/gplex-dbremner/gplex-dbremner-1.2.2_p2015112101.ebuild b/dev-util/gplex-dbremner/gplex-dbremner-1.2.2_p2015112101.ebuild
66 deleted file mode 100644
67 index ed401b3..0000000
68 --- a/dev-util/gplex-dbremner/gplex-dbremner-1.2.2_p2015112101.ebuild
69 +++ /dev/null
70 @@ -1,42 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -SLOT="0"
76 -
77 -KEYWORDS="~amd64"
78 -USE_DOTNET="net45"
79 -
80 -inherit dotnet
81 -
82 -IUSE="+${USE_DOTNET} debug"
83 -
84 -NAME="gplex"
85 -HOMEPAGE="https://github.com/dbremner/${NAME}"
86 -DESCRIPTION="C# version of lex (Garden Point Lex)"
87 -LICENSE="BSD" # https://gplex.codeplex.com/license
88 -
89 -SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/archive/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz"
90 -RESTRICT="mirror"
91 -S="${WORKDIR}/shnurise-tarballs-${CATEGORY}-${PN}-${PN}-${PV}"
92 -
93 -src_prepare() {
94 - eapply "${FILESDIR}/fix-error-in-member-variable-name.patch"
95 - eapply "${FILESDIR}/output-path.patch"
96 - eapply_user
97 -}
98 -
99 -src_compile() {
100 - exbuild "GPLEXv1.sln"
101 -}
102 -
103 -src_install() {
104 - insinto "/usr/share/${PN}"
105 - if use debug; then
106 - newins bin/Debug/Gplex.exe gplex.exe
107 - make_wrapper gplex "/usr/bin/mono --debug /usr/share/${PN}/gplex.exe"
108 - else
109 - newins bin/Release/Gplex.exe gplex.exe
110 - make_wrapper gplex "/usr/bin/mono /usr/share/${PN}/gplex.exe"
111 - fi
112 -}
113
114 diff --git a/dev-util/gplex-dbremner/metadata.xml b/dev-util/gplex-dbremner/metadata.xml
115 deleted file mode 100644
116 index b1262f1..0000000
117 --- a/dev-util/gplex-dbremner/metadata.xml
118 +++ /dev/null
119 @@ -1,8 +0,0 @@
120 -<?xml version="1.0" encoding="UTF-8"?>
121 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
122 -<pkgmetadata>
123 - <maintainer type="project">
124 - <email>dotnet@g.o</email>
125 - <description>Gentoo Dotnet Project</description>
126 - </maintainer>
127 -</pkgmetadata>
128
129 diff --git a/dev-util/gppg-dbremner/files/output-path.patch b/dev-util/gppg-dbremner/files/output-path.patch
130 deleted file mode 100644
131 index a61c69b..0000000
132 --- a/dev-util/gppg-dbremner/files/output-path.patch
133 +++ /dev/null
134 @@ -1,20 +0,0 @@
135 ---- a/GPPG.csproj
136 -+++ b/GPPG.csproj
137 -@@ -20,7 +20,7 @@
138 - <DebugSymbols>true</DebugSymbols>
139 - <DebugType>full</DebugType>
140 - <Optimize>false</Optimize>
141 -- <OutputPath>.\bin\Debug\</OutputPath>
142 -+ <OutputPath>bin/Debug</OutputPath>
143 - <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
144 - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
145 - <UseVSHostingProcess>false</UseVSHostingProcess>
146 -@@ -28,7 +28,7 @@
147 - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
148 - <DebugType>pdbonly</DebugType>
149 - <Optimize>true</Optimize>
150 -- <OutputPath>bin\Debug\</OutputPath>
151 -+ <OutputPath>bin/Release</OutputPath>
152 - <DefineConstants>TRACE</DefineConstants>
153 - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
154 - </PropertyGroup>
155
156 diff --git a/dev-util/gppg-dbremner/gppg-dbremner-1.5.2_p2015112101.ebuild b/dev-util/gppg-dbremner/gppg-dbremner-1.5.2_p2015112101.ebuild
157 deleted file mode 100644
158 index 7ed7242..0000000
159 --- a/dev-util/gppg-dbremner/gppg-dbremner-1.5.2_p2015112101.ebuild
160 +++ /dev/null
161 @@ -1,41 +0,0 @@
162 -# Copyright 1999-2019 Gentoo Authors
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI=6
166 -SLOT="0"
167 -
168 -KEYWORDS="~amd64"
169 -USE_DOTNET="net45"
170 -
171 -inherit dotnet
172 -
173 -IUSE="+${USE_DOTNET} debug"
174 -
175 -NAME="gppg"
176 -HOMEPAGE="https://github.com/dbremner/${NAME}"
177 -DESCRIPTION="C# version of lex (Garden Point Lex)"
178 -LICENSE="BSD" # https://gppg.codeplex.com/license
179 -
180 -SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/archive/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz"
181 -RESTRICT="mirror"
182 -S="${WORKDIR}/shnurise-tarballs-${CATEGORY}-${PN}-${PN}-${PV}"
183 -
184 -src_prepare() {
185 - eapply "${FILESDIR}/output-path.patch"
186 - eapply_user
187 -}
188 -
189 -src_compile() {
190 - exbuild "GPPG.sln"
191 -}
192 -
193 -src_install() {
194 - insinto "/usr/share/${PN}"
195 - if use debug; then
196 - newins bin/Debug/Gppg.exe Gppg.exe
197 - make_wrapper gppg "/usr/bin/mono --debug /usr/share/${PN}/gppg.exe"
198 - else
199 - newins bin/Release/Gppg.exe gppg.exe
200 - make_wrapper gppg "/usr/bin/mono /usr/share/${PN}/gppg.exe"
201 - fi
202 -}
203
204 diff --git a/dev-util/gppg-dbremner/metadata.xml b/dev-util/gppg-dbremner/metadata.xml
205 deleted file mode 100644
206 index b1262f1..0000000
207 --- a/dev-util/gppg-dbremner/metadata.xml
208 +++ /dev/null
209 @@ -1,8 +0,0 @@
210 -<?xml version="1.0" encoding="UTF-8"?>
211 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
212 -<pkgmetadata>
213 - <maintainer type="project">
214 - <email>dotnet@g.o</email>
215 - <description>Gentoo Dotnet Project</description>
216 - </maintainer>
217 -</pkgmetadata>