diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | 61fd1bd203b35a08fb758d621edcdc1ba04881a6 (patch) | |
tree | 78c703af1b0d5d0edd5ae4ca9fca8da9e8f913b8 /net-analyzer/rrdtool | |
parent | repoman'd (diff) | |
download | historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.gz historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.bz2 historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.zip |
repoman'd
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r-- | net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 | 1 | ||||
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild | 44 | ||||
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild | 13 |
3 files changed, 10 insertions, 48 deletions
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 deleted file mode 100644 index ce7fcb2cd42f..000000000000 --- a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5e8975be3ce2dd537a7376919310a3f rrdtool-1.0.35.tar.gz 1126421 diff --git a/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild deleted file mode 100644 index 2248138f835b..000000000000 --- a/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A system to store and display time-series data" -SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${P}.tar.gz" -HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" - -RDEPEND="sys-devel/perl - tcltk? ( dev-lang/tcl )" - -DEPEND="${RDEPEND} - >=media-libs/libgd-1.8.3" - -src_compile() { - - local myconf - use tcltk \ - && myconf="--with-tcllib=/usr/lib" \ - || myconf="--without-tcllib" - - ./configure \ - --prefix=/usr/share/rrdtool \ - --mandir=/usr/share/man \ - --with-perl-options='INSTALLMAN1DIR=${D}/usr/share/man/man1 INSTALLMAN3DIR=${D}/usr/share/man/man3' \ - ${myconf} || die - - make || die -} - -src_install () { - make \ - DESTDIR=${D} \ - install || die - - make \ - PREFIX=${D}/usr \ - site-perl-install || die - - for i in doc/*.1 ; do - doman $i - done -} diff --git a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild index 38388ae40489..456a8c56c60a 100644 --- a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild,v 1.1 2002/06/11 01:01:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild,v 1.2 2002/07/18 23:22:51 seemant Exp $ inherit perl-module @@ -9,12 +9,16 @@ DESCRIPTION="A system to store and display time-series data" SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${P}.tar.gz" HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" -RDEPEND="tcltk? ( dev-lang/tcl )" - DEPEND="perl? ( sys-devel/perl ) sys-apps/gawk >=media-libs/libgd-1.8.3" +RDEPEND="tcltk? ( dev-lang/tcl )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + TCLVER="" pkg_setup() { @@ -59,6 +63,7 @@ src_install () { rm -rf ${D}/usr/doc rm -rf ${D}/usr/html rm -rf ${D}/usr/man + a rm -rf ${D}/usr/contrib rm -rf ${D}/usr/examples @@ -81,6 +86,8 @@ src_install () { >> ${D}/usr/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl ) + dodoc CHANGES COPY* CONTR* README TODO + } |