public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/lzma: lzma-9.20.ebuild ChangeLog
@ 2011-01-06  2:57 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-01-06  2:57 UTC (permalink / raw
  To: gentoo-commits

vapier      11/01/06 02:57:10

  Modified:             ChangeLog
  Added:                lzma-9.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 app-arch/lzma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lzma/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lzma/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lzma/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Jan 2010 19:33:33 -0000	1.15
+++ ChangeLog	6 Jan 2011 02:57:10 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/lzma
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v 1.15 2010/01/01 19:33:33 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v 1.16 2011/01/06 02:57:10 vapier Exp $
+
+*lzma-9.20 (06 Jan 2011)
+
+  06 Jan 2011; Mike Frysinger <vapier@gentoo.org> +lzma-9.20.ebuild:
+  Version bump.
 
   01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> lzma-4.65.ebuild:
   Transfer Prefix keywords



1.1                  app-arch/lzma/lzma-9.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lzma/lzma-9.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lzma/lzma-9.20.ebuild?rev=1.1&content-type=text/plain

Index: lzma-9.20.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/lzma-9.20.ebuild,v 1.1 2011/01/06 02:57:10 vapier Exp $

inherit toolchain-funcs

MY_P="${PN}${PV//.}"
DESCRIPTION="LZMA Stream Compressor from the SDK"
HOMEPAGE="http://www.7-zip.org/sdk.html"
SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc"

S=${WORKDIR}

src_compile() {
	cd CPP/7zip/Bundles/LzmaCon
	emake -f makefile.gcc \
		CXX="$(tc-getCXX) ${CXXFLAGS} ${CPPFLAGS}" \
		CXX_C="$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" \
		|| die "Make failed"
}

src_install() {
	newbin CPP/7zip/Bundles/LzmaCon/lzma lzmacon || die
	dodoc lzma.txt history.txt
	use doc && dodoc 7zC.txt 7zFormat.txt Methods.txt
}

pkg_postinst() {
	einfo "The lzma binary is now 'lzmacon' to avoid xz-utils conflicts #218459"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-06  2:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06  2:57 [gentoo-commits] gentoo-x86 commit in app-arch/lzma: lzma-9.20.ebuild ChangeLog Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox