summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-04-11 12:34:18 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-04-11 12:34:18 +0000
commitb8d625669feb33471e6f545578c16d9f0e4a13db (patch)
treee9efc804d6d598388c669c3e86f67b25d2a7acf4 /games-util
parentMarking stable on x86/amd64 and closing bug #85814. (diff)
downloadhistorical-b8d625669feb33471e6f545578c16d9f0e4a13db.tar.gz
historical-b8d625669feb33471e6f545578c16d9f0e4a13db.tar.bz2
historical-b8d625669feb33471e6f545578c16d9f0e4a13db.zip
Cleaning up older version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-util')
-rw-r--r--games-util/loki_patch/ChangeLog6
-rw-r--r--games-util/loki_patch/Manifest4
-rw-r--r--games-util/loki_patch/files/digest-loki_patch-200409161
-rw-r--r--games-util/loki_patch/loki_patch-20040916.ebuild35
4 files changed, 6 insertions, 40 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog
index f7e52437be99..44a1695af79f 100644
--- a/games-util/loki_patch/ChangeLog
+++ b/games-util/loki_patch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/loki_patch
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.4 2005/04/11 12:32:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.5 2005/04/11 12:34:17 wolf31o2 Exp $
+
+ 11 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ -loki_patch-20040916.ebuild:
+ Cleaning up older version.
11 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
loki_patch-20050324.ebuild:
diff --git a/games-util/loki_patch/Manifest b/games-util/loki_patch/Manifest
index 7131affc7166..18ca28014643 100644
--- a/games-util/loki_patch/Manifest
+++ b/games-util/loki_patch/Manifest
@@ -1,7 +1,5 @@
MD5 57974546ccc86579fcc8116adcbae935 loki_patch-20050324.ebuild 1008
-MD5 4169ffed11f10c4cb4cfcf2c0297e25c loki_patch-20040916.ebuild 922
-MD5 8b2671cd3b507487a1e3c1ef2a694bd9 ChangeLog 1018
+MD5 702443fb74876f8aa7a1dd4a86ceae0e ChangeLog 1133
MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254
MD5 6db02d05d799f5f6eed6dd15cc91869a files/loki_patch-20050324-amd64.patch 398
-MD5 9a7f5741c12bca917a311213a179acff files/digest-loki_patch-20040916 72
MD5 0cd086d2e6b2df8cfe7b41fbf0a9f20e files/digest-loki_patch-20050324 72
diff --git a/games-util/loki_patch/files/digest-loki_patch-20040916 b/games-util/loki_patch/files/digest-loki_patch-20040916
deleted file mode 100644
index 403a9c52b3c5..000000000000
--- a/games-util/loki_patch/files/digest-loki_patch-20040916
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 48b7f3ca425f..000000000000
--- a/games-util/loki_patch/loki_patch-20040916.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.3 2004/10/17 09:53:32 dholm 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 ~ppc"
-IUSE=""
-
-DEPEND="dev-util/xdelta
- dev-libs/libxml
- games-util/loki_setupdb"
-
-src_compile() {
- ./autogen.sh || die "autogen failed."
- econf \
- --with-setupdb=/usr/share/loki_setupdb \
- || die "econf failed."
- sed -i \
- -e 's/\.\.\/loki_setupdb/\/usr\/share\/loki_setupdb/' \
- -e 's/-I$(SETUPDB)/-I$(SETUPDB)\/include/' \
- Makefile
- emake || die "emake failed"
-}
-
-src_install() {
- dobin loki_patch make_patch || die "doexe failed"
- dodoc CHANGES NOTES README TODO
-}