summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-06-27 14:14:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-06-27 14:14:44 +0000
commit9c6c5a544afa7139e75d0ace1e9044dc92e800f2 (patch)
treee39bba8c3b47e28062cee3a56c74d09fe5f1c660 /dev-tex/curve
parentadd unzip dep for unpacking, by Piotr Szymaniak, bug #371505 (diff)
downloadgentoo-2-9c6c5a544afa7139e75d0ace1e9044dc92e800f2.tar.gz
gentoo-2-9c6c5a544afa7139e75d0ace1e9044dc92e800f2.tar.bz2
gentoo-2-9c6c5a544afa7139e75d0ace1e9044dc92e800f2.zip
remove old
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/curve')
-rw-r--r--dev-tex/curve/ChangeLog5
-rw-r--r--dev-tex/curve/curve-1.11.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-tex/curve/ChangeLog b/dev-tex/curve/ChangeLog
index c4f17bee3644..73461d44ece7 100644
--- a/dev-tex/curve/ChangeLog
+++ b/dev-tex/curve/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/curve
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.13 2011/06/27 14:11:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.14 2011/06/27 14:14:44 aballier Exp $
+
+ 27 Jun 2011; Alexis Ballier <aballier@gentoo.org> -curve-1.11.ebuild:
+ remove old
27 Jun 2011; Alexis Ballier <aballier@gentoo.org> curve-1.15.ebuild:
add unzip dep for unpacking, by Piotr Szymaniak, bug #371505
diff --git a/dev-tex/curve/curve-1.11.ebuild b/dev-tex/curve/curve-1.11.ebuild
deleted file mode 100644
index 4cd0ccc9dd2e..000000000000
--- a/dev-tex/curve/curve-1.11.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.2 2006/12/03 14:15:42 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/${PN}.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
-
-}