public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-01 10:43 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2020-09-01 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     48ce504c726b6796a20fefac6b1f6d3c1803adbd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 10:30:35 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 10:43:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ce504c

sys-libs/libieee1284: migrate to EAPI=7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
index 9cb0704f1c1..6966e3e27a5 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -17,25 +17,29 @@ KEYWORDS="amd64 ppc x86"
 IUSE="doc python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="
-	python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	doc? (
+BDEPEND="doc? (
 		app-text/docbook-sgml-utils
 		>=app-text/docbook-sgml-dtd-4.1
 		app-text/docbook-dsssl-stylesheets
 		dev-perl/XML-RegExp
 	)"
 
+DEPEND="python? ( ${PYTHON_DEPS} )"
+
+RDEPEND="${DEPEND}"
+
 pkg_setup() {
 	use python && python-single-r1_pkg_setup
 }
 
 multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
+	local myeconfargs=(
+		--enable-shared
+		$(use_enable static-libs static)
 		$(multilib_native_use_with python)
+	)
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
 multilib_src_install_all() {
@@ -43,6 +47,6 @@ multilib_src_install_all() {
 	dodoc doc/interface*
 
 	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
+		find "${ED}" -name '*.la' -delete || die
 	fi
 }


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2024-06-25  6:43 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-25  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     69b4608894e9c6c1a7bfc136dfde580f5bbe9778
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 06:42:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 06:42:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b46088

sys-libs/libieee1284: Stabilize 0.2.11-r9 amd64, #934880

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 85ad3566f579..06f47fa7d27e 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2024-06-25  6:43 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-25  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5abc4fe3d9f153e7dc7b56d2a9af9477b62c0213
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 06:42:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 06:42:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abc4fe3

sys-libs/libieee1284: Stabilize 0.2.11-r9 ppc, #934880

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 06f47fa7d27e..4f27d8c771b6 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2024-06-25  4:41 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-25  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0a0972facf81c965d516ef100bcc66200382653f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:39:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:39:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0972fa

sys-libs/libieee1284: Stabilize 0.2.11-r9 x86, #934880

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 79b45ba51525..85ad3566f579 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2024-05-09  1:31 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-05-09  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 01:28:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 01:29:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fcbdf5

sys-libs/libieee1284: fix SRC_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index b7fc64b2ef0b..119007511067 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -7,7 +7,7 @@ inherit autotools multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
 HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2024-05-09  1:31 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-05-09  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0f544e26d9a475a71b4879ed1ab0a680b21be501
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 01:28:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 01:29:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f544e26

sys-libs/libieee1284: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 119007511067..79b45ba51525 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
 inherit autotools multilib-minimal
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2022-06-22 18:37 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2022-06-22 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b439da91fd8622cc72abbef9928bd78fd2d7f48c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 18:37:15 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 18:37:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b439da91

sys-libs/libieee1284: Keyword 0.2.11-r8 arm, #849830

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
index ee925da3500f..4be47a172a48 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2022-06-22 16:02 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2022-06-22 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     11e25639d988c08fa98237cfc1014423dd5ae1f2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 16:02:09 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 16:02:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e25639

sys-libs/libieee1284: Keyword 0.2.11-r8 arm64, #849830

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
index ce05c62326ea..ee925da3500f 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm64 ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-19 12:29 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-09-19 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a595a95a6b589694e674a2688c670fc0ad0f3540
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 12:19:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:29:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a595a95a

sys-libs/libieee1284: Remove old

Closes: https://bugs.gentoo.org/735500
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 48 -----------------------
 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 48 -----------------------
 sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild | 48 -----------------------
 3 files changed, 144 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
deleted file mode 100644
index 1074e8dacdb..00000000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 multilib-minimal
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(multilib_native_with python)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	dodoc doc/interface*
-
-	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
-	fi
-}

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
deleted file mode 100644
index 1512eba8b60..00000000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 multilib-minimal
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_with python)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	dodoc doc/interface*
-
-	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
-	fi
-}

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild
deleted file mode 100644
index ff524ed34ed..00000000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 multilib-minimal
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(multilib_native_use_with python)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	dodoc doc/interface*
-
-	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
-	fi
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-19 12:29 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-09-19 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c479239a30bb1eda83593454c6a285ea4d9df0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 12:19:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:29:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c47923

