summaryrefslogtreecommitdiff
path: root/games-util/loki_patch/loki_patch-20091105.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/loki_patch/loki_patch-20091105.ebuild')
-rw-r--r--games-util/loki_patch/loki_patch-20091105.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-util/loki_patch/loki_patch-20091105.ebuild b/games-util/loki_patch/loki_patch-20091105.ebuild
deleted file mode 100644
index b3084027a98d..000000000000
--- a/games-util/loki_patch/loki_patch-20091105.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Loki Software binary patch tool"
-HOMEPAGE="http://www.icculus.org/loki_setup/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- mirror://gentoo/loki_setupdb-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-util/xdelta:0
- dev-libs/libxml2
- dev-libs/glib:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-patchdata.patch
- cd loki_setupdb
- eautoreconf
- cd "${S}"/${PN}
- eautoreconf
-}
-
-src_configure() {
- cd loki_setupdb
- econf
- cd "${S}"/${PN}
- econf
-}
-
-src_compile() {
- emake -C loki_setupdb
- emake -C loki_patch
-}
-
-src_install() {
- cd ${PN}
- dobin loki_patch make_patch
- dodoc CHANGES NOTES README TODO
-}