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 /media-sound/redoflacs
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 'media-sound/redoflacs')
-rw-r--r--media-sound/redoflacs/Manifest4
-rw-r--r--media-sound/redoflacs/files/README.gentoo4
-rw-r--r--media-sound/redoflacs/metadata.xml8
-rw-r--r--media-sound/redoflacs/redoflacs-0.15.ebuild33
-rw-r--r--media-sound/redoflacs/redoflacs-0.16.2.ebuild35
-rw-r--r--media-sound/redoflacs/redoflacs-0.19.ebuild27
-rw-r--r--media-sound/redoflacs/redoflacs-0.30.ebuild27
7 files changed, 138 insertions, 0 deletions
diff --git a/media-sound/redoflacs/Manifest b/media-sound/redoflacs/Manifest
new file mode 100644
index 000000000000..0968cd1df285
--- /dev/null
+++ b/media-sound/redoflacs/Manifest
@@ -0,0 +1,4 @@
+DIST redoflacs-0.15.tar.gz 17425 SHA256 3d9d55a1014bf8f099c4d827c21a5a7aa5e3a290ac8c328886b5658caae20864 SHA512 b0305130e50cdf64db190e7d915bb54bcd79906f3a48fec592cb38a3c41d4704ef835d14a8da6ddbaa1fe1aec0306fd0f5bbabf1a93c1a725440518c67e2faec WHIRLPOOL 7201634938a98c104a32765a56da5b20eccc0702dfc853388b5c3f671173f37ae038c4d15b76e6d31e4aabbd7fe2e7067c607a922d9298e4dff913dabb089938
+DIST redoflacs-0.16.2.tar.gz 20193 SHA256 8598c5e301b749f2d82b43a3b2a9f012ed53fe6593f211a87ecc2b56c77b66e1 SHA512 f9f861934a9dfb359912d1b529af615a67eca0779ece8a2ab978161e8dc36d25cb870e97713082469fae2ada4152668db2a7d9c7a8bb1555321d21cff8f91476 WHIRLPOOL 1759d2229aa9086b00ba5de0d6711a0d8e36482798deee46eac281628fc045969d4b5c89bbb671fbbb4f2c315fb243d7247f9badcb90ffaad2288033a1875f79
+DIST redoflacs-0.19.tar.gz 31952 SHA256 c368f69087f2b76483ae23d04079bd9ab46732a05b68f4499b244fb405419730 SHA512 20988dc0c4c2292f343e9af1c0e638487ca0e0ade3653addcf6cb50fac77e389a662e2d69bc0896899618062b008d5caaede8b3a7cd0c634141b0d5849746777 WHIRLPOOL 684f0a0aa06d95b0847c2f90804e80247523aaee4dae4c91958ea1f93e7f2397120fea7a3c8921e8a1fce6e671e9ccf1b5235e3e262f0b651695e5700fadee35
+DIST redoflacs-0.30.tar.gz 40711 SHA256 97a1d1eb28812bf29785c926688f7ec6ca82d0ecbf0f3e2515b73d9cc1075732 SHA512 bdd706909f4609668da1dd80635c486821616310d8de1caac1d4dbce17d8eb76ae04657f7f77fe22a05aabcb0b12d34e2e2c0812d16e973af132ab8a420afc4a WHIRLPOOL 6bb9e370f8ad4e4b649a8876be4b6f6392f7e918abbe545f9aadcb8d973dd854d009122167987047d625c99017aa17170633eac7d9c1af01566f4b6bde32ca6c
diff --git a/media-sound/redoflacs/files/README.gentoo b/media-sound/redoflacs/files/README.gentoo
new file mode 100644
index 000000000000..d1d631bd427f
--- /dev/null
+++ b/media-sound/redoflacs/files/README.gentoo
@@ -0,0 +1,4 @@
+This script makes use of optional programs if installed:
+
+ media-sound/sox -> for creating spectrograms (enable USE=png)
+ media-sound/aucdtect -> for determining authenticity of FLAC files (CDDA)
diff --git a/media-sound/redoflacs/metadata.xml b/media-sound/redoflacs/metadata.xml
new file mode 100644
index 000000000000..83782c22fa7c
--- /dev/null
+++ b/media-sound/redoflacs/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>sound</herd>
+ <upstream>
+ <remote-id type="github">sirjaren/redoflacs</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/redoflacs/redoflacs-0.15.ebuild b/media-sound/redoflacs/redoflacs-0.15.ebuild
new file mode 100644
index 000000000000..bf796c971d96
--- /dev/null
+++ b/media-sound/redoflacs/redoflacs-0.15.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit vcs-snapshot
+
+DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
+HOMEPAGE="https://github.com/sirjaren/redoflacs"
+SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-shells/bash
+ media-libs/flac
+ sys-apps/coreutils
+ sys-apps/findutils"
+
+src_install() {
+ newbin redoFlacs.sh redoflacs
+}
+
+pkg_postinst() {
+ elog "This script makes use of optional programs if installed:"
+ elog " media-sound/sox -> support for creating spectrograms"
+ elog " media-libs/libpng -> needed by media-sound/sox"
+}
diff --git a/media-sound/redoflacs/redoflacs-0.16.2.ebuild b/media-sound/redoflacs/redoflacs-0.16.2.ebuild
new file mode 100644
index 000000000000..3277de9ac6d1
--- /dev/null
+++ b/media-sound/redoflacs/redoflacs-0.16.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vcs-snapshot
+
+DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
+HOMEPAGE="https://github.com/sirjaren/redoflacs"
+SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-shells/bash
+ media-libs/flac
+ sys-apps/coreutils
+ sys-apps/findutils"
+
+src_install() {
+ newbin redoFlacs redoflacs
+}
+
+pkg_postinst() {
+ elog "This script makes use of optional programs if installed:"
+ elog " media-sound/sox -> support for creating spectrograms"
+ elog " media-libs/libpng -> needed by media-sound/sox"
+ elog " media-sound/aucdtect -> support for determining authenticity"
+ elog " of FLAC files (CDDA)"
+}
diff --git a/media-sound/redoflacs/redoflacs-0.19.ebuild b/media-sound/redoflacs/redoflacs-0.19.ebuild
new file mode 100644
index 000000000000..a45abf954359
--- /dev/null
+++ b/media-sound/redoflacs/redoflacs-0.19.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit readme.gentoo vcs-snapshot
+
+DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger"
+HOMEPAGE="https://github.com/sirjaren/redoflacs"
+SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=app-shells/bash-4
+ media-libs/flac
+ sys-apps/coreutils"
+
+src_install() {
+ dobin redoflacs
+ readme.gentoo_create_doc
+}
diff --git a/media-sound/redoflacs/redoflacs-0.30.ebuild b/media-sound/redoflacs/redoflacs-0.30.ebuild
new file mode 100644
index 000000000000..a45abf954359
--- /dev/null
+++ b/media-sound/redoflacs/redoflacs-0.30.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit readme.gentoo vcs-snapshot
+
+DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger"
+HOMEPAGE="https://github.com/sirjaren/redoflacs"
+SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=app-shells/bash-4
+ media-libs/flac
+ sys-apps/coreutils"
+
+src_install() {
+ dobin redoflacs
+ readme.gentoo_create_doc
+}