public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/xgks-pmel: xgks-pmel-2.5.5.ebuild ChangeLog
@ 2012-05-25  7:51 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-05-25  7:51 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/05/25 07:51:36

  Modified:             xgks-pmel-2.5.5.ebuild ChangeLog
  Log:
  Update to eapi4 -> bit cleanup.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?r1=1.7&r2=1.8

Index: xgks-pmel-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xgks-pmel-2.5.5.ebuild	21 Jun 2011 14:44:33 -0000	1.7
+++ xgks-pmel-2.5.5.ebuild	25 May 2012 07:51:35 -0000	1.8
@@ -1,12 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.7 2011/06/21 14:44:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.8 2012/05/25 07:51:35 scarabeus Exp $
+
+EAPI=4
 
 inherit eutils fortran-2 toolchain-funcs multilib
 
 DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System."
 HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/"
 SRC_URI="http://www.gentoogeek.org/files/${P}.tar.gz"
+
 LICENSE="UCAR-Unidata"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -20,63 +23,61 @@
 	sys-devel/flex
 	sys-apps/groff"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/aclocal.patch
 }
 
-src_compile() {
+src_configure() {
 	sed -i -e "s:lib64:$(get_libdir):g" port/master.mk.in \
-		fontdb/Makefile.in || die "sed 1 failed"
+		fontdb/Makefile.in || die
 
 	CFLAGS=${CFLAGS} LD_X11='-L/usr/$(get_libdir) -lX11' \
 		FC=$(tc-getFC) CC=$(tc-getCC) OS=linux \
 		./configure --prefix=/usr --exec_prefix=/usr/bin \
-		|| die "configure failed"
+		|| die
+}
 
+src_compile() {
 	sed -i -e "s:port/all port/install:port/all:g" Makefile \
-		|| die "sed 2 failed"
+		|| die
 
 	# Fails parallel build, bug #295724
-	emake -j1 || die "make failed"
+	emake -j1
 
 	cd src/fortran
-	emake -j1 || die "make fortran failed"
+	emake -j1
 }
 
 src_install() {
 	cd "${S}"/progs
 
-	for tool in {defcolors,font,mi,pline,pmark}
-	do
-		newbin ${tool} xgks-${tool} || die
+	for tool in {defcolors,font,mi,pline,pmark}; do
+		newbin ${tool} xgks-${tool}
 	done
 
 	cd "${S}"
-	dolib.a src/lib/libxgks.a || die
+	dolib.a src/lib/libxgks.a
 
-	dodoc COPYRIGHT HISTORY INSTALL README || die
-	doman doc/{xgks.3,xgks_synop.3} || die
+	dodoc COPYRIGHT HISTORY INSTALL README
+	doman doc/{xgks.3,xgks_synop.3}
 	if use doc; then
-		newdoc doc/binding/cbinding.me cbinding || die
-		newdoc doc/userdoc/userdoc.me userdoc || die
+		newdoc doc/binding/cbinding.me cbinding
+		newdoc doc/userdoc/userdoc.me userdoc
 		insinto /usr/share/doc/${P}/examples
-		doins progs/{hanoi.c,star.c} || die
+		doins progs/{hanoi.c,star.c}
 	fi
 
 	insinto /usr/include/xgks
-	doins src/lib/gks*.h || die
-	doins src/lib/gksm/gksm*.h || die
-	doins src/fortran/f*.h || die
-	doins src/lib/w*.h || die
-	doins src/lib/{input.h,metafile.h,polylines.h,polymarkers.h,text.h} \
-		|| die
+	doins src/lib/gks*.h
+	doins src/lib/gksm/gksm*.h
+	doins src/fortran/f*.h
+	doins src/lib/w*.h
+	doins src/lib/{input.h,metafile.h,polylines.h,polymarkers.h,text.h}
 
 	insinto /usr/include
-	doins src/lib/xgks.h || die
-	doins port/udposix.h || die
+	doins src/lib/xgks.h
+	doins port/udposix.h
 
 	insinto /usr/share/xgksfonts
-	doins fontdb/{[1-9],*.gksfont} || die
+	doins fontdb/{[1-9],*.gksfont}
 }



1.8                  sci-libs/xgks-pmel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Jun 2011 14:44:33 -0000	1.7
+++ ChangeLog	25 May 2012 07:51:35 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/xgks-pmel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.7 2011/06/21 14:44:33 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.8 2012/05/25 07:51:35 scarabeus Exp $
+
+  25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> xgks-pmel-2.5.5.ebuild:
+  Update to eapi4 -> bit cleanup.
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild:
   Add dependency on virtual/fortran






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/xgks-pmel: xgks-pmel-2.5.5.ebuild ChangeLog
@ 2014-08-10 20:25 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:25 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:25:17

  Modified:             xgks-pmel-2.5.5.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.10                 sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild?r1=1.9&r2=1.10

Index: xgks-pmel-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xgks-pmel-2.5.5.ebuild	16 Oct 2012 19:16:53 -0000	1.9
+++ xgks-pmel-2.5.5.ebuild	10 Aug 2014 20:25:16 -0000	1.10
@@ -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/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.9 2012/10/16 19:16:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.10 2014/08/10 20:25:16 slyfox Exp $
 
 EAPI=4
 
 inherit eutils fortran-2 toolchain-funcs multilib
 
-DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System."
+DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System"
 HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/"
 SRC_URI="http://www.gentoogeek.org/files/${P}.tar.gz"
 



1.11                 sci-libs/xgks-pmel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Oct 2012 19:16:53 -0000	1.10
+++ ChangeLog	10 Aug 2014 20:25:16 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/xgks-pmel
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.10 2012/10/16 19:16:53 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.11 2014/08/10 20:25:16 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> xgks-pmel-2.5.5.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   16 Oct 2012; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild,
   metadata.xml:





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25  7:51 [gentoo-commits] gentoo-x86 commit in sci-libs/xgks-pmel: xgks-pmel-2.5.5.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:25 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