diff options
Diffstat (limited to 'dev-scheme/slib')
-rw-r--r-- | dev-scheme/slib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-scheme/slib/files/Makefile.patch | 10 |
2 files changed, 4 insertions, 11 deletions
diff --git a/dev-scheme/slib/ChangeLog b/dev-scheme/slib/ChangeLog index 36e150dac33f..aefa86fde2fe 100644 --- a/dev-scheme/slib/ChangeLog +++ b/dev-scheme/slib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/slib # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/slib/ChangeLog,v 1.44 2008/07/04 19:41:28 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/slib/ChangeLog,v 1.45 2008/07/04 20:10:33 hkbst Exp $ + + 04 Jul 2008; Marijn Schouten <hkBst@gentoo.org> -files/Makefile.patch: + remove patch and get new upstream tarball to fix Manifest 04 Jul 2008; Marijn Schouten <hkBst@gentoo.org> -slib-3.1.1-r1.ebuild, -slib-3.1.4-r2.ebuild, -slib-3.1.4-r3.ebuild, -slib-3.1.4-r4.ebuild, diff --git a/dev-scheme/slib/files/Makefile.patch b/dev-scheme/slib/files/Makefile.patch deleted file mode 100644 index 36fd556b3f8c..000000000000 --- a/dev-scheme/slib/files/Makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.old 2007-06-02 13:35:00.000000000 +0200 -+++ Makefile 2007-06-02 13:39:41.000000000 +0200 -@@ -259,6 +259,7 @@ - info: installinfo - installinfo: $(infodir)slib.info - $(infodir)slib.info: slib.info -+ mkdir -p $(infodir) - cp -p slib.info $(infodir)slib.info - -install-info $(infodir)slib.info $(infodir)dir - -rm $(infodir)slib.info.gz |