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

Bug 281229

Summary: app-editors/cafe: GTK+ text editor with perl macros (New Package)
Product: Gentoo Linux Reporter: Roberto Parra <hiperon>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: hiperon, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://cafe.sourceforge.net
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the ebuild file for the package

Description Roberto Parra 2009-08-12 16:39:57 UTC
Cafe' is a Text Editor based on GTK+ libraries and I am requesting an ebuild for it. 

Reproducible: Always




Café is a very lightweight, fully customizable, and fast UTF-8 native text editor. With hexa viewer, syntax hightlighting, tabbing, multi-project, perl as macro language, and many more features. This is beta release 0.5.7.
Comment 1 Roberto Parra 2009-08-12 20:37:53 UTC
I think the ebuild looks like this. I could not understood though, how to make the Manifest file.

--- begin ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Lightweight and fullfeatured GTK+ UTF-8 Text Editor with Perl embeded"
HOMEPAGE="http://cafe.sourceforge.net"
SRC_URI="mirror://sourceforge/cafe/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/glib-2.20.4
>=x11-libs/gtk+-2.16.1
>=x11-libs/gtksourceview-2.6.2
>=x11-libs/pango-1.22.1
>=net-libs/gnet-2.0.8
>=app-text/gtkspell-2.0.14
>=sys-devel/libperl-5.8.0"

src_compile() {
    econf --with-posix-regex
    emake || die "emake failed"
}

src_install() {
    emake DESTDIR="${D}" install || die "install failed"

    dodoc NEWS README || die
}
--- end ebuild
Comment 2 Roberto Parra 2009-08-13 22:20:54 UTC
Created attachment 201178 [details]
the ebuild file for the package