public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/
Date: Sat, 28 May 2016 08:41:35 +0000 (UTC)	[thread overview]
Message-ID: <1464424838.12dfaabdeb193fb316a3a91528dd4701d2da00ea.graaff@gentoo> (raw)

commit:     12dfaabdeb193fb316a3a91528dd4701d2da00ea
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 07:47:22 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 28 08:40:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dfaabd

www-apps/nanoc: drop last x86 version

Bug 546964 has gone one year without any activity.
Assume that there is no longer interest for nanoc on x86
and drop keywords accordingly.

Package-Manager: portage-2.2.28

 www-apps/nanoc/Manifest           |  1 -
 www-apps/nanoc/nanoc-3.7.5.ebuild | 57 ---------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 2a0137e..c1b7038 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,3 +1,2 @@
-DIST nanoc-3.7.5.gem 185856 SHA256 504309339c3e7711e6d75741b8bfa1ac1c6bcbd4a6accfc7beafbd5a45812602 SHA512 3cf6562e06d20afbc378e1d83a0545b8b6309c3c273a05538b62dd75ddbb80f4cbfc90b9225981562e561ab59a9e4e7810515da60ed12c797af4086b2531a1c7 WHIRLPOOL c1327033847a9a773e8d19795c36971ecf84d37386a7a33556b82a1563da321096b7a6596f982fa3159b6443a2c94c1ecf3ae14dd3b7f12000bb46d807ba0df4
 DIST nanoc-3.8.0.gem 189440 SHA256 382397d761ea1a97537eaee995e37ba416f7f7f093090cc812071a9eb28cea1e SHA512 ed39b6e799ea16fe19539181c0de2054af428b0ecdec5cfd592948aa14f3f0e7233a6039e57d68d9046824f55b7fc00d4f2621c4bd4b77d243e40c5c8750e93e WHIRLPOOL 33b92d6da24974c1d525d8da2433d62863ff97423ad8079c3937ac1c5c98fa310a05b179afa390d1fe3758a2e423951c880210508fdcbfc9c601e67fcbb841c5
 DIST nanoc-4.1.6.gem 173056 SHA256 95887475fac5a9bc1e59a74f6a5df9b2655b19a6389953121210276ca373db30 SHA512 bf6059558f8465a0aab7fa67b1fefb06618bd2ee54f61fb5e8b77d6738bb4f2bc97604cfa76164aa2c759be8aa4912ec3538cf349a77f903321acd786029b2d8 WHIRLPOOL 396b32ba5170aeaed2f2b11917e480b27a9e63046da344e3232ca4b2691c56d9037877ea2370f9225f77eb65af03a8b3b4f4b9962611d41e65db0d08184eb5b4

