commit:     80977ac713d6a8e565935cb745c46f613d9f3109
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 17:56:06 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:32:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80977ac7

sys-apps/newrelic-sysmond: remove newrelic-sysmond-1.1.2.124-r1

Package-Manager: portage-2.2.26

 .../newrelic-sysmond-1.1.2.124.ebuild              | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild 
b/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild
deleted file mode 100644
index 33d232c..0000000
--- a/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit user
-
-DESCRIPTION="NewRelic System Monitor"
-HOMEPAGE="http://www.newrelic.com/";
-SRC_URI="http://download.newrelic.com/server_monitor/release/${P}-linux.tar.gz";
-
-LICENSE="newrelic Apache-2.0 MIT ISC openssl GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-RESTRICT="strip"
-
-S="${WORKDIR}/${P}-linux"
-
-pkg_setup() {
-       enewgroup newrelic
-       enewuser newrelic -1 -1 -1 newrelic
-}
-
-src_install() {
-       if [[ "${ARCH}" == "amd64" ]]; then
-               NR_ARCH="x64"
-       elif [[ "${ARCH}" == "x86" ]]; then
-               NR_ARCH="x86"
-       else
-               die "Unsupported architecture (${ARCH})"
-       fi
-
-       dosbin "scripts/nrsysmond-config"
-       newsbin "daemon/nrsysmond.${NR_ARCH}" "nrsysmond"
-       newinitd "${FILESDIR}/newrelic-sysmond.rc" "newrelic-sysmond"
-
-       keepdir "/etc/newrelic"
-       insinto "/etc/newrelic"
-       doins nrsysmond.cfg
-
-       keepdir "/var/run/newrelic"
-       fowners newrelic.newrelic "/var/run/newrelic"
-       fperms 0775 "/var/run/newrelic"
-
-       keepdir "/var/log/newrelic"
-       fowners newrelic.newrelic "/var/log/newrelic"
-       fperms 0775 "/var/log/newrelic"
-
-       dodoc INSTALL.txt LICENSE.txt
-}
-
-pkg_postinst() {
-       elog "Remember to set your license key via:"
-       elog "$ nrsysmond-config --set license_key=\$YOUR_KEY"
-}

Reply via email to