summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-08 22:53:17 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-08 22:53:17 +0100
commit1886a2920ff441cb3cca7ecf9b466183280e012c (patch)
tree6e434a935124866bb80e17a883f09c6cc5a0b423
parentdev-ruby/bunny: Remove old (diff)
downloadgentoo-1886a2920ff441cb3cca7ecf9b466183280e012c.tar.gz
gentoo-1886a2920ff441cb3cca7ecf9b466183280e012c.tar.bz2
gentoo-1886a2920ff441cb3cca7ecf9b466183280e012c.zip
dev-ruby/buftok: Remove old
Package-Manager: portage-2.2.27
-rw-r--r--dev-ruby/buftok/buftok-0.2.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/buftok/buftok-0.2.0.ebuild b/dev-ruby/buftok/buftok-0.2.0.ebuild
deleted file mode 100644
index 73e5edd8dbec..000000000000
--- a/dev-ruby/buftok/buftok-0.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Statefully split input data by a specifiable token"
-HOMEPAGE="https://github.com/sferik/buftok"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}