summaryrefslogtreecommitdiff
path: root/dev-tex/curve
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /dev-tex/curve
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'dev-tex/curve')
-rw-r--r--dev-tex/curve/Manifest3
-rw-r--r--dev-tex/curve/curve-1.16-r1.ebuild4
-rw-r--r--dev-tex/curve/curve-1.16.ebuild38
3 files changed, 3 insertions, 42 deletions
diff --git a/dev-tex/curve/Manifest b/dev-tex/curve/Manifest
index efafa709950d..b7f7f2732606 100644
--- a/dev-tex/curve/Manifest
+++ b/dev-tex/curve/Manifest
@@ -1,4 +1,3 @@
DIST curve-1.16.zip 279634 BLAKE2B fb002adfa6d329895ec4e547280f8c80684f42f931b2f9862a3ceaf6af4bdb942f1da69c90d3f9e6a1a71e3285927107d443de865a30fdde5c6d2fccf6889aa9 SHA512 3e017dc1e16084513e3d1476d8a6947c8bb6b1b71ae532842bcded186841bfe668dc46ded1200dd835fc258dcdebf0707626cf60d0af752694a377f14739ddbf
-EBUILD curve-1.16-r1.ebuild 800 BLAKE2B b5145b73ad62b17a07b7dc0930db1c6c653afb13701b9faa50064deb6dedc76582345e2c16c60d5ac7e7cebeff88059827288ad28d35c815d4de1910681f9a08 SHA512 ff6350b441d708e4282bbdc1b85bfafa25a0271a39b02ebcf82567c9a7ad8d3806a77c1fc6916959ef350ddf7ddf81d06e6737ad203a4d481d79f37bd3e2a9db
-EBUILD curve-1.16.ebuild 814 BLAKE2B ce86c1879499e888a4f757bbfa05590e7f911711021febefa04a362dc392d7a0d0ab656303b338d1a1630438069281a417d2db5acfcfb0c2fc7cfea6526224b1 SHA512 eccae39d2c9da3bf57bdd84bc931f261e4021bbe56239db56c03740ebf5a01219d9995f6339f5cb3bd20c6fb1162963c31c24f26539c542be1ea34ef2426eed5
+EBUILD curve-1.16-r1.ebuild 797 BLAKE2B 3e4dc1df8605b931845c7afd99a37f7cb677577f2d8941f7ce31d6c8b79355f595ebc5c6d9393823418a3e7998b89fbc0625b7dc5395a8703fdd24d01633a867 SHA512 a08f8d481a5e66bee772a1a3d91fd35cf583a6bcef543fddc74067753a508e9be55404a3fd6ee32b2f86bffebc1091cf1485e0b3bbf05d7fef9d4955f8113fdf
MISC metadata.xml 249 BLAKE2B 1b34ce77c092c0664a18f32525d158d41bf36ab7ab7a4b9d01ed37e1e3dda3d58849d5b1375065c4e5591f6b09b2a93e88a624d399c495a0b1125edb30ec172f SHA512 895325641a176c848988fb5f36cdb567b584d22f6e778b3de674de480cbca30b7cf8f12ecbbe1173a63e3229889e1e0f5efd5afea4f0d4c429ac236598f80f1e
diff --git a/dev-tex/curve/curve-1.16-r1.ebuild b/dev-tex/curve/curve-1.16-r1.ebuild
index fd710c2dbb9c..5a1271cf3065 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"
diff --git a/dev-tex/curve/curve-1.16.ebuild b/dev-tex/curve/curve-1.16.ebuild
deleted file mode 100644
index 98be8f326f67..000000000000
--- 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
-}