summaryrefslogtreecommitdiff
path: root/dev-ruby/mkmf-lite
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-ruby/mkmf-lite
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ruby/mkmf-lite')
-rw-r--r--dev-ruby/mkmf-lite/Manifest3
-rw-r--r--dev-ruby/mkmf-lite/metadata.xml13
-rw-r--r--dev-ruby/mkmf-lite/mkmf-lite-0.7.3.ebuild25
-rw-r--r--dev-ruby/mkmf-lite/mkmf-lite-0.7.4.ebuild25
-rw-r--r--dev-ruby/mkmf-lite/mkmf-lite-0.7.5.ebuild25
5 files changed, 0 insertions, 91 deletions
diff --git a/dev-ruby/mkmf-lite/Manifest b/dev-ruby/mkmf-lite/Manifest
deleted file mode 100644
index c787b67a529b..000000000000
--- a/dev-ruby/mkmf-lite/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mkmf-lite-0.7.3.gem 21504 BLAKE2B 09025ab22684685ee0cee0dbc4e09640cb0990ae284b2220ef5ba4704a343290b0b5cc26cca10f739eaabebd16847229ef43ec75d09f6bdb49b70520aea3ae13 SHA512 80d38bd5acccad9ff46a09df6ddb1ddcb1bf6f297c7d143d5bfe0ac4389deb4ee4ece1bfcc766f0fd21839f13a96f762d7dc2466cb256650f4ac0a1d069a9205
-DIST mkmf-lite-0.7.4.gem 25600 BLAKE2B 221dc0fe02d4ab38df3269a509a44ae4d400ea76c201ca7c7b9cf63447131c129289f17e8cd8e99a257f7740d4683ca8d969d3b99dd186a582dec6dec3fa1d5f SHA512 bb1b1443f86cfee9567ba2864ce456d8a7cd0ae37a3e5726e32f767a168e165dac9427a843abc658cbb2e8b04492200f0321490e94fa8f13c39b2678814738a8
-DIST mkmf-lite-0.7.5.gem 25600 BLAKE2B 4365af87889b94e1b1b532388966abb45039ccaff4f5abc3332faa347f8b6f8425c69b16a62f2dc6c577fcf743b118f29748c40fb2f7a721ef94e76ae019f996 SHA512 6a75c4ddf0157777a51f3ac44eb0ed70925543a6498faf41e4d366df6c64fd93be4d22b8897bdde11d7911d3da68fe6c3d557133cf845166fb8bc258e452b3ac
diff --git a/dev-ruby/mkmf-lite/metadata.xml b/dev-ruby/mkmf-lite/metadata.xml
deleted file mode 100644
index 4791600f3588..000000000000
--- a/dev-ruby/mkmf-lite/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- <name>Robin H. Johnson</name>
- </maintainer>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.7.3.ebuild b/dev-ruby/mkmf-lite/mkmf-lite-0.7.3.ebuild
deleted file mode 100644
index d499a31163d1..000000000000
--- a/dev-ruby/mkmf-lite/mkmf-lite-0.7.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="light version of the the mkmf library designed for use as a library"
-HOMEPAGE="https://github.com/djberg96/mkmf-lite"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-
-ruby_add_rdepend "
- =dev-ruby/memoist-0.16* >=dev-ruby/memoist-0.16.2
- >=dev-ruby/ptools-1.4 <dev-ruby/ptools-2.0
-"
diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.7.4.ebuild b/dev-ruby/mkmf-lite/mkmf-lite-0.7.4.ebuild
deleted file mode 100644
index 625b26e6a4be..000000000000
--- a/dev-ruby/mkmf-lite/mkmf-lite-0.7.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="light version of the the mkmf library designed for use as a library"
-HOMEPAGE="https://github.com/djberg96/mkmf-lite"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-ruby_add_rdepend "
- =dev-ruby/memoist-0.16* >=dev-ruby/memoist-0.16.2
- >=dev-ruby/ptools-1.4 <dev-ruby/ptools-2.0
-"
diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.7.5.ebuild b/dev-ruby/mkmf-lite/mkmf-lite-0.7.5.ebuild
deleted file mode 100644
index 3a2ca4e69619..000000000000
--- a/dev-ruby/mkmf-lite/mkmf-lite-0.7.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="light version of the the mkmf library designed for use as a library"
-HOMEPAGE="https://github.com/djberg96/mkmf-lite"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-
-ruby_add_rdepend "
- =dev-ruby/memoist-0.16* >=dev-ruby/memoist-0.16.2
- >=dev-ruby/ptools-1.4 <dev-ruby/ptools-2.0
-"