diff options
Diffstat (limited to 'games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild')
-rw-r--r-- | games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild b/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild index da61f56bd61e..3d9ff67f5842 100644 --- a/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild +++ b/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.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-homer/fortune-mod-homer-0.1.ebuild,v 1.13 2010/12/12 17:11:51 grobian Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild,v 1.14 2015/02/04 21:51:34 tupone Exp $ +EAPI=5 DESCRIPTION="Quotes from Homer Simpson" HOMEPAGE="http://www.cs.indiana.edu/~crcarter/homer/homer.html" SRC_URI="http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.tar.gz" @@ -17,5 +17,5 @@ S=${WORKDIR}/${PN/mod-/} src_install() { insinto /usr/share/fortune - doins homer homer.dat || die + doins homer homer.dat } |