hanno 15/01/04 10:06:11 Modified: ChangeLog Added: libhx-3.22.ebuild Log: libhx bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BBB51E42)
Revision Changes Path 1.49 sys-libs/libhx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 10 Aug 2014 20:12:32 -0000 1.48 +++ ChangeLog 4 Jan 2015 10:06:11 -0000 1.49 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libhx -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.48 2014/08/10 20:12:32 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.49 2015/01/04 10:06:11 hanno Exp $ + +*libhx-3.22 (04 Jan 2015) + + 04 Jan 2015; <[email protected]> +libhx-3.22.ebuild: + Bump. 10 Aug 2014; Sergei Trofimovich <[email protected]> libhx-3.16.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 sys-libs/libhx/libhx-3.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.22.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.22.ebuild?rev=1.1&content-type=text/plain Index: libhx-3.22.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.22.ebuild,v 1.1 2015/01/04 10:06:11 hanno 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 }
