public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/reed: reed-5.4.ebuild ChangeLog
@ 2012-10-29  8:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-29  8:47 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/29 08:47:15

  Modified:             reed-5.4.ebuild ChangeLog
  Log:
  EAPI4, add ~amd64
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-text/reed/reed-5.4.ebuild

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

Index: reed-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- reed-5.4.ebuild	27 Jan 2009 09:11:18 -0000	1.11
+++ reed-5.4.ebuild	29 Oct 2012 08:47:15 -0000	1.12
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.11 2009/01/27 09:11:18 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.12 2012/10/29 08:47:15 ago Exp $
+
+EAPI=4
 
 inherit toolchain-funcs
 
@@ -11,27 +13,22 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+DOCS=( AUTHORS BUGS NEWS README )
 
+src_prepare() {
 	sed -e "s:-O2:${CFLAGS} ${LDFLAGS}:" \
 		-e "s: wrap::" \
-		-e "s:-s reed:reed:" -i Makefile.in
-	rm wrap.1 # Collision with talkfilters, bug #247396
+		-e "s:-s reed:reed:" -i Makefile.in || die
+	rm wrap.1 #Collision with talkfilters, bug #247396
+	tc-export CC
 }
 
-src_compile() {
+src_configure() {
 	./configures --prefix=/usr || die "configures failed"
-	emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR=${D} install || die "emake install failed"
-	dodoc AUTHORS BUGS NEWS README
 }



1.11                 app-text/reed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	27 Jan 2009 09:11:18 -0000	1.10
+++ ChangeLog	29 Oct 2012 08:47:15 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/reed
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.10 2009/01/27 09:11:18 pva Exp $
+# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.11 2012/10/29 08:47:15 ago Exp $
+
+  29 Oct 2012; Agostino Sarubbo <ago@gentoo.org> reed-5.4.ebuild:
+  EAPI4, add ~amd64
 
   27 Jan 2009; Peter Volkov <pva@gentoo.org> reed-5.4.ebuild:
   Update HOMEPAGE to point on webarchive.org since origianl does not
@@ -30,4 +33,3 @@
 
   01 Oct 2003; Markus Nigbur <pyrania@gentoo.org> reed-5.4.ebuild:
   Initial import.
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/reed: reed-5.4.ebuild ChangeLog
@ 2014-08-10 18:31 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 18:31 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 18:31:27

  Modified:             reed-5.4.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.13                 app-text/reed/reed-5.4.ebuild

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

Index: reed-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- reed-5.4.ebuild	29 Oct 2012 08:47:15 -0000	1.12
+++ reed-5.4.ebuild	10 Aug 2014 18:31:27 -0000	1.13
@@ -1,12 +1,12 @@
-# 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-text/reed/reed-5.4.ebuild,v 1.12 2012/10/29 08:47:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.13 2014/08/10 18:31:27 slyfox Exp $
 
 EAPI=4
 
 inherit toolchain-funcs
 
-DESCRIPTION="This is a text pager (text file viewer), used to display etexts."
+DESCRIPTION="This is a text pager (text file viewer), used to display etexts"
 # Homepage http://www.sacredchao.net/software/reed/index.shtml does not exist.
 HOMEPAGE="http://web.archive.org/web/20040217010815/www.sacredchao.net/software/reed/"
 SRC_URI="http://www.sacredchao.net/software/${PN}/${P}.tar.gz"



1.12                 app-text/reed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	29 Oct 2012 08:47:15 -0000	1.11
+++ ChangeLog	10 Aug 2014 18:31:27 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/reed
-# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.11 2012/10/29 08:47:15 ago Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.12 2014/08/10 18:31:27 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> reed-5.4.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   29 Oct 2012; Agostino Sarubbo <ago@gentoo.org> reed-5.4.ebuild:
   EAPI4, add ~amd64





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-11 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29  8:47 [gentoo-commits] gentoo-x86 commit in app-text/reed: reed-5.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 18:31 Sergei Trofimovich (slyfox)

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