From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sanitize/
Date: Thu, 22 Sep 2016 06:06:40 +0000 (UTC) [thread overview]
Message-ID: <1474524316.ec0ad2c73b248512e48c43c5c3bc03052fc062c9.graaff@gentoo> (raw)
commit: ec0ad2c73b248512e48c43c5c3bc03052fc062c9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 05:44:01 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 06:05:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0ad2c7
dev-ruby/sanitize: cleanup
Package-Manager: portage-2.2.28
dev-ruby/sanitize/Manifest | 2 --
dev-ruby/sanitize/sanitize-4.0.1.ebuild | 33 ---------------------------------
dev-ruby/sanitize/sanitize-4.1.0.ebuild | 33 ---------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest
index 57e7af4..1befd1d 100644
--- a/dev-ruby/sanitize/Manifest
+++ b/dev-ruby/sanitize/Manifest
@@ -1,4 +1,2 @@
DIST sanitize-2.1.0.gem 20992 SHA256 c3be075f5b38a1b02404be5778b181e50fba9ab253bac851cb217d9a71375b77 SHA512 29a26e37342a75af2bc7795578edf2c5064263c58d38dfc36e18f1e111271616c026f7d808a05d63185c12f0e52384db84d62bdb796bf1b21d7e902ef0c1d096 WHIRLPOOL f07c3f7c3550b1e47e3189838a8c1c30c7cd856f237dde167516f25e86520fffe7357f87efd4f2fcf03230650fa55da0ff2d7870746c72c9897318f6dc935cc6
-DIST sanitize-4.0.1.tar.gz 1345784 SHA256 b867c3a85ad6d7c9537e2b99e227f7821625f0afa00c41a0428a55ef0ebaf582 SHA512 57ba4455e5bdb25e305d41aa371a5faa555bf01ed8cb41b159ca4bf07fbaa77451c75d27121aa151e2965a9d41323a288a05dc4b28fa5bf3b43c35f71997d0ea WHIRLPOOL af49a5dad74df73806f858f13ec95c502bdce668280a68dcc951c107dafc1e3fccbe9223bfbb160e66d010c060cc396870b37fa35d0daf4fd8e47cbe90894cb5
-DIST sanitize-4.1.0.tar.gz 1346494 SHA256 3a6f51eb7786637f21ecf80d107892a646e17bce849d6880ea760d09e4045481 SHA512 4e608ca8dd88a2c1bde6323fc5c32d32505db9fdacf9b3ddb562a9a709b759fbdf12fb657f639f27d188b8f15af1765abdfba224b4bb15a244c3c506d95a75ab WHIRLPOOL 95c1d4991ecdfa2cf691689142ada9ce88726c1312782ce9c1cdabd26fe445823cb5f88bab906751e830c355329326609eba48a371389fef3b46d10047ede84c
DIST sanitize-4.2.0.tar.gz 1346791 SHA256 a2803fe2ec2cb817b235c1554218690d2450bbc653d0beafb9032a5df36bc592 SHA512 3a3d1041cb363a636b7aa2ad57a049565b64430b05bb8742d6aaaf81e3a79f14fb357caf8f14393e344b7315dfeefc7be217c53f8fbee04b3691f27f56e1108f WHIRLPOOL 4bd65c67533c1472520a65f96670f1c5766ceaf3f21bce829ae7e453d89eba0ca4c0c894fce6c825648178f90d641125d33bbe04b92062556d2a7d12e5cd6f26
diff --git a/dev-ruby/sanitize/sanitize-4.0.1.ebuild b/dev-ruby/sanitize/sanitize-4.0.1.ebuild
deleted file mode 100644
index fb10464..00000000
--- a/dev-ruby/sanitize/sanitize-4.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
-HOMEPAGE="https://github.com/rgrove/sanitize"
-SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
- >=dev-ruby/nokogiri-1.4.4
- >=dev-ruby/nokogumbo-1.4.1 =dev-ruby/nokogumbo-1.4*"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_sanitize.rb || die
-}
diff --git a/dev-ruby/sanitize/sanitize-4.1.0.ebuild b/dev-ruby/sanitize/sanitize-4.1.0.ebuild
deleted file mode 100644
index 742a043..00000000
--- a/dev-ruby/sanitize/sanitize-4.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
-HOMEPAGE="https://github.com/rgrove/sanitize"
-SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
- >=dev-ruby/nokogiri-1.4.4
- >=dev-ruby/nokogumbo-1.4.1 =dev-ruby/nokogumbo-1.4*"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_sanitize.rb || die
-}
next reply other threads:[~2016-09-22 6:06 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 6:06 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-15 6:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sanitize/ Hans de Graaff
2024-07-28 5:22 Hans de Graaff
2024-06-13 5:50 Hans de Graaff
2023-12-29 7:40 Hans de Graaff
2023-12-29 7:40 Hans de Graaff
2023-09-15 5:52 Hans de Graaff
2023-07-07 4:28 Hans de Graaff
2023-04-19 20:07 Hans de Graaff
2023-03-31 1:03 Sam James
2023-01-28 8:38 Hans de Graaff
2022-05-26 5:52 Hans de Graaff
2022-03-27 10:32 Hans de Graaff
2022-03-27 10:32 Hans de Graaff
2021-10-10 23:45 Sam James
2021-10-07 22:20 Marek Szuba
2021-10-04 5:51 Hans de Graaff
2021-01-12 7:08 Hans de Graaff
2021-01-07 7:48 Fabian Groffen
2021-01-07 6:45 Hans de Graaff
2020-08-07 4:38 Hans de Graaff
2020-07-05 6:56 Hans de Graaff
2020-06-17 5:56 Hans de Graaff
2020-06-13 4:42 Hans de Graaff
2019-09-17 4:56 Hans de Graaff
2019-02-23 7:16 Hans de Graaff
2019-02-23 7:16 Hans de Graaff
2018-07-25 6:13 Hans de Graaff
2018-06-16 6:12 Hans de Graaff
2018-05-20 6:20 Hans de Graaff
2018-04-01 5:19 Hans de Graaff
2018-01-30 5:34 Hans de Graaff
2018-01-30 5:34 Hans de Graaff
2017-06-07 5:09 Hans de Graaff
2017-06-07 5:09 Hans de Graaff
2016-12-24 3:14 Manuel Rüger
2016-10-29 6:19 Hans de Graaff
2016-09-22 6:06 Hans de Graaff
2016-08-24 5:24 Hans de Graaff
2016-07-19 5:58 Hans de Graaff
2016-07-19 5:58 Hans de Graaff
2016-04-17 14:43 Manuel Rüger
2015-12-17 7:14 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=1474524316.ec0ad2c73b248512e48c43c5c3bc03052fc062c9.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