public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
Date: Sat, 20 Aug 2016 02:28:02 +0000 (UTC)	[thread overview]
Message-ID: <1471660078.50923bcc7bb6619c077abd259b3fc1dd2700c7e6.radhermit@gentoo> (raw)

commit:     50923bcc7bb6619c077abd259b3fc1dd2700c7e6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 02:21:51 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 02:27:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50923bcc

app-arch/zopfli: remove old

 app-arch/zopfli/Manifest                      |  2 --
 app-arch/zopfli/zopfli-1.0.0.ebuild           | 34 ------------------
 app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild | 26 --------------
 app-arch/zopfli/zopfli-1.0.1-r1.ebuild        | 51 ---------------------------
 app-arch/zopfli/zopfli-1.0.1.ebuild           | 46 ------------------------
 5 files changed, 159 deletions(-)

diff --git a/app-arch/zopfli/Manifest b/app-arch/zopfli/Manifest
index 8cbc99d..db95b3f 100644
--- a/app-arch/zopfli/Manifest
+++ b/app-arch/zopfli/Manifest
@@ -1,4 +1,2 @@
-DIST zopfli-1.0.0.zip 57873 SHA256 e20d73b56620285e6cce5b510d8e5da6835a81940e48cdf35a69090e666f3adb SHA512 77182f700531bdca8be869efc3d7c235ba3615990d0e50539862af960f3b345061afd1817861614d1238aed901e37dad4737ef0a1e3631c2f125f326b69a27ed WHIRLPOOL b83970e22dad089c2717d81e783c290dd0919a7a278f814f780f9549428130c900208fac9852f4f00d31493eaca994309194eeff661ccf3cd3ecc17ecf5d34ff
 DIST zopfli-1.0.0_p20140705.tar.gz 125759 SHA256 d0a1db54477c8da8b59b4ffe620e7fcb0bcb9192d6e5ef08d849bb463c05ffd1 SHA512 ce5b3eb016b0d734a775dbb45842de4aa4a00bc1490edfdbbf81c4640da94994d08f336b313c45b785e17c61ecf58f370edb2cb6523c963798cad739af2282ca WHIRLPOOL 9affa8b1eb7ec9d509c90e26a385644cbf1f7c031813eab5986c297f47881454a74023cb1548e338cebe8c293d0f8876c048998185035377fa5a187d62e46fac
-DIST zopfli-1.0.0_p20141006.tar.gz 127391 SHA256 6f67f1680d88721a5f753e63e914e4a8d38f57f80f0ccb592e5ce5495d7b889a SHA512 298be8b56addd93310b40cadc4cb4232666f32886fd78404fb13a9369952c0f8c92a69423d95915362a99fc2f6da1fe9c3155ea452f66c28b98446da19794ff1 WHIRLPOOL de534045b36970f208453786a16c7f902422c558817ec4f3b920964bbb1ebc5608949d0f898e1471e1afa529524208f976297d92444c47e9578ff802d5135b0e
 DIST zopfli-1.0.1.tar.gz 128178 SHA256 29743d727a4e0ecd1b93e0bf89476ceeb662e809ab2e6ab007a0b0344800e9b4 SHA512 51d4b2d990e6785e86f0e0104325723c9a7c3b8bf6925ef694b6696f2238eaafff2ca625495a676874ecc1704df7d685e5234b0c601e5804c1c293242e113430 WHIRLPOOL 04578ab35c952b268931d309c29b9de9c5adf3646d02848abee5388520e26bff579d970da9049bfd6fa81cefe2eac1437d499af8dee81d592a6244ce698c8ad8

