diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-24 17:08:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-24 17:08:44 +0000 |
commit | f1a5a09e99e5dae41930afea633b310a4c28cf6e (patch) | |
tree | a9190c4957724eb51ca88f1473b74539d3e7605b /games-misc/fortune-mod-firefly | |
parent | Version bump (diff) | |
download | gentoo-2-f1a5a09e99e5dae41930afea633b310a4c28cf6e.tar.gz gentoo-2-f1a5a09e99e5dae41930afea633b310a4c28cf6e.tar.bz2 gentoo-2-f1a5a09e99e5dae41930afea633b310a4c28cf6e.zip |
version bump prompted by bug #186314
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-misc/fortune-mod-firefly')
3 files changed, 32 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-firefly/ChangeLog b/games-misc/fortune-mod-firefly/ChangeLog index 759103f77f60..2f86bde0fa9b 100644 --- a/games-misc/fortune-mod-firefly/ChangeLog +++ b/games-misc/fortune-mod-firefly/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-misc/fortune-mod-firefly -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-firefly/ChangeLog,v 1.3 2006/07/19 19:47:17 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-firefly/ChangeLog,v 1.4 2007/07/24 17:08:44 mr_bones_ Exp $ + +*fortune-mod-firefly-2.1.1 (24 Jul 2007) + + 24 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> + +fortune-mod-firefly-2.1.1.ebuild: + version bump prompted by bug #186314 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> fortune-mod-firefly-2.0.ebuild: diff --git a/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-2.1.1 b/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-2.1.1 new file mode 100644 index 000000000000..26068de83cba --- /dev/null +++ b/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-2.1.1 @@ -0,0 +1,3 @@ +MD5 5fce9b6c951bb73926c5bd9a67892a6a fortune-firefly-2.1.1.tar.bz2 36649 +RMD160 24bd2419d436ce9e216fe4c3ac67530cbc008cab fortune-firefly-2.1.1.tar.bz2 36649 +SHA256 5240c48393ec7d5588ea79ca3d26cc581a460e81ab0f258df25876a5ea89ad7e fortune-firefly-2.1.1.tar.bz2 36649 diff --git a/games-misc/fortune-mod-firefly/fortune-mod-firefly-2.1.1.ebuild b/games-misc/fortune-mod-firefly/fortune-mod-firefly-2.1.1.ebuild new file mode 100644 index 000000000000..6cc671cb26b6 --- /dev/null +++ b/games-misc/fortune-mod-firefly/fortune-mod-firefly-2.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-firefly/fortune-mod-firefly-2.1.1.ebuild,v 1.1 2007/07/24 17:08:44 mr_bones_ Exp $ + +DESCRIPTION="Quotes from FireFly" +HOMEPAGE="http://www.daughtersoftiresias.org/progs/firefly/" +SRC_URI="http://www.daughtersoftiresias.org/progs/firefly/${P/mod-}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="games-misc/fortune-mod" + +S=${WORKDIR} + +src_install() { + insinto /usr/share/fortune + doins firefly firefly.dat || die "doins failed" +} |