public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkpng: metadata.xml ChangeLog tkpng-0.9.ebuild
@ 2010-04-02  6:54 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-04-02  6:54 UTC (permalink / raw
  To: gentoo-commits

jlec        10/04/02 06:54:44

  Added:                metadata.xml ChangeLog tkpng-0.9.ebuild
  Log:
  New addition per bug 184133
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-tcltk/tkpng/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<pkgmetadata>
<herd>tcltk</herd>
<maintainer>
  <email>jlec@gentoo.org</email>
</maintainer>
</pkgmetadata>



1.1                  dev-tcltk/tkpng/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-tcltk/tkpng
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/ChangeLog,v 1.1 2010/04/02 06:54:44 jlec Exp $

*tkpng-0.9 (02 Apr 2010)

  02 Apr 2010; Justin Lecher <jlec@gentoo.org> +tkpng-0.9.ebuild,
  +metadata.xml:
  New addition per bug 184133




1.1                  dev-tcltk/tkpng/tkpng-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild?rev=1.1&content-type=text/plain

Index: tkpng-0.9.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/04/02 06:54:44 jlec Exp $

EAPI="3"

MY_P="${PN}${PV}"

DESCRIPTION="Implements support for loading and using PNG images with Tcl/Tk"
HOMEPAGE="http://www.muonics.com/FreeStuff/TkPNG/"
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${MY_P}.tgz"

SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="tktreectrl"
IUSE="debug threads"

RDEPEND="
	>=dev-lang/tcl-8.4
	>=dev-lang/tk-8.4
	sys-libs/zlib"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${MY_P}

src_configure() {
	econf \
		$(use_enable debug symbols) \
		$(use_enable amd64 64bit) \
		$(use_enable threads)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog README || die
}






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

only message in thread, other threads:[~2010-04-02  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02  6:54 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkpng: metadata.xml ChangeLog tkpng-0.9.ebuild Justin Lecher (jlec)

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