public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/shed: shed-1.13.ebuild ChangeLog shed-1.12.ebuild
@ 2011-08-13  7:01 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2011-08-13  7:01 UTC (permalink / raw
  To: gentoo-commits

hattya      11/08/13 07:01:53

  Modified:             shed-1.13.ebuild ChangeLog shed-1.12.ebuild
  Log:
  update to EAPI 4.
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  app-editors/shed/shed-1.13.ebuild

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

Index: shed-1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shed-1.13.ebuild	8 Feb 2008 19:32:02 -0000	1.4
+++ shed-1.13.ebuild	13 Aug 2011 07:01:53 -0000	1.5
@@ -1,29 +1,21 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.13.ebuild,v 1.4 2008/02/08 19:32:02 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.13.ebuild,v 1.5 2011/08/13 07:01:53 hattya Exp $
 
-IUSE=""
+EAPI="4"
 
 DESCRIPTION="Simple Hex EDitor"
 HOMEPAGE="http://shed.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
+RDEPEND="sys-libs/ncurses"
+DPEND="${RDEPEND}"
 
 src_compile() {
-
-	econf || die
-	emake AM_CFLAGS="${CFLAGS}" || die
-
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS BUGS ChangeLog README TODO
-
+	emake AM_CFLAGS="${CFLAGS}"
 }



1.23                 app-editors/shed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Aug 2011 06:33:51 -0000	1.22
+++ ChangeLog	13 Aug 2011 07:01:53 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/shed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.22 2011/08/13 06:33:51 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.23 2011/08/13 07:01:53 hattya Exp $
+
+  13 Aug 2011; Akinori Hattori <hattya@gentoo.org> shed-1.12.ebuild,
+  shed-1.13.ebuild:
+  update to EAPI 4.
 
 *shed-1.15 (13 Aug 2011)
 



1.7                  app-editors/shed/shed-1.12.ebuild

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

Index: shed-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shed-1.12.ebuild	26 Jan 2008 15:53:47 -0000	1.6
+++ shed-1.12.ebuild	13 Aug 2011 07:01:53 -0000	1.7
@@ -1,29 +1,21 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.12.ebuild,v 1.6 2008/01/26 15:53:47 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.12.ebuild,v 1.7 2011/08/13 07:01:53 hattya Exp $
 
-IUSE=""
+EAPI="4"
 
 DESCRIPTION="Simple Hex EDitor"
 HOMEPAGE="http://shed.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
 SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
+RDEPEND="sys-libs/ncurses"
+DPEND="${RDEPEND}"
 
 src_compile() {
-
-	econf || die
-	emake AM_CFLAGS="${CFLAGS}" || die
-
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS BUGS ChangeLog README TODO
-
+	emake AM_CFLAGS="${CFLAGS}"
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-13  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13  7:01 [gentoo-commits] gentoo-x86 commit in app-editors/shed: shed-1.13.ebuild ChangeLog shed-1.12.ebuild Akinori Hattori (hattya)

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