* [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/
@ 2019-02-27 4:34 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-02-27 4:34 UTC (permalink / raw
To: gentoo-commits
commit: e3bd81f0b1f93ce1cb0e450365a4167a0b559c4b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 22 13:14:24 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 04:34:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bd81f0
dev-tex/curve: EAPI7 revbump
Closes: https://bugs.gentoo.org/664256
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9663
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-tex/curve/curve-1.16-r1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/dev-tex/curve/curve-1.16-r1.ebuild b/dev-tex/curve/curve-1.16-r1.ebuild
new file mode 100644
index 00000000000..fd710c2dbb9
--- /dev/null
+++ b/dev-tex/curve/curve-1.16-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option"
+HOMEPAGE="https://ctan.org/tex-archive/macros/latex/contrib/curve/"
+SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/${PN}.zip -> ${P}.zip"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND=">=dev-texlive/texlive-latexextra-2010"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+TEXMF=/usr/share/texmf-site
+
+src_install() {
+ dodoc README NEWS THANKS
+
+ latex-package_src_doinstall styles
+
+ if use doc ; then
+ latex-package_src_doinstall pdf
+ fi
+
+ if use examples ; then
+ insinto /usr/share/doc/${PF}/example
+ doins examples/*
+ fi
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/
@ 2019-03-09 19:18 Thomas Deutschmann
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2019-03-09 19:18 UTC (permalink / raw
To: gentoo-commits
commit: d9059e724fdefbc967e55781d14351843aa8c2e3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 19:04:18 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 19:18:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9059e72
dev-tex/curve: x86 stable (bug #679458)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-tex/curve/curve-1.16-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tex/curve/curve-1.16-r1.ebuild b/dev-tex/curve/curve-1.16-r1.ebuild
index fd710c2dbb9..7f40851c289 100644
--- a/dev-tex/curve/curve-1.16-r1.ebuild
+++ b/dev-tex/curve/curve-1.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/${PN}.zip -> ${P}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="doc examples"
RDEPEND=">=dev-texlive/texlive-latexextra-2010"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/
@ 2019-03-15 4:41 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-03-15 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 361ea1982f9b4acfdab0dceed6d63515fa96a42e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 04:40:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 04:40:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361ea198
dev-text/curve: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-tex/curve/curve-1.16.ebuild | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-tex/curve/curve-1.16.ebuild b/dev-tex/curve/curve-1.16.ebuild
deleted file mode 100644
index 98be8f326f6..00000000000
--- a/dev-tex/curve/curve-1.16.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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=">=dev-texlive/texlive-latexextra-2010"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-IUSE="doc examples"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-TEXMF=/usr/share/texmf-site
-
-src_install() {
-
- latex-package_src_doinstall styles
-
- dodoc README NEWS THANKS
-
- if use doc ; then
- latex-package_src_doinstall pdf
- fi
-
- if use examples ; then
- insinto /usr/share/doc/${PF}/example
- doins examples/*
- fi
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/
@ 2019-03-15 4:41 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-03-15 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 16adecbe0b3099551da8f4382971a6209dd80ee8
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 04:39:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 04:39:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16adecbe
dev-text/curve: amd64/ppc stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-tex/curve/curve-1.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/curve/curve-1.16-r1.ebuild b/dev-tex/curve/curve-1.16-r1.ebuild
index 7f40851c289..5a1271cf306 100644
--- a/dev-tex/curve/curve-1.16-r1.ebuild
+++ b/dev-tex/curve/curve-1.16-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/${PN}.zip -> ${P}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="doc examples"
RDEPEND=">=dev-texlive/texlive-latexextra-2010"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-15 4:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15 4:41 [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2019-03-15 4:41 Aaron Bauman
2019-03-09 19:18 Thomas Deutschmann
2019-02-27 4:34 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox