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 /app-cdr/cuegen
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 'app-cdr/cuegen')
-rw-r--r--app-cdr/cuegen/Manifest1
-rw-r--r--app-cdr/cuegen/cuegen-1.2.0.ebuild32
-rw-r--r--app-cdr/cuegen/metadata.xml10
3 files changed, 43 insertions, 0 deletions
diff --git a/app-cdr/cuegen/Manifest b/app-cdr/cuegen/Manifest
new file mode 100644
index 000000000000..0d7f202abe0d
--- /dev/null
+++ b/app-cdr/cuegen/Manifest
@@ -0,0 +1 @@
+DIST cuegen-1.2.0.tar.gz 4411 SHA256 fd246ceca408f949f17581a4cc689b8a15c0ef3cd785aafb88909e1c63a93a63 SHA512 b1da7686944299994b8a04e3253aabc9c6b262f5f2d6d343d0ddd9b06d2c4b1e30441cfc9be6032675148e8d3146709924a486ef004102e02b5f90af7127d58e WHIRLPOOL c4a577be2f0f9e0b575880415c5e9802212298aa0126cfab69fe591d37f6e8d68ffef75fbaeef7c4169386fd9b76323e1ea4404b9cfb040a143c0cc274ddce9c
diff --git a/app-cdr/cuegen/cuegen-1.2.0.ebuild b/app-cdr/cuegen/cuegen-1.2.0.ebuild
new file mode 100644
index 000000000000..bc32e4aec8fa
--- /dev/null
+++ b/app-cdr/cuegen/cuegen-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="2"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="CUEgen is a FLAC-compatible cuesheet generator for Linux"
+HOMEPAGE="http://www.cs.man.ac.uk/~slavinp/cuegen.html"
+SRC_URI="http://www.cs.man.ac.uk/~slavinp/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+ sed -i -e 's:\(\${CFLAGS}\):\1 \${LDFLAGS}:g' Makefile
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dobin cuegen || die "install failed"
+ dodoc README
+}
diff --git a/app-cdr/cuegen/metadata.xml b/app-cdr/cuegen/metadata.xml
new file mode 100644
index 000000000000..0b894b75abe9
--- /dev/null
+++ b/app-cdr/cuegen/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>media-optical</herd>
+ <longdescription lang="en">
+ CUEgen is a FLAC-compatible cuesheet generator for Linux. The FLAC
+ format allows cuesheets to be embedded in .flac files by storing
+ their data in the CUESHEET metadata block.
+ </longdescription>
+</pkgmetadata>