public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-doc/csound-manual: csound-manual-5.19.ebuild ChangeLog
@ 2013-01-17  6:21 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-01-17  6:21 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/17 06:21:39

  Modified:             ChangeLog
  Added:                csound-manual-5.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.4                  app-doc/csound-manual/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Sep 2012 03:33:27 -0000	1.3
+++ ChangeLog	17 Jan 2013 06:21:39 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/csound-manual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v 1.3 2012/09/02 03:33:27 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/csound-manual/ChangeLog,v 1.4 2013/01/17 06:21:39 radhermit Exp $
+
+*csound-manual-5.19 (17 Jan 2013)
+
+  17 Jan 2013; Tim Harder <radhermit@gentoo.org> +csound-manual-5.19.ebuild:
+  Version bump.
 
   02 Sep 2012; Tim Harder <radhermit@gentoo.org> csound-manual-5.17.ebuild:
   Fix SRC_URI.



1.1                  app-doc/csound-manual/csound-manual-5.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/csound-manual-5.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/csound-manual/csound-manual-5.19.ebuild?rev=1.1&content-type=text/plain

Index: csound-manual-5.19.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/csound-manual/csound-manual-5.19.ebuild,v 1.1 2013/01/17 06:21:39 radhermit Exp $

EAPI=4

MY_P=Csound${PV}

DESCRIPTION="The Csound reference manual"
HOMEPAGE="http://csounds.com/"
SRC_URI="
	mirror://sourceforge/csound/${MY_P}_manual_pdf.zip
	linguas_fr? ( mirror://sourceforge/csound/${MY_P}_manual-fr_pdf.zip )

	html? (
		mirror://sourceforge/csound/${MY_P}_manual_html.zip
		linguas_fr? ( mirror://sourceforge/csound/${MY_P}_manual-fr_html.zip )
	)"

LICENSE="FDL-1.3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="html"

LANGS=" fr"
IUSE+="${LANGS// / linguas_}"

DEPEND="app-arch/unzip"

S=${WORKDIR}

src_unpack() {
	unpack ${MY_P}_manual_pdf.zip

	if use html ; then
		unpack ${MY_P}_manual_html.zip
		mv html html-en
	fi

	local lang
	for lang in ${LANGS} ; do
		use linguas_${lang} || continue
		unpack ${MY_P}_manual-${lang}_pdf.zip
		if use html ; then
			unpack ${MY_P}_manual-${lang}_html.zip
			mv html html-${lang}
		fi
	done
}

src_install() {
	dodoc *.pdf

	if use html ; then
		dohtml -r html-en/*

		local lang
		for lang in ${LANGS} ; do
			use linguas_${lang} || continue
			docinto html-${lang}
			dohtml -r html-${lang}/*
		done
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-17  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17  6:21 [gentoo-commits] gentoo-x86 commit in app-doc/csound-manual: csound-manual-5.19.ebuild ChangeLog Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox