diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-04 12:54:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-04 12:54:11 +0000 |
| commit | 28b43b6e561b6b67a9b456a79b9b091e8083a6a3 (patch) | |
| tree | 9f7149666e6a94ca21d4357eb9b52227f8ffc176 /dev-ruby/git | |
| parent | 9703d08240ee745f535cd19d07f0f41856415b66 (diff) | |
| download | baldeagleos-repo-28b43b6e561b6b67a9b456a79b9b091e8083a6a3.tar.gz baldeagleos-repo-28b43b6e561b6b67a9b456a79b9b091e8083a6a3.tar.xz baldeagleos-repo-28b43b6e561b6b67a9b456a79b9b091e8083a6a3.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/git')
| -rw-r--r-- | dev-ruby/git/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/git/git-1.13.2.ebuild (renamed from dev-ruby/git/git-1.12.0.ebuild) | 10 | ||||
| -rw-r--r-- | dev-ruby/git/metadata.xml | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest index bbfc54f98145..d5b91e09a5ae 100644 --- a/dev-ruby/git/Manifest +++ b/dev-ruby/git/Manifest @@ -1,3 +1,3 @@ -DIST git-1.12.0.tar.gz 218472 BLAKE2B f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c SHA512 9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d DIST git-1.13.0.tar.gz 219424 BLAKE2B 38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56 SHA512 7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4 DIST git-1.13.1.tar.gz 219640 BLAKE2B c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b SHA512 58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876 +DIST git-1.13.2.tar.gz 222112 BLAKE2B 13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee SHA512 36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347 diff --git a/dev-ruby/git/git-1.12.0.ebuild b/dev-ruby/git/git-1.13.2.ebuild index a5129073d701..0495304e5439 100644 --- a/dev-ruby/git/git-1.12.0.ebuild +++ b/dev-ruby/git/git-1.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,13 +12,13 @@ RUBY_FAKEGEM_GEMSPEC="git.gemspec" inherit ruby-fakegem DESCRIPTION="Library for using Git in Ruby" -HOMEPAGE="https://github.com/schacon/ruby-git" -SRC_URI="https://github.com/schacon/ruby-git/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ruby-git/ruby-git" +SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> ${P}.tar.gz" RUBY_S="ruby-git-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )" @@ -33,6 +33,8 @@ all_ruby_prepare() { sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb tests/test_helper.rb || die sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die } each_ruby_test() { diff --git a/dev-ruby/git/metadata.xml b/dev-ruby/git/metadata.xml index 246d194b7ec0..93cabcc2e66f 100644 --- a/dev-ruby/git/metadata.xml +++ b/dev-ruby/git/metadata.xml @@ -5,6 +5,8 @@ <email>ruby@gentoo.org</email> <name>Gentoo Ruby Project</name> </maintainer> - + <upstream> + <remote-id type="rubygems">git</remote-id> + </upstream> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
