From 9d1fc41f1bc30c3c7c68adeb1adb1f15c77d52ad Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 26 Apr 2018 18:33:48 -0700 Subject: dev-tcltk/tkXwin: Transition deps to x11-base/xorg-proto --- dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild | 48 ----------------------------------- dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild | 47 ++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 48 deletions(-) delete mode 100644 dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild create mode 100644 dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild (limited to 'dev-tcltk') diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild deleted file mode 100644 index c6b35a7c21a9..000000000000 --- a/dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils multilib toolchain-funcs - -DESCRIPTION="Tcl/Tk library to detect idle periods of an X session" -HOMEPAGE="http://beepcore-tcl.sourceforge.net/" -SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -IUSE="debug static-libs threads" -KEYWORDS="amd64 ppc x86" - -DEPEND=" - dev-lang/tk[threads?] - x11-libs/libXScrnSaver - x11-libs/libX11 - x11-libs/libXext - x11-proto/scrnsaverproto - x11-proto/xextproto" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PV}-Makefile.in.diff - "${FILESDIR}"/${P}-configure.patch - ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - tc-export CC AR RANLIB - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --with-tcl="${EPREFIX}/usr/$(get_libdir)" - --with-tk="${EPREFIX}/usr/$(get_libdir)" - --enable-gcc - --with-x - $(use_enable threads) - $(use_enable debug symbols) - ) - autotools-utils_src_configure -} diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild new file mode 100644 index 000000000000..471945156f57 --- /dev/null +++ b/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit autotools-utils multilib toolchain-funcs + +DESCRIPTION="Tcl/Tk library to detect idle periods of an X session" +HOMEPAGE="http://beepcore-tcl.sourceforge.net/" +SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +IUSE="debug static-libs threads" +KEYWORDS="amd64 ppc x86" + +RDEPEND=" + dev-lang/tk[threads?] + x11-libs/libXScrnSaver + x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +PATCHES=( + "${FILESDIR}"/${PV}-Makefile.in.diff + "${FILESDIR}"/${P}-configure.patch + ) + +AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_prepare() { + tc-export CC AR RANLIB + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + --with-tcl="${EPREFIX}/usr/$(get_libdir)" + --with-tk="${EPREFIX}/usr/$(get_libdir)" + --enable-gcc + --with-x + $(use_enable threads) + $(use_enable debug symbols) + ) + autotools-utils_src_configure +} -- cgit v1.2.3-65-gdbad