Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 89164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Packages in net-irc <net-irc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Xavier Neys <neysx@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 89164 depends on: Show dependency tree
Bug 89164 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-04-15 01:57 0000
rbot wants to bring in old rexml.
rexml is now part of the ruby distribution.
I removed the dependency, works fine for me.

------- Comment #1 From Michael Kohl (RETIRED) 2005-05-03 01:32:24 0000 -------
Xavier, the metadata.xml states that rbot is owned by net-irc, not the Ruby
herd. I'm therefore reassigning this bug.

@net-irc:
Maybe the following depend could be of help for you (it's taken from the Raggle
ebuilds):

DEPEND="|| ( >=dev-lang/ruby-1.8
        ( ~dev-lang/ruby-1.6.8 dev-ruby/shim-ruby18 )
        dev-lang/ruby-cvs )"

So if the user has Ruby 1.8 or 1.9 (CVS) then he is all set because this
versions already include rexml. If he's still using Ruby 1.6 we additionally
need to install shim-ruby18, which is a set of packages that provides Ruby 1.8
features for Ruby 1.6.

------- Comment #2 From Sven Wegener 2005-05-03 12:31:20 0000 -------
I've adjusted it to be the following depend:

|| (
        >=virtual/ruby-1.8
        (
                =virtual/ruby-1.6*
                (
                        dev-ruby/rexml
                        dev-ruby/shim-ruby18
                )
        )
)

That means if

=virtual/ruby-1.6* *AND* ( dev-ruby/shim-ruby18 *OR* dev-ruby/rexml )

are installed we'll take it. If only =virtual/ruby-1.6* is installed, we will
force an update to >=virtual/ruby-1.8.

------- Comment #3 From Sven Wegener 2005-05-03 12:31:54 0000 -------
fixed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug