]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/symon: Respect AR and RANLIB, while there beautify the ebuild
authorTiago Cunha <tcunha@gentoo.org>
Sat, 31 May 2008 22:59:46 +0000 (22:59 +0000)
committerTiago Cunha <tcunha@gentoo.org>
Sat, 31 May 2008 22:59:46 +0000 (22:59 +0000)
svn path=/sunrise/; revision=6244

net-analyzer/symon/ChangeLog
net-analyzer/symon/Manifest
net-analyzer/symon/symon-2.79.ebuild

index f878ef1a2535ce686a50e5246fcfddea6d3631a4..b8e3066b50a3661ad6255c9ee30ec85767540312 100644 (file)
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 May 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> symon-2.79.ebuild:
+  Respect AR and RANLIB, while there beautify the ebuild
+
   08 Apr 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> symon-2.79.ebuild:
   Prettify src_compile, virtual/httpd-cgi removed from RDEPEND since it isn't
   needed
index 04755fe2c7d4862ef33d53327392bbbf3471a02c..0307948ba80517c66810ca7d5a464398849dfbe0 100644 (file)
@@ -7,6 +7,6 @@ AUX symon-syweb-total_firewall.layout.patch 1673 RMD160 63e130338b7d48dc2debc4c2
 AUX symux-init.d 378 RMD160 438f3ee87579117db71fa346cd333cc4740b8a35 SHA1 bc5edf413f24aed698147767447f0266c4374415 SHA256 f887ab858987fc6f0984cba93dddbb1c82fb1ed515340002e373c0aa4541e584
 DIST symon-2.79.tar.gz 102400 RMD160 693b798cd6c564f4e8b79c62c1776f5b036aaf1a SHA1 a21566f3291baaa39806bec32550d5a28a163213 SHA256 7157b087b99a59f3aba9a02c375fb1b411dc4329463f748d2323c3cdf3d0cd83
 DIST syweb-0.58.tar.gz 40960 RMD160 5dffc149a078789703c1ee10699e8aab350313d7 SHA1 bf0aa3a96533f8d6ae38f5317ae001282510ced4 SHA256 c01dfbc9f069d73d7c92880a0ed05bd7bca3e970ab282c2deb706861af7d6dcf
-EBUILD symon-2.79.ebuild 3231 RMD160 a0fe05b46ce1c8bdf849ce9871d666563f5ac769 SHA1 d1c2af33d58e3536ba06ac36e80d98c88a2fb407 SHA256 2d426462024f84a778fede5d188aad0a8a2017d671bb1ecebc5c93e388c07b92
-MISC ChangeLog 4742 RMD160 756a459da0ada066f7325b965a97c0f524bae378 SHA1 d04825ccbbd1de0f7182b71e029145959b70b8f5 SHA256 5918904e542297a5712a0b84d17081c8b58eee1dd562553aaf7b73327abcfcaf
+EBUILD symon-2.79.ebuild 3281 RMD160 0352fe30fb51a80283e14e69b418d4787c7bfc68 SHA1 606b1974dbc57d36d0a56baecac9554a3cf2bf45 SHA256 6b6e892767b530cd62ea264d88e95c36e597280dafa371baab06ae9a865511e9
+MISC ChangeLog 4875 RMD160 cfafa22792e0eafe1202622d390bc89645afe4d2 SHA1 696f6b4b64aa1669619ff627345f8dcab7cb654a SHA256 30594cbf69aad8e0663224ac41733baace58772b87cc646d0de60ebf8abb4fce
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
index ff52d512700048b20c73b1059d50d223205e44db..4aa9eabddf21584a52d383846caaf10c227478df 100644 (file)
@@ -3,6 +3,7 @@
 # $Header: $
 
 WEBAPP_OPTIONAL="yes"
+
 inherit depend.php eutils perl-module toolchain-funcs webapp
 
 DESCRIPTION="System monitor for obtaining accurate and up to date info on the performance of a number of systems"
@@ -54,8 +55,10 @@ src_unpack() {
 
 src_compile() {
        MAKE=pmake emake \
+               AR="$(tc-getAR)" \
                CC="$(tc-getCC)" \
                CFLAGS+="${CFLAGS}" \
+               RANLIB="$(tc-getRANLIB)" \
                STRIP=true || die "emake failed."
 }
 
@@ -125,7 +128,7 @@ pkg_postinst() {
                webapp_pkg_postinst
        fi
 
-       elog "You'll need to setup /etc/sym{on,ux}.conf before running these "
+       elog "You'll need to setup /etc/sym{on,ux}.conf before running these"
        elog "daemons for the first time."
        elog "To create the RRDs run /usr/share/symon/c_smrrds.sh all"
        elog "To test the configuration run sym{on,ux} -t"