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: media-sound/opus-tools/
Date: Fri,  9 Dec 2016 08:05:13 +0000 (UTC)	[thread overview]
Message-ID: <1481270627.1646da00de3c89b5f50a0fbe84f4930351108b90.radhermit@gentoo> (raw)

commit:     1646da00de3c89b5f50a0fbe84f4930351108b90
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 08:03:47 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 08:03:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1646da00

media-sound/opus-tools: remove old

 media-sound/opus-tools/Manifest                |  2 --
 media-sound/opus-tools/opus-tools-0.1.6.ebuild | 46 ------------------------
 media-sound/opus-tools/opus-tools-0.1.8.ebuild | 48 --------------------------
 3 files changed, 96 deletions(-)

diff --git a/media-sound/opus-tools/Manifest b/media-sound/opus-tools/Manifest
index b241608..cbaf6a9 100644
--- a/media-sound/opus-tools/Manifest
+++ b/media-sound/opus-tools/Manifest
@@ -1,3 +1 @@
-DIST opus-tools-0.1.6.tar.gz 306902 SHA256 cc86dbc2a4d76da7e1ed9afee85448c8f798c465a5412233f178783220f3a2c1 SHA512 547828082c4838643eeda513f65316b60b0e44c4a0826ef39cbfa3fe81df71b30651c03ceee7729aeb74258c259014bf95ca5f01aba097a4de8334e58c8e7ce6 WHIRLPOOL 68be6525aee01454631a3123cfa6891206cd5a5f5dfb413c044d112e2d6d5c506d1d45591951fb936a07f4f5bcc7e788bcfe266a8a566de4216a34b98df20e75
-DIST opus-tools-0.1.8.tar.gz 388711 SHA256 e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6 SHA512 c36181f073e05d1535f149eb638d58fb14386e1caae23a3e1a7008f5530d033f4c7f388b48f3d8b111a9e55b78f5e91b69e8c96b6c9074700a3b15a1796c0ade WHIRLPOOL 0d2c06265bd108edf5ad4daf6c6e2735daff5172f14c6c445b062e04697adbd0bc4f5cba14482702d3a934f12a336893c04ba590f9e41427018f8111daf0fbfd
 DIST opus-tools-0.1.9.tar.gz 385158 SHA256 b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a SHA512 e2cdc0c9c24297565f9d457893bcc548696b1a9c9b66e4cd48ddbe4dcf865bc50da5ed1b438b2b9ecdcd8be1d7c211d2be199f707cdbcd8a46a75353b0173a4c WHIRLPOOL c0acf53763c6263ece4b8b796373ba689006282987043ed15c3d747d08cc9fae76e968a643919b4d9d08a00acc9b8ad46e4fefbdd43263d7293ae2fb93e88278

diff --git a/media-sound/opus-tools/opus-tools-0.1.6.ebuild b/media-sound/opus-tools/opus-tools-0.1.6.ebuild
deleted file mode 100644
index f61c995..00000000
--- a/media-sound/opus-tools/opus-tools-0.1.6.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=4
-
-if [[ ${PV} == *9999 ]] ; then
-	SCM="git-2"
-	EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
-fi
-
-inherit autotools ${SCM}
-
-DESCRIPTION="The Opus codec is designed for interactive speech and audio
-transmission over the Internet."
-HOMEPAGE="http://opus-codec.org/"
-if [[ ${PV} == *9999 ]] ; then
-	SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-	SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
-	SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libogg-1.3.0
-		 >=media-libs/opus-0.9.10"
-DEPEND="virtual/pkgconfig
-		${DEPEND}"
-
-src_prepare() {
-	[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete
-}

diff --git a/media-sound/opus-tools/opus-tools-0.1.8.ebuild b/media-sound/opus-tools/opus-tools-0.1.8.ebuild
deleted file mode 100644
index ec6ed17..00000000
--- a/media-sound/opus-tools/opus-tools-0.1.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Royalty-free, highly versatile audio codec"
-HOMEPAGE="http://opus-codec.org/"
-
-if [[ ${PV} == *9999 ]] ; then
-	inherit git-2
-	EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
-	SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-	SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
-	SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac"
-
-RDEPEND=">=media-libs/libogg-1.3.0
-		 >=media-libs/opus-1.0.3
-		 flac? ( >=media-libs/flac-1.1.3 )"
-DEPEND="virtual/pkgconfig
-		${RDEPEND}"
-
-src_prepare() {
-	[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with flac)
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}


             reply	other threads:[~2016-12-09  8:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-09  8:05 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-26 22:16 [gentoo-commits] repo/gentoo:master commit in: media-sound/opus-tools/ Marek Szuba
2020-12-17  9:02 Sam James
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-07 21:34 Sergei Trofimovich
2019-04-06 16:14 Mikle Kolyada
2018-10-15 19:01 Sergei Trofimovich
2018-09-24 15:51 Lars Wendler
2017-08-31 13:21 Tim Harder
2017-08-31 13:21 Tim Harder
2017-08-31 13:21 Tim Harder
2017-02-21  8:47 Michael Weber
2017-01-26 23:36 Lars Wendler
2016-12-09  8:05 Tim Harder

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=1481270627.1646da00de3c89b5f50a0fbe84f4930351108b90.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