public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/pmsvn: metadata.xml ChangeLog pmsvn-1.0.3.ebuild
@ 2011-08-19 21:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2011-08-19 21:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/19 21:35:07

  Modified:             metadata.xml ChangeLog
  Added:                pmsvn-1.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/pmsvn/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pmsvn/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	29 Apr 2011 18:35:48 -0000	1.3
+++ metadata.xml	19 Aug 2011 21:35:07 -0000	1.4
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<herd>no-herd</herd>
 <maintainer>
 <email>maintainer-needed@gentoo.org</email>
 </maintainer>



1.5                  net-misc/pmsvn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pmsvn/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pmsvn/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Apr 2011 18:35:48 -0000	1.4
+++ ChangeLog	19 Aug 2011 21:35:07 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/pmsvn
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pmsvn/ChangeLog,v 1.4 2011/04/29 18:35:48 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pmsvn/ChangeLog,v 1.5 2011/08/19 21:35:07 hwoarang Exp $
+
+*pmsvn-1.0.3 (19 Aug 2011)
+
+  19 Aug 2011; Markos Chandras <hwoarang@gentoo.org> +pmsvn-1.0.3.ebuild:
+  Version bump
 
   29 Apr 2011; Mark Loeser <halcy0n@gentoo.org> metadata.xml:
   maintainer-needed is not a herd



1.1                  net-misc/pmsvn/pmsvn-1.0.3.ebuild

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

Index: pmsvn-1.0.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/pmsvn/pmsvn-1.0.3.ebuild,v 1.1 2011/08/19 21:35:07 hwoarang Exp $

EAPI=4

DESCRIPTION="Server's configuration management and monitoring tool"
HOMEPAGE="http://sourceforge.net/projects/pmsvn/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="net-analyzer/nagios-nrpe
	>=app-shells/bash-4.0_p37
	>=sys-apps/sed-4.2
	>=dev-vcs/subversion-1.6.9"

S="${WORKDIR}"

src_prepare() {
	# move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf
	sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \
		|| die "failed to fix path for configuration file"
}

src_install() {
	dosbin "${PN}"
	dodoc README
	insinto /etc/${PN}/
	doins pmsvn.conf.sample
}

pkg_postinst(){
	elog
	elog "A configuration file sample is located at /etc/pmsvn/pmsvn.conf.sample."
	elog
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-19 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 21:35 [gentoo-commits] gentoo-x86 commit in net-misc/pmsvn: metadata.xml ChangeLog pmsvn-1.0.3.ebuild Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox