diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-cdr/cdcover | |
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 'app-cdr/cdcover')
-rw-r--r-- | app-cdr/cdcover/Manifest | 1 | ||||
-rw-r--r-- | app-cdr/cdcover/cdcover-0.7.4-r1.ebuild | 47 | ||||
-rw-r--r-- | app-cdr/cdcover/files/cdcover-0.7.4-Makefile.patch | 13 | ||||
-rw-r--r-- | app-cdr/cdcover/metadata.xml | 8 |
4 files changed, 69 insertions, 0 deletions
diff --git a/app-cdr/cdcover/Manifest b/app-cdr/cdcover/Manifest new file mode 100644 index 000000000000..c4aa5259ae2d --- /dev/null +++ b/app-cdr/cdcover/Manifest @@ -0,0 +1 @@ +DIST cdcover-0.7.4.tar.gz 908267 SHA256 f93d8cd2b85f21872e18f61f22522ff56ab70d627ae45cf970d689166327a6c0 SHA512 5da176559595608ac6565d23a390364b0fff332084206e819f91d22baee86a752677424fdf90e6a6ecf85fa30eab00edc89fb419f3ae82e0fcce0e714dbb1985 WHIRLPOOL 301937cc10a0f961d8dfe83edd0c7a8febdbf8f56757501b9cdeec36ca24776287820581e08f5a6d0d0e50f1209984b688d46872279a009e26c4527e283c2628 diff --git a/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild b/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild new file mode 100644 index 000000000000..a4f9d063882f --- /dev/null +++ b/app-cdr/cdcover/cdcover-0.7.4-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE=tk + +inherit eutils python-single-r1 + +DESCRIPTION="cdcover allows the creation of inlay-sheets for jewel cd-cases" +HOMEPAGE="http://cdcover.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cddb" + +RDEPEND="${PYTHON_DEPS} + cddb? ( dev-python/cddb-py[${PYTHON_USEDEP}] ) + media-sound/cd-discid" +DEPEND="" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +S=${WORKDIR}/${PN} + +src_prepare() { + epatch "${FILESDIR}"/${P}-Makefile.patch + sed -i -e 's:ggv:gv:' dotcdcover.{example,m4} || die +} + +src_compile() { + emake prefix="${D}"/usr target=/usr || die +} + +src_install() { + emake prefix="${D}"/usr docdir="${D}"/usr/share/doc/${PF} install || die + + python_fix_shebang "${D}" + + make_desktop_entry ${PN} ${PN} + + dodoc doc/cdcover.pdf +} diff --git a/app-cdr/cdcover/files/cdcover-0.7.4-Makefile.patch b/app-cdr/cdcover/files/cdcover-0.7.4-Makefile.patch new file mode 100644 index 000000000000..c1026bf23503 --- /dev/null +++ b/app-cdr/cdcover/files/cdcover-0.7.4-Makefile.patch @@ -0,0 +1,13 @@ +--- Makefile ++++ Makefile +@@ -9,8 +9,8 @@ + IMAGES=./share/images + TEMPLATES=./share/templates + +-DOCFILES=BUGS COPYING INSTALL README VERSION +-IMAGEFILES=autonum.gif cddb.gif exit.gif gv.gif logo.gif nocddb.gif ps.gif ++DOCFILES=README VERSION ++IMAGEFILES=application-exit.gif cddb.gif document-print-preview.gif document-save.gif logo.gif nocddb.gif renumber.gif + TEMPLATEFILES=CD-Classic.pst CD-Modern.pst CD-Tracktime.pst CD-TwoColumns.pst DVD-Classic.pst + + INSTALL=install -D diff --git a/app-cdr/cdcover/metadata.xml b/app-cdr/cdcover/metadata.xml new file mode 100644 index 000000000000..0b02723d0fa8 --- /dev/null +++ b/app-cdr/cdcover/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-optical</herd> + <upstream> + <remote-id type="sourceforge">cdcover</remote-id> + </upstream> +</pkgmetadata> |