summaryrefslogtreecommitdiff
path: root/dev-ruby/vcard
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/vcard
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ruby/vcard')
-rw-r--r--dev-ruby/vcard/Manifest2
-rw-r--r--dev-ruby/vcard/metadata.xml13
-rw-r--r--dev-ruby/vcard/vcard-0.3.0-r1.ebuild26
-rw-r--r--dev-ruby/vcard/vcard-0.4.0.ebuild26
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-ruby/vcard/Manifest b/dev-ruby/vcard/Manifest
deleted file mode 100644
index da99faa2d414..000000000000
--- a/dev-ruby/vcard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vcard-0.3.0.gem 54272 BLAKE2B ed019b7f771dbe2da574fc059dacdc8eb5b5eca735abe15c2d8aec08b4f91b22c413f317d4f39f100bc78d16bf8e3edf0e0a99d55b8fbdda5b47315bc33d37b1 SHA512 5b54bada881f4d6cce66bb76c15b3594e310659024d163598f857c4c434379c57e07f28873646d0a5a5aecef4313c8fc731313e80df5542e982f333c05802d4d
-DIST vcard-0.4.0.gem 54784 BLAKE2B 1283625270ef7572f648da7571214713368b14fac66a67e08460b621fa0ee4390c824bd1cbf17f0690bb453582442594d81168945ce7488f1c8c971569cfea8a SHA512 cd958120bb47d0a8963237c1956fc49f1ea275dcfa88a4263c6545f2deda8911f7e531f0b90532437c95595f0bdd6f61752129b213bf3c8c651b37b730db20fb
diff --git a/dev-ruby/vcard/metadata.xml b/dev-ruby/vcard/metadata.xml
deleted file mode 100644
index 15c3e90bbb1e..000000000000
--- a/dev-ruby/vcard/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>mjo@gentoo.org</email>
- <name>Michael Orlitzky</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/vcard/vcard-0.3.0-r1.ebuild b/dev-ruby/vcard/vcard-0.3.0-r1.ebuild
deleted file mode 100644
index 13aada552a4f..000000000000
--- a/dev-ruby/vcard/vcard-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,26 +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"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-RUBY_FAKEGEM_RECIPE_DOC=none
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby vcard support extracted from Vpim"
-HOMEPAGE="https://github.com/qoobaa/vcard"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
- ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
-}
diff --git a/dev-ruby/vcard/vcard-0.4.0.ebuild b/dev-ruby/vcard/vcard-0.4.0.ebuild
deleted file mode 100644
index 96c0ea28eef7..000000000000
--- a/dev-ruby/vcard/vcard-0.4.0.ebuild
+++ /dev/null
@@ -1,26 +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"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-RUBY_FAKEGEM_RECIPE_DOC=none
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby vcard support extracted from Vpim"
-HOMEPAGE="https://github.com/qoobaa/vcard"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
- ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
-}