prometheanfire 15/07/23 05:14:28 Modified: ChangeLog Added: liberasurecode-1.0.8.ebuild Log: bup, also fixing bug 549048 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.4 dev-libs/liberasurecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 18 Jul 2015 12:06:46 -0000 1.3 +++ ChangeLog 23 Jul 2015 05:14:28 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/liberasurecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.3 2015/07/18 12:06:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.4 2015/07/23 05:14:28 prometheanfire Exp $ + +*liberasurecode-1.0.8 (23 Jul 2015) + + 23 Jul 2015; Matthew Thode <[email protected]> + +liberasurecode-1.0.8.ebuild: + bup, also fixing bug 549048 18 Jul 2015; Mikle Kolyada <[email protected]> liberasurecode-1.0.7.ebuild: amd64 stable wrt bug #554284 1.1 dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.1&content-type=text/plain Index: liberasurecode-1.0.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.1 2015/07/23 05:14:28 prometheanfire Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="Erasure Code API library written in C with pluggable Erasure Code backends." HOMEPAGE="https://bitbucket.org/tsg-/liberasurecode/overview" SRC_URI="https://bitbucket.org/tsg-/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz" CUSTOM_VERSION="f61e907d2bbc" S="${WORKDIR}/tsg--${PN}-${CUSTOM_VERSION}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="sys-devel/autoconf" src_prepare() { autoreconf -i -v || die "autoconf failed" } src_configure() { econf } src_install() { emake DESTDIR="${D}" install }
