summaryrefslogtreecommitdiff
path: root/dev-tcltk/tktray/tktray-1.3.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tktray/tktray-1.3.9.ebuild')
-rw-r--r--dev-tcltk/tktray/tktray-1.3.9.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild
deleted file mode 100644
index cdfa53b8e127..000000000000
--- a/dev-tcltk/tktray/tktray-1.3.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="System Tray Icon Support for Tk on X11"
-HOMEPAGE="https://code.google.com/p/tktray/"
-SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz"
-S="${WORKDIR}/${PN}${PV}"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="debug threads"
-
-# tests need actual X server with user interaction, bug #284919
-RESTRICT="test"
-
-DEPEND="
- >=dev-lang/tcl-8.4:0=
- >=dev-lang/tk-8.4:0=
- x11-libs/libXext"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/1.1-ldflags.patch )
-
-src_configure() {
- source /usr/lib/tclConfig.sh
- CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
- econf \
- $(use_enable debug symbols) \
- $(use_enable threads)
-}