jer         14/10/26 10:39:47

  Modified:             ChangeLog shed-1.15.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526908). Fix DPEND typo. 
Clean up patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.26                 app-editors/shed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   22 Aug 2012 00:19:16 -0000      1.25
+++ ChangeLog   26 Oct 2014 10:39:47 -0000      1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/shed
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.25 
2012/08/22 00:19:16 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.26 
2014/10/26 10:39:47 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers <j...@gentoo.org> shed-1.15.ebuild,
+  +files/shed-1.15-cflags.patch, files/shed-1.15-interix.patch,
+  +files/shed-1.15-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526908). Fix DPEND typo.
+  Clean up patch.
 
   22 Aug 2012; Anthony G. Basile <bluen...@gentoo.org> shed-1.15.ebuild:
   Keyword ~arm, bug #431922



1.4                  app-editors/shed/shed-1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?r1=1.3&r2=1.4

Index: shed-1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shed-1.15.ebuild    22 Aug 2012 00:19:16 -0000      1.3
+++ shed-1.15.ebuild    26 Oct 2014 10:39:47 -0000      1.4
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.3 
2012/08/22 00:19:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.4 
2014/10/26 10:39:47 jer Exp $
 
-EAPI="4"
-
-inherit eutils
+EAPI=5
+inherit autotools eutils
 
 DESCRIPTION="Simple Hex EDitor"
 HOMEPAGE="http://shed.sourceforge.net/";
@@ -13,15 +12,17 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE=""
 
 RDEPEND="sys-libs/ncurses"
-DPEND="${RDEPEND}"
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-interix.patch
-}
-
-src_compile() {
-       emake AM_CFLAGS="${CFLAGS}"
+       epatch \
+               "${FILESDIR}"/${P}-cflags.patch \
+               "${FILESDIR}"/${P}-interix.patch \
+               "${FILESDIR}"/${P}-tinfo.patch
+       eautoreconf
 }




Reply via email to