diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-07-26 13:01:52 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-07-26 13:01:52 +0000 |
commit | 8570f4a1c6139ff70c166c02767e85e0ef2d81ba (patch) | |
tree | 8b11baedfc722f8d3f6f08b484fd66194b7ec4b6 | |
parent | digest (diff) | |
download | dertobi123-8570f4a1c6139ff70c166c02767e85e0ef2d81ba.tar.gz dertobi123-8570f4a1c6139ff70c166c02767e85e0ef2d81ba.tar.bz2 dertobi123-8570f4a1c6139ff70c166c02767e85e0ef2d81ba.zip |
Add revision to build from current svn
svn path=/; revision=46
-rw-r--r-- | net-analyzer/pnp4nagios/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild (renamed from net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild) | 10 |
2 files changed, 4 insertions, 9 deletions
diff --git a/net-analyzer/pnp4nagios/Manifest b/net-analyzer/pnp4nagios/Manifest index e2dc46e..0bdd499 100644 --- a/net-analyzer/pnp4nagios/Manifest +++ b/net-analyzer/pnp4nagios/Manifest @@ -1,2 +1 @@ -DIST pnp-0.4.10.tar.gz 301021 RMD160 c9cc75d30f59415a669453a06277197eef622d2e SHA1 6a9ef1d4b551c30dd59570f9fb8088c140547a42 SHA256 35392c83fc9468eba38187e17b773090dff923f7b74c86c3c11e2574b99c214d -EBUILD pnp4nagios-0.4.10.ebuild 881 RMD160 a87b05a7c7922ebba2a564fd2e0820f8ec481867 SHA1 ddaa19e02d5c96fd05003a10cd88c810e8db64ce SHA256 53ebf52e8d62c08c7cf0893d9f308ac26ea19d31a3646212f5553fc91863485f +EBUILD pnp4nagios-9999.ebuild 887 RMD160 4466458632c7e6c7d5654bdb3b467022b5f15713 SHA1 5213b05e13f1958109ee8889a9e6dcb247ef9c38 SHA256 ba2058a7c4b8d76981ebd3c101b9517a7413f92b37ef5084660a305d66e49ee7 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild index 153cecc..160223d 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild @@ -2,14 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit confutils - -MY_P=pnp-${PV} +inherit confutils subversion DESCRIPTION="A performance data analyzer for nagios" HOMEPAGE="http://www.pnp4nagios.org" - -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="" +ESVN_REPO_URI="https://pnp4nagios.svn.sourceforge.net/svnroot/${PN}/trunk" LICENSE="GPL-2" SLOT="0" @@ -21,8 +19,6 @@ DEPEND=">=dev-lang/php-4.3 net-analyzer/nagios-core" RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} - pkg_setup() { confutils_require_built_with_all dev-lang/php gd pcre xml zlib } |