summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-06-02 14:32:00 +0000
committerHanno Böck <hanno@gentoo.org>2008-06-02 14:32:00 +0000
commit7d817667d82aa7c841a095674606422980280cc9 (patch)
tree93f30eb857f1c02a932535f31cf889b785379d86 /sys-libs/libhx
parentmd4sum: add empty iuse (diff)
downloadgentoo-2-7d817667d82aa7c841a095674606422980280cc9.tar.gz
gentoo-2-7d817667d82aa7c841a095674606422980280cc9.tar.bz2
gentoo-2-7d817667d82aa7c841a095674606422980280cc9.zip
libhx bump
(Portage version: 2.1.5.3)
Diffstat (limited to 'sys-libs/libhx')
-rw-r--r--sys-libs/libhx/ChangeLog7
-rw-r--r--sys-libs/libhx/libhx-1.17.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-libs/libhx/ChangeLog b/sys-libs/libhx/ChangeLog
index b2fa3a17c291..c819bf6c9f05 100644
--- a/sys-libs/libhx/ChangeLog
+++ b/sys-libs/libhx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libhx
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.4 2008/04/06 17:46:10 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.5 2008/06/02 14:32:00 hanno Exp $
+
+*libhx-1.17 (02 Jun 2008)
+
+ 02 Jun 2008; Hanno Boeck <hanno@gentoo.org> +libhx-1.17.ebuild:
+ Version bump.
*libhx-1.15 (06 Apr 2008)
diff --git a/sys-libs/libhx/libhx-1.17.ebuild b/sys-libs/libhx/libhx-1.17.ebuild
new file mode 100644
index 000000000000..5108b0152f00
--- /dev/null
+++ b/sys-libs/libhx/libhx-1.17.ebuild
@@ -0,0 +1,23 @@
+# 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
+}