Skip to content

Commit

Permalink
range-v3: Update to 0.12.0
Browse files Browse the repository at this point in the history
**Summary**
- [0.12.0](https://github.com/ericniebler/range-v3/releases/tag/0.12.0)
- [0.11.0](https://github.com/ericniebler/range-v3/releases/tag/0.11.0)

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Mar 22, 2024
1 parent 36f59c6 commit d0002d0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
7 changes: 4 additions & 3 deletions packages/r/range-v3/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : range-v3
version : 0.10.0
release : 1
version : 0.12.0
release : 2
source :
- https://github.com/ericniebler/range-v3/archive/0.10.0.tar.gz : 5a1cd44e7315d0e8dcb1eee4df6802221456a9d1dbeac53da02ac7bd4ea150cd
- https://github.com/ericniebler/range-v3/archive/refs/tags/0.12.0.tar.gz : 015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb
homepage : https://github.com/ericniebler/range-v3
license : BSL-1.0
component : programming.library
summary : Range library for C++14/17/20, basis for C++20's std::ranges
Expand Down
33 changes: 20 additions & 13 deletions packages/r/range-v3/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>range-v3</Name>
<Homepage>https://github.com/ericniebler/range-v3</Homepage>
<Packager>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>BSL-1.0</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Range library for C++14/17/20, basis for C++20&apos;s std::ranges</Summary>
<Description xml:lang="en">Range library for C++14/17/20. This code was the basis of a formal proposal to add range support to the C++ standard library. That proposal evolved through a Technical Specification, and finally into P0896R4 &quot;The One Ranges Proposal&quot; which was merged into the C++20 working drafts in November 2018.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>range-v3</Name>
Expand All @@ -19,6 +20,7 @@
</Description>
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="header">/usr/include/concepts/compare.hpp</Path>
<Path fileType="header">/usr/include/concepts/concepts.hpp</Path>
<Path fileType="header">/usr/include/concepts/swap.hpp</Path>
<Path fileType="header">/usr/include/concepts/type_traits.hpp</Path>
Expand Down Expand Up @@ -81,6 +83,9 @@
<Path fileType="header">/usr/include/range/v3/algorithm/find_first_of.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/find_if.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/find_if_not.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/fold.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/fold_left.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/fold_right.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/for_each.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/for_each_n.hpp</Path>
<Path fileType="header">/usr/include/range/v3/algorithm/generate.hpp</Path>
Expand Down Expand Up @@ -143,13 +148,14 @@
<Path fileType="header">/usr/include/range/v3/at.hpp</Path>
<Path fileType="header">/usr/include/range/v3/back.hpp</Path>
<Path fileType="header">/usr/include/range/v3/begin_end.hpp</Path>
<Path fileType="header">/usr/include/range/v3/compare.hpp</Path>
<Path fileType="header">/usr/include/range/v3/core.hpp</Path>
<Path fileType="header">/usr/include/range/v3/data.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/adl_get.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/config.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/disable_warnings.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/epilogue.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/prologue.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/range_access.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/reenable_warnings.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/satisfy_boost_range.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/variant.hpp</Path>
<Path fileType="header">/usr/include/range/v3/detail/with_braced_init_args.hpp</Path>
Expand Down Expand Up @@ -265,6 +271,7 @@
<Path fileType="header">/usr/include/range/v3/view/cache1.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/cartesian_product.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/chunk.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/chunk_by.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/common.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/concat.hpp</Path>
<Path fileType="header">/usr/include/range/v3/view/const.hpp</Path>
Expand Down Expand Up @@ -332,18 +339,18 @@
<Path fileType="header">/usr/include/range/v3/view_interface.hpp</Path>
<Path fileType="header">/usr/include/std/detail/associated_types.hpp</Path>
<Path fileType="header">/usr/include/std/iterator</Path>
<Path fileType="library">/usr/lib/cmake/range-v3/range-v3-config-version.cmake</Path>
<Path fileType="library">/usr/lib/cmake/range-v3/range-v3-config.cmake</Path>
<Path fileType="library">/usr/lib/cmake/range-v3/range-v3-targets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/range-v3/range-v3-config-version.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/range-v3/range-v3-config.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/range-v3/range-v3-targets.cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-20</Date>
<Version>0.10.0</Version>
<Update release="2">
<Date>2024-03-22</Date>
<Version>0.12.0</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>

0 comments on commit d0002d0

Please sign in to comment.