summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-libs/guile-gtk/ChangeLog5
-rw-r--r--x11-libs/guile-gtk/files/digest-guile-gtk-0.19-r13
-rw-r--r--x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild30
3 files changed, 4 insertions, 34 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog
index 6de1d095de07..8b565cca1d7a 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.24 2007/03/13 17:40:27 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.25 2007/03/13 17:43:05 hkbst Exp $
+
+ 13 Mar 2007; Marijn Schouten <hkBst@gentoo.org> -guile-gtk-0.19-r1.ebuild:
+ remove really old 0.19 version
13 Mar 2007; Marijn Schouten <hkBst@gentoo.org> +metadata.xml:
add metadata
diff --git a/x11-libs/guile-gtk/files/digest-guile-gtk-0.19-r1 b/x11-libs/guile-gtk/files/digest-guile-gtk-0.19-r1
deleted file mode 100644
index 35674ece1afa..000000000000
--- a/x11-libs/guile-gtk/files/digest-guile-gtk-0.19-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ec4c28e1edfc21e075046eae6b99d945 guile-gtk-0.19.tar.gz 278896
-RMD160 b80497a5ce57286a2756eef5df0b0ebf13d3565d guile-gtk-0.19.tar.gz 278896
-SHA256 2613e3349fd0903d28b2bada1de56abda4bc5414ee6b79ce90902da5086ad32b guile-gtk-0.19.tar.gz 278896
diff --git a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
deleted file mode 100644
index 8a7566caa357..000000000000
--- a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.8 2007/01/10 17:34:15 hkbst Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK+ bindings for guile"
-SRC_URI="http://www.ping.de/sites/zagadka/guile-gtk/download/${P}.tar.gz"
-HOMEPAGE="http://www.ping.de/sites/zagadka/guile-gtk/"
-IUSE=""
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="=dev-scheme/guile-1.4*
- =x11-libs/gtk+-1.2*"
-
-src_compile() {
- epatch ${FILESDIR}/${P}-Makefile.in.patch
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
- einstall
-
- dodoc INSTALL README* COPYING AUTHORS ChangeLog NEWS TODO
- insinto /usr/share/guile-gtk/examples
- doins ${S}/examples/*.scm ${S}/examples/*.xpm
-}