summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-13 20:32:52 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-13 20:32:52 +0000
commitcde58d13e2defac15a4ffd32e9fc01883e28b912 (patch)
tree25b52329d3966bc8dd77f779028eaa5c45d93e35 /x11-libs/guile-gtk
parentdev-python/pyqwt: Move to new python eclasses (diff)
downloadgentoo-2-cde58d13e2defac15a4ffd32e9fc01883e28b912.tar.gz
gentoo-2-cde58d13e2defac15a4ffd32e9fc01883e28b912.tar.bz2
gentoo-2-cde58d13e2defac15a4ffd32e9fc01883e28b912.zip
Drop old
(Portage version: 2.1.11.51/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r--x11-libs/guile-gtk/ChangeLog7
-rw-r--r--x11-libs/guile-gtk/files/guile-gtk-0.19-Makefile.in.patch11
-rw-r--r--x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild28
-rw-r--r--x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild28
-rw-r--r--x11-libs/guile-gtk/guile-gtk-1.2.0.60.ebuild28
5 files changed, 6 insertions, 96 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog
index 278ab3770f26..03ea771ac55c 100644
--- a/x11-libs/guile-gtk/ChangeLog
+++ b/x11-libs/guile-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/guile-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.43 2013/01/31 23:09:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.44 2013/02/13 20:32:52 pacho Exp $
+
+ 13 Feb 2013; Pacho Ramos <pacho@gentoo.org>
+ -files/guile-gtk-0.19-Makefile.in.patch, -guile-gtk-1.2.0.31.ebuild,
+ -guile-gtk-1.2.0.41.ebuild, -guile-gtk-1.2.0.60.ebuild:
+ Drop old
31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> guile-gtk-2.1-r1.ebuild:
Stable for ppc, wrt bug #422323
diff --git a/x11-libs/guile-gtk/files/guile-gtk-0.19-Makefile.in.patch b/x11-libs/guile-gtk/files/guile-gtk-0.19-Makefile.in.patch
deleted file mode 100644
index 05d89adbe5ba..000000000000
--- a/x11-libs/guile-gtk/files/guile-gtk-0.19-Makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2000-07-26 19:24:58.000000000 -0400
-+++ Makefile.in 2002-11-23 02:20:43.000000000 -0500
-@@ -617,7 +617,7 @@
- $(INSTALL_DATA) ./gtk/config.scm $(gtkmoduledir)/config.scm
- $(INSTALL_DATA) $(srcdir)/gtk/event-repl.scm $(gtkmoduledir)/event-repl.scm
- .c.x:
-- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< >$<.tmp && mv $<.tmp $@
-+ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) >$<.tmp && mv $<.tmp $@
-
- gtk-glue.c: $(gtkdefs) $(gdkdefs) build-guile-gtk
- $(BUILD) -I $(srcdir) glue $(gtkdefs) >tmpt && mv tmpt $@
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
deleted file mode 100644
index 594f2700db9b..000000000000
--- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# 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.10 2009/05/05 07:46:14 ssuominen Exp $
-
-MAJOR_PV=${PV%.[0-9]*.[0-9]*}
-MINOR_PV=${PV#[0-9]*.[0-9]*.}
-IUSE=""
-DESCRIPTION="GTK+ bindings for guile"
-SRC_URI="http://savannah.nongnu.org/download/guile-gtk/${PN}-${MAJOR_PV}-${MINOR_PV}.tar.gz"
-HOMEPAGE="http://www.ping.de/sites/zagadka/guile-gtk/"
-
-KEYWORDS="~x86 ppc ~amd64"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=">=dev-scheme/guile-1.6
- =x11-libs/gtk+-1.2*"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${MAJOR_PV}-${MINOR_PV}
-
-src_install() {
- einstall || die
-
- dodoc README* AUTHORS ChangeLog NEWS TODO
- insinto /usr/share/guile-gtk/examples
- doins "${S}"/examples/*.scm
-}
diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild
deleted file mode 100644
index 1f2b5fbaa8bb..000000000000
--- a/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# 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.41.ebuild,v 1.8 2009/05/05 07:43:45 ssuominen Exp $
-
-MAJOR_PV=${PV%.[0-9]*.[0-9]*}
-MINOR_PV=${PV#[0-9]*.[0-9]*.}
-MY_P="${PN}-${MINOR_PV}"
-DESCRIPTION="GTK+ bindings for guile"
-HOMEPAGE="http://www.gnu.org/software/guile-gtk/"
-SRC_URI="http://savannah.nongnu.org/download/guile-gtk/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="=dev-scheme/guile-1.6*
- =x11-libs/gtk+-1.2*"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc README* AUTHORS ChangeLog NEWS TODO
- insinto /usr/share/guile-gtk/examples
- doins "${S}"/examples/*.scm
-}
diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.60.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.60.ebuild
deleted file mode 100644
index 3ce2b110a5c2..000000000000
--- a/x11-libs/guile-gtk/guile-gtk-1.2.0.60.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# 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.60.ebuild,v 1.3 2009/05/05 07:43:45 ssuominen Exp $
-
-MAJOR_PV=${PV%.[0-9]*.[0-9]*}
-MINOR_PV=${PV#[0-9]*.[0-9]*.}
-MY_P="${PN}-${MINOR_PV}"
-DESCRIPTION="GTK+ bindings for guile"
-HOMEPAGE="http://www.gnu.org/software/guile-gtk/"
-SRC_URI="mirror://gnu/guile-gtk/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-scheme/guile-1.6
- =x11-libs/gtk+-1.2*"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc README* AUTHORS ChangeLog NEWS TODO
- insinto /usr/share/guile-gtk/examples
- doins "${S}"/examples/*.scm
-}