From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" <robbat2@gentoo.org> Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- media-libs/libmkv/Manifest | 1 + media-libs/libmkv/libmkv-0.6.5.1.ebuild | 20 ++++++++++++++++++++ media-libs/libmkv/metadata.xml | 13 +++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 media-libs/libmkv/Manifest create mode 100644 media-libs/libmkv/libmkv-0.6.5.1.ebuild create mode 100644 media-libs/libmkv/metadata.xml (limited to 'media-libs/libmkv') diff --git a/media-libs/libmkv/Manifest b/media-libs/libmkv/Manifest new file mode 100644 index 000000000000..4ad96aace600 --- /dev/null +++ b/media-libs/libmkv/Manifest @@ -0,0 +1 @@ +DIST libmkv-0.6.5.1.tar.gz 32737 SHA256 41f08a08bab354f9834fda1dcdd1dcf4a0c67ad18021eb980f808654464cef00 SHA512 ce8046442d4e72536708b9820559a1b971a557e1eeee11e5974031df8ef24e2f1d0ab2b71933d191454f137a2dc042b771af9b0480633dca0f7977fd5b7b4a55 WHIRLPOOL a1dbf433b65497d9eef82e42345412ae60f429aff6c44902b6ea998024fd583bcc383f752a81852301bfe6f63f1ea4eb2796fcdfa33f0a25d334a3f792830774 diff --git a/media-libs/libmkv/libmkv-0.6.5.1.ebuild b/media-libs/libmkv/libmkv-0.6.5.1.ebuild new file mode 100644 index 000000000000..e718c193fb97 --- /dev/null +++ b/media-libs/libmkv/libmkv-0.6.5.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit autotools + +SRC_URI="https://github.com/saintdev/libmkv/archive/${PV}.tar.gz -> ${P}.tar.gz" +DESCRIPTION="Lightweight Matroska muxer written for HandBrake" +HOMEPAGE="https://github.com/saintdev/libmkv" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +src_prepare() +{ + eautoreconf +} diff --git a/media-libs/libmkv/metadata.xml b/media-libs/libmkv/metadata.xml new file mode 100644 index 000000000000..5814958278f7 --- /dev/null +++ b/media-libs/libmkv/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription> + Lightweight Matroska muxer written for HandBrake. + </longdescription> + <upstream> + <remote-id type="github">saintdev/libmkv</remote-id> + </upstream> +</pkgmetadata> -- cgit v1.2.3-65-gdbad