jlec        15/03/20 12:03:30

  Modified:             tkpng-0.9.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting; Bump to EAPI=5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  dev-tcltk/tkpng/tkpng-0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild?r1=1.3&r2=1.4

Index: tkpng-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tkpng-0.9.ebuild    5 Dec 2012 08:08:19 -0000       1.3
+++ tkpng-0.9.ebuild    20 Mar 2015 12:03:30 -0000      1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild,v 1.3 
2012/12/05 08:08:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild,v 1.4 
2015/03/20 12:03:30 jlec Exp $
 
-EAPI="3"
+EAPI=5
 
 MY_P="${PN}${PV}"
 
@@ -11,13 +11,13 @@
 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${MY_P}.tgz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 LICENSE="tcltk"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug threads"
 
 RDEPEND="
-       >=dev-lang/tcl-8.4
-       >=dev-lang/tk-8.4
+       >=dev-lang/tcl-8.4:0=
+       >=dev-lang/tk-8.4:0=
        sys-libs/zlib"
 DEPEND="${RDEPEND}"
 
@@ -32,8 +32,3 @@
                $(use_enable amd64 64bit) \
                $(use_enable threads)
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc ChangeLog README || die
-}



1.4                  dev-tcltk/tkpng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkpng/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Dec 2012 08:08:19 -0000       1.3
+++ ChangeLog   20 Mar 2015 12:03:30 -0000      1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkpng
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/ChangeLog,v 1.3 2012/12/05 
08:08:19 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/ChangeLog,v 1.4 2015/03/20 
12:03:30 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <[email protected]> tkpng-0.9.ebuild:
+  Fix tcl/tk slotting; Bump to EAPI=5
 
   05 Dec 2012; Ulrich Müller <[email protected]> tkpng-0.9.ebuild:
   Update LICENSE, tktreectrl was a duplicate of tcltk, bug 445468.
@@ -13,4 +16,3 @@
   02 Apr 2010; Justin Lecher <[email protected]> +tkpng-0.9.ebuild,
   +metadata.xml:
   New addition per bug 184133
-




Reply via email to