summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-04 13:49:39 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-04 13:49:39 +0000
commitb869e021351abe0b319ab2acb583d1acad63ab0e (patch)
tree970da56454915fa4d149262a3de32fab20b30760
parentCleanup old. (diff)
downloadgentoo-2-b869e021351abe0b319ab2acb583d1acad63ab0e.tar.gz
gentoo-2-b869e021351abe0b319ab2acb583d1acad63ab0e.tar.bz2
gentoo-2-b869e021351abe0b319ab2acb583d1acad63ab0e.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--dev-ruby/sparklines/ChangeLog5
-rw-r--r--dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-ruby/sparklines/ChangeLog b/dev-ruby/sparklines/ChangeLog
index a86792575f2c..bbd8807035de 100644
--- a/dev-ruby/sparklines/ChangeLog
+++ b/dev-ruby/sparklines/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/sparklines
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.14 2013/07/04 09:13:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.15 2013/09/04 13:49:38 mrueg Exp $
+
+ 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -sparklines-0.5.2-r2.ebuild:
+ Cleanup old.
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> sparklines-0.5.2-r3.ebuild:
Stable for x86, wrt bug #475580
diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild
deleted file mode 100644
index 64bbb5e83c4b..000000000000
--- a/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild,v 1.4 2011/01/07 10:59:36 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Create sparklines, small graphs to be used inline in texts."
-HOMEPAGE="http://sparklines.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-macos"
-IUSE=""
-
-RDEPEND="dev-ruby/rmagick"
-
-ruby_add_bdepend test "dev-ruby/hoe dev-ruby/tidy_table dev-ruby/dust"