From a99babd124918ac6a8c666be487a76a9b4ef294f Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 31 Jan 2019 18:57:39 +0100 Subject: [PATCH] dev-lang/compilescript: Added asciidoc dependency, bumped EAPI to 7. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07 --- dev-lang/compilescript/Manifest | 10 +++++----- .../compilescript/compilescript-9999.ebuild | 20 +++---------------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/dev-lang/compilescript/Manifest b/dev-lang/compilescript/Manifest index a83dd2f08..502585f39 100644 --- a/dev-lang/compilescript/Manifest +++ b/dev-lang/compilescript/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD compilescript-9999.ebuild 1334 BLAKE2B 2e0a2689f3d68fe77cb6ecdc5f88db80beda294d44b06e7e12d8a7528ecebc4414290fe13c5144574269a83aa595e8f97bc3c968fc617f87dec01a1810577718 SHA512 64b65f7f74fca83deb8d65d376046be3265dc24f41ee97b4d46e1f23edb38813d045f4f363d3f678c5eb014c98c877dc852ea5df1e7ea342c0624368e42b61ab +EBUILD compilescript-9999.ebuild 1044 BLAKE2B 9f0867e0d20ead0e4ab0110e99961e662bdac5f83a393513af0ed2e6c91b3f7224375beecf168dccadb1cd27bf2841f0b63710ea40d67e001416b9eee5849821 SHA512 df207fa4dae21263b8b529b6f94cfcbd7a1b3f40778577628af7d84080f92f3bd0303366190cf4207c525b6602696e0799cc18c77cc0c81cf5cbd7e96c868770 MISC metadata.xml 350 BLAKE2B d47e71ec73ca4df10f35231fd3916b1158a6413d880a2fcb8a56bb9b06caeb10005f1b8cf214b59941a324853f77a61c7f1be6a1d4fecb28a9375ce280f14872 SHA512 0e9ed6a9aca6c19565f27ffd9f67a1fed84eef982311ac243f7ccfe802e62c6e09eae19d0b1cc2d8b9601f95ba19e9f3b664ef19d62be6c184e597763d878123 -----BEGIN PGP SIGNATURE----- -iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXCspnAAKCRDPw5SX8bJu -B2gGAP0Wg387CU4Ma5VoRG6MlDetNoM2YywW6p2LHL+kpNmo1wEAi1e+yBVsiN6v -7Xdc9OXs3kMRrsyc4xQK+YU+L45cQLg= -=+Eyt +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXFM3EwAKCRDPw5SX8bJu +Bzw2AP94ZpQD6z9ceHj18Pm4DsSbQFnaT+OCMsTkYXf/e/MbgwD6Au9F463zvmzP +ZUGrbeFw6LiW/Fklwk5goVF4lX//2iA= +=0IH2 -----END PGP SIGNATURE----- diff --git a/dev-lang/compilescript/compilescript-9999.ebuild b/dev-lang/compilescript/compilescript-9999.ebuild index 095e4e5cd..365db30c4 100644 --- a/dev-lang/compilescript/compilescript-9999.ebuild +++ b/dev-lang/compilescript/compilescript-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -28,7 +28,7 @@ if [[ "${PV}" == "9999" ]]; then else KEYWORDS="~amd64" fi -IUSE="debug" +IUSE="" RDEPEND=" dev-libs/libconfig @@ -36,6 +36,7 @@ RDEPEND=" " DEPEND=" dev-util/cmake + app-text/asciidoc ${RDEPEND} " @@ -51,18 +52,3 @@ src_unpack() { mv xdgcfg ${PN} fi } - -src_prepare() { - cmake-utils_src_prepare - - sed -i "s|\${CMAKE_INSTALL_DOCDIR}|\${CMAKE_INSTALL_DATAROOTDIR}/doc/${P}|" \ - CMakeLists.txt || die "Modification of CMAKE_INSTALL_DOCDIR failed." -} - -src_compile() { - if use debug; then - cmake-utils_src_compile DEBUG=1 - else - cmake-utils_src_compile - fi -}