Bug 48054 - [REQUEST] Insert in portage Kasablanca 0.3.1
Bug#: 48054 Product:  Gentoo Linux Version: 1.4 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: mr.gamer@email.it
Component: Applications
URL: 
Summary: [REQUEST] Insert in portage Kasablanca 0.3.1
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-04-16 10:25 0000
Description:   Opened: 2004-04-16 10:25 0000
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 From Valerio 2004-04-18 03:52:47 0000 -------
i made a better ebuild.. that not requires IUSE="-sandbox"

i'll attach this

------- Comment #2 From Valerio 2004-04-18 03:53:43 0000 -------
Created an attachment (id=29546) [details]
kasablanca-0.3.1.ebuild

------- Comment #3 From Daniel Black 2004-04-20 20:01:28 0000 -------
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 From Daniel Black 2004-04-29 16:27:38 0000 -------
*** Bug 47966 has been marked as a duplicate of this bug. ***