diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:05:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:05:45 +0000 |
commit | b5bd0787787b703b0d61a47ffeab0598dfbe5554 (patch) | |
tree | c6afc8f999418b7440fa247436fb4c04db65b8c7 /games-strategy | |
parent | More updates. Two security fixes for 2.4.x sources missed in the last update... (diff) | |
download | historical-b5bd0787787b703b0d61a47ffeab0598dfbe5554.tar.gz historical-b5bd0787787b703b0d61a47ffeab0598dfbe5554.tar.bz2 historical-b5bd0787787b703b0d61a47ffeab0598dfbe5554.zip |
doc tidy
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest index b3ab71c38a43..0c08c162ab35 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -2,7 +2,7 @@ MD5 0b4a09a5ecf8b4fe81ad528b3e43ba65 ChangeLog 797 MD5 822f58ff10912b1b0423d2d26abac7d8 glob2-0.8.2.ebuild 877 MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546 MD5 da91bc4c8fc63efae0f5cd7c33b39830 glob2-0.8.4.ebuild 803 -MD5 3498923fe00abcee7049446ce0d6b9d0 glob2-0.8.5.ebuild 807 +MD5 4fc1ba385226ef12cd7bb0e4a8989704 glob2-0.8.5.ebuild 792 MD5 67766c04790525af71ebb3123dba9ab6 files/digest-glob2-0.8.2 64 MD5 e8cc791632e58ca3f01958e42c3f3032 files/digest-glob2-0.8.4 64 MD5 b937864a33c8d01a8f3123fe37ce9ff0 files/digest-glob2-0.8.5 64 diff --git a/games-strategy/glob2/glob2-0.8.5.ebuild b/games-strategy/glob2/glob2-0.8.5.ebuild index 6eb63bd9611c..901a222c4374 100644 --- a/games-strategy/glob2/glob2-0.8.5.ebuild +++ b/games-strategy/glob2/glob2-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.5.ebuild,v 1.1 2004/04/01 09:36:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.5.ebuild,v 1.2 2004/04/21 22:05:45 mr_bones_ Exp $ inherit games @@ -25,6 +25,6 @@ DEPEND="virtual/glibc src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO + dodoc AUTHORS README TODO prepgamesdirs } |