diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-15 05:56:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-15 05:56:11 +0000 |
commit | b857816ec0c7f23cdd83b1d70aeefc50d492c9b6 (patch) | |
tree | b438d0b29652cbcd921958e058fbf0da61963b99 /net-analyzer | |
parent | commiting latest generated use.local.desc (diff) | |
download | historical-b857816ec0c7f23cdd83b1d70aeefc50d492c9b6.tar.gz historical-b857816ec0c7f23cdd83b1d70aeefc50d492c9b6.tar.bz2 historical-b857816ec0c7f23cdd83b1d70aeefc50d492c9b6.zip |
DESCRIPTION has to be below inherit
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-spine/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest index 0332bf38164d..f8729e0dd5dc 100644 --- a/net-analyzer/cacti-spine/Manifest +++ b/net-analyzer/cacti-spine/Manifest @@ -1,5 +1,5 @@ DIST cacti-spine-0.8.7a.tar.gz 258630 RMD160 e4c6d71cc6582225c9016f728380362a4d2448dc SHA1 0a4dbff0bb5848ea8f9ec0776f6ca2f953fff69f SHA256 efdabefbb89ecb4d3b9c01ece19594cc4878a12d49dc8785ff5f5dfc6ebe6533 EBUILD cacti-spine-0.8.7a.ebuild 1681 RMD160 dfa7c421c4344b51991d0f8f15e229a1366ec016 SHA1 d9f6dc03803f9eda4ec450d86e97316bc2586b30 SHA256 75bb0746aaec334c504920934d8e6e7b38f78dc6e1e70dcd77f652d99df0e37c -EBUILD cacti-spine-0.8.7a_p4650.ebuild 1928 RMD160 bb7aa0cfc6be0b178c76077fec1df2d1a28e68ec SHA1 284bd5345b1015b6ad17ff763d8b92582fc7f7ee SHA256 72be801a01e96cc107d0cdcf37979c17e3cd5375a7cb2ba3c04a7320f910b16f +EBUILD cacti-spine-0.8.7a_p4650.ebuild 1934 RMD160 e55155004c89793f3cfaf8a06a0e3473006acf3c SHA1 67f597b40a4bb4c964fc49bb9646f8cb95f94024 SHA256 b46db514c41f1e2f7c0c1f46c9361c38e2cf539cd1134b0a447ab8a407db762b MISC ChangeLog 1517 RMD160 72692db6e01788a6444ecf5e0104831ab5ad3a2b SHA1 597892b1f26ebf09bb5e013c93e097ef7c81e69c SHA256 b7f7e9d33ce1237e9cb462513ad7aa76ef46c4d786a4e7950f5e384ebb1b6234 MISC metadata.xml 795 RMD160 6496692432dfda95180e8d7506af90ebd79b2172 SHA1 2e929eeb09763b10b746c6b0384acd4197051c85 SHA256 a1ee2fa5779e21ff428e18a563360a7d81e383345d867cfa27046614fc18e466 diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild index d66651aed02e..a03b0c2c35f3 100644 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2008 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.7a_p4650.ebuild,v 1.1 2008/08/14 18:25:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7a_p4650.ebuild,v 1.2 2008/08/15 05:56:11 mr_bones_ Exp $ WANT_AUTOCONF="latest" inherit autotools subversion -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" -HOMEPAGE="http://cacti.net/spine_info.php" if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then inherit subversion SRC_URI="" @@ -16,6 +14,8 @@ else MY_PV=${PV/_p/-} SRC_URI="http://www.cacti.net/downloads/spine/${PN}-${MY_PV}.tar.gz" fi +DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)" +HOMEPAGE="http://cacti.net/spine_info.php" LICENSE="LGPL-2.1" SLOT="0" |