Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30315 - jaffm 0.9.7 (new)ebuild
Summary: jaffm 0.9.7 (new)ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Desktop Misc. Team
URL: http://jaffm.binary.is/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-04 06:33 UTC by Tobias Scherbaum (RETIRED)
Modified: 2003-12-26 04:41 UTC (History)
0 users

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


Attachments
jaffm-0.9.7.ebuild (jaffm-0.9.7.ebuild,501 bytes, text/plain)
2003-10-04 06:34 UTC, Tobias Scherbaum (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Scherbaum (RETIRED) gentoo-dev 2003-10-04 06:33:28 UTC
The acronym says everything about this project, it's 'just a fucking file manager'. Differently than other file managers is jaffm not a clone of the norton commander and also not bloated.
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2003-10-04 06:34:41 UTC
Created attachment 18732 [details]
jaffm-0.9.7.ebuild
Comment 2 Tobias Scherbaum (RETIRED) gentoo-dev 2003-10-19 08:16:12 UTC
This ebuilds works also fine for the new jaffm-0.9.9.
Comment 3 Tobias Scherbaum (RETIRED) gentoo-dev 2003-11-03 15:13:24 UTC
... and also for the current jaffm-1.0
Comment 4 Ævar Arnfjörð Bjarmason 2003-11-29 14:53:03 UTC
Here is one i made before i knew of this one, my src_install() part uses build in ebuild.sh functions

IUSE=""

S=${WORKDIR}/${P}

DESCRIPTION="Just a Fucking File Manager"

SRC_URI="http://www.binary.is/download/${P}.tar.gz"
HOMEPAGE="http://jaffm.binary.is"


DEPEND="virtual/x11
>=x11-libs/gtk+-1.2
>=x11-libs/wxGTK-2.4.2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc"

src_unpack() {
    unpack ${A} || die
    cd ${WORKDIR}/${P}
}

src_compile() {
    make || die
}

src_install() {
    insinto /usr/bin
    doins jaffm
}
Comment 5 Markus Nigbur (RETIRED) gentoo-dev 2003-12-25 16:43:59 UTC
in cvs.
Comment 6 Markus Nigbur (RETIRED) gentoo-dev 2003-12-25 16:50:16 UTC
version bumped to 1.0 ;)
Comment 7 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-26 00:12:52 UTC
You've removed the src_compile part from my ebuild, ebuild is broken atm.

src_compile() {
    emake || die
}
Comment 8 Markus Nigbur (RETIRED) gentoo-dev 2003-12-26 04:41:06 UTC
my fault.