Need Scribus 1.1.1 development version ebuild.
Created attachment 18744 [details] Working ebuild file
they announced it on there website 2003:10:05 Scribus 1.1.1 released.
And scribus-scripting-0.5.2 accordingly.
scribus-1.1.1 and scribus-scripting-0.5.2 added.
Scribus 1.1.2 has been released today. I have now joined the developer group and am testing daily on Gentoo with Scribus CVS. I will attached a working ebuild for 1.1.2, although there is now the requirement that gcc 3.0+ is used and this is not in the ebuild (3.2+ is recommended). Although this is still a developer release it is the best for anyone new to it to install. It is the most stable, has the most features and if much much faster than previous versions.
Created attachment 20011 [details] Working 1.1.2 ebuild
From Scribus 1.1.2 onwards, the scripting plugin is in the main package and therefore the scripting ebuild will no longer be needed at some point.
Why don't you add >=sys-devel/gcc-3.2 !media-plugins/scribus-scripting as dependencies to the ebuild then?
Because for me i have the dependancies and I never installed the plugin seperately and as there are a few gcc ebuilds and I wasnt sure what to select, esp as the Scribus dependancy is not 3.2, but 3.0 as a minimum. Hence, I left this as a comment only for the ebuild maintainer. The !media-plugins/scribus-scripting should be in there as you say.
Added the ebuild. I removed the autoconf/automake-stuff from your ebuild, because it is not needed. Added a dependency to >=gcc-3.0.0 and !media-plugins/scribus-scripting. For future releases, please don't reopen old bugs, but create a new one saying "scribus version x.y is out".
The automake, autoconf stuff was there because it *requires* those two versions to build. Actually, autoconf 2.5+ and automake 1.6+. Without those it wouldnt build here. I normally have to set them in env when doing the make -f Makefile.dist and for make. Putting that within the ebuild made the ebuild also work properly.