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.3.ebuild
@ 2009-05-24 17:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-24 17:43 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/24 17:43:09

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

Revision  Changes    Path
1.75                 sys-apps/ed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	2 Feb 2009 05:00:27 -0000	1.74
+++ ChangeLog	24 May 2009 17:43:09 -0000	1.75
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/ed
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.75 2009/05/24 17:43:09 vapier Exp $
+
+*ed-1.3 (24 May 2009)
+
+  24 May 2009; Mike Frysinger <vapier@gentoo.org> +ed-1.3.ebuild:
+  Version bump.
 
 *ed-1.2 (02 Feb 2009)
 



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

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

Index: ed-1.3.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.3.ebuild,v 1.1 2009/05/24 17:43:09 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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/ed: ChangeLog ed-1.3.ebuild
@ 2009-06-28 17:41 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-28 17:41 UTC (permalink / raw
  To: gentoo-commits

klausman    09/06/28 17:41:16

  Modified:             ChangeLog ed-1.3.ebuild
  Log:
  Stable on alpha, bug #231893
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 sys-apps/ed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	24 May 2009 17:43:09 -0000	1.75
+++ ChangeLog	28 Jun 2009 17:41:16 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/ed
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.75 2009/05/24 17:43:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.76 2009/06/28 17:41:16 klausman Exp $
+
+  28 Jun 2009; Tobias Klausmann <klausman@gentoo.org> ed-1.3.ebuild:
+  Stable on alpha, bug #231893
 
 *ed-1.3 (24 May 2009)
 



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

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

Index: ed-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ed-1.3.ebuild	24 May 2009 17:43:09 -0000	1.1
+++ ed-1.3.ebuild	28 Jun 2009 17:41:16 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.1 2009/05/24 17:43:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.3.ebuild,v 1.2 2009/06/28 17:41:16 klausman Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-28 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24 17:43 [gentoo-commits] gentoo-x86 commit in sys-apps/ed: ChangeLog ed-1.3.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-28 17:41 Tobias Klausmann (klausman)

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