public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/elasticsearch: elasticsearch-0.90.6-r1.ebuild elasticsearch-0.90.6.ebuild ChangeLog
@ 2014-01-08  6:44 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-01-08  6:44 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/08 06:44:18

  Modified:             elasticsearch-0.90.6-r1.ebuild
                        elasticsearch-0.90.6.ebuild ChangeLog
  Log:
  Inherit the user eclass for enewuser/etc...
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.2                  app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild?r1=1.1&r2=1.2

Index: elasticsearch-0.90.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elasticsearch-0.90.6-r1.ebuild	27 Nov 2013 13:44:30 -0000	1.1
+++ elasticsearch-0.90.6-r1.ebuild	8 Jan 2014 06:44:18 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild,v 1.1 2013/11/27 13:44:30 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6-r1.ebuild,v 1.2 2014/01/08 06:44:18 vapier Exp $
 
 EAPI=5
 
-inherit eutils systemd
+inherit eutils systemd user
 
 MY_PN="${PN%-bin}"
 DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"



1.2                  app-misc/elasticsearch/elasticsearch-0.90.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild?r1=1.1&r2=1.2

Index: elasticsearch-0.90.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elasticsearch-0.90.6.ebuild	7 Nov 2013 09:19:22 -0000	1.1
+++ elasticsearch-0.90.6.ebuild	8 Jan 2014 06:44:18 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild,v 1.1 2013/11/07 09:19:22 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-0.90.6.ebuild,v 1.2 2014/01/08 06:44:18 vapier Exp $
 
 EAPI=5
 
-inherit eutils systemd
+inherit eutils systemd user
 
 MY_PN="${PN%-bin}"
 DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"



1.3                  app-misc/elasticsearch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Nov 2013 13:44:30 -0000	1.2
+++ ChangeLog	8 Jan 2014 06:44:18 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/elasticsearch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v 1.2 2013/11/27 13:44:30 chainsaw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v 1.3 2014/01/08 06:44:18 vapier Exp $
+
+  08 Jan 2014; Mike Frysinger <vapier@gentoo.org>
+  elasticsearch-0.90.6-r1.ebuild, elasticsearch-0.90.6.ebuild:
+  Inherit the user eclass for enewuser/etc...
 
 *elasticsearch-0.90.6-r1 (27 Nov 2013)
 
@@ -16,4 +20,3 @@
   Initial commit, initial ebuild by Tom Wijsman with further tweaks by Travis
   G. Hansen around systemd compatibility and traditional init scripts. Silenced
   QA warnings for pre-built components.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-08  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08  6:44 [gentoo-commits] gentoo-x86 commit in app-misc/elasticsearch: elasticsearch-0.90.6-r1.ebuild elasticsearch-0.90.6.ebuild ChangeLog Mike Frysinger (vapier)

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