From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0979138DB0 for ; Sat, 15 Oct 2016 22:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 218E0E0994; Sat, 15 Oct 2016 22:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08C62E0994 for ; Sat, 15 Oct 2016 22:17:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB8833413F6 for ; Sat, 15 Oct 2016 22:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB4222F2 for ; Sat, 15 Oct 2016 22:16:58 +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: <1476569805.1f2b05ec0b31a01dccf19a33bd7670138a4813c1.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/truncato/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-ruby/truncato/Manifest dev-ruby/truncato/metadata.xml dev-ruby/truncato/truncato-0.7.8.ebuild X-VCS-Directories: dev-ruby/truncato/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1f2b05ec0b31a01dccf19a33bd7670138a4813c1 X-VCS-Branch: master Date: Sat, 15 Oct 2016 22:16:58 +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: efbb11f0-c5fa-4e26-8ef8-eb81876f3ec8 X-Archives-Hash: bea71e3d96bbb8ffafd22b07df5ec04c commit: 1f2b05ec0b31a01dccf19a33bd7670138a4813c1 Author: Manuel Rüger gentoo org> AuthorDate: Sat Oct 15 22:16:45 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Oct 15 22:16:45 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1f2b05ec dev-ruby/truncato: Initial version Package-Manager: portage-2.3.2 dev-ruby/truncato/Manifest | 1 + dev-ruby/truncato/metadata.xml | 8 ++++++++ dev-ruby/truncato/truncato-0.7.8.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-ruby/truncato/Manifest b/dev-ruby/truncato/Manifest new file mode 100644 index 0000000..46c46db --- /dev/null +++ b/dev-ruby/truncato/Manifest @@ -0,0 +1 @@ +DIST truncato-0.7.8.gem 8704 SHA256 a5b2a36441c561c55786ba958dd9d3a5ad4974adf64892740d51bb5bc5e7cf26 SHA512 0f5c832ad3247662d3ac0ef957dfe0e16784ca6596b5e5deda1aa7f377ba0cc336099f6693090da5685c06cab68377f6ee7f644ed5d053dd78125a4f04c0a7f2 WHIRLPOOL 3910775d1fce1f57cd2048dfcb3fa5cd35c2b8c306a0894f5a4f648325999b2816559cdc7839dff9862981ab7e0182f7e21c9c59c8dc9739a4fd126a7bbf1e70 diff --git a/dev-ruby/truncato/metadata.xml b/dev-ruby/truncato/metadata.xml new file mode 100644 index 0000000..97df2a0 --- /dev/null +++ b/dev-ruby/truncato/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/dev-ruby/truncato/truncato-0.7.8.ebuild b/dev-ruby/truncato/truncato-0.7.8.ebuild new file mode 100644 index 0000000..ecade5c --- /dev/null +++ b/dev-ruby/truncato/truncato-0.7.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Ruby tool for truncating HTML strings keeping a valid HTML markup" +HOMEPAGE="https://github.com/jorgemanrubia/truncato https://rubygems.org/gems/truncato" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/htmlentities-4.3.1 + =dev-ruby/nokogiri-1.6.1 +