--- rrdtool-1.2.11.ebuild 2005-09-06 00:51:05.000000000 +0200 +++ rrdtool-1.2.11.ebuild 2005-09-05 23:28:00.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.11.ebuild,v 1.3 2005/08/23 16:38:44 ka0ttic Exp $ -inherit perl-module flag-o-matic gnuconfig eutils multilib +inherit perl-module flag-o-matic gnuconfig eutils DESCRIPTION="A system to store and display time-series data" HOMEPAGE="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/" @@ -35,12 +35,6 @@ bindings/tcl/tclrrd.c || die "sed failed" sed -i -e 's:-lrrd_private:-ltcl -lrrd:' \ bindings/tcl/Makefile.* || die "sed failed" - sed -i -e 's:python_PROGRAMS:pyexec_PROGRAMS:' \ - bindings/python/Makefile.* || die "sed failed" - sed -i -e 's:\$TCL_PACKAGE_PATH:${TCL_PACKAGE_PATH%% *}:' \ - configure.ac - libtoolize --copy --force - autoreconf } pkg_setup() { @@ -55,7 +49,7 @@ myconf="--datadir=/usr/share --enable-shared" use tcltk \ - && myconf="${myconf} --with-tcllib=/usr/$(get_libdir)" \ + && myconf="${myconf} --with-tcllib=/usr/lib" \ || myconf="${myconf} --without-tcllib" use python || myconf="${myconf} --disable-python" @@ -97,10 +91,10 @@ if use tcltk ; then mv ${S}/bindings/tcl/tclrrd.so ${S}/bindings/tcl/tclrrd${PV}.so - insinto /usr/$(get_libdir)/tcl${TCL_VER}/tclrrd${PV} + insinto /usr/lib/tcl${TCL_VER}/tclrrd${PV} doins ${S}/bindings/tcl/tclrrd${PV}.so echo "package ifneeded Rrd ${PV} [list load [file join \$$dir .. tclrrd${PV}.so]]" \ - >> ${D}/usr/$(get_libdir)/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl + >> ${D}/usr/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl fi dodoc COPY* CONTR* README TODO