summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-02 18:42:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-02 18:42:27 +0000
commitc7dc2a361cd611776456720f1954c567476bef55 (patch)
tree0cea1dabbb5dba15cff58ee50ff048231657da9e /dev-ruby/syntax
parentCleanup old. (diff)
downloadgentoo-2-c7dc2a361cd611776456720f1954c567476bef55.tar.gz
gentoo-2-c7dc2a361cd611776456720f1954c567476bef55.tar.bz2
gentoo-2-c7dc2a361cd611776456720f1954c567476bef55.zip
Cleanup old.
(Portage version: 2.2.10/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-r3.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/syntax/ChangeLog b/dev-ruby/syntax/ChangeLog
index 926892f4c81a..93d31615917d 100644
--- a/dev-ruby/syntax/ChangeLog
+++ b/dev-ruby/syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/syntax
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.58 2014/08/02 18:17:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.59 2014/08/02 18:42:27 mrueg Exp $
+
+ 02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -syntax-1.0.0-r3.ebuild:
+ Cleanup old.
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> syntax-1.0.0-r4.ebuild:
Stable for ppc64, wrt bug #503794
diff --git a/dev-ruby/syntax/syntax-1.0.0-r3.ebuild b/dev-ruby/syntax/syntax-1.0.0-r3.ebuild
deleted file mode 100644
index 00e53c6831d0..000000000000
--- a/dev-ruby/syntax/syntax-1.0.0-r3.ebuild
+++ /dev/null
@@ -1,27 +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/syntax/syntax-1.0.0-r3.ebuild,v 1.13 2014/04/05 14:57:36 mrueg Exp $
-
-EAPI=2
-
-USE_RUBY="ruby19 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 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/ALL-TESTS.rb || die "tests failed"
-}