summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-04 15:53:30 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-04 15:53:30 +0000
commit911beef568cab5a7ccb57141fb0aaac875e65771 (patch)
tree521396a9cd900c8299c02408cd58a7d296a11e5c /games-util/loki_patch
parentStable on amd64, bug #212290 (diff)
downloadgentoo-2-911beef568cab5a7ccb57141fb0aaac875e65771.tar.gz
gentoo-2-911beef568cab5a7ccb57141fb0aaac875e65771.tar.bz2
gentoo-2-911beef568cab5a7ccb57141fb0aaac875e65771.zip
Removing 20051209 version for bug #133407.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r--games-util/loki_patch/ChangeLog6
-rw-r--r--games-util/loki_patch/loki_patch-20051209.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog
index 4aacb06e7868..d9c5004d6f98 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.9 2008/01/15 21:53:38 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.10 2008/03/04 15:53:30 wolf31o2 Exp $
+
+ 04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ -loki_patch-20051209.ebuild:
+ Removing 20051209 version for bug #133407.
15 Jan 2008; Samuli Suominen <drac@gentoo.org> loki_patch-20050324.ebuild,
loki_patch-20051209.ebuild:
diff --git a/games-util/loki_patch/loki_patch-20051209.ebuild b/games-util/loki_patch/loki_patch-20051209.ebuild
deleted file mode 100644
index 50be7a0a3a84..000000000000
--- a/games-util/loki_patch/loki_patch-20051209.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20051209.ebuild,v 1.2 2008/01/15 21:53:38 drac 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="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="=dev-util/xdelta-1*
- dev-libs/libxml"
-RDEPEND="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
-}