forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Ogg-Vorbis-Header: Bump to version 0.50.0
- EAPI6 Upstream: - fix syntax errors in tests - packaging Package-Manager: Portage-2.3.18, Repoman-2.3.6
- Loading branch information
1 parent
0da0f81
commit f0960c8
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Ogg-Vorbis-Header-0.03.tar.gz 32410 BLAKE2B c46c90fa63a2c37508a43e4335016e554387196a13a8bbcbbae3ebd17b7645cfa3692d21243c29300318448bfaac0dfd93c84ad344a7f9534a8bb2312b2fb799 SHA512 48e636a9e1f08c494ad82fb3162f4b20a20eb18504a513cb2b228eb997c562ea1f326fdefd030d73a27ec56510e60e208105e060388a70b51f4aa76e1cbcb2f7 | ||
DIST Ogg-Vorbis-Header-0.05.tar.gz 39332 BLAKE2B aa20d304ec67facd32ed69c5c5104e05f5a0893ab061720f647a7a36f8054b2e80a3c693bb545ad5579b66b91934071425cf56ea6a9336eea50c8cb960bbdfdb SHA512 dceb4895453bcaccb83f0820e36af08f96525f011603dbad59135dacf84236e9c9dab388256e8518d4e6851765bd4808c616a8ce89d7c95191cced03832eba72 |
24 changes: 24 additions & 0 deletions
24
dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DAVECROSS | ||
DIST_VERSION=0.05 | ||
inherit perl-module | ||
|
||
DESCRIPTION="An object-oriented interface to Ogg Vorbis information and comment fields" | ||
|
||
SLOT="0" | ||
LICENSE="GPL-2+ LGPL-2" | ||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
|| ( <=dev-perl/Inline-0.560.0 dev-perl/Inline-C ) | ||
media-libs/libogg | ||
media-libs/libvorbis | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |