diff options
author | Chris White <chriswhite@gentoo.org> | 2004-11-16 15:28:08 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-11-16 15:28:08 +0000 |
commit | de406daad774ab54ed682629f712b2606c943615 (patch) | |
tree | 586e7a9d2257c320eb0455a2b51c85afe698735d /media-video/avinfo | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-de406daad774ab54ed682629f712b2606c943615.tar.gz gentoo-2-de406daad774ab54ed682629f712b2606c943615.tar.bz2 gentoo-2-de406daad774ab54ed682629f712b2606c943615.zip |
Initial import into the tree. This closes bug #35470. Thanks to Jose Romildo Malaquias and Kai Zimmermann for their ebuild submissions.
Diffstat (limited to 'media-video/avinfo')
-rw-r--r-- | media-video/avinfo/ChangeLog | 11 | ||||
-rw-r--r-- | media-video/avinfo/Manifest | 4 | ||||
-rw-r--r-- | media-video/avinfo/avinfo-1.0_alpha15.ebuild | 30 | ||||
-rw-r--r-- | media-video/avinfo/files/digest-avinfo-1.0_alpha15 | 1 | ||||
-rw-r--r-- | media-video/avinfo/metadata.xml | 8 |
5 files changed, 54 insertions, 0 deletions
diff --git a/media-video/avinfo/ChangeLog b/media-video/avinfo/ChangeLog new file mode 100644 index 000000000000..5b300102f9c4 --- /dev/null +++ b/media-video/avinfo/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-video/avinfo +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/ChangeLog,v 1.1 2004/11/16 15:28:08 chriswhite Exp $ + +*avinfo-1.0_alpha15 (17 Nov 2004) + + 17 Nov 2004; Chris White <chriswhite@gentoo.org> +metadata.xml, + +avinfo-1.0_alpha15.ebuild: + Initial import into the tree. This closes bug #35470. Thanks to + Jose Romildo Malaquias and Kai Zimmermann for their ebuild submissions. + diff --git a/media-video/avinfo/Manifest b/media-video/avinfo/Manifest new file mode 100644 index 000000000000..3691606545b9 --- /dev/null +++ b/media-video/avinfo/Manifest @@ -0,0 +1,4 @@ +MD5 6e37d2bb0d50d90fae85b3dde400f2b5 avinfo-1.0_alpha15.ebuild 525 +MD5 194354179c380c5dab0498d715fae079 metadata.xml 230 +MD5 121c98578540229e2c84e3ac7f784088 ChangeLog 397 +MD5 ebc518a8585fd39dbe7888a14b38975b files/digest-avinfo-1.0_alpha15 62 diff --git a/media-video/avinfo/avinfo-1.0_alpha15.ebuild b/media-video/avinfo/avinfo-1.0_alpha15.ebuild new file mode 100644 index 000000000000..63405925801a --- /dev/null +++ b/media-video/avinfo/avinfo-1.0_alpha15.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/avinfo-1.0_alpha15.ebuild,v 1.1 2004/11/16 15:28:08 chriswhite Exp $ + +inherit eutils + +MY_P="${PN}-1.0a15" +DESCRIPTION="Utility for displaying AVI information" +HOMEPAGE="http://shounen.ru/soft/avinfo/english.shtml" +SRC_URI="http://shounen.ru/soft/avinfo/${MY_P}.zip" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +IUSE="" +DEPEND="" + +S=${WORKDIR} + +src_compile() { + cd src + emake OUTPUTNAME=avinfo || die +} + +src_install() { + dobin src/avinfo + dodoc CHANGELOG README + dodoc doc/* +} diff --git a/media-video/avinfo/files/digest-avinfo-1.0_alpha15 b/media-video/avinfo/files/digest-avinfo-1.0_alpha15 new file mode 100644 index 000000000000..884dfdf8a81c --- /dev/null +++ b/media-video/avinfo/files/digest-avinfo-1.0_alpha15 @@ -0,0 +1 @@ +MD5 dd4a92aa945f026dc4756ce38f4cf40e avinfo-1.0a15.zip 140885 diff --git a/media-video/avinfo/metadata.xml b/media-video/avinfo/metadata.xml new file mode 100644 index 000000000000..6fb162be6d97 --- /dev/null +++ b/media-video/avinfo/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>media-video</herd> +<maintainer> + <email>chriswhite@gentoo.org</email> +</maintainer> +</pkgmetadata> |