diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-sound/kaudiocreator | |
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-sound/kaudiocreator')
-rw-r--r-- | media-sound/kaudiocreator/Manifest | 1 | ||||
-rw-r--r-- | media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild | 35 | ||||
-rw-r--r-- | media-sound/kaudiocreator/metadata.xml | 6 |
3 files changed, 42 insertions, 0 deletions
diff --git a/media-sound/kaudiocreator/Manifest b/media-sound/kaudiocreator/Manifest new file mode 100644 index 000000000000..59b804970bf4 --- /dev/null +++ b/media-sound/kaudiocreator/Manifest @@ -0,0 +1 @@ +DIST 107645-kaudiocreator-1.3.tar.bz2 310937 SHA256 f0f13bea35ef5faf3fa3443701c0671f0fc89b5d3478fe286b32435df598ed70 SHA512 41df88f9d5a36fb33b516a6559218412e971ea65cdeff18cfb91acc78cf519a5af15821977e427df99c2d8d1b54f18790112a008097b720cd724d15fa8bcaaa0 WHIRLPOOL 43628ce619ccaa79d56e792287a42c72839c6d56fbc6df3d5aef4a0012b5525f2d6539db4e408c297aa07158733a206b64fcd3d8aa6a677d0f66af21cf6bab0e diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild b/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild new file mode 100644 index 000000000000..6c63505b4385 --- /dev/null +++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu +fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa +pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg +th tr ug uk xh zh_CN zh_HK zh_TW" +inherit kde4-base + +DESCRIPTION="KDE CD ripper and audio encoder frontend" +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2" + +LICENSE="GPL-2 FDL-1.2" +SLOT="4" +KEYWORDS="amd64 x86" +IUSE="debug" + +COMMON_DEPEND=" + $(add_kdeapps_dep libkcddb) + $(add_kdeapps_dep libkcompactdisc) + media-libs/libdiscid + >=media-libs/taglib-1.5 +" + +RDEPEND="${COMMON_DEPEND} + $(add_kdebase_dep kdelibs 'udev,udisks(+)') + $(add_kdeapps_dep audiocd-kio) +" +DEPEND="${COMMON_DEPEND}" + +DOCS=( Changelog TODO ) diff --git a/media-sound/kaudiocreator/metadata.xml b/media-sound/kaudiocreator/metadata.xml new file mode 100644 index 000000000000..ede2e3c0508d --- /dev/null +++ b/media-sound/kaudiocreator/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +<herd>sound</herd> +</pkgmetadata> |