summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-08-24 07:01:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-08-24 07:01:08 +0000
commit61b836c5a9c1cd68de0869ca6a60080b47779d46 (patch)
treeb28faf00d75479e79b6a367e41ed3ee02b1c288b /games-arcade/ceferino
parentany mod support will do (diff)
downloadgentoo-2-61b836c5a9c1cd68de0869ca6a60080b47779d46.tar.gz
gentoo-2-61b836c5a9c1cd68de0869ca6a60080b47779d46.tar.bz2
gentoo-2-61b836c5a9c1cd68de0869ca6a60080b47779d46.zip
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/ceferino')
-rw-r--r--games-arcade/ceferino/ChangeLog8
-rw-r--r--games-arcade/ceferino/ceferino-0.97.8.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/ceferino/ChangeLog b/games-arcade/ceferino/ChangeLog
index e95ad189f4e2..5022cfc4b264 100644
--- a/games-arcade/ceferino/ChangeLog
+++ b/games-arcade/ceferino/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/ceferino
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ChangeLog,v 1.15 2009/05/14 20:28:02 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ChangeLog,v 1.16 2012/08/24 07:01:08 mr_bones_ Exp $
+
+ 24 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> ceferino-0.97.8.ebuild:
+ any mod support will do
14 May 2009; Markus Meier <maekke@gentoo.org> ceferino-0.97.8.ebuild:
amd64/x86 stable, bug #269726
@@ -57,4 +60,3 @@
09 May 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+ceferino-0.94.ebuild:
initial commit - ebuild submitted by TGL via bug #90888
-
diff --git a/games-arcade/ceferino/ceferino-0.97.8.ebuild b/games-arcade/ceferino/ceferino-0.97.8.ebuild
index 99149238bae4..f79f0b6b1eb7 100644
--- a/games-arcade/ceferino/ceferino-0.97.8.ebuild
+++ b/games-arcade/ceferino/ceferino-0.97.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.5 2010/01/25 22:11:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.6 2012/08/24 07:01:08 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -47,10 +47,10 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- if ! has_version "media-libs/sdl-mixer[mikmod]" ; then
+ if ! has_version "media-libs/sdl-mixer[mod]" ; then
ewarn
ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
- ewarn "with the \"mikmod\" USE flag turned on."
+ ewarn "with the \"mod\" USE flag turned on."
ewarn
fi
}