dlan        14/10/10 06:28:16

  Modified:             ChangeLog
  Added:                zopfli-1.0.0_p20141006.ebuild
  Log:
  bump as maintainer request, bug 524766
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xAABEFD55)

Revision  Changes    Path
1.11                 app-arch/zopfli/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   14 Aug 2014 12:24:33 -0000      1.10
+++ ChangeLog   10 Oct 2014 06:28:16 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/zopfli
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.10 2014/08/14 
12:24:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.11 2014/10/10 
06:28:16 dlan Exp $
+
+*zopfli-1.0.0_p20141006 (10 Oct 2014)
+
+  10 Oct 2014; Yixun Lan <[email protected]> +zopfli-1.0.0_p20141006.ebuild:
+  bump as maintainer request, bug 524766
 
   14 Aug 2014; Sergey Popov <[email protected]>
   -zopfli-1.0.0_p20131216.ebuild, -zopfli-1.0.0_p20140623.ebuild:



1.1                  app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild

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

Index: zopfli-1.0.0_p20141006.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild,v 1.1 
2014/10/10 06:28:16 dlan Exp $

EAPI=5

inherit eutils toolchain-funcs vcs-snapshot

DESCRIPTION="Compression library programmed in C to perform very good, but 
slow, deflate or zlib compression"
HOMEPAGE="https://github.com/Hello71/zopfli/";
SRC_URI="https://github.com/Hello71/zopfli/archive/1a2f1148efd07e16adb5702e8820abf6162292d5.tar.gz
 -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

src_prepare() {
        tc-export CC CXX

        epatch_user
}

src_install() {
        emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
libdir="${EPREFIX}/usr/$(get_libdir)" install
        dodoc CONTRIBUTORS README README.${PN}png
}




Reply via email to