summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-11-17 11:45:49 +0000
committerTilman Klar <phoenix@gentoo.org>2002-11-17 11:45:49 +0000
commit82e07ee27c563eb0bacd611248408a87a92c3c8a (patch)
tree86385bd41c94c25c7904b0c174ccb6cd7128bd1e /x11-libs
parentnew scribus dev-version 0.9.2 (diff)
downloadhistorical-82e07ee27c563eb0bacd611248408a87a92c3c8a.tar.gz
historical-82e07ee27c563eb0bacd611248408a87a92c3c8a.tar.bz2
historical-82e07ee27c563eb0bacd611248408a87a92c3c8a.zip
Version bump. Needed for sawfish-1.2.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/rep-gtk/ChangeLog9
-rw-r--r--x11-libs/rep-gtk/files/digest-rep-gtk-0.171
-rw-r--r--x11-libs/rep-gtk/rep-gtk-0.17.ebuild50
3 files changed, 58 insertions, 2 deletions
diff --git a/x11-libs/rep-gtk/ChangeLog b/x11-libs/rep-gtk/ChangeLog
index 394c7b071222..9fbaf2701bad 100644
--- a/x11-libs/rep-gtk/ChangeLog
+++ b/x11-libs/rep-gtk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/rep-gtk
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/rep-gtk/ChangeLog,v 1.7 2002/10/19 23:19:31 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/rep-gtk/ChangeLog,v 1.8 2002/11/17 11:45:49 phoenix Exp $
+
+*rep-gtk-0.17 (17 Nov 2002)
+
+ 17 Nov 2002; phoen][x <phoenix@gentoo.org> rep-gtk-0.17,
+ files/digest-rep-gtk-0.17 :
+ Version bump - needed for sawfish-1.2.
rep-gtk-0.15-r3 (3 Sep 2002)
@@ -12,7 +18,6 @@ rep-gtk-0.15-r3 (3 Sep 2002)
I did not add this ebuild, but I can't find a changelog for it either.
modified the libglade dep some to use the old version (correct version)
-
*rep-gtk-0.16 (24 Jun 2002)
24 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
Latest gtk-2.0 version. Slotified all the ebuilds, as 0.15 is gtk-1.2, where
diff --git a/x11-libs/rep-gtk/files/digest-rep-gtk-0.17 b/x11-libs/rep-gtk/files/digest-rep-gtk-0.17
new file mode 100644
index 000000000000..96800f6343ce
--- /dev/null
+++ b/x11-libs/rep-gtk/files/digest-rep-gtk-0.17
@@ -0,0 +1 @@
+MD5 0a7b4589f14ad89360863593f77232cf rep-gtk-0.17.tar.gz 140982
diff --git a/x11-libs/rep-gtk/rep-gtk-0.17.ebuild b/x11-libs/rep-gtk/rep-gtk-0.17.ebuild
new file mode 100644
index 000000000000..d7cd6235fc22
--- /dev/null
+++ b/x11-libs/rep-gtk/rep-gtk-0.17.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/rep-gtk/rep-gtk-0.17.ebuild,v 1.1 2002/11/17 11:45:49 phoenix Exp $
+
+IUSE=""
+
+DESCRIPTION="A GTK+/libglade/GNOME language binding for the librep Lisp environment"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://rep-gtk.sourceforge.net/"
+SLOT="gtk-2.0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ >=dev-util/pkgconfig-0.12.0
+ >=x11-libs/gtk+-2.0.3
+ >=gnome-base/libbonobo-2.0.0
+ >=gnome-base/libbonoboui-2.0.0
+ >=gnome-base/libgnome-2.0.0
+ >=gnome-base/libgnomeui-2.0.0
+ >=gnome-base/libgnomecanvas-2.0.0
+ >=gnome-base/libglade-2.0.0
+ >=sys-devel/automake-1.6.1-r5
+ >=dev-libs/librep-0.13"
+
+
+src_compile() {
+
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --with-gnome \
+ --with-libglade \
+ --with-gdk-pixbuf \
+ --infodir=/usr/share/info || die
+
+ emake host_type=${CHOST} || die
+}
+
+src_install() {
+
+ make install \
+ host_type=${CHOST} \
+ installdir=${D}/usr/lib/rep/${CHOST} || die
+
+ cd ${S}
+ dodoc AUTHORS BUGS COPYING ChangeLog HACKING \
+ NEWS README* TODO
+}
+