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 B5125138334 for ; Wed, 17 Jul 2019 07:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A961E07B3; Wed, 17 Jul 2019 07:17:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 623A4E07B3 for ; Wed, 17 Jul 2019 07:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19BE0347E36 for ; Wed, 17 Jul 2019 07:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9CF6DF for ; Wed, 17 Jul 2019 07:17:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1563347819.e79bb36c46efe6d6a72f2aa9e81d0408b3af4e82.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/webgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/webgen/Manifest app-text/webgen/webgen-1.4.1.ebuild X-VCS-Directories: app-text/webgen/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e79bb36c46efe6d6a72f2aa9e81d0408b3af4e82 X-VCS-Branch: master Date: Wed, 17 Jul 2019 07:17:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a636f2f-4cc2-427d-b4ff-bad49983da33 X-Archives-Hash: f3965a4feb2d2b5103650f0fc99cd2ac commit: e79bb36c46efe6d6a72f2aa9e81d0408b3af4e82 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 17 07:16:59 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 17 07:16:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79bb36c app-text/webgen: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-text/webgen/Manifest | 1 - app-text/webgen/webgen-1.4.1.ebuild | 43 ------------------------------------- 2 files changed, 44 deletions(-) diff --git a/app-text/webgen/Manifest b/app-text/webgen/Manifest index c059e56d11b..8f80999ed53 100644 --- a/app-text/webgen/Manifest +++ b/app-text/webgen/Manifest @@ -1,2 +1 @@ -DIST webgen-1.4.1.gem 200192 BLAKE2B b52e8bf55fa93776fcd41a35ab495c03e775bb0fb9cfa0f4882ced4556d65403724de09531f80f3b3c51809295fc1abb692b9d709bd3ac65885a22066db83736 SHA512 ee21edbaa6592496101bff5b20b4b3041ac9a313e3ce5a00118f2011797330c5e274d468d2793ca29133d4f7301eda741e25a6f135dc6e2153c04780c2f5332b DIST webgen-1.5.2.gem 200704 BLAKE2B 55749d515223b46c7063596d1424de107f43af022fc54ba431e83ffa4dbe3ab5651e6c61e48f66710a1e958c2f6d09a64ea05c9186dd0c73add5351fbc419806 SHA512 83557bc7a3cafb5e885bd4c50f7083a7576a5c930458075d91ffd58b4fa3c4e406f342dd23988788afb22e9a03ffbff0dfb02d23ebfdef7d2275638c102839b4 diff --git a/app-text/webgen/webgen-1.4.1.ebuild b/app-text/webgen/webgen-1.4.1.ebuild deleted file mode 100644 index 3647485b4e7..00000000000 --- a/app-text/webgen/webgen-1.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" -RUBY_FAKEGEM_EXTRADOC="AUTHORS THANKS" -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="A template-based static website generator" -HOMEPAGE="https://webgen.gettalong.org" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="builder highlight markdown" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( dev-ruby/kramdown - dev-ruby/minitest:5 - dev-ruby/rdiscount - >=dev-ruby/sass-3.2:* )" - -ruby_add_rdepend ">=dev-ruby/cmdparse-3.0.1:3 - >=dev-ruby/systemu-2.5 - >=dev-ruby/kramdown-1.3 - builder? ( >=dev-ruby/builder-2.1.0:* ) - highlight? ( >=dev-ruby/coderay-1.0 ) - markdown? ( dev-ruby/maruku )" - -all_ruby_prepare() { - # Avoid a test fragile for sass version differences - sed -i -e '/test_static_call/,/^ end/ s:^:#:' test/webgen/content_processor/test_sass.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/webgen.1 -}