diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-04 16:31:58 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-04 16:31:58 +0000 |
commit | 759c951d40736019065d6cb34ac8cf98cb7cd705 (patch) | |
tree | 331c6e3580258df7d8bb2d6c222951a9a97fb372 /gnome-extra | |
parent | Added ~ppc wrt bug 163538 (diff) | |
download | gentoo-2-759c951d40736019065d6cb34ac8cf98cb7cd705.tar.gz gentoo-2-759c951d40736019065d6cb34ac8cf98cb7cd705.tar.bz2 gentoo-2-759c951d40736019065d6cb34ac8cf98cb7cd705.zip |
Don't install docs files twice; bug #165002
(Portage version: 2.1.2-r6)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-games/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-2.16.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-extra/gnome-games/ChangeLog b/gnome-extra/gnome-games/ChangeLog index 2bb62d26f3b5..4671ad42fb6d 100644 --- a/gnome-extra/gnome-games/ChangeLog +++ b/gnome-extra/gnome-games/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-games # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.186 2007/01/21 20:20:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.187 2007/02/04 16:31:58 dang Exp $ + + 04 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> + gnome-games-2.16.2.ebuild: + Don't install docs files twice; bug #165002 21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> gnome-games-2.16.2.ebuild: diff --git a/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild b/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild index e110caa21289..4e888fcd7ce4 100644 --- a/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild +++ b/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild,v 1.11 2007/01/28 07:47:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.16.2.ebuild,v 1.12 2007/02/04 16:31:58 dang Exp $ # make sure games is inherited first so that the gnome2 # functions will be called if they are not overridden @@ -33,7 +33,8 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.40 >=app-text/scrollkeeper-0.3.8" -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" +# Others are installed below; multiples in this package. +DOCS="HACKING MAINTAINERS" pkg_setup() { # create the games user / group |