summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-09-08 23:59:30 +0000
committerHanno Böck <hanno@gentoo.org>2008-09-08 23:59:30 +0000
commit5f222f720be8835d64c226b45c00e8fa36e436db (patch)
tree4f9b714240eabae680ce2c3ffb65f861131dba2a /sys-libs/libhx
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-5f222f720be8835d64c226b45c00e8fa36e436db.tar.gz
gentoo-2-5f222f720be8835d64c226b45c00e8fa36e436db.tar.bz2
gentoo-2-5f222f720be8835d64c226b45c00e8fa36e436db.zip
remove old libhx version
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 i686)
Diffstat (limited to 'sys-libs/libhx')
-rw-r--r--sys-libs/libhx/libhx-1.17.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-libs/libhx/libhx-1.17.ebuild b/sys-libs/libhx/libhx-1.17.ebuild
deleted file mode 100644
index 5108b0152f00..000000000000
--- a/sys-libs/libhx/libhx-1.17.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-1.17.ebuild,v 1.1 2008/06/02 14:32:00 hanno Exp $
-
-DESCRIPTION="Platform independent library providing basic system functions."
-HOMEPAGE="http://jengelh.medozas.de/files/libHX/"
-SRC_URI="http://jengelh.medozas.de/files/libHX//libHX-${PV}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND="virtual/libc"
-S="${WORKDIR}/libHX-${PV}"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc doc/* || die
-}