From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/
Date: Wed, 12 Apr 2017 11:10:50 +0000 (UTC) [thread overview]
Message-ID: <1491994616.f1123c54534dba7e744be2589a5e25f391caaf2c.radhermit@gentoo> (raw)
commit: f1123c54534dba7e744be2589a5e25f391caaf2c
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 10:56:56 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 10:56:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1123c54
media-libs/libogg: remove old
media-libs/libogg/Manifest | 2 --
media-libs/libogg/libogg-1.3.0.ebuild | 25 -------------------------
media-libs/libogg/libogg-1.3.1.ebuild | 31 -------------------------------
3 files changed, 58 deletions(-)
diff --git a/media-libs/libogg/Manifest b/media-libs/libogg/Manifest
index 76e51cd90d2..2a9749bff5c 100644
--- a/media-libs/libogg/Manifest
+++ b/media-libs/libogg/Manifest
@@ -1,3 +1 @@
-DIST libogg-1.3.0.tar.xz 289384 SHA256 231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b SHA512 d99f7285d1d92940e5e82778f208afe615ff44384b373d81186a57a77d57a8c7f5e3347ea9ad99dc87cd6091e41ed8f47f0c3277e6a113dbb157c6aa6dd0f357 WHIRLPOOL 75954c92b475686f23d3da9d2970f04271865c2617a53e4e0f38336991bcc0a8171ed394b48048b4bf91aff85951381a7360ffb0509158788688666c395a3c6b
-DIST libogg-1.3.1.tar.xz 406840 SHA256 3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa SHA512 980d8916b5d6bf22376105869a9b9d5312cee81f0ff1f6aa9f34359e92a93b7b34555a4c4f124922d87ef7e48a4b9451e35d9b536929b9144fcc22bcf6debbf0 WHIRLPOOL 474dd64231cfe39198a90a3c06ce2075e31fe2eaa72bf924586e34fbd505c3b21e1c57c86f12bc9a2e30f2a124665487592174ca5ffc63e01fd9f65dafff94fa
DIST libogg-1.3.2.tar.xz 407324 SHA256 3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b SHA512 dc9552b15ceccd7e12bff39a6670120ae53af74ce97254d047c28f49ba6a320f55059ed509ec1d8758a972c72514f2866634d829f3cb528c2f595cb056e9bca6 WHIRLPOOL 9ba9408aaac9f1207543383ccc90868c7122bef7137421e84e46eb590c09cb832ec0a18a8aa75258d94529733ae413c472db50d5f1b78a08ded198b26b8748a6
diff --git a/media-libs/libogg/libogg-1.3.0.ebuild b/media-libs/libogg/libogg-1.3.0.ebuild
deleted file mode 100644
index 7eee5540b4e..00000000000
--- a/media-libs/libogg/libogg-1.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="the Ogg media file format library"
-HOMEPAGE="http://xiph.org/ogg/"
-SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- # docdir, http://trac.xiph.org/ticket/1758
- emake DESTDIR="${D}" docdir=/usr/share/doc/${PF}/ogg install
- dodoc AUTHORS CHANGES
- prune_libtool_files --all
-}
diff --git a/media-libs/libogg/libogg-1.3.1.ebuild b/media-libs/libogg/libogg-1.3.1.ebuild
deleted file mode 100644
index 85706ef9993..00000000000
--- a/media-libs/libogg/libogg-1.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-multilib
-
-DESCRIPTION="the Ogg media file format library"
-HOMEPAGE="http://xiph.org/ogg/"
-SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="
- abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-DOCS=( AUTHORS CHANGES )
-
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/ogg/config_types.h
-)
-
-src_configure() {
- local myeconfargs=(
- --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
- autotools-multilib_src_configure
-}
next reply other threads:[~2017-04-12 11:11 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-12 11:10 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-17 7:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/ WANG Xuerui
2022-04-26 2:39 Sam James
2021-10-03 13:47 James Le Cuirot
2021-07-13 4:29 Miroslav Šulc
2021-07-13 4:02 Sam James
2021-07-07 6:31 Agostino Sarubbo
2021-07-07 6:30 Agostino Sarubbo
2021-07-07 2:17 Sam James
2021-07-06 18:02 Sam James
2021-07-06 17:59 Sam James
2021-06-04 18:21 Sam James
2021-05-28 15:37 David Seifert
2021-05-25 8:25 Yixun Lan
2020-09-08 7:48 Miroslav Šulc
2020-09-04 23:52 Sam James
2020-09-04 10:31 Sergei Trofimovich
2020-09-04 0:23 Sam James
2020-09-04 0:21 Sam James
2020-09-03 14:29 Thomas Deutschmann
2019-09-05 14:27 Lars Wendler
2019-05-11 1:43 Aaron Bauman
2018-06-11 0:04 Andreas Sturmlechner
2018-04-01 22:16 Sergei Trofimovich
2018-03-15 16:32 Mikle Kolyada
2018-03-05 14:52 Tobias Klausmann
2018-02-22 7:55 Sergei Trofimovich
2018-02-21 22:42 Sergei Trofimovich
2018-02-21 7:42 Sergei Trofimovich
2018-02-19 16:57 Thomas Deutschmann
2018-02-19 7:31 Sergei Trofimovich
2018-01-08 8:08 Alexis Ballier
2017-11-10 11:18 Lars Wendler
2017-08-31 12:58 Tim Harder
2017-01-29 19:15 Fabian Groffen
2017-01-15 20:27 Markus Meier
2017-01-14 11:44 Jeroen Roovers
2017-01-02 9:54 Agostino Sarubbo
2016-12-18 1:58 Aaron Bauman
2016-12-06 9:04 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=1491994616.f1123c54534dba7e744be2589a5e25f391caaf2c.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