Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123516 - dev-perl/X11-GUITest new ebuild
Summary: dev-perl/X11-GUITest new ebuild
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-20 11:24 UTC by dirtyd
Modified: 2006-02-22 09:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.