diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-03 22:23:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-03 22:23:08 +0000 |
commit | 8f70b848e3d60fabb3682b9726a0e84955a734a3 (patch) | |
tree | 50d833f4e95bf0c52610abb60191c0fadae42874 /dev-tex | |
parent | move pelican to eapi5 and added a missing dep (diff) | |
download | gentoo-2-8f70b848e3d60fabb3682b9726a0e84955a734a3.tar.gz gentoo-2-8f70b848e3d60fabb3682b9726a0e84955a734a3.tar.bz2 gentoo-2-8f70b848e3d60fabb3682b9726a0e84955a734a3.zip |
Fix LICENSE, bug 464114. Minor QA fixes to make repoman happy.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latex-calendar/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/latex-calendar/latex-calendar-3.1.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-tex/latex-calendar/ChangeLog b/dev-tex/latex-calendar/ChangeLog index 6fe336edb05e..19c6aa177bc1 100644 --- a/dev-tex/latex-calendar/ChangeLog +++ b/dev-tex/latex-calendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/latex-calendar -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-calendar/ChangeLog,v 1.9 2007/03/13 00:25:50 nattfodd Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-calendar/ChangeLog,v 1.10 2013/04/03 22:23:08 ulm Exp $ + + 03 Apr 2013; Ulrich Müller <ulm@gentoo.org> latex-calendar-3.1.ebuild: + Fix LICENSE, bug 464114. Minor QA fixes to make repoman happy. 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/latex-calendar/latex-calendar-3.1.ebuild b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild index 4e2c6e1dc508..4cf812867905 100644 --- a/dev-tex/latex-calendar/latex-calendar-3.1.ebuild +++ b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild @@ -1,28 +1,28 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-calendar/latex-calendar-3.1.ebuild,v 1.7 2004/12/28 21:29:50 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-calendar/latex-calendar-3.1.ebuild,v 1.8 2013/04/03 22:23:08 ulm Exp $ inherit latex-package MY_P="calendar" -S=${WORKDIR}/${MY_P} DESCRIPTION="LaTeX package used to create Calendars. Very flexible and robust." -SRC_URI="mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/calendar/" -LICENSE="as-is" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="LaTeX-Calendar" SLOT="0" KEYWORDS="x86 sparc ppc amd64" IUSE="" +S=${WORKDIR}/${MY_P} + src_compile() { debug-print function $FUNCNAME $* - cd ${S} echo "Extracting from allcal.ins" ( yes | latex allcal.ins ) >/dev/null 2>&1 } src_install() { - cd ${S} texi2dvi -q -c --language=latex calguide.tex &> /dev/null latex-package_src_doinstall styles fonts bin dvi dodoc README MANIFEST CATALOG |