polynomial-c 15/06/09 06:57:00
Modified: ChangeLog
Added: lziprecover-1.17.ebuild
Removed: lziprecover-1.17_pre1.ebuild
lziprecover-1.15.ebuild
Log:
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.9 app-arch/lziprecover/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lziprecover/ChangeLog?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lziprecover/ChangeLog?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lziprecover/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lziprecover/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 26 Jan 2015 10:41:15 -0000 1.8
+++ ChangeLog 9 Jun 2015 06:57:00 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/lziprecover
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lziprecover/ChangeLog,v 1.8
2015/01/26 10:41:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lziprecover/ChangeLog,v 1.9
2015/06/09 06:57:00 polynomial-c Exp $
+
+*lziprecover-1.17 (09 Jun 2015)
+
+ 09 Jun 2015; Lars Wendler <[email protected]> -lziprecover-1.15.ebuild,
+ -lziprecover-1.17_pre1.ebuild, +lziprecover-1.17.ebuild:
+ Version bump. Removed old.
26 Jan 2015; Agostino Sarubbo <[email protected]> lziprecover-1.16.ebuild:
Stable for x86, wrt bug #534814
1.1 app-arch/lziprecover/lziprecover-1.17.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lziprecover/lziprecover-1.17.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lziprecover/lziprecover-1.17.ebuild?rev=1.1&content-type=text/plain
Index: lziprecover-1.17.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-arch/lziprecover/lziprecover-1.17.ebuild,v 1.1
2015/06/09 06:57:00 polynomial-c Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Lziprecover is a data recovery tool and decompressor for files in
the lzip compressed data format"
HOMEPAGE="http://www.nongnu.org/lzip/lziprecover.html"
SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${P/_/-}"
src_configure() {
# not autotools-based
./configure \
--prefix="${EPREFIX}"/usr \
CXX="$(tc-getCXX)" \
CPPFLAGS="${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" || die
}