public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/
Date: Mon,  7 Sep 2020 22:22:36 +0000 (UTC)	[thread overview]
Message-ID: <1599517350.2a89a8c0b44df34d90bf96ef6541b51bfd115914.sam@gentoo> (raw)

commit:     2a89a8c0b44df34d90bf96ef6541b51bfd115914
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 22:22:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 22:22:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a89a8c0

media-libs/libmp4v2: security cleanup

Bug: https://bugs.gentoo.org/661582
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libmp4v2/libmp4v2-2.0.0-r1.ebuild | 50 ----------------------------
 1 file changed, 50 deletions(-)

diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0-r1.ebuild b/media-libs/libmp4v2/libmp4v2-2.0.0-r1.ebuild
deleted file mode 100644
index 58d839ef5f3..00000000000
--- a/media-libs/libmp4v2/libmp4v2-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${P/lib}
-inherit libtool
-
-DESCRIPTION="Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard"
-HOMEPAGE="https://code.google.com/p/mp4v2/"
-SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="static-libs test utils"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	sys-apps/sed
-	test? ( dev-util/dejagnu )
-	utils? ( sys-apps/help2man )
-"
-
-DOCS=( doc/{Authors,BuildSource,Documentation,ReleaseNotes,ToolGuide}.txt README )
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-	"${FILESDIR}/${P}-gcc7.patch"
-	"${FILESDIR}/${P}-mp4tags-corruption.patch"
-	"${FILESDIR}/${P}-clang.patch"
-)
-
-src_prepare() {
-	default
-	elibtoolize
-}
-
-src_configure() {
-	econf \
-		--disable-gch \
-		$(use_enable utils util) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-09-07 22:22 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 22:22 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-04  6:09 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/ Miroslav Šulc
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05 12:54 Arthur Zamarin
2023-07-05 10:09 Arthur Zamarin
2023-05-16 18:03 Arthur Zamarin
2023-05-16 17:05 Arthur Zamarin
2023-05-16  6:28 Sam James
2023-05-16  6:28 Sam James
2023-05-16  6:10 Sam James
2023-05-16  6:10 Sam James
2023-05-12  7:27 Miroslav Šulc
2023-04-15  8:09 Miroslav Šulc
2021-09-04 10:17 Yixun Lan
2020-09-06  7:49 Sergei Trofimovich
2020-09-03  0:20 Sam James
2020-08-29 12:56 Sam James
2020-08-16 14:48 Agostino Sarubbo
2020-08-15  4:42 Sam James
2020-08-15  4:07 Sam James
2020-08-15  3:37 Sam James
2020-08-03  0:49 Sam James
2018-12-13 10:08 Andreas Sturmlechner
2018-11-29  9:02 Andreas Sturmlechner
2018-11-28 12:15 Tobias Klausmann
2018-11-18 11:52 Mikle Kolyada
2018-11-18 10:38 Sergei Trofimovich
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:14 Mikle Kolyada
2018-11-07  0:17 Sergei Trofimovich
2018-11-07  0:15 Sergei Trofimovich
2018-11-06 23:56 Sergei Trofimovich
2018-11-05  7:23 Sergei Trofimovich
2017-06-19 20:07 Alexis Ballier

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=1599517350.2a89a8c0b44df34d90bf96ef6541b51bfd115914.sam@gentoo \
    --to=sam@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