public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild
@ 2011-02-14 11:02 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-02-14 11:02 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/02/14 11:02:16

  Modified:             ChangeLog smarty-docs-3.0.ebuild
  Log:
  QA: Use required use instead of confutils.
  
  (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 dev-php/smarty-docs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	12 Feb 2011 17:33:32 -0000	1.50
+++ ChangeLog	14 Feb 2011 11:02:16 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty-docs
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.50 2011/02/12 17:33:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.51 2011/02/14 11:02:16 scarabeus Exp $
+
+  14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> smarty-docs-3.0.ebuild:
+  QA: Use required use instead of confutils.
 
   12 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
   smarty-docs-2.6.14.ebuild:



1.2                  dev-php/smarty-docs/smarty-docs-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.1&r2=1.2

Index: smarty-docs-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smarty-docs-3.0.ebuild	11 Feb 2011 14:27:24 -0000	1.1
+++ smarty-docs-3.0.ebuild	14 Feb 2011 11:02:16 -0000	1.2
@@ -1,11 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.1 2011/02/11 14:27:24 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.2 2011/02/14 11:02:16 scarabeus Exp $
 
 EAPI=4
 
-inherit confutils
-
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pdf html"
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
@@ -28,9 +26,7 @@
 DEPEND="html? ( app-arch/unzip )"
 RDEPEND="${DEPEND}"
 
-pkg_setup() {
-	confutils_require_any html pdf
-}
+REQUIRED_USE="|| ( html pdf )"
 
 src_unpack() {
 	mkdir -p "${S}"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild
@ 2012-02-03 16:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 16:53 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 16:53:32

  Modified:             ChangeLog smarty-docs-3.0.ebuild
  Log:
  Stable for amd64, wrt bug #397003
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-php/smarty-docs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	7 Sep 2011 19:14:30 -0000	1.53
+++ ChangeLog	3 Feb 2012 16:53:32 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty-docs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.53 2011/09/07 19:14:30 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.54 2012/02/03 16:53:32 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> smarty-docs-3.0.ebuild:
+  Stable for amd64, wrt bug #397003
 
   07 Sep 2011; Ole Markus With <olemarkus@gentoo.org> +smarty-docs-2.6.ebuild:
   Readded 2.6 and cleaned it up



1.3                  dev-php/smarty-docs/smarty-docs-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.2&r2=1.3

Index: smarty-docs-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smarty-docs-3.0.ebuild	14 Feb 2011 11:02:16 -0000	1.2
+++ smarty-docs-3.0.ebuild	3 Feb 2012 16:53:32 -0000	1.3
@@ -1,10 +1,10 @@
-# 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/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.2 2011/02/14 11:02:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.3 2012/02/03 16:53:32 ago Exp $
 
 EAPI=4
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pdf html"
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
 HOMEPAGE="http://www.smarty.net/documentation"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild
@ 2012-02-08 20:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08 20:12 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 20:12:05

  Modified:             ChangeLog smarty-docs-3.0.ebuild
  Log:
  Stable for HPPA (bug #397003).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 dev-php/smarty-docs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	3 Feb 2012 16:53:32 -0000	1.54
+++ ChangeLog	8 Feb 2012 20:12:05 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.54 2012/02/03 16:53:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.55 2012/02/08 20:12:05 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> smarty-docs-3.0.ebuild:
+  Stable for HPPA (bug #397003).
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> smarty-docs-3.0.ebuild:
   Stable for amd64, wrt bug #397003



1.4                  dev-php/smarty-docs/smarty-docs-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.3&r2=1.4

Index: smarty-docs-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smarty-docs-3.0.ebuild	3 Feb 2012 16:53:32 -0000	1.3
+++ smarty-docs-3.0.ebuild	8 Feb 2012 20:12:05 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.3 2012/02/03 16:53:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.4 2012/02/08 20:12:05 jer Exp $
 
 EAPI=4
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pdf html"
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
 HOMEPAGE="http://www.smarty.net/documentation"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild
@ 2012-02-16 18:32 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:32 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:32:00

  Modified:             ChangeLog smarty-docs-3.0.ebuild
  Log:
  x86 stable wrt bug #397003
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.56                 dev-php/smarty-docs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	8 Feb 2012 20:12:05 -0000	1.55
+++ ChangeLog	16 Feb 2012 18:32:00 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.55 2012/02/08 20:12:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.56 2012/02/16 18:32:00 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> smarty-docs-3.0.ebuild:
+  x86 stable wrt bug #397003
 
   08 Feb 2012; Jeroen Roovers <jer@gentoo.org> smarty-docs-3.0.ebuild:
   Stable for HPPA (bug #397003).



1.5                  dev-php/smarty-docs/smarty-docs-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.4&r2=1.5

Index: smarty-docs-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smarty-docs-3.0.ebuild	8 Feb 2012 20:12:05 -0000	1.4
+++ smarty-docs-3.0.ebuild	16 Feb 2012 18:32:00 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.4 2012/02/08 20:12:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.5 2012/02/16 18:32:00 phajdan.jr Exp $
 
 EAPI=4
 
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="pdf html"
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
 HOMEPAGE="http://www.smarty.net/documentation"






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

end of thread, other threads:[~2012-02-16 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 18:32 [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-08 20:12 Jeroen Roovers (jer)
2012-02-03 16:53 Agostino Sarubbo (ago)
2011-02-14 11:02 Tomas Chvatal (scarabeus)

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