polynomial-c    15/04/01 07:05:22

  Modified:             ChangeLog
  Added:                ed-1.11.ebuild
  Removed:              ed-1.8.ebuild ed-1.9.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.107                sys-apps/ed/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.107&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.107&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   27 Feb 2014 20:14:08 -0000      1.106
+++ ChangeLog   1 Apr 2015 07:05:22 -0000       1.107
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/ed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.106 2014/02/27 
20:14:08 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.107 2015/04/01 
07:05:22 polynomial-c Exp $
+
+*ed-1.11 (01 Apr 2015)
+
+  01 Apr 2015; Lars Wendler <[email protected]> -ed-1.8.ebuild,
+  -ed-1.9.ebuild, +ed-1.11.ebuild:
+  Version bump. Removed old.
 
   27 Feb 2014; Samuli Suominen <[email protected]> ed-1.10.ebuild:
   Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip



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

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

Index: ed-1.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.1 2015/04/01 
07:05:22 polynomial-c Exp $

EAPI="4"

inherit toolchain-funcs unpacker

DESCRIPTION="Your basic line editor"
HOMEPAGE="http://www.gnu.org/software/ed/";
SRC_URI="mirror://gnu/ed/${P}.tar.lz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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="$(unpacker_src_uri_depends)
        sys-apps/texinfo"
RDEPEND=""

src_configure() {
        # Upstream configure script is moronic.
        econf \
                CC="$(tc-getCC)" \
                CFLAGS="${CFLAGS}" \
                LDFLAGS="${CFLAGS} ${LDFLAGS}" \
                CPPFLAGS="${CPPFLAGS}" \
                --bindir="${EPREFIX}/bin"
}




Reply via email to