aballier    14/10/30 16:44:55

  Modified:             ChangeLog iTeML-2.0.1.ebuild
  Log:
  add missing ounit dep, bug #514410 and define subslot
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.2                  dev-ml/iTeML/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Jul 2013 00:52:55 -0000      1.1
+++ ChangeLog   30 Oct 2014 16:44:55 -0000      1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/iTeML
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.1 2013/07/22 
00:52:55 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.2 2014/10/30 
16:44:55 aballier Exp $
+
+  30 Oct 2014; Alexis Ballier <[email protected]> iTeML-2.0.1.ebuild:
+  add missing ounit dep, bug #514410 and define subslot
 
 *iTeML-2.0.1 (22 Jul 2013)
 



1.2                  dev-ml/iTeML/iTeML-2.0.1.ebuild

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

Index: iTeML-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iTeML-2.0.1.ebuild  22 Jul 2013 00:52:55 -0000      1.1
+++ iTeML-2.0.1.ebuild  30 Oct 2014 16:44:55 -0000      1.2
@@ -1,6 +1,6 @@
-# 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/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.1 
2013/07/22 00:52:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.2 
2014/10/30 16:44:55 aballier Exp $
 
 EAPI=5
 
@@ -11,12 +11,13 @@
 SRC_URI="https://github.com/vincent-hugot/iTeML/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-ml/oasis"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-ml/ounit:="
+DEPEND="${RDEPEND}
+       dev-ml/oasis"
 
 DOCS=( "${WORKDIR}/${P}/README.md" )
 




Reply via email to