diff options
author | Brian Evans <grknight@gentoo.org> | 2016-01-11 10:04:16 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-01-11 10:04:16 -0500 |
commit | cf76b1934639c21cb948d7312c2cf834887ffd44 (patch) | |
tree | e0c09edc99c0a71d2260ea4897a687b2dc8b6ac9 /net-analyzer/cacti | |
parent | www-servers/lighttpd: Drop unused depend.php inherit (diff) | |
download | gentoo-cf76b1934639c21cb948d7312c2cf834887ffd44.tar.gz gentoo-cf76b1934639c21cb948d7312c2cf834887ffd44.tar.bz2 gentoo-cf76b1934639c21cb948d7312c2cf834887ffd44.zip |
net-analyzer/cacti: Drop unused depend.php inherit
Non-maintainer commit. Verified all functions in eclass were not used
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.8e.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.8f.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/cacti/cacti-0.8.8e.ebuild b/net-analyzer/cacti/cacti-0.8.8e.ebuild index a2bfbc6bd5a4..c0f81999031b 100644 --- a/net-analyzer/cacti/cacti-0.8.8e.ebuild +++ b/net-analyzer/cacti/cacti-0.8.8e.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit depend.php eutils webapp +inherit eutils webapp # Support for _p* in version. MY_P=${P/_p*/} diff --git a/net-analyzer/cacti/cacti-0.8.8f.ebuild b/net-analyzer/cacti/cacti-0.8.8f.ebuild index 79420be5fa67..3c9a4a9b9b6f 100644 --- a/net-analyzer/cacti/cacti-0.8.8f.ebuild +++ b/net-analyzer/cacti/cacti-0.8.8f.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit depend.php eutils webapp +inherit eutils webapp # Support for _p* in version. MY_P=${P/_p*/} |