summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-23 01:58:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-23 01:58:28 +0000
commitcc70c1fb65120b4adba4fdbcd42e8576a6d2991b (patch)
tree0cf2028f54f07f30bc81fba68065b6754b0d8476 /games-arcade
parentadd initial category metadata file (GLEP 34) (diff)
downloadhistorical-cc70c1fb65120b4adba4fdbcd42e8576a6d2991b.tar.gz
historical-cc70c1fb65120b4adba4fdbcd42e8576a6d2991b.tar.bz2
historical-cc70c1fb65120b4adba4fdbcd42e8576a6d2991b.zip
use doicon
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tomatoes/ChangeLog7
-rw-r--r--games-arcade/tomatoes/Manifest4
-rw-r--r--games-arcade/tomatoes/tomatoes-1.55.ebuild8
3 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog
index 95d9ea9d69b8..cc8ec8a3fbb6 100644
--- a/games-arcade/tomatoes/ChangeLog
+++ b/games-arcade/tomatoes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.6 2004/12/31 01:32:34 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.7 2005/03/23 01:58:28 mr_bones_ Exp $
+
+ 22 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> tomatoes-1.55.ebuild:
+ use doicon
30 Dec 2004; Mike Frysinger <vapier@gentoo.org> tomatoes-1.55.ebuild:
Make sure sdl-mixer has USE=mikmod #76128.
diff --git a/games-arcade/tomatoes/Manifest b/games-arcade/tomatoes/Manifest
index 7748a743293f..c76c13adc35e 100644
--- a/games-arcade/tomatoes/Manifest
+++ b/games-arcade/tomatoes/Manifest
@@ -1,4 +1,4 @@
-MD5 b326c82de5f2ad6ef1e7286be65d2322 tomatoes-1.55.ebuild 2051
+MD5 d20157501853950e5fe3ee0c3ecbbd14 tomatoes-1.55.ebuild 2028
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 0d2c6b2463934e19d9ad35c5ea37dbda ChangeLog 1028
+MD5 011e2204d4d9e514947668c6fd8ca04f ChangeLog 1122
MD5 e7264e50f8ef000802c7943781dd7d5b files/digest-tomatoes-1.55 147
diff --git a/games-arcade/tomatoes/tomatoes-1.55.ebuild b/games-arcade/tomatoes/tomatoes-1.55.ebuild
index a32e7ff0d7f4..df0c51342a9f 100644
--- a/games-arcade/tomatoes/tomatoes-1.55.ebuild
+++ b/games-arcade/tomatoes/tomatoes-1.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.6 2005/02/10 20:10:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.7 2005/03/23 01:58:28 mr_bones_ Exp $
inherit eutils games
@@ -34,6 +34,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
mv ../tomatoes-1.5/* . || die "mv failed"
+ mv icon.png ${PN}.png
sed -i \
-e '/^CC/d' \
@@ -56,9 +57,8 @@ src_install() {
cp -r tomatoes.mpk music/ "${D}${GAMES_DATADIR}/${PN}" \
|| die "failed to copy game data"
- insinto /usr/share/icons/
- newins icon.png ${PN}.png
- make_desktop_entry tomatoes "I Have No Tomatoes" ${PN}.png
+ doicon ${PN}.png
+ make_desktop_entry tomatoes "I Have No Tomatoes"
touch "${D}${GAMES_STATEDIR}/${PN}/hiscore.lst" || die "touch failed"
fperms 660 "${GAMES_STATEDIR}/${PN}/hiscore.lst"