public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: ChangeLog gperiodic-2.0.10.ebuild
@ 2009-09-18 14:39 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-18 14:39 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/09/18 14:39:37

  Modified:             ChangeLog gperiodic-2.0.10.ebuild
  Log:
  Migrate to EAPI 2 in order to remove built_with_use usage.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.11                 sci-chemistry/gperiodic/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Jan 2009 20:01:16 -0000	1.10
+++ ChangeLog	18 Sep 2009 14:39:37 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/gperiodic
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.10 2009/01/02 20:01:16 cryos Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.11 2009/09/18 14:39:37 betelgeuse Exp $
+
+  18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+  gperiodic-2.0.10.ebuild:
+  Migrate to EAPI 2 in order to remove built_with_use usage.
 
   02 Jan 2009; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml:
   Removed myself as maintainer.



1.4                  sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?r1=1.3&r2=1.4

Index: gperiodic-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gperiodic-2.0.10.ebuild	29 May 2008 19:59:40 -0000	1.3
+++ gperiodic-2.0.10.ebuild	18 Sep 2009 14:39:37 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.3 2008/05/29 19:59:40 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.4 2009/09/18 14:39:37 betelgeuse Exp $
+
+EAPI="2"
 
 inherit toolchain-funcs eutils
 
@@ -15,17 +17,12 @@
 
 RDEPEND=">=sys-libs/ncurses-5.2
 	=x11-libs/gtk+-2*
+	x11-libs/cairo[X]
 	nls? ( sys-devel/gettext )"
 
 DEPEND="${RDEPEND}
 		dev-util/pkgconfig"
 
-pkg_setup() {
-	if ! built_with_use x11-libs/cairo X; then
-		die "gperiodic needs x11-libs/cairo emerged with USE=\"X\""
-	fi
-}
-
 src_compile() {
 	# The author has removed "unnecessary automake/autoconf setup"
 
@@ -48,7 +45,7 @@
 	dodir /usr/share/pixmaps
 	dodir /usr/share/applications
 
-	make install || die "make install failed."
+	emake install || die "make install failed."
 
 	# Fix permissions
 	chmod 644 "${D}/usr/share/pixmaps/*"
@@ -59,6 +56,6 @@
 
 	# The man page seems to have been removed too.
 #	doman man/gperiodic.1
-	dodoc AUTHORS ChangeLog README NEWS
-	newdoc po/README README.translation
+	dodoc AUTHORS ChangeLog README NEWS || die
+	newdoc po/README README.translation || die
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: ChangeLog gperiodic-2.0.10.ebuild
@ 2009-10-07 20:40 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-10-07 20:40 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/07 20:40:43

  Modified:             ChangeLog gperiodic-2.0.10.ebuild
  Log:
  amd64/x86 stable, bug #285466
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sci-chemistry/gperiodic/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Sep 2009 14:39:37 -0000	1.11
+++ ChangeLog	7 Oct 2009 20:40:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/gperiodic
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.11 2009/09/18 14:39:37 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.12 2009/10/07 20:40:43 maekke Exp $
+
+  07 Oct 2009; Markus Meier <maekke@gentoo.org> gperiodic-2.0.10.ebuild:
+  amd64/x86 stable, bug #285466
 
   18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
   gperiodic-2.0.10.ebuild:



1.5                  sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?r1=1.4&r2=1.5

Index: gperiodic-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gperiodic-2.0.10.ebuild	18 Sep 2009 14:39:37 -0000	1.4
+++ gperiodic-2.0.10.ebuild	7 Oct 2009 20:40:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.4 2009/09/18 14:39:37 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.5 2009/10/07 20:40:43 maekke Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 SRC_URI="http://www.frantz.fi/software/${P}.tar.gz"
 HOMEPAGE="http://www.frantz.fi/software/gperiodic.php"
 
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="nls"






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: ChangeLog gperiodic-2.0.10.ebuild
@ 2011-03-02 13:17 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 13:17 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 13:17:21

  Modified:             ChangeLog gperiodic-2.0.10.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sci-chemistry/gperiodic/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	23 Aug 2010 19:48:31 -0000	1.14
+++ ChangeLog	2 Mar 2011 13:17:20 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/gperiodic
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.14 2010/08/23 19:48:31 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.15 2011/03/02 13:17:20 jlec Exp $
+
+  02 Mar 2011; Justin Lecher <jlec@gentoo.org> gperiodic-2.0.10.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
 *gperiodic-2.0.10-r2 (23 Aug 2010)
 



1.6                  sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?r1=1.5&r2=1.6

Index: gperiodic-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gperiodic-2.0.10.ebuild	7 Oct 2009 20:40:43 -0000	1.5
+++ gperiodic-2.0.10.ebuild	2 Mar 2011 13:17:20 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.5 2009/10/07 20:40:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.6 2011/03/02 13:17:20 jlec Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 IUSE="nls"
 
 RDEPEND=">=sys-libs/ncurses-5.2
-	=x11-libs/gtk+-2*
+	x11-libs/gtk+:2
 	x11-libs/cairo[X]
 	nls? ( sys-devel/gettext )"
 






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

end of thread, other threads:[~2011-03-02 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 13:17 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: ChangeLog gperiodic-2.0.10.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07 20:40 Markus Meier (maekke)
2009-09-18 14:39 Petteri Raty (betelgeuse)

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