summaryrefslogtreecommitdiff
path: root/dev-tcltk/tkpng/tkpng-0.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /dev-tcltk/tkpng/tkpng-0.9.ebuild
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'dev-tcltk/tkpng/tkpng-0.9.ebuild')
-rw-r--r--dev-tcltk/tkpng/tkpng-0.9.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-tcltk/tkpng/tkpng-0.9.ebuild b/dev-tcltk/tkpng/tkpng-0.9.ebuild
deleted file mode 100644
index 316297207f53..000000000000
--- a/dev-tcltk/tkpng/tkpng-0.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-LICENSE="tcltk"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug threads"
-
-RDEPEND="
- >=dev-lang/tcl-8.4:0=
- >=dev-lang/tk-8.4:0=
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-# test target in Makefile, but test not shipped
-RESTRICT="test"
-
-S="${WORKDIR}"/${MY_P}
-
-src_configure() {
- econf \
- $(use_enable debug symbols) \
- $(use_enable amd64 64bit) \
- $(use_enable threads)
-}