diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-16 04:33:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-16 04:33:58 +0000 |
commit | 597e6909d666791fa8368326be10a4f6172730bc (patch) | |
tree | 1a85ccb2eb3a767d71314c4bc7844166d28e9509 /net-analyzer | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-597e6909d666791fa8368326be10a4f6172730bc.tar.gz gentoo-2-597e6909d666791fa8368326be10a4f6172730bc.tar.bz2 gentoo-2-597e6909d666791fa8368326be10a4f6172730bc.zip |
Old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-spine/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild | 62 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-0.8.8a.ebuild | 62 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-0.8.8b.ebuild | 65 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/files/cacti-spine-0.8.8b-fix-ac-macro.patch | 11 |
5 files changed, 6 insertions, 201 deletions
diff --git a/net-analyzer/cacti-spine/ChangeLog b/net-analyzer/cacti-spine/ChangeLog index 3673a0cc4450..648b823621ec 100644 --- a/net-analyzer/cacti-spine/ChangeLog +++ b/net-analyzer/cacti-spine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/cacti-spine # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.43 2015/06/16 04:31:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.44 2015/06/16 04:33:58 jer Exp $ + + 16 Jun 2015; Jeroen Roovers <jer@gentoo.org> -cacti-spine-0.8.7i.ebuild, + -cacti-spine-0.8.8a.ebuild, -cacti-spine-0.8.8b.ebuild, + -files/cacti-spine-0.8.8b-fix-ac-macro.patch: + Old. 16 Jun 2015; Jeroen Roovers <jer@gentoo.org> cacti-spine-0.8.8d-r1.ebuild: Stable for HPPA too. diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild deleted file mode 100644 index a5079a6bc07c..000000000000 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild,v 1.5 2012/05/21 19:10:55 xarthisius Exp $ - -EAPI="4" -inherit autotools eutils - -UPSTREAM_PATCHES="" - -MY_P=${PN}-${PV/_p/-} - -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" -HOMEPAGE="http://cacti.net/spine_info.php" -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="" - -DEPEND="net-analyzer/net-snmp - dev-libs/openssl - virtual/mysql" -RDEPEND="${DEPEND} - >net-analyzer/cacti-0.8.7" - -if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES}; do - SRC_URI="${SRC_URI} http://www.cacti.net/downloads/spine/patches/${PV}/${i}.patch" - done -fi - -src_prepare() { - if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES} ; do - EPATCH_OPTS="-p1 -N" epatch "${DISTDIR}"/${i}.patch - done - fi - - sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am - AT_M4DIR="config" eautoreconf -} - -src_install() { - dosbin spine || die - insinto /etc/ - insopts -m0640 -o root - newins spine.conf{.dist,} || die - dodoc ChangeLog README || die -} - -pkg_postinst() { - elog "Please see the cacti's site for installation instructions:" - elog - elog "http://cacti.net/spine_install.php" - echo - ewarn "/etc/spine.conf should be readable by webserver, thus after you" - ewarn "decide on webserver do not forget to run the following command:" - ewarn - ewarn " # chown root:<wwwgroup> /etc/spine.conf" - echo -} diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8a.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.8a.ebuild deleted file mode 100644 index c3b5fbe8bbfa..000000000000 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.8a.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8a.ebuild,v 1.1 2013/04/27 15:09:23 pva Exp $ - -EAPI="4" -inherit autotools eutils - -UPSTREAM_PATCHES="" - -MY_P=${PN}-${PV/_p/-} - -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" -HOMEPAGE="http://cacti.net/spine_info.php" -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="net-analyzer/net-snmp - dev-libs/openssl - virtual/mysql" -RDEPEND="${DEPEND} - >net-analyzer/cacti-0.8.8" - -if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES}; do - SRC_URI="${SRC_URI} http://www.cacti.net/downloads/spine/patches/${PV}/${i}.patch" - done -fi - -src_prepare() { - if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES} ; do - EPATCH_OPTS="-p1 -N" epatch "${DISTDIR}"/${i}.patch - done - fi - - sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am - AT_M4DIR="config" eautoreconf -} - -src_install() { - dosbin spine || die - insinto /etc/ - insopts -m0640 -o root - newins spine.conf{.dist,} || die - dodoc ChangeLog README || die -} - -pkg_postinst() { - elog "Please see the cacti's site for installation instructions:" - elog - elog "http://cacti.net/spine_install.php" - echo - ewarn "/etc/spine.conf should be readable by webserver, thus after you" - ewarn "decide on webserver do not forget to run the following command:" - ewarn - ewarn " # chown root:<wwwgroup> /etc/spine.conf" - echo -} diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8b.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.8b.ebuild deleted file mode 100644 index 1a3ada7bdffb..000000000000 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.8b.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8b.ebuild,v 1.1 2013/08/27 02:19:17 jmbsvicetto Exp $ - -EAPI="4" -inherit autotools eutils - -UPSTREAM_PATCHES="" - -MY_P=${PN}-${PV/_p/-} - -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" -HOMEPAGE="http://cacti.net/spine_info.php" -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="net-analyzer/net-snmp - dev-libs/openssl - virtual/mysql" -RDEPEND="${DEPEND} - >net-analyzer/cacti-0.8.8" - -if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES}; do - SRC_URI="${SRC_URI} http://www.cacti.net/downloads/spine/patches/${PV}/${i}.patch" - done -fi - -src_prepare() { - # Patch configure.ac to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS - epatch "${FILESDIR}/${P}-fix-ac-macro.patch" - - if [[ -n ${UPSTREAM_PATCHES} ]]; then - for i in ${UPSTREAM_PATCHES} ; do - EPATCH_OPTS="-p1 -N" epatch "${DISTDIR}"/${i}.patch - done - fi - - sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am - AT_M4DIR="config" eautoreconf -} - -src_install() { - dosbin spine || die - insinto /etc/ - insopts -m0640 -o root - newins spine.conf{.dist,} || die - dodoc ChangeLog README || die -} - -pkg_postinst() { - elog "Please see the cacti's site for installation instructions:" - elog - elog "http://cacti.net/spine_install.php" - echo - ewarn "/etc/spine.conf should be readable by webserver, thus after you" - ewarn "decide on webserver do not forget to run the following command:" - ewarn - ewarn " # chown root:<wwwgroup> /etc/spine.conf" - echo -} diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8b-fix-ac-macro.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8b-fix-ac-macro.patch deleted file mode 100644 index 425f48cfd33b..000000000000 --- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8b-fix-ac-macro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -10,7 +10,7 @@ - AC_LANG(C) - - AM_INIT_AUTOMAKE(spine, 0.8.8b) --AM_CONFIG_HEADER(config/config.h) -+AC_CONFIG_HEADERS(config/config.h) - - # static libraries - AC_ARG_WITH(static, |