summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-09-21 22:40:09 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-09-21 22:40:09 +0000
commitfa89649f07e9943d6eb2af5687a30d371c4afe21 (patch)
tree7b221503c14cef59637b775fb59b1b38f752e20e /games-util/loki_patch
parentnot used (diff)
downloadhistorical-fa89649f07e9943d6eb2af5687a30d371c4afe21.tar.gz
historical-fa89649f07e9943d6eb2af5687a30d371c4afe21.tar.bz2
historical-fa89649f07e9943d6eb2af5687a30d371c4afe21.zip
Initial import. Ebuild submitted by Alex Linke <incubation.11@freenet.de> to bug #63649. Closing bug #63649.
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r--games-util/loki_patch/ChangeLog11
-rw-r--r--games-util/loki_patch/files/digest-loki_patch-200409161
-rw-r--r--games-util/loki_patch/loki_patch-20040916.ebuild36
-rw-r--r--games-util/loki_patch/metadata.xml9
4 files changed, 57 insertions, 0 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog
new file mode 100644
index 000000000000..2eae086a385b
--- /dev/null
+++ b/games-util/loki_patch/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for games-util/loki_patch
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.1 2004/09/21 22:40:09 wolf31o2 Exp $
+
+*loki_patch-20040916 (21 Sep 2004)
+
+ 21 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +loki_patch-20040916.ebuild:
+ Initial import. Ebuild submitted by Alex Linke <incubation.11@freenet.de> to
+ bug #63649. Closing bug #63649.
+
diff --git a/games-util/loki_patch/files/digest-loki_patch-20040916 b/games-util/loki_patch/files/digest-loki_patch-20040916
new file mode 100644
index 000000000000..403a9c52b3c5
--- /dev/null
+++ b/games-util/loki_patch/files/digest-loki_patch-20040916
@@ -0,0 +1 @@
+MD5 570891e117139921c54f1d06a359fc28 loki_patch-20040916.tar.bz2 411206
diff --git a/games-util/loki_patch/loki_patch-20040916.ebuild b/games-util/loki_patch/loki_patch-20040916.ebuild
new file mode 100644
index 000000000000..618f1f33076d
--- /dev/null
+++ b/games-util/loki_patch/loki_patch-20040916.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20040916.ebuild,v 1.1 2004/09/21 22:40:09 wolf31o2 Exp $
+
+inherit eutils
+
+DESCRIPTION="Loki Software binary patch tool"
+HOMEPAGE="http://www.icculus.org/loki_setup/"
+SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+RESTRICT=""
+IUSE=""
+
+DEPEND="dev-util/xdelta
+ dev-libs/libxml
+ games-util/loki_setupdb"
+
+src_compile() {
+ ./autogen.sh || die "autogen failed."
+ EXTRA_ECONF="--with-setupdb=/usr/share/loki_setupdb"
+ econf || die "econf failed."
+ sed -i -e 's/\.\.\/loki_setupdb/\/usr\/share\/loki_setupdb/' \
+ -e -e 's/-I$(SETUPDB)/-I$(SETUPDB)\/include/' Makefile
+ emake || die "emake failed"
+}
+
+src_install() {
+ # no DESTDIR-support in Makefile
+ dodir /usr/bin
+ exeinto /usr/bin
+ doexe loki_patch make_patch || die "doexe failed."
+ dodoc CHANGES NOTES README TODO || die "dodoc failed."
+}
diff --git a/games-util/loki_patch/metadata.xml b/games-util/loki_patch/metadata.xml
new file mode 100644
index 000000000000..fe08918e6837
--- /dev/null
+++ b/games-util/loki_patch/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+ <email>wolf31o2@gentoo.org</email>
+ <name>Chris Gianelloni</name>
+</maintainer>
+</pkgmetadata>