public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.19.ebuild checkpolicy-2.0.16.ebuild
@ 2011-07-08 11:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-08 11:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/08 11:01:06

  Modified:             ChangeLog checkpolicy-2.0.19.ebuild
                        checkpolicy-2.0.16.ebuild
  Log:
  Convert from "useq" to "use".
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 sys-apps/checkpolicy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	28 May 2011 06:12:07 -0000	1.57
+++ ChangeLog	8 Jul 2011 11:01:06 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.57 2011/05/28 06:12:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.58 2011/07/08 11:01:06 ssuominen Exp $
+
+  08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+  checkpolicy-2.0.16.ebuild, checkpolicy-2.0.19.ebuild:
+  Convert from "useq" to "use".
 
   28 May 2011; Anthony G. Basile <blueness@gentoo.org>
   checkpolicy-2.0.19.ebuild:



1.3                  sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?r1=1.2&r2=1.3

Index: checkpolicy-2.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- checkpolicy-2.0.19.ebuild	28 May 2011 06:12:07 -0000	1.2
+++ checkpolicy-2.0.19.ebuild	8 Jul 2011 11:01:06 -0000	1.3
@@ -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/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.2 2011/05/28 06:12:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.3 2011/07/08 11:01:06 ssuominen Exp $
 
 IUSE="debug"
 
@@ -39,7 +39,7 @@
 src_install() {
 	make DESTDIR="${D}" install
 
-	if useq debug; then
+	if use debug; then
 		dobin "${S}/test/dismod"
 		dobin "${S}/test/dispol"
 	fi



1.4                  sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild?r1=1.3&r2=1.4

Index: checkpolicy-2.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- checkpolicy-2.0.16.ebuild	22 Jul 2009 13:21:18 -0000	1.3
+++ checkpolicy-2.0.16.ebuild	8 Jul 2011 11:01:06 -0000	1.4
@@ -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/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.3 2009/07/22 13:21:18 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.4 2011/07/08 11:01:06 ssuominen Exp $
 
 IUSE="debug"
 
@@ -36,7 +36,7 @@
 src_install() {
 	make DESTDIR="${D}" install
 
-	if useq debug; then
+	if use debug; then
 		dobin "${S}/test/dismod"
 		dobin "${S}/test/dispol"
 	fi






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.19.ebuild checkpolicy-2.0.16.ebuild
@ 2011-08-12 18:40 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-08-12 18:40 UTC (permalink / raw
  To: gentoo-commits

blueness    11/08/12 18:40:59

  Modified:             ChangeLog
  Removed:              checkpolicy-2.0.19.ebuild checkpolicy-2.0.16.ebuild
  Log:
  Removed deprecated versions
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 sys-apps/checkpolicy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	3 Aug 2011 09:38:17 -0000	1.60
+++ ChangeLog	12 Aug 2011 18:40:59 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.60 2011/08/03 09:38:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.61 2011/08/12 18:40:59 blueness Exp $
+
+  12 Aug 2011; Anthony G. Basile <blueness@gentoo.org>
+  -checkpolicy-2.0.16.ebuild, -checkpolicy-2.0.19.ebuild:
+  Removed deprecated versions
 
 *checkpolicy-2.1.0 (03 Aug 2011)
 






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

end of thread, other threads:[~2011-08-12 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 11:01 [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.19.ebuild checkpolicy-2.0.16.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-12 18:40 Anthony G. Basile (blueness)

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