summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-04 13:24:59 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-04 13:24:59 +0000
commita1d0679c764d1ad59f0984bcd509ab5db7e78c7a (patch)
tree947eb0028bed2f8f6b6112c4f65d129423f8568e /dev-ruby/syntax
parentRm un-needed die calls (diff)
downloadgentoo-2-a1d0679c764d1ad59f0984bcd509ab5db7e78c7a.tar.gz
gentoo-2-a1d0679c764d1ad59f0984bcd509ab5db7e78c7a.tar.bz2
gentoo-2-a1d0679c764d1ad59f0984bcd509ab5db7e78c7a.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/syntax')
-rw-r--r--dev-ruby/syntax/ChangeLog5
-rw-r--r--dev-ruby/syntax/syntax-1.0.0-r2.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/syntax/ChangeLog b/dev-ruby/syntax/ChangeLog
index 033ee9d0684c..c41236ed2315 100644
--- a/dev-ruby/syntax/ChangeLog
+++ b/dev-ruby/syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/syntax
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.44 2013/01/15 03:26:27 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.45 2013/09/04 13:24:59 mrueg Exp $
+
+ 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -syntax-1.0.0-r2.ebuild:
+ Cleanup old.
15 Jan 2013; Rick Farina <zerochaos@gentoo.org> syntax-1.0.0-r2.ebuild,
syntax-1.0.0-r3.ebuild:
diff --git a/dev-ruby/syntax/syntax-1.0.0-r2.ebuild b/dev-ruby/syntax/syntax-1.0.0-r2.ebuild
deleted file mode 100644
index aad5eb017ba8..000000000000
--- a/dev-ruby/syntax/syntax-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r2.ebuild,v 1.13 2013/01/15 03:26:27 zerochaos Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-# Seem to get stuck, somebody should look into it, most likely.
-RESTRICT=test
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Syntax highlighting for sourcecode and HTML"
-HOMEPAGE="http://syntax.rubyforge.org"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/ALL-TESTS.rb || die "tests failed"
-}