public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/
@ 2016-10-29 21:17 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-10-29 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     58f04948c111fad6f3b0eaa3ac2282ba54351ac9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:54:23 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 21:17:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f04948

net-irc/redirbot: Remove Python team from maintainers

 net-irc/redirbot/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-irc/redirbot/metadata.xml b/net-irc/redirbot/metadata.xml
index 69a95c2..1476276 100644
--- a/net-irc/redirbot/metadata.xml
+++ b/net-irc/redirbot/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">
 	</longdescription>
   <upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/
@ 2017-01-13  0:04 Brian Dolbec
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec @ 2017-01-13  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d54919db3c12967db0940a5b00b5e7cf8346f6c5
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 20:35:53 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 23:58:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54919db

net-irc/redirbot: Update twisted deps

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 .../{redirbot-0.0.5.ebuild => redirbot-0.0.5-r1.ebuild}        | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-irc/redirbot/redirbot-0.0.5.ebuild b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
similarity index 69%
rename from net-irc/redirbot/redirbot-0.0.5.ebuild
rename to net-irc/redirbot/redirbot-0.0.5-r1.ebuild
index 56fae74..a237222 100644
--- a/net-irc/redirbot/redirbot-0.0.5.ebuild
+++ b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/twisted-core-11.1.0
-	dev-python/twisted-words
+	|| (
+		>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+		( >=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
+		  dev-python/twisted-words[${PYTHON_USEDEP}]
+		)
+	)
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/
@ 2020-03-26 17:36 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-03-26 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4f874fcfbb524d174182c3d6f0ab845c84c00f9c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:35 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f874fcf

net-irc/redirbot: Flatten twisted dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-irc/redirbot/redirbot-0.0.5-r1.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
index 614b3605678..f65c44bb6c6 100644
--- a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
+++ b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,11 +18,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	|| (
-		>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-		( >=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
-		  dev-python/twisted-words[${PYTHON_USEDEP}]
-		)
-	)
+	>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/
@ 2020-04-27  8:05 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2020-04-27  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e88bdf03de1c16501453aadbd3394d78465147f4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 08:04:35 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 08:04:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88bdf03

net-irc/redirbot: remove last-rited pkg

Closes: https://bugs.gentoo.org/714632

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-irc/redirbot/Manifest                 |  1 -
 net-irc/redirbot/metadata.xml             |  9 ---------
 net-irc/redirbot/redirbot-0.0.5-r1.ebuild | 23 -----------------------
 3 files changed, 33 deletions(-)

diff --git a/net-irc/redirbot/Manifest b/net-irc/redirbot/Manifest
deleted file mode 100644
index 8b720bc4ce1..00000000000
--- a/net-irc/redirbot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST redirbot-0.0.5.tar.gz 4549 BLAKE2B 6ff099fd2126bebaf48799a37475320faf627efaea4363476b783747c41dc13c28893cf035888c83260466b85b71a07f1d6d3ba5b80bd04f11fc309e8719c182 SHA512 7cbd7e8dc792527f26f20ec9953ddafd5fef8dbca457a00198c8bb3e34b660be7e0fadf25d755375e5a40acf64bf4191bf6725a077616a8bdbe120200ec198c7

diff --git a/net-irc/redirbot/metadata.xml b/net-irc/redirbot/metadata.xml
deleted file mode 100644
index fa34a2abadd..00000000000
--- a/net-irc/redirbot/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">redirbot</remote-id>
-    <remote-id type="github">yaccz/redirbot</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
deleted file mode 100644
index f65c44bb6c6..00000000000
--- a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DOCS=( ChangeLog README.rst  )
-
-inherit distutils-r1
-
-DESCRIPTION="IRCBot, telling people they should contact you on different nickname"
-HOMEPAGE="https://github.com/yaccz/redirbot"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2020-04-27  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27  8:05 [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2020-03-26 17:36 Michał Górny
2017-01-13  0:04 Brian Dolbec
2016-10-29 21:17 Michał Górny

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