diff options
author | 2004-01-10 14:50:34 +0000 | |
---|---|---|
committer | 2004-01-10 14:50:34 +0000 | |
commit | 22e973a6dfbf54336ea80f33e3eb698c88ee87a5 (patch) | |
tree | 2a453043a5bbd22cd441f9855b2bd9043b8e8f9c /x11-libs | |
parent | changing src to use mirror (diff) | |
download | gentoo-2-22e973a6dfbf54336ea80f33e3eb698c88ee87a5.tar.gz gentoo-2-22e973a6dfbf54336ea80f33e3eb698c88ee87a5.tar.bz2 gentoo-2-22e973a6dfbf54336ea80f33e3eb698c88ee87a5.zip |
Fixed install *.sc to *.scm typo, to install the examples
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index f67fbe243834..c602609333b6 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/guile-gtk # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.5 2003/07/18 21:07:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.6 2004/01/10 14:50:34 obz Exp $ + + 10 Jan 2004; Mike Gardiner <obz@gentoo.org> guile-gtk-1.2.0.31.ebuild: + Fixed install *.sc to *.scm typo, to install the examples *guile-gtk-1.2.0.31 (18 Jul 2003) diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild index ff94425a5456..f9710ca3ae71 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.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/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.1 2003/07/18 21:07:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.2 2004/01/10 14:50:34 obz Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -29,5 +29,5 @@ src_install() { dodoc INSTALL README* COPYING AUTHORS ChangeLog NEWS TODO insinto /usr/share/guile-gtk/examples - doins ${S}/examples/*.sc + doins ${S}/examples/*.scm } |