summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-03-20 00:00:22 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-03-20 00:00:22 +0000
commit9cb3c58f997a20b80e16bba422b1d1dce6456959 (patch)
tree132a85f836757714087ee0f8aec489e8095c90c7 /games-board/gnome-mastermind
parentAdd back ~sparc for testing at developer (ulm) request, Bug #213952. Thanks (diff)
downloadgentoo-2-9cb3c58f997a20b80e16bba422b1d1dce6456959.tar.gz
gentoo-2-9cb3c58f997a20b80e16bba422b1d1dce6456959.tar.bz2
gentoo-2-9cb3c58f997a20b80e16bba422b1d1dce6456959.zip
Drop games eclass usage
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/gnome-mastermind')
-rw-r--r--games-board/gnome-mastermind/ChangeLog5
-rw-r--r--games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/games-board/gnome-mastermind/ChangeLog b/games-board/gnome-mastermind/ChangeLog
index 4ec9566e4ce2..cf5f820c1444 100644
--- a/games-board/gnome-mastermind/ChangeLog
+++ b/games-board/gnome-mastermind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnome-mastermind
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 1.3 2008/01/22 08:25:56 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 1.4 2008/03/20 00:00:22 nyhm Exp $
+
+ 19 Mar 2008; Tristan Heaven <nyhm@gentoo.org> gnome-mastermind-0.3.ebuild:
+ Drop games eclass usage
22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> gnome-mastermind-0.3.ebuild:
Add gnome-doc-utils dep, bug #206304
diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild
index fa41b2caed6e..98ac2553bc28 100644
--- a/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild
+++ b/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild,v 1.4 2008/01/22 08:25:56 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild,v 1.5 2008/03/20 00:00:22 nyhm Exp $
-inherit eutils games gnome2
+inherit eutils gnome2
DESCRIPTION="A little Mastermind game for GNOME"
HOMEPAGE="http://www5.autistici.org/gnome-mastermind/"
@@ -27,9 +27,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext
app-text/scrollkeeper"
-DOC="AUTHORS ChangeLog NEWS TODO"
-
src_unpack() {
gnome2_src_unpack
epatch "${FILESDIR}"/${P}-gentoo.patch
}
+
+src_install() {
+ DOCS="AUTHORS ChangeLog NEWS TODO" gnome2_src_install
+}