summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-04-03 20:52:45 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-04-03 20:52:45 +0000
commit6c0d41111e01b2c6257e902f63195376e3c8657d (patch)
tree4a39501dffb17ce894be3f5d9d7ec5cdfd98c08d /net-analyzer
parentCompiles on ppc, therefore set ~ppc (diff)
downloadgentoo-2-6c0d41111e01b2c6257e902f63195376e3c8657d.tar.gz
gentoo-2-6c0d41111e01b2c6257e902f63195376e3c8657d.tar.bz2
gentoo-2-6c0d41111e01b2c6257e902f63195376e3c8657d.zip
Filtering out -mfpmath=sse to close bug # 18705 (thanks to Zoltan Patay). x86 moved to stable.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/rrdtool/ChangeLog8
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r31
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.0.391
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.0.411
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild97
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.0.39.ebuild97
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.0.41.ebuild6
7 files changed, 12 insertions, 199 deletions
diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog
index a8ac17b5dbb7..91e5a2df863a 100644
--- a/net-analyzer/rrdtool/ChangeLog
+++ b/net-analyzer/rrdtool/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for net-analyzer/rrdtool
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.12 2003/03/13 10:07:59 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.13 2003/04/03 20:52:45 absinthe Exp $
*rrdtool-1.0.41 (13 Mar 2003)
+ 03 Apr 2003; Dylan Carlson <absinthe@gentoo.org> rrdtool-1.0.35-r3.ebuild,
+ rrdtool-1.0.35-r3.ebuild, rrdtool-1.0.39.ebuild, rrdtool-1.0.39.ebuild,
+ rrdtool-1.0.41.ebuild:
+ Filtering out -mfpmath=sse to close bug # 18705 (thanks to Zoltan Patay). x86
+ moved to stable.
+
13 Mar 2003; Dylan Carlson <absinthe@gentoo.org> rrdtool-1.0.41.ebuild
files/digest-rrdtool-1.0.41 ChangeLog :
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r3 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r3
deleted file mode 100644
index ce7fcb2cd42f..000000000000
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b5e8975be3ce2dd537a7376919310a3f rrdtool-1.0.35.tar.gz 1126421
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.39 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.39
deleted file mode 100644
index 124d4f235415..000000000000
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.39
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcceaaf7ee7727d8d1bde53b0b5ab231 rrdtool-1.0.39.tar.gz 1147176
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.41 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.41
index 69bdd9d4ea1f..c58e6969f09b 100644
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.41
+++ b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.41
@@ -1 +1,2 @@
+MD5 3eec3b4894e22c3387aea73559c9aa0d /rrdtool-1.0.41.ebuild 2215
MD5 3559dafca2a5cd7bb81b1d2b707615df rrdtool-1.0.41.tar.gz 1152339
diff --git a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild
deleted file mode 100644
index eb25bdc1b803..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild,v 1.13 2003/03/11 21:11:46 seemant Exp $
-
-inherit perl-module
-
-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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-IUSE="tcltk perl"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-apps/gawk
- >=media-libs/libgd-1.8.3"
-RDEPEND="tcltk? ( dev-lang/tcl )"
-
-TCLVER=""
-
-pkg_setup() {
- use tcltk && \
- TCLVER=`awk -F\' '/TCL_VERSION/ {print $2}' /usr/lib/tclConfig.sh`
-
- use perl && perl-post_pkg_setup
-}
-
-src_compile() {
- local myconf
- use tcltk \
- && myconf="${myconf} --with-tcllib=/usr/lib" \
- || myconf="${myconf} --without-tcllib"
-
- econf \
- --datadir=/usr/share \
- --enable-shared \
- --with-perl-options='INSTALLMAN1DIR=/usr/share/man/man1 INSTALLMAN3DIR=/usr/share/man/man3 PREFIX=${D}/usr' \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- einstall || die
-
- # this package completely ignores mandir settings
- doman doc/*.1
- dohtml doc/*.html
- dodoc doc/*.pod
- dodoc doc/*.txt
-
- rm -rf ${D}/usr/doc
- rm -rf ${D}/usr/html
- rm -rf ${D}/usr/man
- rm -rf ${D}/usr/contrib
- rm -rf ${D}/usr/examples
-
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- insinto /usr/share/doc/${PF}/contrib
- doins contrib/*
-
- if [ `use perl` ] ; then
- perl_perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
- fi
-
- if [ `use tcltk` ] ; then
- mv ${S}/tcl/tclrrd.so ${S}/tcl/tclrrd${PV}.so
- insinto /usr/lib/tcl${TCL_VER}/tclrrd${PV}
- doins ${S}/tcl/tclrrd${PV}.so
- echo "package ifneeded Rrd ${PV} [list load [file join \$$dir .. tclrrd${PV}.so]]" \
- >> ${D}/usr/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl
- fi
-
- dodoc CHANGES COPY* CONTR* README TODO
-}
-
-
-pkg_preinst() {
- use perl && perl-post_pkg_preinst
-}
-
-pkg_postinst() {
- use perl && perl-post_pkg_postinst
-}
-
-pkg_prerm() {
- use perl && perl-post_pkg_prerm
-}
-
-pkg_postrm() {
- use perl && perl-post_pkg_postrm
-}
diff --git a/net-analyzer/rrdtool/rrdtool-1.0.39.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.39.ebuild
deleted file mode 100644
index 199eebdd9ab1..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.0.39.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.39.ebuild,v 1.12 2003/03/11 21:11:46 seemant Exp $
-
-inherit perl-module
-
-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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-IUSE="tcltk perl"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-apps/gawk
- >=media-libs/libgd-1.8.3"
-RDEPEND="tcltk? ( dev-lang/tcl )"
-
-TCLVER=""
-
-pkg_setup() {
- use tcltk && \
- TCLVER=`awk -F\' '/TCL_VERSION/ {print $2}' /usr/lib/tclConfig.sh`
-
- use perl && perl-post_pkg_setup
-}
-
-src_compile() {
- local myconf
- use tcltk \
- && myconf="${myconf} --with-tcllib=/usr/lib" \
- || myconf="${myconf} --without-tcllib"
-
- econf \
- --datadir=/usr/share \
- --enable-shared \
- --with-perl-options='INSTALLMAN1DIR=/usr/share/man/man1 INSTALLMAN3DIR=/usr/share/man/man3 PREFIX=${D}/usr' \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- einstall || die
-
- # this package completely ignores mandir settings
- doman doc/*.1
- dohtml doc/*.html
- dodoc doc/*.pod
- dodoc doc/*.txt
-
- rm -rf ${D}/usr/doc
- rm -rf ${D}/usr/html
- rm -rf ${D}/usr/man
- rm -rf ${D}/usr/contrib
- rm -rf ${D}/usr/examples
-
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- insinto /usr/share/doc/${PF}/contrib
- doins contrib/*
-
- if [ `use perl` ] ; then
- perl_perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
- fi
-
- if [ `use tcltk` ] ; then
- mv ${S}/tcl/tclrrd.so ${S}/tcl/tclrrd${PV}.so
- insinto /usr/lib/tcl${TCL_VER}/tclrrd${PV}
- doins ${S}/tcl/tclrrd${PV}.so
- echo "package ifneeded Rrd ${PV} [list load [file join \$$dir .. tclrrd${PV}.so]]" \
- >> ${D}/usr/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl
- fi
-
- dodoc CHANGES COPY* CONTR* README TODO
-}
-
-
-pkg_preinst() {
- use perl && perl-post_pkg_preinst
-}
-
-pkg_postinst() {
- use perl && perl-post_pkg_postinst
-}
-
-pkg_prerm() {
- use perl && perl-post_pkg_prerm
-}
-
-pkg_postrm() {
- use perl && perl-post_pkg_postrm
-}
diff --git a/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild
index 6b91f0a02078..8164f8479898 100644
--- a/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild,v 1.1 2003/03/13 10:07:59 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.41.ebuild,v 1.2 2003/04/03 20:52:45 absinthe Exp $
inherit perl-module
@@ -10,9 +10,11 @@ HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
IUSE="tcltk perl"
+filter-flags "-mfpmath=sse"
+
DEPEND="perl? ( dev-lang/perl )
sys-apps/gawk
>=media-libs/libgd-1.8.3"