public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/prosody: prosody-0.9.1-r1.ebuild prosody-0.9.1.ebuild ChangeLog
@ 2013-11-01 20:33 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-11-01 20:33 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/11/01 20:33:25

  Modified:             prosody-0.9.1-r1.ebuild prosody-0.9.1.ebuild
                        ChangeLog
  Log:
  add missing inherit
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.2                  net-im/prosody/prosody-0.9.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild?r1=1.1&r2=1.2

Index: prosody-0.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prosody-0.9.1-r1.ebuild	16 Sep 2013 21:54:02 -0000	1.1
+++ prosody-0.9.1-r1.ebuild	1 Nov 2013 20:33:25 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild,v 1.1 2013/09/16 21:54:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild,v 1.2 2013/11/01 20:33:25 hasufell Exp $
 
 EAPI=5
 
-inherit flag-o-matic multilib versionator
+inherit flag-o-matic multilib versionator toolchain-funcs
 
 MY_PV=$(replace_version_separator 3 '')
 MY_P="${PN}-${MY_PV}"



1.4                  net-im/prosody/prosody-0.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild?r1=1.3&r2=1.4

Index: prosody-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- prosody-0.9.1.ebuild	16 Sep 2013 16:41:37 -0000	1.3
+++ prosody-0.9.1.ebuild	1 Nov 2013 20:33:25 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild,v 1.3 2013/09/16 16:41:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild,v 1.4 2013/11/01 20:33:25 hasufell Exp $
 
 EAPI="5"
 
-inherit flag-o-matic multilib versionator
+inherit flag-o-matic multilib versionator toolchain-funcs
 
 MY_PV=$(replace_version_separator 3 '')
 MY_P="${PN}-${MY_PV}"



1.32                 net-im/prosody/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	22 Sep 2013 06:50:14 -0000	1.31
+++ ChangeLog	1 Nov 2013 20:33:25 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/prosody
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.31 2013/09/22 06:50:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.32 2013/11/01 20:33:25 hasufell Exp $
+
+  01 Nov 2013; Julian Ospald <hasufell@gentoo.org> prosody-0.9.1.ebuild,
+  prosody-0.9.1-r1.ebuild:
+  add missing inherit
 
   22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> prosody-0.8.2-r1.ebuild:
   Stable for x86, wrt bug #480080





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

only message in thread, other threads:[~2013-11-01 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 20:33 [gentoo-commits] gentoo-x86 commit in net-im/prosody: prosody-0.9.1-r1.ebuild prosody-0.9.1.ebuild ChangeLog Julian Ospald (hasufell)

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