diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-07-20 12:08:19 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-07-20 12:08:19 -0400 |
commit | 35fcf2a70c2e3798e1b4ec2969788180dc8f1c77 (patch) | |
tree | dde584a22fe4c6791d3879ba61b60053fbc3038e /dev-util | |
parent | dd8b4c8f5125f770cc696f280b12cbf3a21b8a8e (diff) | |
download | ppo-35fcf2a70c2e3798e1b4ec2969788180dc8f1c77.tar.xz |
dev-util/rust-analyzer: ????????
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rust-analyzer/Manifest | 2 | ||||
-rw-r--r-- | dev-util/rust-analyzer/rust-analyzer-20220718.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest new file mode 100644 index 0000000..fe5b320 --- /dev/null +++ b/dev-util/rust-analyzer/Manifest @@ -0,0 +1,2 @@ +DIST rust-analyzer-20220718.tar.gz 2300667 BLAKE2B a0daf1c24e682aa749364a28b891c0492440b80201cda9550dcd7d740b43d586ae76d3f02dd9677c5d8a10aef4a9737381eba3f635b7764c8a7f6e8352bbdf17 SHA512 1ae87782cc3a5131c6330c9b60a43efdaa48010be37a3acdfe35c1fd97117697aefb8a796a43799778431cc6f59678b7cdc94860fb23b4a8ceb41f981164e267 +EBUILD rust-analyzer-20220718.ebuild 1144 BLAKE2B fddf14c193140039e35a9744a029812f67f80c991a79c2b872dd031da1101a59d3ecce8b2ef4fd236116d278179663851d480ed3ff4d3931969e79950c20451a SHA512 8850062e55935b6b61c67e9a7bb84142b623186de43468c025daa3b92db46584c99f5a056a73fd1e9f05b5a161d6d597f30dc2d3b3d5c15117328e46411c125a diff --git a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild index 0bdf488..1e3443f 100644 --- a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild @@ -12,9 +12,9 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer" else KEYWORDS="~amd64" - MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" + EGIT_COMMIT="${PV:0:4}-${PV:4:2}-${PV:6:2}" EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer" - EGIT_COMMIT="${MY_PV}" + SRC_URI="https://github.com/rust-analyzer/rust-analyzer/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris)" fi DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language" |