Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1258 - new ruby-libglade-1.2.ebuild
Summary: new ruby-libglade-1.2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-20 11:34 UTC by Einar Karttunen
Modified: 2002-07-06 20:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.  :-|