sys-libs/libieee1284: Actually remove python eclass in -r7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{libieee1284-0.2.11-r7.ebuild => libieee1284-0.2.11-r8.ebuild}    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
similarity index 91%
rename from sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
rename to sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
index fcfc9ea12e0..ce05c62326e 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r8.ebuild
@@ -3,9 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1 multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
 HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-01 10:43 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2020-09-01 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     13db0c71b39713b9e2341c5b731edd24a73cc741
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 10:37:15 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 10:43:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db0c71

sys-libs/libieee1284: remove Python bindings

Bug: https://bugs.gentoo.org/735500
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
index 1bbce707bb4..fcfc9ea12e0 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -14,8 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="doc static-libs"
 
 BDEPEND="doc? (
 		app-text/docbook-sgml-utils
@@ -24,14 +23,6 @@ BDEPEND="doc? (
 		dev-perl/XML-RegExp
 	)"
 
-DEPEND="python? ( ${PYTHON_DEPS} )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
 src_prepare() {
 	default
 
@@ -43,8 +34,8 @@ src_prepare() {
 multilib_src_configure() {
 	local myeconfargs=(
 		--enable-shared
+		--without-python
 		$(use_enable static-libs static)
-		$(multilib_native_use_with python)
 	)
 
 	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-01 10:43 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2020-09-01 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     37c00365bbb7478a4a1332b42348ce5dd4b62dc8
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 10:33:53 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 10:43:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c00365

sys-libs/libieee1284: don't call CC directly

Closes: https://bugs.gentoo.org/725240
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
index 6966e3e27a5..1bbce707bb4 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-single-r1 multilib-minimal
+inherit autotools python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
 HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
@@ -32,6 +32,14 @@ pkg_setup() {
 	use python && python-single-r1_pkg_setup
 }
 
+src_prepare() {
+	default
+
+	mv configure.{in,ac} || die
+
+	eautoreconf
+}
+
 multilib_src_configure() {
 	local myeconfargs=(
 		--enable-shared


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2020-09-01 10:43 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2020-09-01 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8896e2863060b4d0c59a9160beeed6b7a3baece8
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 10:24:35 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 10:43:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8896e286

sys-libs/libieee1284: new rev bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
new file mode 100644
index 00000000000..9cb0704f1c1
--- /dev/null
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 multilib-minimal
+
+DESCRIPTION="Library to query devices using IEEE1284"
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE="doc python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	doc? (
+		app-text/docbook-sgml-utils
+		>=app-text/docbook-sgml-dtd-4.1
+		app-text/docbook-dsssl-stylesheets
+		dev-perl/XML-RegExp
+	)"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		$(multilib_native_use_with python)
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	dodoc doc/interface*
+
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -delete || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-10-29 17:08 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2017-10-29 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     728e570925f881201953985c72fbda4351d871c0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 17:08:07 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 17:08:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e5709

sys-libs/libieee1284: Rev bump to fix multilib usage

The fix from bug 619810 (commit 8c950f9ec6) was wrong and caused the
breakage seen in bug 634218.

Thanks to Mike Gilbert for finding the root cause for bug 619810.

Fixes: https://bugs.gentoo.org/634218
Bug: https://bugs.gentoo.org/619810
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --force

 sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild
new file mode 100644
index 00000000000..eddd151383f
--- /dev/null
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 multilib-minimal
+
+DESCRIPTION="Library to query devices using IEEE1284"
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+IUSE="doc python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	doc? (
+		app-text/docbook-sgml-utils
+		>=app-text/docbook-sgml-dtd-4.1
+		app-text/docbook-dsssl-stylesheets
+		dev-perl/XML-RegExp
+	)"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		$(multilib_native_use_with python)
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	dodoc doc/interface*
+
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -delete || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-10-16 10:07 Patrice Clement
  0 siblings, 0 replies; 24+ messages in thread
From: Patrice Clement @ 2017-10-16 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c3025c099bccaaa30c4f52d8e07dc0a9436daa7c
Author:     charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Thu Oct  5 14:52:04 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 10:07:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3025c09

sys-libs/libieee1284: update HOMEPAGE.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5866

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 2 +-
 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
index 1cf8a0bd6c9..598e04de9d5 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
index 3f1df76fed3..678129500cb 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-10-09 22:48 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2017-10-09 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b75d736adc4dd58e256dfa5b9caa0cade13602ba
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 22:45:12 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 22:45:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75d736a

sys-libs/libieee1284: x86 stable (bug #632488)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
index 4ff103852d6..3f1df76fed3 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="doc python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-10-05 12:53 Manuel Rüger
  0 siblings, 0 replies; 24+ messages in thread
From: Manuel Rüger @ 2017-10-05 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ab8a6850138143c682417cbd0c17f8b9a482a738
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 12:50:25 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 12:50:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8a6850

sys-libs/libieee1284: Stable on amd64

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
index 758ec42df1e..4ff103852d6 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
 IUSE="doc python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-10-02 13:24 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2017-10-02 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6daefc1f91f66aff24a93f4ccba2bb477be1597f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 12:41:22 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 13:24:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daefc1f

sys-libs/libieee1284: stable 0.2.11-r5 for ppc, bug #632488

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
index 5fff2c1ba2e..758ec42df1e 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd"
 IUSE="doc python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-09-30  9:26 Pacho Ramos
  0 siblings, 0 replies; 24+ messages in thread
From: Pacho Ramos @ 2017-09-30  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8c950f9ec687e00d48056c25c87a63a7539a1764
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 09:24:50 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 09:24:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c950f9e

sys-libs/libieee1284: python needs to be handled for both arches in multilib (#619810)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
new file mode 100644
index 00000000000..5fff2c1ba2e
--- /dev/null
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 multilib-minimal
+
+DESCRIPTION="Library to query devices using IEEE1284"
+HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="doc python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	doc? (
+		app-text/docbook-sgml-utils
+		>=app-text/docbook-sgml-dtd-4.1
+		app-text/docbook-dsssl-stylesheets
+		dev-perl/XML-RegExp
+	)"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		$(use_with python)
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	dodoc doc/interface*
+
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -delete || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-05-26 22:54 David Seifert
  0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2017-05-26 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9a5c840d76f972476a30ab361c82fba6abc5b915
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:38:04 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:53:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5c840d

sys-libs/libieee1284: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
index 70f5d163f0c..1cf8a0bd6c9 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 multilib-minimal
+
+inherit python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
 HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
@@ -14,9 +15,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="doc python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9
-		!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
+RDEPEND="
 	python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
 	doc? (
@@ -26,23 +27,22 @@ DEPEND="${RDEPEND}
 		dev-perl/XML-RegExp
 	)"
 
-DOCS="AUTHORS NEWS README* TODO doc/interface*"
-
 pkg_setup() {
 	use python && python-single-r1_pkg_setup
 }
 
 multilib_src_configure() {
-	local myconf="--without-python"
-	multilib_is_native_abi && myconf="$(use_with python)"
-
 	ECONF_SOURCE="${S}" econf \
 		--enable-shared \
 		$(use_enable static-libs static) \
-		${myconf}
+		$(multilib_native_with python)
 }
 
 multilib_src_install_all() {
-	prune_libtool_files --all
 	einstalldocs
+	dodoc doc/interface*
+
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -delete || die
+	fi
 }


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2017-01-15 11:20 Pacho Ramos
  0 siblings, 0 replies; 24+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ef5387222a2de4a8cce51fc239a8b0f7ccb71086
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:08:18 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef538722

sys-libs/libieee1284: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild | 48 -----------------------
 1 file changed, 48 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild
deleted file mode 100644
index 0af6c85..00000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-PYTHON_DEPEND="python? 2"
-inherit eutils python multilib-minimal
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="doc python static-libs"
-
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9
-		!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-DOCS="AUTHORS NEWS README* TODO doc/interface*"
-
-pkg_setup() {
-	use python && python_set_active_version 2
-}
-
-multilib_src_configure() {
-	local myconf="--without-python"
-	multilib_is_native_abi && myconf="$(use_with python)"
-
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		${myconf}
-}
-
-multilib_src_install_all() {
-	prune_libtool_files --all
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2016-12-20 16:52 Tobias Klausmann
  0 siblings, 0 replies; 24+ messages in thread
From: Tobias Klausmann @ 2016-12-20 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b05672cbeb6059ee5ee4bb2aaabcc3ac558e9230
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:51:28 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:52:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05672cb

sys-libs/libieee1284-0.2.11-r4: stable on amd64

Gentoo-Bug: 593574

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
index e0bf541..ae922a1 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="doc python static-libs"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2016-06-25 21:13 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2016-06-25 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5acd3b7460ed72b77d2757695f4c7270ce725334
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 21:12:57 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 21:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acd3b74

sys-libs/libieee1284: Convert to python-single-r1, EAPI 6

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 49 +++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
new file mode 100644
index 0000000..e0bf541
--- /dev/null
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1 multilib-minimal
+
+DESCRIPTION="Library to query devices using IEEE1284"
+HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="doc python static-libs"
+
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9
+		!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
+	python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	doc? (
+		app-text/docbook-sgml-utils
+		>=app-text/docbook-sgml-dtd-4.1
+		app-text/docbook-dsssl-stylesheets
+		dev-perl/XML-RegExp
+	)"
+
+DOCS="AUTHORS NEWS README* TODO doc/interface*"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+multilib_src_configure() {
+	local myconf="--without-python"
+	multilib_is_native_abi && myconf="$(use_with python)"
+
+	ECONF_SOURCE="${S}" econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		${myconf}
+}
+
+multilib_src_install_all() {
+	prune_libtool_files --all
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
@ 2015-11-15 21:08 Manuel Rüger
  0 siblings, 0 replies; 24+ messages in thread
From: Manuel Rüger @ 2015-11-15 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b07defd142c066bbc7b28772cba9dd46fbadfd74
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:07:22 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 21:07:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07defd1

sys-libs/libieee1284: Remove old

Package-Manager: portage-2.2.24

 sys-libs/libieee1284/libieee1284-0.2.11-r1.ebuild | 41 ---------------------
 sys-libs/libieee1284/libieee1284-0.2.11-r2.ebuild | 44 -----------------------
 2 files changed, 85 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r1.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r1.ebuild
deleted file mode 100644
index b120d25..0000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="python? 2"
-inherit python
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="doc python"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-src_configure() {
-	econf \
-		$(use_with python) \
-		--disable-dependency-tracking
-}
-
-src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS NEWS README* TODO doc/interface* || die
-}

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r2.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r2.ebuild
deleted file mode 100644
index 0823473..0000000
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="python? 2"
-inherit python
-
-DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="doc python static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/docbook-sgml-utils
-		>=app-text/docbook-sgml-dtd-4.1
-		app-text/docbook-dsssl-stylesheets
-		dev-perl/XML-RegExp
-	)"
-
-pkg_setup() {
-	use python && python_set_active_version 2
-}
-
-src_configure() {
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_with python) \
-		--disable-dependency-tracking
-}
-
-src_install () {
-	emake DESTDIR="${D}" install || die
-	find "${D}" -name '*.la' -delete
-	dodoc AUTHORS NEWS README* TODO doc/interface*
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-06-25  6:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 10:43 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  6:43 Sam James
2024-06-25  6:43 Sam James
2024-06-25  4:41 Sam James
2024-05-09  1:31 Sam James
2024-05-09  1:31 Sam James
2022-06-22 18:37 Arthur Zamarin
2022-06-22 16:02 Arthur Zamarin
2020-09-19 12:29 Michał Górny
2020-09-19 12:29 Michał Górny
2020-09-01 10:43 Thomas Deutschmann
2020-09-01 10:43 Thomas Deutschmann
2020-09-01 10:43 Thomas Deutschmann
2017-10-29 17:08 Thomas Deutschmann
2017-10-16 10:07 Patrice Clement
2017-10-09 22:48 Thomas Deutschmann
2017-10-05 12:53 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-09-30  9:26 Pacho Ramos
2017-05-26 22:54 David Seifert
2017-01-15 11:20 Pacho Ramos
2016-12-20 16:52 Tobias Klausmann
2016-06-25 21:13 Michał Górny
2015-11-15 21:08 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox