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

No longer using this.

---
 dev-ruby/libnotify/ChangeLog              | 49 -------------------------------
 dev-ruby/libnotify/Manifest               |  2 --
 dev-ruby/libnotify/libnotify-0.8.0.ebuild | 34 ---------------------
 dev-ruby/libnotify/libnotify-0.8.2.ebuild | 34 ---------------------
 dev-ruby/libnotify/metadata.xml           |  5 ----
 5 files changed, 124 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
deleted file mode 100644
index 63f4977..0000000
--- a/dev-ruby/libnotify/ChangeLog
+++ /dev/null
@@ -1,49 +0,0 @@
-# ChangeLog for dev-ruby/libnotify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*libnotify-0.8.2 (01 Nov 2013)
-
-  01 Nov 2013; Hans de Graaff <[email protected]> +libnotify-0.8.2.ebuild:
-  Version bump.
-
-  01 Nov 2013; Hans de Graaff <[email protected]> -libnotify-0.5.7.ebuild,
-  -libnotify-0.7.1.ebuild, -libnotify-0.7.2.ebuild:
-  Cleanup.
-
-*libnotify-0.8.0 (05 Oct 2012)
-
-  05 Oct 2012; Hans de Graaff <[email protected]> +libnotify-0.8.0.ebuild:
-  Version bump.
-
-*libnotify-0.7.2 (13 Apr 2012)
-
-  13 Apr 2012; Hans de Graaff <[email protected]> +libnotify-0.7.2.ebuild:
-  Version bump.
-
-*libnotify-0.7.1 (08 Jan 2012)
-
-  08 Jan 2012; Hans de Graaff <[email protected]> +libnotify-0.7.1.ebuild:
-  Version bump. Restrict tests due to new dependency.
-
-*libnotify-0.6.0 (15 Dec 2011)
-
-  15 Dec 2011; Hans de Graaff <[email protected]> +libnotify-0.6.0.ebuild:
-  Version bump.
-
-*libnotify-0.5.9 (25 Nov 2011)
-
-  25 Nov 2011; Hans de Graaff <[email protected]> +libnotify-0.5.9.ebuild:
-  Version bump.
-
-*libnotify-0.5.7 (05 Aug 2011)
-
-  05 Aug 2011; Hans de Graaff <[email protected]> +libnotify-0.5.7.ebuild:
-  Version bump.
-
-*libnotify-0.5.6 (13 Jul 2011)
-
-  13 Jul 2011; Hans de Graaff <[email protected]> +libnotify-0.5.6.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
deleted file mode 100644
index 917e620..0000000
--- a/dev-ruby/libnotify/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libnotify-0.8.0.gem 29184 SHA256 
f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 
657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569
 WHIRLPOOL 
e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
-DIST libnotify-0.8.2.gem 31232 SHA256 
ea2f87d918d6bcc03928d8b630498aa52f37f59a289107dae8306b6a133c1d0f SHA512 
0ce2afa6670ed6e89b3603568ad5629e6b056293da8e5f8ad1851338d2eb61a3de24342f14eafffe32fc6b865c494dd0ffb51fd763fbc1197025f83bbdbc7f5e
 WHIRLPOOL 
f6d80c7d1820ce132c5872bac68b00c755567d6a2a779520c9d84da92d9b425425f18a16d2724b76f7f2cf1b9d6ce3a172d203d7175e6c7f29d5c2c7a2b484ff

diff --git a/dev-ruby/libnotify/libnotify-0.8.0.ebuild 
b/dev-ruby/libnotify/libnotify-0.8.0.ebuild
deleted file mode 100644
index 16317d1..0000000
--- a/dev-ruby/libnotify/libnotify-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-       rm Gemfile || die
-       sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb 
|| die
-}

diff --git a/dev-ruby/libnotify/libnotify-0.8.2.ebuild 
b/dev-ruby/libnotify/libnotify-0.8.2.ebuild
deleted file mode 100644
index bc5cfa3..0000000
--- a/dev-ruby/libnotify/libnotify-0.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-       rm Gemfile || die
-       sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb 
|| die
-}

diff --git a/dev-ruby/libnotify/metadata.xml b/dev-ruby/libnotify/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/libnotify/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>[email protected]</email></maintainer>
-</pkgmetadata>

Reply via email to