diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-03 13:34:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-03 13:34:13 +0000 |
commit | 3d8434fd6c5f958a4ceae63bc11608d42027c1a4 (patch) | |
tree | 30fa778f69a5bdbe2505af4b8e93241a3dd8459b /dev-tcltk/tix | |
parent | Bump transformers-compat to 0.4.0.4 (diff) | |
download | gentoo-2-3d8434fd6c5f958a4ceae63bc11608d42027c1a4.tar.gz gentoo-2-3d8434fd6c5f958a4ceae63bc11608d42027c1a4.tar.bz2 gentoo-2-3d8434fd6c5f958a4ceae63bc11608d42027c1a4.zip |
Drop old; fix SLOT operators
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk/tix')
-rw-r--r-- | dev-tcltk/tix/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.4.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.4.3.ebuild | 60 |
3 files changed, 9 insertions, 65 deletions
diff --git a/dev-tcltk/tix/ChangeLog b/dev-tcltk/tix/ChangeLog index 359453fbd8ca..a7ac14b4febf 100644 --- a/dev-tcltk/tix/ChangeLog +++ b/dev-tcltk/tix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tix -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.50 2014/08/09 10:47:46 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.51 2015/04/03 13:34:13 jlec Exp $ + + 03 Apr 2015; Justin Lecher <jlec@gentoo.org> -tix-8.4.3.ebuild, + tix-8.4.3-r1.ebuild: + Drop old; fix SLOT operators 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> tix-8.4.3-r1.ebuild: Stable for ppc64, wrt bug #500518 diff --git a/dev-tcltk/tix/tix-8.4.3-r1.ebuild b/dev-tcltk/tix/tix-8.4.3-r1.ebuild index 84e99e720718..522a6af80e1e 100644 --- a/dev-tcltk/tix/tix-8.4.3-r1.ebuild +++ b/dev-tcltk/tix/tix-8.4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3-r1.ebuild,v 1.8 2014/08/09 10:47:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3-r1.ebuild,v 1.9 2015/04/03 13:34:13 jlec Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64- RESTRICT="test" DEPEND=" - dev-lang/tk + dev-lang/tk:0= x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp" diff --git a/dev-tcltk/tix/tix-8.4.3.ebuild b/dev-tcltk/tix/tix-8.4.3.ebuild deleted file mode 100644 index 095e7e65b195..000000000000 --- a/dev-tcltk/tix/tix-8.4.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3.ebuild,v 1.16 2014/07/30 23:34:57 jer Exp $ - -EAPI=5 - -inherit eutils multilib - -MY_P="Tix${PV}" -DESCRIPTION="A widget library for Tcl/Tk" -HOMEPAGE="http://tix.sourceforge.net/" -SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz" - -IUSE="" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" - -RESTRICT="test" - -DEPEND=" - dev-lang/tk - sys-apps/sed - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - (use x86-macos || use x64-macos) || epatch "${FILESDIR}"/${P}-link.patch - sed \ - -e 's:-Os::g' \ - -i configure tclconfig/tcl.m4 || die - epatch "${FILESDIR}"/${P}-tcl8.6.patch -} - -src_configure() { - econf \ - --with-tcl="${EPREFIX}/usr/$(get_libdir)" \ - --with-tk="${EPREFIX}/usr/$(get_libdir)" -} - -src_install() { - default - - # Bug 168897 - doheader generic/tix.h - # Bug 201138 - if use x86-macos || use x64-macos; then - mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib - dosym ${MY_P}/libTix.${PV}.dylib /usr/$(get_libdir)/libTix.${PV}.dylib - else - dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so - fi - - dodoc ChangeLog README.txt docs/*.txt - dohtml -r index.html ABOUT.html docs/ -} |