public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pdlzip: metadata.xml pdlzip-1.5.ebuild ChangeLog
@ 2014-02-25  8:45 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-02-25  8:45 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/02/25 08:45:22

  Added:                metadata.xml pdlzip-1.5.ebuild ChangeLog
  Log:
  Introduce a public-domain C variant of lzip. It should more lightweight than app-arch/lzip.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdlzip/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdlzip/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>
	<maintainer>
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
</pkgmetadata>



1.1                  app-arch/pdlzip/pdlzip-1.5.ebuild

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

Index: pdlzip-1.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pdlzip/pdlzip-1.5.ebuild,v 1.1 2014/02/25 08:45:22 mgorny Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Public-domain version of lzip compressor"
HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_configure() {
	# not autotools-based
	./configure \
		--prefix="${EPREFIX}"/usr \
		CC="$(tc-getCC)" \
		CPPFLAGS="${CPPFLAGS}" \
		CFLAGS="${CFLAGS}" \
		LDFLAGS="${LDFLAGS}" || die
}



1.1                  app-arch/pdlzip/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-arch/pdlzip
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pdlzip/ChangeLog,v 1.1 2014/02/25 08:45:22 mgorny Exp $

*pdlzip-1.5 (25 Feb 2014)

  25 Feb 2014; Michał Górny <mgorny@gentoo.org> +metadata.xml,
  +pdlzip-1.5.ebuild:
  Introduce a public-domain C variant of lzip. It should more lightweight than
  app-arch/lzip.





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

only message in thread, other threads:[~2014-02-25  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25  8:45 [gentoo-commits] gentoo-x86 commit in app-arch/pdlzip: metadata.xml pdlzip-1.5.ebuild ChangeLog 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