diff -r 6a7db0edbef9 -r 34f40a129599 x11-libs/gtkdatabox/gtkdatabox-0.9.1.1-r1.ebuild --- a/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1-r1.ebuild Wed Jul 03 23:01:53 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +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/gtkdatabox/gtkdatabox-0.9.1.1.ebuild,v 1.3 2009/09/18 16:46:53 tove Exp $ - -EAPI="2" - -inherit autotools - -DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data" -HOMEPAGE="http://sourceforge.net/projects/gtkdatabox/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples +glade test" - -RDEPEND="x11-libs/gtk+:2 - glade? ( - dev-util/glade:3 - gnome-base/libglade - ) -" - -DEPEND=${RDEPEND} - -src_prepare() { - epatch "${FILESDIR}/${PN}-gtk-2.20.patch" || die "fail to patch..." - eautoreconf -} - -src_configure() { - econf \ - --enable-libtool-lock \ - --disable-dependency-tracking \ - $(use_enable glade libglade) \ - $(use_enable glade) \ - $(use_enable doc gtk-doc) \ - $(use_enable test gtktest) -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation Failed" - - dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" - - if use examples; then - emake clean -C examples || die "Cleaning examples failed" - docinto examples - dodoc "${S}/examples/*" || die "Copy examples to doc failed." - fi -}