diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-11 22:05:20 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-11 22:05:20 +0000 |
commit | 65fdac5d0cacce6d996647ed6a92d30692c1d1ed (patch) | |
tree | e64490d65d2f099f215ba14562c72ecf860d75a2 | |
parent | tidy; honor CC; add use-deps (diff) | |
download | gentoo-2-65fdac5d0cacce6d996647ed6a92d30692c1d1ed.tar.gz gentoo-2-65fdac5d0cacce6d996647ed6a92d30692c1d1ed.tar.bz2 gentoo-2-65fdac5d0cacce6d996647ed6a92d30692c1d1ed.zip |
Version bump; remove old
(Portage version: 2.1.9.14/cvs/Linux x86_64)
-rw-r--r-- | dev-tex/curve/ChangeLog | 10 | ||||
-rw-r--r-- | dev-tex/curve/curve-1.15.ebuild (renamed from dev-tex/curve/curve-1.9.ebuild) | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-tex/curve/ChangeLog b/dev-tex/curve/ChangeLog index 24fea46ee9e2..71f8f281c5fc 100644 --- a/dev-tex/curve/ChangeLog +++ b/dev-tex/curve/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tex/curve -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.11 2008/05/29 06:15:35 phreak Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.12 2010/10/11 22:05:20 dilfridge Exp $ + +*curve-1.15 (11 Oct 2010) + + 11 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> -curve-1.9.ebuild, + +curve-1.15.ebuild: + Version bump; remove old 29 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Lars Weiler (Pylon) from metadata.xml (as per #215644). diff --git a/dev-tex/curve/curve-1.9.ebuild b/dev-tex/curve/curve-1.15.ebuild index 4f528f1b380a..241313ef5d94 100644 --- a/dev-tex/curve/curve-1.9.ebuild +++ b/dev-tex/curve/curve-1.15.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.9.ebuild,v 1.2 2005/08/02 23:32:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.15.ebuild,v 1.1 2010/10/11 22:05:20 dilfridge Exp $ + +EAPI=2 inherit latex-package S=${WORKDIR}/${PN} DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip -> ${P}.zip" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" LICENSE="LPPL-1.2" @@ -15,6 +17,8 @@ IUSE="" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" +TEXMF=/usr/share/texmf-site + src_install() { latex-package_src_doinstall styles |