public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cinch/
@ 2019-05-03  6:06 Robin H. Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2019-05-03  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ac855fa8bbb152f5bf27fcc52702ee5c89d3bf3e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 06:05:27 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri May  3 06:06:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac855fa8

dev-ruby/cinch: new package, used by gentoo infra

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 dev-ruby/cinch/Manifest           |  1 +
 dev-ruby/cinch/cinch-2.3.4.ebuild | 20 ++++++++++++++++++++
 dev-ruby/cinch/metadata.xml       | 18 ++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/cinch/Manifest b/dev-ruby/cinch/Manifest
new file mode 100644
index 00000000000..a3944a52200
--- /dev/null
+++ b/dev-ruby/cinch/Manifest
@@ -0,0 +1 @@
+DIST cinch-2.3.4.gem 80384 BLAKE2B 10ec1a96eebb04d378648e1f1e0ca9f1a35afbaa146d909158db89f604709d6b2f4abc051accc48e1034f78b32298a07fa14c64477c69603495a5cf686d2ed7e SHA512 25cb2b18f1ae5f4e7c42cbb27dd68fec3bf29091bafb9c61ecffa0743b6696cd6e99499c2e30a94f4dbaa373c979d0fbff0c685522844bdd01ad81cdf34af9d9

diff --git a/dev-ruby/cinch/cinch-2.3.4.ebuild b/dev-ruby/cinch/cinch-2.3.4.ebuild
new file mode 100644
index 00000000000..ab8efb8d00b
--- /dev/null
+++ b/dev-ruby/cinch/cinch-2.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# The testsuite is not in the Gem, only in the upstream repo.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="IRC Bot Building Framework"
+HOMEPAGE="https://github.com/cinchrb/cinch http://cinchrb.org"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/cinch/metadata.xml b/dev-ruby/cinch/metadata.xml
new file mode 100644
index 00000000000..2b4603a6989
--- /dev/null
+++ b/dev-ruby/cinch/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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>
+	<longdescription>
+		A simple, friendly DSL for creating IRC bots
+	</longdescription>
+	<upstream>
+		<remote-id type="github">cinchrb/cinch</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cinch/
@ 2019-05-04 11:33 Brian Evans
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2019-05-04 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     96cb830ce83f30c933f9c326770e92711b24fffa
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 11:32:40 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat May  4 11:33:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cb830c

dev-ruby/cinch: Fix fatal dodoc error

Non-maintainer commit.  Simple change to install the docs/ markdown

Closes: https://bugs.gentoo.org/684978
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-ruby/cinch/cinch-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/cinch/cinch-2.3.4.ebuild b/dev-ruby/cinch/cinch-2.3.4.ebuild
index ab8efb8d00b..2fa0c0f6ed5 100644
--- a/dev-ruby/cinch/cinch-2.3.4.ebuild
+++ b/dev-ruby/cinch/cinch-2.3.4.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 # The testsuite is not in the Gem, only in the upstream repo.
 RUBY_FAKEGEM_RECIPE_TEST="none"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
 
 inherit ruby-fakegem
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cinch/
@ 2022-07-19  6:14 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2022-07-19  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c5c0d4f1224d8db30e7df761c8dc50a6ef4e4a30
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 06:08:36 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 06:08:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c0d4f1

dev-ruby/cinch: remove masked package

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/cinch/Manifest           |  1 -
 dev-ruby/cinch/cinch-2.3.4.ebuild | 20 --------------------
 dev-ruby/cinch/metadata.xml       | 15 ---------------
 3 files changed, 36 deletions(-)

diff --git a/dev-ruby/cinch/Manifest b/dev-ruby/cinch/Manifest
deleted file mode 100644
index a3944a522009..000000000000
--- a/dev-ruby/cinch/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cinch-2.3.4.gem 80384 BLAKE2B 10ec1a96eebb04d378648e1f1e0ca9f1a35afbaa146d909158db89f604709d6b2f4abc051accc48e1034f78b32298a07fa14c64477c69603495a5cf686d2ed7e SHA512 25cb2b18f1ae5f4e7c42cbb27dd68fec3bf29091bafb9c61ecffa0743b6696cd6e99499c2e30a94f4dbaa373c979d0fbff0c685522844bdd01ad81cdf34af9d9

diff --git a/dev-ruby/cinch/cinch-2.3.4.ebuild b/dev-ruby/cinch/cinch-2.3.4.ebuild
deleted file mode 100644
index 2fa0c0f6ed50..000000000000
--- a/dev-ruby/cinch/cinch-2.3.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-# The testsuite is not in the Gem, only in the upstream repo.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="IRC Bot Building Framework"
-HOMEPAGE="https://github.com/cinchrb/cinch http://cinchrb.org"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""

diff --git a/dev-ruby/cinch/metadata.xml b/dev-ruby/cinch/metadata.xml
deleted file mode 100644
index d963ac856f49..000000000000
--- a/dev-ruby/cinch/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
-	<upstream>
-		<remote-id type="github">cinchrb/cinch</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-19  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-19  6:14 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cinch/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2019-05-04 11:33 Brian Evans
2019-05-03  6:06 Robin H. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox