summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-08-19 07:18:29 +0200
committerHans de Graaff <graaff@gentoo.org>2015-08-19 07:18:29 +0200
commit05c36d5b2238e54166b9889021257df5803f3c4b (patch)
tree5d5b42860298fbf44f5331f8b7dfdb72f1937a19 /dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild
parentOld. (diff)
downloadgentoo-05c36d5b2238e54166b9889021257df5803f3c4b.tar.gz
gentoo-05c36d5b2238e54166b9889021257df5803f3c4b.tar.bz2
gentoo-05c36d5b2238e54166b9889021257df5803f3c4b.zip
dev-ruby/rqrcode: cleanup
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild')
-rw-r--r--dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild b/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild
deleted file mode 100644
index c58e6de5e522..000000000000
--- a/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="http://whomwah.github.com/rqrcode/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
-}