Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-demodata/, profiles/
Date: Tue, 02 Feb 2021 21:27:53
Message-Id: 1612301252.3f5998f0ad9677e72fb07d4f18c515438dbf67b6.conikost@gentoo
1 commit: 3f5998f0ad9677e72fb07d4f18c515438dbf67b6
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 21:23:27 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 21:27:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5998f0
7
8 games-fps/duke3d-demodata: drop last-rite pkg
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 games-fps/duke3d-demodata/Manifest | 1 -
13 .../duke3d-demodata/duke3d-demodata-1.3.ebuild | 50 ----------------------
14 games-fps/duke3d-demodata/metadata.xml | 8 ----
15 profiles/package.mask | 8 ----
16 4 files changed, 67 deletions(-)
17
18 diff --git a/games-fps/duke3d-demodata/Manifest b/games-fps/duke3d-demodata/Manifest
19 deleted file mode 100644
20 index f92f7a8b170..00000000000
21 --- a/games-fps/duke3d-demodata/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST 3dduke13.zip 5924374 BLAKE2B 177329f04defdd2a2ab35a1926a321bbc8de023878ad6bec610669b5578cbe2f38bc0b03a37c0d0d2dcc99acf2b473ddf683b498b971b857b20964bcdbc7d7c8 SHA512 eb92daa88b4e7cfeebe1fb3d2c021e0a4a66262d0d6e76b5e27fe3cedd382e381d23b392a6d9adb42a418b9318e011c2d8adfbdc77d7c5371e61d8c091c7eb65
25
26 diff --git a/games-fps/duke3d-demodata/duke3d-demodata-1.3.ebuild b/games-fps/duke3d-demodata/duke3d-demodata-1.3.ebuild
27 deleted file mode 100644
28 index 14a4c8aba39..00000000000
29 --- a/games-fps/duke3d-demodata/duke3d-demodata-1.3.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit games
38 -
39 -DESCRIPTION="Duke Nukem 3D 1.3d shareware data"
40 -HOMEPAGE="http://www.3drealms.com/duke3d/"
41 -SRC_URI="https://dnr.duke4.net/dl/024fbc5/3dduke13.zip"
42 -
43 -LICENSE="DUKE3D"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="app-arch/unzip"
49 -RDEPEND="games-fps/eduke32"
50 -
51 -S=${WORKDIR}
52 -
53 -src_unpack() {
54 - default
55 - rm LICENSE.TXT || die
56 - mv DN3DSW13.SHR DN3DSW13.SHR.zip || die
57 - unpack ./DN3DSW13.SHR.zip
58 -}
59 -
60 -src_install() {
61 - insinto "${GAMES_DATADIR}"/duke3d
62 -
63 - # convert to lowercase
64 - find . \( -iname "*.CON" -o -iname "*.DMO" -o -iname "*.RTS" -o -iname "*.GRP" -o -iname "*.PCK" -o -iname "*.INI" \) \
65 - -exec sh -c 'echo "${1}"
66 - mv "${1}" "$(echo "${1}" | tr [:upper:] [:lower:])"' - {} \;
67 -
68 - doins {defs,game,user}.con demo{1,2,3}.dmo duke.rts duke3d.grp modem.pck ultramid.ini
69 -
70 - dodoc FILE_ID.DIZ README.DOC
71 -
72 - prepgamesdirs
73 -}
74 -
75 -pkg_postinst() {
76 - games_pkg_postinst
77 - echo
78 - einfo "Please note that many addons for Duke Nukem 3D require the registered version"
79 - einfo "and will not work with this shareware version."
80 - echo
81 -}
82
83 diff --git a/games-fps/duke3d-demodata/metadata.xml b/games-fps/duke3d-demodata/metadata.xml
84 deleted file mode 100644
85 index 26079e608be..00000000000
86 --- a/games-fps/duke3d-demodata/metadata.xml
87 +++ /dev/null
88 @@ -1,8 +0,0 @@
89 -<?xml version="1.0" encoding="UTF-8"?>
90 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 -<pkgmetadata>
92 - <maintainer type="project">
93 - <email>games@g.o</email>
94 - <name>Gentoo Games Project</name>
95 - </maintainer>
96 -</pkgmetadata>
97
98 diff --git a/profiles/package.mask b/profiles/package.mask
99 index b0a513f1cf0..398213dd706 100644
100 --- a/profiles/package.mask
101 +++ b/profiles/package.mask
102 @@ -138,14 +138,6 @@ x11-misc/rss-glx
103 # Masked for removal in 30 days.
104 kde-frameworks/kdesignerplugin
105
106 -# Conrad Kostecki <conikost@g.o> (2021-01-10)
107 -# The Duke Nukem 3D demo data files will be now handled by the
108 -# 'games-fps/duke3d-data' package, so this package isn't
109 -# needed anymore. Just remove it and switch to the above one.
110 -# Enable use flag 'demo' for demo data files.
111 -# Removal in 14 days.
112 -games-fps/duke3d-demodata
113 -
114 # Miroslav Ć ulc <fordfrog@g.o> (2021-01-09)
115 # media-sound/patchage used to depend on it but the dependency
116 # has been dropped in v1.0.0. There are no other packages in the tree