diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:56:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:56:38 +0000 |
commit | edae65bb201793528c2994682066038f408df47c (patch) | |
tree | 2f0e24a7c59fe1c6eabe7b83f4968ec6bb5cadbb /dev-libs/hashit | |
parent | fix pkg_nofetch (diff) | |
download | historical-edae65bb201793528c2994682066038f408df47c.tar.gz historical-edae65bb201793528c2994682066038f408df47c.tar.bz2 historical-edae65bb201793528c2994682066038f408df47c.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r-- | dev-libs/hashit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.3.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.4.ebuild | 35 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.6.ebuild | 14 |
4 files changed, 6 insertions, 78 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog index b95ebfed1b3d..1ab855d10603 100644 --- a/dev-libs/hashit/ChangeLog +++ b/dev-libs/hashit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/hashit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.15 2011/12/18 19:55:48 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.16 2012/05/10 15:50:58 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -hashit-0.9.3.ebuild, + -hashit-0.9.4.ebuild, -hashit-0.9.6.ebuild: + Remove old 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hashit-0.9.7.ebuild: x86 stable wrt bug #393829 diff --git a/dev-libs/hashit/hashit-0.9.3.ebuild b/dev-libs/hashit/hashit-0.9.3.ebuild deleted file mode 100644 index 2fa70ff1f5e5..000000000000 --- a/dev-libs/hashit/hashit-0.9.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.6 2009/09/23 17:20:19 patrick Exp $ - -DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use." -HOMEPAGE="http://www.pleyades.net/david/projects/" -SRC_URI="http://www.pleyades.net/david/projects/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" -DEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - ./0 --prefix=${D}/usr --infodir=${D}/usr/share/info:${D}/usr/X11R6/info --enable-REENTRANT -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dosym libhashit.so /usr/lib/libhashit.so.0 -} diff --git a/dev-libs/hashit/hashit-0.9.4.ebuild b/dev-libs/hashit/hashit-0.9.4.ebuild deleted file mode 100644 index ff3c0e2734f5..000000000000 --- a/dev-libs/hashit/hashit-0.9.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.4.ebuild,v 1.2 2007/03/21 10:10:23 pyrania Exp $ - -inherit flag-o-matic toolchain-funcs multilib - -DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use." -HOMEPAGE="http://www.pleyades.net/david/projects/" -SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - use amd64 && append-flags -fPIC -} - -src_compile() { - ./0 --prefix="${D}"/usr \ - --infodir="${D}"/usr/share/info:"${D}"/usr/X11R6/info \ - --libdir="${D}/usr/$(get_libdir)" - emake GCC="$(tc-getCC)" LD="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - rm "${D}/usr/$(get_libdir)/libhashit.so" - dosym libhashit.so.1.0 /usr/"$(get_libdir)"/libhashit.so - dosym libhashit.so /usr/"$(get_libdir)"/libhashit.so.0 -} diff --git a/dev-libs/hashit/hashit-0.9.6.ebuild b/dev-libs/hashit/hashit-0.9.6.ebuild deleted file mode 100644 index 5c759a39248a..000000000000 --- a/dev-libs/hashit/hashit-0.9.6.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.6.ebuild,v 1.2 2009/04/24 22:28:20 mr_bones_ Exp $ - -inherit cmake-utils - -DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use." -HOMEPAGE="http://www.pleyades.net/david/projects/" -SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="debug" -DEPEND="" |