summaryrefslogtreecommitdiff
path: root/dev-ruby/async_sinatra
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-ruby/async_sinatra
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r--dev-ruby/async_sinatra/Manifest2
-rw-r--r--dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest
index 83bfcdedc39b..dc21ff7faa68 100644
--- a/dev-ruby/async_sinatra/Manifest
+++ b/dev-ruby/async_sinatra/Manifest
@@ -1,3 +1,3 @@
DIST async_sinatra-1.3.0-git.tgz 8657 BLAKE2B ba41b01a9ad00794f19273d41cceaf80ae5159e38f93c1907db5fae78d5d2f5d6d583f31ff495722b3a241f7e0d2d91c5b3202fe5a8ff39f500e6ab0e1e0030b SHA512 2975e41557da539e1b6427a43d41811f4e17315c01da8d1141dbdafad68702395bfce011844b8b1db2c24bbf19d09b5e680cd10e039ceaab1263ea66bcb8f9f6
-EBUILD async_sinatra-1.3.0.ebuild 928 BLAKE2B d186c6a8be7a1b50c3062f531b9d8b3a577863a384760ea6ebeafee9b396468cc7dd169d6973cae7830dada8a4e4acf6ba14965ac71603fb2bb12e1f8c4595e9 SHA512 87d42f46bcc937e17dd0f788c395997a28fe12b447bc100a69d7a8781d3257d03a293a10593a81cc34e2f4d4767ac1002930a5bd01b01e2c9810297c91f3d4ca
+EBUILD async_sinatra-1.3.0.ebuild 892 BLAKE2B e9d5ca36fd5da96720368cb02768fa4f17d796ce9be5af134cf31b6a1ec6296c7aa221a4b17a38fd8772773f8db2201bc1abf2141acb9adedd1f63cdede42105 SHA512 5acf6e8ae9d8d23081fb8684753ecb43f74836460a97527521b18377158c221001fc14872296b358b3b616e88d39e9e5ffaf962bb89dfd706c669e8e96dd7bc3
MISC metadata.xml 345 BLAKE2B bae47051fe3e703d2f308871b8f8b1b114d788d5340795ee379b6432fee4b01adad3e03eac97541135b63457520cbb04d34d9d6150e7ddff3e5c9c6ef87cc41f SHA512 0b8a1cf5f66733cdab98fca0d48c3f253f6606c4c84fb45d19af66dd41d3db463ccd7d533a6809ff1bb9262829760838fca1ac493b4c08b43903faf871bed07a
diff --git a/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild
index 56b8161d7dc7..ba6570972e51 100644
--- a/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild
+++ b/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild
@@ -37,5 +37,5 @@ all_ruby_install() {
all_fakegem_install
insinto /usr/share/doc/${PF}/
- doins -r examples || die "Failed to install examples"
+ doins -r examples
}