* [gentoo-commits] gentoo-x86 commit in app-arch/zopfli: ChangeLog zopfli-1.0.0_p20140705.ebuild zopfli-1.0.0_p20140623.ebuild zopfli-1.0.0_p20130508-r1.ebuild
@ 2014-07-10 2:30 Yixun Lan (dlan)
0 siblings, 0 replies; only message in thread
From: Yixun Lan (dlan) @ 2014-07-10 2:30 UTC (permalink / raw
To: gentoo-commits
dlan 14/07/10 02:30:54
Modified: ChangeLog
Added: zopfli-1.0.0_p20140705.ebuild
zopfli-1.0.0_p20140623.ebuild
Removed: zopfli-1.0.0_p20130508-r1.ebuild
Log:
version bump, bug 516468, proxy for Alex Xu (Hello71)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path
1.7 app-arch/zopfli/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 19 Feb 2014 13:25:20 -0000 1.6
+++ ChangeLog 10 Jul 2014 02:30:54 -0000 1.7
@@ -1,6 +1,13 @@
# 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.6 2014/02/19 13:25:20 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.7 2014/07/10 02:30:54 dlan Exp $
+
+*zopfli-1.0.0_p20140705 (10 Jul 2014)
+*zopfli-1.0.0_p20140623 (10 Jul 2014)
+
+ 10 Jul 2014; Yixun Lan <dlan@gentoo.org> -zopfli-1.0.0_p20130508-r1.ebuild,
+ +zopfli-1.0.0_p20140623.ebuild, +zopfli-1.0.0_p20140705.ebuild:
+ version bump, bug 516468, proxy for Alex Xu (Hello71)
19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org>
zopfli-1.0.0_p20131216.ebuild:
1.1 app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild?rev=1.1&content-type=text/plain
Index: zopfli-1.0.0_p20140705.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_p20140705.ebuild,v 1.1 2014/07/10 02:30:54 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/1c07f374419ccb352412fd6403acc2b59ab6cce7.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
}
1.1 app-arch/zopfli/zopfli-1.0.0_p20140623.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20140623.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20140623.ebuild?rev=1.1&content-type=text/plain
Index: zopfli-1.0.0_p20140623.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_p20140623.ebuild,v 1.1 2014/07/10 02:30:54 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://code.google.com/p/zopfli/"
SRC_URI="https://zopfli.googlecode.com/archive/b831d9813d44d85b4f1497be9cb877e4d5c4bbd7.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/1"
KEYWORDS="~amd64 ~x86"
src_prepare() {
epatch_user
}
src_compile() {
local target
for target in lib${PN} ${PN} ${PN}png; do
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CFLAGS="-W -Wall -Wextra -ansi -pedantic -lm ${CFLAGS}" \
CXXFLAGS="-W -Wall -Wextra -ansi -pedantic ${CXXFLAGS}" \
${target}
done
}
src_install() {
dobin ${PN} ${PN}png
dodoc CONTRIBUTORS README README.${PN}png
dolib lib${PN}.so.*
dosym lib${PN}.so.* /usr/$(get_libdir)/lib${PN}.so
dosym lib${PN}.so.* /usr/$(get_libdir)/lib${PN}.so.1
insinto /usr/include/${PN}/
doins src/${PN}/*.h
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-10 2:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 2:30 [gentoo-commits] gentoo-x86 commit in app-arch/zopfli: ChangeLog zopfli-1.0.0_p20140705.ebuild zopfli-1.0.0_p20140623.ebuild zopfli-1.0.0_p20130508-r1.ebuild Yixun Lan (dlan)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox