commit:     cc0ae7a28d9656428275cbceac7a26a20fe8d068
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun  6 06:38:05 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 06:38:05 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=cc0ae7a2

Never worked for me and Rails will go with spring instead.

---
 dev-util/zeus/ChangeLog          | 20 --------------
 dev-util/zeus/Manifest           |  1 -
 dev-util/zeus/metadata.xml       |  5 ----
 dev-util/zeus/zeus-0.13.3.ebuild | 56 ----------------------------------------
 4 files changed, 82 deletions(-)

diff --git a/dev-util/zeus/ChangeLog b/dev-util/zeus/ChangeLog
deleted file mode 100644
index 7b0ffb5..0000000
--- a/dev-util/zeus/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-util/zeus
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  11 Jun 2013; Hans de Graaff <gra...@gentoo.org> zeus-0.13.3.ebuild:
-  find -o notation is officially too hard for me.
-
-  11 Jun 2013; Hans de Graaff <gra...@gentoo.org> zeus-0.13.3.ebuild:
-  ... and the inotify-wrapper executable as well.
-
-  11 Jun 2013; Hans de Graaff <gra...@gentoo.org> zeus-0.13.3.ebuild:
-  Make sure the go binaries have execute rights after installing.
-
-*zeus-0.13.3 (11 Jun 2013)
-
-  11 Jun 2013; Hans de Graaff <gra...@gentoo.org> +zeus-0.13.3.ebuild,
-  +metadata.xml:
-  Initial import for testing. We should really compile the go code, but that
-  gets hairy very quickly.
-

diff --git a/dev-util/zeus/Manifest b/dev-util/zeus/Manifest
deleted file mode 100644
index d2ae04f..0000000
--- a/dev-util/zeus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zeus-0.13.3.gem 2126336 SHA256 
b25d483edccac7085b67141ac44c0c8aa6c96d075cb7de47f9ef4bded2f82c7f SHA512 
d8540e7d264a8cb55a04d9dc7578844a76e7b394bbfe0bd53891a4a0ceaddcde13fd156ae8d5c7549bcebe88481fa7c86b696bc9fcc28728d0940712b7d0164a
 WHIRLPOOL 
50701d353da637ab53b67899911b05afb10c2a80e0ad147896ae909136a0d5d22cd09c0338641f3c2d3697cd37d0c3f8f01644fac4063e81c449184ae188752c

diff --git a/dev-util/zeus/metadata.xml b/dev-util/zeus/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-util/zeus/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer><email>gra...@gentoo.org</email></maintainer>
-</pkgmetadata>

diff --git a/dev-util/zeus/zeus-0.13.3.ebuild b/dev-util/zeus/zeus-0.13.3.ebuild
deleted file mode 100644
index a25190b..0000000
--- a/dev-util/zeus/zeus-0.13.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC=""
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="build examples ext man"
-
-inherit ruby-fakegem
-
-DESCRIPTION="an intelligent preloader for ruby applications"
-HOMEPAGE="http://zeus.is/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RESTRICT="test" # tests fail, not reported upstream yet.
-
-ruby_add_rdepend ">=dev-ruby/method_source-0.6.7"
-
-all_ruby_prepare() {
-       # Don't force specific CXXFLAGS.
-       sed -i -e '/^CXX/d' ext/inotify-wrapper/extconf.rb || die
-       sed -i -e '/-c/! s/CXXFLAGS/LDFLAGS/' ext/inotify-wrapper/extconf.rb || 
die
-
-       # Needs to be present for specs.
-       touch Gemfile.lock
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext/inotify-wrapper extconf.rb || die
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext/inotify-wrapper
-}
-
-each_ruby_test() {
-       PATH="${S}/bin":$PATH ${RUBY} -S rspec spec || die
-}
-
-each_ruby_install() {
-       each_fakegem_install
-
-       # Enable execute rights for the binaries. Sigh.
-       find "${D}" -name zeus-*-* -exec chmod a+x {} \; || die
-       find "${D}" -name inotify-wrapper -exec chmod a+x {} \; || die
-}

Reply via email to