summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-29 15:20:41 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-29 15:20:41 +0000
commit38911308a6b3897e2cf0e55c4d5969b27d5a88fe (patch)
tree09cc5898d0348e29f78f45b6be1df32fdff7cb32 /net-analyzer/rrdtool
parentversion bump (diff)
downloadgentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.tar.gz
gentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.tar.bz2
gentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.zip
Clean old.
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r--net-analyzer/rrdtool/ChangeLog9
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch11
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch11
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch12
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.23-r1.ebuild95
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.27-r1.ebuild88
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.27.ebuild93
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.2.28.ebuild88
8 files changed, 8 insertions, 399 deletions
diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog
index b5926d4b3b6c..ec8408aaf51c 100644
--- a/net-analyzer/rrdtool/ChangeLog
+++ b/net-analyzer/rrdtool/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/rrdtool
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.163 2008/11/26 15:54:46 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.164 2008/11/29 15:20:41 pva Exp $
+
+ 29 Nov 2008; Peter Volkov <pva@gentoo.org>
+ -files/rrdtool-1.2.23-ruby-binding-compile.patch,
+ -files/rrdtool-1.2.23-ruby-binding-configure.patch,
+ -files/rrdtool-1.2.23-tclbindings.patch, -rrdtool-1.2.23-r1.ebuild,
+ -rrdtool-1.2.27.ebuild, -rrdtool-1.2.27-r1.ebuild, -rrdtool-1.2.28.ebuild:
+ Clean old.
26 Nov 2008; Brent Baude <ranger@gentoo.org> rrdtool-1.2.28-r1.ebuild:
Marking rrdtool-1.2.28-r1 ppc64 for bug 245331
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch
deleted file mode 100644
index d9a7598b4f88..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./bindings/Makefile.am.orig 2007-05-12 14:08:09.000000000 +0400
-+++ ./bindings/Makefile.am 2007-05-12 14:08:34.000000000 +0400
-@@ -24,7 +24,7 @@
-
- # rules for buildung the ruby module
- ruby:
-- cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS)
-+ cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
-
- # rules for buildung the pyton module
- python:
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch
deleted file mode 100644
index ed1f51bb837b..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.ac.orig 2007-05-12 15:16:22.000000000 +0400
-+++ ./configure.ac 2007-05-12 15:16:38.000000000 +0400
-@@ -518,7 +518,7 @@
- together with rrdtool in $prefix/lib/ruby. You have to
- add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable
- for ruby to find the RRD.so file.],
--[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"])
-+[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir="'$(DESTDIR)'"$prefix/lib/ruby"])
-
-
- AC_ARG_WITH(ruby-options,
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch
deleted file mode 100644
index 43f4125a2835..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru rrdtool-1.2.23~/configure.ac rrdtool-1.2.23/configure.ac
---- rrdtool-1.2.23~/configure.ac 2007-05-05 17:17:33.000000000 +0200
-+++ rrdtool-1.2.23/configure.ac 2007-05-05 17:18:08.000000000 +0200
-@@ -559,7 +559,7 @@
- AC_MSG_WARN([tclConfig.sh not found - Tcl interface won't be built])
- else
- . $tcl_config
-- TCL_PACKAGE_DIR="$TCL_PACKAGE_PATH/tclrrd$VERSION"
-+ TCL_PACKAGE_DIR="${TCL_PACKAGE_PATH% *}/tclrrd$VERSION"
- fi
- AC_ARG_ENABLE(tcl,[ --enable-tcl-site install the tcl extension in the tcl tree],
- [],[enable_tcl_site=yes])
diff --git a/net-analyzer/rrdtool/rrdtool-1.2.23-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.23-r1.ebuild
deleted file mode 100644
index c71bf10a24dd..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.23-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.23-r1.ebuild,v 1.14 2007/09/05 19:41:44 solar Exp $
-
-inherit autotools eutils flag-o-matic multilib perl-module
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="doc perl python ruby rrdcgi tcl"
-
-RDEPEND="tcl? ( dev-lang/tcl )
- >=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
- rrdcgi? ( >=dev-libs/cgilib-0.5 )
- ruby? ( !dev-ruby/ruby-rrd )"
-
-DEPEND="${RDEPEND}
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- ruby? ( dev-lang/ruby )
- sys-apps/gawk"
-
-TCLVER=""
-
-HTMLDOC_DIR="${PF}/html"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
- epatch "${FILESDIR}"/${P}-tclbindings.patch
- use ruby && epatch "${FILESDIR}"/${P}-ruby-binding-compile.patch
- use ruby && epatch "${FILESDIR}"/${P}-ruby-binding-configure.patch
- eautoreconf
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- export RRDDOCDIR=/usr/share/doc/${PF}
-
- econf $(use_enable rrdcgi) \
- $(use_enable ruby) \
- $(use_enable perl) \
- --with-perl-options='PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}' \
- $(use_enable tcl) \
- $(use_with tcl tcllib /usr/$(get_libdir)) \
- $(use_enable python) || die "econf failed."
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- if ! use doc ; then
- rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
- fi
-
- if use perl ; then
- perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
- fi
-
- dodoc CHANGES CONTRIBUTORS NEWS README THREADS 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.27-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.27-r1.ebuild
deleted file mode 100644
index 0341bcec9dd7..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.27-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.27-r1.ebuild,v 1.4 2008/09/16 18:02:48 pva Exp $
-
-inherit eutils flag-o-matic multilib perl-module
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc perl python ruby rrdcgi tcl"
-
-RDEPEND="tcl? ( dev-lang/tcl )
- >=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
- rrdcgi? ( >=dev-libs/cgilib-0.5 )
- ruby? ( !dev-ruby/ruby-rrd )"
-
-DEPEND="${RDEPEND}
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- ruby? ( dev-lang/ruby )
- sys-apps/gawk"
-
-TCLVER=""
-
-HTMLDOC_DIR="${PF}/html"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- export RRDDOCDIR=/usr/share/doc/${PF}
-
- econf $(use_enable rrdcgi) \
- $(use_enable ruby) \
- $(use_enable ruby ruby-site-install) \
- $(use_enable perl) \
- $(use_enable perl perl-site-install) \
- $(use_enable tcl) \
- $(use_with tcl tcllib /usr/$(get_libdir)) \
- $(use_enable python) || die "econf failed."
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- if ! use doc ; then
- rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
- fi
-
- use perl && fixlocalpod
-
- dodoc CHANGES CONTRIBUTORS NEWS README THREADS 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.27.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.27.ebuild
deleted file mode 100644
index 6790a64849e6..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.27.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.27.ebuild,v 1.8 2008/11/09 12:15:11 vapier Exp $
-
-inherit autotools eutils flag-o-matic multilib perl-module
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="doc perl python ruby rrdcgi tcl"
-
-RDEPEND="tcl? ( dev-lang/tcl )
- >=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
- rrdcgi? ( >=dev-libs/cgilib-0.5 )
- ruby? ( !dev-ruby/ruby-rrd )"
-
-DEPEND="${RDEPEND}
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- ruby? ( dev-lang/ruby )
- sys-apps/gawk"
-
-TCLVER=""
-
-HTMLDOC_DIR="${PF}/html"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
- use ruby && epatch "${FILESDIR}"/${PN}-1.2.23-ruby-binding-configure.patch
- eautoreconf
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- export RRDDOCDIR=/usr/share/doc/${PF}
-
- econf $(use_enable rrdcgi) \
- $(use_enable ruby) \
- $(use_enable perl) \
- --with-perl-options='PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}' \
- $(use_enable tcl) \
- $(use_with tcl tcllib /usr/$(get_libdir)) \
- $(use_enable python) || die "econf failed."
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- if ! use doc ; then
- rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
- fi
-
- if use perl ; then
- perlinfo
- mytargets="site-perl-install"
- perl-module_src_install || die
- fi
-
- dodoc CHANGES CONTRIBUTORS NEWS README THREADS 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.28.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.28.ebuild
deleted file mode 100644
index 42c29341fe4f..000000000000
--- a/net-analyzer/rrdtool/rrdtool-1.2.28.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.28.ebuild,v 1.7 2008/11/09 12:15:11 vapier Exp $
-
-inherit eutils flag-o-matic multilib perl-module
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/"
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="doc perl python ruby rrdcgi tcl"
-
-RDEPEND="tcl? ( dev-lang/tcl )
- >=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
- rrdcgi? ( >=dev-libs/cgilib-0.5 )
- ruby? ( !dev-ruby/ruby-rrd )"
-
-DEPEND="${RDEPEND}
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- ruby? ( dev-lang/ruby )
- sys-apps/gawk"
-
-TCLVER=""
-
-HTMLDOC_DIR="${PF}/html"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
-}
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_compile() {
- filter-mfpmath sse
- filter-flags -ffast-math
-
- export RRDDOCDIR=/usr/share/doc/${PF}
-
- econf $(use_enable rrdcgi) \
- $(use_enable ruby) \
- $(use_enable ruby ruby-site-install) \
- $(use_enable perl) \
- $(use_enable perl perl-site-install) \
- $(use_enable tcl) \
- $(use_with tcl tcllib /usr/$(get_libdir)) \
- $(use_enable python) || die "econf failed."
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- if ! use doc ; then
- rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
- fi
-
- use perl && fixlocalpod
-
- dodoc CHANGES CONTRIBUTORS NEWS README THREADS 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
-}