Forums » Linux

vendettaonline ebuild for gentoo!!

Nov 02, 2004 yoosty69 link
http://bugs.gentoo.org/show_bug.cgi?id=69861

Also, devs who work on the vendetta-linux-installer.sh, it'd be nice if there was an option to JUST extract the user files into the home dir, instead of having to install the binary too.

Unless there already is and I just didn't find it...
Nov 06, 2004 LowFuel link
Sorry for the newbie question, but how do I manually install this ebuild?
It's not in the official portage tree...
Nov 06, 2004 Moofed link
Nov 06, 2004 LowFuel link
Thanks... that seemed to work, still getting a gtk lib error as described in my other post though...
Nov 07, 2004 a1k0n link
Can you make the ebuild depend on the 32-bit version of gtk-1.2 if you happen to be using a 64-bit platform (I have no idea how this works)?
Nov 07, 2004 roguelazer link
Fixxored ebuild made. Posting to bugzilla shortly.
Nov 07, 2004 roguelazer link
Nov 07, 2004 Spider link
KEYWORDS="x86 amd64"

should be ~x86 and ~amd64

IUSE don't have to contain amd64 (its implied by the keyword)

you prolly want
RDEPEND="virtual/x11
virtual/opengl
!amd64 ( =x11-libs/gtk+-1.2* )
amd64? ( app-emualation/emul-linux-x86-gtklibs )"

just to lithen the library dependencies on amd64 some.

The copyright is wrong .

you probably want a look inside the .sh file to see which the "real" DEPEND lines are, if they are using things that aren't in "system" on default setups.
Nov 07, 2004 roguelazer link
Why would I mark it unstable?
The copyright line is correct.
Nov 07, 2004 Spider link
Because no builds ever go in as "stable" without at least 2 weeks of testing, usually for ebuild ( ie, scripting and installation ) testing purpouses.

Copyright is wrong.
# Copyright 1999-2004 Gentoo Technologies, Inc.

Which is a privately held company, and not :
# Copyright 1999-2004 Gentoo Foundation

Which is the nonprofit that governs Gentoo.
Nov 08, 2004 roguelazer link
That's odd. I copied the header directly from one of the gnome ebuilds (I find they're usually correct and good to copy from).
Nov 09, 2004 Spider link
The header in the Gnome ebuilds are correct. They are based on the Gentoo Technologies work , back when I first wrote them in 2002 or so.

The new skeleton builds and all other copyrights that belong(ed) to Gentoo Technologies, Inc. is being phased over to the foundation.

:-)
Nov 09, 2004 roguelazer link
I should read all those mailing lists I'm subscribed to...