Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281229 - app-editors/cafe: GTK+ text editor with perl macros (New Package)
Summary: app-editors/cafe: GTK+ text editor with perl macros (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://cafe.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-12 16:39 UTC by Roberto Parra
Modified: 2021-11-17 08:56 UTC (History)
2 users (show)

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


Attachments
the ebuild file for the package (cafe-0.5.7.ebuild,721 bytes, text/plain)
2009-08-13 22:20 UTC, Roberto Parra
Details

Note You need to log in before you can comment on or make changes to this bug.
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