public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/ed: ChangeLog ed-1.2.ebuild
@ 2009-02-02  5:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-02-02  5:00 UTC (permalink / raw
  To: gentoo-commits

vapier      09/02/02 05:00:27

  Modified:             ChangeLog
  Added:                ed-1.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 sys-apps/ed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	31 Dec 2008 09:38:42 -0000	1.73
+++ ChangeLog	2 Feb 2009 05:00:27 -0000	1.74
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/ed
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.73 2008/12/31 09:38:42 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.74 2009/02/02 05:00:27 vapier Exp $
+
+*ed-1.2 (02 Feb 2009)
+
+  02 Feb 2009; Mike Frysinger <vapier@gentoo.org> +files/ed-1.2-build.patch,
+  +ed-1.2.ebuild:
+  Version bump.
 
 *ed-1.1 (31 Dec 2008)
 



1.1                  sys-apps/ed/ed-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/ed-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/ed-1.2.ebuild?rev=1.1&content-type=text/plain

Index: ed-1.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.2.ebuild,v 1.1 2009/02/02 05:00:27 vapier Exp $

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 ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""

DEPEND="sys-apps/texinfo"
RDEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-1.2-build.patch
}

src_compile() {
	tc-export CC CXX
	# custom configure script ... econf wont work
	./configure \
		--prefix=/ \
		--datadir=/usr/share \
		${EXTRA_ECONF} \
		|| die
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

only message in thread, other threads:[~2009-02-02  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02  5:00 [gentoo-commits] gentoo-x86 commit in sys-apps/ed: ChangeLog ed-1.2.ebuild Mike Frysinger (vapier)

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