mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-print/cups-filters: drop old configure munging
The configure script was updated long ago, so drop the manual sed. In many cases, this also means we can drop the autotool regeneration.
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
inherit eutils perl-module autotools systemd
|
||||
inherit eutils perl-module systemd
|
||||
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit bzr
|
||||
@@ -47,11 +47,6 @@ DEPEND="${RDEPEND}
|
||||
dev-util/gdbus-codegen
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
inherit eutils perl-module autotools systemd
|
||||
inherit eutils perl-module systemd
|
||||
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit bzr
|
||||
@@ -47,11 +47,6 @@ DEPEND="${RDEPEND}
|
||||
dev-util/gdbus-codegen
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
|
||||
@@ -49,7 +49,6 @@ DEPEND="${RDEPEND}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-allow-disable-ghostscript.patch"
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
inherit eutils perl-module autotools systemd
|
||||
inherit eutils perl-module systemd
|
||||
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit bzr
|
||||
@@ -47,11 +47,6 @@ DEPEND="${RDEPEND}
|
||||
dev-util/gdbus-codegen
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
inherit eutils perl-module autotools systemd
|
||||
inherit eutils perl-module systemd
|
||||
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit bzr
|
||||
@@ -47,11 +47,6 @@ DEPEND="${RDEPEND}
|
||||
dev-util/gdbus-codegen
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
|
||||
@@ -48,7 +48,6 @@ DEPEND="${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user