public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/europecv/
@ 2015-11-09  9:32 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2015-11-09  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9c6a2e2f00d59b281e93efc575612740850a94be
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 09:32:11 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 09:32:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6a2e2f

dev-tex/europecv: Drop obsolete RDEPEND

Package-Manager: portage-2.2.24
RepoMan-Options: --force

 .../{europecv-20060424-r1.ebuild => europecv-20060424-r2.ebuild}     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-tex/europecv/europecv-20060424-r1.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild
similarity index 90%
rename from dev-tex/europecv/europecv-20060424-r1.ebuild
rename to dev-tex/europecv/europecv-20060424-r2.ebuild
index 62dfaa1..dfaf5a8 100644
--- a/dev-tex/europecv/europecv-20060424-r1.ebuild
+++ b/dev-tex/europecv/europecv-20060424-r2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit latex-package
 
 DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the European Commission"
@@ -16,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86
 
 IUSE="examples"
 
-RDEPEND="|| ( >=dev-texlive/texlive-latexextra-2008 dev-tex/latex-unicode )"
+RDEPEND=">=dev-texlive/texlive-latexextra-2008"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 S="${WORKDIR}/${PN}"
@@ -32,7 +33,7 @@ src_install() {
 	doins ecv* europecv.cls EuropeFlag* europasslogo*
 
 	insinto /usr/share/doc/${PF}
-	doins -r europecv.pdf europecv.tex
+	doins europecv.pdf europecv.tex
 	dosym /usr/share/doc/${PF}/europecv.pdf	${TEXMF}/doc/latex/${PN}/europecv.pdf
 	use examples && doins -r examples templates
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/europecv/
@ 2017-06-17 14:41 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2017-06-17 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bc3054e1a99a6ac85ab703d8ee747576c925f39a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 11:49:18 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 14:41:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3054e1

dev-tex/europecv: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/europecv/europecv-20060424-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild
index 4dcfcf69e73..37cffc7ecc4 100644
--- a/dev-tex/europecv/europecv-20060424-r2.ebuild
+++ b/dev-tex/europecv/europecv-20060424-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/europecv/
@ 2019-12-13 19:50 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-12-13 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a3e4eadaf9a3e79025c58c326e4a054db39166db
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 19:50:02 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 19:50:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e4eada

dev-tex/europecv: port to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/europecv/europecv-20060424-r2.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild
index 176acadf0c9..52a64514dc7 100644
--- a/dev-tex/europecv/europecv-20060424-r2.ebuild
+++ b/dev-tex/europecv/europecv-20060424-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit latex-package
 
 DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the EC"
@@ -17,8 +18,11 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-li
 IUSE="examples"
 
 RDEPEND=">=dev-texlive/texlive-latexextra-2008"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="app-arch/unzip"
+
 S="${WORKDIR}/${PN}"
 
 TEXMF=/usr/share/texmf-site


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-13 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09  9:32 [gentoo-commits] repo/gentoo:master commit in: dev-tex/europecv/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-06-17 14:41 Alexis Ballier
2019-12-13 19:50 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox