public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
Date: Tue,  9 Feb 2016 13:43:54 +0000 (UTC)	[thread overview]
Message-ID: <1455025428.c68180ef8cb4cb4d8f0f48ebf60d80d4faa5b921.polynomial-c@gentoo> (raw)

commit:     c68180ef8cb4cb4d8f0f48ebf60d80d4faa5b921
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 13:43:48 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 13:43:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68180ef

media-libs/opusfile: Removed old.

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/opusfile/Manifest            |  2 --
 media-libs/opusfile/opusfile-0.4.ebuild | 33 ---------------------------------
 media-libs/opusfile/opusfile-0.5.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/media-libs/opusfile/Manifest b/media-libs/opusfile/Manifest
index 52bbcc0..f57dfcd 100644
--- a/media-libs/opusfile/Manifest
+++ b/media-libs/opusfile/Manifest
@@ -1,4 +1,2 @@
-DIST opusfile-0.4.tar.gz 427366 SHA256 9836ea11706c44f36de92c4c9b1248e03a4c521e7fb2cff18a0cb4f8b0e79140 SHA512 af13e3c6301f303abc67ae45f0675ace04e902eb1cd72fc448893efb3a40588c3a2f10442f80d26456af13b51764d03a0a0d5841c538487b82aebca30c0270ce WHIRLPOOL 1354bf245a77e01b822351f4ddcb1aa9646c8a49c7a52bfc01b0c3445bc51fd6af4c39d1e975b65b08c465e2c5e60ebb32601dc092c006470ec6f6d6980fb655
-DIST opusfile-0.5.tar.gz 437671 SHA256 2ce52d006aeeec9f10260dbe3073c4636954a1ab19c82b8baafefe0180aa4a39 SHA512 b07baf867a732ec7826147766da51f194a2c01dfb2f86bc87d4a01616d6e21be9e788716fb5ad48a823e11de705fd1669de583bd17fbcf6a53033e7aa9569e80 WHIRLPOOL 560bfaac67b70fdbbaecf12a962f6b60656172a8be683d6bf7e55aca49f85613117e9fde373d7e160b0a6ddb65968ba325120026a1b28a034b0b258b2f3c3aac
 DIST opusfile-0.6.tar.gz 437980 SHA256 2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6 SHA512 6fee48f3da21eeffed1ee5a3852234032aa559335225b07383c1104f5efba2f88aebe41c453ab2de472a69766e0fa9b48bec2f97d2a096b27afa96901802ba02 WHIRLPOOL 27cb5a0b49722949b89ae610c9f6ef9d4e73ec8a2f909f051f8f7f90f6d9ab7e2250eae8f8954e2574711d2a9c4d4cff5dda9ef4c7f9970f4a2aa00628a131d2
 DIST opusfile-0.7.tar.gz 463581 SHA256 9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301 SHA512 13ad627e314c0f35f987d8170e090e0683d898f8c553f53a37b66a4401ff1843069e0adc35b32ef6f838d86a2a333bf11a37b4cf99161d34d5a7530619a3ade6 WHIRLPOOL ae8cd698177cc9ba3543cf7ba43df609d8b42628a4a95f67cae575f126a753cab9d0f5097e5c01630d665d931466a813e281065af1baf59445021b341970ad26

diff --git a/media-libs/opusfile/opusfile-0.4.ebuild b/media-libs/opusfile/opusfile-0.4.ebuild
deleted file mode 100644
index 26cab4a..0000000
--- a/media-libs/opusfile/opusfile-0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="http://www.opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="doc fixed-point +float +http static-libs"
-
-RDEPEND="media-libs/libogg
-	media-libs/opus
-	http? ( dev-libs/openssl )"
-
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
-	econf \
-		--docdir=/usr/share/doc/${PF} \
-		$(use_enable doc) \
-		$(use_enable fixed-point)\
-		$(use_enable float) \
-		$(use_enable http) \
-		$(use_enable static-libs static)
-}

diff --git a/media-libs/opusfile/opusfile-0.5.ebuild b/media-libs/opusfile/opusfile-0.5.ebuild
deleted file mode 100644
index d359688..0000000
--- a/media-libs/opusfile/opusfile-0.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="http://www.opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86"
-IUSE="doc fixed-point +float +http static-libs"
-
-RDEPEND="media-libs/libogg
-	media-libs/opus
-	http? ( dev-libs/openssl )"
-
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
-	econf \
-		--docdir=/usr/share/doc/${PF} \
-		$(use_enable doc) \
-		$(use_enable fixed-point)\
-		$(use_enable float) \
-		$(use_enable http) \
-		$(use_enable static-libs static)
-}


             reply	other threads:[~2016-02-09 13:44 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09 13:43 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-27 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ Sam James
2023-01-23  3:29 Sam James
2022-12-23  9:06 Miroslav Šulc
2022-12-22 13:06 Sam James
2022-12-22 13:06 Sam James
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 10:15 Arthur Zamarin
2022-12-22  9:59 Arthur Zamarin
2022-12-22  9:19 Arthur Zamarin
2022-05-26  5:20 WANG Xuerui
2022-02-07 21:45 James Le Cuirot
2021-08-10  8:58 Yixun Lan
2021-05-02 17:51 Mikle Kolyada
2020-12-31 11:22 Sergei Trofimovich
2020-12-31  1:47 Sam James
2020-12-31  1:47 Sam James
2020-12-30  2:39 Sam James
2020-07-06  8:40 Lars Wendler
2019-05-15 18:38 Andreas Sturmlechner
2019-05-06 23:42 Stefan Strogin
2019-05-02 21:04 Mikle Kolyada
2019-04-01 17:21 Thomas Deutschmann
2019-03-17 23:02 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 14:01 Mikle Kolyada
2019-03-15 22:47 Mikle Kolyada
2019-03-15  7:24 Sergei Trofimovich
2019-01-07 19:15 Lars Wendler
2018-11-03  8:18 Michał Górny
2018-10-05  7:43 Fabian Groffen
2018-09-24 15:51 Lars Wendler
2018-09-24 15:51 Lars Wendler
2018-01-05 13:07 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-08-31 13:12 Tim Harder
2017-08-07  7:53 Lars Wendler
2017-08-07  7:53 Lars Wendler
2017-06-28  9:35 Alexis Ballier
2016-07-13 10:16 Lars Wendler
2016-02-09 13:43 Lars Wendler
2015-10-05  9:08 Julian Ospald

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=1455025428.c68180ef8cb4cb4d8f0f48ebf60d80d4faa5b921.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