jer         14/12/18 10:19:26

  Modified:             ChangeLog
  Added:                sinfo-0.0.48.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.16                 net-analyzer/sinfo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   17 Jul 2014 00:46:51 -0000      1.15
+++ ChangeLog   18 Dec 2014 10:19:26 -0000      1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/sinfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.15 
2014/07/17 00:46:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.16 
2014/12/18 10:19:26 jer Exp $
+
+*sinfo-0.0.48 (18 Dec 2014)
+
+  18 Dec 2014; Jeroen Roovers <[email protected]> +sinfo-0.0.48.ebuild,
+  +files/sinfo-0.0.48-acinclude.m4:
+  Version bump.
 
   17 Jul 2014; Jeroen Roovers <[email protected]> sinfo-0.0.47.ebuild,
   +files/sinfo-0.0.47-tinfo.patch:



1.1                  net-analyzer/sinfo/sinfo-0.0.48.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild?rev=1.1&content-type=text/plain

Index: sinfo-0.0.48.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild,v 1.1 
2014/12/18 10:19:26 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="A monitoring tool for networked computers"
HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/sinfo/";
SRC_URI="${HOMEPAGE}download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipv6 static-libs"

RDEPEND="
        !sys-cluster/slurm
        dev-libs/boost
        sys-libs/ncurses
"
DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
"

src_prepare() {
        cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die
        epatch "${FILESDIR}"/${PN}-0.0.47-tinfo.patch
        eautoreconf
}

DOCS=( AUTHORS ChangeLog README )

src_configure() {
        econf $(use_enable ipv6 IPv6)
}

src_install() {
        default

        newconfd "${FILESDIR}"/sinfod.confd sinfod
        newinitd "${FILESDIR}"/sinfod.initd sinfod
}




Reply via email to