kensington 15/04/04 16:02:28 Modified: ChangeLog Added: hashit-0.9.7-r1.ebuild Log: Migrate to EAPI 5. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.18 dev-libs/hashit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hashit/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hashit/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hashit/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 10 Aug 2014 20:33:52 -0000 1.17 +++ ChangeLog 4 Apr 2015 16:02:28 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/hashit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.17 2014/08/10 20:33:52 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.18 2015/04/04 16:02:28 kensington Exp $ + +*hashit-0.9.7-r1 (04 Apr 2015) + + 04 Apr 2015; Michael Palimaka <[email protected]> +hashit-0.9.7-r1.ebuild: + Migrate to EAPI 5. 10 Aug 2014; Sergei Trofimovich <[email protected]> hashit-0.9.7.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-libs/hashit/hashit-0.9.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hashit/hashit-0.9.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hashit/hashit-0.9.7-r1.ebuild?rev=1.1&content-type=text/plain Index: hashit-0.9.7-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.7-r1.ebuild,v 1.1 2015/04/04 16:02:28 kensington Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Generic hash library implemented in C which supports multiple collision handling methods" HOMEPAGE="http://www.pleyades.net/david/hashit.php" SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" PATCHES=( "${FILESDIR}/${P}-pkgconfig.patch" )
