From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/
Date: Thu, 19 Jul 2018 06:30:18 +0000 (UTC) [thread overview]
Message-ID: <1531979339.731d9209b827eef1f64c5dc89cca4c3bf7fcd18e.graaff@gentoo> (raw)
commit: 731d9209b827eef1f64c5dc89cca4c3bf7fcd18e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 05:48:59 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 05:48:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731d9209
dev-ruby/sass: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/sass/Manifest | 2 --
dev-ruby/sass/sass-3.5.4.ebuild | 40 --------------------------------------
dev-ruby/sass/sass-3.5.5.ebuild | 43 -----------------------------------------
3 files changed, 85 deletions(-)
diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index 7713366c190..b70c88e91cb 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -1,6 +1,4 @@
DIST sass-3.4.24.gem 351232 BLAKE2B e22953cdfa28461d7f0952dd746a4390bfdd59c78aa52f9284ab0c2ef8ba4f1ad6745bdb181fcbb9dc865213761255a47fa588d150bdb4724436c116c91b92d5 SHA512 8435005234e5e734894f39fbfaccb83ae8f077f91604e59b4c4bcf9bc92be0bced4544b7e1ce0fefc6b382590407915d438e7f99828735e5eed7ba76f3ffb7d9
DIST sass-3.4.25.gem 352768 BLAKE2B f3c725ee75f0d5b3a30cfbfdbf5dd949fc2b6d99878039a073c3b369753609f9b202ea6f756016783b251877831d1480dad4032db8338dff453b088b219b799a SHA512 5ff4bd47857425832c6a39b963ae4465dd91d63774eb35196ec28075082ad231254babe507d7071304ddb73cdfc1168a547bf231225afaeb3b7ddd677c0bd712
-DIST sass-3.5.4.gem 319488 BLAKE2B 1cbf4972fac0252e6d54b44f586fcdb4698e58ef29e780bdb1ca1c18cea8237a03f8b25a6c047f4e7d75957ea0d94cfb05a54ed511582f5ec9d6379cd6a9c655 SHA512 3fd3001b326f8a31e6b0c5e7fbd06acb4a4ee8213d86c65d325198b50115996ffa728d0a482333b2b4eeafdceecf28fad49db58521c2d059d69ecbff418c0315
-DIST sass-3.5.5.gem 320000 BLAKE2B 8120373a68e8808a4d716d45e979ab3fdb18225622fa9399220f9ef76874f99ecf5d798de254607f295dfbd238541e5a016ba9117fe07bc9393de251b096f7ab SHA512 e8d6951f1310b05fc978546afafa8ba0dbe11b02ae8d3ba8d3a28802c874d951859b35f5adcb45f56497dd72706e8b70283b8def4a4c4614e649412deedd2a42
DIST sass-3.5.6.gem 320000 BLAKE2B 5379e70c3882e422db63d46ec1dddb057fbcf64a4298b51de33a3f1057ac5f16bd1b673c871d21d98a330835182182e529a137f25d4a21b5f9df2ba5cfc62254 SHA512 de7ac9598a36e60cdb440b6c8b36fed638ce3384ff078000c4d59eccb76b65d1c944aad8568ee078d6f2ca228d4f4c512143065bc20c5f91d28c2f0a170de96e
DIST sass-3.5.7.gem 320000 BLAKE2B aeae548d1005b9f420c82f4efc96b2428d3025395b49784917c298fa48228d8052f758c1f851fb6e4e8024c63d48a9880f6c2e88411cd2125e76ad291e469bc0 SHA512 a72b499cfca4862fb4bfeb5201fda788339bb57d97b467c427e9c8365b03088b886a0f3cb3a6d87b1426e1497032b8394a948eb4a2f45004be80c03070304f95
diff --git a/dev-ruby/sass/sass-3.5.4.ebuild b/dev-ruby/sass/sass-3.5.4.ebuild
deleted file mode 100644
index 6f2e5e6057c..00000000000
--- a/dev-ruby/sass/sass-3.5.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_DATE VERSION_NAME"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more"
-HOMEPAGE="http://sass-lang.com/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
-SLOT="$(get_version_component_range 1-2)"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
-
-ruby_add_rdepend "
- !!<dev-ruby/sass-3.2.19-r1:0
- !!<dev-ruby/sass-3.4.25-r1:3.4
- dev-ruby/sass-listen:4"
-
-# tests could use `less` if we had it
-
-all_ruby_prepare() {
- # Don't require maruku as markdown provider but let yard decide.
- sed -i -e '/maruku/d' .yardopts || die
-}
-
-each_ruby_test() {
- RUBOCOP=false ${RUBY} -S rake test:ruby || die
-}
diff --git a/dev-ruby/sass/sass-3.5.5.ebuild b/dev-ruby/sass/sass-3.5.5.ebuild
deleted file mode 100644
index 7c50b0d97ec..00000000000
--- a/dev-ruby/sass/sass-3.5.5.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_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_DATE VERSION_NAME"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more"
-HOMEPAGE="https://sass-lang.com/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~amd64-linux"
-SLOT="$(get_version_component_range 1-2)"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
-
-ruby_add_rdepend "
- !!<dev-ruby/sass-3.2.19-r1:0
- !!<dev-ruby/sass-3.4.25-r1:3.4
- dev-ruby/sass-listen:4"
-
-# tests could use `less` if we had it
-
-all_ruby_prepare() {
- # Don't require maruku as markdown provider but let yard decide.
- sed -i -e '/maruku/d' .yardopts || die
-
- # Keep VERSION_DATE around since we don't create a new package
- sed -i -e '/at_exit/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
- RUBOCOP=false ${RUBY} -S rake test:ruby || die
-}
next reply other threads:[~2018-07-19 6:30 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-19 6:30 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-29 7:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/ Hans de Graaff
2023-12-06 9:57 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-07-15 8:49 Arthur Zamarin
2023-06-01 7:50 Arthur Zamarin
2023-04-07 18:25 Sam James
2023-04-02 2:56 Sam James
2023-01-21 8:44 Hans de Graaff
2022-12-03 7:13 Hans de Graaff
2022-07-17 6:50 Hans de Graaff
2022-06-28 17:06 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-12 8:33 Hans de Graaff
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27 4:34 Arthur Zamarin
2022-04-27 4:34 Arthur Zamarin
2022-04-01 5:15 Arthur Zamarin
2022-03-26 14:30 Hans de Graaff
2021-09-08 16:11 Marek Szuba
2020-11-06 3:21 Sam James
2020-06-15 10:56 Hans de Graaff
2020-03-25 6:30 Hans de Graaff
2020-03-14 7:48 Hans de Graaff
2020-01-13 6:09 Hans de Graaff
2019-11-04 19:02 Hans de Graaff
2019-05-13 5:31 Hans de Graaff
2019-05-13 1:41 Thomas Deutschmann
2019-04-28 20:18 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-23 19:30 Mikle Kolyada
2019-04-06 6:16 Hans de Graaff
2019-02-08 8:04 Hans de Graaff
2019-02-08 8:04 Hans de Graaff
2019-01-20 10:40 Hans de Graaff
2019-01-20 6:54 Hans de Graaff
2018-07-19 6:30 Hans de Graaff
2018-07-10 17:25 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2018-05-06 5:56 Hans de Graaff
2018-05-06 5:56 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-02-24 8:49 Hans de Graaff
2018-01-21 6:38 Hans de Graaff
2018-01-21 6:38 Hans de Graaff
2017-12-24 19:06 Hans de Graaff
2017-11-07 6:21 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-07-18 4:28 Markus Meier
2017-07-09 6:30 Hans de Graaff
2017-07-07 14:50 Agostino Sarubbo
2017-07-02 5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-24 8:06 Hans de Graaff
2017-06-23 8:33 Agostino Sarubbo
2017-05-19 4:56 Hans de Graaff
2017-05-14 6:20 Hans de Graaff
2017-02-27 17:01 Michael Weber
2017-02-25 8:19 Hans de Graaff
2016-12-20 6:00 Hans de Graaff
2016-12-20 6:00 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-18 6:49 Hans de Graaff
2016-05-18 8:56 Fabian Groffen
2016-05-04 13:59 Manuel Rüger
2016-03-29 6:08 Hans de Graaff
2016-03-06 22:23 Manuel Rüger
2016-01-12 6:16 Hans de Graaff
2015-12-11 6:21 Hans de Graaff
2015-12-11 6:21 Hans de Graaff
2015-10-12 6:06 Hans de Graaff
2015-08-26 2:02 Manuel Rüger
2015-08-22 5:44 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=1531979339.731d9209b827eef1f64c5dc89cca4c3bf7fcd18e.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