Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1258

Summary: new ruby-libglade-1.2.ebuild
Product: Gentoo Linux Reporter: Einar Karttunen <ekarttun>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Einar Karttunen 2002-03-20 11:34:13 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Einar Karttunen <ekarttun@cs.helsinki.fi>
#

S=${WORKDIR}/ruby-libglade
DESCRIPTION="Wraps the libglade library to allow dynamic loading of Gtk 
interfaces from .glade files."
SRC_URI="http://beta4.com/ruby-libglade-1-2.tar.gz"
HOMEPAGE="http://www.ruby-lang.org/en/raa-list.rhtml?name=Ruby%2FLibGlade"
DEPEND=">=dev-lang/ruby-1.6.7 
>=dev-ruby/ruby-gtk-0.26
>=dev-util/glade-0.6.2"

src_compile() {
                ruby extconf.rb || die "ruby extconf.rb failed"
                echo "CFLAGS+=`pkg-config --cflags libglade`" >> Makefile   
            
                emake || die "emake failed"
}

src_install () {
        make DESTDIR=${D} install || die
        dodoc README || die
        cp -r sample ${D}/usr/share/doc/${PF} || die
}
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-27 05:23:21 UTC
Added to portage.  Thanks for the upgrade, it was sorely needed :)
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2002-07-06 20:44:48 UTC
This was a completely bogus update.  ruby-libglade-1.2 is OLDER than the 0.2x
versions because it was rolled into ruby-gnome.  I've masked it in package.mask
and updated the ebuild to 0.29.

If I'm wrong about this, I suppose I'll be pretty embarrassed.  :-|