games-util/catcodec: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:33 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:56:19 +0000 (02:56 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-util/catcodec/Manifest
games-util/catcodec/catcodec-1.0.3.ebuild [deleted file]

index 8ed96acfa72f55dfe4f6c7f96c3740ab18758348..3c33f4d8cdf97a844aa5fa6a5ab706cfb99118e3 100644 (file)
@@ -1,2 +1 @@
-DIST catcodec-1.0.3-source.tar.bz2 18536 BLAKE2B a6d63a26b328a8b3b89f3b443a5294264a73d3ecbf75f8364d40ad36d331907007e0228c1ff3c90eea6c42fcc687ed1d57cddf746ccf6dec4d8aaecf46156944 SHA512 406476ecc57b87355d0eca4672c8ccb067d80a0bde217a8332d1014dce983f62dd4f134d0736da806d21a375a9e053d61a79bb7ca9848f83ff2cd49fdf220360
 DIST catcodec-1.0.5-source.tar.xz 17952 BLAKE2B e828e52426b26c0021365bb961d16028a52a8c8cedac06db6b825947562e6eb513d0c9f7b455710f05dc20b88a86b0cdab3123ede38c2f785709c1b76964e1b4 SHA512 e6e17da17f2449ff5d3a18c34ba3125d475a481ef1dc73ba03dac32fc8523a8929d2cbdfda5f647a0226aa007a217fc90c85ec4cc46937f75e15a596277e0db5
diff --git a/games-util/catcodec/catcodec-1.0.3.ebuild b/games-util/catcodec/catcodec-1.0.3.ebuild
deleted file mode 100644 (file)
index 19f06e0..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD"
-HOMEPAGE="http://www.openttd.org/en/download-catcodec"
-SRC_URI="http://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE=""
-
-src_prepare() {
-       tc-export CXX
-       epatch "${FILESDIR}"/${P}-gcc47.patch
-}
-
-src_compile() {
-       emake VERBOSE=1
-}
-
-src_install() {
-       dobin catcodec
-       dodoc changelog.txt docs/readme.txt
-       doman docs/catcodec.1
-}