From 2fd9fde38dbc9c594060229a03c4fc389cbb7ee6 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 2 Jan 2012 02:11:28 +0000 Subject: Version bump. Update to EAPI 4. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- sys-apps/ed/ChangeLog | 9 +++++++-- sys-apps/ed/ed-1.6.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 sys-apps/ed/ed-1.6.ebuild (limited to 'sys-apps/ed') diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index d61af21b3900..28495294f814 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ed -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.87 2011/08/25 18:09:34 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.88 2012/01/02 02:11:28 radhermit Exp $ + +*ed-1.6 (02 Jan 2012) + + 02 Jan 2012; Tim Harder +ed-1.6.ebuild: + Version bump. Update to EAPI 4. 25 Aug 2011; Fabian Groffen ed-1.5.ebuild: Marked ~m68k-mint, bug #380531 diff --git a/sys-apps/ed/ed-1.6.ebuild b/sys-apps/ed/ed-1.6.ebuild new file mode 100644 index 000000000000..1bdbd4cd1412 --- /dev/null +++ b/sys-apps/ed/ed-1.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.6.ebuild,v 1.1 2012/01/02 02:11:28 radhermit Exp $ + +EAPI="4" + +inherit eutils toolchain-funcs + +DESCRIPTION="Your basic line editor" +HOMEPAGE="http://www.gnu.org/software/ed/" +SRC_URI="mirror://gnu/ed/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="sys-apps/texinfo" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5-build.patch +} + +src_configure() { + tc-export CC + # custom configure script ... econf wont work + ./configure \ + --prefix="${EPREFIX}"/ \ + --datadir="${EPREFIX}"/usr/share +} -- cgit v1.2.3-65-gdbad