commit: 420e6d7d8257a21bba2b24afce8a24fa379e3963 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Aug 19 11:14:14 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Aug 19 11:14:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420e6d7d
dev-ruby/compass: Remove last-rited pkg Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-ruby/compass/Manifest | 1 - dev-ruby/compass/compass-1.0.3-r1.ebuild | 41 -------------------------------- dev-ruby/compass/metadata.xml | 8 ------- profiles/package.mask | 6 ----- 4 files changed, 56 deletions(-) diff --git a/dev-ruby/compass/Manifest b/dev-ruby/compass/Manifest deleted file mode 100644 index 177fd45b0aa..00000000000 --- a/dev-ruby/compass/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST compass-1.0.3.gem 378368 BLAKE2B 1c33f576ba0c1117d8ca3deeb4d422441fd50922df3443a68b4eeabdd45d804fe505461a687053b6a0ebf0a2aed2539482843eac786226d16ad5ea5fb51a5284 SHA512 bef1ca903cb982df39330a913051c1a330aa1ecad9abbe5a7644e335c7ed2d152901a4079cc5ee43e9f7ce85a671f1d5552a3c98cf40b04134de072a120deef6 diff --git a/dev-ruby/compass/compass-1.0.3-r1.ebuild b/dev-ruby/compass/compass-1.0.3-r1.ebuild deleted file mode 100644 index d0f7e35f5fc..00000000000 --- a/dev-ruby/compass/compass-1.0.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_TASK_TEST="-Ilib test features" - -RUBY_FAKEGEM_EXTRAINSTALL="VERSION VERSION_NAME" - -inherit ruby-fakegem - -DESCRIPTION="Compass Stylesheet Authoring Framework" -HOMEPAGE="http://compass-style.org/" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -# Gem does not contain all files needed to run specs and it is not clear -# which upstream repository/branch/directory to use. -RESTRICT="test" - -ruby_add_rdepend ">=dev-ruby/chunky_png-1.2 - >=dev-ruby/compass-core-1.0.2:1.0 - >=dev-ruby/compass-import-once-1.0.5:1.0 - >=dev-ruby/rb-inotify-0.9 - >=dev-ruby/sass-3.3.13:* <dev-ruby/sass-3.5:*" - -#ruby_add_bdepend "test? ( dev-ruby/colorize )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die - - # Remove rb-fsevent dependency since it is not needed on Linux and - # not packaged. - sed -i -e '/rb-fsevent/,/^-/ s:^:#:' ../metadata || die -} diff --git a/dev-ruby/compass/metadata.xml b/dev-ruby/compass/metadata.xml deleted file mode 100644 index eb1e47f2edf..00000000000 --- a/dev-ruby/compass/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index facec040fdc..23e15e109fb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -414,12 +414,6 @@ dev-ruby/spork # Masked for removal in 30 days. dev-vcs/git-num -# Hans de Graaff <[email protected]> (2021-07-09) -# Last release in 2014 and no longer supported upstream. Obsolete CSS -# framework with known issues. -# Masked for removal in 30 days. -dev-ruby/compass - # Hans de Graaff <[email protected]> (2021-07-09) # Mask ruby25 for removal. This version is no longer supported # upstream. Use a newer ruby version, e.g ruby26.
