diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-12-03 14:13:35 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-12-03 14:13:35 +0000 |
commit | 61bff9dafd1e285a9dd787b4279caa6bf223e960 (patch) | |
tree | 727a1eb5940962768c794078f169a60c50e84b3d /dev-tex/curve | |
parent | Add patch by Phillip Berndt <phillip.berndt at googlemail dot com> for bug 79... (diff) | |
download | gentoo-2-61bff9dafd1e285a9dd787b4279caa6bf223e960.tar.gz gentoo-2-61bff9dafd1e285a9dd787b4279caa6bf223e960.tar.bz2 gentoo-2-61bff9dafd1e285a9dd787b4279caa6bf223e960.zip |
Version bump; bug #151658.
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'dev-tex/curve')
-rw-r--r-- | dev-tex/curve/ChangeLog | 9 | ||||
-rw-r--r-- | dev-tex/curve/curve-1.11.ebuild | 24 | ||||
-rw-r--r-- | dev-tex/curve/files/digest-curve-1.11 | 3 |
3 files changed, 34 insertions, 2 deletions
diff --git a/dev-tex/curve/ChangeLog b/dev-tex/curve/ChangeLog index a4c23b65619b..c0cc67b59181 100644 --- a/dev-tex/curve/ChangeLog +++ b/dev-tex/curve/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/curve -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.7 2005/08/02 23:31:01 pylon Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.8 2006/12/03 14:13:35 pylon Exp $ + +*curve-1.11 (03 Dec 2006) + + 03 Dec 2006; Lars Weiler <pylon@gentoo.org> +curve-1.11.ebuild: + Version bump; bug #151658. *curve-1.9 (02 Aug 2005) diff --git a/dev-tex/curve/curve-1.11.ebuild b/dev-tex/curve/curve-1.11.ebuild new file mode 100644 index 000000000000..621b1cb226b1 --- /dev/null +++ b/dev-tex/curve/curve-1.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.11.ebuild,v 1.1 2006/12/03 14:13:35 pylon Exp $ + +inherit latex-package + +S=${WORKDIR}/${PN} + +DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option" +SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/curve.zip" +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" +LICENSE="LPPL-1.2" + +IUSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +src_install() { + + latex-package_src_doinstall styles + + dodoc *.tex *.pdf README NEWS + +} diff --git a/dev-tex/curve/files/digest-curve-1.11 b/dev-tex/curve/files/digest-curve-1.11 new file mode 100644 index 000000000000..e29f086aef33 --- /dev/null +++ b/dev-tex/curve/files/digest-curve-1.11 @@ -0,0 +1,3 @@ +MD5 0d246701a2ccba0e073f5c18c3d51de2 curve.zip 146343 +RMD160 a59874bb199e07bc9f7d26e2e25050cd670e4258 curve.zip 146343 +SHA256 5171c6db461dd5b74bee0d9dc3a252ddea6d6189a3ab45f9fc317d47122856a8 curve.zip 146343 |