summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-05-14 22:21:34 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-05-14 22:21:34 +0000
commit849cbd629a2fd45288333ce8d4ba8337bfcc88f6 (patch)
treef02146f67389156eda9df403bc16b68716250424 /net-analyzer/rrdtool
parent0.8.4 x86 stable (diff)
downloadgentoo-2-849cbd629a2fd45288333ce8d4ba8337bfcc88f6.tar.gz
gentoo-2-849cbd629a2fd45288333ce8d4ba8337bfcc88f6.tar.bz2
gentoo-2-849cbd629a2fd45288333ce8d4ba8337bfcc88f6.zip
removing buggy 1.2.x versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r--net-analyzer/rrdtool/ChangeLog7
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.2.01
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.2.11
-rw-r--r--net-analyzer/rrdtool/files/digest-rrdtool-1.2.21
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.0.ebuild116
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.1.ebuild116
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.2.ebuild116
7 files changed, 6 insertions, 352 deletions
diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog
index ce6660918c20..fe12dc50209e 100644
--- a/net-analyzer/rrdtool/ChangeLog
+++ b/net-analyzer/rrdtool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/rrdtool
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.56 2005/05/10 13:39:40 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.57 2005/05/14 22:21:34 vanquirius Exp $
+
+ 14 May 2005; Marcelo Goes <vanquirius@gentoo.org> -rrdtool-1.2.0.ebuild,
+ -rrdtool-1.2.1.ebuild, -rrdtool-1.2.2.ebuild:
+ Removing older 1.2.x releases. There were different issues with them, so it is
+ better to get them out of the way.
*rrdtool-1.2.6 (10 May 2005)
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.0 b/net-analyzer/rrdtool/files/digest-rrdtool-1.2.0
deleted file mode 100644
index 81ca9a0871b5..000000000000
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f945b4fa52a41fb548bba42883b69a9c rrdtool-1.2.0.tar.gz 879133
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.1 b/net-analyzer/rrdtool/files/digest-rrdtool-1.2.1
deleted file mode 100644
index 574ee8c4b05c..000000000000
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 10b2f600162b0c8c1bf2883ac1a0b84d rrdtool-1.2.1.tar.gz 890138
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.2 b/net-analyzer/rrdtool/files/digest-rrdtool-1.2.2
deleted file mode 100644
index 9497e0b09ffd..000000000000
--- a/net-analyzer/rrdtool/files/digest-rrdtool-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4fd925ffa61fabe346ba59ceb76697c rrdtool-1.2.2.tar.gz 898549
diff --git a/net-analyzer/rrdtool/rrdtool-1.2.0.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.0.ebuild
deleted file mode 100644
index a6532862e616..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.0.ebuild,v 1.3 2005/05/07 12:27:55 ka0ttic Exp $
-
-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/"
-SRC_URI="http://people.ee.ethz.ch/~oetiker/webtools/${PN}/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc"
-IUSE="perl tcltk"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-apps/gawk
- >=sys-libs/zlib-1.2.1
- >=media-libs/freetype-2.1.5
- >=media-libs/libart_lgpl-2.3.16
- >=media-libs/libpng-1.2.5
- >=media-libs/gd-1.8.3
- >=dev-libs/cgilib-0.5"
-RDEPEND="tcltk? ( dev-lang/tcl )"
-
-TCLVER=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:<rrd_\(.*\)>:"../../src/rrd_\1":g' \
- bindings/tcl/tclrrd.c || die "sed failed"
- sed -i -e 's:-lrrd_private::' \
- bindings/tcl/Makefile.* || die "sed failed"
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- local myconf
- myconf="${myconf} --datadir=/usr/share --enable-shared"
-
- use tcltk \
- && myconf="${myconf} --with-tcllib=/usr/lib" \
- || myconf="${myconf} --without-tcllib"
-
- if use perl ; then
- econf ${myconf} --with-perl-options='PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}' || die "econf failed"
- else
- econf ${myconf} --disable-perl || die "econf failed"
- fi
-
- make || die "make failed"
-}
-
-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
- perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
-
- # remove duplicate installation into /usr/lib/perl
- rm -Rf ${D}/usr/lib/perl
- fi
-
- if use tcltk ; then
- mv ${S}/bindings/tcl/tclrrd.so ${S}/bindings/tcl/tclrrd${PV}.so
- 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/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl
- fi
-
- dodoc COPY* CONTR* README TODO
-}
-
-pkg_preinst() {
- use perl && perl-module_pkg_preinst
-}
-
-pkg_postinst() {
- use perl && perl-module_pkg_postinst
-}
-
-pkg_prerm() {
- use perl && perl-module_pkg_prerm
-}
-
-pkg_postrm() {
- use perl && perl-module_pkg_postrm
-}
diff --git a/net-analyzer/rrdtool/rrdtool-1.2.1.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.1.ebuild
deleted file mode 100644
index f4a8c0ffb221..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.1.ebuild,v 1.2 2005/05/07 12:27:55 ka0ttic Exp $
-
-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/"
-SRC_URI="http://people.ee.ethz.ch/~oetiker/webtools/${PN}/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc"
-IUSE="perl tcltk"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-apps/gawk
- >=sys-libs/zlib-1.2.1
- >=media-libs/freetype-2.1.5
- >=media-libs/libart_lgpl-2.3.16
- >=media-libs/libpng-1.2.5
- >=media-libs/gd-1.8.3
- >=dev-libs/cgilib-0.5"
-RDEPEND="tcltk? ( dev-lang/tcl )"
-
-TCLVER=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:<rrd_\(.*\)>:"../../src/rrd_\1":g' \
- bindings/tcl/tclrrd.c || die "sed failed"
- sed -i -e 's:-lrrd_private::' \
- bindings/tcl/Makefile.* || die "sed failed"
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- local myconf
- myconf="--datadir=/usr/share --enable-shared"
-
- use tcltk \
- && myconf="${myconf} --with-tcllib=/usr/lib" \
- || myconf="${myconf} --without-tcllib"
-
- if use perl ; then
- econf ${myconf} --with-perl-options='PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}' || die "econf failed"
- else
- econf ${myconf} --disable-perl || die "econf failed"
- fi
-
- make || die "make failed"
-}
-
-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
- perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
-
- # remove duplicate installation into /usr/lib/perl
- rm -Rf ${D}/usr/lib/perl
- fi
-
- if use tcltk ; then
- mv ${S}/bindings/tcl/tclrrd.so ${S}/bindings/tcl/tclrrd${PV}.so
- 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/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl
- fi
-
- dodoc COPY* CONTR* README TODO
-}
-
-pkg_preinst() {
- use perl && perl-module_pkg_preinst
-}
-
-pkg_postinst() {
- use perl && perl-module_pkg_postinst
-}
-
-pkg_prerm() {
- use perl && perl-module_pkg_prerm
-}
-
-pkg_postrm() {
- use perl && perl-module_pkg_postrm
-}
diff --git a/net-analyzer/rrdtool/rrdtool-1.2.2.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.2.ebuild
deleted file mode 100644
index 2b505ff4f71e..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.2.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.2.ebuild,v 1.1 2005/05/09 21:35:06 mholzer Exp $
-
-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/"
-SRC_URI="http://people.ee.ethz.ch/~oetiker/webtools/${PN}/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc"
-IUSE="perl tcltk"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-apps/gawk
- >=sys-libs/zlib-1.2.1
- >=media-libs/freetype-2.1.5
- >=media-libs/libart_lgpl-2.3.16
- >=media-libs/libpng-1.2.5
- >=media-libs/gd-1.8.3
- >=dev-libs/cgilib-0.5"
-RDEPEND="tcltk? ( dev-lang/tcl )"
-
-TCLVER=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:<rrd_\(.*\)>:"../../src/rrd_\1":g' \
- bindings/tcl/tclrrd.c || die "sed failed"
- sed -i -e 's:-lrrd_private::' \
- bindings/tcl/Makefile.* || die "sed failed"
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- local myconf
- myconf="--datadir=/usr/share --enable-shared"
-
- use tcltk \
- && myconf="${myconf} --with-tcllib=/usr/lib" \
- || myconf="${myconf} --without-tcllib"
-
- if use perl ; then
- econf ${myconf} --with-perl-options='PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}' || die "econf failed"
- else
- econf ${myconf} --disable-perl || die "econf failed"
- fi
-
- make || die "make failed"
-}
-
-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
- perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
-
- # remove duplicate installation into /usr/lib/perl
- rm -Rf ${D}/usr/lib/perl
- fi
-
- if use tcltk ; then
- mv ${S}/bindings/tcl/tclrrd.so ${S}/bindings/tcl/tclrrd${PV}.so
- 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/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl
- fi
-
- dodoc COPY* CONTR* README TODO
-}
-
-pkg_preinst() {
- use perl && perl-module_pkg_preinst
-}
-
-pkg_postinst() {
- use perl && perl-module_pkg_postinst
-}
-
-pkg_prerm() {
- use perl && perl-module_pkg_prerm
-}
-
-pkg_postrm() {
- use perl && perl-module_pkg_postrm
-}