diff options
author | 2009-08-08 02:46:44 +0000 | |
---|---|---|
committer | 2009-08-08 02:46:44 +0000 | |
commit | a4472b13c5c9c20eb810d93bc2c148696a4e27c5 (patch) | |
tree | 69511415e76cdd0d5d1a4e5824c5912f39716f3d /dev-tcltk/blt | |
parent | oops (diff) | |
download | gentoo-2-a4472b13c5c9c20eb810d93bc2c148696a4e27c5.tar.gz gentoo-2-a4472b13c5c9c20eb810d93bc2c148696a4e27c5.tar.bz2 gentoo-2-a4472b13c5c9c20eb810d93bc2c148696a4e27c5.zip |
removed old ebuilds
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/blt')
-rw-r--r-- | dev-tcltk/blt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/blt/blt-2.4z-r2.ebuild | 60 | ||||
-rw-r--r-- | dev-tcltk/blt/blt-2.4z-r4.ebuild | 64 |
3 files changed, 5 insertions, 125 deletions
diff --git a/dev-tcltk/blt/ChangeLog b/dev-tcltk/blt/ChangeLog index 5078eb33c214..254ea6f617a6 100644 --- a/dev-tcltk/blt/ChangeLog +++ b/dev-tcltk/blt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/blt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.26 2009/08/08 02:44:02 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.27 2009/08/08 02:46:44 mescalinum Exp $ + + 08 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -blt-2.4z-r2.ebuild, + -blt-2.4z-r4.ebuild: + removed old ebuilds *blt-2.4z-r5 (08 Aug 2009) diff --git a/dev-tcltk/blt/blt-2.4z-r2.ebuild b/dev-tcltk/blt/blt-2.4z-r2.ebuild deleted file mode 100644 index bc23097da740..000000000000 --- a/dev-tcltk/blt/blt-2.4z-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r2.ebuild,v 1.3 2007/12/10 17:33:57 tgall Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -HOMEPAGE="http://blt.sourceforge.net/" -SRC_URI="mirror://sourceforge/blt/BLT2.4z.tar.gz" -DESCRIPTION="BLT is an extension to the Tk toolkit adding new widgets, geometry managers, and miscellaneous commands." - -IUSE="" -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=dev-lang/tk-8.0 - x11-libs/libX11" - -S="${WORKDIR}/${PN}${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/blt2.4z-install.diff - # From blt-2.4z-6mdk.src.rpm - epatch "${FILESDIR}"/blt2.4z-64bit.patch - - # Set the correct libdir - sed -i -e "s:\(^libdir=\${exec_prefix}/\)lib:\1$(get_libdir):" \ - configure* || die "sed configure* failed" - sed -i -e "/^scriptdir =/s:lib:$(get_libdir):" \ - Makefile.in demos/Makefile.in || die "sed Makefile.in failed" -} - -src_compile() { - tc-export CC CFLAGS - - # bug 167934 - append-flags -fPIC - - econf --with-blt=/usr/$(get_libdir) || die "./configure failed" - # parallel borks - emake -j1 || die "emake failed" -} - -src_install() { - dodir /usr/bin \ - /usr/$(get_libdir)/blt2.4/demos/bitmaps \ - /usr/share/man/mann \ - /usr/include \ - || die "dodir failed" - emake -j1 INSTALL_ROOT="${D}" install || die "make install failed" - - dodoc NEWS PROBLEMS README - dohtml html/*.html - for f in `ls "${D}"/usr/share/man/mann` ; do - mv "${D}"/usr/share/man/mann/${f} "${D}"/usr/share/man/mann/${f/.n/.nblt} - done -} diff --git a/dev-tcltk/blt/blt-2.4z-r4.ebuild b/dev-tcltk/blt/blt-2.4z-r4.ebuild deleted file mode 100644 index 0bf778fffab2..000000000000 --- a/dev-tcltk/blt/blt-2.4z-r4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r4.ebuild,v 1.1 2008/10/26 13:51:06 mescalinum Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -MY_V_SUFFIX="-8.5.2" -HOMEPAGE="http://blt.sourceforge.net/ -http://jos.decoster.googlepages.com/bltfortk8.5.2" -SRC_URI="http://jos.decoster.googlepages.com/${PN}${PV}${MY_V_SUFFIX}.tar.gz" -DESCRIPTION="BLT is an extension to the Tk toolkit adding new widgets, geometry managers, and misc commands." - -IUSE="" -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=dev-lang/tk-8.0 - x11-libs/libX11" - -S="${WORKDIR}/${PN}${PV}${MY_V_SUFFIX}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/blt-2.4z-r4-fix-makefile.patch" - epatch "${FILESDIR}/blt-2.4z-r4-fix-makefile2.patch" - # From blt-2.4z-6mdk.src.rpm - epatch "${FILESDIR}"/blt2.4z-64bit.patch - - #epatch "${FILESDIR}"/blt-2.4z-tcl8.5-fix.patch - epatch "${FILESDIR}"/blt-2.4z-tcl8.5-fixpkgruntime.patch - - # Set the correct libdir - sed -i -e "s:\(^libdir=\${exec_prefix}/\)lib:\1$(get_libdir):" \ - configure* || die "sed configure* failed" - sed -i -e "/^scriptdir =/s:lib:$(get_libdir):" \ - Makefile.in demos/Makefile.in || die "sed Makefile.in failed" -} - -src_compile() { - # bug 167934 - append-flags -fPIC - - econf --with-blt=/usr/$(get_libdir) || die "./configure failed" - # parallel borks - emake -j1 || die "emake failed" -} - -src_install() { - dodir /usr/bin \ - /usr/$(get_libdir)/blt2.4/demos/bitmaps \ - /usr/share/man/mann \ - /usr/include \ - || die "dodir failed" - emake -j1 INSTALL_ROOT="${D}" install || die "make install failed" - - dodoc NEWS PROBLEMS README - dohtml html/*.html - for f in `ls "${D}"/usr/share/man/mann` ; do - mv "${D}"/usr/share/man/mann/${f} "${D}"/usr/share/man/mann/${f/.n/.nblt} - done -} |