diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-07 12:32:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-07 12:32:34 +0000 |
commit | 10e8a11cde29a52305e3ee8531055bf46ff35c40 (patch) | |
tree | 0abecc3d8cd835abf5c79c9ca391183a24e1b9c9 /dev-tex/curve | |
parent | Remove old (diff) | |
download | gentoo-2-10e8a11cde29a52305e3ee8531055bf46ff35c40.tar.gz gentoo-2-10e8a11cde29a52305e3ee8531055bf46ff35c40.tar.bz2 gentoo-2-10e8a11cde29a52305e3ee8531055bf46ff35c40.zip |
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/curve')
-rw-r--r-- | dev-tex/curve/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/curve/curve-1.15.ebuild | 30 | ||||
-rw-r--r-- | dev-tex/curve/curve-1.7.ebuild | 24 |
3 files changed, 5 insertions, 56 deletions
diff --git a/dev-tex/curve/ChangeLog b/dev-tex/curve/ChangeLog index 028697db6e0f..59ab8b4c3f46 100644 --- a/dev-tex/curve/ChangeLog +++ b/dev-tex/curve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/curve # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.18 2012/03/06 14:24:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.19 2012/10/07 12:32:34 ago Exp $ + + 07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> -curve-1.15.ebuild, + -curve-1.7.ebuild: + Remove old 06 Mar 2012; Brent Baude <ranger@gentoo.org> curve-1.16.ebuild: Marking curve-1.16 ppc for bug 397013 @@ -63,4 +67,3 @@ 16 Apr 2004; Lars Weiler <pylon@gentoo.org> curve-1.7.ebuild, metadata.xml: Initial commit of this package. - diff --git a/dev-tex/curve/curve-1.15.ebuild b/dev-tex/curve/curve-1.15.ebuild deleted file mode 100644 index 04d6aeb4df94..000000000000 --- a/dev-tex/curve/curve-1.15.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.15.ebuild,v 1.2 2011/06/27 14:11:55 aballier Exp $ - -EAPI=2 - -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/${PN}.zip -> ${P}.zip" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" -LICENSE="LPPL-1.2" -RDEPEND="" -DEPEND="app-arch/unzip" - -IUSE="" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -TEXMF=/usr/share/texmf-site - -src_install() { - - latex-package_src_doinstall styles - - dodoc *.tex *.pdf README NEWS - -} diff --git a/dev-tex/curve/curve-1.7.ebuild b/dev-tex/curve/curve-1.7.ebuild deleted file mode 100644 index d70c04997af1..000000000000 --- a/dev-tex/curve/curve-1.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.7.ebuild,v 1.7 2004/12/28 20:49:45 absinthe Exp $ - -inherit latex-package - -S=${WORKDIR}/${PN} - -DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option" -SRC_URI="mirror://gentoo/${P}.tar.gz" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" -LICENSE="LPPL-1.2" - -IUSE="" -SLOT="0" -KEYWORDS="x86 ppc ~sparc amd64" - -src_install() { - - latex-package_src_doinstall styles - - dodoc *.tex *.pdf README NEWS - -} |