Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48054 - [REQUEST] Insert in portage Kasablanca 0.3.1
Summary: [REQUEST] Insert in portage Kasablanca 0.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 47966 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-16 10:25 UTC by Valerio
Modified: 2004-04-29 16:27 UTC (History)
1 user (show)

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


Attachments
kasablanca-0.3.1.ebuild (kasablanca-0.3.1.ebuild,632 bytes, text/plain)
2004-04-18 03:53 UTC, Valerio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Valerio 2004-04-16 10:25:53 UTC
Hi, i've seen this cool kde ftp client... support FXP.. TLS (secure connection)

cool program, better than many others, look here http://freshmeat.net/projects/kasablanca/?branch_id=48799&release_id=157805

i've also created a little ebuild with "federico" of italian section, i paste it here:

-------------------------------------------------------------------
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $


DESCRIPTION="a graphical ftp client for kde. among its features are support for ssl/tls encryption (b$
HOMEPAGE="http://kasablanca.berlios.de/"
SRC_URI="http://download.berlios.de/kasablanca/kasablanca-0.3.1.tar.gz"
LICENSE="GPL-2"
RESTRICT="nomirror"
SLOT="0"
KEYWORDS="x86"
IUSE="-sandbox"


src_compile() {
        econf || die
        emake || die
}

src_install() {
        einstall || die
}
-------------------------------------------------------------------

the problem is that i have to emerge with -sandbox... and.. i also please you to insert in the portage ;) 

bye

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Valerio 2004-04-18 03:52:47 UTC
i made a better ebuild.. that not requires IUSE="-sandbox"

i'll attach this
Comment 2 Valerio 2004-04-18 03:53:43 UTC
Created attachment 29546 [details]
kasablanca-0.3.1.ebuild
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-04-20 20:01:28 UTC
Committed to cvs.

FYI second ebuild lots better that the first. Ebuilds with IUSE="-sandbox" will never be accepted.

When doing ebuilds look for dependancies too. Keep up the contributions and let me know if there are any problems.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-04-29 16:27:38 UTC
*** Bug 47966 has been marked as a duplicate of this bug. ***