Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "David Shakaryan (omp)" <omp@g.o>
Subject: gentoo-x86 commit in app-editors/efte: ChangeLog efte-0.96.ebuild
Date: Mon, 18 Feb 2008 00:24:28 +0000
omp         08/02/18 00:24:28

  Modified:             ChangeLog
  Added:                efte-0.96.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  app-editors/efte/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/efte/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/efte/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/efte/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/efte/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Feb 2008 07:12:54 -0000	1.2
+++ ChangeLog	18 Feb 2008 00:24:27 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/efte
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/ChangeLog,v 1.2 2008/02/15 07:12:54 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/ChangeLog,v 1.3 2008/02/18 00:24:27 omp Exp $
+
+*efte-0.96 (18 Feb 2008)
+
+  18 Feb 2008; David Shakaryan <omp@g.o> +efte-0.96.ebuild:
+  Version bump.
 
   15 Feb 2008; David Shakaryan <omp@g.o> efte-0.95.ebuild:
   Fix flag for GPM.



1.1                  app-editors/efte/efte-0.96.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/efte/efte-0.96.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/efte/efte-0.96.ebuild?rev=1.1&content-type=text/plain

Index: efte-0.96.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/efte-0.96.ebuild,v 1.1 2008/02/18 00:24:27 omp Exp $

DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc."
HOMEPAGE="http://efte.sourceforge.net"
SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gpm X"

RDEPEND="sys-libs/ncurses
	gpm? ( sys-libs/gpm )
	X? ( x11-base/xorg-x11
		x11-libs/libXpm )"
DEPEND="${RDEPEND}
	dev-util/cmake"

src_compile() {
	cmake \
		-DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DBUILD_GPM=$(use gpm && echo ON || echo OFF) \
		-DBUILD_X=$(use X && echo ON || echo OFF) \
		./
	emake || die "emake failed"

	# Compile a default configuration file.
	src/cefte config/mymain.fte system.fterc
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	insinto /usr/share/efte
	doins system.fterc
}



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in x11-misc/alacarte: ChangeLog alacarte-0.11.4.ebuild
Next by thread:
gentoo-x86 commit in x11-misc/obpager/files: obpager-1.8-as-needed.patch
Previous by date:
gentoo-x86 commit in x11-misc/alacarte: ChangeLog alacarte-0.11.4.ebuild
Next by date:
gentoo-x86 commit in x11-misc/obpager: obpager-1.8.ebuild ChangeLog


Updated Feb 21, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.