summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-20 12:20:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-20 12:20:24 +0000
commit44c837a9333aa250124f1714e7a29828ba732418 (patch)
treeac895e8037b890c743de7b47a2084b7d1841ffec /net-irc
parentVersion bump (diff)
downloadgentoo-2-44c837a9333aa250124f1714e7a29828ba732418.tar.gz
gentoo-2-44c837a9333aa250124f1714e7a29828ba732418.tar.bz2
gentoo-2-44c837a9333aa250124f1714e7a29828ba732418.zip
QA: Remove version with unsatisfiable dependencies
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/rbot/ChangeLog6
-rw-r--r--net-irc/rbot/rbot-0.9.10-r1.ebuild24
2 files changed, 4 insertions, 26 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index e4f1cab5352f..771ce58c816e 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/rbot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.53 2013/01/12 08:24:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.54 2013/08/20 12:20:24 patrick Exp $
+
+ 20 Aug 2013; Patrick Lauer <patrick@gentoo.org> -rbot-0.9.10-r1.ebuild:
+ QA: Remove version with unsatisfiable dependencies
12 Jan 2013; Ulrich Müller <ulm@gentoo.org> rbot-0.9.10-r1.ebuild,
rbot-0.9.15.ebuild, rbot-9999-r10.ebuild, metadata.xml:
@@ -246,4 +249,3 @@
05 Oct 2003; <chuck@gentoo.org> rbot-0.9.6.ebuild:
Added new ebuild by Matsuu Takuto <matsuu@gentoo.org>
closes bug #27846.
-
diff --git a/net-irc/rbot/rbot-0.9.10-r1.ebuild b/net-irc/rbot/rbot-0.9.10-r1.ebuild
deleted file mode 100644
index d418bb6a9cde..000000000000
--- a/net-irc/rbot/rbot-0.9.10-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.6 2013/01/12 08:24:44 ulm Exp $
-
-inherit ruby gems
-
-DESCRIPTION="rbot is a ruby IRC bot"
-HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"
-SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.gem"
-
-LICENSE="feh"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
-IUSE="spell"
-
-RDEPEND="=dev-lang/ruby-1.8*
- dev-ruby/ruby-bdb"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
- elog
- elog "Default configuration file location has changed from /etc/rbot to ~/.rbot"
- elog
-}