From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/
Date: Fri, 30 Dec 2016 19:51:38 +0000 (UTC) [thread overview]
Message-ID: <1483126345.6372eefe01b2d93bc702c4196ada71ff876460c4.polynomial-c@gentoo> (raw)
commit: 6372eefe01b2d93bc702c4196ada71ff876460c4
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 19:32:25 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 19:32:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6372eefe
media-libs/libwebp: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libwebp/Manifest | 2 --
media-libs/libwebp/libwebp-0.2.1.ebuild | 35 -------------------------
media-libs/libwebp/libwebp-0.3.0.ebuild | 46 ---------------------------------
3 files changed, 83 deletions(-)
diff --git a/media-libs/libwebp/Manifest b/media-libs/libwebp/Manifest
index e578861..fb9ff92 100644
--- a/media-libs/libwebp/Manifest
+++ b/media-libs/libwebp/Manifest
@@ -1,5 +1,3 @@
-DIST libwebp-0.2.1.tar.gz 705230 SHA256 894e08b8b0043cf007cc1ca893f33d73784565a6e64b0e7aefb201a687392314 SHA512 fffaf0f81d6062b68443ffa30412384bc914cd032d11f5ad9e1dcd56c3a04bf40a56649bcc422f7496ef75a200952aacb20e6fb38f8313be6f5d53720f9e85fd WHIRLPOOL 081d57d49dc470bd5c19856ede00e49eab23a8db182c5145b336e79d838ced950c57a7c47aa532fb2fd5d55a79b10bee1290484917e0cd98dd812ce33a93c15b
-DIST libwebp-0.3.0.tar.gz 800793 SHA256 8903fca40ece603b9cb20d32105168da7e2a33bebbd4d89001a3c8741ef03ddb SHA512 8218abb5e994ab5c89c9d3360efb7c8bf448879caed581bdc3ed7febb65f9eaf597059efcd130352f7e38c25af9508f850e09a7490270e903e228355148c2c30 WHIRLPOOL 68764e957aca26211fea5e663a7a0d377b87be9a218377636e88641c3245f3413097713104da913d80827e3c0043bbaa07b5c91e14fb3dd84bbc5738846c57e6
DIST libwebp-0.3.1.tar.gz 844799 SHA256 b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7 SHA512 9b962ce8ce696eb1cc78de624abe0371f9143449cbc8978eb6327e40afe95b31c1b4c9aa97e9c3f4ada46c2f2b70d7b1ca59e46046ddbb3546ecb8e3e766922f WHIRLPOOL ce1fc294b951f75b5a9ca3048f73a9eff8f9e7f413370b36f9c6ceda8d11fad8bb4ff621d55ad4e3c8b6c829eceecf79f3892d464971e76aa2c0edc8fa32f2f6
DIST libwebp-0.4.0.tar.gz 887880 SHA256 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 SHA512 b0229bcbdf04f667cb0957738a199e08a1340d936c88ef69ad6436da7280a337a94579f4f315b478b74a72a49c126be4222c36c5e2184d429750b9ddc76ff2d6 WHIRLPOOL 8e9edfc589b41d8c076b56cf81d5a21976ad4d1b5aad9b39ed8cadd5fd520bab5fc7b6b3d036c7d7e265218b3eb3adcd1fac4bef180e2c096bac663e55489808
DIST libwebp-0.4.2.tar.gz 977801 SHA256 14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d SHA512 0213f92cc9a4303b9ae51ffbc72c083880bcd5c1d8b2f92fe514e0a11167925934d01155f89dc9e571dee51293ea26f8b8b486c5b980db20e921d653320a4d13 WHIRLPOOL be219a80a6a427f19c2ad2943a37e51b7e9c6b5509ad910bfe58ced386cb1d12e78e059ac7028987ee2942d5bdfc9d52e0051e13f14de2aea0088f6abb92a6ef
diff --git a/media-libs/libwebp/libwebp-0.2.1.ebuild b/media-libs/libwebp/libwebp-0.2.1.ebuild
deleted file mode 100644
index 02abeb7..00000000
--- a/media-libs/libwebp/libwebp-0.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="https://webp.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="experimental static-libs"
-
-RDEPEND="media-libs/libpng:0
- media-libs/tiff:0
- virtual/jpeg"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog doc/*.txt NEWS README*"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --disable-silent-rules \
- $(use_enable experimental) \
- --enable-experimental-libwebpmux
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/media-libs/libwebp/libwebp-0.3.0.ebuild b/media-libs/libwebp/libwebp-0.3.0.ebuild
deleted file mode 100644
index 1186225..00000000
--- a/media-libs/libwebp/libwebp-0.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib-minimal
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="https://webp.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="experimental gif +jpeg +png static-libs swap-16bit-csp tiff"
-
-RDEPEND="gif? ( media-libs/giflib )
- jpeg? ( virtual/jpeg )
- png? ( media-libs/libpng:0= )
- tiff? ( media-libs/tiff:0= )"
-DEPEND="${RDEPEND}"
-
-ECONF_SOURCE=${S}
-
-multilib_src_configure() {
- ac_cv_header_gif_lib_h=$(usex gif) \
- ac_cv_header_jpeglib_h=$(usex jpeg) \
- ac_cv_header_png_h=$(usex png) \
- ac_cv_header_tiffio_h=$(usex tiff) \
- econf \
- $(use_enable static-libs static) \
- $(use_enable swap-16bit-csp) \
- $(use_enable experimental) \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
- prune_libtool_files
- dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
-}
next reply other threads:[~2016-12-30 19:51 UTC|newest]
Thread overview: 112+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-30 19:51 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 12:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/ Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 10:18 Sam James
2024-05-13 9:31 Matt Jolly
2024-01-05 9:59 Sam James
2023-12-22 1:40 John Helmert III
2023-10-01 3:40 Sam James
2023-10-01 3:40 Sam James
2023-10-01 2:53 Sam James
2023-10-01 2:33 Sam James
2023-10-01 2:33 Sam James
2023-10-01 2:27 Sam James
2023-10-01 2:27 Sam James
2023-10-01 2:27 Sam James
2023-09-17 6:15 Sam James
2023-09-14 2:51 Sam James
2023-09-12 14:20 Sam James
2023-09-12 14:20 Sam James
2023-09-12 13:49 Sam James
2023-09-12 13:49 Sam James
2023-09-12 13:49 Sam James
2023-09-12 13:49 Sam James
2023-09-12 13:49 Sam James
2023-09-12 2:42 Mike Gilbert
2023-09-12 2:42 Mike Gilbert
2023-07-01 12:58 Stephan Hartmann
2023-07-01 9:02 Arthur Zamarin
2023-06-30 21:14 Sam James
2023-06-30 21:14 Sam James
2023-06-30 19:30 Sam James
2023-06-30 19:30 Sam James
2023-06-30 19:28 Arthur Zamarin
2023-06-30 19:19 Sam James
2023-06-30 19:19 Sam James
2023-06-30 15:40 Stephan Hartmann
2023-06-30 15:40 Stephan Hartmann
2022-12-18 8:32 Sam James
2022-08-25 18:24 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25 4:02 Arthur Zamarin
2022-08-25 4:02 Arthur Zamarin
2022-08-25 4:02 Arthur Zamarin
2022-08-25 3:33 Sam James
2022-08-25 3:33 Sam James
2022-08-25 3:33 Sam James
2022-08-08 6:08 Sam James
2022-05-13 6:33 WANG Xuerui
2022-02-17 18:48 Arthur Zamarin
2022-02-17 7:35 Agostino Sarubbo
2022-02-17 7:32 Agostino Sarubbo
2022-02-16 22:06 Arthur Zamarin
2022-02-16 20:39 Arthur Zamarin
2022-02-16 20:25 Arthur Zamarin
2022-02-16 20:17 Arthur Zamarin
2022-02-16 17:35 Arthur Zamarin
2022-01-27 19:47 Stephan Hartmann
2021-12-22 20:18 Stephan Hartmann
2021-12-22 20:18 Stephan Hartmann
2021-12-22 20:08 Stephan Hartmann
2021-12-21 17:26 Stephan Hartmann
2021-09-19 19:58 James Le Cuirot
2021-02-12 15:42 Stephan Hartmann
2021-01-23 21:13 Andreas Sturmlechner
2021-01-06 14:27 Fabian Groffen
2020-12-27 17:47 Fabian Groffen
2020-06-07 21:02 Mart Raudsepp
2020-05-25 21:33 Sergei Trofimovich
2020-05-21 8:06 Agostino Sarubbo
2020-05-21 8:03 Agostino Sarubbo
2020-05-21 8:02 Agostino Sarubbo
2020-05-21 8:00 Agostino Sarubbo
2020-05-21 7:58 Agostino Sarubbo
2020-05-21 7:57 Agostino Sarubbo
2020-05-21 7:53 Agostino Sarubbo
2020-02-26 12:56 Lars Wendler
2019-12-11 21:26 Mike Gilbert
2019-07-13 12:47 Lars Wendler
2019-07-11 7:56 Lars Wendler
2019-07-11 7:56 Lars Wendler
2019-06-13 19:17 Markus Meier
2019-05-08 19:21 Mikle Kolyada
2019-05-07 8:46 Tobias Klausmann
2019-04-28 20:25 Mikle Kolyada
2019-04-27 15:48 Sergei Trofimovich
2019-04-27 8:47 Sergei Trofimovich
2019-04-22 14:40 Sergei Trofimovich
2019-04-21 22:21 Aaron Bauman
2019-04-20 17:46 Mikle Kolyada
2019-01-20 0:55 Thomas Deutschmann
2018-12-27 18:48 Fabian Groffen
2018-11-20 11:37 Lars Wendler
2018-11-12 9:19 Lars Wendler
2018-06-22 10:15 Mikle Kolyada
2018-04-26 10:52 Lars Wendler
2018-04-09 15:01 Lars Wendler
2018-04-09 15:01 Lars Wendler
2017-12-07 23:39 Thomas Deutschmann
2017-08-06 22:47 Sebastian Pipping
2017-05-27 2:30 Mike Gilbert
2017-01-15 22:10 Tobias Klausmann
2017-01-15 1:17 Mike Gilbert
2017-01-14 23:17 Jeroen Roovers
2017-01-13 16:55 Markus Meier
2017-01-10 12:35 Aaron Bauman
2017-01-03 10:38 Agostino Sarubbo
2016-12-30 19:51 Lars Wendler
2016-11-16 21:09 Markus Meier
2016-11-15 14:53 Tobias Klausmann
2016-11-03 12:07 Pacho Ramos
2016-08-16 22:06 Mike Gilbert
2015-09-01 19:43 Tobias Klausmann
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=1483126345.6372eefe01b2d93bc702c4196ada71ff876460c4.polynomial-c@gentoo \
--to=polynomial-c@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