diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-19 08:53:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-19 08:53:38 +0000 |
commit | 845b4f1567be5cfab3234623d9fe51640bab1aa7 (patch) | |
tree | a7507edf3304d17900c18775c5836749b712bbf6 /games-util | |
parent | Stable for x86, wrt bug #530652 (diff) | |
download | gentoo-2-845b4f1567be5cfab3234623d9fe51640bab1aa7.tar.gz gentoo-2-845b4f1567be5cfab3234623d9fe51640bab1aa7.tar.bz2 gentoo-2-845b4f1567be5cfab3234623d9fe51640bab1aa7.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/loki_patch/ChangeLog | 9 | ||||
-rw-r--r-- | games-util/loki_patch/loki_patch-20091105.ebuild | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog index fa7c29bf2f2d..6fc2cc6ef76c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.13 2012/05/03 03:41:15 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.14 2015/02/19 08:53:38 mr_bones_ Exp $ + + 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> + loki_patch-20091105.ebuild: + EAPI=5 03 May 2012; Jeff Horelick <jdhore@gentoo.org> loki_patch-20091105.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -63,4 +67,3 @@ +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/loki_patch-20091105.ebuild b/games-util/loki_patch/loki_patch-20091105.ebuild index 60d3f3bafb3c..d16490f67228 100644 --- a/games-util/loki_patch/loki_patch-20091105.ebuild +++ b/games-util/loki_patch/loki_patch-20091105.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.4 2012/05/03 03:41:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.5 2015/02/19 08:53:38 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils DESCRIPTION="Loki Software binary patch tool" @@ -41,12 +41,12 @@ src_configure() { } src_compile() { - emake -C loki_setupdb || die "emake loki_setupdb failed" - emake -C loki_patch || die "emake loki_patch failed" + emake -C loki_setupdb + emake -C loki_patch } src_install() { cd ${PN} - dobin loki_patch make_patch || die "dobin failed" + dobin loki_patch make_patch dodoc CHANGES NOTES README TODO } |