diff options
author | 2019-10-04 20:24:11 +0200 | |
---|---|---|
committer | 2019-10-04 20:24:11 +0200 | |
commit | d49dbf89ccab93e1f4ae966b0ffd6e0992f71b45 (patch) | |
tree | f390e400c33cb9de2b564e5e9c04e6ca37dfd400 /net-print/foomatic-db-engine | |
parent | app-admin/psmon: move from perl-app to perl-module.eclass (diff) | |
download | gentoo-d49dbf89ccab93e1f4ae966b0ffd6e0992f71b45.tar.gz gentoo-d49dbf89ccab93e1f4ae966b0ffd6e0992f71b45.tar.bz2 gentoo-d49dbf89ccab93e1f4ae966b0ffd6e0992f71b45.zip |
net-print/foomatic-db-engine: move from perl-app.eclass to perl-module.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-print/foomatic-db-engine')
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild index c714859db0b6..5cf7dd511c12 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes -inherit eutils perl-app versionator autotools +inherit eutils perl-module versionator autotools DESCRIPTION="Generates ppds out of xml foomatic printer description files" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -30,6 +29,9 @@ src_prepare() { "${FILESDIR}"/4.0.12-use-pkgconfig.patch sed -i -e "s:@LIB_CUPS@:$(cups-config --serverbin):" Makefile.in || die eautoreconf + + cd lib + perl-module_src_prepare } src_configure() { @@ -37,14 +39,14 @@ src_configure() { emake defaults cd lib - perl-app_src_configure + perl-module_src_configure } src_compile() { default cd lib - perl-app_src_compile + perl-module_src_compile } src_install() { |