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: dev-ruby/asciidoctor/
Date: Mon, 19 Jun 2017 05:23:39 +0000 (UTC)	[thread overview]
Message-ID: <1497849700.4126f400492f6796cfad0f55faf48c690a81945e.graaff@gentoo> (raw)

commit:     4126f400492f6796cfad0f55faf48c690a81945e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 05:21:40 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 05:21:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126f400

dev-ruby/asciidoctor: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/asciidoctor/Manifest                 |  1 -
 dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild | 43 ---------------------------
 dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild | 43 ---------------------------
 3 files changed, 87 deletions(-)

diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
index 61ee1fa78d8..99bc4c64db3 100644
--- a/dev-ruby/asciidoctor/Manifest
+++ b/dev-ruby/asciidoctor/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-1.5.4.tar.gz 520793 SHA256 2963fdf5ce12962e3a514d7d83426897184c947de5df89300ee524970dc2f3bc SHA512 c3a6405a6c39d1aa70e4d10ce42a6f6e01f3b7ddd8f695e8043fce9116ac91ad1f1f881a449ee8a61172213720dae1285f9c4de03a5cec908de906ed5b14e626 WHIRLPOOL bb06147e6c77fc5d0133b0b747103ec362cc724624087cb84756b2a193540e6b164aed1c8a20a1578298be135e7b65938ae07a902409ba778c25792bd6350ec9
 DIST asciidoctor-1.5.5.tar.gz 543437 SHA256 2da103a6b108ba31fced25c79d52318f41f349a8552917a11e910d194f95190b SHA512 6a95c2e48314a1f44d6398d83c490231baeb4ebea8d8c0e0ef361c884251fe054d48afceccadfb6c34947946920731e0194fc3e398b8dd8b8b320ea9d37f1f66 WHIRLPOOL 1772b12098b117200b36c5bf3fe9659b178ced7c9994fcc1332bc89c4b3dde1824feae70e3b9178569283c69c0345e37ac4394877feac4aa0ae32c103b91359e

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild
deleted file mode 100644
index 7cdb159afe3..00000000000
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test features"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_bdepend "test? (
-	dev-util/cucumber
-	dev-ruby/rspec-expectations:*
-	dev-ruby/asciimath
-	dev-ruby/coderay
-	dev-ruby/erubis
-	dev-ruby/haml
-	dev-ruby/nokogiri
-	dev-ruby/slim
-	dev-ruby/tilt )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	doman man/asciidoctor.1
-}

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild
deleted file mode 100644
index 7cdb159afe3..00000000000
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test features"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_bdepend "test? (
-	dev-util/cucumber
-	dev-ruby/rspec-expectations:*
-	dev-ruby/asciimath
-	dev-ruby/coderay
-	dev-ruby/erubis
-	dev-ruby/haml
-	dev-ruby/nokogiri
-	dev-ruby/slim
-	dev-ruby/tilt )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	doman man/asciidoctor.1
-}


             reply	other threads:[~2017-06-19  5:23 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-19  5:23 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:22 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/ Hans de Graaff
2024-10-09  6:59 Arthur Zamarin
2024-10-09  5:46 Sam James
2024-10-07  6:29 Hans de Graaff
2024-10-06 18:39 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-10-06 10:46 Sam James
2024-10-06 10:46 Sam James
2024-10-06 10:46 Sam James
2024-07-13  6:10 Hans de Graaff
2024-05-26  6:32 Hans de Graaff
2024-04-03 15:40 Hans de Graaff
2024-03-17  6:01 Hans de Graaff
2023-09-16  9:27 Sam James
2023-09-16  7:07 Sam James
2023-05-20 12:44 Jakov Smolić
2023-05-20  9:21 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:19 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:07 Sam James
2023-03-19 13:15 Hans de Graaff
2022-12-18 14:43 Hans de Graaff
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-12-07 18:43 Sam James
2022-04-08  5:32 Hans de Graaff
2021-10-03  6:30 Hans de Graaff
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:48 Sam James
2021-10-02 18:40 Sam James
2021-09-11  7:42 Hans de Graaff
2021-09-11  7:34 Hans de Graaff
2021-08-14  7:01 Hans de Graaff
2021-04-28 17:49 Hans de Graaff
2021-04-18  6:13 Hans de Graaff
2020-12-24  7:41 Hans de Graaff
2020-11-06  8:21 Hans de Graaff
2020-09-16  6:15 Hans de Graaff
2020-08-06  6:47 Sergei Trofimovich
2020-06-29  6:24 Agostino Sarubbo
2020-06-29  6:22 Agostino Sarubbo
2020-06-29  6:19 Agostino Sarubbo
2020-06-28 20:37 Agostino Sarubbo
2020-06-26  9:34 Hans de Graaff
2020-06-20  6:05 Hans de Graaff
2020-06-14  8:22 Hans de Graaff
2019-11-17  7:36 Hans de Graaff
2019-07-28 15:30 Hans de Graaff
2019-07-28 13:44 Mikle Kolyada
2019-07-07  9:12 Sergei Trofimovich
2019-06-04 13:30 Agostino Sarubbo
2019-06-02  6:01 Hans de Graaff
2019-05-04  9:23 Hans de Graaff
2019-04-30  9:57 Mikle Kolyada
2019-04-24 21:33 Thomas Deutschmann
2019-04-15  4:42 Hans de Graaff
2019-01-22  6:27 Hans de Graaff
2018-10-30  6:04 Hans de Graaff
2018-08-31  5:58 Hans de Graaff
2018-08-31  5:58 Hans de Graaff
2018-07-22  1:17 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-06-27 22:15 Sergei Trofimovich
2018-06-18  5:07 Hans de Graaff
2018-06-18  0:13 Thomas Deutschmann
2018-06-17 17:55 Hans de Graaff
2018-06-02 13:50 Mikle Kolyada
2018-05-16  4:55 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-03-29  6:46 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-01-27  7:18 Hans de Graaff
2017-10-01  0:56 Thomas Deutschmann
2017-10-01  0:56 Thomas Deutschmann
2017-07-24  5:28 Hans de Graaff
2017-07-14  6:30 Hans de Graaff
2017-07-03  9:12 Alexis Ballier
2017-02-27 18:55 Michael Weber
2017-02-14  0:36 Michael Weber
2017-01-22  0:56 Manuel Rüger
2016-10-06  6:05 Hans de Graaff
2016-08-03 16:57 Alexis Ballier
2016-06-05  8:39 Hans de Graaff
2016-01-17 21:35 Manuel Rüger

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=1497849700.4126f400492f6796cfad0f55faf48c690a81945e.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