diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-03-04 20:53:58 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-03-04 20:53:58 +0000 |
commit | 9dc95785a444e6839bc62dea095d7ae00940a482 (patch) | |
tree | a1d7dfe13a2cc1c4d3207a4b16c214c9e4b943c6 /sys-libs | |
parent | ppc stable, bug #203287 (diff) | |
download | gentoo-2-9dc95785a444e6839bc62dea095d7ae00940a482.tar.gz gentoo-2-9dc95785a444e6839bc62dea095d7ae00940a482.tar.bz2 gentoo-2-9dc95785a444e6839bc62dea095d7ae00940a482.zip |
remove old libhx ebuild
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libhx/libhx-1.10.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-libs/libhx/libhx-1.10.0.ebuild b/sys-libs/libhx/libhx-1.10.0.ebuild deleted file mode 100644 index 6e6c5567a444..000000000000 --- a/sys-libs/libhx/libhx-1.10.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-1.10.0.ebuild,v 1.2 2007/10/06 19:07:56 dertobi123 Exp $ - -inherit autotools - -DESCRIPTION="Platform independent library providing basic system functions." -HOMEPAGE="http://jengelh.hopto.org/f/libHX/" -SRC_URI="http://jengelh.hopto.org/f/libHX/libHX-${PV}.tar.bz2" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="virtual/libc" -S="${WORKDIR}/libHX-${PV}" - -src_compile() { - eautoreconf || die - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/* || die -} |