summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-10-01 22:05:14 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-10-01 22:05:14 +0000
commit7ca94cfabfc7807e0a4c60bf0745a285ae1bd017 (patch)
treed8aa65c925d0a4b604072d579d6e9b33a5cc8030 /media-sound
parentAdd --without-included-regex, bug #107638 (diff)
downloadhistorical-7ca94cfabfc7807e0a4c60bf0745a285ae1bd017.tar.gz
historical-7ca94cfabfc7807e0a4c60bf0745a285ae1bd017.tar.bz2
historical-7ca94cfabfc7807e0a4c60bf0745a285ae1bd017.zip
Initial commit, closes bug #81172.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mp3report/ChangeLog9
-rw-r--r--media-sound/mp3report/Manifest14
-rw-r--r--media-sound/mp3report/files/digest-mp3report-1.0.21
-rw-r--r--media-sound/mp3report/metadata.xml5
-rw-r--r--media-sound/mp3report/mp3report-1.0.2.ebuild28
5 files changed, 57 insertions, 0 deletions
diff --git a/media-sound/mp3report/ChangeLog b/media-sound/mp3report/ChangeLog
new file mode 100644
index 000000000000..c93a93ab8456
--- /dev/null
+++ b/media-sound/mp3report/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/mp3report
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/ChangeLog,v 1.1 2005/10/01 22:05:14 chainsaw Exp $
+
+*mp3report-1.0.2 (01 Oct 2005)
+
+ 01 Oct 2005; <chainsaw@gentoo.org> +metadata.xml, +mp3report-1.0.2.ebuild:
+ Initial commit. Ebuild based on the one by Rene Zbinden <rene.zbinden@solnet.ch> in bug #81172.
+
diff --git a/media-sound/mp3report/Manifest b/media-sound/mp3report/Manifest
new file mode 100644
index 000000000000..c17678e57d53
--- /dev/null
+++ b/media-sound/mp3report/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
+MD5 23001589a33439dc07faa748357c4217 ChangeLog 425
+MD5 1f3a4be05272696ad7d7786179acee99 mp3report-1.0.2.ebuild 800
+MD5 ca8b09983e4851f3667c8e3d6d44ed41 files/digest-mp3report-1.0.2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
+
+iD8DBQFDPwhip5vW4rUFj5oRAi5pAJ90dxiLvjEcGR9/lEM7r3uTXuzr4gCeIYtS
+blA5YwgXDYrX3D8VGY8GIrE=
+=uzni
+-----END PGP SIGNATURE-----
diff --git a/media-sound/mp3report/files/digest-mp3report-1.0.2 b/media-sound/mp3report/files/digest-mp3report-1.0.2
new file mode 100644
index 000000000000..cc018b444cc5
--- /dev/null
+++ b/media-sound/mp3report/files/digest-mp3report-1.0.2
@@ -0,0 +1 @@
+MD5 c3fd56ea4ff918db5570a8394ced69c8 mp3report-1.0.2.tar.gz 37396
diff --git a/media-sound/mp3report/metadata.xml b/media-sound/mp3report/metadata.xml
new file mode 100644
index 000000000000..e1774e3d9ad7
--- /dev/null
+++ b/media-sound/mp3report/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+</pkgmetadata>
diff --git a/media-sound/mp3report/mp3report-1.0.2.ebuild b/media-sound/mp3report/mp3report-1.0.2.ebuild
new file mode 100644
index 000000000000..9903c87b97b3
--- /dev/null
+++ b/media-sound/mp3report/mp3report-1.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/mp3report-1.0.2.ebuild,v 1.1 2005/10/01 22:05:14 chainsaw Exp $
+
+DESCRIPTION="Perl script to create an HTML report of MP3 files in a directory."
+HOMEPAGE="http://mp3report.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.8.6
+ dev-perl/MP3-Info"
+
+src_install() {
+ dodir /usr/share/mp3report
+ insinto /usr/share/mp3report
+ doins extended-template.html default-template.html
+ dodoc documentation.* ChangeLog README TODO
+ newbin mp3report.pl mp3report
+ doman *.1
+}
+
+pkg_postinst() {
+ einfo "You can find templates in /usr/share/mp3report"
+}