diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:28:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 18:23:36 +0100 |
commit | 7b0e0aecbcb9b247681a2c87be51d5e43404f7e5 (patch) | |
tree | f02c8f546715d9dd8b66099bd6c7e1536ee0e828 /dev-libs/pugixml | |
parent | */*: Switch graphics proj packages to cmake.eclass (diff) | |
download | gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.gz gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.bz2 gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.zip |
*/*: Switch media-video proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.9-r1.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/pugixml/pugixml-9999.ebuild | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/dev-libs/pugixml/pugixml-1.9-r1.ebuild b/dev-libs/pugixml/pugixml-1.9-r1.ebuild index a828ba74f2e3..98f20245f463 100644 --- a/dev-libs/pugixml/pugixml-1.9-r1.ebuild +++ b/dev-libs/pugixml/pugixml-1.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/zeux/${PN}.git" @@ -24,10 +24,3 @@ PATCHES=( "${FILESDIR}/${P}-Use-CMAKE_INSTALL_LIBDIR-for-pugixml.pc.patch" "${FILESDIR}/${P}-pkg-config-Use-CMake-GnuInstallDirs-FULL-vars.patch" ) - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - ) - cmake-utils_src_configure -} diff --git a/dev-libs/pugixml/pugixml-9999.ebuild b/dev-libs/pugixml/pugixml-9999.ebuild index bd5bdeffb3ad..13e703458881 100644 --- a/dev-libs/pugixml/pugixml-9999.ebuild +++ b/dev-libs/pugixml/pugixml-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/zeux/${PN}.git" @@ -18,10 +18,3 @@ HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/" LICENSE="MIT" SLOT="0" - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - ) - cmake-utils_src_configure -} |