* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2019-10-04 18:25 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2019-10-04 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 538acef5472a8adf5f1b9f368188643d34a0ef0d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 18:24:40 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 18:24:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538acef5
net-print/foomatic-db-engine: remove old
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-print/foomatic-db-engine/Manifest | 1 -
.../foomatic-db-engine-4.0.11.ebuild | 58 ----------------------
2 files changed, 59 deletions(-)
diff --git a/net-print/foomatic-db-engine/Manifest b/net-print/foomatic-db-engine/Manifest
index 56a42ccfff1..9676e775e0a 100644
--- a/net-print/foomatic-db-engine/Manifest
+++ b/net-print/foomatic-db-engine/Manifest
@@ -1,2 +1 @@
-DIST foomatic-db-engine-4.0.11.tar.gz 360379 BLAKE2B efef3edd3780f5824c67f4724ec71115999fc159e9fb07bb50f87ad5cac291b57a44316105177acab1f7a95e9f490333925cbea0530ada1496170e8eb56a96f5 SHA512 790d08a7ba69a397988695248de5f1dff2d8461b7da415b73daea133426cc39ea69b59d59a5d1651007388c99276e878dbc3388b54219338090a1a95e6a5ae0a
DIST foomatic-db-engine-4.0.12.tar.gz 360499 BLAKE2B b03ba0a0cddc2d1c59a64ffa33e577f991d36c478e3f7b43f66474c749b7fb546f0ad5b04fee056c69532a6f126b87c95a72e5561443ef79bf3bdfed650d6b07 SHA512 b7e99ace6a632e9b0213183bd2c6c2d11ca072ea0414e8ca569082b7ec183dd81c80594ad63fdee82d761ae36d4fce9d3c881569a95a6085ec326ef7fd21154f
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
deleted file mode 100644
index 9dd5fdc3102..00000000000
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
-inherit eutils perl-app versionator
-
-DESCRIPTION="Generates ppds out of xml foomatic printer description files"
-HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
-SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="net-print/cups"
-RDEPEND="
- dev-libs/libxml2
- >=net-print/cups-filters-1.0.43-r1[foomatic]
-"
-PDEPEND="net-print/foomatic-db"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/4.0.7-perl-module.patch \
- "${FILESDIR}"/4.0.7-respect-ldflag.patch
- sed -i -e "s:@LIB_CUPS@:$(cups-config --serverbin):" Makefile.in || die
-}
-
-src_configure() {
- default
- emake defaults
-
- cd lib
- perl-app_src_configure
-}
-
-src_compile() {
- emake
-
- cd lib
- perl-app_src_compile
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README TODO USAGE
-
- cd lib
- perl-module_src_install
-}
-
-src_test() {
- cd lib
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2019-10-04 18:25 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2019-10-04 18:25 UTC (permalink / raw
To: gentoo-commits
commit: d49dbf89ccab93e1f4ae966b0ffd6e0992f71b45
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 18:24:11 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 18:24:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49dbf89
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 <AT> gentoo.org>
.../foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 12 +++++++-----
1 file 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 c714859db0b..5cf7dd511c1 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() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2018-08-26 17:40 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2018-08-26 17:40 UTC (permalink / raw
To: gentoo-commits
commit: a46bfe052ae0206121cc3f6fd3e5016e0c971251
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:34:17 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:34:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46bfe05
net-print/foomatic-db-engine: Remove support for non-existent deps
net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild | 4 ++--
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
index a4405f8fe80..9dd5fdc3102 100644
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,7 @@ IUSE=""
DEPEND="net-print/cups"
RDEPEND="
dev-libs/libxml2
- || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters )
+ >=net-print/cups-filters-1.0.43-r1[foomatic]
"
PDEPEND="net-print/foomatic-db"
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 1043eb1c108..c714859db0b 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,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ DEPEND="net-print/cups
virtual/pkgconfig"
RDEPEND="
dev-libs/libxml2
- || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters )
+ >=net-print/cups-filters-1.0.43-r1[foomatic]
"
PDEPEND="net-print/foomatic-db"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-12-05 8:49 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2017-12-05 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 3ca430a3b3346f414892576215728c986fcad654
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 5 08:48:59 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 5 08:48:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca430a3
net-print/foomatic-db-engine: stable 4.0.12 for hppa, bug #619306
Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 51fae9f2067..1043eb1c108 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
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-05-30 4:55 Markus Meier
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier @ 2017-05-30 4:55 UTC (permalink / raw
To: gentoo-commits
commit: f70d2fff51efe0505c92f0f77bbdb64e19b60d33
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 04:55:39 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue May 30 04:55:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70d2fff
net-print/foomatic-db-engine: arm stable, bug #619306
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 fbb80135951..14dfcfcf460 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
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-05-22 19:53 Michael Weber
0 siblings, 0 replies; 10+ messages in thread
From: Michael Weber @ 2017-05-22 19:53 UTC (permalink / raw
To: gentoo-commits
commit: b3076ff297d7e386babec0d74fe999a3b36251a0
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 19:53:08 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 22 19:53:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3076ff2
net-print/foomatic-db-engine: ppc ppc64 stable (bug 619306)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 3f6a30234de..fbb80135951 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
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-05-22 18:07 Tobias Klausmann
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann @ 2017-05-22 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 358216fb5154a6ec451ee51c12396b28047de9a3
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 17:34:53 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 22 18:07:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358216fb
net-print/foomatic-db-engine-4.0.12-r0: add alpha keyword
Gentoo-Bug: 619306
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 81c81bc96bf..3f6a30234de 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
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-05-22 9:25 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2017-05-22 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 285ee25c09d9f4c2b78c56193a0685cbac9aff1f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 09:25:19 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 22 09:25:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285ee25c
net-print/foomatic-db-engine: x86 stable wrt bug #619306
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f38383f8650..aa301467360 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
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2017-05-22 8:58 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2017-05-22 8:58 UTC (permalink / raw
To: gentoo-commits
commit: db1a4a3a06a2cc000856f9887c9a7a0732e701ca
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 08:57:35 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 22 08:57:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1a4a3a
net-print/foomatic-db-engine: amd64 stable wrt bug #619306
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 6c28ca3b3e6..f38383f8650 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,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="net-print/cups
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
@ 2016-01-19 20:10 Mike Frysinger
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger @ 2016-01-19 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 91a4269d98d83a2cd6a8cdf895bba21a18379293
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 19:59:50 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:10:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a4269d
net-print/foomatic-db-engine: switch to `default`
No real changes here -- installed set of files is the same.
net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 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 fb5aa96..74a50f5 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,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -39,15 +39,15 @@ src_configure() {
}
src_compile() {
- emake
+ default
cd lib
perl-app_src_compile
}
src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README TODO USAGE
+ default
+ dodoc USAGE
cd lib
perl-module_src_install
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2019-10-04 18:25 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 18:25 [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2019-10-04 18:25 Andreas K. Hüttel
2018-08-26 17:40 Michał Górny
2017-12-05 8:49 Sergei Trofimovich
2017-05-30 4:55 Markus Meier
2017-05-22 19:53 Michael Weber
2017-05-22 18:07 Tobias Klausmann
2017-05-22 9:25 Agostino Sarubbo
2017-05-22 8:58 Agostino Sarubbo
2016-01-19 20:10 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox