summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/ogg-vorbis-header
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/ogg-vorbis-header')
-rw-r--r--dev-perl/ogg-vorbis-header/Manifest1
-rw-r--r--dev-perl/ogg-vorbis-header/metadata.xml9
-rw-r--r--dev-perl/ogg-vorbis-header/ogg-vorbis-header-0.30.0-r1.ebuild27
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/ogg-vorbis-header/Manifest b/dev-perl/ogg-vorbis-header/Manifest
new file mode 100644
index 000000000000..2b079b802fc7
--- /dev/null
+++ b/dev-perl/ogg-vorbis-header/Manifest
@@ -0,0 +1 @@
+DIST Ogg-Vorbis-Header-0.03.tar.gz 32410 SHA256 a683109f3625f70e01538eb27bac19d3f271a03cae999c69418f31af51dfd980 SHA512 48e636a9e1f08c494ad82fb3162f4b20a20eb18504a513cb2b228eb997c562ea1f326fdefd030d73a27ec56510e60e208105e060388a70b51f4aa76e1cbcb2f7 WHIRLPOOL 85024f35fd60aa0b2e36d915c35c5cdf5ebd53eee3f8a1ed96cc8641996c543e2ff2d4f07d987a2a47c0b5d891aba31b360ff4479a451594ad6d0566e1ec5c95
diff --git a/dev-perl/ogg-vorbis-header/metadata.xml b/dev-perl/ogg-vorbis-header/metadata.xml
new file mode 100644
index 000000000000..1c1f6a19f650
--- /dev/null
+++ b/dev-perl/ogg-vorbis-header/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Ogg-Vorbis-Header</remote-id>
+ <remote-id type="cpan-module">Ogg::Vorbis::Header</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-perl/ogg-vorbis-header/ogg-vorbis-header-0.30.0-r1.ebuild b/dev-perl/ogg-vorbis-header/ogg-vorbis-header-0.30.0-r1.ebuild
new file mode 100644
index 000000000000..5702b0ec9969
--- /dev/null
+++ b/dev-perl/ogg-vorbis-header/ogg-vorbis-header-0.30.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Ogg-Vorbis-Header
+MODULE_AUTHOR=DBP
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="This module presents an object-oriented interface to Ogg Vorbis Comments and Information"
+
+SLOT="0"
+LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2" # GPL-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}"
+
+SRC_TEST="do"
+MAKEOPTS="${MAKEOPTS} -j1"