diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-video/dvd9to5 | |
download | gentoo-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 'media-video/dvd9to5')
-rw-r--r-- | media-video/dvd9to5/Manifest | 1 | ||||
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 26 | ||||
-rw-r--r-- | media-video/dvd9to5/metadata.xml | 12 |
3 files changed, 39 insertions, 0 deletions
diff --git a/media-video/dvd9to5/Manifest b/media-video/dvd9to5/Manifest new file mode 100644 index 000000000000..f64b6cd99e13 --- /dev/null +++ b/media-video/dvd9to5/Manifest @@ -0,0 +1 @@ +DIST dvd9to5-0.1.7.tar.bz2 11803 RMD160 dde2dcaa3865ecf7d846f28ee8e102325bdcb02a SHA1 422a4fd1fca99c49d8fb2777c879588542265b27 SHA256 181d6eed53624e6b4364506d12aa9f2ce64cef821503553f769c83b1bfdcecb9 diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild new file mode 100644 index 000000000000..f18f26f83763 --- /dev/null +++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" +HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/" +SRC_URI="http://lakedaemon.netmindz.net/dvd9to5/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" +RDEPEND=">=media-video/transcode-0.6.11 + >=media-video/mjpegtools-1.6.2 + >=media-video/dvdauthor-0.6.10 + app-cdr/dvd+rw-tools + dev-lang/perl" + +src_compile() { + true # nothing to do +} + +src_install() { + dobin dvd9to5.pl + dodoc CHANGELOG README TODO dvd9to5.conf.example +} diff --git a/media-video/dvd9to5/metadata.xml b/media-video/dvd9to5/metadata.xml new file mode 100644 index 000000000000..6c50827683d5 --- /dev/null +++ b/media-video/dvd9to5/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<maintainer> + <email>media-video@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +A program to rip double layer discs (9gig) to single layer discs (5 gig). +</longdescription> +</pkgmetadata> + |