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

Bug 4165

Summary: x11-misc/aefsdfm
Product: Gentoo Linux Reporter: Juan José Gutiérrez de Quevedo <juanjo>
Component: New packagesAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED INVALID    
Severity: enhancement CC: juanjo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: x11-misc/aefsdfm

Description Juan José Gutiérrez de Quevedo 2002-06-25 17:40:08 UTC
it's a session script for gdm at least( i don't know about kdm
Comment 1 Juan José Gutiérrez de Quevedo 2002-06-25 17:40:08 UTC
it's a session script for gdm at least( i don't know about kdm¿any help if it's
right?) to start dfm fspanel and aewm++ to create a really light & cool
desktop:-D it also starts appbar wich is somethind like a launch panel that
comes with aewm++. to quit kill xsession or push the last button in the
appbar(Stop icon)
Comment 2 Juan José Gutiérrez de Quevedo 2002-06-25 17:41:06 UTC
Created attachment 1799 [details]
x11-misc/aefsdfm

just like before uncompress into /usr/portage/x11-misc to create
x11-misc/aefsdfm
Comment 3 Gabriele Giorgetti 2002-07-29 14:28:55 UTC
This is the ebuild you've submitted:

S=${WORKDIR}/fspanel-0.8beta1
DESCRIPTION="aewm++fspanel+dfm"

DEPEND="virtual/x11
                x11-misc/fspanel
		x11-misc/dfm
		x11-wm/aewm++"


src_install () {
	exeinto /etc/X11/Sessions
	doexe ${FILESDIR}/Aefsdfm
}


Where is the SRC_URI so the package can be actually downloaded ? Also where is
HOMEPAGE ? And $S is totally wrong.