summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-04-06 09:42:05 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-04-06 09:42:05 +0000
commitdab533ea3cb6900c0be979956d6a841f25faca67 (patch)
tree2adb89cee378edb57be8cada78a3808feb2d05ef /dev-games
parentEAPI 5 (diff)
downloadgentoo-2-dab533ea3cb6900c0be979956d6a841f25faca67.tar.gz
gentoo-2-dab533ea3cb6900c0be979956d6a841f25faca67.tar.bz2
gentoo-2-dab533ea3cb6900c0be979956d6a841f25faca67.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/hdl_dump/ChangeLog8
-rw-r--r--dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-games/hdl_dump/ChangeLog b/dev-games/hdl_dump/ChangeLog
index 6c473b5b3387..42c3b65601bd 100644
--- a/dev-games/hdl_dump/ChangeLog
+++ b/dev-games/hdl_dump/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/hdl_dump
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/ChangeLog,v 1.9 2010/11/23 12:53:04 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/ChangeLog,v 1.10 2015/04/06 09:42:05 tupone Exp $
+
+ 06 Apr 2015; Tupone Alfredo <tupone@gentoo.org>
+ hdl_dump-0.8.6.20060901.ebuild:
+ EAPI 5
23 Nov 2010; Mike Frysinger <vapier@gentoo.org>
hdl_dump-0.8.6.20060901.ebuild,
diff --git a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild b/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
index 6dd975690f85..4bd0177398e2 100644
--- a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
+++ b/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild,v 1.6 2010/11/28 05:14:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild,v 1.7 2015/04/06 09:42:05 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils toolchain-funcs versionator
MY_PV=$(replace_version_separator 3 -)
@@ -27,6 +27,6 @@ src_prepare() {
}
src_install() {
- dobin hdl_dump || die
+ dobin hdl_dump
dodoc AUTHORS CHANGELOG README TODO
}