diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-04 20:55:21 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-04 20:55:21 +0000 |
commit | 184fad473248822ee15c2beaaf9622bc94f0bb1a (patch) | |
tree | a4c711a0496564eb762ac3458b5287d4930a5f3e /games-misc | |
parent | EAPI=5 (diff) | |
download | historical-184fad473248822ee15c2beaaf9622bc94f0bb1a.tar.gz historical-184fad473248822ee15c2beaaf9622bc94f0bb1a.tar.bz2 historical-184fad473248822ee15c2beaaf9622bc94f0bb1a.zip |
EAPI 5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x0145142D
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-debilneho/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-debilneho/ChangeLog b/games-misc/fortune-mod-debilneho/ChangeLog index d4d2a201cc6b..cc5f406436d2 100644 --- a/games-misc/fortune-mod-debilneho/ChangeLog +++ b/games-misc/fortune-mod-debilneho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-debilneho -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/ChangeLog,v 1.7 2010/12/12 18:14:43 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/ChangeLog,v 1.8 2015/02/04 20:55:21 tupone Exp $ + + 04 Feb 2015; Tupone Alfredo <tupone@gentoo.org> + fortune-mod-debilneho-0.1.ebuild: + EAPI 5 12 Dec 2010; Fabian Groffen <grobian@gentoo.org> fortune-mod-debilneho-0.1.ebuild: diff --git a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild index 2c0d27ce6e5b..1b54c7e43cb8 100644 --- a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild +++ b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-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-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.10 2010/12/12 18:14:43 grobian Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.11 2015/02/04 20:55:21 tupone Exp $ +EAPI=5 MY_PN=${PN/mod-/} DESCRIPTION="Quotation's by several people (mostly from Slovakia)" HOMEPAGE="http://megac.info" @@ -18,5 +18,5 @@ S=${WORKDIR}/${MY_PN} src_install() { insinto /usr/share/fortune - doins debilneho debilneho.dat || die + doins debilneho debilneho.dat } |