Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/nforenum/
Date: Thu, 06 Feb 2020 21:22:54
Message-Id: 1581024155.660b617e9f0b87707a029270f6766b94cdb6eafe.winterheart@gentoo
1 commit: 660b617e9f0b87707a029270f6766b94cdb6eafe
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 6 21:09:07 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Feb 6 21:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=660b617e
7
8 games-util/nforenum: dead upstream
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11
12 games-util/nforenum/metadata.xml | 4 ---
13 games-util/nforenum/nforenum-4.0.0.ebuild | 55 -------------------------------
14 games-util/nforenum/nforenum-9999.ebuild | 55 -------------------------------
15 3 files changed, 114 deletions(-)
16
17 diff --git a/games-util/nforenum/metadata.xml b/games-util/nforenum/metadata.xml
18 deleted file mode 100644
19 index 097975e..0000000
20 --- a/games-util/nforenum/metadata.xml
21 +++ /dev/null
22 @@ -1,4 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 -</pkgmetadata>
27
28 diff --git a/games-util/nforenum/nforenum-4.0.0.ebuild b/games-util/nforenum/nforenum-4.0.0.ebuild
29 deleted file mode 100644
30 index 340355a..0000000
31 --- a/games-util/nforenum/nforenum-4.0.0.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2010 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Header: $
37 -
38 -EAPI=3
39 -
40 -SCM=""
41 -if [ "${PV%9999}" != "${PV}" ] ; then
42 - SCM=mercurial
43 - EHG_REPO_URI="http://hg.openttdcoop.org/${PN}"
44 -fi
45 -
46 -inherit toolchain-funcs ${SCM}
47 -
48 -MY_PV=${PV/_rc/-RC}
49 -DESCRIPTION="A tool checking NFO code for errors"
50 -HOMEPAGE="http://dev.openttdcoop.org/projects/nforenum"
51 -
52 -if [ "${PV%9999}" != "${PV}" ] ; then
53 - SRC_URI=""
54 -else
55 - SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz"
56 -fi
57 -
58 -LICENSE="GPL-2"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 -IUSE=""
62 -
63 -if [ "${PV%9999}" != "${PV}" ] ; then
64 - S=${WORKDIR}/${PN}
65 -else
66 - S=${WORKDIR}/${PN}-${MY_PV}-source
67 -fi
68 -
69 -DEPEND="dev-libs/boost"
70 -
71 -RDEPEND=""
72 -
73 -src_prepare() {
74 -# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS
75 -cat > Makefile.local <<-__EOF__
76 - CXX = $(tc-getCXX)
77 - CXXFLAGS = ${CXXFLAGS}
78 - LDOPT = ${LDFLAGS}
79 - UPX =
80 - V = 1
81 - __EOF__
82 -}
83 -
84 -src_install() {
85 - dobin ${PN} || die
86 - doman docs/nforenum.1 || die
87 - dodoc changelog.txt docs/*.en.txt || die
88 -}
89
90 diff --git a/games-util/nforenum/nforenum-9999.ebuild b/games-util/nforenum/nforenum-9999.ebuild
91 deleted file mode 100644
92 index 1f29400..0000000
93 --- a/games-util/nforenum/nforenum-9999.ebuild
94 +++ /dev/null
95 @@ -1,55 +0,0 @@
96 -# Copyright 1999-2010 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Header: $
99 -
100 -EAPI=3
101 -
102 -SCM=""
103 -if [ "${PV%9999}" != "${PV}" ] ; then
104 - SCM=mercurial
105 - EHG_REPO_URI="http://hg.openttdcoop.org/${PN}"
106 -fi
107 -
108 -inherit toolchain-funcs ${SCM}
109 -
110 -MY_PV=${PV/_rc/-RC}
111 -DESCRIPTION="A tool checking NFO code for errors"
112 -HOMEPAGE="http://dev.openttdcoop.org/projects/nforenum"
113 -
114 -if [ "${PV%9999}" != "${PV}" ] ; then
115 - SRC_URI=""
116 -else
117 - SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz"
118 -fi
119 -
120 -LICENSE="GPL-2"
121 -SLOT="0"
122 -KEYWORDS=""
123 -IUSE=""
124 -
125 -if [ "${PV%9999}" != "${PV}" ] ; then
126 - S=${WORKDIR}/${PN}
127 -else
128 - S=${WORKDIR}/${PN}-${MY_PV}-source
129 -fi
130 -
131 -DEPEND="dev-libs/boost"
132 -
133 -RDEPEND=""
134 -
135 -src_prepare() {
136 -# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS
137 -cat > Makefile.local <<-__EOF__
138 - CXX = $(tc-getCXX)
139 - CXXFLAGS = ${CXXFLAGS}
140 - LDOPT = ${LDFLAGS}
141 - UPX =
142 - V = 1
143 - __EOF__
144 -}
145 -
146 -src_install() {
147 - dobin ${PN} || die
148 - doman docs/nforenum.1 || die
149 - dodoc changelog.txt docs/*.en.txt || die
150 -}