public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/webmo: webmo-8.0.010.ebuild ChangeLog webmo-7.0.003.ebuild webmo-6.1.010.ebuild
@ 2009-05-26 17:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-05-26 17:45 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/05/26 17:45:50

  Modified:             webmo-8.0.010.ebuild ChangeLog webmo-7.0.003.ebuild
                        webmo-6.1.010.ebuild
  Log:
  Add pkg_setup().
  (Portage version: 13625-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-chemistry/webmo/webmo-8.0.010.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild?r1=1.1&r2=1.2

Index: webmo-8.0.010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webmo-8.0.010.ebuild	15 Feb 2008 08:53:27 -0000	1.1
+++ webmo-8.0.010.ebuild	26 May 2009 17:45:50 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/webmo/webmo-8.0.010.ebuild,v 1.1 2008/02/15 08:53:27 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v 1.2 2009/05/26 17:45:50 arfrever Exp $
 
 inherit eutils webapp depend.apache
 
@@ -21,6 +21,10 @@
 
 S="${WORKDIR}/${MY_SRC_PN}.install"
 
+pkg_setup() {
+	webapp_pkg_setup
+}
+
 pkg_nofetch() {
 	einfo "Go to http://webmo.net/ and register for a free license."
 	einfo "Download ${SRC_URI} and place it in ${DISTDIR}."



1.16                 sci-chemistry/webmo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	15 Feb 2008 08:53:27 -0000	1.15
+++ ChangeLog	26 May 2009 17:45:50 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/webmo
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.15 2008/02/15 08:53:27 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.16 2009/05/26 17:45:50 arfrever Exp $
+
+  26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  webmo-6.1.010.ebuild, webmo-7.0.003.ebuild, webmo-8.0.010.ebuild:
+  Add pkg_setup().
 
 *webmo-8.0.010 (15 Feb 2008)
 



1.4                  sci-chemistry/webmo/webmo-7.0.003.ebuild

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

Index: webmo-7.0.003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webmo-7.0.003.ebuild	5 Feb 2008 08:47:31 -0000	1.3
+++ webmo-7.0.003.ebuild	26 May 2009 17:45:50 -0000	1.4
@@ -1,6 +1,6 @@
-# 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/webmo/webmo-7.0.003.ebuild,v 1.3 2008/02/05 08:47:31 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v 1.4 2009/05/26 17:45:50 arfrever Exp $
 
 inherit eutils webapp depend.apache
 
@@ -21,6 +21,10 @@
 
 S="${WORKDIR}/${MY_SRC_PN}.install"
 
+pkg_setup() {
+	webapp_pkg_setup
+}
+
 pkg_nofetch() {
 	einfo "Go to http://webmo.net/ and register for a free license."
 	einfo "Download ${SRC_URI} and place it in ${DISTDIR}."



1.5                  sci-chemistry/webmo/webmo-6.1.010.ebuild

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

Index: webmo-6.1.010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webmo-6.1.010.ebuild	5 Feb 2008 08:47:31 -0000	1.4
+++ webmo-6.1.010.ebuild	26 May 2009 17:45:50 -0000	1.5
@@ -1,6 +1,6 @@
-# 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/webmo/webmo-6.1.010.ebuild,v 1.4 2008/02/05 08:47:31 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v 1.5 2009/05/26 17:45:50 arfrever Exp $
 
 inherit eutils webapp depend.apache
 
@@ -21,6 +21,10 @@
 
 S="${WORKDIR}/${MY_SRC_PN}.install"
 
+pkg_setup() {
+	webapp_pkg_setup
+}
+
 pkg_nofetch() {
 	einfo "Go to http://webmo.net/ and register for a free license."
 	einfo "Download ${SRC_URI} and place it in ${DISTDIR}."






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/webmo: webmo-8.0.010.ebuild ChangeLog webmo-7.0.003.ebuild webmo-6.1.010.ebuild
@ 2011-06-27  5:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-27  5:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/27 05:30:11

  Modified:             webmo-8.0.010.ebuild ChangeLog webmo-7.0.003.ebuild
                        webmo-6.1.010.ebuild
  Log:
  Added fetch restriction and dropped keywords
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-chemistry/webmo/webmo-8.0.010.ebuild

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

Index: webmo-8.0.010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webmo-8.0.010.ebuild	25 Jun 2011 18:13:47 -0000	1.4
+++ webmo-8.0.010.ebuild	27 Jun 2011 05:30:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v 1.4 2011/06/25 18:13:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-8.0.010.ebuild,v 1.5 2011/06/27 05:30:11 jlec Exp $
 
 inherit eutils webapp depend.apache
 
@@ -12,13 +12,15 @@
 
 LICENSE="WebMO"
 SLOT="${PVR}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"
 need_apache2
 
+RESTRICT="fetch"
+
 S="${WORKDIR}/${MY_SRC_PN}.install"
 
 pkg_setup() {



1.19                 sci-chemistry/webmo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Jun 2011 18:13:47 -0000	1.18
+++ ChangeLog	27 Jun 2011 05:30:11 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/webmo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.18 2011/06/25 18:13:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/ChangeLog,v 1.19 2011/06/27 05:30:11 jlec Exp $
+
+  27 Jun 2011; Justin Lecher <jlec@gentoo.org> webmo-6.1.010.ebuild,
+  webmo-7.0.003.ebuild, webmo-8.0.010.ebuild:
+  Added fetch restriction and dropped keywords
 
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> webmo-6.1.010.ebuild,
   webmo-7.0.003.ebuild, webmo-8.0.010.ebuild, metadata.xml:



1.6                  sci-chemistry/webmo/webmo-7.0.003.ebuild

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

Index: webmo-7.0.003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- webmo-7.0.003.ebuild	25 Jun 2011 18:13:47 -0000	1.5
+++ webmo-7.0.003.ebuild	27 Jun 2011 05:30:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v 1.5 2011/06/25 18:13:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-7.0.003.ebuild,v 1.6 2011/06/27 05:30:11 jlec Exp $
 
 inherit eutils webapp depend.apache
 
@@ -12,13 +12,15 @@
 
 LICENSE="WebMO"
 SLOT="${PVR}"
-KEYWORDS="~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"
 need_apache2
 
+RESTRICT="fetch"
+
 S="${WORKDIR}/${MY_SRC_PN}.install"
 
 pkg_setup() {



1.7                  sci-chemistry/webmo/webmo-6.1.010.ebuild

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

Index: webmo-6.1.010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webmo-6.1.010.ebuild	25 Jun 2011 18:13:47 -0000	1.6
+++ webmo-6.1.010.ebuild	27 Jun 2011 05:30:11 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v 1.6 2011/06/25 18:13:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/webmo/webmo-6.1.010.ebuild,v 1.7 2011/06/27 05:30:11 jlec Exp $
 
 inherit eutils webapp depend.apache
 
@@ -12,7 +12,7 @@
 
 LICENSE="WebMO"
 SLOT="${PVR}"
-KEYWORDS="~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-lang/perl"






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

end of thread, other threads:[~2011-06-27  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 17:45 [gentoo-commits] gentoo-x86 commit in sci-chemistry/webmo: webmo-8.0.010.ebuild ChangeLog webmo-7.0.003.ebuild webmo-6.1.010.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-27  5:30 Justin Lecher (jlec)

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