diff options
author | 2015-02-04 17:37:42 +0000 | |
---|---|---|
committer | 2015-02-04 17:37:42 +0000 | |
commit | b72a99ce7ed2643d5d05858df645d31ab8f7aaf7 (patch) | |
tree | c316c9fabade854f48473398ef90150ebf298bce /games-misc/fortune-mod-bofh-excuses | |
parent | Add patch to silence when LTO is in use by Michael Weiser, bug #538604 (diff) | |
download | gentoo-2-b72a99ce7ed2643d5d05858df645d31ab8f7aaf7.tar.gz gentoo-2-b72a99ce7ed2643d5d05858df645d31ab8f7aaf7.tar.bz2 gentoo-2-b72a99ce7ed2643d5d05858df645d31ab8f7aaf7.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc/fortune-mod-bofh-excuses')
-rw-r--r-- | games-misc/fortune-mod-bofh-excuses/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/ChangeLog b/games-misc/fortune-mod-bofh-excuses/ChangeLog index 3a9992b77059..78133c7a869c 100644 --- a/games-misc/fortune-mod-bofh-excuses/ChangeLog +++ b/games-misc/fortune-mod-bofh-excuses/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for games-misc/fortune-mod-bofh-excuses -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/ChangeLog,v 1.10 2010/12/12 18:28:14 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/ChangeLog,v 1.11 2015/02/04 17:37:42 tupone Exp $ # AUTHOR: Lim Swee Tat <st_lim@stlim.net> + 04 Feb 2015; Tupone Alfredo <tupone@gentoo.org> + fortune-mod-bofh-excuses-1.2.ebuild: + EAPI 5 + 12 Dec 2010; Fabian Groffen <grobian@gentoo.org> fortune-mod-bofh-excuses-1.2.ebuild: Added Prefix keywords diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild index c9d22109bfbe..806036980fd7 100644 --- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild @@ -1,7 +1,7 @@ -# 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/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.13 2010/12/12 18:28:14 grobian Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.14 2015/02/04 17:37:42 tupone Exp $ +EAPI=5 DESCRIPTION="Excuses from Bastard Operator from Hell" HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450" SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" @@ -17,5 +17,5 @@ S=${WORKDIR}/${PN/mod-/} src_install() { insinto /usr/share/fortune - doins bofh-excuses.dat bofh-excuses || die + doins bofh-excuses.dat bofh-excuses } |