diff options
Diffstat (limited to 'games-action/d2x-rebirth')
-rw-r--r-- | games-action/d2x-rebirth/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-action/d2x-rebirth/ChangeLog b/games-action/d2x-rebirth/ChangeLog index d007c78e50c6..dc17de61b143 100644 --- a/games-action/d2x-rebirth/ChangeLog +++ b/games-action/d2x-rebirth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/d2x-rebirth -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.1 2007/01/09 21:52:51 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.2 2008/03/06 03:15:20 wolf31o2 Exp $ + + 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + d2x-rebirth-0.50.ebuild: + Removing COPYING from dodoc to shut up repoman. *d2x-rebirth-0.50 (09 Jan 2007) diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild index ea2e7cd6ce7e..6780d9b3c0b1 100644 --- a/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild +++ b/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild,v 1.2 2008/01/25 23:45:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild,v 1.3 2008/03/06 03:15:20 wolf31o2 Exp $ inherit autotools eutils games @@ -101,8 +101,8 @@ src_install() { doicon "${WORKDIR}/${icon}" make_desktop_entry ${PN}-common "Descent ${DV} Rebirth" "${icon}" - dodoc AUTHORS ChangeLog COPYING dxx-changelog dxx-readme.txt \ - NEWS README "${WORKDIR}"/*.txt + dodoc AUTHORS ChangeLog dxx-changelog dxx-readme.txt NEWS \ + README "${WORKDIR}"/*.txt prepgamesdirs } |