* [gentoo-commits] gentoo-x86 commit in dev-tex/latex-beamer: ChangeLog latex-beamer-3.10.ebuild
@ 2010-10-03 14:32 99% Andreas HAttel (dilfridge)
0 siblings, 0 replies; 1+ results
From: Andreas HAttel (dilfridge) @ 2010-10-03 14:32 UTC (permalink / raw
To: gentoo-commits
dilfridge 10/10/03 14:32:38
Modified: ChangeLog
Added: latex-beamer-3.10.ebuild
Log:
Version bump
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Revision Changes Path
1.58 dev-tex/latex-beamer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 2 Oct 2010 19:35:41 -0000 1.57
+++ ChangeLog 3 Oct 2010 14:32:37 -0000 1.58
@@ -1,6 +1,12 @@
# ChangeLog for dev-tex/latex-beamer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.57 2010/10/02 19:35:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.58 2010/10/03 14:32:37 dilfridge Exp $
+
+*latex-beamer-3.10 (03 Oct 2010)
+
+ 03 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ +latex-beamer-3.10.ebuild:
+ Version bump
02 Oct 2010; Fabian Groffen <grobian@gentoo.org> latex-beamer-3.07.ebuild:
Marked ~x64-macos, bug #333981
1.1 dev-tex/latex-beamer/latex-beamer-3.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.10.ebuild?rev=1.1&content-type=text/plain
Index: latex-beamer-3.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.10.ebuild,v 1.1 2010/10/03 14:32:37 dilfridge Exp $
EAPI=3
inherit versionator
MY_PV="$(get_version_component_range 1)-$(get_version_component_range 2)"
DESCRIPTION="LaTeX class for creating presentations using a video projector."
HOMEPAGE="http://bitbucket.org/rivanvx/beamer/wiki/Home"
SRC_URI="http://bitbucket.org/rivanvx/beamer/get/version-${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples lyx"
DEPEND="lyx? ( app-office/lyx )
dev-texlive/texlive-latex"
RDEPEND=">=dev-tex/pgf-1.10"
S=${WORKDIR}/beamer
src_install() {
insinto /usr/share/texmf-site/tex/latex/beamer
doins -r base || die "could not install base"
if use lyx ; then
insinto /usr/share/lyx/examples
doins examples/lyx-based-presentation/* || \
die "could not install lyx-examples"
fi
dodoc AUTHORS ChangeLog README TODO doc/licenses/LICENSE
if use doc ; then
insinto /usr/share/doc/${PF}/doc
doins -r doc/* || die "could not install doc"
fi
if use examples ; then
rm -f "${S}"/examples/a-lecture/{*.tex~,._beamerexample-lecture-pic*}
if ! use lyx ; then
einfo "Removing lyx examples as lyx useflag is not set"
find "${S}" -name "*.lyx" -print -delete
fi
insinto /usr/share/doc/${PF}
doins -r examples solutions || \
die "could not install examples"
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-03 14:32 99% [gentoo-commits] gentoo-x86 commit in dev-tex/latex-beamer: ChangeLog latex-beamer-3.10.ebuild Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox