summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 12:03:30 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 12:03:30 +0000
commitc0d935c9fb36bbdb60691c6186fc71f07f875df9 (patch)
treec90c9a5f56ee3c3cb54abc6ae336319699e7dae0 /dev-tcltk/tkpng
parentVersion bumps (diff)
downloadgentoo-2-c0d935c9fb36bbdb60691c6186fc71f07f875df9.tar.gz
gentoo-2-c0d935c9fb36bbdb60691c6186fc71f07f875df9.tar.bz2
gentoo-2-c0d935c9fb36bbdb60691c6186fc71f07f875df9.zip
Fix tcl/tk slotting; Bump to EAPI=5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk/tkpng')
-rw-r--r--dev-tcltk/tkpng/ChangeLog8
-rw-r--r--dev-tcltk/tkpng/tkpng-0.9.ebuild17
2 files changed, 11 insertions, 14 deletions
diff --git a/dev-tcltk/tkpng/ChangeLog b/dev-tcltk/tkpng/ChangeLog
index b7323dbcae09..b1e3c7e6b2eb 100644
--- a/dev-tcltk/tkpng/ChangeLog
+++ b/dev-tcltk/tkpng/ChangeLog
@@ -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 <jlec@gentoo.org> tkpng-0.9.ebuild:
+ Fix tcl/tk slotting; Bump to EAPI=5
05 Dec 2012; Ulrich Müller <ulm@gentoo.org> tkpng-0.9.ebuild:
Update LICENSE, tktreectrl was a duplicate of tcltk, bug 445468.
@@ -13,4 +16,3 @@
02 Apr 2010; Justin Lecher <jlec@gentoo.org> +tkpng-0.9.ebuild,
+metadata.xml:
New addition per bug 184133
-
diff --git a/dev-tcltk/tkpng/tkpng-0.9.ebuild b/dev-tcltk/tkpng/tkpng-0.9.ebuild
index ad5e7e3da82c..647640e98994 100644
--- a/dev-tcltk/tkpng/tkpng-0.9.ebuild
+++ b/dev-tcltk/tkpng/tkpng-0.9.ebuild
@@ -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 @@ HOMEPAGE="http://www.muonics.com/FreeStuff/TkPNG/"
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 @@ src_configure() {
$(use_enable amd64 64bit) \
$(use_enable threads)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README || die
-}