diff --git a/app-arch/zopfli/zopfli-1.0.0.ebuild b/app-arch/zopfli/zopfli-1.0.0.ebuild
deleted file mode 100644
index 8fb2251..0000000
--- a/app-arch/zopfli/zopfli-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-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://${PN}.googlecode.com/files/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-src_compile() {
-	# Show what we run for a more verbose build log.
-	local command="$(tc-getCC) src/${PN}/*.c -o ${PN} \
-		-W -Wall -Wextra -ansi -pedantic -lm ${CFLAGS} ${LDFLAGS}"
-
-	echo ${command} ; ${command} || die "Compilation failed."
-}
-
-src_install() {
-	dobin ${PN}
-
-	dodoc README CONTRIBUTORS
-
-	insinto /usr/include/${PN}/
-	doins src/${PN}/*.h
-}

diff --git a/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild b/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild
deleted file mode 100644
index 7399094..0000000
--- a/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib 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
-}

diff --git a/app-arch/zopfli/zopfli-1.0.1-r1.ebuild b/app-arch/zopfli/zopfli-1.0.1-r1.ebuild
deleted file mode 100644
index 554016d..0000000
--- a/app-arch/zopfli/zopfli-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Very good, but slow, deflate or zlib compression"
-HOMEPAGE="https://github.com/google/zopfli/"
-SRC_URI="https://github.com/google/zopfli/archive/${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DOCS=( CONTRIBUTORS README README.zopflipng )
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-# zopfli statically links libzopfli
-# zopflipng statically links libzopflipng
-# zopflipng also statically links an exact version of LodePNG (https://github.com/lvandeve/lodepng)
-# As of version 1.0.1 neither of the binaries
-# use the libraries we install. The libraries
-# exist solely for use by external programs.
-
-src_compile() {
-	tc-export CC CXX
-	emake libzopfli
-	emake zopfli
-
-	emake libzopflipng
-	emake zopflipng
-}
-
-# The Makefile has no install phase
-src_install() {
-	dolib.so libzopfli.so.${PV}
-	dosym libzopfli.so.${PV} /usr/$(get_libdir)/libzopfli.so.1
-
-	dobin ${PN}
-
-	# This version was erroneously not bumped to match ${PV}
-	dolib.so libzopflipng.so.1.0.0
-	dosym libzopflipng.so.1.0.0 /usr/$(get_libdir)/libzopflipng.so.1
-
-	dobin zopflipng
-}

diff --git a/app-arch/zopfli/zopfli-1.0.1.ebuild b/app-arch/zopfli/zopfli-1.0.1.ebuild
deleted file mode 100644
index ab50f0d..0000000
--- a/app-arch/zopfli/zopfli-1.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Very good, but slow, deflate or zlib compression"
-HOMEPAGE="https://github.com/google/zopfli/"
-SRC_URI="https://github.com/google/zopfli/archive/${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DOCS=( CONTRIBUTORS README README.zopflipng )
-
-# zopfli statically links libzopfli
-# zopflipng statically links libzopflipng
-# zopflipng also statically links an exact version of LodePNG (https://github.com/lvandeve/lodepng)
-# As of version 1.0.1 neither of the binaries
-# use the libraries we install. The libraries
-# exist solely for use by external programs.
-
-src_compile() {
-	emake libzopfli
-	emake zopfli
-
-	emake libzopflipng
-	emake zopflipng
-}
-
-# The Makefile has no install phase
-src_install() {
-	dolib.so libzopfli.so.${PV}
-	dosym libzopfli.so.${PV} /usr/$(get_libdir)/libzopfli.so.1
-
-	dobin ${PN}
-
-	# This version was erroneously not bumped to match ${PV}
-	dolib.so libzopflipng.so.1.0.0
-	dosym libzopflipng.so.1.0.0 /usr/$(get_libdir)/libzopflipng.so.1
-
-	dobin zopflipng
-}


             reply	other threads:[~2016-08-20  2:28 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-20  2:28 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-02 19:51 [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/ Andreas Sturmlechner
2024-06-29 15:09 Andreas K. Hüttel
2023-09-04 21:24 Andreas Sturmlechner
2020-08-05 14:06 Agostino Sarubbo
2020-07-29 23:41 Sam James
2020-07-27 18:36 Sergei Trofimovich
2020-07-25 11:17 Sam James
2020-07-25  2:51 Sam James
2020-07-25  2:21 Sam James
2020-07-25  0:46 Sam James
2020-07-24 18:22 Sam James
2020-07-24  6:36 Sam James
2020-01-03 14:39 Agostino Sarubbo
2020-01-01  8:21 Hanno Böck
2019-12-11 16:03 Matt Turner
2019-12-11 16:01 Matt Turner
2019-12-10  9:19 Agostino Sarubbo
2019-12-06 22:41 Sergei Trofimovich
2019-12-03 11:58 Agostino Sarubbo
2019-12-03  8:38 Agostino Sarubbo
2019-11-27 13:28 Mikle Kolyada
2019-11-25 13:03 Aaron Bauman
2019-11-24 23:46 Aaron Bauman
2019-11-23 21:32 Sergei Trofimovich
2019-11-23 21:32 Sergei Trofimovich
2019-10-12 21:25 Matt Turner
2019-09-15  2:50 Matt Turner
2019-09-15  0:36 Matt Turner
2019-09-15  0:35 Matt Turner
2019-09-15  0:35 Matt Turner
2019-09-15  0:35 Matt Turner
2019-02-16  8:31 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-01-19 11:57 Jonas Stein
2016-04-06  4:39 Ian Delaney
2016-03-07  8:08 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471660078.50923bcc7bb6619c077abd259b3fc1dd2700c7e6.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox