Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/jekyll-paginate/
Date: Sun, 30 Jul 2017 07:14:27
Message-Id: 1501398852.16a2331ff2bf63e402246411c501393914219ba2.mgorny@gentoo
1 commit: 16a2331ff2bf63e402246411c501393914219ba2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 07:01:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 07:14:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a2331f
7
8 www-apps/jekyll-paginate: Remove last-rited pkg
9
10 profiles/package.mask | 2 --
11 www-apps/jekyll-paginate/Manifest | 1 -
12 .../jekyll-paginate/jekyll-paginate-1.1.0.ebuild | 26 ----------------------
13 www-apps/jekyll-paginate/metadata.xml | 8 -------
14 4 files changed, 37 deletions(-)
15
16 diff --git a/profiles/package.mask b/profiles/package.mask
17 index e266de9eafe..6c666962591 100644
18 --- a/profiles/package.mask
19 +++ b/profiles/package.mask
20 @@ -521,8 +521,6 @@ dev-ruby/rspec:0
21 # ruby21-only package that does not work with current
22 # dev-ruby/parslet versions.
23 dev-ruby/toml
24 -# ruby21-only, no maintainer, fails tests
25 -www-apps/jekyll-paginate
26
27 # Thomas Deutschmann <whissi@g.o> (17 Jun 2017)
28 # Unmaintained in Gentoo repository; Multiple vulnerabilities
29
30 diff --git a/www-apps/jekyll-paginate/Manifest b/www-apps/jekyll-paginate/Manifest
31 deleted file mode 100644
32 index b402393d779..00000000000
33 --- a/www-apps/jekyll-paginate/Manifest
34 +++ /dev/null
35 @@ -1 +0,0 @@
36 -DIST jekyll-paginate-1.1.0.tar.gz 7604 SHA256 5a231d5239649a1463f1a18378f4bb333743b1e2cea2497d1a34df850d9b64ba SHA512 aecd54ede67adfabd474aee08dd18cc403dc21f6e4630de001db32ea07808e7a025258c5e8721f381586de4b7037a6093f8fc77c45d077f1fb69bc7531f2bc57 WHIRLPOOL b7b09347ea31c5ca4fceaf398920e3641fcb940a98ae2c99d7da13e972508c5d8ed32c840ba417be6f84266f66ca7414e4440f550b368c6bd94e0a1f34e2f8d2
37
38 diff --git a/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild b/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild
39 deleted file mode 100644
40 index cf1f1c9c69e..00000000000
41 --- a/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild
42 +++ /dev/null
43 @@ -1,26 +0,0 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI=5
48 -USE_RUBY="ruby21"
49 -
50 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
51 -RUBY_FAKEGEM_TASK_DOC=""
52 -RUBY_FAKEGEM_EXTRADOC="README.md"
53 -
54 -inherit ruby-fakegem
55 -
56 -DESCRIPTION="Default pagination generator for Jekyll"
57 -HOMEPAGE="https://github.com/jekyll/jekyll-paginate"
58 -SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59 -
60 -LICENSE="MIT"
61 -SLOT="0"
62 -KEYWORDS="~amd64"
63 -IUSE=""
64 -
65 -ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"
66 -
67 -all_ruby_prepare() {
68 - rm Rakefile || die
69 -}
70
71 diff --git a/www-apps/jekyll-paginate/metadata.xml b/www-apps/jekyll-paginate/metadata.xml
72 deleted file mode 100644
73 index 923cca2069a..00000000000
74 --- a/www-apps/jekyll-paginate/metadata.xml
75 +++ /dev/null
76 @@ -1,8 +0,0 @@
77 -<?xml version="1.0" encoding="UTF-8"?>
78 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 -<pkgmetadata>
80 - <!-- maintainer-needed -->
81 - <upstream>
82 - <remote-id type="github">jekyll/jekyll-paginate</remote-id>
83 - </upstream>
84 -</pkgmetadata>