Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xvid/
Date: Thu, 29 Nov 2018 23:01:59
Message-Id: 1543532494.dba60d9e5f064a1df1432c58d50b81d9403ba3b0.asturm@gentoo
1 commit: dba60d9e5f064a1df1432c58d50b81d9403ba3b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 22:55:43 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 23:01:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba60d9e
7
8 media-libs/xvid: https, DESCRIPTION, superfluous multilib, sort IUSE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/xvid/xvid-1.3.5.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/xvid/xvid-1.3.5.ebuild b/media-libs/xvid/xvid-1.3.5.ebuild
17 index e3d48368da4..060d9d0bd41 100644
18 --- a/media-libs/xvid/xvid-1.3.5.ebuild
19 +++ b/media-libs/xvid/xvid-1.3.5.ebuild
20 @@ -1,20 +1,20 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit flag-o-matic multilib multilib-minimal
27
28 MY_PN="${PN}core"
29 MY_P="${MY_PN}-${PV}"
30 +inherit flag-o-matic multilib-minimal
31
32 -DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
33 -HOMEPAGE="http://www.xvid.org/"
34 -SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
35 +DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution"
36 +HOMEPAGE="https://www.xvid.org/"
37 +SRC_URI="https://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
42 -IUSE="examples elibc_FreeBSD +threads pic"
43 +IUSE="elibc_FreeBSD examples pic +threads"
44
45 NASM=">=dev-lang/nasm-2"
46 YASM=">=dev-lang/yasm-1"