polynomial-c 15/07/11 08:26:52 Modified: ChangeLog Added: ed-1.12.ebuild Removed: ed-1.6.ebuild Log: Version bump. Removed old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.118 sys-apps/ed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?r1=1.117&r2=1.118 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ChangeLog 27 May 2015 12:34:17 -0000 1.117 +++ ChangeLog 11 Jul 2015 08:26:52 -0000 1.118 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/ed # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.117 2015/05/27 12:34:17 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.118 2015/07/11 08:26:52 polynomial-c Exp $ + +*ed-1.12 (11 Jul 2015) + + 11 Jul 2015; Lars Wendler <[email protected]> -ed-1.6.ebuild, + +ed-1.12.ebuild: + Version bump. Removed old. 27 May 2015; Mikle Kolyada <[email protected]> ed-1.10.ebuild: arm stable wrt bug #545204 1.1 sys-apps/ed/ed-1.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.12.ebuild?rev=1.1&content-type=text/plain Index: ed-1.12.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.12.ebuild,v 1.1 2015/07/11 08:26:52 polynomial-c Exp $ EAPI="4" inherit toolchain-funcs DESCRIPTION="Your basic line editor" HOMEPAGE="http://www.gnu.org/software/ed/" #SRC_URI="mirror://gnu/ed/${P}.tar.lz" # Using gzip instead -- the filesize diff is small and lzip uncommon #545344 SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz" 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="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" }