diff --git a/www-apps/nanoc/nanoc-3.7.5.ebuild b/www-apps/nanoc/nanoc-3.7.5.ebuild
deleted file mode 100644
index 6107985..0000000
--- a/www-apps/nanoc/nanoc-3.7.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_TASK_TEST="test:all"
-
-inherit ruby-fakegem
-
-DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
-HOMEPAGE="http://nanoc.ws/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="${IUSE} minimal"
-
-DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
-
-ruby_add_rdepend "!minimal? (
-	dev-ruby/mime-types
-	dev-ruby/rack
-)
-	>=dev-ruby/cri-2.3:0"
-
-ruby_add_bdepend "test? (
-	>=dev-ruby/mocha-0.13
-	dev-ruby/minitest
-	=dev-ruby/rdoc-4*
-	dev-ruby/systemu
-	dev-ruby/yard
-)
-doc? (
-	dev-ruby/kramdown
-	dev-ruby/rdiscount
-	dev-ruby/yard
-)"
-
-all_ruby_prepare() {
-	use doc || use test || (rm tasks/doc.rake || die)
-	use test || (rm tasks/test.rake || die)
-
-	# Avoid dependency on coveralls.
-	sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-
-	# Avoid non-optional tests for w3c_validators which we don't have
-	# packaged and which require network access.
-	rm test/extra/checking/checks/test_{css,html}.rb || die
-
-	# Skip a test that produces slightly different javascript.
-	sed -i -e '/test_filter_with_options/,/^  end/ s:^:#:' test/filters/test_uglify_js.rb || die
-}


             reply	other threads:[~2016-05-28  8:41 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-28  8:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-29 12:21 [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/ Hans de Graaff
2024-11-09  7:40 Hans de Graaff
2024-11-09  7:40 Hans de Graaff
2024-06-22  6:18 Hans de Graaff
2024-06-22  6:18 Hans de Graaff
2024-04-28  8:35 Hans de Graaff
2024-03-18 17:04 Hans de Graaff
2024-03-18 12:16 Hans de Graaff
2024-03-17  8:17 Hans de Graaff
2023-12-29 10:14 Hans de Graaff
2023-10-04  5:31 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-07-18  7:23 Hans de Graaff
2023-06-25  5:51 Hans de Graaff
2023-06-15  6:24 Hans de Graaff
2023-03-29  6:35 Hans de Graaff
2023-03-29  6:35 Hans de Graaff
2022-12-18  7:21 Hans de Graaff
2022-10-09  7:22 Hans de Graaff
2022-10-09  7:22 Hans de Graaff
2022-08-23  5:34 Sam James
2022-07-10  6:33 Hans de Graaff
2022-06-18  8:40 Hans de Graaff
2022-05-29  5:50 Hans de Graaff
2022-04-10  5:06 Hans de Graaff
2021-11-14  8:10 Hans de Graaff
2021-07-11  7:10 Hans de Graaff
2021-07-06  8:37 Hans de Graaff
2019-10-20 12:44 Hans de Graaff
2019-09-29  9:07 Hans de Graaff
2019-09-29  9:07 Hans de Graaff
2019-09-11  7:43 Hans de Graaff
2019-09-07  6:10 Hans de Graaff
2019-08-18  5:44 Hans de Graaff
2019-08-18  5:44 Hans de Graaff
2019-08-10  3:28 Hans de Graaff
2019-07-30  6:08 Hans de Graaff
2019-07-07  6:30 Hans de Graaff
2019-06-16  8:25 Hans de Graaff
2019-04-14 18:25 Hans de Graaff
2019-04-12 13:58 Hans de Graaff
2019-02-11  5:18 Hans de Graaff
2019-02-08  8:04 Hans de Graaff
2018-12-22  6:04 Hans de Graaff
2018-12-22  6:04 Hans de Graaff
2018-12-13  6:35 Hans de Graaff
2018-11-23  8:17 Hans de Graaff
2018-10-30  6:04 Hans de Graaff
2018-10-27  7:28 Hans de Graaff
2018-09-25  5:12 Hans de Graaff
2018-09-18  5:35 Hans de Graaff
2018-08-20  6:03 Hans de Graaff
2018-06-25 18:44 Hans de Graaff
2018-06-11  4:49 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-04-29  6:44 Hans de Graaff
2018-04-17  4:28 Hans de Graaff
2017-11-05  5:50 Hans de Graaff
2017-10-24  4:21 Hans de Graaff
2017-10-07  5:52 Hans de Graaff
2017-10-07  5:52 Hans de Graaff
2017-09-17  6:25 Hans de Graaff
2017-08-28  5:54 Hans de Graaff
2017-08-12  5:14 Hans de Graaff
2017-08-08  4:57 Hans de Graaff
2017-03-16  5:55 Hans de Graaff
2017-03-05  7:20 Hans de Graaff
2017-02-24  7:30 Hans de Graaff
2017-02-21 10:21 Hans de Graaff
2017-02-19  7:05 Hans de Graaff
2016-10-15  5:49 Hans de Graaff
2016-09-30  5:46 Hans de Graaff
2016-09-30  5:46 Hans de Graaff
2016-09-30  5:46 Hans de Graaff
2016-08-28  5:52 Hans de Graaff
2016-08-22  5:58 Hans de Graaff
2016-08-18  5:38 Hans de Graaff
2016-06-05  6:24 Hans de Graaff
2016-05-28  8:41 Hans de Graaff
2016-04-19  5:29 Hans de Graaff
2016-03-30 15:47 Hans de Graaff
2016-02-19  8:11 Hans de Graaff
2016-02-14 18:57 Hans de Graaff
2016-02-14  8:30 Hans de Graaff
2015-11-29  7:29 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464424838.12dfaabdeb193fb316a3a91528dd4701d2da00ea.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox