Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123516

Summary: dev-perl/X11-GUITest new ebuild
Product: Gentoo Linux Reporter: dirtyd <obladda>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED NEEDINFO    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description dirtyd 2006-02-20 11:24:19 UTC
inherit perl-module eutils

DESCRIPTION="Testing of X11 GUI applications by user emulation"
HOMEPAGE="http://www.cpan.org/modules/by-module/X11/${P}.readme"
SRC_URI="http://www.cpan.org/modules/by-module/X11/${P}.tar.gz"

LICENSE="GPL"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE=""

DEPEND="|| ( ( x11-libs/libXrender
            x11-libs/libXext
        )
        virtual/x11
)"
Comment 1 dirtyd 2006-02-20 11:31:40 UTC
Ebuild file name should be X11-GUITest-0.20.ebuild 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-20 12:12:07 UTC
Please, review the following link and explain why is this ebuild needed in portage.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1#doc_chap2
Comment 3 dirtyd 2006-02-22 09:57:58 UTC
Thanks for the pointer.