summaryrefslogtreecommitdiff
path: root/dev-perl/Ogg-Vorbis-Header-PurePerl/Ogg-Vorbis-Header-PurePerl-1.0.0-r2.ebuild
blob: a60e486e8eaa805cc4cbbc6763eae3c955cd2681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=DANIEL
DIST_VERSION=1.0
DIST_EXAMPLES=( "examples/*" )
inherit perl-module

DESCRIPTION="Object-oriented interface to Ogg Vorbis information and comment fields"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""

PATCHES=(
	"${FILESDIR}/${PN}-1.0-test-array-ref.patch"
	"${FILESDIR}/${PN}-1.0-example-ogginfo.patch"
)