commit:     8e3894bd91c1890bd2351d642cf7fef0c71c6488
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 18:05:30 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 18:31:02 2019 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8e3894bd

dev-ruby/god: Drop due to unsupported EAPI

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 dev-ruby/god/ChangeLog         |  6 ------
 dev-ruby/god/files/god.initd   | 15 ---------------
 dev-ruby/god/god-0.11.0.ebuild | 24 ------------------------
 dev-ruby/god/metadata.xml      |  7 -------
 4 files changed, 52 deletions(-)

diff --git a/dev-ruby/god/ChangeLog b/dev-ruby/god/ChangeLog
deleted file mode 100644
index f636093..0000000
--- a/dev-ruby/god/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-# ChangeLog for dev-ruby/god
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-
-  13 Oct 2013; Justin Lecher <[email protected]> +metadata.xml:
-  metadata.xml added
-

diff --git a/dev-ruby/god/files/god.initd b/dev-ruby/god/files/god.initd
deleted file mode 100755
index 804069f..0000000
--- a/dev-ruby/god/files/god.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-start() {
-       ebegin "Starting God Process Monitor"
-       start-stop-daemon --start --pidfile /var/run/god.pid --exec 
/usr/bin/god -- -P /var/run/god.pid
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping God Process Monitor"
-       start-stop-daemon --stop --pidfile /var/run/god.pid
-       eend $?
-}

diff --git a/dev-ruby/god/god-0.11.0.ebuild b/dev-ruby/god/god-0.11.0.ebuild
deleted file mode 100644
index c5039b6..0000000
--- a/dev-ruby/god/god-0.11.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-USE_RUBY="ruby18"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy to configure, easy to extend monitoring framework written 
in Ruby."
-HOMEPAGE="http://god.rubyforge.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-       ruby-ng_src_install
-       newinitd "${FILESDIR}"/god.initd god
-}

diff --git a/dev-ruby/god/metadata.xml b/dev-ruby/god/metadata.xml
deleted file mode 100644
index 2c53357..0000000
--- a/dev-ruby/god/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-  </maintainer>
-</pkgmetadata>

Reply via email to