public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/ee: ChangeLog ee-1.5.2.ebuild
@ 2011-05-07 16:37 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2011-05-07 16:37 UTC (permalink / raw
  To: gentoo-commits

hattya      11/05/07 16:37:12

  Modified:             ChangeLog
  Added:                ee-1.5.2.ebuild
  Log:
  new upstream release. fixes bug #332729.
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-editors/ee/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 May 2011 15:46:17 -0000	1.1
+++ ChangeLog	7 May 2011 16:37:12 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/ee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.1 2011/05/07 15:46:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.2 2011/05/07 16:37:12 hattya Exp $
+
+*ee-1.5.2 (07 May 2011)
+
+  07 May 2011; Akinori Hattori <hattya@gentoo.org> +ee-1.5.2.ebuild,
+  +files/ee-init-location.diff:
+  new upstream release. fixes bug #332729.
 
 *ee-1.4.7 (07 May 2011)
 *ee-1.4.6 (07 May 2011)



1.1                  app-editors/ee/ee-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild?rev=1.1&content-type=text/plain

Index: ee-1.5.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v 1.1 2011/05/07 16:37:12 hattya Exp $

EAPI="3"

inherit eutils toolchain-funcs

IUSE=""

DESCRIPTION="An easy to use text editor. A subset of aee."
HOMEPAGE="http://mahon.cwx.net/"
SRC_URI="http://mahon.cwx.net/sources/${P}.src.tgz"

LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"
S="${WORKDIR}/easyedit-${PV}"

src_prepare() {

	epatch "${FILESDIR}"/${PN}-*.diff

	sed -i \
		-e "s/make -/\$(MAKE) -/g" \
		-e "/^buildee/s/$/ localmake/" \
		Makefile \
		|| die

	sed -i \
		-e "s/\tcc /\t\\\\\$(CC) /" \
		-e "/CFLAGS =/s/\" >/ \\\\\$(LDFLAGS)\" >/" \
		-e "/other_cflag/s/ *-s//" \
		create.make \
		|| die

}

src_compile() {

	emake CC="$(tc-getCC)" || die

}

src_install() {

	dobin ee
	doman ee.1
	dodoc Changes README.ee ee.i18n.guide ee.msg
	dodir /usr/share/${PN}

}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-07 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 16:37 [gentoo-commits] gentoo-x86 commit in app-editors/ee: ChangeLog ee-1.5.2.ebuild Akinori Hattori (hattya)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox