summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-12-07 13:59:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-12-07 13:59:14 +0000
commit7fc2b0060088e8dc3e5845827717fe39375a6ecc (patch)
tree2286a91ff5ff9552cba2cfcbf2b62ef52e2bc50b /dev-ruby/prawn
parentbump; add pypy3, rm old (diff)
downloadgentoo-2-7fc2b0060088e8dc3e5845827717fe39375a6ecc.tar.gz
gentoo-2-7fc2b0060088e8dc3e5845827717fe39375a6ecc.tar.bz2
gentoo-2-7fc2b0060088e8dc3e5845827717fe39375a6ecc.zip
Drop masked deprecated slot.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/prawn')
-rw-r--r--dev-ruby/prawn/ChangeLog5
-rw-r--r--dev-ruby/prawn/prawn-0.8.4-r1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ruby/prawn/ChangeLog b/dev-ruby/prawn/ChangeLog
index 2e24bc55750b..fb37f950b112 100644
--- a/dev-ruby/prawn/ChangeLog
+++ b/dev-ruby/prawn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/prawn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/ChangeLog,v 1.25 2014/10/04 17:42:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/ChangeLog,v 1.26 2014/12/07 13:59:14 mrueg Exp $
+
+ 07 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -prawn-0.8.4-r1.ebuild:
+ Drop masked deprecated slot.
*prawn-1.3.0 (04 Oct 2014)
diff --git a/dev-ruby/prawn/prawn-0.8.4-r1.ebuild b/dev-ruby/prawn/prawn-0.8.4-r1.ebuild
deleted file mode 100644
index 9e6cefe1fe5f..000000000000
--- a/dev-ruby/prawn/prawn-0.8.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/prawn-0.8.4-r1.ebuild,v 1.8 2014/04/25 00:55:37 mrueg Exp $
-
-EAPI=5
-USE_RUBY="jruby ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
-HOMEPAGE="http://prawn.majesticseacreature.com/"
-
-LICENSE="|| ( GPL-2 Ruby )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/prawn-core-$(get_version_component_range 1-2)*
- =dev-ruby/prawn-layout-$(get_version_component_range 1-2)*
- =dev-ruby/prawn-security-$(get_version_component_range 1-2)*"