diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-21 19:04:59 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-21 19:04:59 +0000 |
commit | 77b9f0d5906f0bd9ddf010abe155218c6629738a (patch) | |
tree | 8cea5001e36d78aea62dd100ba74ee77906b69e6 /dev-util/stepman | |
parent | f5a622ba784bb66ee85eb669a821801c5e135ed8 (diff) |
gentoo auto-resync : 21:11:2022 - 19:04:59
Diffstat (limited to 'dev-util/stepman')
-rw-r--r-- | dev-util/stepman/Manifest | 4 | ||||
-rw-r--r-- | dev-util/stepman/metadata.xml | 9 | ||||
-rw-r--r-- | dev-util/stepman/stepman-0.10.5.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/stepman/Manifest b/dev-util/stepman/Manifest index b89b3a40e2f3..d976e1c3f6a8 100644 --- a/dev-util/stepman/Manifest +++ b/dev-util/stepman/Manifest @@ -1,3 +1,3 @@ DIST stepman-0.10.5.tar.gz 3197451 BLAKE2B f6a4fd2cc0396c5635d7d45a6d88166669dab0bdfed2d53cb8c809c122ee84039660704326c996436d62797db58d46f35bb73af2415e875cf748be9137304280 SHA512 6bd325e1d50d75bf2a38b89c1faf5275914a3a7f00de0d072450253121d9931c4e32ca85300319aaec90ca108223600d3ff1195276df87b11148d4771c642471 -EBUILD stepman-0.10.5.ebuild 1194 BLAKE2B 956cb529f7277a81773462a8a6dff4e4d109fec668e280392c44286fde9c9fbdb45c4ff2f9009cdd6684b0149387c198e62b9137165f99e120d37175adc1c72f SHA512 0c8b35f6e3d951d04cee097db6ecdc538f103ed84b24fee524829ffa5fe4ccb9fe62d44ba3347e95e190bdc8450f1684b8ed1ddfdb24ed715962f24e7aa3823d -MISC metadata.xml 731 BLAKE2B 80f4934e183063b9ecba1be7976a78c6c74f912bc78147e95434692dc16e56f007880718cc18284df2935d308ae5d5ce0af3aa0f7a190908a3453a385d4e4449 SHA512 775127dcb482aae970f4486f31bc9514b6d98bcfd5b74fb31d73dbc0cb67b0ed02e616f65c855ff9d5b60d23131b304e0a22cfe0f4e670c2b07526f1fde34733 +EBUILD stepman-0.10.5.ebuild 1194 BLAKE2B 32375dcc3eb778941d56ae0192bd08591f1c59530ecc44dad190b0effcec01f12633921347038af8e896a0bc6d5608e77269dd78960a669384642532a7566ed0 SHA512 4b870133f37b727ad9cca83cf96677e3e383e1ffd90f86d27983cc70e3c793ec3806a2c6150f887fe87fcac8df4eaa07a4d085137dada8be86903bc6462d9b7d +MISC metadata.xml 694 BLAKE2B 04af2fc2c361ead11e18fcd7544e811d56801145be1e85764fd6821b734d1a3eeb3afaddaec790fd80b886c53b662fb59bbdfd8596a1c342932dcab4de3099b2 SHA512 aec73e76b959abe75789fa3a59de5b5e36275da1b511baaa6c397cbecca54f3d345a21e9909e00a960e60e51ff3358f6826eb91039dc66d2866456f719e367ea diff --git a/dev-util/stepman/metadata.xml b/dev-util/stepman/metadata.xml index aac91930b6e0..3a9f651114d8 100644 --- a/dev-util/stepman/metadata.xml +++ b/dev-util/stepman/metadata.xml @@ -2,11 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <longdescription>Step collection manager for Bitrise CLI. Part of the Bitrise Continuous Integration, Delivery and Automations Stack, with envman and bitrise. For a nice & quick intro you -should check: https://www.bitrise.io/cli</longdescription> + <longdescription> + Step collection manager for Bitrise CLI. Part of the Bitrise Continuous + Integration, Delivery and Automations Stack, with <pkg>dev-util/envman</pkg> + and <pkg>dev-util/bitrise</pkg>. For a nice & quick intro you should check: + https://app.bitrise.io/cli + </longdescription> <upstream> <bugs-to>https://github.com/bitrise-io/stepman/issues</bugs-to> - <changelog>https://github.com/bitrise-io/stepman/blob/master/CHANGELOG.md</changelog> <doc>https://github.com/bitrise-io/stepman/blob/master/README.md</doc> <remote-id type="github">bitrise-io/stepman</remote-id> </upstream> diff --git a/dev-util/stepman/stepman-0.10.5.ebuild b/dev-util/stepman/stepman-0.10.5.ebuild index de176576e0f9..6d86a2724c21 100644 --- a/dev-util/stepman/stepman-0.10.5.ebuild +++ b/dev-util/stepman/stepman-0.10.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ EGO_ON="github.com/bitrise-io" EGO_PN="${EGO_ON}/${PN}" DESCRIPTION="Step collection manager for Bitrise CLI" -HOMEPAGE="https://www.bitrise.io/cli" +HOMEPAGE="https://app.bitrise.io/cli" SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |