summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2013-10-05 01:14:27 +0000
committerMatt Turner <mattst88@gentoo.org>2013-10-05 01:14:27 +0000
commitcbd726b426920cf2a829a5a934f0a660c5499b25 (patch)
tree58e691e9df2feec4deb391bee3303a25bab71394 /sys-libs
parentDrop obsolete elog message, bug #476478. Add patch from Fedora for llvm-3.3 c... (diff)
downloadgentoo-2-cbd726b426920cf2a829a5a934f0a660c5499b25.tar.gz
gentoo-2-cbd726b426920cf2a829a5a934f0a660c5499b25.tar.bz2
gentoo-2-cbd726b426920cf2a829a5a934f0a660c5499b25.zip
Version bump to 3.16.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libhx/ChangeLog7
-rw-r--r--sys-libs/libhx/libhx-3.16.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/sys-libs/libhx/ChangeLog b/sys-libs/libhx/ChangeLog
index 88f445f97740..8bcbeeeba0f1 100644
--- a/sys-libs/libhx/ChangeLog
+++ b/sys-libs/libhx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libhx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.42 2013/03/25 14:52:14 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.43 2013/10/05 01:14:27 mattst88 Exp $
+
+*libhx-3.16 (05 Oct 2013)
+
+ 05 Oct 2013; Matt Turner <mattst88@gentoo.org> +libhx-3.16.ebuild:
+ Version bump to 3.16.
*libhx-3.15 (25 Mar 2013)
diff --git a/sys-libs/libhx/libhx-3.16.ebuild b/sys-libs/libhx/libhx-3.16.ebuild
new file mode 100644
index 000000000000..20e48a563c27
--- /dev/null
+++ b/sys-libs/libhx/libhx-3.16.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.1 2013/10/05 01:14:27 mattst88 Exp $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Platform independent library providing basic system functions."
+HOMEPAGE="http://libhx.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+S="${WORKDIR}/libHX-${PV}"
+
+src_configure() {
+ econf --docdir="/usr/share/doc/${PF}"
+}
+
+src_install() {
+ default
+ dodoc doc/*.txt
+ prune_libtool_files --all
+}