commit: 660b617e9f0b87707a029270f6766b94cdb6eafe Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Thu Feb 6 21:09:07 2020 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Thu Feb 6 21:22:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=660b617e
games-util/nforenum: dead upstream Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> games-util/nforenum/metadata.xml | 4 --- games-util/nforenum/nforenum-4.0.0.ebuild | 55 ------------------------------- games-util/nforenum/nforenum-9999.ebuild | 55 ------------------------------- 3 files changed, 114 deletions(-) diff --git a/games-util/nforenum/metadata.xml b/games-util/nforenum/metadata.xml deleted file mode 100644 index 097975e..0000000 --- a/games-util/nforenum/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/games-util/nforenum/nforenum-4.0.0.ebuild b/games-util/nforenum/nforenum-4.0.0.ebuild deleted file mode 100644 index 340355a..0000000 --- a/games-util/nforenum/nforenum-4.0.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -SCM="" -if [ "${PV%9999}" != "${PV}" ] ; then - SCM=mercurial - EHG_REPO_URI="http://hg.openttdcoop.org/${PN}" -fi - -inherit toolchain-funcs ${SCM} - -MY_PV=${PV/_rc/-RC} -DESCRIPTION="A tool checking NFO code for errors" -HOMEPAGE="http://dev.openttdcoop.org/projects/nforenum" - -if [ "${PV%9999}" != "${PV}" ] ; then - SRC_URI="" -else - SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz" -fi - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -if [ "${PV%9999}" != "${PV}" ] ; then - S=${WORKDIR}/${PN} -else - S=${WORKDIR}/${PN}-${MY_PV}-source -fi - -DEPEND="dev-libs/boost" - -RDEPEND="" - -src_prepare() { -# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS -cat > Makefile.local <<-__EOF__ - CXX = $(tc-getCXX) - CXXFLAGS = ${CXXFLAGS} - LDOPT = ${LDFLAGS} - UPX = - V = 1 - __EOF__ -} - -src_install() { - dobin ${PN} || die - doman docs/nforenum.1 || die - dodoc changelog.txt docs/*.en.txt || die -} diff --git a/games-util/nforenum/nforenum-9999.ebuild b/games-util/nforenum/nforenum-9999.ebuild deleted file mode 100644 index 1f29400..0000000 --- a/games-util/nforenum/nforenum-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -SCM="" -if [ "${PV%9999}" != "${PV}" ] ; then - SCM=mercurial - EHG_REPO_URI="http://hg.openttdcoop.org/${PN}" -fi - -inherit toolchain-funcs ${SCM} - -MY_PV=${PV/_rc/-RC} -DESCRIPTION="A tool checking NFO code for errors" -HOMEPAGE="http://dev.openttdcoop.org/projects/nforenum" - -if [ "${PV%9999}" != "${PV}" ] ; then - SRC_URI="" -else - SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz" -fi - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -if [ "${PV%9999}" != "${PV}" ] ; then - S=${WORKDIR}/${PN} -else - S=${WORKDIR}/${PN}-${MY_PV}-source -fi - -DEPEND="dev-libs/boost" - -RDEPEND="" - -src_prepare() { -# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS -cat > Makefile.local <<-__EOF__ - CXX = $(tc-getCXX) - CXXFLAGS = ${CXXFLAGS} - LDOPT = ${LDFLAGS} - UPX = - V = 1 - __EOF__ -} - -src_install() { - dobin ${PN} || die - doman docs/nforenum.1 || die - dodoc changelog.txt docs/*.en.txt || die -}
