diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-15 12:41:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-15 12:41:28 +0000 |
commit | 0505189bc9dd5f86afcfed95272d1422b1426715 (patch) | |
tree | a4f0c66a403c954e11b54935565d99e81fa5708b /dev-tcltk | |
parent | Delete deprecation warnings. (diff) | |
download | gentoo-2-0505189bc9dd5f86afcfed95272d1422b1426715.tar.gz gentoo-2-0505189bc9dd5f86afcfed95272d1422b1426715.tar.bz2 gentoo-2-0505189bc9dd5f86afcfed95272d1422b1426715.zip |
QA, imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkimg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-tcltk/tkimg/ChangeLog b/dev-tcltk/tkimg/ChangeLog index e9bf0e2206b2..11be8ef46314 100644 --- a/dev-tcltk/tkimg/ChangeLog +++ b/dev-tcltk/tkimg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tkimg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.15 2010/05/16 11:25:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.16 2010/06/15 12:41:28 jlec Exp $ + + 15 Jun 2010; Justin Lecher <jlec@gentoo.org> tkimg-1.4.20100510.ebuild: + QA, imported prefix changes 16 May 2010; Justin Lecher <jlec@gentoo.org> -files/tkimg-1.3.20100510-gentoo.patch, diff --git a/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild b/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild index 6bb279117f39..d0cf08a1f157 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild,v 1.1 2010/05/14 14:21:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4.20100510.ebuild,v 1.2 2010/06/15 12:41:28 jlec Exp $ EAPI="3" inherit eutils prefix @@ -8,16 +8,17 @@ inherit eutils prefix DESCRIPTION="Adds a lot of image formats to Tcl/Tk" HOMEPAGE="http://sourceforge.net/projects/tkimg/" # src built with: -# svn export https://tkimg.svn.sourceforge.net/svnroot/tkimg/trunk tkimg-1.3.YYYYMMDD -# tar cvfj tkimg-1.3.YYYYMMDD.tar.bz2 tkimg-1.3.YYYYMMDD +# svn export https://tkimg.svn.sourceforge.net/svnroot/tkimg/trunk tkimg-1.4.YYYYMMDD +# tar cvfj tkimg-1.4.YYYYMMDD.tar.bz2 tkimg-1.4.YYYYMMDD SRC_URI="mirror://gentoo/${P}.tar.bz2" IUSE="doc" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -DEPEND="dev-lang/tk +DEPEND=" + dev-lang/tk >=dev-tcltk/tcllib-1.11 >=media-libs/libpng-1.4 media-libs/jpeg |