diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-ruby/with_advisory_lock | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/with_advisory_lock')
| -rw-r--r-- | dev-ruby/with_advisory_lock/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/with_advisory_lock/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-ruby/with_advisory_lock/with_advisory_lock-5.3.0.ebuild | 48 |
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-ruby/with_advisory_lock/Manifest b/dev-ruby/with_advisory_lock/Manifest deleted file mode 100644 index 444c0affd72f..000000000000 --- a/dev-ruby/with_advisory_lock/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST with_advisory_lock-5.3.0.tar.gz 16599 BLAKE2B 7c62c02e167a8fe9f7d5e271bed5841072d06e2dc532fcf3206d665dcd4b661d4188817320c2c80182f04bd9e3b3f1059e33f7ff49140612cf786b869abc486e SHA512 7ab4048beef40f94f0f990f2bf44a9a779b31290775510e298bffe34c25eecd87e17db765179d5d4e271fa25c6dbdbe248949f84289d37a19fd858fe6e98d740 diff --git a/dev-ruby/with_advisory_lock/metadata.xml b/dev-ruby/with_advisory_lock/metadata.xml deleted file mode 100644 index b756d174a083..000000000000 --- a/dev-ruby/with_advisory_lock/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>azamat.hackimov@gmail.com</email> - <name>Azamat H. Hackimov</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-ruby/with_advisory_lock/with_advisory_lock-5.3.0.ebuild b/dev-ruby/with_advisory_lock/with_advisory_lock-5.3.0.ebuild deleted file mode 100644 index 451c4943e553..000000000000 --- a/dev-ruby/with_advisory_lock/with_advisory_lock-5.3.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby32 ruby33" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_RECIPE_TEST="rake" -RUBY_FAKEGEM_RECIPE_DOC="none" - -inherit ruby-fakegem - -DESCRIPTION="Advisory locking for ActiveRecord" -HOMEPAGE="https://github.com/ClosureTree/with_advisory_lock" -SRC_URI="https://github.com/ClosureTree/with_advisory_lock/archive/refs/tags/${PN}/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="doc test" - -ruby_add_rdepend " - || ( dev-ruby/activerecord:7.2 dev-ruby/activerecord:7.1 dev-ruby/activerecord:7.0 ) - >=dev-ruby/zeitwerk-2.6 -" -ruby_add_bdepend "test? ( - || ( dev-ruby/activerecord:7.2[sqlite] dev-ruby/activerecord:7.1[sqlite] dev-ruby/activerecord:7.0[sqlite] ) - dev-ruby/maxitest - dev-ruby/mocha - dev-ruby/yard -) -doc? ( dev-ruby/yard ) -" - -all_ruby_unpack() { - default - mv "${WORKDIR}/all/${PN}-${PN}-v${PV}" "${WORKDIR}/all/${P}" || die -} - -all_ruby_prepare() { - sed -i -e "s:require_relative 'lib:require './lib:" ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e "/git ls-files/d" with_advisory_lock.gemspec || die - - sed -e '3igem "activerecord", "<8"' \ - -i test/test_helper.rb || die -} |
