public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2008-12-17 20:34 Heath Caldwell (hncaldwell)
  0 siblings, 0 replies; 6+ messages in thread
From: Heath Caldwell (hncaldwell) @ 2008-12-17 20:34 UTC (permalink / raw
  To: gentoo-commits

hncaldwell    08/12/17 20:34:56

  Modified:             ChangeLog tenshi-0.10-r3.ebuild
  Log:
  Fixed tenshi-0.10-warn-logfile.patch to not error if there are fifos set (Fixes
  bug #250403).  Now installing documentation in the correct place (Fixes bug
  (Portage version: 2.1.6.1/cvs/Linux 2.6.25-gentoo-r6-grey01 x86_64)

Revision  Changes    Path
1.55                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	2 Dec 2008 20:46:54 -0000	1.54
+++ ChangeLog	17 Dec 2008 20:34:56 -0000	1.55
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/tenshi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.54 2008/12/02 20:46:54 hncaldwell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.55 2008/12/17 20:34:56 hncaldwell Exp $
+
+  17 Dec 2008; Heath Caldwell <hncaldwell@gentoo.org>
+  files/tenshi-0.10-warn-logfile.patch, tenshi-0.10-r3.ebuild:
+  Fixed tenshi-0.10-warn-logfile.patch to not error if there are fifos set
+  (Fixes bug #250403). Documentation location fix (Fixes bug #241254).
 
 *tenshi-0.10-r3 (02 Dec 2008)
 



1.2                  app-admin/tenshi/tenshi-0.10-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?r1=1.1&r2=1.2

Index: tenshi-0.10-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tenshi-0.10-r3.ebuild	2 Dec 2008 20:46:54 -0000	1.1
+++ tenshi-0.10-r3.ebuild	17 Dec 2008 20:34:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.1 2008/12/02 20:46:54 hncaldwell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.2 2008/12/17 20:34:56 hncaldwell Exp $
 
 inherit eutils
 
@@ -35,6 +35,10 @@
 	# Fixes for bug #243082
 	epatch "${FILESDIR}/${PN}-0.10-solo-queue-escalation.patch"
 	epatch "${FILESDIR}/${PN}-0.10-warn-logfile.patch"
+
+	# Fix for bug #241254
+	sed -i 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' \
+		Makefile || die "docdir substitution failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2009-01-30 16:43 Heath Caldwell (hncaldwell)
  0 siblings, 0 replies; 6+ messages in thread
From: Heath Caldwell (hncaldwell) @ 2009-01-30 16:43 UTC (permalink / raw
  To: gentoo-commits

hncaldwell    09/01/30 16:43:32

  Modified:             ChangeLog tenshi-0.10-r3.ebuild
  Log:
  Added postinst warning about making sure that monitored files are readable by
  tenshi user.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	17 Dec 2008 20:34:56 -0000	1.55
+++ ChangeLog	30 Jan 2009 16:43:32 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/tenshi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.55 2008/12/17 20:34:56 hncaldwell Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.56 2009/01/30 16:43:32 hncaldwell Exp $
+
+  30 Jan 2009; Heath Caldwell <hncaldwell@gentoo.org> tenshi-0.10-r3.ebuild:
+  Added postinst warning about making sure that monitored files are readable
+  by tenshi.
 
   17 Dec 2008; Heath Caldwell <hncaldwell@gentoo.org>
   files/tenshi-0.10-warn-logfile.patch, tenshi-0.10-r3.ebuild:



1.3                  app-admin/tenshi/tenshi-0.10-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?r1=1.2&r2=1.3

Index: tenshi-0.10-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tenshi-0.10-r3.ebuild	17 Dec 2008 20:34:56 -0000	1.2
+++ tenshi-0.10-r3.ebuild	30 Jan 2009 16:43:32 -0000	1.3
@@ -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/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.2 2008/12/17 20:34:56 hncaldwell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.3 2009/01/30 16:43:32 hncaldwell Exp $
 
 inherit eutils
 
@@ -50,3 +50,10 @@
 	newinitd tenshi.gentoo-init tenshi
 	keepdir /var/lib/tenshi
 }
+
+pkg_postinst() {
+	ewarn "The sample config installed to ${ROOT}etc/tenshi/tenshi.conf"
+	ewarn "monitors /var/log/messages which, by default, can not be read"
+	ewarn "by the tenshi user.  Make sure that the tenshi user has read"
+	ewarn "permission on all the files that you want tenshi to monitor."
+}






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

* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2009-01-30 17:56 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 6+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-01-30 17:56 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/01/30 17:56:35

  Modified:             ChangeLog tenshi-0.10-r3.ebuild
  Log:
  Sparc stable, Bug #256858.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	30 Jan 2009 16:43:32 -0000	1.56
+++ ChangeLog	30 Jan 2009 17:56:35 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/tenshi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.56 2009/01/30 16:43:32 hncaldwell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.57 2009/01/30 17:56:35 fmccor Exp $
+
+  30 Jan 2009; Ferris McCormick <fmccor@gentoo.org> tenshi-0.10-r3.ebuild:
+  Sparc stable, Bug #256858.
 
   30 Jan 2009; Heath Caldwell <hncaldwell@gentoo.org> tenshi-0.10-r3.ebuild:
   Added postinst warning about making sure that monitored files are readable



1.4                  app-admin/tenshi/tenshi-0.10-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?r1=1.3&r2=1.4

Index: tenshi-0.10-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tenshi-0.10-r3.ebuild	30 Jan 2009 16:43:32 -0000	1.3
+++ tenshi-0.10-r3.ebuild	30 Jan 2009 17:56:35 -0000	1.4
@@ -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/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.3 2009/01/30 16:43:32 hncaldwell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.4 2009/01/30 17:56:35 fmccor Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2009-02-01 12:16 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-02-01 12:16 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/01 12:16:00

  Modified:             ChangeLog tenshi-0.10-r3.ebuild
  Log:
  amd64/x86 stable, bug #256858
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	30 Jan 2009 17:56:35 -0000	1.57
+++ ChangeLog	1 Feb 2009 12:16:00 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/tenshi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.57 2009/01/30 17:56:35 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.58 2009/02/01 12:16:00 maekke Exp $
+
+  01 Feb 2009; Markus Meier <maekke@gentoo.org> tenshi-0.10-r3.ebuild:
+  amd64/x86 stable, bug #256858
 
   30 Jan 2009; Ferris McCormick <fmccor@gentoo.org> tenshi-0.10-r3.ebuild:
   Sparc stable, Bug #256858.



1.5                  app-admin/tenshi/tenshi-0.10-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?r1=1.4&r2=1.5

Index: tenshi-0.10-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tenshi-0.10-r3.ebuild	30 Jan 2009 17:56:35 -0000	1.4
+++ tenshi-0.10-r3.ebuild	1 Feb 2009 12:16:00 -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/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.4 2009/01/30 17:56:35 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.5 2009/02/01 12:16:00 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2009-02-01 19:07 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-02-01 19:07 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/02/01 19:07:54

  Modified:             ChangeLog tenshi-0.10-r3.ebuild
  Log:
  ppc stable #256858
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.59                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	1 Feb 2009 12:16:00 -0000	1.58
+++ ChangeLog	1 Feb 2009 19:07:54 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/tenshi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.58 2009/02/01 12:16:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.59 2009/02/01 19:07:54 nixnut Exp $
+
+  01 Feb 2009; nixnut <nixnut@gentoo.org> tenshi-0.10-r3.ebuild:
+  ppc stable #256858
 
   01 Feb 2009; Markus Meier <maekke@gentoo.org> tenshi-0.10-r3.ebuild:
   amd64/x86 stable, bug #256858



1.6                  app-admin/tenshi/tenshi-0.10-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild?r1=1.5&r2=1.6

Index: tenshi-0.10-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tenshi-0.10-r3.ebuild	1 Feb 2009 12:16:00 -0000	1.5
+++ tenshi-0.10-r3.ebuild	1 Feb 2009 19:07:54 -0000	1.6
@@ -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/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.5 2009/02/01 12:16:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.6 2009/02/01 19:07:54 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild
@ 2012-05-09 20:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-09 20:08 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/09 20:08:31

  Modified:             ChangeLog
  Removed:              tenshi-0.10-r3.ebuild
  Log:
  Remove old
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 app-admin/tenshi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	24 Mar 2012 17:28:00 -0000	1.68
+++ ChangeLog	9 May 2012 20:08:31 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/tenshi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.68 2012/03/24 17:28:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.69 2012/05/09 20:08:31 ago Exp $
+
+  09 May 2012; Agostino Sarubbo <ago@gentoo.org> -tenshi-0.10-r3.ebuild:
+  Remove old
 
   24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tenshi-0.12.ebuild:
   x86 stable wrt bug #396759






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

end of thread, other threads:[~2012-05-09 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 19:07 [gentoo-commits] gentoo-x86 commit in app-admin/tenshi: ChangeLog tenshi-0.10-r3.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 20:08 Agostino Sarubbo (ago)
2009-02-01 12:16 Markus Meier (maekke)
2009-01-30 17:56 Ferris McCormick (fmccor)
2009-01-30 16:43 Heath Caldwell (hncaldwell)
2008-12-17 20:34 Heath Caldwell (hncaldwell)

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