From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D74F13877A for ; Mon, 25 Aug 2014 12:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B112E0912; Mon, 25 Aug 2014 12:49:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08E81E090F for ; Mon, 25 Aug 2014 12:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D87233DF97 for ; Mon, 25 Aug 2014 12:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7663E1E for ; Mon, 25 Aug 2014 12:49:56 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1408970954.534eae6c92a6374283b0829454c9841ec74f287e.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/templater/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/templater/ChangeLog dev-ruby/templater/metadata.xml dev-ruby/templater/templater-1.0.0.ebuild X-VCS-Directories: dev-ruby/templater/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 534eae6c92a6374283b0829454c9841ec74f287e X-VCS-Branch: master Date: Mon, 25 Aug 2014 12:49:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 316dcbe1-16bb-4cf8-9c2d-d488f73a4a5a X-Archives-Hash: ca69d77832837788ccc8cd65df9cc052 commit: 534eae6c92a6374283b0829454c9841ec74f287e Author: Manuel Rüger gentoo org> AuthorDate: Mon Aug 25 12:49:14 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Aug 25 12:49:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=534eae6c [dev-ruby/templater] Remove unmaintained gem. --- dev-ruby/templater/ChangeLog | 15 -------------- dev-ruby/templater/metadata.xml | 5 ----- dev-ruby/templater/templater-1.0.0.ebuild | 33 ------------------------------- 3 files changed, 53 deletions(-) diff --git a/dev-ruby/templater/ChangeLog b/dev-ruby/templater/ChangeLog deleted file mode 100644 index 16e281a..0000000 --- a/dev-ruby/templater/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for dev-ruby/templater -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 02 Dec 2010; Hans de Graaff -templater-0.5.0.ebuild: - Remove old version. - -*templater-1.0.0 (02 Dec 2010) - - 02 Dec 2010; Hans de Graaff +templater-1.0.0.ebuild: - Move here from graaff overlay. - - 30 Nov 2008; Alex Legler +templater-0.5.0.ebuild: - Initial commit, thanks to Cyril Mougel . - diff --git a/dev-ruby/templater/metadata.xml b/dev-ruby/templater/metadata.xml deleted file mode 100644 index ed77b4f..0000000 --- a/dev-ruby/templater/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - ruby - diff --git a/dev-ruby/templater/templater-1.0.0.ebuild b/dev-ruby/templater/templater-1.0.0.ebuild deleted file mode 100644 index ae8cb15..0000000 --- a/dev-ruby/templater/templater-1.0.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mislav-will_paginate/mislav-will_paginate-2.3.11.ebuild,v 1.1 2009/06/08 20:44:54 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Templater is a Ruby framework for building code generators." -HOMEPAGE="http://github.com/jnicklas/templater" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend test ">=dev-ruby/rspec-1.2.8" - -#ruby_add_bdepend ">=dev-ruby/extlib-0.9.5" - -ruby_add_rdepend ">=dev-ruby/highline-1.4.0 - >=dev-ruby/diff-lcs-1.1.2 - >=dev-ruby/extlib-0.9.5" - -each_ruby_test() { - ${RUBY} -S spec spec -}