polynomial-c    15/08/03 13:25:44

  Modified:             ChangeLog
  Added:                moe-1.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  Changes    Path
1.10                 app-editors/moe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Dec 2014 08:21:12 -0000       1.9
+++ ChangeLog   3 Aug 2015 13:25:44 -0000       1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/moe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.9 2014/12/06 
08:21:12 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.10 2015/08/03 
13:25:44 polynomial-c Exp $
+
+*moe-1.7 (03 Aug 2015)
+
+  03 Aug 2015; Lars Wendler <[email protected]> +moe-1.7.ebuild:
+  Version bump.
 
   06 Dec 2014; Jeroen Roovers <[email protected]> moe-1.6.ebuild,
   files/moe-1.6-tinfo.patch:



1.1                  app-editors/moe/moe-1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/moe-1.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/moe-1.7.ebuild?rev=1.1&content-type=text/plain

Index: moe-1.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.7.ebuild,v 1.1 
2015/08/03 13:25:44 polynomial-c Exp $

EAPI=5

inherit eutils toolchain-funcs unpacker

DESCRIPTION="A powerful and user-friendly console text editor"
HOMEPAGE="http://www.gnu.org/software/moe/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"

RDEPEND="
        sys-libs/ncurses
"
DEPEND="
        $(unpacker_src_uri_depends)
        ${RDEPEND}
        virtual/pkgconfig
"

src_prepare() {
        tc-export CXX PKG_CONFIG
        sed -i \
                -e "/^CXXFLAGS=/d" \
                -e "/^LDFLAGS=/d" \
                -e  "/^CXX=/d" \
                configure || die "sed on configure failed"

        epatch_user

        epatch "${FILESDIR}/${PN}-1.6-tinfo.patch"
}




Reply via email to