public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/zpipe: metadata.xml ChangeLog zpipe-2.01.ebuild
@ 2011-01-05 16:17 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-01-05 16:17 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/01/05 16:17:31

  Added:                metadata.xml ChangeLog zpipe-2.01.ebuild
  Log:
  New ebuild for zpipe (ZPAQ pipe compressor) per bug #350631.
  
  (Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-arch/zpipe/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
</pkgmetadata>



1.1                  app-arch/zpipe/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-arch/zpipe
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/zpipe/ChangeLog,v 1.1 2011/01/05 16:17:30 mgorny Exp $

*zpipe-2.01 (05 Jan 2011)

  05 Jan 2011; Michał Górny <mgorny@gentoo.org> +zpipe-2.01.ebuild,
  +metadata.xml:
  New ebuild for zpipe (ZPAQ pipe compressor) per bug #350631.




1.1                  app-arch/zpipe/zpipe-2.01.ebuild

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

Index: zpipe-2.01.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/zpipe/zpipe-2.01.ebuild,v 1.1 2011/01/05 16:17:30 mgorny Exp $

EAPI=3
inherit toolchain-funcs

MY_P=${PN}.${PV/./}
DESCRIPTION="Pipe compressor/decompressor for ZPAQ"
HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="app-arch/libzpaq"
DEPEND="${RDEPEND}
	app-arch/unzip"

src_compile() {
	emake CXX=$(tc-getCXX) LDLIBS=-lzpaq ${PN} || die
}

src_install() {
	dobin ${PN} || die
}






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

only message in thread, other threads:[~2011-01-05 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 16:17 [gentoo-commits] gentoo-x86 commit in app-arch/zpipe: metadata.xml ChangeLog zpipe-2.01.ebuild Michal Gorny (mgorny)

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