diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 18:40:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 18:40:58 +0000 |
commit | b0e1041f3205e8445a27257d3e43b20a6d4e791a (patch) | |
tree | a52b5955efa7a617296237850a6afee9dd2cbed8 /games-board | |
parent | initial ebuild #29465 (diff) | |
download | gentoo-2-b0e1041f3205e8445a27257d3e43b20a6d4e791a.tar.gz gentoo-2-b0e1041f3205e8445a27257d3e43b20a6d4e791a.tar.bz2 gentoo-2-b0e1041f3205e8445a27257d3e43b20a6d4e791a.zip |
add a few more binaries to the install process
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/scid/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/scid/files/digest-scid-3.4-r1 (renamed from games-board/scid/files/digest-scid-3.4) | 0 | ||||
-rw-r--r-- | games-board/scid/scid-3.4-r1.ebuild (renamed from games-board/scid/scid-3.4.ebuild) | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-board/scid/ChangeLog b/games-board/scid/ChangeLog index e0520c0022d8..ebbd65352f4f 100644 --- a/games-board/scid/ChangeLog +++ b/games-board/scid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/scid # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.2 2003/09/10 20:21:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.3 2003/09/26 18:40:58 vapier Exp $ + +*scid-3.4-r1 (26 Sep 2003) + + 26 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Add a few more binaries to the install process. *scid-3.4 (18 Jun 2003) diff --git a/games-board/scid/files/digest-scid-3.4 b/games-board/scid/files/digest-scid-3.4-r1 index c6d88a18db1e..c6d88a18db1e 100644 --- a/games-board/scid/files/digest-scid-3.4 +++ b/games-board/scid/files/digest-scid-3.4-r1 diff --git a/games-board/scid/scid-3.4.ebuild b/games-board/scid/scid-3.4-r1.ebuild index 15786471c462..5fa1e3f9d6ef 100644 --- a/games-board/scid/scid-3.4.ebuild +++ b/games-board/scid/scid-3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.4.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.4-r1.ebuild,v 1.1 2003/09/26 18:40:58 vapier Exp $ inherit games @@ -32,8 +32,8 @@ src_compile() { } src_install() { - dogamesbin scid sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote \ - sc_tree scidpgn pgnfix pgnscid tkscid tcscid scmerge + dogamesbin pgnfix pgnscid sc_addmove sc_eco sc_epgn sc_import sc_remote \ + sc_spell sc_tree scid scidpgn scmerge spliteco tcscid tkscid dodoc CHANGES COPYING README THANKS dohtml help/*.html |