diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-18 07:00:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-18 07:00:16 +0100 |
commit | dcb9c4187a31b8b770600503289d2ad39745e782 (patch) | |
tree | 423501e7d184dee011a7c99629d0e357d6bd64be /www-apps/nanoc-deploying | |
parent | 5e0a5ca921524f8859808527a57655eec16efa52 (diff) |
gentoo auto-resync : 18:07:2023 - 07:00:16
Diffstat (limited to 'www-apps/nanoc-deploying')
-rw-r--r-- | www-apps/nanoc-deploying/Manifest | 1 | ||||
-rw-r--r-- | www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/www-apps/nanoc-deploying/Manifest b/www-apps/nanoc-deploying/Manifest index 58a984ddc894..a28cc210d2bd 100644 --- a/www-apps/nanoc-deploying/Manifest +++ b/www-apps/nanoc-deploying/Manifest @@ -1,4 +1,3 @@ DIST nanoc-deploying-1.0.2.gem 9728 BLAKE2B 6f06a33c08105e59a928277efccf48371d0c93f0cb4427951431462afc4b9d88c677ac17a2627f7511a7675a7b350c2887f62b88112c2d10e1e203a44252a387 SHA512 2ef340742926584ef5112d5c281ac469520d6fd30d60bfcf502ac993256020f85de03d957d61bff0613d3e8d9bda22256cc565feffe80411e3f024c5d8a74b2c EBUILD nanoc-deploying-1.0.2-r1.ebuild 618 BLAKE2B dc6a108838d6e5fa76a2f091afa0c059a7a8fccc79b88085151073f36c0933888ddcc7776b4a820276c416267b32442332c9e71ee92a5ae5f51149a1d9f49207 SHA512 6e57f3bcd6d59986ead0be9d7f314ffc2430b250664b4475e29c3e4415fd245a387c266d7fcedf3e610e02aebf8dc345943118eda9108f9e384d799abc3e6ebf -EBUILD nanoc-deploying-1.0.2.ebuild 625 BLAKE2B 8563b5e4f1f9e35e5772d3052b111d2637aecc3ccf9f6e60a73b246170128af8864e633b36e3363749262d16b7a7891df2b6bd53b45db7380d524fdc61c9032c SHA512 0c235372984866be96bfa497f52a1d8884bf267cbc2529be9a57c5a15b19c218cc2987612f96eac609be8aa15945956d526d8f68d6c536dd630b7580e7661223 MISC metadata.xml 394 BLAKE2B 7b8c56a3dc98dbfc894dd1956390b9ea58fad15bd061590e776778af087d281e30fccdca9d5b227aad4b99ec0c370759ae501eafc58bf87cc56811cfb51b4647 SHA512 9e56f1314cf818d30c3153f5ada0ac75c70d460e9137de7146bc9af41ceebcd578de1336bebf141e41ba0969dbca332b8e06269dd61e91b7a33e207b2f6b4997 diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild deleted file mode 100644 index 3b8ea8b5e623..000000000000 --- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -# Upstream has specs but they are not available in the gem and the -# repository upstream is not tagged for this. -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Provides deploying functionality for Nanoc" -HOMEPAGE="https://nanoc.app/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~riscv" -SLOT="$(ver_cut 1)" -IUSE="" - -ruby_add_rdepend " - www-apps/nanoc-checking:1 - >=www-apps/nanoc-cli-4.11.15:0 - >=www-apps/nanoc-core-4.11.15:0 -" |